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:   jklos
Date:           Fri Apr  5 16:53:00 UTC 2019

Modified Files:
        pkgsrc/security/stunnel: Makefile distinfo

Log Message:
Update security/stunnel to 5.51:

Version 5.51, 2019.04.04, urgency: MEDIUM

New features
Hexadecimal PSK keys are automatically converted to binary.
Session ticket support (requires OpenSSL 1.1.1 or later). "connect"
address persistence is currently unsupported with session tickets.
SMTP HELO before authentication (thx to Jacopo Giudici).
New "curves" option to control the list of elliptic curves in OpenSSL
1.1.0 and later.
New "ciphersuites" option to control the list of permitted TLS 1.3 ciphersuites.
Include file name and line number in OpenSSL errors.
Compatibility with the current OpenSSL 3.0.0-dev branch.
Better performance with SSL_set_read_ahead()/SSL_pending().
Bugfixes
Fixed PSKsecrets as a global option (thx to Teodor Robas).
Fixed a memory allocation bug (thx to matanfih).


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/security/stunnel/Makefile
cvs rdiff -u -r1.60 -r1.61 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.113 pkgsrc/security/stunnel/Makefile:1.114
--- pkgsrc/security/stunnel/Makefile:1.113      Tue Apr  2 14:39:55 2019
+++ pkgsrc/security/stunnel/Makefile    Fri Apr  5 16:53:00 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.113 2019/04/02 14:39:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.114 2019/04/05 16:53:00 jklos Exp $
 
-DISTNAME=              stunnel-5.50
+DISTNAME=              stunnel-5.51
 CATEGORIES=            security
 MASTER_SITES=          http://www.stunnel.org/downloads/
 

Index: pkgsrc/security/stunnel/distinfo
diff -u pkgsrc/security/stunnel/distinfo:1.60 pkgsrc/security/stunnel/distinfo:1.61
--- pkgsrc/security/stunnel/distinfo:1.60       Tue Apr  2 14:39:55 2019
+++ pkgsrc/security/stunnel/distinfo    Fri Apr  5 16:53:00 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.60 2019/04/02 14:39:55 ryoon Exp $
+$NetBSD: distinfo,v 1.61 2019/04/05 16:53:00 jklos Exp $
 
-SHA1 (stunnel-5.50.tar.gz) = b8511b40bc4661b4bae1676e5412e62aca76d21e
-RMD160 (stunnel-5.50.tar.gz) = fdc9229083163ab327225ce3501a1c564d334969
-SHA512 (stunnel-5.50.tar.gz) = 96029b4f0dc0f04130e847bf47e56e8fdd22f2aaddb5fe0f581a0da6b870049152216795a0a9d9cdb6b93621df0a7d999e968a8c59989d261fd81c5f02cc1bac
-Size (stunnel-5.50.tar.gz) = 973685 bytes
+SHA1 (stunnel-5.51.tar.gz) = 3c8372473c6cf5a9860a699164d52031501d627b
+RMD160 (stunnel-5.51.tar.gz) = ba3dbae7a410492ef4f0a94ba5c4c6bb83091d27
+SHA512 (stunnel-5.51.tar.gz) = ae135b0da789b3daf2114ebd2af50c376c34d5e911189d71af2a350f6f413b8642027027bcd5a9d547169c8ee2e05f4f9558b3a669842e5c0542dbe85f79229b
+Size (stunnel-5.51.tar.gz) = 979334 bytes
 SHA1 (patch-aa) = 78720fca64ceefaa76eb50d8eb2f15ffde46a270
 SHA1 (patch-ac) = c2a3548f71dd218ed21925ec4631982751fa9d5a
 SHA1 (patch-configure) = 4e67db7176e2953e054370b35fb9955327329b23



Home | Main Index | Thread Index | Old Index