summaryrefslogtreecommitdiff
path: root/net/adns/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2006-02-07Make "install" a phony target, so that it works on a case-insensitiveminskim1-1/+2
file system.
2006-02-07Do not define a variable in a header file included by multiple .c files.minskim1-1/+2
This makes the package build on Darwin. Patch from DarwinPorts. The modified header file is used internally, and never installed. So no visible changes to dependent packages.
2005-12-13Fix GCC 3.4+: mismatch between prototype and declarationjoerg1-1/+2
2005-03-12If poll(2) is missing, don't even contemplate using it.tv1-1/+3
Fixes build on Interix.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-01-22Regen.xtraeme1-2/+1
2004-01-22Update adns to 1.1, provided by Min Sik Kim in PR pkg/24177.xtraeme1-3/+3
Changes: Major bugfixes: * Do not spin if connect() fails immediately (!) * Stop searching on a CNAME (even if it's broken). * When search list runs out, _qf_owner sets owner to query domain. * Fix bogus multiple updates to p in transmit.c (!) Portability improvements: * Fix up spurious #undef's in hredirect.h. * Don't use <sys/select.h> any more, it was a mistake made in pre-1.0 (and there doesn't seem to be much explanation why). * Understand and sort of check OpenBSD `lookup' resolv.conf directive. * #include <stdlib.h> in internal.h (for abort etc). * Always #include <sys/types.h> before <sys/socket.h> (for FreeBSD 4.6). Cosmetic and documentation improvements: * Added wishlist entry re configurable port no. * Problem with SERVFAIL in TODO. * README.html: mentioned Jarle Aase's Windows port, and other fixes. * Some better source code formatting/wrapping.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-1/+1
buildlink2.mk files back into the main trunk.
2002-06-07Include sys/types.h so that pid_t is a defined type for sys/select.h.atatat1-1/+2
2001-11-19Strongly buildlinkify and libtoolize (NetBSD's interesting contributions tojlam1-1/+3
technical vocabulary).
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-0/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo