GNU bug report logs - #45994
[PATCH] gnu: libcap: Update to 2.46.

Previous Next

Package: guix-patches;

Reported by: Vincent Legoll <vincent.legoll <at> gmail.com>

Date: Tue, 19 Jan 2021 22:00:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45994 in the body.
You can then email your comments to 45994 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#45994; Package guix-patches. (Tue, 19 Jan 2021 22:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vincent Legoll <vincent.legoll <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 19 Jan 2021 22:00:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Vincent Legoll <vincent.legoll <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: [PATCH] gnu: libcap: Update to 2.46.
Date: Tue, 19 Jan 2021 22:59:23 +0100
* gnu/packages/linux.scm (libcap): Update to 2.46.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2497e0dea9..353ce1751a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2532,7 +2532,7 @@ Linux-based operating systems.")
 (define-public libcap
   (package
     (inherit libcap-2.31)
-    (version "2.44")
+    (version "2.46")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2540,7 +2540,7 @@ Linux-based operating systems.")
                     "libcap2/libcap-" version ".tar.xz"))
               (sha256
                (base32
-                "1qf80lifygbnxwvqjf8jz5j24n6fqqx4ixnkbf76xs2vrmcq664j"))))
+                "1d6q447wf0iagiyzhfdqcj4cv0dmzc49i0czwikrcv7s2cad3lsf"))))
     (arguments
      (substitute-keyword-arguments (package-arguments libcap-2.31)
        ((#:phases phases)
-- 
2.30.0





Information forwarded to guix-patches <at> gnu.org:
bug#45994; Package guix-patches. (Tue, 19 Jan 2021 22:04:01 GMT) Full text and rfc822 format available.

Message #8 received at 45994 <at> debbugs.gnu.org (full text, mbox):

From: Vincent Legoll <vincent.legoll <at> gmail.com>
To: 45994 <at> debbugs.gnu.org
Subject: [PATCH] gnu: libcap: Update to 2.46.
Date: Tue, 19 Jan 2021 23:03:21 +0100
This is for staging.

built for x86_64 --rounds=2 and aarch64

-- 
Vincent Legoll




Information forwarded to guix-patches <at> gnu.org:
bug#45994; Package guix-patches. (Wed, 20 Jan 2021 04:02:02 GMT) Full text and rfc822 format available.

Message #11 received at 45994 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Vincent Legoll <vincent.legoll <at> gmail.com>
Cc: 45994 <at> debbugs.gnu.org
Subject: Re: [bug#45994] [PATCH] gnu: libcap: Update to 2.46.
Date: Tue, 19 Jan 2021 23:00:57 -0500
On Tue, Jan 19, 2021 at 10:59:23PM +0100, Vincent Legoll wrote:
> * gnu/packages/linux.scm (libcap): Update to 2.46.

Similarly to the patch for libdrm, this doesn't apply anymore to the
staging-next branch (staging is frozen for building and bugfixes).

On staging-next, libcap is at 2.45.

Can you send a revision?




Information forwarded to guix-patches <at> gnu.org:
bug#45994; Package guix-patches. (Thu, 21 Jan 2021 18:14:01 GMT) Full text and rfc822 format available.

Message #14 received at 45994 <at> debbugs.gnu.org (full text, mbox):

From: Vincent Legoll <vincent.legoll <at> gmail.com>
To: 45994 <at> debbugs.gnu.org
Cc: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: [PATCH] gnu: libcap: Update to 2.46.
Date: Thu, 21 Jan 2021 19:13:06 +0100
* gnu/packages/linux.scm (libcap): Update to 2.46.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 80b526d0b3..25e45ee9ca 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2487,7 +2487,7 @@ Linux-based operating systems.")
 (define-public libcap
   (package
     (inherit libcap-2.31)
-    (version "2.45")
+    (version "2.46")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2495,7 +2495,7 @@ Linux-based operating systems.")
                     "libcap2/libcap-" version ".tar.xz"))
               (sha256
                (base32
-                "11ijmi7jik9iw6pdszc6bylhggghr8cza03bcrbhbqf0cpvkjrnn"))))
+                "1d6q447wf0iagiyzhfdqcj4cv0dmzc49i0czwikrcv7s2cad3lsf"))))
     (arguments
      (substitute-keyword-arguments (package-arguments libcap-2.31)
        ((#:phases phases)
-- 
2.30.0





Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Thu, 21 Jan 2021 20:49:02 GMT) Full text and rfc822 format available.

Notification sent to Vincent Legoll <vincent.legoll <at> gmail.com>:
bug acknowledged by developer. (Thu, 21 Jan 2021 20:49:02 GMT) Full text and rfc822 format available.

Message #19 received at 45994-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Vincent Legoll <vincent.legoll <at> gmail.com>
Cc: 45994-done <at> debbugs.gnu.org
Subject: Re: [bug#45994] [PATCH] gnu: libcap: Update to 2.46.
Date: Thu, 21 Jan 2021 15:48:36 -0500
On Thu, Jan 21, 2021 at 07:13:06PM +0100, Vincent Legoll wrote:
> * gnu/packages/linux.scm (libcap): Update to 2.46.

Thanks! Pushed to staging-next as 5b8cb3e840f2d467e80ae84d56cf177a7c4725b7




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 19 Feb 2021 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 59 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.