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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: jgart <jgart <at> dismail.de>
Subject: bug#54264: closed (Re: [bug#54264] [PATCH] gnu: socat: Update to
 1.7.4.3.)
Date: Tue, 08 Mar 2022 13:52:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#54264: [PATCH] gnu: socat: Update to 1.7.4.3.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 54264 <at> debbugs.gnu.org.

-- 
54264: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54264
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 3 (text/plain, inline)]
Patch pushed as 3cd42883c4ad693ed1f79c6be35e1aa3e010e10a.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
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




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.