FreeBSD Bugzilla – Attachment 91470 Details for
Bug 128818
[MAINTAINER] dns/nsd: update to 3.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nsd-3.2.0.patch
nsd-3.2.0.patch (text/plain), 1.59 KB, created by
Olafur Osvaldsson
on 2008-11-12 17:00:12 UTC
(
hide
)
Description:
nsd-3.2.0.patch
Filename:
MIME Type:
Creator:
Olafur Osvaldsson
Created:
2008-11-12 17:00:12 UTC
Size:
1.59 KB
patch
obsolete
>diff -ruN nsd.orig/Makefile nsd/Makefile >--- nsd.orig/Makefile 2008-11-12 14:07:09.000000000 +0000 >+++ nsd/Makefile 2008-11-12 14:45:44.000000000 +0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= nsd >-PORTVERSION= 3.1.1 >+PORTVERSION= 3.2.0 > CATEGORIES= dns ipv6 > MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ > ftp://ftp.rhnet.is/pub/nsd/ >@@ -116,6 +116,11 @@ > ${PREFIX}/etc/nsd/nsd.conf.sample > @${MKDIR} ${NSDDBDIR} > @${CHOWN} -R ${NSDUSER} ${NSDDBDIR} >+ >+.if exists(${PREFIX}/etc/nsd/nsd.conf) >+ @${ECHO_MSG} "Upgrading to new ixfr.db format if needed" >+ ${PREFIX}/sbin/nsdc patch >+.endif > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} > .for f in ${PORTDOCS} >diff -ruN nsd.orig/distinfo nsd/distinfo >--- nsd.orig/distinfo 2008-11-12 14:07:09.000000000 +0000 >+++ nsd/distinfo 2008-11-12 14:33:17.000000000 +0000 >@@ -1,3 +1,3 @@ >-MD5 (nsd-3.1.1.tar.gz) = 93cb2d0fa005ab46f81ef00e4951a804 >-SHA256 (nsd-3.1.1.tar.gz) = aba5777672b7a2be1d61c6a8cb3346f7115f5d1dc3ae0ea94a55ef948aa3ff39 >-SIZE (nsd-3.1.1.tar.gz) = 829140 >+MD5 (nsd-3.2.0.tar.gz) = f93a3f23cf1d4ec46adec184e71b4179 >+SHA256 (nsd-3.2.0.tar.gz) = 5ef1fd0afcd4c11cb34c008a78106da6331b8fddf178ae27039dd89b6ef059a4 >+SIZE (nsd-3.2.0.tar.gz) = 838331 >diff -ruN nsd.orig/files/nsd.in nsd/files/nsd.in >--- nsd.orig/files/nsd.in 2008-11-12 14:07:09.000000000 +0000 >+++ nsd/files/nsd.in 2008-11-12 14:53:46.000000000 +0000 >@@ -24,5 +24,16 @@ > > nsd_enable=${nsd_enable-"NO"} > >+stop_cmd="nsd_stop" >+ >+nsd_stop() >+{ >+ echo "Merging nsd zone transfer changes to zone files." >+ %%PREFIX%%/sbin/nsdc patch >+ >+ echo "Stopping nsd." >+ %%PREFIX%%/sbin/nsdc stop >+} >+ > run_rc_command "$1"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 128818
: 91470