GNU bug report logs - #64694
[PATCH 0/2] Update iwd to 2.7.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Tue, 18 Jul 2023 04:29:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

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 64694 in the body.
You can then email your comments to 64694 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#64694; Package guix-patches. (Tue, 18 Jul 2023 04:29:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hilton Chain <hako <at> ultrarare.space>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 18 Jul 2023 04:29:02 GMT) Full text and rfc822 format available.

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

From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH 0/2] Update iwd to 2.7.
Date: Tue, 18 Jul 2023 12:28:10 +0800
Hello Guix!

This patchset updates iwd and its dependency ell to the latest versions.

Hilton Chain (2):
  gnu: ell: Update to 0.57.
  gnu: iwd: Update to 2.7.

 gnu/packages/linux.scm      | 4 ++--
 gnu/packages/networking.scm | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


base-commit: 3a3752400d7a70a295a27b66f29457aeeaa2cf27
--
2.41.0




Information forwarded to leo <at> famulari.name, me <at> tobias.gr, guix-patches <at> gnu.org:
bug#64694; Package guix-patches. (Tue, 18 Jul 2023 04:31:01 GMT) Full text and rfc822 format available.

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

From: Hilton Chain <hako <at> ultrarare.space>
To: 64694 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH 1/2] gnu: ell: Update to 0.57.
Date: Tue, 18 Jul 2023 12:30:08 +0800
* gnu/packages/linux.scm (ell): Update to 0.57.
---
 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 e099c5cc83..4cfae93b66 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9298,7 +9298,7 @@ (define-public wireplumber
 (define-public ell
   (package
     (name "ell")
-    (version "0.56")
+    (version "0.57")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -9307,7 +9307,7 @@ (define-public ell
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "084mc9377k2a61wyqnfnsgfrdvv1rinn9wzw8l8crip0hlikn938"))))
+                "1vpzz0z6q0d3h41aqajaw0dlpkdnmjcppmlwbb558hvj40q5dpzm"))))
     (build-system gnu-build-system)
     (arguments
      ;; Tests launch dbus-daemon instances that all try to bind to
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#64694; Package guix-patches. (Tue, 18 Jul 2023 04:31:02 GMT) Full text and rfc822 format available.

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

From: Hilton Chain <hako <at> ultrarare.space>
To: 64694 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH 2/2] gnu: iwd: Update to 2.7.
Date: Tue, 18 Jul 2023 12:30:09 +0800
* gnu/packages/networking.scm (iwd): Update to 2.7.
---
 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 1fbbbc1267..d23aab5edc 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3945,7 +3945,7 @@ (define-public bird
 (define-public iwd
   (package
     (name "iwd")
-    (version "2.3")
+    (version "2.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3954,7 +3954,7 @@ (define-public iwd
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1hp38rh6vpfxkx2f036719b0v9g9yj169l8fd9l9lncqpjbz73y4"))))
+                "0xn0db37x0nrvwlw0r4w6q3yk57ijqh9zxd15wf3qqvs01hqkk2j"))))
     (build-system gnu-build-system)
     (inputs
      (list dbus ell (package-source ell) readline))
-- 
2.41.0





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Fri, 28 Jul 2023 14:17:04 GMT) Full text and rfc822 format available.

Notification sent to Hilton Chain <hako <at> ultrarare.space>:
bug acknowledged by developer. (Fri, 28 Jul 2023 14:17:04 GMT) Full text and rfc822 format available.

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

From: 宋文武 <iyzsong <at> envs.net>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 64694-done <at> debbugs.gnu.org
Subject: Re: bug#64694: [PATCH 0/2] Update iwd to 2.7.
Date: Fri, 28 Jul 2023 22:16:56 +0800
Hilton Chain <hako <at> ultrarare.space> writes:

> Hello Guix!
>
> This patchset updates iwd and its dependency ell to the latest versions.
>

Pushed to master, thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 26 Aug 2023 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 11 days ago.

Previous Next


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