The NetBSD Project

CVS log for pkgsrc/net/djbdns/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / djbdns

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.74 / (download) - annotate - [select for diffs], Thu Nov 19 09:35:39 2020 UTC (2 years, 10 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, HEAD
Changes since 1.73: +1 -3 lines
Diff to previous 1.73 (colored)

Remove DJB_RESTRICTED, no longer used.

Revision 1.73 / (download) - annotate - [select for diffs], Thu Oct 8 19:18:26 2020 UTC (2 years, 11 months ago) by schmonz
Branch: MAIN
Changes since 1.72: +1 -4 lines
Diff to previous 1.72 (colored)

Revert recent add of DJBDNS_*_{GROUP,USER} to BUILD_DEFS. They're not
used anywhere here, only in djbdns-run.

Revision 1.72 / (download) - annotate - [select for diffs], Sat Oct 3 12:59:36 2020 UTC (2 years, 11 months ago) by schmonz
Branch: MAIN
Changes since 1.71: +5 -2 lines
Diff to previous 1.71 (colored)

Address PR pkg/30957 with a new 'djbdns-listenmultiple' option to apply
these patches:

- Uwe Ohse's djbdns-1.05-multiip.diff for tinydns
- Dan Peterson's dnscache-1.05-multiple-ip.patch for dnscache

The patches came with different list separators, but this is pkgsrc! The
default separator for both is now a comma, and you can override it by
setting DJBDNS_IP_SEPARATOR. (Add that to BUILD_DEFS if the option was
enabled, and unconditionally add all the users and groups.) Bump
PKGREVISION.

While here, make djbdns-1.05-ignoreip2.patch fetchable via archive.org.

Revision 1.71 / (download) - annotate - [select for diffs], Thu Jun 25 05:42:36 2020 UTC (3 years, 3 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.70: +5 -1 lines
Diff to previous 1.70 (colored)

Retire 'djbware-errno-hack' and associated options.mk cleverness.
Instead:

1. Package makefiles including their own options.mk
2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed
3. Packages adjust SUBST_FILES.djberrno, if needed

Should fix bulk build failures due to multiple inclusions of options.mk
and/or incorrect definitions of DJB_ERRNO_HACK.

Approved during the freeze by wiz@.

Revision 1.70 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:49 2020 UTC (3 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored)

all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.69 / (download) - annotate - [select for diffs], Fri Jun 28 19:11:11 2019 UTC (4 years, 2 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored)

Use CPPFLAGS (not CFLAGS) to -DPKG_SYSCONFDIR. No functional change
intended (or observed on OS X), and might help CentOS 7 bulk build
failure that I can't reproduce.

Revision 1.68 / (download) - annotate - [select for diffs], Sat Jan 5 06:18:11 2019 UTC (4 years, 8 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.67: +3 -1 lines
Diff to previous 1.67 (colored)

Remove commented-out 'inet6' option. Add CONFLICTS with djbdnscurve6.

Revision 1.67 / (download) - annotate - [select for diffs], Fri Sep 28 20:36:24 2018 UTC (4 years, 11 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)

Rename 'djbdns-qmerge2' option to 'djbdns-mergequeries', still enabled
by default. Deprecate 'djbdns-qmerge1'.

When applying the 'djbdns-mergequeries' patch, also apply a missing
bounds check. Patch from Tim Stewart on dns@list.cr.yp.to.

Bump PKGREVISION.

Revision 1.66 / (download) - annotate - [select for diffs], Mon Jun 18 10:44:38 2018 UTC (5 years, 3 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.65: +11 -5 lines
Diff to previous 1.65 (colored)

Look for /etc/dnsrewrite under PKG_SYSCONFBASE. While here, update to
latest IPv6 patch (still conflicting with other default patches, so
commented out). Enable 'djbdns-tinydns64' by default, regardless of
platform. Bump PKGREVISION.

Revision 1.65 / (download) - annotate - [select for diffs], Thu Oct 26 14:42:51 2017 UTC (5 years, 10 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)

b.root-servers.net has changed IP (old one still works for a while).
Bump PKGREVISION.

Revision 1.64 / (download) - annotate - [select for diffs], Thu Jun 22 12:37:33 2017 UTC (6 years, 3 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.63: +3 -7 lines
Diff to previous 1.63 (colored)

Use latest root servers from https://www.iana.org/domains/root/servers.
Bump PKGREVISION.

Revision 1.63 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:44 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.62: +1 -3 lines
Diff to previous 1.62 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.62 / (download) - annotate - [select for diffs], Tue Oct 23 17:18:17 2012 UTC (10 years, 11 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.61: +1 -2 lines
Diff to previous 1.61 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.61 / (download) - annotate - [select for diffs], Thu Jun 9 00:55:40 2011 UTC (12 years, 3 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.60: +4 -4 lines
Diff to previous 1.60 (colored)

Update ipv6 patch. Closes PR pkg/44469 by James A. T. Rice. While
here, fix indentation broken in previous and quell pkglint.

Revision 1.60 / (download) - annotate - [select for diffs], Mon Mar 15 17:31:57 2010 UTC (13 years, 6 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.59: +5 -3 lines
Diff to previous 1.59 (colored)

DESTDIR support.

Revision 1.59 / (download) - annotate - [select for diffs], Sun Oct 18 19:34:54 2009 UTC (13 years, 11 months ago) by zafer
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.58: +5 -5 lines
Diff to previous 1.58 (colored)

remove broken mirror.

Revision 1.58 / (download) - annotate - [select for diffs], Wed Apr 22 05:23:19 2009 UTC (14 years, 5 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored)

Uncomment LICENSE.

Revision 1.57 / (download) - annotate - [select for diffs], Wed Apr 22 04:48:13 2009 UTC (14 years, 5 months ago) by schmonz
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

Add DJB's patch to fix the axfrdns bug reported by Matthew Dempsky,
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.

Revision 1.56 / (download) - annotate - [select for diffs], Mon Jan 19 10:27:31 2009 UTC (14 years, 8 months ago) by sketch
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)

Add djbdns-cachestats option, show cache hits/misses in stats output.

Revision 1.55 / (download) - annotate - [select for diffs], Tue Feb 19 21:12:06 2008 UTC (15 years, 7 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.54: +2 -1 lines
Diff to previous 1.54 (colored)

Add commented-out LICENSE=public-domain. Nudged by gdt@.

Revision 1.54 / (download) - annotate - [select for diffs], Tue Feb 19 13:59:05 2008 UTC (15 years, 7 months ago) by schmonz
Branch: MAIN
Changes since 1.53: +3 -2 lines
Diff to previous 1.53 (colored)

DJB has placed certain of his software in the public domain. Excerpted
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.

Revision 1.53 / (download) - annotate - [select for diffs], Sun Jan 7 09:14:02 2007 UTC (16 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.52: +3 -3 lines
Diff to previous 1.52 (colored)

Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
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.

Revision 1.52 / (download) - annotate - [select for diffs], Thu Jul 27 18:48:03 2006 UTC (17 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

Rename "SITES_* to "SITES.*" for file-specific lists of sites from which
to fetch the file.  This completes the renaming described in revision
1.1799 of bsd.pkg.mk.

Revision 1.51 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:58 2005 UTC (17 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.50: +1 -2 lines
Diff to previous 1.50 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.50 / (download) - annotate - [select for diffs], Wed Aug 24 04:36:14 2005 UTC (18 years, 1 month ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.49: +1 -5 lines
Diff to previous 1.49 (colored)

Move hack to avoid gcc optimizer bug on arm platforms into hacks.mk.

Revision 1.49 / (download) - annotate - [select for diffs], Fri Aug 19 18:12:38 2005 UTC (18 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS
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.

Revision 1.48 / (download) - annotate - [select for diffs], Fri Aug 19 04:44:10 2005 UTC (18 years, 1 month ago) by schmonz
Branch: MAIN
Changes since 1.47: +1 -3 lines
Diff to previous 1.47 (colored)

Convert DJB_ERRNO_HACK to a "djbware-errno-hack" option available
in all packages using djbware.mk. For now, keep the same default,
avoiding PKGREVISION bumps.

Revision 1.47 / (download) - annotate - [select for diffs], Fri Aug 19 03:55:00 2005 UTC (18 years, 1 month ago) by schmonz
Branch: MAIN
Changes since 1.46: +1 -2 lines
Diff to previous 1.46 (colored)

Whitespace.

Revision 1.46 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:45 2005 UTC (18 years, 5 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.45: +1 -2 lines
Diff to previous 1.45 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.45 / (download) - annotate - [select for diffs], Sat Apr 9 22:39:44 2005 UTC (18 years, 5 months ago) by schmonz
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Note axfrdns-conf(8) manpage in PLIST, and bump PKGREVISION. While
here, add an RMD160 checksum for the "ignoreip2" patch.

Revision 1.44 / (download) - annotate - [select for diffs], Sat Apr 9 22:36:56 2005 UTC (18 years, 5 months ago) by schmonz
Branch: MAIN
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored)

Standardize handling of additional distfiles (such as externally
supplied manual pages) across djbware.

Revision 1.43 / (download) - annotate - [select for diffs], Thu Mar 24 21:12:58 2005 UTC (18 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.42: +1 -3 lines
Diff to previous 1.42 (colored)

Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.

Revision 1.42 / (download) - annotate - [select for diffs], Wed Mar 23 01:48:06 2005 UTC (18 years, 6 months ago) by schmonz
Branch: MAIN
Changes since 1.41: +1 -6 lines
Diff to previous 1.41 (colored)

Remove package-specific workarounds for the glibc-vs-errno conflict.
The "netqmail" PKG_OPTION to qmail is no longer enabled on Linux
by default; if you were relying on that, set it explicitly.

Revision 1.41 / (download) - annotate - [select for diffs], Wed Mar 23 00:57:20 2005 UTC (18 years, 6 months ago) by schmonz
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

Whitespace.

Revision 1.40 / (download) - annotate - [select for diffs], Wed Mar 23 00:51:10 2005 UTC (18 years, 6 months ago) by schmonz
Branch: MAIN
Changes since 1.39: +3 -12 lines
Diff to previous 1.39 (colored)

Take advantage of mk/djbware.mk.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Mar 21 04:03:35 2005 UTC (18 years, 6 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

Incorporate patch from Bernhard Roth to correct the default values
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.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Mar 13 03:25:44 2005 UTC (18 years, 6 months ago) by schmonz
Branch: MAIN
Changes since 1.37: +3 -3 lines
Diff to previous 1.37 (colored)

In packages with djb-style compile scripts, properly enquote ${CC}
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.

Revision 1.37 / (download) - annotate - [select for diffs], Mon Mar 7 09:41:45 2005 UTC (18 years, 6 months ago) by uebayasi
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Fix quoting.

Revision 1.36 / (download) - annotate - [select for diffs], Fri Dec 3 15:15:05 2004 UTC (18 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Sep 1 20:33:01 2004 UTC (19 years ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.34: +4 -1 lines
Diff to previous 1.34 (colored)

Describe this package's particular reasons for RESTRICTED.

Revision 1.34 / (download) - annotate - [select for diffs], Wed Sep 1 20:11:02 2004 UTC (19 years ago) by schmonz
Branch: MAIN
Changes since 1.33: +25 -25 lines
Diff to previous 1.33 (colored)

Whitespace, and remove the "by Dan Bernstein" from COMMENT. Everyone
already knows.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Sep 1 20:07:35 2004 UTC (19 years ago) by schmonz
Branch: MAIN
Changes since 1.32: +24 -31 lines
Diff to previous 1.32 (colored)

Updated man pages to 20031023. From the changelog:
* 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.

Revision 1.32 / (download) - annotate - [select for diffs], Sat Apr 10 20:28:52 2004 UTC (19 years, 5 months ago) by zuntum
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored)

Look into ${DISTDIR}/${DIST_SUBDIR} instead of ${DISTDIR} when copying
dnscache-log.pl.txt and tinydns-log.pl.txt, so that this actually has
a chance to work.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Mar 30 17:12:28 2004 UTC (19 years, 5 months ago) by taca
Branch: MAIN
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored)

Add DIST_SUBDIR=${PKGNAME} in order to notify updated distfiles which
don't have version information.  Suggested by wiz@.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Mar 29 03:30:17 2004 UTC (19 years, 6 months ago) by schmonz
Branch: MAIN
Changes since 1.29: +5 -1 lines
Diff to previous 1.29 (colored)

Enable pkgviews installation.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Mar 28 04:39:39 2004 UTC (19 years, 6 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

dnscache-log.pl.txt was changed to prevent output buffering.

Bump PACKAGEREVISION.

Noted by Michal Pasternak on tech-pkg.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Feb 1 01:43:29 2004 UTC (19 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

In the new compiler selection framework, GCC_REQD is appended to, not
overridden.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Sep 24 03:28:12 2003 UTC (20 years ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

Add Russ Nelson's dnscache patch to ignore IP addresses listed in
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.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Sep 17 19:40:51 2003 UTC (20 years ago) by grant
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Sep 12 20:07:24 2003 UTC (20 years ago) by grant
Branch: MAIN
Changes since 1.24: +2 -3 lines
Diff to previous 1.24 (colored)

kill all references to gcc.buildlink2.mk and compiler.mk, and define
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...

Revision 1.24 / (download) - annotate - [select for diffs], Thu Jul 17 22:51:05 2003 UTC (20 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.23 / (download) - annotate - [select for diffs], Wed Jun 11 20:50:57 2003 UTC (20 years, 3 months ago) by abs
Branch: MAIN
Changes since 1.22: +4 -5 lines
Diff to previous 1.22 (colored)

Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
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.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Mar 29 21:55:19 2003 UTC (20 years, 6 months ago) by salo
Branch: MAIN
Changes since 1.21: +3 -2 lines
Diff to previous 1.21 (colored)

Bump PKGREVISION: dnscache-log.pl.txt checksum changed.

Changes:

- added usage
- small fix in hex to dotted decimal notation address convertor

- simplify DESCR, remove duplicate MESSAGE text

Revision 1.21 / (download) - annotate - [select for diffs], Sat Dec 14 02:51:00 2002 UTC (20 years, 9 months ago) by schmonz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.20: +13 -19 lines
Diff to previous 1.20 (colored)

Update contributed man pages. From the changelog:

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)

Revision 1.20 / (download) - annotate - [select for diffs], Sun Dec 8 23:19:17 2002 UTC (20 years, 9 months ago) by cjep
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Whitespace complaint from pkglint.

Revision 1.17.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 18:55:08 2002 UTC (21 years, 3 months ago) by jlam
Branch: buildlink2
Changes since 1.17: +6 -4 lines
Diff to previous 1.17 (colored) next main 1.18 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jun 3 12:17:54 2002 UTC (21 years, 3 months ago) by cjep
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Changes since 1.18: +5 -3 lines
Diff to previous 1.18 (colored)

Turn off optimization -O2 on NetBSD arm platforms so that this package
builds.

Revision 1.18 / (download) - annotate - [select for diffs], Mon May 13 14:36:39 2002 UTC (21 years, 4 months ago) by yyamano
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Nov 18 13:15:55 2001 UTC (21 years, 10 months ago) by zuntum
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.16: +5 -3 lines
Diff to previous 1.16 (colored)

Introduce MANVERSION (now set to 20010212), so proper file name is used
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!

Revision 1.16 / (download) - annotate - [select for diffs], Tue Nov 13 23:12:15 2001 UTC (21 years, 10 months ago) by zuntum
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

Switch to date-versioned manpages tarball

Revision 1.15 / (download) - annotate - [select for diffs], Mon Oct 22 19:11:12 2001 UTC (21 years, 11 months ago) by zuntum
Branch: MAIN
Changes since 1.14: +1 -7 lines
Diff to previous 1.14 (colored)

We neither have to nor want to substitute /etc with ${PREFIX}/etc
in *example usage* of various -conf programs:

$ tinydns-conf
tinydns-conf: usage: tinydns-conf acct logacct /etc/tinydns myip

Revision 1.14 / (download) - annotate - [select for diffs], Wed Oct 10 11:17:28 2001 UTC (21 years, 11 months ago) by abs
Branch: MAIN
Changes since 1.13: +5 -1 lines
Diff to previous 1.13 (colored)

Avoid cc -O bug on arm32 for djbdns

Revision 1.13 / (download) - annotate - [select for diffs], Mon Mar 26 17:56:09 2001 UTC (22 years, 6 months ago) by zuntum
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored)

* ${CC} -s -> ${CC} ${STRIPFLAG}
* sync quoting in all Bernstein's packages

Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 16 20:53:04 2001 UTC (22 years, 6 months ago) by zuntum
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Change my email address to zuntum@netbsd.org

Revision 1.11 / (download) - annotate - [select for diffs], Tue Mar 6 16:13:36 2001 UTC (22 years, 6 months ago) by hubertf
Branch: MAIN
Changes since 1.10: +7 -3 lines
Diff to previous 1.10 (colored)

  * Set NO_BIN_ON_CDROM and NO_BIN_ON_FTP due to djb's licence

Binary pkgs will be nuked off ftp.netbsd.org in a second.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Mar 4 20:42:02 2001 UTC (22 years, 6 months ago) by hubertf
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

 * rename {tinydns,dnscache}-log.pl to ${tinydns,dnscache}-log

Patch sent in by Tomasz Luchowski <zuntum@eik.pl> in private mail.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Feb 17 19:07:07 2001 UTC (22 years, 7 months ago) by hubertf
Branch: MAIN
Changes since 1.8: +23 -22 lines
Diff to previous 1.8 (colored)

  * update djbdns to 1.05:
	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

Revision 1.8 / (download) - annotate - [select for diffs], Sat Feb 17 18:18:47 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jan 29 15:41:23 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.6: +1 -5 lines
Diff to previous 1.6 (colored)

Update for new MESSAGE handling. Noted by zuntum@eik.pl.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 26 01:33:21 2001 UTC (22 years, 8 months ago) by hubertf
Branch: MAIN
Changes since 1.5: +35 -23 lines
Diff to previous 1.5 (colored)

Update djbdns to 1.04. Changes:

  * 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.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jan 10 03:23:49 2001 UTC (22 years, 8 months ago) by hubertf
Branch: MAIN
Changes since 1.4: +16 -28 lines
Diff to previous 1.4 (colored)

20001224
	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.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Dec 29 16:42:54 2000 UTC (22 years, 9 months ago) by hubertf
Branch: MAIN
Changes since 1.3: +20 -3 lines
Diff to previous 1.3 (colored)

Update to djbdns-1.02nb2. Changes:

 * 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.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Dec 28 14:37:18 2000 UTC (22 years, 9 months ago) by hubertf
Branch: MAIN
Changes since 1.2: +21 -3 lines
Diff to previous 1.2 (colored)

 * Added Fefe's IPv6 patch ( http://www.fefe.de/dns )
 * 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.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 27 23:29:57 2000 UTC (22 years, 9 months ago) by hubertf
Branch: MAIN
Changes since 1.1: +8 -2 lines
Diff to previous 1.1 (colored)

Add manpages.
Submitted by Tomasz Luchowski <zuntum@eik.pl> in private mail.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Dec 27 16:04:23 2000 UTC (22 years, 9 months ago) by hubertf
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Add djbdns-1.02:

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.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Dec 27 16:04:23 2000 UTC (22 years, 9 months ago) by hubertf
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>