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: schmonz
Date: Mon Jan 7 22:23:52 UTC 2019
Modified Files:
pkgsrc/net/openconnect: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/openconnect/Makefile \
pkgsrc/net/openconnect/distinfo
cvs rdiff -u -r1.2 -r1.3 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.5 pkgsrc/net/openconnect/Makefile:1.6
--- pkgsrc/net/openconnect/Makefile:1.5 Tue Jan 3 00:02:03 2017
+++ pkgsrc/net/openconnect/Makefile Mon Jan 7 22:23:52 2019
@@ -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+= --sysconfdir=${PKG_SYSC
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"
Index: pkgsrc/net/openconnect/distinfo
diff -u pkgsrc/net/openconnect/distinfo:1.5 pkgsrc/net/openconnect/distinfo:1.6
--- pkgsrc/net/openconnect/distinfo:1.5 Tue Jan 3 00:02:03 2017
+++ pkgsrc/net/openconnect/distinfo Mon Jan 7 22:23:52 2019
@@ -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
Index: pkgsrc/net/openconnect/PLIST
diff -u pkgsrc/net/openconnect/PLIST:1.2 pkgsrc/net/openconnect/PLIST:1.3
--- pkgsrc/net/openconnect/PLIST:1.2 Tue Jan 3 00:02:03 2017
+++ pkgsrc/net/openconnect/PLIST Mon Jan 7 22:23:52 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index