FreeBSD Bugzilla – Attachment 80358 Details for
Bug 115267
[UPDATE PORT] dns/dnsutl: update to 1.11, take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 7.42 KB, created by
Stefan Pauly
on 2007-08-07 15:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Stefan Pauly
Created:
2007-08-07 15:00:01 UTC
Size:
7.42 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/dns/dnsutl/Makefile ./dnsutl/Makefile >--- /usr/ports/dns/dnsutl/Makefile Mon Mar 5 05:36:48 2007 >+++ ./dnsutl/Makefile Tue Aug 7 10:02:07 2007 >@@ -6,21 +6,20 @@ > # > > PORTNAME= dnsutl >-PORTVERSION= 1.7 >+PORTVERSION= 1.11 > CATEGORIES= dns >-MASTER_SITES= http://www.canb.auug.org.au/~millerp/dnsutl/ \ >- http://www.tip.net.au/~millerp/dnsutl/ \ >- http://gd.tuwien.ac.at/softeng/Aegis/dnsutl/ >+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= stefan@fh-mainz.de > COMMENT= Programs to make using DNS easier > > GNU_CONFIGURE= yes >+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} > ALL_TARGET= all sure > >-MAN1= dns-boot-check.1 dns-bootp.1 dns-bootparams.1 dns-dhcp.1 \ >- dns-ethers-import.1 dns-ethers.1 dns-filter.1 \ >- dns-hosts-import.1 dns-hosts.1 dns-license.1 \ >- dns-ng.1 dns-rev.1 >+MAN1= dns-boot-check.1 dns-bootp.1 dns-bootparams.1 \ >+ dns-conf-check.1 dns-dhcp.1 dns-ethers-import.1 \ >+ dns-ethers.1 dns-filter.1 dns-hosts-import.1 \ >+ dns-hosts.1 dns-license.1 dns-ng.1 dns-rev.1 > > .include <bsd.port.mk> >diff -ruN --exclude=CVS /usr/ports/dns/dnsutl/distinfo ./dnsutl/distinfo >--- /usr/ports/dns/dnsutl/distinfo Sun Jan 22 09:31:40 2006 >+++ ./dnsutl/distinfo Tue Aug 7 09:58:44 2007 >@@ -1,3 +1,3 @@ >-MD5 (dnsutl-1.7.tar.gz) = 0c0e2d1c5bfb7e558a9d81f080940ea7 >-SHA256 (dnsutl-1.7.tar.gz) = ba67a3aefedf2bad7e31c47a876189e8338df40043013673fcd104c1007a0671 >-SIZE (dnsutl-1.7.tar.gz) = 181289 >+MD5 (dnsutl-1.11.tar.gz) = 6de57b9589e6210a64703af29a1522af >+SHA256 (dnsutl-1.11.tar.gz) = e63658fc45e5b88eaff677867b2af1e973a63bdd54e7329b9cddc0a6c8459f0b >+SIZE (dnsutl-1.11.tar.gz) = 382860 >diff -ruN --exclude=CVS /usr/ports/dns/dnsutl/files/patch-Makefile.in ./dnsutl/files/patch-Makefile.in >--- /usr/ports/dns/dnsutl/files/patch-Makefile.in Wed Jul 13 11:27:40 2005 >+++ ./dnsutl/files/patch-Makefile.in Tue Aug 7 11:02:46 2007 >@@ -1,18 +1,6 @@ >---- Makefile.in.orig Mon Jul 5 15:54:45 1999 >-+++ Makefile.in Sun Dec 26 14:40:21 1999 >-@@ -124,6 +124,11 @@ >- LIBEXT = a >- >- # >-+# >-+# >-+SOELIM = @SOELIM@ >-+ >-+# >- # You should not need to alter anything below this point. >- #------------------------------------------------------------ >- >-@@ -644,7 +649,7 @@ >+--- Makefile.in.orig Tue Aug 7 10:19:05 2007 >++++ Makefile.in Tue Aug 7 10:43:51 2007 >+@@ -743,7 +743,7 @@ > awk -f etc/txt2c.awk man1/dns-boot-check.1 > $@ > > $(mandir)/man1/dns-boot-check.1: man1/dns-boot-check.1 man1/.mandir >@@ -21,7 +9,7 @@ > $(INSTALL_DATA) tmp $@ > @rm tmp > >-@@ -652,7 +657,7 @@ >+@@ -751,7 +751,7 @@ > awk -f etc/txt2c.awk man1/dns-bootp.1 > $@ > > $(mandir)/man1/dns-bootp.1: man1/dns-bootp.1 man1/.mandir >@@ -30,7 +18,7 @@ > $(INSTALL_DATA) tmp $@ > @rm tmp > >-@@ -660,7 +665,7 @@ >+@@ -759,7 +759,7 @@ > awk -f etc/txt2c.awk man1/dns-bootparams.1 > $@ > > $(mandir)/man1/dns-bootparams.1: man1/dns-bootparams.1 man1/.mandir >@@ -39,7 +27,25 @@ > $(INSTALL_DATA) tmp $@ > @rm tmp > >-@@ -669,7 +674,7 @@ >+@@ -767,7 +767,7 @@ >+ awk -f etc/txt2c.awk man1/dns-conf-check.1 > $@ >+ >+ $(mandir)/man1/dns-conf-check.1: man1/dns-conf-check.1 man1/.mandir >+- $(SOELIM) -Iman1 man1/dns-conf-check.1 > tmp >++ (cd man1; $(SOELIM) dns-conf-check.1) > tmp >+ $(INSTALL_DATA) tmp $@ >+ @rm tmp >+ >+@@ -775,7 +775,7 @@ >+ awk -f etc/txt2c.awk man1/dns-dhcp.1 > $@ >+ >+ $(mandir)/man1/dns-dhcp.1: man1/dns-dhcp.1 man1/.mandir >+- $(SOELIM) -Iman1 man1/dns-dhcp.1 > tmp >++ (cd man1; $(SOELIM) dns-dhcp.1) > tmp >+ $(INSTALL_DATA) tmp $@ >+ @rm tmp >+ >+@@ -784,7 +784,7 @@ > > $(mandir)/man1/dns-ethers-import.1: man1/dns-ethers-import.1 \ > man1/.mandir >@@ -48,7 +54,7 @@ > $(INSTALL_DATA) tmp $@ > @rm tmp > >-@@ -677,7 +682,7 @@ >+@@ -792,7 +792,7 @@ > awk -f etc/txt2c.awk man1/dns-ethers.1 > $@ > > $(mandir)/man1/dns-ethers.1: man1/dns-ethers.1 man1/.mandir >@@ -57,7 +63,7 @@ > $(INSTALL_DATA) tmp $@ > @rm tmp > >-@@ -685,7 +690,7 @@ >+@@ -800,7 +800,7 @@ > awk -f etc/txt2c.awk man1/dns-filter.1 > $@ > > $(mandir)/man1/dns-filter.1: man1/dns-filter.1 man1/.mandir >@@ -66,7 +72,7 @@ > $(INSTALL_DATA) tmp $@ > @rm tmp > >-@@ -693,7 +698,7 @@ >+@@ -808,7 +808,7 @@ > awk -f etc/txt2c.awk man1/dns-hosts-import.1 > $@ > > $(mandir)/man1/dns-hosts-import.1: man1/dns-hosts-import.1 man1/.mandir >@@ -75,7 +81,7 @@ > $(INSTALL_DATA) tmp $@ > @rm tmp > >-@@ -701,7 +706,7 @@ >+@@ -816,7 +816,7 @@ > awk -f etc/txt2c.awk man1/dns-hosts.1 > $@ > > $(mandir)/man1/dns-hosts.1: man1/dns-hosts.1 man1/.mandir >@@ -84,7 +90,7 @@ > $(INSTALL_DATA) tmp $@ > @rm tmp > >-@@ -709,7 +714,7 @@ >+@@ -824,7 +824,7 @@ > awk -f etc/txt2c.awk man1/dns-license.1 > $@ > > $(mandir)/man1/dns-license.1: man1/dns-license.1 man1/.mandir >@@ -93,7 +99,7 @@ > $(INSTALL_DATA) tmp $@ > @rm tmp > >-@@ -717,7 +722,7 @@ >+@@ -832,7 +832,7 @@ > awk -f etc/txt2c.awk man1/dns-ng.1 > $@ > > $(mandir)/man1/dns-ng.1: man1/dns-ng.1 man1/.mandir >@@ -102,7 +108,7 @@ > $(INSTALL_DATA) tmp $@ > @rm tmp > >-@@ -725,7 +730,7 @@ >+@@ -840,7 +840,7 @@ > awk -f etc/txt2c.awk man1/dns-rev.1 > $@ > > $(mandir)/man1/dns-rev.1: man1/dns-rev.1 man1/.mandir >diff -ruN --exclude=CVS /usr/ports/dns/dnsutl/pkg-descr ./dnsutl/pkg-descr >--- /usr/ports/dns/dnsutl/pkg-descr Mon Dec 27 02:08:35 1999 >+++ ./dnsutl/pkg-descr Mon Aug 6 19:28:55 2007 >@@ -1,20 +1,21 @@ >- The dnsutl package is a bunch of programs I wrote to make >- using DNS easier. These include: >+The dnsutl package is a collection tools to make administering DNS easier. >+These include programs for: > >- dns-rev >- Take the forward DNS mapping and generate the >- reverse mapping. >+ * Generating the reverse DNS mapping by using the DNS forward mapping. >+ This is useful for producing a self-consistent DNS configuration. >+ * Generating the /etc/ethers file by using a bogus record type. >+ * Generating the /etc/hosts file by using the DNS forward mapping. >+ * Generating the /etc/bootptab file by using the MAC and IP information. >+ * Generating the /etc/netgroup file by using the DNS forward mapping. >+ * Generating the Sun /etc/bootparams file by using the MAC and IP information. >+ * Checking the new-style /etc/named.conf files for self-consistency. >+ * Checking the old-style /etc/named.boot files for self-consistency. >+ * Generating the DNS forward mapping by using the /etc/hosts file. >+ This could be a first step to configuring your DNS server. >+ * Generating the /etc/dhcp.conf file by using the MAC and IP information. > >- dns-hosts >- Take the forward DNS mapping and generate the >- /etc/hosts file. >+All of these programs are both faster than shell scripts, and more >+robust when faced with all the peculiar semantics of DNS resource files. >+They even understand the $include directive. > >- dns-ng >- Take the forward DNS mapping and generate the >- /etc/netgroup file. >- >- All of these programs are both faster than shell scripts, >- and more robust when faced with all the peculiar semantics >- of DNS resource files. >- >-WWW: http://www.canb.auug.org.au/~millerp/dnsutl/ >+WWW: http://dnsutl.sourceforge.net/ >diff -ruN --exclude=CVS /usr/ports/dns/dnsutl/pkg-plist ./dnsutl/pkg-plist >--- /usr/ports/dns/dnsutl/pkg-plist Wed Jul 13 11:27:39 2005 >+++ ./dnsutl/pkg-plist Mon Aug 6 18:44:23 2007 >@@ -1,11 +1,12 @@ > bin/dns-boot-check > bin/dns-bootp > bin/dns-bootparams >+bin/dns-conf-check > bin/dns-dhcp >-bin/dns-ethers-import > bin/dns-ethers >+bin/dns-ethers-import > bin/dns-filter >-bin/dns-hosts-import > bin/dns-hosts >+bin/dns-hosts-import > bin/dns-ng > bin/dns-rev
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 115267
: 80358