From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#37318: [PATCH] OpenNTPD generated config is convoluted Date: Tue, 10 Sep 2019 13:04:21 +0900 Message-ID: <871rwou796.fsf@gmail.com> References: <87r24yvw0p.fsf@gmail.com> <875zm5wyxh.fsf_-_@gmail.com> <87sgp8virc.fsf_-_@gmail.com> <20190908080746.GC977@E5400> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45677) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7XOp-0000OF-Bp for bug-guix@gnu.org; Tue, 10 Sep 2019 00:05:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i7XOo-0002tH-C2 for bug-guix@gnu.org; Tue, 10 Sep 2019 00:05:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60258) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i7XOo-0002t5-6g for bug-guix@gnu.org; Tue, 10 Sep 2019 00:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i7XOo-0007Ms-0B for bug-guix@gnu.org; Tue, 10 Sep 2019 00:05:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20190908080746.GC977@E5400> (Efraim Flashner's message of "Sun, 8 Sep 2019 11:07:46 +0300") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Efraim Flashner Cc: 37318-done@debbugs.gnu.org Hello, Efraim Flashner writes: > On Sat, Sep 07, 2019 at 01:21:27PM +0900, Maxim Cournoyer wrote: >> Hello, >> >> The attached patches fix this issue as well as the openntpd package not >> being able to load the CA cert used to authenticate constraint servers. >> >> It depends on the NTP patches posted here: bugs.gnu.org/37295. >> > > This set also looks good to me. Make sure you don't forget any copyright > lines for yourself. I thought I had answered already, but it seems my reply wasn't sent. Fixed in commit cccdfae388d61f2263a085a4ddac8cb2919d01531. Thanks for the review! Maxim