aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2012-07-09 02:19:20 +0800
committerzi <zi@FreeBSD.org>2012-07-09 02:19:20 +0800
commitd4b89e8c7f7d8b193cb06497946fd7b99d70bfe0 (patch)
tree36f1f4ac15cba09b7122e9081c99efc5a04f9984 /security
parent968bdbbaca02fb63fb0f703a8d8ebd8af6b0dd3e (diff)
downloadfreebsd-ports-gnome-d4b89e8c7f7d8b193cb06497946fd7b99d70bfe0.tar.gz
freebsd-ports-gnome-d4b89e8c7f7d8b193cb06497946fd7b99d70bfe0.tar.zst
freebsd-ports-gnome-d4b89e8c7f7d8b193cb06497946fd7b99d70bfe0.zip
- Update to 4.04
Diffstat (limited to 'security')
-rw-r--r--security/openconnect/Makefile2
-rw-r--r--security/openconnect/distinfo4
-rw-r--r--security/openconnect/files/patch-gnutls.c11
-rw-r--r--security/openconnect/files/patch-www_Makefile.am10
4 files changed, 8 insertions, 19 deletions
diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile
index d8079fae38e3..481092527a2b 100644
--- a/security/openconnect/Makefile
+++ b/security/openconnect/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= openconnect
-PORTVERSION= 4.00
+PORTVERSION= 4.04
CATEGORIES= security
MASTER_SITES= ftp://ftp.infradead.org/pub/openconnect/ \
http://mirrors.rit.edu/zi/
diff --git a/security/openconnect/distinfo b/security/openconnect/distinfo
index 25d025196630..e5949f5b1468 100644
--- a/security/openconnect/distinfo
+++ b/security/openconnect/distinfo
@@ -1,2 +1,2 @@
-SHA256 (openconnect-4.00.tar.gz) = 6c560db8126cdb947a92a96140c4908f894e82dd913fd4a7dfe7267d269625fb
-SIZE (openconnect-4.00.tar.gz) = 1053324
+SHA256 (openconnect-4.04.tar.gz) = 11adbf948020754a609521a98c3a5c23ab52c98cfe400c307224dad530576042
+SIZE (openconnect-4.04.tar.gz) = 1154723
diff --git a/security/openconnect/files/patch-gnutls.c b/security/openconnect/files/patch-gnutls.c
deleted file mode 100644
index 72e6df0130ac..000000000000
--- a/security/openconnect/files/patch-gnutls.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./gnutls.c.orig 2012-06-24 07:29:27.000000000 -0400
-+++ ./gnutls.c 2012-06-24 07:29:43.000000000 -0400
-@@ -239,7 +239,7 @@
- /* For systems that don't support O_CLOEXEC, just don't bother.
- It's not open for long anyway. */
- #ifndef O_CLOEXEC
--#define O_CLOEXEC
-+#define O_CLOEXEC 0
- #endif
-
- static int load_datum(struct openconnect_info *vpninfo,
diff --git a/security/openconnect/files/patch-www_Makefile.am b/security/openconnect/files/patch-www_Makefile.am
index d15f6a04537d..02907e050b30 100644
--- a/security/openconnect/files/patch-www_Makefile.am
+++ b/security/openconnect/files/patch-www_Makefile.am
@@ -1,9 +1,9 @@
---- ./www/Makefile.am.orig 2012-06-23 20:40:22.000000000 -0400
-+++ ./www/Makefile.am 2012-06-23 20:40:44.000000000 -0400
-@@ -25,6 +25,6 @@
+--- ./www/Makefile.am.orig 2012-07-05 04:16:45.000000000 -0400
++++ ./www/Makefile.am 2012-07-08 14:00:23.000000000 -0400
+@@ -29,6 +29,6 @@
+ cd $(top_builddir) && $(SHELL) ./config.status openconnect.8
- manual.html: openconnect.8.inc
- openconnect.8.inc: ../openconnect.8
+ openconnect.8.inc: $(top_builddir)/openconnect.8
- groff -t -K UTF-8 -mandoc -Txhtml $? | sed -e '1,/<body>/d' -e '/<\/body>/,$$d' > $@
+ groff -t -mandoc -Thtml $^ | sed -e '1,/<body>/d' -e '/<\/body>/,$$d' > $@