GNU bug report logs - #54264
[PATCH] gnu: socat: Update to 1.7.4.3.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Sat, 5 Mar 2022 17:26:01 UTC

Severity: normal

Done: Guillaume Le Vaillant <glv <at> posteo.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 54264 in the body.
You can then email your comments to 54264 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#54264; Package guix-patches. (Sat, 05 Mar 2022 17:26:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 05 Mar 2022 17:26:01 GMT) Full text and rfc822 format available.

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

From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: socat: Update to 1.7.4.3.
Date: Sat,  5 Mar 2022 12:24:51 -0500
* gnu/packages/networking.scm (socat): Update to 1.7.4.3.
---
 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 11f1cad007..cf6e9c742f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -951,7 +951,7 @@ (define-public pproxy
 (define-public socat
   (package
     (name "socat")
-    (version "1.7.4.1")
+    (version "1.7.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -959,7 +959,7 @@ (define-public socat
                     version ".tar.bz2"))
               (sha256
                (base32
-                "1sbmqqvni3ss9wyay6ik5v81kxffkra80mh4ypgj74g82iba5b1z"))))
+                "01w0hpqf5xmgn40s1ablfd4y67dlrx5y9zlx24spc1qm8h81hwyl"))))
     (build-system gnu-build-system)
     (arguments '(#:tests? #f))          ; no test suite
     (inputs (list openssl))
-- 
2.35.1





Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Tue, 08 Mar 2022 13:52:02 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Tue, 08 Mar 2022 13:52:02 GMT) Full text and rfc822 format available.

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

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: jgart <jgart <at> dismail.de>
Cc: 54264-done <at> debbugs.gnu.org
Subject: Re: [bug#54264] [PATCH] gnu: socat: Update to 1.7.4.3.
Date: Tue, 08 Mar 2022 13:50:07 +0000
[Message part 1 (text/plain, inline)]
Patch pushed as 3cd42883c4ad693ed1f79c6be35e1aa3e010e10a.
Thanks.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#54264; Package guix-patches. (Tue, 08 Mar 2022 16:30:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: jgart <jgart <at> dismail.de>, 54264 <at> debbugs.gnu.org
Subject: Re: bug#54264: [PATCH] gnu: socat: Update to 1.7.4.3.
Date: Tue, 08 Mar 2022 17:29:26 +0100
Hello,

help-debbugs <at> gnu.org (GNU bug Tracking System) skribis:

> Patch pushed as 3cd42883c4ad693ed1f79c6be35e1aa3e010e10a.

I reverted it in 0e91da1d34250650f7549595867e1be4f8e93fd8 because it
triggered a massive rebuild:

--8<---------------cut here---------------start------------->8---
$ guix refresh -l socat
Building the following 6713 packages would ensure 13327 dependent
packages are rebuilt: […]
--8<---------------cut here---------------end--------------->8---

This is because GnuTLS depends on socat:

  guix graph -t reverse-package socat -M2 | xdot -f fdp -

So I think this should go to core-updates, or we could define a variant
for this new version but leave the ‘socat’ variable unchanged.

Thoughts?

Ludo’.




Did not alter fixed versions and reopened. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 08 Mar 2022 16:30:02 GMT) Full text and rfc822 format available.

Removed tag(s) patch. Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 08 Mar 2022 16:30:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#54264; Package guix-patches. (Tue, 08 Mar 2022 16:46:01 GMT) Full text and rfc822 format available.

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

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: jgart <jgart <at> dismail.de>, 54264 <at> debbugs.gnu.org
Subject: Re: bug#54264: [PATCH] gnu: socat: Update to 1.7.4.3.
Date: Tue, 08 Mar 2022 16:42:19 +0000
[Message part 1 (text/plain, inline)]
Ludovic Courtès <ludo <at> gnu.org> skribis:

> Hello,
>
> help-debbugs <at> gnu.org (GNU bug Tracking System) skribis:
>
>> Patch pushed as 3cd42883c4ad693ed1f79c6be35e1aa3e010e10a.
>
> I reverted it in 0e91da1d34250650f7549595867e1be4f8e93fd8 because it
> triggered a massive rebuild:
>
> $ guix refresh -l socat
> Building the following 6713 packages would ensure 13327 dependent
> packages are rebuilt: […]
>
> This is because GnuTLS depends on socat:
>
>   guix graph -t reverse-package socat -M2 | xdot -f fdp -
>
> So I think this should go to core-updates, or we could define a variant
> for this new version but leave the ‘socat’ variable unchanged.
>
> Thoughts?
>
> Ludo’.

Ah, yes I forgot to check the number of dependents before pushing.
I guess it should go on core-updates.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Fri, 11 Mar 2022 10:02:02 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Fri, 11 Mar 2022 10:02:02 GMT) Full text and rfc822 format available.

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

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: 54264-done <at> debbugs.gnu.org
Cc: Ludovic Courtès <ludo <at> gnu.org>, jgart <jgart <at> dismail.de>
Subject: Re: bug#54264: [PATCH] gnu: socat: Update to 1.7.4.3.
Date: Fri, 11 Mar 2022 09:58:44 +0000
[Message part 1 (text/plain, inline)]
Patch pushed as 9223b81071ac5c18c94dce17c1fb6544016aac3d on
core-updates.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#54264; Package guix-patches. (Fri, 11 Mar 2022 21:04:01 GMT) Full text and rfc822 format available.

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

From: jgart <jgart <at> dismail.de>
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: Ludovic Courtès <ludo <at> gnu.org>, 54264-done <at> debbugs.gnu.org
Subject: Re: bug#54264: [PATCH] gnu: socat: Update to 1.7.4.3.
Date: Fri, 11 Mar 2022 16:03:14 -0500
On Fri, 11 Mar 2022 09:58:44 +0000 Guillaume Le Vaillant <glv <at> posteo.net> wrote:
> Patch pushed as 9223b81071ac5c18c94dce17c1fb6544016aac3d on
> core-updates.

Hi Guillaume,

Sorry I couldn't get to that on time but thanks for pushing it to core-updates.

all best,

jgart

https://whereis.xn--q9jyb4c
gemini://whereis.xn--q9jyb4c




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

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

Previous Next


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