Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.05_22,1 30 Jun 2023 03:57:11 |
Muhammad Moinur Rahman (bofh) |
dns/djbdns: Remove expired port
2023-06-30 dns/djbdns: No longer compliant with current DNS standards and source
code hasn't been centrally managed for over 20 years
Approved by: portmgr (blanket) |
1.05_22,1 27 Feb 2023 20:45:18 |
Daniel Engberg (diizzy) |
dns/djbdns: Deprecate and set expiration date to 2023-06-30
Project hasn't been centrally managed since last release in 2001 and
there are various third party patches to keep it somewhat relevant with
todays standards. Port has also been unmaintained since last
maintainer stepped down several months ago.
PR: 256450 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.05_22,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.05_22,1 20 Jul 2022 14:21:47 |
Tobias C. Berner (tcberner) |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
1.05_22,1 25 Apr 2022 15:06:48 |
Joseph Mingrone (jrm) |
lx's ports: Reset maintainer to ports@ per his request
Sponsored by: The FreeBSD Foundation |
1.05_22,1 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
1.05_22,1 06 May 2021 11:47:48 |
Mathieu Arnold (mat) |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010 |
1.05_22,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.05_22,1 11 Sep 2019 19:27:27 |
lx |
Add SSL master site
PR: 238909
Submitted by: Leo Vandewoestijne |
1.05_22,1 16 Jan 2018 19:54:19 |
lx |
Bump loop detection limit to 500
PR: 216260
Submitted by: tjd-freebsd@phlegethon.org |
1.05_21,1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.05_21,1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.05_21,1 05 Jan 2016 21:23:58 |
lx |
Update the address for h.root-servers.net.
PR: 204950
Submitted by: kaoru |
1.05_20,1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.05_20,1 28 Jul 2014 18:00:40 |
adamw |
Rename dns/ patch-xy patches to reflect the files they modify. |
1.05_20,1 30 May 2014 18:57:32 |
bdrewery |
- Fix dnscache-conf referring to STAGEDIR when IP6 option is selected.
Something in the dependency chain for dnsip6 rebuilds when conf-home
is updated. By creating it before the build and then moving it over
later the timestamp is before all the built binaries. Since we
purposely remove all installer-related files, only those will be
rebuilt.
Reported by: brd |
1.05_19,1 17 Apr 2014 04:07:11 |
bdrewery |
- Use DO_MAKE_BUILD instead of MAKE_CMD so that WITH_CCACHE_BUILD works. |
1.05_19,1 03 Apr 2014 17:07:05 |
bdrewery |
- Fix race during build of DJB ports that could lead to files leaking out of
STAGEDIR. The auto_home.c/auto_qmail.c (depending on which conf- file is
used) must be deleted to or else this might not be executed depending on
how quickly build and pre-install run:
./auto-str auto_home `sed 1q conf-home` > auto_home.c
- Move STAGEDIR fixing to post-build with a message explaining the rebuild.
- Bump PORTREVISION as pkg_install packages may have been built without some
files. |
1.05_18,1 03 Apr 2014 01:32:44 |
bdrewery |
- Use ECHO_CMD instead of echo |
1.05_18,1 26 Mar 2014 11:32:53 |
bapt |
Touch all -conf files so they do not get rebuilt after auto_home.o has been
rebuilt |
1.05_18,1 02 Mar 2014 15:04:35 |
bapt |
dns/djbdns: Fix *-conf referencing stage directories
Fix all the -conf binary trying to look in the stage directory, by
enforcing make prog as a build target so they are built during the 'build'
phase and not the install phase and thus get right prefix and not the staged one |
1.05_17,1 18 Feb 2014 01:19:40 |
lx |
distinfo for other patches was trimmed out by make makesum :-/
Submitted by: Bryan Drewery |
1.05_17,1 17 Feb 2014 23:02:06 |
lx |
Revert to test23 version of fefe's patch, as test25 causes repeated segfaults.
Bump revision and epoch. |
1.05_16 17 Feb 2014 10:44:37 |
bapt |
Readd stage support
Build the port as if it didn't support stage,
Just before installing, rebuild the install and instcheck binaries with a
different prefix including the destdir prefix
To avoid everything to be rebuilt again becore conf-home has changed save the
original files before building
install and instcheck with the new prefix and restore the file again before the
do-install target is run
This is the trick used in debian
Obtained from: debian |
1.05_15 05 Feb 2014 01:59:19 |
lx |
Further remove remnants of stage support. |
1.05_15 04 Feb 2014 19:15:44 |
lx |
Remove STAGE support, it screws up the run scripts.
PR: 184949
Submitted by: issue reported by DrTebi |
1.05_15 07 Jan 2014 19:56:57 |
lx |
Add conflicts
Submitted by: ketas |
1.05_15 04 Jan 2014 00:35:04 |
lx |
Add stage support, update ipv6 patch, update root server IPs, change MAN
handling, etc.
PR: 184949
Submitted by: Brad Davis |
1.05_14 12 Dec 2013 05:05:56 |
eadler |
multiple: sync LEGAL
Sync LEGAL for djb related ports. I chose not to mark these ports as RESTRICTED
due to the mixed opinions of putting something into the public domain.
Approved by: portmgr (implicit) |
1.05_14 20 Sep 2013 16:31:58 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
1.05_14 23 Jul 2013 20:48:13 |
lx |
Add option to auto-add users for dnscache, tinydns and dnslog.
PR: ports/180069
Submitted by: Alexandre Biancalana <ale@biancalanas.net> |
1.05_14 22 May 2013 18:18:35 |
lx |
Dodge "WITH_IPV6" newly becoming the default, since it pulls in an unofficial
third-party patch and makes the version number go "backwards". |
1.05.b23_14 26 Mar 2013 07:43:15 |
bapt |
Finish converting dns to new options framework |
1.05_14 18 Feb 2012 00:34:05 |
lx |
Add DNSCurve support for dnscache, using Michael Dempsky's patch.
PR: ports/164833 |
1.05_13 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.05_13 04 Sep 2009 14:09:28 |
roam |
Update the djbdns IPv6 patch, loong overdue.
PR: 93560
Submitted by: Tim Bishop <tim@bishnet.net> |
1.05_13 29 Jun 2009 08:35:24 |
roam |
Unbreak the jumbo patch by hosting it locally.
Reported by: "B. Cook" <bcook@bsdwebsolutions.com>,
Brett Glass <brett@lariat.net> |
1.05_13 06 Mar 2009 16:20:17 |
roam |
Fix the AXFR subdomain overwrite vulnerability discovered by
Matthew Dempsky. Also, fix the quoting of the BROKEN messages.
PR: 132366, 132349
Submitted by: Renato Botelho <garga@FreeBSD.org>,
Howard Goldstein <hg@queue.to> |
1.05_12 24 May 2008 03:19:29 |
edwin |
Move MAINTAINER and COMMENT section to earlier in the Makefile to overcome
problem with defaults in bsd.port.mk
Noticed by: linimon@ |
1.05_12 24 May 2008 00:28:11 |
edwin |
Remove RESTRICTED keyword from djbdns port
According to http://cr.yp.to/distributors.html djbdns is
put into the public domain, therefore the port doesn't need
to be RESTRICTED.
PR: ports/122864
Submitted by: Björn Jonare <rksah@bredband.net>
Approved by: maintainer timeout |
1.05_11 29 Mar 2008 14:53:58 |
ru |
The OPTIONS parsing code in bsd.port.mk doesn't understand single
quotes in OPTIONS, but the bug in make's handing of .for loops
has been hiding this bug. make(1) from HEAD made this bug visible. |
1.05_11 04 Nov 2007 21:38:07 |
roam |
Update the address of the L root server as per ICANN's announcement at
http://blog.icann.org/?p=227
Bump PORTREVISION.
Approved by: portmgr (linimon) |
1.05_10 23 Sep 2006 15:31:43 |
roam |
Add in the SRV record patch by Michael Handler.
Note that this is another patch that conflicts with the jumbo patch.
PR: 69191
Submitted by: "Michal F. Hanula" <f@7f000001.org>,
Nick Barkas <snb@threerings.net> |
1.05_10 03 Sep 2006 17:26:50 |
kris |
RESTRICTED is intended here instead of NO_PACKAGE |
1.05_10 26 Nov 2005 00:42:03 |
pav |
- Add SHA256 |
1.05_10 07 Jul 2005 14:13:35 |
roam |
OPTIONS'ify, rename the WITH_DJBDNS_DUMPCACHE knob to WITH_DUMPCACHE,
invert WITHOUT_MAN to WITH_MAN, and add the jumbo patch almost like in
the PR.
Bump PORTREVISION.
PR: 65865
Submitted by: Andrey Slusar <vasallia@ukr.net> |
1.05_9 29 Dec 2004 08:05:50 |
roam |
Fix the parallel build when WITH_IPV6 is specified: the Makefile was
missing a couple of dependencies on the uint32.h header, so make(1) was
postponing its creation.
Bump PORTREVISION, since it is the same for the IPv6 and !IPv6 cases,
although this particular change does not affect the !IPv6 case at all.
PR: 75564
Submitted by: oHmEr <ohmer@epita.info> |
1.05_8 20 Apr 2004 15:43:03 |
roam |
Add the WITH_PERSISTENT_MMAP knob to enable Lennert Buytenhek's patch for
tinydns - keep the data.cdb file mmap'd for a second instead of reopening it
on each query. |
1.05_8 14 Apr 2004 06:48:12 |
roam |
Refrain from messing up the permissions on $PREFIX and $PREFIX/bin.
Pointed out by: dosirak via kris |
1.05_7 11 Mar 2004 07:45:28 |
roam |
Add Russ Nelson's ignoreip2 patch [1][2].
Add distribution site grouping for all the patches [1].
PR: 56951 [1], 64062 [2].
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> [1],
Thomas Vogt <thomas@bsdunix.ch> [2] |
1.05_6 30 Jan 2004 10:41:22 |
roam |
Update the address of B.ROOT-SERVERS.NET as per ICANN's 2004/01/29 change. |
1.05_5 29 Dec 2003 14:08:08 |
roam |
Correct the distsite for the dnscache-dumpcache patch.
PR: 60631
Submitted by: Paulius Bulotas <paulius@kaktusas.org> |
1.05_5 12 Dec 2003 12:15:58 |
roam |
Remove the final traces of my abortive attempt to reimplement
the libdjbdns library on my own :)
PR: 56950
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> |
1.05_5 24 Oct 2003 09:10:49 |
roam |
Update Gerrit Pape's manpages to the 20031023 version.
Remove files related to my abortive attempt to reimplement libdjbdns. |
1.05_4 05 Sep 2003 04:54:37 |
edwin |
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr |