update to BIND 9.10.1
This commit is contained in:
parent
b1334f9fb3
commit
17fb16aa76
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2014/08/22 20:56:00 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2014/09/23 09:42:41 sthen Exp $
|
||||
|
||||
# XXX should we rename the rc script to either named.rc or isc_bind.rc ?
|
||||
# XXX how about also the package now we don't need to distinguish from the
|
||||
@ -6,21 +6,20 @@
|
||||
|
||||
COMMENT= Berkeley Internet Name Daemon: DNS server and tools
|
||||
|
||||
V= 9.10.0-P2
|
||||
REVISION= 0
|
||||
V= 9.10.1
|
||||
DISTNAME= bind-$V
|
||||
PKGNAME= isc-bind-${V:S/-P/pl/}
|
||||
|
||||
SHARED_LIBS += isc 1.0 # 143.1
|
||||
SHARED_LIBS += isc 1.1 # 145.0
|
||||
SHARED_LIBS += isccc 0.0 # 140.1
|
||||
SHARED_LIBS += dns 1.0 # 144.1
|
||||
SHARED_LIBS += isccfg 0.2 # 142.0
|
||||
SHARED_LIBS += bind9 0.0 # 140.4
|
||||
SHARED_LIBS += lwres 0.0 # 140.1
|
||||
SHARED_LIBS += irs 0.0 # 141.1
|
||||
SHARED_LIBS += dns 2.0 # 146.2
|
||||
SHARED_LIBS += isccfg 0.2 # 142.2
|
||||
SHARED_LIBS += bind9 0.0 # 140.6
|
||||
SHARED_LIBS += lwres 0.1 # 141.0
|
||||
SHARED_LIBS += irs 0.0 # 141.2
|
||||
|
||||
# not installed:
|
||||
#SHARED_LIBS += isc-nosymtbl 0.0 # 143.1
|
||||
#SHARED_LIBS += isc-nosymtbl 0.0 # 145.0
|
||||
#SHARED_LIBS += t_api 0.0 # unknown
|
||||
|
||||
CATEGORIES= net
|
||||
@ -30,7 +29,7 @@ HOMEPAGE= http://www.isc.org/software/bind
|
||||
# ISC
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB= c crypto m pthread xml2 z
|
||||
WANTLIB= c crypto json-c m pthread xml2 z
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_ISC:=bind9/$V/}
|
||||
|
||||
@ -38,7 +37,8 @@ MODULES= converters/libiconv \
|
||||
lang/python
|
||||
# used for dnssec-checkds/dnssec-coverage, but don't want to force the run dep.
|
||||
MODPY_RUNDEP= No
|
||||
LIB_DEPENDS= textproc/libxml
|
||||
LIB_DEPENDS= devel/json-c \
|
||||
textproc/libxml
|
||||
|
||||
SEPARATE_BUILD= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (bind-9.10.0-P2.tar.gz) = M1ci7WauLMn/siSfR/XPOchuvd0KiuhqyCgv7BffHis=
|
||||
SIZE (bind-9.10.0-P2.tar.gz) = 8335644
|
||||
SHA256 (bind-9.10.1.tar.gz) = U2Hsori2vAsTkEsPlkM2pHjfvBZXEVR/bMP4dSrGAYE=
|
||||
SIZE (bind-9.10.1.tar.gz) = 8353313
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-lib_isc_random_c,v 1.1 2013/10/22 08:26:12 sthen Exp $
|
||||
|
||||
arc4random(4) seeds itself
|
||||
|
||||
--- lib/isc/random.c.orig Tue Oct 22 02:14:12 2013
|
||||
+++ lib/isc/random.c Tue Oct 22 02:14:30 2013
|
||||
@@ -67,8 +67,6 @@ isc_random_seed(isc_uint32_t seed)
|
||||
|
||||
#ifndef HAVE_ARC4RANDOM
|
||||
srand(seed);
|
||||
-#else
|
||||
- arc4random_addrandom((u_char *) &seed, sizeof(isc_uint32_t));
|
||||
#endif
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2014/08/22 20:32:13 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2014/09/23 09:42:41 sthen Exp $
|
||||
@pkgpath net/isc-bind,ratelimit
|
||||
@newgroup _bind:741
|
||||
@newuser _bind:741:_bind:daemon:bind user:/nonexistent:/sbin/nologin
|
||||
@ -453,6 +453,7 @@ share/examples/bind9/named.conf
|
||||
@mode 640
|
||||
@sample ${LOCALSTATEDIR}/named/etc/named.conf
|
||||
@mode
|
||||
@group
|
||||
share/examples/bind9/root.hint
|
||||
@group wheel
|
||||
@sample ${LOCALSTATEDIR}/named/etc/root.hint
|
||||
|
Loading…
Reference in New Issue
Block a user