[PATCH] gnu: libnl: Update to 3.7.0

  • Open
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Ludovic Courtès
Owner
unassigned
Submitted by
Andy Tai
Severity
normal
A
A
Andy Tai wrote on 15 Jun 2023 07:46
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
61f5956f461b3acf17c1200d6c8abf28b0c2c5c9.1686807899.git.atai@atai.org
* gnu/packages/linux.scm (libnl): Update to 3.7.0
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3bcc34374c..99f53147e0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3297,7 +3297,7 @@ (define-public bridge-utils
(define-public libnl
(package
(name "libnl")
- (version "3.5.0")
+ (version "3.7.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3306,7 +3306,7 @@ (define-public libnl
"/libnl-" version ".tar.gz"))
(sha256
(base32
- "1yh5bqmkivd78x378x34gzb28lvykn6b9k3hgvvpdnj5jpn3689m"))))
+ "0faryrbvp0x4s2zhg5d78vd5q4w34lrr736gpm9wcwpaxv5krr4z"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)
@@ -3321,7 +3321,7 @@ (define-public libnl
(string-join (string-split version #\.) "_")
"/libnl-doc-" version ".tar.gz"))
(sha256
- (base32 "19p5y8q3cm5wqvamqc4s5syxnnkvzxy3gw8ivxk6fv9ybn8jm35h"))))))
+ (base32 "1ra8xdf06q9hlsrnc1yz67xkp4kd9sd27ff02mlixixnyyjp32sp"))))))
(outputs `("out" "doc"))
(arguments
`(#:phases

base-commit: 6fe9a004dba2d4ddf69ff6f1714af15ffaa7e62a
--
2.40.1
L
L
Ludovic Courtès wrote on 7 Jul 2023 15:39
(name . Andy Tai)(address . atai@atai.org)(address . 64078@debbugs.gnu.org)
87zg47kfhj.fsf@gnu.org
Hi Andy,

Andy Tai <atai@atai.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/linux.scm (libnl): Update to 3.7.0

Toggle snippet (17 lines)
FAIL: sysdb-tests
============================================================================
Testsuite summary for sssd 2.8.1
============================================================================
# TOTAL: 95
# PASS: 92
# SKIP: 2
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to sssd-devel@lists.fedorahosted.org
============================================================================

Could you take a look and send an updated version of the patch?

TIA,
Ludo’.
?