diff options
author | khorben <khorben@pkgsrc.org> | 2017-01-03 00:02:03 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2017-01-03 00:02:03 +0000 |
commit | 8ab19119a89c36bfedc7d96f291c800f81465fe8 (patch) | |
tree | 823699de19f739f2e4bf51e63499d31483c73a33 /net/openconnect | |
parent | 0a278a941377e9c2994c62a68efd498931a5a792 (diff) | |
download | pkgsrc-8ab19119a89c36bfedc7d96f291c800f81465fe8.tar.gz |
Update openconnect to version 7.08
Changelog:
Add SHA256 support for server cert hashes.
Enable DHE ciphers for Cisco DTLS.
Increase initial oNCP configuration buffer size.
Reopen CONIN$ when stdin is redirected on Windows.
Improve support for point-to-point routing on Windows.
Check for non-resumed DTLS sessions which may indicate a MiTM attack.
Add TUNIDX environment variable on Windows.
Fix compatibility with Pulse Secure 8.2R5.
Fix IPv6 support in Solaris.
Support DTLS automatic negotiation.
Support --key-password for GnuTLS PKCS#11 PIN.
Support automatic DTLS MTU detection with OpenSSL.
Drop support for combined GnuTLS/OpenSSL build.
Update OpenSSL to allow TLSv1.2, improve compatibility options.
Remove --no-cert-check option. It was being (mis)used.
Fix OpenSSL support for PKCS#11 EC keys without public key.
Support for final OpenSSL 1.1 release.
Fix polling/retry on "tun" socket when buffers full.
Fix AnyConnect server-side MTU setting.
Fix ESP replay detection.
Allow build with LibreSSL (for fetishists only; do not use this as DTLS is broken).
Add certificate torture test suite.
Support PKCS#11 PIN via pin-value= and --key-password for OpenSSL.
Fix integer overflow issues with ESP packet replay detection.
Add --pass-tos option as in OpenVPN.
Support rĂ´le selection form in Juniper VPN.
Support DER-format certificates, add certificate format torture tests.
For OpenSSL >= 1.0.2, fix certificate validation when only an intermediate CA is specified with the --cafile option.
Support Juniper "Pre Sign-in Message".
Diffstat (limited to 'net/openconnect')
-rw-r--r-- | net/openconnect/Makefile | 4 | ||||
-rw-r--r-- | net/openconnect/PLIST | 2 | ||||
-rw-r--r-- | net/openconnect/distinfo | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile index f98095bc812..31a0b2843fc 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/10/28 10:02:38 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/03 00:02:03 khorben Exp $ -DISTNAME= openconnect-7.07 +DISTNAME= openconnect-7.08 CATEGORIES= net security MASTER_SITES= ftp://ftp.infradead.org/pub/openconnect/ diff --git a/net/openconnect/PLIST b/net/openconnect/PLIST index dcf3593440c..9e75d00e582 100644 --- a/net/openconnect/PLIST +++ b/net/openconnect/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/03/02 15:27:58 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2017/01/03 00:02:03 khorben Exp $ include/openconnect.h lib/libopenconnect.la lib/pkgconfig/openconnect.pc diff --git a/net/openconnect/distinfo b/net/openconnect/distinfo index 785cf05d300..e69c183c84e 100644 --- a/net/openconnect/distinfo +++ b/net/openconnect/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/10/28 10:02:38 wiz Exp $ +$NetBSD: distinfo,v 1.5 2017/01/03 00:02:03 khorben Exp $ -SHA1 (openconnect-7.07.tar.gz) = 6ed96962b49a59ba94307d3383d729564777fa35 -RMD160 (openconnect-7.07.tar.gz) = c62e4e50a76fb6cb0797ad8b066d8bef4b738bb9 -SHA512 (openconnect-7.07.tar.gz) = fcce82419a058f5210f8b6167a10e52eb572c93cda3ec941bf11e5bfcf8395ce2f816cba4f5f9a02920eb023fe7dfbd8192d5664ce5bab29bf88506b67ec34e3 -Size (openconnect-7.07.tar.gz) = 1557283 bytes +SHA1 (openconnect-7.08.tar.gz) = ac106457c6a94808096552b6dc2037ad4cce7858 +RMD160 (openconnect-7.08.tar.gz) = b5f8e916d081011d469f3b180b195113687cdd2b +SHA512 (openconnect-7.08.tar.gz) = 22f9b0bd4bd17e2ab91ff42b2464c89abba035fe705c037ba4d1042ace460c8738e20481783a1edc3b7dd6503fe9fcc7fdd188552811fb1525310e25a4c2f400 +Size (openconnect-7.08.tar.gz) = 1686133 bytes |