pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/openconnect Update to 8.01. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c63b1439b89b
branches:  trunk
changeset: 327742:c63b1439b89b
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jan 07 22:23:52 2019 +0000

description:
Update to 8.01. From the changelog:

- Fix memset_s() arguments.
- Fix OpenBSD build.
- Clear form submissions (which may include passwords) before freeing (CVE-2018-20319).
- Allow form responses to be provided on command line.
- Add support for SSL keys stored in TPM2.
- Fix ESP rekey when replay protection is disabled.
- Drop support for GnuTLS older than 3.2.10.
- Fix --passwd-on-stdin for Windows to not forcibly open console.
- Fix portability of shell scripts in test suite.
- Add Google Authenticator TOTP support for Juniper.
- Add RFC7469 key PIN support for cert hashes.
- Add protocol method to securely log out the Juniper session.
- Relax requirements for Juniper hostname packet response to support old gateways.
- Add API functions to query the supported protocols.
- Verify ESP sequence numbers and warn even if replay protection is disabled.
- Add support for PAN GlobalProtect VPN protocol (--protocol=gp).
- Reorganize listing of command-line options, and include information on supported protocols.
- SIGTERM cleans up the session similarly to SIGINT.

diffstat:

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

diffs (57 lines):

diff -r 04de86aaf308 -r c63b1439b89b net/openconnect/Makefile
--- a/net/openconnect/Makefile  Mon Jan 07 19:45:48 2019 +0000
+++ b/net/openconnect/Makefile  Mon Jan 07 22:23:52 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/01/03 00:02:03 khorben Exp $
+# $NetBSD: Makefile,v 1.6 2019/01/07 22:23:52 schmonz Exp $
 
-DISTNAME=      openconnect-7.08
+DISTNAME=      openconnect-8.01
 CATEGORIES=    net security
 MASTER_SITES=  ftp://ftp.infradead.org/pub/openconnect/
 
@@ -19,10 +19,14 @@
 CONFIGURE_ARGS+=       --with-vpnc-script=${PKG_SYSCONFDIR}/vpnc-script
 CONFIGURE_ARGS+=       --disable-nls
 
+REPLACE_PYTHON=                trojans/tncc-wrapper.py
+PYTHON_VERSIONS_ACCEPTED=27
+
 INSTALLATION_DIRS=     sbin include lib ${PKGMANDIR}/man8
 
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../www/libproxy/buildlink3.mk"
+.include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 04de86aaf308 -r c63b1439b89b net/openconnect/PLIST
--- a/net/openconnect/PLIST     Mon Jan 07 19:45:48 2019 +0000
+++ b/net/openconnect/PLIST     Mon Jan 07 22:23:52 2019 +0000
@@ -1,6 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2017/01/03 00:02:03 khorben Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/01/07 22:23:52 schmonz Exp $
 include/openconnect.h
 lib/libopenconnect.la
 lib/pkgconfig/openconnect.pc
+libexec/openconnect/csd-post.sh
+libexec/openconnect/csd-wrapper.sh
+libexec/openconnect/hipreport.sh
+libexec/openconnect/tncc-wrapper.py
 man/man8/openconnect.8
 sbin/openconnect
diff -r 04de86aaf308 -r c63b1439b89b net/openconnect/distinfo
--- a/net/openconnect/distinfo  Mon Jan 07 19:45:48 2019 +0000
+++ b/net/openconnect/distinfo  Mon Jan 07 22:23:52 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/01/03 00:02:03 khorben Exp $
+$NetBSD: distinfo,v 1.6 2019/01/07 22:23:52 schmonz Exp $
 
-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
+SHA1 (openconnect-8.01.tar.gz) = 0a3a58c559956b7a5e5e8eec6699f8b709cc726e
+RMD160 (openconnect-8.01.tar.gz) = 0ffdc4530425443aa5f86694f2d5b3d64ddab1e6
+SHA512 (openconnect-8.01.tar.gz) = df88bcae590ecea910e85c068ac15b4f8de9a90dc968ddda0b34bd772949cba0382484f80f6d796da43cc2673daa44a094228c5cd35f1de92d6157bc94b2162e
+Size (openconnect-8.01.tar.gz) = 1870269 bytes



Home | Main Index | Thread Index | Old Index