FreeBSD Bugzilla – Attachment 96133 Details for
Bug 134698
[MAINTAINER] dns/nsd: update to 3.2.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nsd-3.2.2.patch
nsd-3.2.2.patch (text/plain), 2.51 KB, created by
Olafur Osvaldsson
on 2009-05-19 04:40:00 UTC
(
hide
)
Description:
nsd-3.2.2.patch
Filename:
MIME Type:
Creator:
Olafur Osvaldsson
Created:
2009-05-19 04:40:00 UTC
Size:
2.51 KB
patch
obsolete
>diff -ruN nsd.orig/Makefile nsd/Makefile >--- nsd.orig/Makefile 2009-05-19 00:13:11.000000000 +0000 >+++ nsd/Makefile 2009-05-19 01:21:21.000000000 +0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= nsd >-PORTVERSION= 3.2.1 >+PORTVERSION= 3.2.2 > CATEGORIES= dns ipv6 > MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ > ftp://ftp.rhnet.is/pub/nsd/ >@@ -19,20 +19,13 @@ > USE_RC_SUBR= nsd > > NSDUSER?= bind >-NSDDBDIR?= /var/db/nsd >-NSDDBFILE?= ${NSDDBDIR}/nsd.db >-NSDDIFFFILE?= ${NSDDBDIR}/ixfr.db >-NSDXFRDFILE?= ${NSDDBDIR}/xfrd.state >+NSD_LSD= /var > NSDMAX_INT?= 512 > > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-user=${NSDUSER} \ > --with-configdir=${PREFIX}/etc/nsd \ >- --with-pidfile=/var/run/nsd.pid \ >- --with-dbfile=${NSDDBFILE} \ >- --with-difffile=${NSDDIFFFILE} \ >- --with-xfrdfile=${NSDXFRDFILE} \ >- --with-libwrap >+ --localstatedir=${NSD_LSD} > > USE_OPENSSL= yes > >@@ -116,8 +109,6 @@ > post-install: > ${INSTALL_DATA} ${WRKSRC}/nsd.conf.sample \ > ${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" >diff -ruN nsd.orig/distinfo nsd/distinfo >--- nsd.orig/distinfo 2009-05-19 00:13:11.000000000 +0000 >+++ nsd/distinfo 2009-05-19 00:13:56.000000000 +0000 >@@ -1,3 +1,3 @@ >-MD5 (nsd-3.2.1.tar.gz) = 66b602a793b851ad109403d3d2654fad >-SHA256 (nsd-3.2.1.tar.gz) = 08c45f7e3ccd4b5d282a9582f7c5e4f024058b3239c5a588e81fd68a60e237ed >-SIZE (nsd-3.2.1.tar.gz) = 841192 >+MD5 (nsd-3.2.2.tar.gz) = a0dcb0a3b3c1a8d386125eeafe403f58 >+SHA256 (nsd-3.2.2.tar.gz) = d538600eba68c6b4c297f3a2bfc89c48427ccb5dbba0ea29b93ad258d14c4343 >+SIZE (nsd-3.2.2.tar.gz) = 840917 >diff -ruN nsd.orig/files/patch-Makefile.in nsd/files/patch-Makefile.in >--- nsd.orig/files/patch-Makefile.in 1970-01-01 00:00:00.000000000 +0000 >+++ nsd/files/patch-Makefile.in 2009-05-19 01:20:00.000000000 +0000 >@@ -0,0 +1,11 @@ >+--- Makefile.in.orig 2009-05-19 01:19:40.000000000 +0000 >++++ Makefile.in 2009-05-19 01:15:18.000000000 +0000 >+@@ -318,7 +318,7 @@ >+ install: all >+ $(INSTALL) -d $(DESTDIR)$(sbindir) >+ $(INSTALL) -d $(DESTDIR)$(configdir) >+- $(INSTALL) -d $(DESTDIR)$(piddir) >++# $(INSTALL) -d $(DESTDIR)$(piddir) >+ $(INSTALL) -d $(DESTDIR)$(dbdir) >+ $(INSTALL) -d $(DESTDIR)$(mandir) >+ $(INSTALL) -d $(DESTDIR)$(mandir)/man8 >diff -ruN nsd.orig/pkg-plist nsd/pkg-plist >--- nsd.orig/pkg-plist 2009-05-19 00:13:11.000000000 +0000 >+++ nsd/pkg-plist 2009-05-19 00:26:49.000000000 +0000 >@@ -7,5 +7,3 @@ > sbin/nsdc > sbin/zonec > @dirrm etc/nsd >-@cwd / >-@dirrm var/db/nsd
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 134698
: 96133