aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2011-07-15 20:53:51 +0800
committersem <sem@FreeBSD.org>2011-07-15 20:53:51 +0800
commit2980c61251f434787f673c904f79acdc0cd58aa8 (patch)
tree81ade65cc0591c49ff16403c930482c4e9867892 /dns
parentc394fa034050cefa0f51fe61838d20d4fa7d8789 (diff)
downloadfreebsd-ports-gnome-2980c61251f434787f673c904f79acdc0cd58aa8.tar.gz
freebsd-ports-gnome-2980c61251f434787f673c904f79acdc0cd58aa8.tar.zst
freebsd-ports-gnome-2980c61251f434787f673c904f79acdc0cd58aa8.zip
- Update to 1.4.12 (a bugfix release)
- Disable GOST by default - Depend on dns/ldns
Diffstat (limited to 'dns')
-rw-r--r--dns/unbound/Makefile7
-rw-r--r--dns/unbound/distinfo4
-rw-r--r--dns/unbound/files/patch-configure12
3 files changed, 18 insertions, 5 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index c2966876b84e..00798425900d 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= unbound
-PORTVERSION= 1.4.11
+PORTVERSION= 1.4.12
CATEGORIES= dns
MASTER_SITES= http://unbound.net/downloads/
@@ -37,11 +37,12 @@ PLIST_SUB+= PYTHON=${PYTHON}
OPTIONS= LIBEVENT "is useful when using many (10000) outgoing ports" off \
THREADS "build with threads support" on \
PYTHON "build python bindings" off \
- GOST "build GOST support (requires OpenSSL from ports)" on
+ GOST "build GOST support (requires OpenSSL from ports)" off
.include <bsd.port.options.mk>
-LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 \
+ ldns:${PORTSDIR}/dns/ldns
.if defined(WITH_PYTHON)
USE_PYTHON= yes
diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo
index 9186192233c9..0df55abca699 100644
--- a/dns/unbound/distinfo
+++ b/dns/unbound/distinfo
@@ -1,2 +1,2 @@
-SHA256 (unbound-1.4.11.tar.gz) = 19e44dd7a737de678456885483002c6cd84147d334c7323cb3674d2012c82b4b
-SIZE (unbound-1.4.11.tar.gz) = 4503148
+SHA256 (unbound-1.4.12.tar.gz) = d7f0ee340b8a62e3fe02e505fdf6f2e4742ae7eaf8fd1da200fb38c4947e2d66
+SIZE (unbound-1.4.12.tar.gz) = 3506466
diff --git a/dns/unbound/files/patch-configure b/dns/unbound/files/patch-configure
new file mode 100644
index 000000000000..e3904d0b1609
--- /dev/null
+++ b/dns/unbound/files/patch-configure
@@ -0,0 +1,12 @@
+--- configure.orig 2011-07-15 14:58:53.000000000 +0400
++++ configure 2011-07-15 14:59:02.000000000 +0400
+@@ -16825,8 +16825,7 @@
+ -a $ac_cv_func_ldns_key_buf2rsa_raw = yes \
+ -a $ac_cv_func_ldns_get_random = yes \
+ -a $ac_cv_header_ldns_ldns_h = yes \
+- -a $ac_cv_func_ldns_b32_ntop_extended_hex = yes \
+- -a $ac_cv_func_ldns_key_EVP_load_gost_id = yes; then
++ -a $ac_cv_func_ldns_b32_ntop_extended_hex = yes; then
+ :
+ else
+ as_fn_error $? "ldns library is not recent, update the ldns library, install it into system lib dir or use --with-ldns=path to other location. The --with-ldns can point to the make-dir of ldns. Package libldns or download source http://www.nlnetlabs.nl/projects/ldns" "$LINENO" 5