summaryrefslogtreecommitdiff
path: root/net/djbdns
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2011-12-25Build has been broken by default on IPv6-capable systems since theschmonz2-13/+14
inet6 option was added. Comment out the option for now; if you want IPv6, uncomment and turn off other conflicting options. Addresses PR pkg/45358. While here, update to the latest version of the patch. No PKGREVISION bump needed.
2011-06-09Instead of a separate PLIST file for inet6, use PLIST_VARS.schmonz3-6/+6
2011-06-09Update ipv6 patch. Closes PR pkg/44469 by James A. T. Rice. Whileschmonz8-19/+28
here, fix indentation broken in previous and quell pkglint.
2010-03-15DESTDIR support.schmonz3-4/+47
2009-10-18remove broken mirror.zafer1-5/+5
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-03Don't define two post-patch targets; instead, make them separate targetswiz1-3/+7
and let post-patch depend on them.
2009-05-02Unbreak the build on DragonFly. The djbware-errno-hack option which ishasso1-2/+2
necessary for DragonFly is defined in the mk/djbware.mk and it's processed before the options.mk.
2009-04-22Uncomment LICENSE.schmonz1-2/+2
2009-04-22Add DJB's patch to fix the axfrdns bug reported by Matthew Dempsky,schmonz5-10/+303
described here: http://article.gmane.org/gmane.network.djbdns/13864 Add mutually exclusive options, both by Jeff King, to address the dnscache poisoning weaknesses described in CVE-2008-4392: * "djbdns-qmerge1" (from http://www.your.org/dnscache/) * "djbdns-qmerge2" (from http://article.gmane.org/gmane.network.djbdns/13965) Both options are included because qmerge1 is better tested but has known shortcomings, while qmerge2 is probably more correct but (as yet) less well tested. Bump PKGREVISION.
2009-01-19Add djbdns-cachestats option, show cache hits/misses in stats output.sketch3-5/+15
2008-02-19Add commented-out LICENSE=public-domain. Nudged by gdt@.schmonz1-1/+2
2008-02-19DJB has placed certain of his software in the public domain. Excerptedschmonz1-2/+3
from <URL:http://cr.yp.to/distributors.html>: What are the distribution terms for daemontools? 2007.12.28: I hereby place the daemontools package (in particular, daemontools-0.76.tar.gz, with MD5 checksum 1871af2453d6e464034968a0fbcb2bfc) into the public domain. The package is no longer copyrighted. What are the distribution terms for djbdns? 2007.12.28: I hereby place the djbdns package (in particular, djbdns-1.05.tar.gz, with MD5 checksum 3147c5cd56832aa3b41955c7a51cbeb2) into the public domain. The package is no longer copyrighted. What are the distribution terms for ucspi-tcp? 2007.12.28: I hereby place the ucspi-tcp package (in particular, ucspi-tcp-0.88.tar.gz, with MD5 checksum 39b619147db54687c4a583a7a94c9163) into the public domain. The package is no longer copyrighted. Am I free to modify uncopyrighted packages and distribute modified versions? Yes. But this does not mean that modifications are _encouraged_! And from <URL:http://cr.yp.to/qmail/dist.html>: I hereby place the qmail package (in particular, qmail-1.03.tar.gz, with MD5 checksum 622f65f982e380dbe86e6574f3abcb7c) into the public domain. You are free to modify the package, distribute modified versions, etc. This does not mean that modifications are encouraged! pkgsrc will strive, as it has, to keep modifications to a tasteful minimum. This addresses PR pkg/37964 by Aleksej Saushev.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-07-27Rename "SITES_* to "SITES.*" for file-specific lists of sites from whichjlam2-5/+5
to fetch the file. This completes the renaming described in revision 1.1799 of bsd.pkg.mk.
2006-01-11Fix ${MACHINE_ARCH} conditional (it's "x86_64, not "amd64"). Sinceschmonz2-5/+59
Bernhard Roth's tinydns-data patch for 64-bit systems is no longer available on the net, store it directly in pkgsrc.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-10-05Remove legacy DJB_ERRNO_HACK (replaced with djbware-errno-hack option).schmonz1-2/+2
2005-10-05Now that a branch has been cut, remove PKG_OPTIONS_LEGACY_{OPTS,VARS}.schmonz1-3/+1
2005-09-02Give these hacks a meaningful name ("arm-gcc2-optimizer").schmonz1-2/+2
2005-08-24Move hack to avoid gcc optimizer bug on arm platforms into hacks.mk.schmonz2-5/+10
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-2/+2
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-08-19Convert DJB_ERRNO_HACK to a "djbware-errno-hack" option availableschmonz2-5/+3
in all packages using djbware.mk. For now, keep the same default, avoiding PKGREVISION bumps.
2005-08-19Whitespace.schmonz1-2/+1
2005-07-19Distinguish package-specific options as such, supporting the old namesschmonz1-14/+7
via PKG_OPTIONS_LEGACY_OPTS until after the next branch.
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-4/+5
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-09Note axfrdns-conf(8) manpage in PLIST, and bump PKGREVISION. Whileschmonz3-4/+6
here, add an RMD160 checksum for the "ignoreip2" patch.
2005-04-09Standardize handling of additional distfiles (such as externallyschmonz1-3/+3
supplied manual pages) across djbware.
2005-04-07Belatedly suggest djbdns-run for rbldns service as well.schmonz1-3/+3
2005-03-30Bernhard Roth published his 64-bit tinydns-data fix. Pull it in asschmonz3-61/+21
an external patch file via the "tinydns64" option (enabled by default on sparc64, alpha, and amd64). Binary package should behave identically, so no PKGREVISION bump.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2005-03-23Remove package-specific workarounds for the glibc-vs-errno conflict.schmonz1-6/+1
The "netqmail" PKG_OPTION to qmail is no longer enabled on Linux by default; if you were relying on that, set it explicitly.
2005-03-23Whitespace.schmonz1-2/+2
2005-03-23Take advantage of mk/djbware.mk.schmonz1-12/+3
2005-03-21Incorporate patch from Bernhard Roth to correct the default valuesschmonz3-3/+61
generated by tinydns-data on sparc64 (and presumably other 64-bit platforms). Discussed on the dns list in this thread: http://marc.theaimsgroup.com/?l=djbdns&m=110845281123105&w=2 Bump PKGREVISION for this user-visible change. Addresses PR pkg/28420.
2005-03-13In packages with djb-style compile scripts, properly enquote ${CC}schmonz1-3/+3
and ${CFLAGS}. This fixes the build of net/djbdns, as well as any other of these packages passing down PKG_SYSCONFDIR via CFLAGS, as well as being more generally correct for arbitrary user-defined CFLAGS. Suggested by jlam. For consistency across djbware in pkgsrc: * In math/djbfft's and sysutils/daemontools's do-configure targets, remove leading @ from ${ECHO} lines; from the former, also remove unneeded single quotes from one such line. * Rename net/publicfile's pre-build and sysutils/service-config's post-patch targets to do-configure. * In sysutils/checkpassword's do-configure target, reorder creation of conf-cc, conf-ld, and conf-home. All of the affected packages have been verified to compile. XXX These packages probably have enough build goo in common to XXX warrant an mk/djbware.mk. I'll investigate this post-freeze.
2005-03-07Fix quoting.uebayasi1-2/+2
2005-02-24Add RMD160 digests.agc1-1/+4
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.