summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2009-12-17 12:45:52 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2009-12-17 12:45:52 +0000
commite2ae93b2ae4a4f4fab5ec9d0838a422f5ebd719e (patch)
tree1073186c1159d4de31620ffa2025e1a60c642f61 /dns
parentUpdate Passenger(tm) module from 2.2.7 to 2.2.8. (diff)
- Update to 1.4.1
- Use --disable-sha2 on 6.4 because of broken OpenSSL in base.
Notes
Notes: svn path=/head/; revision=246049
Diffstat (limited to 'dns')
-rw-r--r--dns/unbound/Makefile7
-rw-r--r--dns/unbound/distinfo6
-rw-r--r--dns/unbound/files/patch-validator-autotrust.c13
-rw-r--r--dns/unbound/pkg-plist4
4 files changed, 8 insertions, 22 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index 6c9414dcad90..40501dcf7295 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= unbound
-PORTVERSION= 1.4.0
-PORTREVISION= 1
+PORTVERSION= 1.4.1
CATEGORIES= dns
MASTER_SITES= http://unbound.net/downloads/
@@ -52,8 +51,8 @@ PYTHON= "@comment "
.include <bsd.port.pre.mk>
-# A workaround for broken OpenSSL on 6.4 amd64
-.if ${ARCH} == "amd64" && ${OSVERSION} >= 604000 && ${OSVERSION} < 700000
+# broken OpenSSL on 6.4
+.if ${OSVERSION} >= 604000 && ${OSVERSION} < 700000
CONFIGURE_ARGS+= --disable-sha2
.endif
diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo
index bc41fc71d3fe..4cc7abccb7ce 100644
--- a/dns/unbound/distinfo
+++ b/dns/unbound/distinfo
@@ -1,3 +1,3 @@
-MD5 (unbound-1.4.0.tar.gz) = 50dcb581f8ea56328943edc2fd1d1c27
-SHA256 (unbound-1.4.0.tar.gz) = 3f67ecda501d74d8cc9e5c0aa0bcd25c4e03f09ad8e339de643333307ced9c30
-SIZE (unbound-1.4.0.tar.gz) = 4180917
+MD5 (unbound-1.4.1.tar.gz) = 1e03ef9618e4bca02005bd99bc6af75c
+SHA256 (unbound-1.4.1.tar.gz) = 2573db422d7a856a3783b96698f2d5ca18a849d0bd6f0e36eb37a4f0a65b60e2
+SIZE (unbound-1.4.1.tar.gz) = 4191123
diff --git a/dns/unbound/files/patch-validator-autotrust.c b/dns/unbound/files/patch-validator-autotrust.c
deleted file mode 100644
index 95de254dce4c..000000000000
--- a/dns/unbound/files/patch-validator-autotrust.c
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: validator/autotrust.c
-===================================================================
---- validator/autotrust.c (revision 1923)
-+++ validator/autotrust.c (revision 1924)
-@@ -100,6 +100,8 @@
- autr_get_num_anchors(struct val_anchors* anchors)
- {
- size_t res = 0;
-+ if(!anchors)
-+ return 0;
- lock_basic_lock(&anchors->lock);
- if(anchors->autr)
- res = anchors->autr->probe.count;
diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist
index f9947c84ee3f..a800f6df0554 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.1
+lib/libunbound.so.2
lib/libunbound.so
lib/libunbound.la
lib/libunbound.a
@@ -12,7 +12,7 @@ sbin/unbound-host
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.a
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.la
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.1
+%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.2
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py
@dirrmtry etc/unbound