pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/openconnect Update openconnect to version 7.08



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4f9f5bae758
branches:  trunk
changeset: 356645:a4f9f5bae758
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Tue Jan 03 00:02:03 2017 +0000

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

 net/openconnect/Makefile |   4 ++--
 net/openconnect/PLIST    |   2 +-
 net/openconnect/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 935ae6d749d6 -r a4f9f5bae758 net/openconnect/Makefile
--- a/net/openconnect/Makefile  Tue Jan 03 00:01:11 2017 +0000
+++ b/net/openconnect/Makefile  Tue Jan 03 00:02:03 2017 +0000
@@ -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 -r 935ae6d749d6 -r a4f9f5bae758 net/openconnect/PLIST
--- a/net/openconnect/PLIST     Tue Jan 03 00:01:11 2017 +0000
+++ b/net/openconnect/PLIST     Tue Jan 03 00:02:03 2017 +0000
@@ -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 -r 935ae6d749d6 -r a4f9f5bae758 net/openconnect/distinfo
--- a/net/openconnect/distinfo  Tue Jan 03 00:01:11 2017 +0000
+++ b/net/openconnect/distinfo  Tue Jan 03 00:02:03 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index