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


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





This bug report was last modified 49 days ago.

Previous Next


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