FreeBSD Bugzilla – Attachment 42279 Details for
Bug 65949
Upgraded Port: dns/firedns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.04 KB, created by
Dean Hollister
on 2004-04-25 04:40:18 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dean Hollister
Created:
2004-04-25 04:40:18 UTC
Size:
4.04 KB
patch
obsolete
>diff -ruN firedns.orig/Makefile firedns/Makefile >--- firedns.orig/Makefile Sun Feb 1 10:05:47 2004 >+++ firedns/Makefile Sun Apr 25 11:31:22 2004 >@@ -6,9 +6,9 @@ > # > > PORTNAME= firedns >-PORTVERSION= 0.9.7 >+PORTVERSION= 0.9.12 > CATEGORIES= dns devel >-MASTER_SITES= http://firestuff.org/projects/ \ >+MASTER_SITES= http://www.firestuff.org/projects/ \ > http://www.wa.apana.org.au/~dean/sources/ \ > ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ > >@@ -17,22 +17,28 @@ > > BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring > >+USE_BZIP2= yes > HAS_CONFIGURE= yes >-CONFIGURE_ENV= PREFIX="${PREFIX}" > INSTALLS_SHLIB= yes > > WRKSRC= ${WRKDIR}/${PORTNAME} > >-MAN3= firedns_aton4.3 firedns_aton6.3 \ >- firedns_dnsbl_lookup.3 firedns_getip4.3 \ >- firedns_getip6.3 firedns_getmx.3 \ >- firedns_getmxlist.3 firedns_getname4.3 \ >- firedns_getname6.3 firedns_getresult.3 \ >- firedns_gettxt.3 firedns_ntoa4.3 \ >- firedns_ntoa6.3 firedns_resolveip4.3 \ >- firedns_resolveip6.3 firedns_resolvemx.3 \ >- firedns_resolvemxlist.3 firedns_resolvename4.3 \ >- firedns_resolvename6.3 firedns_resolvetxt.3 \ >+MAN1= fdnscname.1 fdnsip.1 fdnsip6.1 fdnsip6list.1 fdnsiplist.1 fdnsmx.1 \ >+ fdnsmxalist.1 fdnsmxlist.1 fdnsname.1 fdnsnamep.1 fdnsspf1.1 \ >+ fdnstxt.1 fdnstxtlist.1 >+ >+MAN3= firedns_aton4.3 firedns_aton6.3 firedns_dnsbl_lookup.3 \ >+ firedns_free_mxalist.3 firedns_getcname.3 firedns_getip4.3 \ >+ firedns_getip4list.3 firedns_getip6.3 firedns_getip6list.3 \ >+ firedns_getmx.3 firedns_getmxlist.3 firedns_getname4.3 \ >+ firedns_getname6.3 firedns_getresult.3 firedns_gettxt.3 \ >+ firedns_gettxtlist.3 firedns_ntoa4.3 firedns_ntoa6.3 \ >+ firedns_resolvecname.3 firedns_resolveip4.3 \ >+ firedns_resolveip4list.3 firedns_resolveip6.3 \ >+ firedns_resolveip6list.3 firedns_resolvemx.3 \ >+ firedns_resolvemxalist.3 firedns_resolvemxlist.3 \ >+ firedns_resolvename4.3 firedns_resolvename6.3 \ >+ firedns_resolvetxt.3 firedns_resolvetxtlist.3 \ > libfiredns.3 > > pre-configure: >diff -ruN firedns.orig/distinfo firedns/distinfo >--- firedns.orig/distinfo Sun Feb 1 10:05:47 2004 >+++ firedns/distinfo Sun Apr 25 11:12:09 2004 >@@ -1,2 +1,2 @@ >-MD5 (firedns-0.9.7.tar.gz) = dd6fbf0e3a5fbdf5761c7139987d7657 >-SIZE (firedns-0.9.7.tar.gz) = 91920 >+MD5 (firedns-0.9.12.tar.bz2) = f264cb8ac319d6555986c993dfeca5cf >+SIZE (firedns-0.9.12.tar.bz2) = 96535 >diff -ruN firedns.orig/pkg-descr firedns/pkg-descr >--- firedns.orig/pkg-descr Sun Feb 1 10:05:48 2004 >+++ firedns/pkg-descr Sun Apr 25 11:29:03 2004 >@@ -1,13 +1,12 @@ >-libfiredns is a library for handling asynchronous DNS >-requests. It provides a very simple interface for sending >-requests and parsing reponses, as well as low-timeout >-blocking functions. It can also be compiled to override >-the BIND/LIBC functions with its alternative implementations. >-libfiredns functions have much lower timeouts than the stock >-functions and tend to be faster because they send requests >-to all configured system nameservers at the same time. >+libfiredns is a library for handling asynchronous DNS >+requests. It provides a very simple interface for sending >+requests and parsing reponses, as well as low-timeout >+blocking functions. libfiredns functions have much lower >+timeouts than the stock functions and tend to be faster >+because they send requests to all configured system >+nameservers at the same time. > >-WWW: http://ares.penguinhosting.net/~ian/ >+WWW: http://www.firestuff.org/ > > - Dean > dean@odyssey.apana.org.au >diff -ruN firedns.orig/pkg-plist firedns/pkg-plist >--- firedns.orig/pkg-plist Sun Feb 1 10:05:48 2004 >+++ firedns/pkg-plist Sun Apr 25 11:22:32 2004 >@@ -1,11 +1,19 @@ > @comment $FreeBSD: ports/dns/firedns/pkg-plist,v 1.4 2004/01/31 23:18:11 sergei Exp $ > bin/fdnsip >+bin/fdnsip6 >+bin/fdnsiplist >+bin/fdnsip6list >+bin/fdnstxt >+bin/fdnstxtlist >+bin/fdnsname >+bin/fdnsnamep > bin/fdnsmx > bin/fdnsmxlist >-bin/fdnsname >-bin/fdnstxt >-include/firedns.h >+bin/fdnsmxalist >+bin/fdnscname >+bin/fdnsspf1 > lib/libfiredns.a >-lib/libfiredns.so >+lib/libfiredns.so.0.9.12 > lib/libfiredns.so.0 >-lib/libfiredns.so.0.9.7 >+lib/libfiredns.so >+include/firedns.h
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 65949
: 42279