GNU bug report logs -
#62737
[PATCH 0/9] skarnet s6 updates
Previous Next
Reported by: iyzsong <at> envs.net
Date: Sun, 9 Apr 2023 07:50: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 62737 in the body.
You can then email your comments to 62737 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#62737
; Package
guix-patches
.
(Sun, 09 Apr 2023 07:50:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
iyzsong <at> envs.net
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 09 Apr 2023 07:50:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
Hello, here are updates for s6 packages.
Sou Bunnbu (宋文武) (9):
gnu: skalibs: Update to 2.13.1.1.
gnu: execline: Update to 2.9.3.0.
gnu: s6: Update to 2.11.3.2.
gnu: s6-dns: Update to 2.3.5.5.
gnu: s6-networking: Update to 2.5.1.3.
gnu: s6-rc: Update to 0.5.4.1.
gnu: s6-portable-utils: Update to 2.3.0.2.
gnu: s6-linux-init: Update to 1.1.1.0.
gnu: s6-linux-utils: Update to 2.6.1.2.
gnu/packages/skarnet.scm | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
base-commit: 7b094d36837bdcc41e0637939f0e38dde8efaddc
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62737
; Package
guix-patches
.
(Sun, 09 Apr 2023 07:52:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 62737 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/skarnet.scm (skalibs): Update to 2.13.1.1.
---
gnu/packages/skarnet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index 5b70a1e042..64cda1f852 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -30,14 +30,14 @@ (define-module (gnu packages skarnet)
(define-public skalibs
(package
(name "skalibs")
- (version "2.12.0.1")
+ (version "2.13.1.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/skalibs/skalibs-"
version ".tar.gz"))
(sha256
- (base32 "1182ldnz5dj266gqhzkygd17jdvd3n46c2jfdizw324dy5r8y8iy"))))
+ (base32 "0cwy37cc92409dsmj8c8whpnnqd9g375myxlp52aqzwzg6ms2wmj"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no tests exist
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62737
; Package
guix-patches
.
(Sun, 09 Apr 2023 07:52:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 62737 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/skarnet.scm (s6): Update to 2.11.3.2.
---
gnu/packages/skarnet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index 063e27190b..cbb1426d25 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -103,14 +103,14 @@ (define-public execline
(define-public s6
(package
(name "s6")
- (version "2.11.1.2")
+ (version "2.11.3.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/s6/s6-"
version ".tar.gz"))
(sha256
- (base32 "18h38piz117ilx7ch9f7hl6bxm2w06z7lc7f5hwsr7c87sz7853c"))))
+ (base32 "0x6zjc3126fjhj8accyxgrw7r7ysrb7d13dfs87bxzzhsa5165kw"))))
(build-system gnu-build-system)
(inputs (list skalibs execline))
(arguments
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62737
; Package
guix-patches
.
(Sun, 09 Apr 2023 07:52:03 GMT)
Full text and
rfc822 format available.
Message #14 received at 62737 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/skarnet.scm (execline): Update to 2.9.3.0.
---
gnu/packages/skarnet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index 64cda1f852..063e27190b 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -61,14 +61,14 @@ (define-public skalibs
(define-public execline
(package
(name "execline")
- (version "2.9.0.1")
+ (version "2.9.3.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/execline/execline-"
version ".tar.gz"))
(sha256
- (base32 "1xiijn3r2rqji2pwhm9v0frkk7pv9m3ylmdajhmcmyqgz350y9h1"))))
+ (base32 "1393xka069n3rvc3dlg6c3ckzl1qgqkhvhlcxv6igl9216kpy0n8"))))
(build-system gnu-build-system)
(inputs (list skalibs))
(arguments
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62737
; Package
guix-patches
.
(Sun, 09 Apr 2023 07:52:03 GMT)
Full text and
rfc822 format available.
Message #17 received at 62737 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/skarnet.scm (s6-networking): Update to 2.5.1.3.
---
gnu/packages/skarnet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index e926842a4b..135b6620d3 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -176,14 +176,14 @@ (define-public s6-dns
(define-public s6-networking
(package
(name "s6-networking")
- (version "2.5.1.1")
+ (version "2.5.1.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/s6-networking/"
"s6-networking-" version ".tar.gz"))
(sha256
- (base32 "0624ls5d9iwx9nc05m99fbxd0jp0qjbp9as4whr3bhfrwd6rvivs"))))
+ (base32 "0xz98pzgx6kc9v1dka04gzw5f3rwww42c07liym0r7pzb74l77m0"))))
(build-system gnu-build-system)
(inputs (list skalibs execline s6 s6-dns))
(arguments
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62737
; Package
guix-patches
.
(Sun, 09 Apr 2023 07:52:04 GMT)
Full text and
rfc822 format available.
Message #20 received at 62737 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/skarnet.scm (s6-dns): Update to 2.3.5.5.
---
gnu/packages/skarnet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index cbb1426d25..e926842a4b 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -147,14 +147,14 @@ (define-public s6
(define-public s6-dns
(package
(name "s6-dns")
- (version "2.3.5.4")
+ (version "2.3.5.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/s6-dns/s6-dns-"
version ".tar.gz"))
(sha256
- (base32 "0hyvyi8qwgs6529hafl3yvkb3qaw4mad76n5rn1lyxf4f8j25bvn"))))
+ (base32 "1s0yzrzpjgbf1d0s4qxq5g2sgcm6skq3sphbm1qq1hr5a5frp5sn"))))
(build-system gnu-build-system)
(inputs (list skalibs))
(arguments
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62737
; Package
guix-patches
.
(Sun, 09 Apr 2023 07:52:04 GMT)
Full text and
rfc822 format available.
Message #23 received at 62737 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/skarnet.scm (s6-rc): Update to 0.5.4.1.
---
gnu/packages/skarnet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index 135b6620d3..318648bf5c 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -216,14 +216,14 @@ (define-public s6-networking
(define-public s6-rc
(package
(name "s6-rc")
- (version "0.5.3.2")
+ (version "0.5.4.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/s6-rc/s6-rc-"
version ".tar.gz"))
(sha256
- (base32 "0f70sswqcmihynks3cs6kk97nywcp2lzr2hspp9578sadaba892g"))))
+ (base32 "1xjqc6vqqny8g47whgibjlas7f6szka372jrz5f308slgjmqq9np"))))
(build-system gnu-build-system)
(inputs (list skalibs execline s6))
(arguments
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62737
; Package
guix-patches
.
(Sun, 09 Apr 2023 07:52:05 GMT)
Full text and
rfc822 format available.
Message #26 received at 62737 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.1.1.0.
---
gnu/packages/skarnet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index 7e20f9c08f..6c97b13251 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -287,7 +287,7 @@ (define-public s6-portable-utils
(define-public s6-linux-init
(package
(name "s6-linux-init")
- (version "1.0.8.0")
+ (version "1.1.1.0")
(source
(origin
(method url-fetch)
@@ -295,7 +295,7 @@ (define-public s6-linux-init
"https://skarnet.org/software/s6-linux-init/s6-linux-init-"
version ".tar.gz"))
(sha256
- (base32 "1iixih6iwd618qqy06w2cig7rvlj4cn4m5mdcr060rngciwml1cj"))))
+ (base32 "1vm8aqlh8jkqrm3irhf53vvylxqizpqvjg3yb9z00yb568skyj5d"))))
(build-system gnu-build-system)
(inputs
(list execline s6 skalibs))
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62737
; Package
guix-patches
.
(Sun, 09 Apr 2023 07:52:05 GMT)
Full text and
rfc822 format available.
Message #29 received at 62737 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.3.0.2.
---
gnu/packages/skarnet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index 318648bf5c..7e20f9c08f 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -255,7 +255,7 @@ (define-public s6-rc
(define-public s6-portable-utils
(package
(name "s6-portable-utils")
- (version "2.2.5.0")
+ (version "2.3.0.2")
(source
(origin
(method url-fetch)
@@ -263,7 +263,7 @@ (define-public s6-portable-utils
"https://skarnet.org/software/s6-portable-utils/s6-portable-utils-"
version ".tar.gz"))
(sha256
- (base32 "0dkfj6ymi5pxs981hh84kwg2ph2dv6xn2bim65fz4dpx6j4rzczb"))))
+ (base32 "1s6iqjz2mfq3rakqj3cwidjsbpkjcdjfah60m86na4ph6j8jc547"))))
(build-system gnu-build-system)
(inputs (list skalibs))
(arguments
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62737
; Package
guix-patches
.
(Sun, 09 Apr 2023 07:52:05 GMT)
Full text and
rfc822 format available.
Message #32 received at 62737 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.6.1.2.
---
gnu/packages/skarnet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index 6c97b13251..2c7b0f9c23 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -331,7 +331,7 @@ (define-public s6-linux-init
(define-public s6-linux-utils
(package
(name "s6-linux-utils")
- (version "2.6.0.0")
+ (version "2.6.1.2")
(source
(origin
(method url-fetch)
@@ -339,7 +339,7 @@ (define-public s6-linux-utils
"https://skarnet.org/software/s6-linux-utils/s6-linux-utils-"
version ".tar.gz"))
(sha256
- (base32 "0ngd8ckak2xg6c63q0m8cvbrfnhpkx30r4g65q08g0hc99rk4wbc"))))
+ (base32 "1ncwkm5cpc0y6iysc5q64mk0pfvxnn7ihia1a137xrrdg1fxqqyq"))))
(build-system gnu-build-system)
(inputs (list skalibs))
(arguments
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62737
; Package
guix-patches
.
(Sun, 09 Apr 2023 18:22:02 GMT)
Full text and
rfc822 format available.
Message #35 received at submit <at> debbugs.gnu.org (full text, mbox):
> From: 宋文武 <iyzsong <at> member.fsf.org>
>
> Hello, here are updates for s6 packages.
>
> Sou Bunnbu (宋文武) (9):
> gnu: skalibs: Update to 2.13.1.1.
> gnu: execline: Update to 2.9.3.0.
> gnu: s6: Update to 2.11.3.2.
> gnu: s6-dns: Update to 2.3.5.5.
> gnu: s6-networking: Update to 2.5.1.3.
> gnu: s6-rc: Update to 0.5.4.1.
> gnu: s6-portable-utils: Update to 2.3.0.2.
> gnu: s6-linux-init: Update to 1.1.1.0.
> gnu: s6-linux-utils: Update to 2.6.1.2.
Thanks! They build for me on x86_64. You could wait for QA, but I think
it's okay to push now if the updates are working for you.
https://qa.guix.gnu.org/issue/62737
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62737
; Package
guix-patches
.
(Sun, 09 Apr 2023 18:22:02 GMT)
Full text and
rfc822 format available.
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Mon, 10 Apr 2023 11:15:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
iyzsong <at> envs.net
:
bug acknowledged by developer.
(Mon, 10 Apr 2023 11:15:02 GMT)
Full text and
rfc822 format available.
Message #43 received at 62737-done <at> debbugs.gnu.org (full text, mbox):
Leo Famulari <leo <at> famulari.name> writes:
> Thanks! They build for me on x86_64. You could wait for QA, but I think
> it's okay to push now if the updates are working for you.
Pushed, thank you!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 08 May 2023 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 37 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.