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>

To reply to this bug, email your comments to 77388 AT debbugs.gnu.org.
There is no need to reopen the bug first.

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#77388; Package guix-patches. (Sun, 30 Mar 2025 15:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to David Arroyo <david <at> aqwari.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 30 Mar 2025 15:52:02 GMT) Full text and rfc822 format available.

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

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





Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Tue, 01 Apr 2025 22:58:01 GMT) Full text and rfc822 format available.

Notification sent to David Arroyo <david <at> aqwari.net>:
bug acknowledged by developer. (Tue, 01 Apr 2025 22:58:02 GMT) Full text and rfc822 format available.

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

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 3 days ago.

Previous Next


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