pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/stunnel



Module Name:    pkgsrc
Committed By:   hauke
Date:           Sat Nov 30 17:27:09 UTC 2019

Modified Files:
        pkgsrc/security/stunnel: Makefile PLIST distinfo

Log Message:
Update security/stunnel to 5.56. Upstream says

### Version 5.56, 2019.11.22, urgency: HIGH
* New features
  - Various text files converted to Markdown format.
* Bugfixes
  - Support for realpath(3) implementations incompatible
    with POSIX.1-2008, such as 4.4BSD or Solaris.
  - Support for engines without PRNG seeding methods (thx to
    Petr Mikhalitsyn).
  - Retry unsuccessful port binding on configuration
    file reload.
  - Thread safety fixes in SSL_SESSION object handling.
  - Terminate clients on exit in the FORK threading model.


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/security/stunnel/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/stunnel/PLIST
cvs rdiff -u -r1.62 -r1.63 pkgsrc/security/stunnel/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/stunnel/Makefile
diff -u pkgsrc/security/stunnel/Makefile:1.116 pkgsrc/security/stunnel/Makefile:1.117
--- pkgsrc/security/stunnel/Makefile:1.116      Sun Aug 11 13:23:01 2019
+++ pkgsrc/security/stunnel/Makefile    Sat Nov 30 17:27:09 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.116 2019/08/11 13:23:01 wiz Exp $
+# $NetBSD: Makefile,v 1.117 2019/11/30 17:27:09 hauke Exp $
 
-DISTNAME=              stunnel-5.55
-PKGREVISION=           1
+DISTNAME=              stunnel-5.56
+#PKGREVISION=          1
 CATEGORIES=            security
 MASTER_SITES=          https://www.stunnel.org/downloads/
 

Index: pkgsrc/security/stunnel/PLIST
diff -u pkgsrc/security/stunnel/PLIST:1.15 pkgsrc/security/stunnel/PLIST:1.16
--- pkgsrc/security/stunnel/PLIST:1.15  Fri Jun  3 23:12:06 2016
+++ pkgsrc/security/stunnel/PLIST       Sat Nov 30 17:27:09 2019
@@ -1,22 +1,21 @@
-@comment $NetBSD: PLIST,v 1.15 2016/06/03 23:12:06 jym Exp $
+@comment $NetBSD: PLIST,v 1.16 2019/11/30 17:27:09 hauke Exp $
 bin/stunnel
 bin/stunnel3
 lib/stunnel/libstunnel.la
 man/man8/stunnel.8
 man/man8/stunnel.pl.8
-share/doc/stunnel/AUTHORS
-share/doc/stunnel/BUGS
-share/doc/stunnel/COPYING
-share/doc/stunnel/COPYRIGHT.GPL
-share/doc/stunnel/CREDITS
-share/doc/stunnel/ChangeLog
-share/doc/stunnel/INSTALL
-share/doc/stunnel/INSTALL.FIPS
-share/doc/stunnel/INSTALL.W32
-share/doc/stunnel/INSTALL.WCE
-share/doc/stunnel/PORTS
-share/doc/stunnel/README
-share/doc/stunnel/TODO
+share/doc/stunnel/AUTHORS.md
+share/doc/stunnel/BUGS.md
+share/doc/stunnel/COPYING.md
+share/doc/stunnel/COPYRIGHT.md
+share/doc/stunnel/CREDITS.md
+share/doc/stunnel/INSTALL.FIPS.md
+share/doc/stunnel/INSTALL.W32.md
+share/doc/stunnel/INSTALL.WCE.md
+share/doc/stunnel/NEWS.md
+share/doc/stunnel/PORTS.md
+share/doc/stunnel/README.md
+share/doc/stunnel/TODO.md
 share/doc/stunnel/examples/ca.html
 share/doc/stunnel/examples/ca.pl
 share/doc/stunnel/examples/importCA.html

Index: pkgsrc/security/stunnel/distinfo
diff -u pkgsrc/security/stunnel/distinfo:1.62 pkgsrc/security/stunnel/distinfo:1.63
--- pkgsrc/security/stunnel/distinfo:1.62       Tue Jul 16 11:39:26 2019
+++ pkgsrc/security/stunnel/distinfo    Sat Nov 30 17:27:09 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.62 2019/07/16 11:39:26 ryoon Exp $
+$NetBSD: distinfo,v 1.63 2019/11/30 17:27:09 hauke Exp $
 
-SHA1 (stunnel-5.55.tar.gz) = 5396a061938a3cbdd41113be83432bc3cf42ebd7
-RMD160 (stunnel-5.55.tar.gz) = 4f29ca256985f9bebfe347b6a4b9f453ad62c91a
-SHA512 (stunnel-5.55.tar.gz) = 278e39e87e080171d2bed3b193f8f7923b48c12c6d788afeb113a71bfc6077129305e8f93f5e7046b12cc8aa381e89909358756c978ef129d3067ceeb60e112a
-Size (stunnel-5.55.tar.gz) = 986873 bytes
+SHA1 (stunnel-5.56.tar.gz) = a7fa3fb55d698f50f3d54e4fc08588a119f21cad
+RMD160 (stunnel-5.56.tar.gz) = 6934239db636aadffe5d6559164f07efb8b2e7aa
+SHA512 (stunnel-5.56.tar.gz) = db1be82b80bd5606568c5565f1c9a5710d4f7abca2d89388daa441bc395aaf2be998ac6403c7a17b8af01b89ade825186c20c50f73a809f9d64eca2e1b57a877
+Size (stunnel-5.56.tar.gz) = 981163 bytes
 SHA1 (patch-aa) = 78720fca64ceefaa76eb50d8eb2f15ffde46a270
 SHA1 (patch-ac) = c2a3548f71dd218ed21925ec4631982751fa9d5a
 SHA1 (patch-configure) = 4e67db7176e2953e054370b35fb9955327329b23



Home | Main Index | Thread Index | Old Index