emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43349: closed ([PATCH] gnu: Fix a crash in NTP and Chrony.)


From: GNU bug Tracking System
Subject: bug#43349: closed ([PATCH] gnu: Fix a crash in NTP and Chrony.)
Date: Sun, 13 Sep 2020 19:50:02 +0000

Your message dated Sun, 13 Sep 2020 15:48:35 -0400
with message-id <20200913194835.GA6460@jasmine.lan>
and subject line Re: [PATCH] gnu: Fix a crash in NTP and Chrony.
has caused the debbugs.gnu.org bug report #43349,
regarding [PATCH] gnu: Fix a crash in NTP and Chrony.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43349: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43349
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Fix a crash in NTP and Chrony. Date: Fri, 11 Sep 2020 23:47:22 -0400
Fixes <https://bugs.gnu.org/43321>.

* gnu/packages/ntp.scm (ntp, chrony)[inputs]: Replace libcap with libcap/next.
---
 gnu/packages/ntp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm
index 6b725c2b0f..5fa7d55845 100644
--- a/gnu/packages/ntp.scm
+++ b/gnu/packages/ntp.scm
@@ -80,7 +80,7 @@
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs
-     `(("libcap" ,libcap)
+     `(("libcap" ,libcap/next)
        ("libseccomp" ,libseccomp)
        ("nettle" ,nettle)))
     (home-page "https://chrony.tuxfamily.org/";)
@@ -143,7 +143,7 @@ time-stamping or reference clock, sub-microsecond accuracy 
is possible.")
       ;; to run as non-root (when invoked with '-u'.)
       ,@(if (string-suffix? "-linux"
                             (or (%current-target-system) (%current-system)))
-            `(("libcap" ,libcap))
+            `(("libcap" ,libcap/next))
             '())))
    (arguments
     `(#:phases
-- 
2.28.0




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: Fix a crash in NTP and Chrony. Date: Sun, 13 Sep 2020 15:48:35 -0400
I tested on bare metal and virtualized x86-64 with NTP.

The bug reporter [0] tested that the fix worked for Chrony.

Pushed as 898fbb60b2354e82e5b7f259b44dbfed112a83aa

[0] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=43321#5

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]