summaryrefslogtreecommitdiff
path: root/net/djbdns
AgeCommit message (Collapse)AuthorFilesLines
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-11-17Remove obsolete variables. You'll want to use:xtraeme1-0/+2
PKG_OPTIONS.<pkg>+= foo blah
2004-09-01Describe this package's particular reasons for RESTRICTED.schmonz1-1/+4
2004-09-01Whitespace, and remove the "by Dan Bernstein" from COMMENT. Everyoneschmonz1-22/+22
already knows.
2004-09-01Updated man pages to 20031023. From the changelog:schmonz11-187/+122
* merge changes from http://cr.yp.to/djbdns/doc.tar.gz into: axfr-get.8, tinydns-data.8. * pickdns-conf.8, pickdns-data.8, pickdns.8: remove. * dnscache-conf.8, rbldns-conf.8, tinydns-conf.8, walldns-conf.8: adapt. * axfrdns-conf.8: new. pkgsrc changes: * Convert to bsd.options.mk. Available options: "ignoreip2 inet6". * Set USE_BUILDLINK3=yes. * Patch to honor PKG_SYSCONFDIR. * As long as we're patching, patch the installer to avoid setting unusual permissions on ${PREFIX} and ${PREFIX}/bin. * Work around the standard djbware errno problem on recent Linux glibc. * Update to the latest pkgsrc djbware RESTRICTED clause. * Remove the third-party logfile formatters (they can go elsewhere if needed). * Take maintainership (suggested by zuntum). Bump PKGREVISION.
2004-04-10Look into ${DISTDIR}/${DIST_SUBDIR} instead of ${DISTDIR} when copyingzuntum1-3/+3
dnscache-log.pl.txt and tinydns-log.pl.txt, so that this actually has a chance to work.
2004-03-30Add DIST_SUBDIR=${PKGNAME} in order to notify updated distfiles whichtaca2-12/+13
don't have version information. Suggested by wiz@.
2004-03-29Enable pkgviews installation.schmonz1-1/+5
2004-03-28dnscache-log.pl.txt was changed to prevent output buffering.taca2-5/+5
Bump PACKAGEREVISION. Noted by Michal Pasternak on tech-pkg.
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2003-09-24Add Russ Nelson's dnscache patch to ignore IP addresses listed inschmonz4-4/+79
root/ignoreip, in response to Verisign's latest silliness. The behavior of dnscache is unchanged unless you create this file. Bump PKGREVISION. While I'm here, change the "post-patch" target to "do-configure", since that's what it's doing. See <URL:http://tinydns.org/djbdns-1.05-ignoreip2.patch> for more information about this patch.
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-2/+2
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant1-3/+2
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later...
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs1-5/+4
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-03-29Bump PKGREVISION: dnscache-log.pl.txt checksum changed.salo3-37/+25
Changes: - added usage - small fix in hex to dotted decimal notation address convertor - simplify DESCR, remove duplicate MESSAGE text
2002-12-14Update contributed man pages. From the changelog:schmonz3-23/+20
Wed, 2 May 2001 14:30:38 +0200 * merged changes from axfr-get.html into axfr-get.8 * added contributed man-page tinydns-edit.8, thanks Jonathan de Boyne Pollard. Wed, 30 Jan 2002 16:29:54 +0100 * merged changes from tinydns-data.html into tinydns-data.8 Wed, 11 Dec 2002 10:23:18 +0100 * merge changes from http://cr.yp.to/djbdns/doc.tar.gz into: axfr-get.8, dnscache-conf.8, dnscache.8, dnsfilter.1, dnsip.1, dnsipq.1, dnsmx.1, dnsname.1, dnsq.1, dnsqr.1, dnstrace.1, dnstxt.1, qualification.5, tinydns-conf.8, tinydns-data.8. * tinydns-get.1: new. pkgsrc changes: - simplify post-extract by using REPLACE_PERL - simplify post-install by looping over all available man pages - update MASTER_SITES for man pages - bump PKGREVISION (a few man pages added)
2002-12-08Whitespace complaint from pkglint.cjep1-2/+2
2002-06-03Turn off optimization -O2 on NetBSD arm platforms so that this packagecjep1-3/+5
builds.
2002-05-13Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano1-2/+2
2001-11-18Introduce MANVERSION (now set to 20010212), so proper file name is usedzuntum1-3/+5
in both DISTFILES and EXTRACT_ONLY (last time I broke it by updating DISTFILES without altering EXTRACT_ONLY approperiately). Pointed out by Amitai Schlair <schmonz@schmonz.com> in private mail. Thanks!
2001-11-13Switch to date-versioned manpages tarballzuntum2-6/+6
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-22We neither have to nor want to substitute /etc with ${PREFIX}/etczuntum1-7/+1
in *example usage* of various -conf programs: $ tinydns-conf tinydns-conf: usage: tinydns-conf acct logacct /etc/tinydns myip
2001-10-10Avoid cc -O bug on arm32 for djbdnsabs1-1/+5
2001-06-14Update distinfo because djbdns-1.05-man has been modified.zuntum1-3/+3
Changes: merged changes from axfr-get.html into axfr-get.8: http://cr.yp.to/djbdns/doc.tar.gz added contributed man-page tinydns-edit.8, thanks Jonathan de Boyne Pollard.
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-1/+1
2001-04-17MD5 to SHA1 in patches' section of distinfozuntum1-3/+3
2001-04-17Forgot to cvs rm patch-sumzuntum1-4/+0
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfozuntum2-7/+14
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-03-26* ${CC} -s -> ${CC} ${STRIPFLAG}zuntum1-5/+5
* sync quoting in all Bernstein's packages
2001-03-16Change my email address to zuntum@netbsd.orgzuntum1-2/+2
2001-03-06 * Set NO_BIN_ON_CDROM and NO_BIN_ON_FTP due to djb's licencehubertf1-3/+7
Binary pkgs will be nuked off ftp.netbsd.org in a second.
2001-03-04 * rename {tinydns,dnscache}-log.pl to ${tinydns,dnscache}-loghubertf4-11/+11
Patch sent in by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-02-17 * update djbdns to 1.05:hubertf2-26/+27
20010206 internal: response_query() takes a class argument. internal: query_start() takes a class argument. internal: packetquery() takes a class argument. ui: tinydns et al., axfrdns, and dnscache repeat qclass * in response to bogus * queries. tnx Mike Batchelor. ui: axfrdns rejects queries for weird classes. ui: axfrdns uses query ID instead of ID 0 in the series of AXFR response messages between the SOAs, to support the AXFR client in BIND 9. ui: axfrdns sets AA in the series of AXFR response messages. 20010211 ui: servers print starting message. internal: some respond() declarations. version: djbdns 1.05. * minor corrections in Makefile, like use of ${DISTNAME} in some places instead of djbdns-version
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-29Update for new MESSAGE handling. Noted by zuntum@eik.pl.wiz2-7/+8
2001-01-26Update djbdns to 1.04. Changes:hubertf4-32/+45
* tinydns now automatically returns a random set of 8 addresses from a cluster of any size. It also supports client differentiation. There's no longer any reason to use pickdns. dnstracesort prints glue information that reveals all sorts of interesting inconsistencies. * minor pkg's Makefile improvements Update submitted by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-01-1020001224hubertf3-32/+31
ui: new dnstrace output format. ui: dnstrace shows all servers providing each ns/a line. ui: added dnstracesort. 20001225 internal: response_rstart() and response_cname() use uint32 ttl. internal: added response_hidettl(). internal: cache_get() returns ttl. internal: dnscache keeps track of ttls for aliases. ui: dnscache returns ttl unless $HIDETTL is set. ui: dnscache returns ttl 655360 for localhost et al. 20001226 ui: dnscache supports $FORWARDONLY. tnx to several people for the suggestion. tnx Dan Peterson for sample code. ui: dnscache now logs sequential query numbers, not indices. internal: revamped dnscache to separate udp from tcp. ui: dnscache reports uactive, tactive separately. ui: dnscache reports tcpopen/tcpclose by port and ip. ui: dnscache artificially times out oldest UDP query if UDP table is full, and oldest TCP connection if TCP table is full. ui: dnscache reports broken pipe when a TCP client sends FIN. 20001228 ui: dnstrace supports dd. ui: dnscache logs stats when it handles 1.0.0.127.in-addr.arpa. ui: pickdns actively refuses queries for unknown types. ui: pickdns responds to MX queries. tnx Mike Batchelor. internal: added const at various places. internal: removed some unused variables. internal: used time_t in tai_now.c. internal: used stdlib.h in alloc.c. api: split dns_domain_suffix() into suffix(), suffixpos(). internal: switched to buffer_unix*. internal: included unistd.h for various declarations. 20010103 ui: increased maximum data size from 512 bytes to 32767 bytes in tinydns, tinydns-get, axfrdns. allows big TXT records. ui: dnsmx reformats name when it prints an artificial 0 MX. 20010105 ui: increased MAXLEVEL to 5. the Internet is becoming more glueless every day. 20010106 version: djbdns 1.03.
2001-01-04forgot this...hubertf1-0/+4
2000-12-29Update to djbdns-1.02nb2. Changes:hubertf4-9/+30
* Remove accidentelly left files/patch-* * Use bzipped ipv6.diff instead of uncompressed one. * Put ${PREFIX} in {dnscache,axfrdns,pickdns,rbldns,tinydns,walldns} usage (example spoke of /${progname} directory) * Tell dnscache to look for dnsroots.global in ${PREFIX}/etc instead of /etc Sent in by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2000-12-28 * Added Fefe's IPv6 patch ( http://www.fefe.de/dns )hubertf5-7/+44
* Included two small logfile formatters written in perl - dnscache-log.pl and tinydns-log.pl (from http://www.djbdns.org) Patch sent in by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2000-12-27This pkg now includes docs. ;)hubertf1-2/+0
2000-12-27Add manpages.hubertf3-4/+36
Submitted by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2000-12-27Add djbdns-1.02:hubertf8-0/+111
DJBDNS is a collection of Domain Name System tools. It includes several components: * The dnscache program is a local DNS cache. It accepts recursive DNS queries from local clients such as web browsers. It collects responses from remote DNS servers. * The tinydns program is a fast, UDP-only DNS server. It makes local DNS information available to the Internet. * The pickdns program is a load-balancing DNS server. It points clients to a dynamic selection of IP addresses. * The walldns program is a reverse DNS wall. It provides matching reverse and forward records while hiding local host information. * The dns library handles outgoing and incoming DNS packets. It can be used by clients such as web browsers to look up host addresses, host names, MX records, etc. It supports asynchronous resolution. * The dnsfilter program is a parallel IP-address-to-host-name converter. * The dnsip, dnsipq, dnsname, dnstxt, and dnsmx programs are simple command-line interfaces to DNS. * The dnsq and dnstrace programs are DNS debugging tools. Documentation is only available on the web site, sorry. Submitted by Tomasz Luchowski <zuntum@eik.pl> in PR 11675.