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:           Sat Sep  7 19:30:21 UTC 2019

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

Log Message:
Update to 8.04. From the changelog:

- Rework DTLS MTU detection. (#10)
- Add Pulse Connect Secure support.
- OpenSSL build fixes (#51).
- Add HMAC-SHA256-128 (RFC4868) support for ESP.
- Support IPv6 in ESP.
- Translate user-visible strings from openconnect_get_supported_protocols().
- Fix proxy username/password handling to allow special characters
  and escaping.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/openconnect/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/openconnect/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/openconnect/distinfo

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.10 pkgsrc/net/openconnect/Makefile:1.11
--- pkgsrc/net/openconnect/Makefile:1.10        Mon May 20 14:16:21 2019
+++ pkgsrc/net/openconnect/Makefile     Sat Sep  7 19:30:21 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2019/05/20 14:16:21 schmonz Exp $
+# $NetBSD: Makefile,v 1.11 2019/09/07 19:30:21 schmonz Exp $
 
-DISTNAME=      openconnect-8.03
+DISTNAME=      openconnect-8.04
 CATEGORIES=    net security
 MASTER_SITES=  ftp://ftp.infradead.org/pub/openconnect/
 
@@ -20,8 +20,7 @@ CONFIGURE_ARGS+=      --with-vpnc-script=${PK
 CONFIGURE_ARGS+=       --disable-nls
 
 REPLACE_PYTHON=                trojans/tncc-wrapper.py
-REPLACE_BASH=          trojans/csd-post.sh
-REPLACE_BASH+=         trojans/csd-wrapper.sh
+REPLACE_BASH=          trojans/*.sh
 
 PYTHON_VERSIONS_ACCEPTED=27
 

Index: pkgsrc/net/openconnect/PLIST
diff -u pkgsrc/net/openconnect/PLIST:1.3 pkgsrc/net/openconnect/PLIST:1.4
--- pkgsrc/net/openconnect/PLIST:1.3    Mon Jan  7 22:23:52 2019
+++ pkgsrc/net/openconnect/PLIST        Sat Sep  7 19:30:21 2019
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2019/01/07 22:23:52 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/09/07 19:30:21 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-android.sh
 libexec/openconnect/hipreport.sh
 libexec/openconnect/tncc-wrapper.py
 man/man8/openconnect.8

Index: pkgsrc/net/openconnect/distinfo
diff -u pkgsrc/net/openconnect/distinfo:1.8 pkgsrc/net/openconnect/distinfo:1.9
--- pkgsrc/net/openconnect/distinfo:1.8 Mon May 20 14:16:21 2019
+++ pkgsrc/net/openconnect/distinfo     Sat Sep  7 19:30:21 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/05/20 14:16:21 schmonz Exp $
+$NetBSD: distinfo,v 1.9 2019/09/07 19:30:21 schmonz Exp $
 
-SHA1 (openconnect-8.03.tar.gz) = 9808b2bc25ceee69d853c8b14f72e7139d4d8843
-RMD160 (openconnect-8.03.tar.gz) = f6d41626b5f0687dc1345a9c8c8b03a740850764
-SHA512 (openconnect-8.03.tar.gz) = e5cae7aacc5684c585992c8199d47c1318a710d2f3638e0b71f5ab3ee7f35406306462e19ba55b32351a3894c83c256569e2e096da0bc8f6404f2740168e73da
-Size (openconnect-8.03.tar.gz) = 1885587 bytes
+SHA1 (openconnect-8.04.tar.gz) = f643b782aaa2a66540517743898ba50e063cf9ce
+RMD160 (openconnect-8.04.tar.gz) = 1a30e71264cf1f8870df391ef9b3bc62cdde166d
+SHA512 (openconnect-8.04.tar.gz) = 3d1f335c5ac62cdcf874b0371e9ed939e5e44060d422b35120d0a6bb87f1a7cc4ffc783e6c65d11a9d5ef974c99e56107da837ee61a03f70d9397e077185050a
+Size (openconnect-8.04.tar.gz) = 1914479 bytes



Home | Main Index | Thread Index | Old Index