[Midnightbsd-cvs] mports [17868] trunk/dns/bind910: bind 9.10.1P1 is a security update and strongly recommended
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Dec 11 07:57:41 EST 2014
Revision: 17868
http://svnweb.midnightbsd.org/mports/?rev=17868
Author: laffer1
Date: 2014-12-11 07:57:41 -0500 (Thu, 11 Dec 2014)
Log Message:
-----------
bind 9.10.1P1 is a security update and strongly recommended
Modified Paths:
--------------
trunk/dns/bind910/Makefile
trunk/dns/bind910/distinfo
trunk/dns/bind910/pkg-plist
Modified: trunk/dns/bind910/Makefile
===================================================================
--- trunk/dns/bind910/Makefile 2014-12-11 12:50:00 UTC (rev 17867)
+++ trunk/dns/bind910/Makefile 2014-12-11 12:57:41 UTC (rev 17868)
@@ -14,7 +14,7 @@
LICENSE= iscl
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.10.1
+ISCVERSION= 9.10.1-P1
MAKE_JOBS_UNSAFE= yes
@@ -170,8 +170,10 @@
PKGINSTALL= ${NONEXISTENT}
PLIST_SUB+= NOBASE="" BASE="@comment "
SUB_LIST+= NOBASE="" BASE="@comment "
+.if !defined(BIND_TOOLS_SLAVE)
USE_RC_SUBR+= named
SUB_FILES+= named.conf
+.endif # !defined(BIND_TOOLS_SLAVE)
.if ${PORT_OPTIONS:MGOST}
WITH_OPENSSL_PORT=yes
.endif
@@ -195,19 +197,11 @@
post-patch:
.for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.1 \
rndc/rndc.8
- @${MV} ${WRKSRC}/bin/${FILE} ${WRKSRC}/bin/${FILE}.Dist
- @${SED} -e 's#/etc/named.conf#${ETCDIR}/named.conf#g' \
+ @${REINPLACE_CMD} -e 's#/etc/named.conf#${ETCDIR}/named.conf#g' \
-e 's#/etc/rndc.conf#${ETCDIR}/rndc.conf#g' \
-e "s#/var\/run\/named\/named.pid#/var/run/named/pid#" \
- ${WRKSRC}/bin/${FILE}.Dist > ${WRKSRC}/bin/${FILE}
+ ${WRKSRC}/bin/${FILE}
.endfor
- @${MV} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.Dist
- @${SED} -e 's#.*bind\.keys.*##' ${WRKSRC}/Makefile.in.Dist > \
- ${WRKSRC}/Makefile.in
- @${MV} ${WRKSRC}/bin/named/Makefile.in ${WRKSRC}/bin/named/Makefile.in.Dist
- @${SED} -e 's/$${PERL}/#/' -e 's/bind.keys.h/#/g' -e 's/bind9.xsl.h/#/g' \
- ${WRKSRC}/bin/named/Makefile.in.Dist > \
- ${WRKSRC}/bin/named/Makefile.in
post-install:
.if ${PORT_OPTIONS:MDOCS}
Modified: trunk/dns/bind910/distinfo
===================================================================
--- trunk/dns/bind910/distinfo 2014-12-11 12:50:00 UTC (rev 17867)
+++ trunk/dns/bind910/distinfo 2014-12-11 12:57:41 UTC (rev 17868)
@@ -1,2 +1,2 @@
-SHA256 (bind-9.10.1.tar.gz) = 5361eca2b8b6bc0b13904b0f964336a478dfbc165711547f6cc3f8752ac60181
-SIZE (bind-9.10.1.tar.gz) = 8353313
+SHA256 (bind-9.10.1-P1.tar.gz) = 974343108d32f253a130383d0ba51290fb7bf372092f1451f264a9e3ac09898d
+SIZE (bind-9.10.1-P1.tar.gz) = 8356463
Modified: trunk/dns/bind910/pkg-plist
===================================================================
--- trunk/dns/bind910/pkg-plist 2014-12-11 12:50:00 UTC (rev 17867)
+++ trunk/dns/bind910/pkg-plist 2014-12-11 12:57:41 UTC (rev 17868)
@@ -122,6 +122,7 @@
include/isc/bufferlist.h
include/isc/commandline.h
include/isc/condition.h
+include/isc/counter.h
include/isc/crc64.h
include/isc/dir.h
include/isc/entropy.h
@@ -408,6 +409,7 @@
sbin/rndc-confgen
sbin/tsig-keygen
%%ETCDIR%%/rndc.conf.sample
+%%ETCDIR%%/bind.keys
%%NOBASE%%@sample %%ETCDIR%%/named.conf.sample
%%NOBASE%%%%ETCDIR%%/named.root
%%NOBASE%%%%ETCDIR%%/master/empty.db
More information about the Midnightbsd-cvs
mailing list