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: Fri May 5 13:21:22 UTC 2023
Modified Files:
pkgsrc/net/openconnect: Makefile distinfo
Log Message:
Update to 9.10. From the changelog:
- Fix external browser authentication with KDE plasma-nm < 5.26.
- Always redirect stdout to stderr when spawning external browser.
- Increase default queue length to 32 packets (#582).
- Make the Wintun Layer 3 TUN driver the default on Windows (!427).
- Add support for and bundle Wintun 0.14.1 (!294).
- Fix receiving multiple packets in one TLS frame, and single packets
split across multiple TLS frames, for Array (#435).
- Fix ESP failures under Windows (#427).
- Add list-system-keys tool to assist Windows/MacOS users in setup.
- Handle idiosyncratic variation in search domain separators for all
protocols (#433, #443, !388).
- Support region selection field for Pulse authentication (!399).
- Support modified configuration packet from Pulse 9.1R16 servers
(#472, !401)
- Allow hidden form fields to be populated or converted to text fields
on the command line (#493, #489, !409)
- Support yet another strange way of encoding challenge-based 2FA for
GlobalProtect (#495, !411)
- Add --sni option (and corresponding C and Java API functions) to allow
domain-fronting connections in censored/filtered network environments
(!297, !451).
- Parrot a GlobalProtect server's software version, if present, as the
client version (!333)
- Fix NULL pointer dereference that has left Android builds broken since
v8.20 (!389).
- Fix Fortinet authentication bug where repeated SVPNCOOKIE causes
segfaults (#514, !418).
- Support F5 VPNs which encode authentication forms only in JSON, not in
HTML (#512, !431).
- Persist Windows installers for tagged builds (#463, !391).
- Support simultaneous IPv6 and Legacy IP ("dual-stack") for Fortinet
(#568, !456).
- Support "FTM-push" token mode for Fortinet VPNs (#555, !450).
- Send IPv6-compatible version string in Pulse IF/T session
establishment, and avoid its ESP/IP version layering idiocy on newer
servers (#506, !414)
- Add --no-external-auth option to not advertise external-browser
authentication, as a workaround for servers which behave differently
when it is advertised (#470, !398)
- Emulate MacOS-specific contents in the HIP report for GlobalProtect (!471).
- Many small improvements in server response parsing, and better logging
messages and documentation.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/openconnect/Makefile
cvs rdiff -u -r1.15 -r1.16 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.26 pkgsrc/net/openconnect/Makefile:1.27
--- pkgsrc/net/openconnect/Makefile:1.26 Wed Apr 19 08:11:10 2023
+++ pkgsrc/net/openconnect/Makefile Fri May 5 13:21:22 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2023/04/19 08:11:10 adam Exp $
+# $NetBSD: Makefile,v 1.27 2023/05/05 13:21:22 schmonz Exp $
-DISTNAME= openconnect-9.01
-PKGREVISION= 2
+DISTNAME= openconnect-9.10
CATEGORIES= net security
MASTER_SITES= https://www.infradead.org/openconnect/download/ \
ftp://ftp.infradead.org/pub/openconnect/
Index: pkgsrc/net/openconnect/distinfo
diff -u pkgsrc/net/openconnect/distinfo:1.15 pkgsrc/net/openconnect/distinfo:1.16
--- pkgsrc/net/openconnect/distinfo:1.15 Thu Oct 20 19:12:57 2022
+++ pkgsrc/net/openconnect/distinfo Fri May 5 13:21:22 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2022/10/20 19:12:57 schmonz Exp $
+$NetBSD: distinfo,v 1.16 2023/05/05 13:21:22 schmonz Exp $
-BLAKE2s (openconnect-9.01.tar.gz) = a56f3914b696aa3a11ea5a1732dec1b77c2aa8d6de72c3fb8f8abb3f9078ccfd
-SHA512 (openconnect-9.01.tar.gz) = b7428847a90f8ca9d1f1f61653c1f2486f0a07989f3b7435b746c5e901998194f4ee2b4f9569a548a23bba368bb1e9f273674c0759aac9df30208d2a6a303c34
-Size (openconnect-9.01.tar.gz) = 2718526 bytes
+BLAKE2s (openconnect-9.10.tar.gz) = 25758264e1a11c1dee7da7130675b090f03f1de6eba8463164dc277ec9c6a899
+SHA512 (openconnect-9.10.tar.gz) = 64d10ad67fccd11d1aaae23a77c6cfd8200bbba0eae21a7d01c604688ec9c35b5f19eeb9a47de14d383780eba64a2f6c06daccd4c1fae6289efdb0dc2fb7c536
+Size (openconnect-9.10.tar.gz) = 2843858 bytes
SHA1 (patch-main.c) = 040fb724052c5bf2e007b322f103d37f06a2bfb2
Home |
Main Index |
Thread Index |
Old Index