pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/stunnel Update security/stunnel to 5.51:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6b8dc37b6a6
branches:  trunk
changeset: 332189:f6b8dc37b6a6
user:      jklos <jklos%pkgsrc.org@localhost>
date:      Fri Apr 05 16:53:00 2019 +0000

description:
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).

diffstat:

 security/stunnel/Makefile |   4 ++--
 security/stunnel/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 570eaac12055 -r f6b8dc37b6a6 security/stunnel/Makefile
--- a/security/stunnel/Makefile Fri Apr 05 13:59:47 2019 +0000
+++ b/security/stunnel/Makefile Fri Apr 05 16:53:00 2019 +0000
@@ -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/
 
diff -r 570eaac12055 -r f6b8dc37b6a6 security/stunnel/distinfo
--- a/security/stunnel/distinfo Fri Apr 05 13:59:47 2019 +0000
+++ b/security/stunnel/distinfo Fri Apr 05 16:53:00 2019 +0000
@@ -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