diff options
author | sem <sem@FreeBSD.org> | 2015-10-11 20:58:34 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2015-10-11 20:58:34 +0800 |
commit | 2bfa5b2ed11901c5405b77b18b23f5aa74dcef60 (patch) | |
tree | 47a831d8ef80713597794b5ead8d16bc2b5f8357 /dns | |
parent | b8c63fd64fcb3e00dcf1a3a8c66386ca4da6defc (diff) | |
download | freebsd-ports-gnome-2bfa5b2ed11901c5405b77b18b23f5aa74dcef60.tar.gz freebsd-ports-gnome-2bfa5b2ed11901c5405b77b18b23f5aa74dcef60.tar.zst freebsd-ports-gnome-2bfa5b2ed11901c5405b77b18b23f5aa74dcef60.zip |
- Update to 1.5.5
Diffstat (limited to 'dns')
-rw-r--r-- | dns/unbound/Makefile | 3 | ||||
-rw-r--r-- | dns/unbound/distinfo | 4 | ||||
-rw-r--r-- | dns/unbound/files/patch-configure.ac | 11 | ||||
-rw-r--r-- | dns/unbound/pkg-plist | 2 |
4 files changed, 4 insertions, 16 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index eaafeb01bcb3..5c9033768cdb 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.5.4 -PORTREVISION= 1 +PORTVERSION= 1.5.5 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo index 970f9b2a4299..5306fadfeafa 100644 --- a/dns/unbound/distinfo +++ b/dns/unbound/distinfo @@ -1,2 +1,2 @@ -SHA256 (unbound-1.5.4.tar.gz) = a1e1c1a578cf8447cb51f6033714035736a0f04444854a983123c094cc6fb137 -SIZE (unbound-1.5.4.tar.gz) = 4844273 +SHA256 (unbound-1.5.5.tar.gz) = f3bd7d3bc9519e8717abdc35c26cb2d84c3c3a3e2cd657604307e6860b37da5e +SIZE (unbound-1.5.5.tar.gz) = 4849969 diff --git a/dns/unbound/files/patch-configure.ac b/dns/unbound/files/patch-configure.ac deleted file mode 100644 index a23010ead7dc..000000000000 --- a/dns/unbound/files/patch-configure.ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig 2015-06-29 10:19:42 UTC -+++ configure.ac -@@ -566,7 +566,7 @@ if test $USE_NSS = "no"; then - ACX_WITH_SSL - ACX_LIB_SSL - AC_MSG_CHECKING([for LibreSSL]) --if grep OPENSSL_VERSION_TEXT $ssldir/include/openssl/opensslv.h | grep "LibreSSL" >/dev/null; then -+if grep -e OPENSSL_VERSION_TEXT -e LIBRESSL_VERSION_TEXT $ssldir/include/openssl/opensslv.h | grep "LibreSSL" >/dev/null; then - AC_MSG_RESULT([yes]) - AC_DEFINE([HAVE_LIBRESSL], [1], [Define if we have LibreSSL]) - # libressl provides these compat functions, but they may also be diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index 83c9222cc325..b37694c16cae 100644 --- a/dns/unbound/pkg-plist +++ b/dns/unbound/pkg-plist @@ -1,6 +1,6 @@ etc/unbound/unbound.conf.sample include/unbound.h -lib/libunbound.so.2.3.7 +lib/libunbound.so.2.3.8 lib/libunbound.so.2 lib/libunbound.so lib/libunbound.a |