upgrade to unbound v1.1.1
This commit is contained in:
parent
3e6f7cac4d
commit
cdd6dcbe9b
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2008/08/20 08:25:41 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2008/11/20 17:06:59 jakob Exp $
|
||||
|
||||
COMMENT= validating DNS resolver
|
||||
|
||||
DISTNAME= unbound-1.0.2
|
||||
DISTNAME= unbound-1.1.1
|
||||
PKGNAME= ${DISTNAME}
|
||||
|
||||
CATEGORIES= net
|
||||
@ -27,7 +27,7 @@ NO_REGRESS= Yes
|
||||
SHARED_LIBS+= unbound 0.0
|
||||
|
||||
WANTLIB= c crypto event
|
||||
LIB_DEPENDS+= ldns.>=1.0::net/ldns/libldns
|
||||
LIB_DEPENDS+= ldns.>=2.0::net/ldns/libldns
|
||||
|
||||
CONFIGURE_ARGS+= --with-ssl=/usr \
|
||||
--with-libevent=/usr \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (unbound-1.0.2.tar.gz) = AbCKnA0kvpgd5ktuTiXsvg==
|
||||
RMD160 (unbound-1.0.2.tar.gz) = HpQlBUaPauQGGyCJFOm3/u1uz/E=
|
||||
SHA1 (unbound-1.0.2.tar.gz) = k/qnt2z3aBuMewxRh6r4TDa2Zws=
|
||||
SHA256 (unbound-1.0.2.tar.gz) = 5rvEu4UMIR6X7ntbwYJ/WetSItKVtxW9pFUXdXZiQKw=
|
||||
SIZE (unbound-1.0.2.tar.gz) = 3597275
|
||||
MD5 (unbound-1.1.1.tar.gz) = Q1hvGLTZF4h8kqNf9GDJIw==
|
||||
RMD160 (unbound-1.1.1.tar.gz) = CCmaLzGioBwtWBn2OrwjEBUHSvM=
|
||||
SHA1 (unbound-1.1.1.tar.gz) = jIDokiMqBUWZI4JvJmr7dw0/fXM=
|
||||
SHA256 (unbound-1.1.1.tar.gz) = q2xwH0Su7xGhqDcElXSbm2MABFl6843AQJStVofnOYE=
|
||||
SIZE (unbound-1.1.1.tar.gz) = 3754958
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/08/20 08:25:41 jakob Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/11/20 17:06:59 jakob Exp $
|
||||
@newgroup _unbound:601
|
||||
@newuser _unbound:601:601:daemon:Unbound Daemon:/var/unbound:/sbin/nologin
|
||||
%%SHARED%%
|
||||
@ -9,9 +9,12 @@ lib/libunbound.la
|
||||
@man man/man3/libunbound.3
|
||||
@man man/man5/unbound.conf.5
|
||||
@man man/man8/unbound-checkconf.8
|
||||
@man man/man8/unbound-control.8
|
||||
@man man/man8/unbound.8
|
||||
@bin sbin/unbound
|
||||
@bin sbin/unbound-checkconf
|
||||
@bin sbin/unbound-control
|
||||
sbin/unbound-control-setup
|
||||
@bin sbin/unbound-host
|
||||
share/examples/unbound/
|
||||
share/examples/unbound/unbound.conf
|
||||
|
Loading…
Reference in New Issue
Block a user