FreeBSD Bugzilla – Attachment 105337 Details for
Bug 145781
[PATCH] dns/nsd: update to 3.2.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nsd-3.2.5.patch
nsd-3.2.5.patch (text/plain), 1.85 KB, created by
Jaap Akkerhuis
on 2010-04-17 16:30:01 UTC
(
hide
)
Description:
nsd-3.2.5.patch
Filename:
MIME Type:
Creator:
Jaap Akkerhuis
Created:
2010-04-17 16:30:01 UTC
Size:
1.85 KB
patch
obsolete
>diff -ruN --exclude=CVS /home/jaap/ports/dns/nsd.orig/Makefile /home/jaap/ports/dns/nsd/Makefile >--- /home/jaap/ports/dns/nsd.orig/Makefile 2010-04-17 00:28:53.000000000 +0200 >+++ /home/jaap/ports/dns/nsd/Makefile 2010-04-17 00:30:50.000000000 +0200 >@@ -6,13 +6,12 @@ > # > > PORTNAME= nsd >-PORTVERSION= 3.2.4 >-PORTREVISION= 1 >+PORTVERSION= 3.2.5 > CATEGORIES= dns ipv6 > MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ > ftp://ftp.rhnet.is/pub/nsd/ > >-MAINTAINER= jaap@bartok.nlnetlabs.nl >+MAINTAINER= jaap@nlnetlabs.nl > COMMENT= An authoritative only non-recursive name server > > CONFLICTS= nsd-[0-2]* >@@ -58,7 +57,8 @@ > CHECKING "Enable internal runtime checks" Off \ > TSIG "Enable TSIG support" On \ > NSEC3 "Enable NSEC3 support" On \ >- NSID "Enable NSID support" Off \ >+ NSID "Enable NSID support" On \ >+ MMAP "Use mmap instead of malloc(experimental)" Off \ > MAXINT "Raise max_interfaces from 8 to ${NSDMAX_INT}" Off > > .include <bsd.port.pre.mk> >@@ -95,8 +95,12 @@ > CONFIGURE_ARGS+= --disable-nsec3 > .endif > >-.if defined(WITH_NSID) >-CONFIGURE_ARGS+= --enable-nsid >+.if defined(WITHOUT_NSID) >+CONFIGURE_ARGS+= --disable-nsid >+.endif >+ >+.if defined(WITH_MMAP) >+CONFIGURE_ARGS+= --enable-mmap > .endif > > .if defined(WITH_MAXINT) >diff -ruN --exclude=CVS /home/jaap/ports/dns/nsd.orig/distinfo /home/jaap/ports/dns/nsd/distinfo >--- /home/jaap/ports/dns/nsd.orig/distinfo 2010-04-17 00:28:53.000000000 +0200 >+++ /home/jaap/ports/dns/nsd/distinfo 2010-04-17 00:30:50.000000000 +0200 >@@ -1,3 +1,3 @@ >-MD5 (nsd-3.2.4.tar.gz) = 0c394fd713d194bde24a1035e56d5a79 >-SHA256 (nsd-3.2.4.tar.gz) = 41ed4a3e21d7381379c85d46ee7131937195aa780f120b03e5d4d878d397c769 >-SIZE (nsd-3.2.4.tar.gz) = 859712 >+MD5 (nsd-3.2.5.tar.gz) = 73d60d82854609ca705bf48500fb14e6 >+SHA256 (nsd-3.2.5.tar.gz) = 219d27655168e66b9d0383689724492709902bc1229000d27099d41a6c9798d9 >+SIZE (nsd-3.2.5.tar.gz) = 863577
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 145781
: 105337