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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63617 in the body.
You can then email your comments to 63617 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#63617; Package guix-patches. (Sat, 20 May 2023 21:24:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Bruno Victal <mirai <at> makinata.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 20 May 2023 21:24:02 GMT) Full text and rfc822 format available.

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

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





Changed bug title to '[PATCH core-updates] gnu: socat: Update to 1.7.4.4.' from '[PATCH] gnu: socat: Update to 1.7.4.4.' Request was from Bruno Victal <mirai <at> makinata.eu> to control <at> debbugs.gnu.org. (Sat, 23 Sep 2023 14:17:01 GMT) Full text and rfc822 format available.

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Mon, 09 Oct 2023 14:37:02 GMT) Full text and rfc822 format available.

Notification sent to Bruno Victal <mirai <at> makinata.eu>:
bug acknowledged by developer. (Mon, 09 Oct 2023 14:37:02 GMT) Full text and rfc822 format available.

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

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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 07 Nov 2023 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 168 days ago.

Previous Next


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