Index: head/security/openconnect/files/patch-esp =================================================================== --- head/security/openconnect/files/patch-esp (revision 420429) +++ head/security/openconnect/files/patch-esp (nonexistent) @@ -1,27 +0,0 @@ -From 25e2d3a8e607742b28cddb5443a3b7ad86254b4c Mon Sep 17 00:00:00 2001 -From: David Woodhouse -Date: Fri, 20 Mar 2015 12:10:13 +0000 -Subject: [PATCH] Fix build without ESP - -Signed-off-by: David Woodhouse ---- - oncp.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/oncp.c b/oncp.c -index c12d86f..c9c7dc6 100644 ---- oncp.c -+++ oncp.c -@@ -1049,7 +1049,9 @@ int oncp_mainloop(struct openconnect_info *vpninfo, int *timeout) - /* XXX: Do we have to do this or can we leave it open? - * Perhaps we could even reconnect asynchronously while - * the ESP is still running? */ -+#if defined(ESP_GNUTLS) || defined(ESP_OPENSSL) - esp_shutdown(vpninfo); -+#endif - ret = ssl_reconnect(vpninfo); - if (ret) { - vpn_progress(vpninfo, PRG_ERR, _("Reconnect failed\n")); --- -1.9.3 - Property changes on: head/security/openconnect/files/patch-esp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/openconnect/Makefile =================================================================== --- head/security/openconnect/Makefile (revision 420429) +++ head/security/openconnect/Makefile (revision 420430) @@ -1,45 +1,43 @@ # Created by: Damian Gerow # $FreeBSD$ PORTNAME= openconnect -PORTVERSION= 7.06 -PORTREVISION= 1 +PORTVERSION= 7.07 CATEGORIES= security MASTER_SITES= ftp://ftp.infradead.org/pub/openconnect/ \ http://mirrors.rit.edu/zi/ MAINTAINER= zi@FreeBSD.org COMMENT= Client for Cisco's AnyConnect SSL VPN LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LGPL LIB_DEPENDS= libxml2.so:textproc/libxml2 RUN_DEPENDS= vpnc-script:sysutils/vpnc-scripts GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ --without-stoken --without-openssl-version-check -USES= cpe gmake libtool pkgconfig python:build +USES= cpe gmake iconv libtool pkgconfig python:build ssl CPE_VENDOR= infradead INSTALL_TARGET= install-strip USE_LDCONFIG= yes PORTDOCS= * OPTIONS_DEFINE= PROXY GNUTLS PROXY_DESC= Automatic proxy configuration via libproxy PROXY_LIB_DEPENDS= libproxy.so:net/libproxy PROXY_CONFIGURE_WITH= libproxy GNUTLS_DESC= Use GnuTLS instead of OpenSSL (experimental) GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_WITH= gnutls -GNUTLS_USE_OFF= OPENSSL=yes post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/TODO ${STAGEDIR}${DOCSDIR} .include Index: head/security/openconnect/distinfo =================================================================== --- head/security/openconnect/distinfo (revision 420429) +++ head/security/openconnect/distinfo (revision 420430) @@ -1,2 +1,3 @@ -SHA256 (openconnect-7.06.tar.gz) = facf695368dc4537a6a30e2147be90b1d77ee3cb2d269eaef070b6d9ddab70f2 -SIZE (openconnect-7.06.tar.gz) = 1343870 +TIMESTAMP = 1471559423 +SHA256 (openconnect-7.07.tar.gz) = f3ecfcd487dcd916748db38b4138c1e72c86347d6328b11dfe1d0af2821b8366 +SIZE (openconnect-7.07.tar.gz) = 1557283 Index: head/security/openconnect/pkg-plist =================================================================== --- head/security/openconnect/pkg-plist (revision 420429) +++ head/security/openconnect/pkg-plist (revision 420430) @@ -1,7 +1,7 @@ sbin/openconnect include/openconnect.h lib/libopenconnect.so lib/libopenconnect.so.5 -lib/libopenconnect.so.5.1.0 +lib/libopenconnect.so.5.3.0 libdata/pkgconfig/openconnect.pc man/man8/openconnect.8.gz