[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: stunnel: Update to 5.55.
From: |
guix-commits |
Subject: |
11/11: gnu: stunnel: Update to 5.55. |
Date: |
Tue, 18 Jun 2019 00:16:25 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1e609b78c7f35fc6230638e2e24f57ab2715d9f2
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Jun 18 00:29:28 2019 +0200
gnu: stunnel: Update to 5.55.
* gnu/packages/web.scm (stunnel): Update to 5.55.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 1ed113c..1d9190e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4812,14 +4812,14 @@ tools like SSH (Secure Shell) to reach the outside
world.")
(define-public stunnel
(package
(name "stunnel")
- (version "5.54")
+ (version "5.55")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.stunnel.org/downloads/stunnel-"
version ".tar.gz"))
(sha256
- (base32 "00krr0h3vsyi93mqhrbgfgn8v47l4l3hzdg1ccfnpd3lqak8i1ay"))))
+ (base32 "0qjc0wkjf6bqz29fvwwsn9hnjhm6alsm10jcwx4jad2q3ks6kplh"))))
(build-system gnu-build-system)
(native-inputs
;; For tests.
- branch master updated (0ab5e91 -> 1e609b7), guix-commits, 2019/06/18
- 02/11: gnu: mpd-mpc: Update to 0.32., guix-commits, 2019/06/18
- 01/11: gnu: radare2: Update to 3.5.1., guix-commits, 2019/06/18
- 03/11: gnu: hcxtools: Update to 5.1.6., guix-commits, 2019/06/18
- 07/11: gnu: rtv: Update to 1.27.0., guix-commits, 2019/06/18
- 06/11: gnu: libnftnl: Update to 1.1.3., guix-commits, 2019/06/18
- 10/11: gnu: gaupol: Update to 1.6., guix-commits, 2019/06/18
- 11/11: gnu: stunnel: Update to 5.55.,
guix-commits <=
- 09/11: gnu: eternalterminal: Update to 5.1.10., guix-commits, 2019/06/18
- 04/11: gnu: hcxdumptool: Update to 5.1.5., guix-commits, 2019/06/18
- 05/11: gnu: gandi.cli: Update to 1.5., guix-commits, 2019/06/18
- 08/11: gnu: mercurial: Update to 5.0.1., guix-commits, 2019/06/18