GNU bug report logs - #63617
[PATCH core-updates] gnu: socat: Update to 1.7.4.4.

Previous Next

Package: guix-patches;

Reported by: Bruno Victal <mirai <at> makinata.eu>

Date: Sat, 20 May 2023 21:24:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#63617: closed ([PATCH core-updates] gnu: socat: Update to
 1.7.4.4.)
Date: Mon, 09 Oct 2023 14:37:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 09 Oct 2023 10:35:33 -0400
with message-id <87a5srdft6.fsf <at> gmail.com>
and subject line Re: bug#63617: [PATCH core-updates] gnu: socat: Update to 1.7.4.4.
has caused the debbugs.gnu.org bug report #63617,
regarding [PATCH core-updates] gnu: socat: Update to 1.7.4.4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
63617: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63617
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Bruno Victal <mirai <at> makinata.eu>
To: guix-patches <at> gnu.org
Cc: Bruno Victal <mirai <at> makinata.eu>
Subject: [PATCH] gnu: socat: Update to 1.7.4.4.
Date: Sat, 20 May 2023 22:22:17 +0100
* gnu/packages/networking.scm (socat): Update to 1.7.4.4.
[inputs]: Add readline for READLINE support.
---

Notes: This is core-updates material due to the amount of dependencies.

 gnu/packages/networking.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 85fb352ebf..74a5d5e2f5 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1196,7 +1196,7 @@ (define-public pproxy
 (define-public socat
   (package
     (name "socat")
-    (version "1.7.4.3")
+    (version "1.7.4.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1204,10 +1204,10 @@ (define-public socat
                     version ".tar.bz2"))
               (sha256
                (base32
-                "01w0hpqf5xmgn40s1ablfd4y67dlrx5y9zlx24spc1qm8h81hwyl"))))
+                "1b40ccdvxq5kaghsbwg4q3dq5aw4acw1bpqvs3v3ljp5y392pm7v"))))
     (build-system gnu-build-system)
     (arguments '(#:tests? #f))          ; no test suite
-    (inputs (list openssl))
+    (inputs (list openssl readline))
     (home-page "http://www.dest-unreach.org/socat/")
     (synopsis
      "Open bidirectional communication channels from the command line")

base-commit: bd7b795aeb9d35ac7b825ad4d0cf0088f18e1167
-- 
2.39.2



[Message part 3 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Bruno Victal <mirai <at> makinata.eu>
Cc: 63617-done <at> debbugs.gnu.org
Subject: Re: bug#63617: [PATCH core-updates] gnu: socat: Update to 1.7.4.4.
Date: Mon, 09 Oct 2023 10:35:33 -0400
Hi,

Bruno Victal <mirai <at> makinata.eu> writes:

> * gnu/packages/networking.scm (socat): Update to 1.7.4.4.
> [inputs]: Add readline for READLINE support.

Installed!

-- 
Thanks,
Maxim


This bug report was last modified 1 year and 225 days ago.

Previous Next


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