diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-03-23 23:08:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-03-23 23:08:04 +0800 |
commit | 5506ce8eb80c7cecb23b0333aba0ddf17a5cc5a7 (patch) | |
tree | 873b2f6d9bdad7c3bed9dbf0bef8b99d81d7c90c /security | |
parent | 1f73c7a44561179dabe86a2f980249a3d20679ad (diff) | |
download | freebsd-ports-gnome-5506ce8eb80c7cecb23b0333aba0ddf17a5cc5a7.tar.gz freebsd-ports-gnome-5506ce8eb80c7cecb23b0333aba0ddf17a5cc5a7.tar.zst freebsd-ports-gnome-5506ce8eb80c7cecb23b0333aba0ddf17a5cc5a7.zip |
- Update to 2.26
- Use bsd.port.mk
Changes:
- Fix potential crash on relative HTTP redirect.
- Use correct TUN/TAP device node on Android.
- Check client certificate expiry date.
- Implement CSTP and DTLS rekeying (both by reconnecting CSTP).
- Add --force-dpd option to set minimum DPD interval.
- Don't print webvpn cookie in debug output.
- Fix host selection in NetworkManager auth dialog.
- Use SSLv3 instead of TLSv1; some servers (or their firewalls) don't accept
any ClientHello options.
- Never include address family prefix on script-tun connections.
PR: ports/155705
Submitted by: Ben <ben@gibbed.org>
Approved by: Damian Gerow <dgerow@afflictions.org> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/openconnect/Makefile | 6 | ||||
-rw-r--r-- | security/openconnect/distinfo | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile index 6cd16bf0b810..2ad6922d3810 100644 --- a/security/openconnect/Makefile +++ b/security/openconnect/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openconnect -PORTVERSION= 2.25 +PORTVERSION= 2.26 CATEGORIES= security MASTER_SITES= ftp://ftp.infradead.org/pub/openconnect/ \ CRITICAL @@ -28,8 +28,6 @@ PORTDOCS= README.* OPTIONS= GUI "Enable the OpenConnect configuration GUI" off -.include <bsd.port.pre.mk> - .if !defined(WITHOUT_GUI) LIB_DEPENDS+= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 LIB_DEPENDS+= gconf-2.4:${PORTSDIR}/devel/gconf2 @@ -54,4 +52,4 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/README.SecurID ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/openconnect/distinfo b/security/openconnect/distinfo index 580e66a08065..b44e74f2b742 100644 --- a/security/openconnect/distinfo +++ b/security/openconnect/distinfo @@ -1,3 +1,2 @@ -MD5 (openconnect-2.25.tar.gz) = 796a32b611ee6210a5367eb9684d6778 -SHA256 (openconnect-2.25.tar.gz) = 6990f00e1df83b00941fe06d5b9c670b26804517043457f13be617bf07bad553 -SIZE (openconnect-2.25.tar.gz) = 75723 +SHA256 (openconnect-2.26.tar.gz) = cbd8c1fb49fe9ba30806edfa225220db5b181e6a11466309a7a399c9896ab052 +SIZE (openconnect-2.26.tar.gz) = 77773 |