summaryrefslogtreecommitdiff
path: root/net/bind4
AgeCommit message (Collapse)AuthorFilesLines
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz1-2/+2
2002-11-17upgrade to 4.9.11. security patches are already applied in 4.9.10nb1,itojun2-13/+7
so it is just to sync with official release tarball.
2002-11-14pull in http://www.isc.org/products/BIND/patches/bind4910.diff.itojun2-2/+8
bump PKGREVISION. -- 825. [bug] the buffer used to construct the -ve record was not big enough for all possible SOA records. use pointer arithmetic to calculate the remaining size in this buffer. 824. [bug] use serial space arithmetic to determine if a SIG is too old, in the future or has internally constistant times. 824. [bug] write buffer overflow in make_rr(). 823. [bug] getnetbyname() was broken. 822. [bug] write buffer overflows in getnetby{name,addr}().
2002-10-07upgrade to 4.9.10. security fix.itojun2-7/+7
--- 4.9.10-REL released --- 821. [bug] read buffer overflows. 820. [port] __printf0like required for test build under FreeBSD. 819. [cleanup] res_mkquery.c: kill buflen manipulation.
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-06-28upgrade to 4.9.9.itojun4-228/+7
--- 4.9.9-REL released --- 818. [bug] remote buffer overrun.
2002-06-26avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl>itojun4-2/+223
correct bad practice in the code - it uses two changing variables to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is critical.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum4-6/+6
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-28use 4.9.8. suggest use of BIND8 in pkg/MESSAGE.itojun3-7/+9
--- 4.9.8-REL released --- 817. [security] do not call syslog() with unbounded network data. 816. [port] main() is an int. 815. [security] pull in several bind8 protocol handling fixes. 814. [support] turn on XSTATS by default 813. [port] add __printflink(), __scanflike() to compat/include/sys/cdefs.h
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf1-2/+2
appropriate.
1999-04-30Don't build this on NetBSD 1.3.x.tv1-1/+5
1998-11-23Initial cut at a BIND 4.9.x pkg for use with -current and a future 1.4tv6-0/+61
release as an alternative to the shipped BIND 8.