Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.20.3_3 04 Aug 2024 13:19:16 |
Rene Ladan (rene) |
dns/dnrd: Remove expired port
2024-05-31 dns/dnrd: Abandonware, last release in 2007 and last activity in
2010. Consider using Unbound, dns/dnsmasq or dns/blocky |
2.20.3_3 10 Jun 2024 11:09:49 |
Alexander Leidinger (netchild) |
dns/dnrd: make the rc script service jails aware |
2.20.3_2 01 May 2024 00:04:47 |
Daniel Engberg (diizzy) |
dns/dnrd: Deprecate and set expiration date to 2024-05-31
Abandonware that hasn't seen activity in a decade, redirect users
to Unbound, dns/dnsmasq or dns/blocky |
2.20.3_2 09 Jan 2024 13:27:13 |
Baptiste Daroussin (bapt) |
MAN[4-8]PREFIX: eleminate its usage and move man to share/man |
2.20.3_1 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
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) |
2.20.3_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 ) |
2.20.3_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 ) |
2.20.3_1 31 Aug 2021 19:50:04 |
Bernhard Froehlich (decke) |
dns/dnrd: Add CPE information
Approved by: portmgr (blanket) |
2.20.3_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.20.3_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.20.3_1 29 Mar 2016 01:06:26 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Fix WWW: |
2.20.3_1 31 Mar 2015 15:05:20 |
bapt |
Remove useless pkg-install script
Cleanup makefile (option helpers)
Fix MASTER option |
2.20.3 27 Oct 2014 12:13:23 |
bapt |
Cleanup plist |
2.20.3 11 Jul 2014 18:11:18 |
leeym |
- support stage |
2.20.3 02 Jul 2014 20:22:56 |
antoine |
Resetting maintainership on ports that have not been staged and without any
pending PR
With hat: portmgr |
2.20.3 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
2.20.3 26 May 2014 12:01:20 |
miwi |
- Convert gmake to USES
Approved by: portmgr |
2.20.3 20 Sep 2013 16:31:58 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
2.20.3 07 Mar 2013 16:53:46 |
miwi |
- Convert to OptionsNG
- Trim header
Reviewed by: bapt |
2.20.3 07 Feb 2013 12:52:44 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: dns)
Approved by: portmgr |
2.20.3 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
2.20.3 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
2.20.3 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
2.20.3 27 Jun 2011 17:54:21 |
crees |
- Use USERS and GROUPS
PR: ports/157578
Submitted by: Chris Rees (utisoft@gmail.com)
Approved by: tabthorpe (co-mentor) |
2.20.3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.20.3 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.20.3 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
2.20.3 13 Feb 2008 10:30:15 |
araujo |
- Update to 2.20.3. [1]
- Use SF macro. [1]
- Added new OPTIONS. [1]
- Fixed and changed pkg-install to FILESDIR. [1]
- Change maintainer mail address. [2]
PR: ports/120136
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> [1]
Approved by: Natanael Copa <ncopa@users.sourceforge.net> (maintainer) [2]
stas (mentor, implicit) |
2.20.1 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
2.20.1 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
2.20.1 30 Nov 2005 21:37:53 |
edwin |
Update port: dns/dnrd (bug fix release)
DNRD will always bind to all interfaces, even if the user specifically
says it should bind to only one, using the -a option.
PR: ports/89774
Submitted by: Natanael Copa <natanael.copa@gmail.com> |
2.20 06 Sep 2005 12:10:46 |
garga |
- Update to 2.20 [1]
- OPTIONS'ify
- Use PORTDOCS
- Remove 3 lines pkg-plist
- Move dnrd.sh to dnrd.sh.in and use USE_RC_SUBR facility
PR: ports/85744 [1]
Submitted by: maintainer [1]
Reworked by: myself
Approved by: maintainer |
2.19.1 21 Jul 2005 15:43:04 |
pav |
- Update to 2.19.1
PR: ports/83851
Submitted by: Natanael Copa <ncopa@users.sourceforge.net> (maintainer)
Security: CAN-2005-2315, CAN-2005-2316 |
2.19 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
2.19 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
2.19 10 Feb 2005 22:38:58 |
pav |
- Update to 2.19
PR: ports/77347
Submitted by: Natanael Copa <ncopa@users.sourceforge.net> (maintainer) |
2.18 12 Jan 2005 09:49:38 |
edwin |
Update port: dns/dnrd version 2.18
Version bump. This release fixes segfault in argument
parsing. Cleaned -h output (remved longopts when they are
unavailable) Improved signal handling and blacklist feature
added. Proper handling of paths in documentation.
I implemeted a pselect in lib.c for BSD 4.x support. Please
let me know if this could be handeled in a better way.
PR: ports/76060
Submitted by: Natanael Copa <ncopa@users.sourceforge.net> |
2.17.2 04 Dec 2004 16:57:34 |
arved |
Update to 2.17.2
PR: 74618
Submitted by: Natanael Copa <ncopa@users.sourceforge.net> |
2.17.1 08 Nov 2004 07:40:55 |
vs |
Update to 2.17.1:
This version introduce random source ports to
reduce the risk of getting the cache poisoned.
Assign maintainership to submitter/author.
PR: ports/73420
Submitted by: Natanael Copa |
2.16.1 13 Oct 2004 13:47:53 |
krion |
Update to 2.16.1
PR: ports/72637
Submitted by: Natanael Copa <ncopa@users.sourceforge.net> |
2.16 12 Oct 2004 09:57:28 |
sergei |
- Update to 2.16 - this fixes various bugs and adds random query IDs
to prevent cache poisoning.
PR: ports/72522
Submitted by: Natanael Copa <ncopa@users.sourceforge.net>
While I'm here:
- Rework installation mechanism - use do-install target
- Respect NOPORTDOCS
- Install samples into EXAMPLESDIR
- Use DOCSDIR and EXAMPLESDIR macros in pkg-plist |
2.15 12 Oct 2004 01:12:13 |
edwin |
Update port: dnrd [maintainer update]
Update of dnrd. The TCP support is totally broken in previous
versions. Even if it should work in this verion it is
disabled by default. (The code was so ugly). It can be
enabled with WITH_TCP.
In this version it is also possible to disable the MASTER
file support. So dnrd can be a compiled as proxy only.
WITHOUT_MASTER.
PR: ports/71770
Submitted by: Natanael Copa <ncopa@users.sourceforge.net> |
2.14.1 13 Aug 2004 17:59:12 |
pav |
- Update to 2.14.1
PR: ports/70404
Submitted by: Natanael Copa <ncopa@users.sourceforge.net> |
2.14 28 Jul 2004 21:54:57 |
pav |
- Fix few obvious problems with rc script |
2.14 28 Jul 2004 20:53:08 |
pav |
- Update to 2.14
- Add rc script
PR: ports/69669 (based on)
Submitted by: Natanael Copa <mlists@tanael.org> |
2.10_2 10 Apr 2004 17:26:55 |
trevor |
Tidy up whitespace. |
2.10_2 05 Feb 2004 20:38:07 |
trevor |
Use PLIST_FILES.
Reviewed by: marcus |
2.10_2 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.10_1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
2.10_1 03 Jan 2004 05:42:42 |
edwin |
dns/dnrd: recv_addr init wrong and 512 byte udp packets dropped
There are a few bugs in dnrd that should probably be fixed
by the author but could be made to work on bsd:
1. Initialization in common.h of recv_addr is broken,
causing at least the '-a' switch not to work. Instead of
assuming positions of fields in the struct across platforms
I thought it safer to do a standard initialization in main().
2. The buffer overflow code in udp.c:dnsrecv() is off by
one, rejecting messages where the size exactly fills the
available buffer. I also changed to the calls to dnsrecv
to pass 512 as the max size instead of the buffers that
seem to be padded by 4 bytes for a reason I don't understand.
This causes a calling named to resend packets. Eventually
one seems to get through but response times can be painfully
slow.
PR: ports/41128
Submitted by: Michael C. Adler <mad1@tapil.com> |
2.10 03 Nov 2003 22:04:09 |
edwin |
fix mastersites, fix pkg-descr WWW |
2.10 03 Nov 2003 00:54:32 |
kris |
Reset maintainer of ports owned by inactive committers who were just retired. |
2.10 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 |