update to 1.4.3; ok jakob@

This commit is contained in:
sthen 2010-03-21 13:50:43 +00:00
parent 0b0661762e
commit acc93fda02
3 changed files with 11 additions and 11 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.17 2009/12/18 07:49:22 jakob Exp $
# $OpenBSD: Makefile,v 1.18 2010/03/21 13:50:43 sthen Exp $
COMMENT= validating DNS resolver
DISTNAME= unbound-1.4.1
DISTNAME= unbound-1.4.3
CATEGORIES= net
MASTER_SITES= http://www.unbound.net/downloads/

View File

@ -1,5 +1,5 @@
MD5 (unbound-1.4.1.tar.gz) = HgPvlhjkvKAgBb2ZvGr3XA==
RMD160 (unbound-1.4.1.tar.gz) = L5sa2UM0cwWkepAD9SDHu+bNbeY=
SHA1 (unbound-1.4.1.tar.gz) = p7/MBX5NJCv87YR/WHpx+OqiNtc=
SHA256 (unbound-1.4.1.tar.gz) = JXPbQi16hWo3g7lmmPLVyhioSdC9bw426zek8KZbYOI=
SIZE (unbound-1.4.1.tar.gz) = 4191123
MD5 (unbound-1.4.3.tar.gz) = Lf/dQvlLgjhEekGDVDnRKQ==
RMD160 (unbound-1.4.3.tar.gz) = b9dAPBOvpoPS2tLpz9Zu8yoS5O4=
SHA1 (unbound-1.4.3.tar.gz) = S0uXloOZNFI1nsz09gz5QEYA2p0=
SHA256 (unbound-1.4.3.tar.gz) = fCEiKCNFR693bVEGegSowy9XLl20k+FqJpNw2kQTBw8=
SIZE (unbound-1.4.3.tar.gz) = 4283735

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_in,v 1.8 2009/11/27 18:34:25 jakob Exp $
--- Makefile.in.orig Thu Sep 10 16:16:19 2009
+++ Makefile.in Mon Nov 16 20:47:20 2009
@@ -396,7 +396,7 @@ endif
$OpenBSD: patch-Makefile_in,v 1.9 2010/03/21 13:50:43 sthen Exp $
--- Makefile.in.orig Mon Mar 1 10:26:42 2010
+++ Makefile.in Tue Mar 16 11:59:42 2010
@@ -397,7 +397,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)