summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-08-23 14:17:39 +0000
committerhasso <hasso@pkgsrc.org>2009-08-23 14:17:39 +0000
commit8a2ff32cf34968c992085f988b3ccb3986e96400 (patch)
tree7ee59d347bdcb2982ea0cb12fda63de8792aabf2 /net
parent731c14ea4cb8508423cb83d26528f571e91dc7fc (diff)
downloadpkgsrc-8a2ff32cf34968c992085f988b3ccb3986e96400.tar.gz
Update to 1.3.3. Upstream changelog is too long to paste it here, you can
read it from http://www.unbound.net/download.html.
Diffstat (limited to 'net')
-rw-r--r--net/unbound/Makefile4
-rw-r--r--net/unbound/distinfo10
-rw-r--r--net/unbound/patches/patch-ac27
3 files changed, 20 insertions, 21 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile
index 10db46ceeb7..3ca3634efc7 100644
--- a/net/unbound/Makefile
+++ b/net/unbound/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/12/17 18:14:01 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2009/08/23 14:17:39 hasso Exp $
-DISTNAME= unbound-1.1.1
+DISTNAME= unbound-1.3.3
CATEGORIES= net
MASTER_SITES= http://www.unbound.net/downloads/
diff --git a/net/unbound/distinfo b/net/unbound/distinfo
index 06686e87157..46712ce0aa9 100644
--- a/net/unbound/distinfo
+++ b/net/unbound/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2008/12/17 18:14:01 joerg Exp $
+$NetBSD: distinfo,v 1.4 2009/08/23 14:17:39 hasso Exp $
-SHA1 (unbound-1.1.1.tar.gz) = 8c80e892232a05459923826f266afb770d3f7d73
-RMD160 (unbound-1.1.1.tar.gz) = 08299a2f31a2a01c2d5819f63abc231015074af3
-Size (unbound-1.1.1.tar.gz) = 3754958 bytes
-SHA1 (patch-ac) = 49d727258b41a3f7eafbed70173b24a3fd3a3e5e
+SHA1 (unbound-1.3.3.tar.gz) = 4124d3b70a38d72a1ad47bf2a9e5aee9498ae439
+RMD160 (unbound-1.3.3.tar.gz) = 3d5b3e321c7b5fdb660da94bac1d2f93b16a166c
+Size (unbound-1.3.3.tar.gz) = 4036248 bytes
+SHA1 (patch-ac) = 5c4ea2a3c09b0fadd254c223d04e40d00697bc95
diff --git a/net/unbound/patches/patch-ac b/net/unbound/patches/patch-ac
index b469f38af3a..82d78d3160d 100644
--- a/net/unbound/patches/patch-ac
+++ b/net/unbound/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.3 2008/12/17 18:14:01 joerg Exp $
+$NetBSD: patch-ac,v 1.4 2009/08/23 14:17:39 hasso Exp $
---- Makefile.in.orig 2008-11-18 14:30:41.000000000 +0100
-+++ Makefile.in
-@@ -72,12 +72,11 @@ UNITTEST_SRC=$(patsubst $(srcdir)/%,%, \
+--- Makefile.in.orig 2009-07-15 16:08:52 +0300
++++ Makefile.in 2009-08-23 17:11:32 +0300
+@@ -91,12 +91,11 @@ UNITTEST_SRC=$(patsubst $(srcdir)/%,%, \
testcode/readhex.c testcode/ldns-testpkts.c smallapp/worker_cb.c \
$(COMMON_SRC)
UNITTEST_OBJ=$(addprefix $(BUILD),$(UNITTEST_SRC:.c=.lo)) $(COMPAT_OBJ)
@@ -18,33 +18,32 @@ $NetBSD: patch-ac,v 1.3 2008/12/17 18:14:01 joerg Exp $
CONTROL_OBJ=$(addprefix $(BUILD),$(CONTROL_SRC:.c=.lo)) $(COMPAT_OBJ)
HOST_SRC=smallapp/unbound-host.c
HOST_OBJ=$(addprefix $(BUILD),$(HOST_SRC:.c=.lo)) $(COMPAT_OBJ)
-@@ -153,21 +152,21 @@ else
+@@ -202,21 +201,21 @@ else
ldnslib=
endif
--unbound: $(DAEMON_OBJ) $(ldnslib)
-+unbound: $(DAEMON_OBJ) $(ldnslib) libunbound.la
+-unbound$(EXEEXT): $(DAEMON_OBJ) $(ldnslib)
++unbound$(EXEEXT): $(DAEMON_OBJ) $(ldnslib) libunbound.la
$(INFO) Link $@
- $Q$(LINK) -o $@ $(sort $(DAEMON_OBJ)) -lssl $(LIBS)
+ $Q$(LINK) -o $@ $(sort $(DAEMON_OBJ)) libunbound.la -lssl $(LIBS)
--unbound-checkconf: $(CHECKCONF_OBJ) $(ldnslib)
-+unbound-checkconf: $(CHECKCONF_OBJ) $(ldnslib) libunbound.la
+-unbound-checkconf$(EXEEXT): $(CHECKCONF_OBJ) $(ldnslib)
++unbound-checkconf$(EXEEXT): $(CHECKCONF_OBJ) $(ldnslib) libunbound.la
$(INFO) Link $@
- $Q$(LINK) -o $@ $(sort $(CHECKCONF_OBJ)) $(LIBS)
+ $Q$(LINK) -o $@ $(sort $(CHECKCONF_OBJ)) libunbound.la $(LIBS)
--unbound-control: $(CONTROL_OBJ) $(ldnslib)
-+unbound-control: $(CONTROL_OBJ) $(ldnslib) libunbound.la
+-unbound-control$(EXEEXT): $(CONTROL_OBJ) $(ldnslib)
++unbound-control$(EXEEXT): $(CONTROL_OBJ) $(ldnslib) libunbound.la
$(INFO) Link $@
- $Q$(LINK) -o $@ $(sort $(CONTROL_OBJ)) -lssl $(LIBS)
+ $Q$(LINK) -o $@ $(sort $(CONTROL_OBJ)) libunbound.la -lssl $(LIBS)
--unbound-host: $(HOST_OBJ) libunbound.la $(ldnslib)
-+unbound-host: $(HOST_OBJ) libunbound.la $(ldnslib) libunbound.la
+ unbound-host$(EXEEXT): $(HOST_OBJ) libunbound.la $(ldnslib)
$(INFO) Link $@
- $Q$(LINK) -o $@ $(sort $(HOST_OBJ)) -L. -L.libs -lunbound $(LIBS)
+ $Q$(LINK) -o $@ $(sort $(HOST_OBJ)) libunbound.la $(LIBS)
- unittest: $(UNITTEST_OBJ) $(ldnslib)
+ unbound-service-install$(EXEEXT): $(SVCINST_OBJ)
$(INFO) Link $@