update to unbound v1.4.0
This commit is contained in:
parent
8f4d633add
commit
d4fc627dcd
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2009/10/09 20:52:43 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2009/11/27 18:34:25 jakob Exp $
|
||||
|
||||
COMMENT= validating DNS resolver
|
||||
|
||||
DISTNAME= unbound-1.3.4
|
||||
DISTNAME= unbound-1.4.0
|
||||
CATEGORIES= net
|
||||
|
||||
MASTER_SITES= http://www.unbound.net/downloads/
|
||||
@ -22,10 +22,10 @@ USE_LIBTOOL= Yes
|
||||
USE_GMAKE= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
SHARED_LIBS+= unbound 2.1
|
||||
SHARED_LIBS+= unbound 2.2
|
||||
|
||||
WANTLIB= c crypto event ssl
|
||||
LIB_DEPENDS+= ldns.>=2.2:libldns->=1.5.1:net/ldns/libldns
|
||||
LIB_DEPENDS+= ldns.>=4.1:libldns->=1.6.2:net/ldns/libldns
|
||||
|
||||
CONFIGURE_ARGS+= --with-ssl=/usr \
|
||||
--with-libevent=/usr \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (unbound-1.3.4.tar.gz) = 0ete/tDDbBDbrz+AX/OkvQ==
|
||||
RMD160 (unbound-1.3.4.tar.gz) = rjqSCy5fajFSeoPnWgSt5Dv8cz4=
|
||||
SHA1 (unbound-1.3.4.tar.gz) = cK6gCSrQsM125XrcalhD0/oNKgc=
|
||||
SHA256 (unbound-1.3.4.tar.gz) = Wn9lixLDEfPBMdMVsTWVbuqjvXyqlLJbR3djjufOWD8=
|
||||
SIZE (unbound-1.3.4.tar.gz) = 4039725
|
||||
MD5 (unbound-1.4.0.tar.gz) = UNy1gfjqVjKJQ+3C/R0cJw==
|
||||
RMD160 (unbound-1.4.0.tar.gz) = 89cvVVID5fkYWVyryUNfgf8S2k0=
|
||||
SHA1 (unbound-1.4.0.tar.gz) = rV/iiCa/wLqltjmINh3afo2r+00=
|
||||
SHA256 (unbound-1.4.0.tar.gz) = P2fs2lAddNjMnlwKoLzSXE4D8JrY4zneZDMzMHztnDA=
|
||||
SIZE (unbound-1.4.0.tar.gz) = 4180917
|
||||
|
@ -1,7 +1,7 @@
|
||||
$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
|
||||
$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
|
||||
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)
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-doc_example_conf_in,v 1.4 2009/06/15 19:03:23 jakob Exp $
|
||||
--- doc/example.conf.in.orig Tue Apr 14 12:10:11 2009
|
||||
+++ doc/example.conf.in Thu Jun 11 22:26:31 2009
|
||||
@@ -179,7 +179,7 @@ server:
|
||||
$OpenBSD: patch-doc_example_conf_in,v 1.5 2009/11/27 18:34:25 jakob Exp $
|
||||
--- doc/example.conf.in.orig Thu Oct 29 11:37:44 2009
|
||||
+++ doc/example.conf.in Mon Nov 16 20:47:20 2009
|
||||
@@ -187,7 +187,7 @@ server:
|
||||
# chroot: "@UNBOUND_CHROOT_DIR@"
|
||||
|
||||
# if given, user privileges are dropped (after binding port),
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/11/20 17:06:59 jakob Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2009/11/27 18:34:25 jakob Exp $
|
||||
@newgroup _unbound:601
|
||||
@newuser _unbound:601:601:daemon:Unbound Daemon:/var/unbound:/sbin/nologin
|
||||
%%SHARED%%
|
||||
@ -25,3 +25,5 @@ share/examples/unbound/unbound.conf
|
||||
@mode 775
|
||||
@group _unbound
|
||||
@sample /var/unbound/var/run/
|
||||
@mode
|
||||
@group
|
||||
|
Loading…
x
Reference in New Issue
Block a user