upgrade to unbound v1.3.3

This commit is contained in:
jakob 2009-08-04 15:45:26 +00:00
parent f1b61996b5
commit 9e737e73be
3 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.13 2009/07/15 22:18:09 jakob Exp $
# $OpenBSD: Makefile,v 1.14 2009/08/04 15:45:26 jakob Exp $
COMMENT= validating DNS resolver
DISTNAME= unbound-1.3.1
DISTNAME= unbound-1.3.3
CATEGORIES= net
MASTER_SITES= http://www.unbound.net/downloads/

View File

@ -1,5 +1,5 @@
MD5 (unbound-1.3.1.tar.gz) = b+/+8ebOMV5GW190evdklA==
RMD160 (unbound-1.3.1.tar.gz) = FGZYib5WADa2AHgYAPOXn+EZpLk=
SHA1 (unbound-1.3.1.tar.gz) = Gf1ard/OfengW7XWcgcH+YwfZJo=
SHA256 (unbound-1.3.1.tar.gz) = VZYcI8bN6CSt743o2D2ufc1AUoMzlg1cPVAokE15noc=
SIZE (unbound-1.3.1.tar.gz) = 4045559
MD5 (unbound-1.3.3.tar.gz) = 9rKyw3Uojf0qA8SjZnYiHg==
RMD160 (unbound-1.3.3.tar.gz) = PVs+Mhx7X9tmDalLrB0vk7FqFmw=
SHA1 (unbound-1.3.3.tar.gz) = QSTTtwo41yoa1HvyqeWu6UmK5Dk=
SHA256 (unbound-1.3.3.tar.gz) = 2iskuHcGqSxLHkR83Kwm6FHrG8r0U26d2hpkrLetkrg=
SIZE (unbound-1.3.3.tar.gz) = 4036248

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_in,v 1.6 2009/06/15 19:03:23 jakob Exp $
--- Makefile.in.orig Tue Apr 21 10:36:39 2009
+++ Makefile.in Thu Jun 11 22:26:31 2009
@@ -386,7 +386,7 @@ endif
$OpenBSD: patch-Makefile_in,v 1.7 2009/08/04 15:45:26 jakob Exp $
--- Makefile.in.orig Wed Jul 15 15:08:52 2009
+++ Makefile.in Tue Aug 4 18:01:39 2009
@@ -391,7 +391,7 @@ endif
if test ! -e $(DESTDIR)$(configfile); then $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile); fi
$(LIBTOOL) --mode=install cp $(srcdir)/libunbound/unbound.h $(DESTDIR)$(includedir)/unbound.h
$(LIBTOOL) --mode=install cp libunbound.la $(DESTDIR)$(libdir)
@ -9,4 +9,4 @@ $OpenBSD: patch-Makefile_in,v 1.6 2009/06/15 19:03:23 jakob Exp $
+# $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)
uninstall:
rm -f -- $(DESTDIR)$(sbindir)/unbound $(DESTDIR)$(sbindir)/unbound-checkconf $(DESTDIR)$(sbindir)/unbound-host $(DESTDIR)$(sbindir)/unbound-control $(DESTDIR)$(sbindir)/unbound-control-setup
rm -f -- $(DESTDIR)$(sbindir)/unbound$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-checkconf$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-host$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-control$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-control-setup