GNU bug report logs -
#78540
[PATCH 0/2] Update iwd
Previous Next
To reply to this bug, email your comments to 78540 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78540
; Package
guix-patches
.
(Wed, 21 May 2025 16:59:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sergey Trofimov <sarg <at> sarg.org.ru>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 21 May 2025 16:59:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Sergey Trofimov (2):
gnu: ell: Update to 0.77.
gnu: iwd: Update to 3.8.
gnu/packages/linux.scm | 59 +++++++++++++++++++++----------------
gnu/packages/networking.scm | 4 +--
2 files changed, 36 insertions(+), 27 deletions(-)
base-commit: d3d157bc61c4a6a3fac11e33d26f6f2a72a24151
--
2.49.0
Information forwarded
to
leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#78540
; Package
guix-patches
.
(Wed, 21 May 2025 17:07:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 78540 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (ell): Update to 0.77.
Change-Id: Ib7f1f214a3059f9bd8fe6cc208a2c2a645810b84
---
gnu/packages/linux.scm | 59 ++++++++++++++++++++++++------------------
1 file changed, 34 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b4ab163339..68970e8e18 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10549,35 +10549,44 @@ (define-public wireplumber-minimal
(delete "elogind"))))))
(define-public ell
- (package
- (name "ell")
- (version "0.71")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://git.kernel.org/pub/scm/libs/ell/ell.git")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "09s674lh2fafw7cpwldbi8cd89arbajgvhy9j5vgqg1kbn6xddwx"))))
- (build-system gnu-build-system)
- (arguments
- ;; Tests launch dbus-daemon instances that all try to bind to
- ;; "/tmp/ell-test-bus". Thus, we need to run them sequentially.
- '(#:parallel-tests? #f))
- (inputs
- (list dbus))
- (native-inputs
- (list autoconf automake libtool pkg-config procps))
- (home-page "https://01.org/ell")
- (synopsis "Embedded Linux Library")
- (description "The Embedded Linux* Library (ELL) provides core, low-level
+ (let ((commit "4f77dca1f1cd19041a5a882ba02ad5a39cde3661")
+ (revision "1"))
+ (package
+ (name "ell")
+ (version (git-version "0.77" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.kernel.org/pub/scm/libs/ell/ell.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1ccxn9vdhn8miqhyxpj89hd9y8blz10q31qwvd6hbk2x214vgnk2"))
+
+ (modules '((guix build utils)))
+ (snippet
+ #~(begin
+ (substitute* "Makefile.am"
+ ;; requires hwdb.bin
+ (("unit/test-hwdb.*") ""))))))
+ (build-system gnu-build-system)
+ (arguments
+ ;; Tests launch dbus-daemon instances that all try to bind to
+ ;; "/tmp/ell-test-bus". Thus, we need to run them sequentially.
+ '(#:parallel-tests? #f))
+ (inputs
+ (list dbus))
+ (native-inputs
+ (list autoconf automake libtool pkg-config procps))
+ (home-page "https://01.org/ell")
+ (synopsis "Embedded Linux Library")
+ (description "The Embedded Linux* Library (ELL) provides core, low-level
functionality for system daemons. It typically has no dependencies other than
the Linux kernel, C standard library, and libdl (for dynamic linking). While
ELL is designed to be efficient and compact enough for use on embedded Linux
platforms, it is not limited to resource-constrained systems.")
- (license license:lgpl2.1+)))
+ (license license:lgpl2.1+))))
(define-public kexec-tools
(package
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#78540
; Package
guix-patches
.
(Wed, 21 May 2025 17:07:03 GMT)
Full text and
rfc822 format available.
Message #11 received at 78540 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/networking.scm (iwd): Update to 3.8.
Change-Id: Iccc953e47b739beb73abf89d317e1479626e9039
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index aa69f3db75..13fff2efd8 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4181,7 +4181,7 @@ (define-public bird
(define-public iwd
(package
(name "iwd")
- (version "3.3")
+ (version "3.8")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4190,7 +4190,7 @@ (define-public iwd
(file-name (git-file-name name version))
(sha256
(base32
- "0jrl2rgcazl05mqq0zbn9wgmxynndnnqk7pvbhgvmfsh76hifapq"))))
+ "0mvi0xpr99psxjqlq55495x1f3bmalmha13frb3s9ycm5hx9gl84"))))
(build-system gnu-build-system)
(inputs
(list dbus ell (package-source ell) openresolv readline))
--
2.49.0
This bug report was last modified 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.