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.04. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9d430378cdd
branches:  trunk
changeset: 339169:a9d430378cdd
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Sep 07 19:30:21 2019 +0000

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

diffstat:

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

diffs (52 lines):

diff -r 3f6ef0f90c5f -r a9d430378cdd net/openconnect/Makefile
--- a/net/openconnect/Makefile  Sat Sep 07 18:58:13 2019 +0000
+++ b/net/openconnect/Makefile  Sat Sep 07 19:30:21 2019 +0000
@@ -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+=       --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
 
diff -r 3f6ef0f90c5f -r a9d430378cdd net/openconnect/PLIST
--- a/net/openconnect/PLIST     Sat Sep 07 18:58:13 2019 +0000
+++ b/net/openconnect/PLIST     Sat Sep 07 19:30:21 2019 +0000
@@ -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
diff -r 3f6ef0f90c5f -r a9d430378cdd net/openconnect/distinfo
--- a/net/openconnect/distinfo  Sat Sep 07 18:58:13 2019 +0000
+++ b/net/openconnect/distinfo  Sat Sep 07 19:30:21 2019 +0000
@@ -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