GNU bug report logs - #77388
[PATCH v1] gnu: stunnel: add missing perl dependency

Previous Next

Package: guix-patches;

Reported by: David Arroyo <david <at> aqwari.net>

Date: Sun, 30 Mar 2025 15:52:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

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: Andreas Enge <andreas <at> enge.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77388: closed ([PATCH v1] gnu: stunnel: add missing perl
 dependency)
Date: Tue, 01 Apr 2025 22:58:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 2 Apr 2025 00:57:36 +0200
with message-id <Z-xvYNzE8mCyVgvk <at> jurong>
and subject line Close
has caused the debbugs.gnu.org bug report #77388,
regarding [PATCH v1] gnu: stunnel: add missing perl dependency
to be marked as done.

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


-- 
77388: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77388
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: David Arroyo <david <at> aqwari.net>
To: guix-patches <at> gnu.org
Cc: David Arroyo <david <at> aqwari.net>
Subject: [PATCH v1] gnu: stunnel: add missing perl dependency
Date: Sun, 30 Mar 2025 17:51:00 +0200
Without this dependency, $output/bin/stunnel3, which is a compatibility
script for programs to use stunnel 3.x command-line options, uses the
shebang #!/usr/bin/perl which doesn't exist.

* gnu/packages/web.scm (stunnel): add missing perl dependency

Change-Id: I68b21fbd2af96174d1fa8184f3ca398c67715453
---
 gnu/packages/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index dd6e73e548..3923a9a5bd 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6774,7 +6774,7 @@ (define-public stunnel
          netcat
          procps
          python))
-  (inputs (list openssl))
+  (inputs (list openssl perl))
   (home-page "https://www.stunnel.org")
   (synopsis "TLS proxy for clients or servers")
   (description "Stunnel is a proxy designed to add TLS encryption

base-commit: 77d5eb4c16984e430b377e0b5f1551fbda171ec6
-- 
2.48.1



[Message part 3 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: 77388-done <at> debbugs.gnu.org
Subject: Close
Date: Wed, 2 Apr 2025 00:57:36 +0200
Pushed with an adapted commit message, thanks!

Andreas



This bug report was last modified 50 days ago.

Previous Next


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