pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/openconnect



Module Name:    pkgsrc
Committed By:   khorben
Date:           Tue Jan  3 00:02:03 UTC 2017

Modified Files:
        pkgsrc/net/openconnect: Makefile PLIST distinfo

Log Message:
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".


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/openconnect/Makefile \
    pkgsrc/net/openconnect/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/openconnect/PLIST

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

Modified files:

Index: pkgsrc/net/openconnect/Makefile
diff -u pkgsrc/net/openconnect/Makefile:1.4 pkgsrc/net/openconnect/Makefile:1.5
--- pkgsrc/net/openconnect/Makefile:1.4 Fri Oct 28 10:02:38 2016
+++ pkgsrc/net/openconnect/Makefile     Tue Jan  3 00:02:03 2017
@@ -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/
 
Index: pkgsrc/net/openconnect/distinfo
diff -u pkgsrc/net/openconnect/distinfo:1.4 pkgsrc/net/openconnect/distinfo:1.5
--- pkgsrc/net/openconnect/distinfo:1.4 Fri Oct 28 10:02:38 2016
+++ pkgsrc/net/openconnect/distinfo     Tue Jan  3 00:02:03 2017
@@ -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

Index: pkgsrc/net/openconnect/PLIST
diff -u pkgsrc/net/openconnect/PLIST:1.1 pkgsrc/net/openconnect/PLIST:1.2
--- pkgsrc/net/openconnect/PLIST:1.1    Mon Mar  2 15:27:58 2015
+++ pkgsrc/net/openconnect/PLIST        Tue Jan  3 00:02:03 2017
@@ -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



Home | Main Index | Thread Index | Old Index