aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2016-08-19 06:57:19 +0800
committerzi <zi@FreeBSD.org>2016-08-19 06:57:19 +0800
commit71fe9e6e9df080fbcd150f51ef1d3277cabcf356 (patch)
tree45a406c7a440804079db68045d338fd431329514 /security
parent25b495d761c37b6a5f7ecc737486e387d61aa506 (diff)
downloadfreebsd-ports-gnome-71fe9e6e9df080fbcd150f51ef1d3277cabcf356.tar.gz
freebsd-ports-gnome-71fe9e6e9df080fbcd150f51ef1d3277cabcf356.tar.zst
freebsd-ports-gnome-71fe9e6e9df080fbcd150f51ef1d3277cabcf356.zip
- Update to 7.07
Diffstat (limited to 'security')
-rw-r--r--security/openconnect/Makefile6
-rw-r--r--security/openconnect/distinfo5
-rw-r--r--security/openconnect/files/patch-esp27
-rw-r--r--security/openconnect/pkg-plist2
4 files changed, 6 insertions, 34 deletions
diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile
index aadee7be7447..77b240105e3e 100644
--- a/security/openconnect/Makefile
+++ b/security/openconnect/Makefile
@@ -2,8 +2,7 @@
# $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/
@@ -21,7 +20,7 @@ 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
@@ -36,7 +35,6 @@ 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}
diff --git a/security/openconnect/distinfo b/security/openconnect/distinfo
index 6ce41a63b780..0ffadca07f53 100644
--- a/security/openconnect/distinfo
+++ b/security/openconnect/distinfo
@@ -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
diff --git a/security/openconnect/files/patch-esp b/security/openconnect/files/patch-esp
deleted file mode 100644
index 8d96c8d571dc..000000000000
--- a/security/openconnect/files/patch-esp
+++ /dev/null
@@ -1,27 +0,0 @@
-From 25e2d3a8e607742b28cddb5443a3b7ad86254b4c Mon Sep 17 00:00:00 2001
-From: David Woodhouse <David.Woodhouse@intel.com>
-Date: Fri, 20 Mar 2015 12:10:13 +0000
-Subject: [PATCH] Fix build without ESP
-
-Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
----
- 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
-
diff --git a/security/openconnect/pkg-plist b/security/openconnect/pkg-plist
index f6b738d516be..b20b86f42183 100644
--- a/security/openconnect/pkg-plist
+++ b/security/openconnect/pkg-plist
@@ -2,6 +2,6 @@ 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