non port: dns/dnrd/Makefile |
SVNWeb
|
Number of commits found: 40 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 66ee090 (Only the first 10 of 188 ports in this commit are shown above. )
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 )
|
Tue, 31 Aug 2021
|
[ 19:50 Bernhard Froehlich (decke) ] 111427c
dns/dnrd: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 29 Mar 2016
|
[ 01:06 amdmi3 ]
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Fix WWW:
|
Tue, 31 Mar 2015
|
[ 15:05 bapt ]
Remove useless pkg-install script
Cleanup makefile (option helpers)
Fix MASTER option
|
Fri, 11 Jul 2014
|
[ 18:11 leeym ]
- support stage
|
Wed, 2 Jul 2014
|
[ 20:22 antoine ] (Only the first 10 of 28 ports in this commit are shown above. )
Resetting maintainership on ports that have not been staged and without any
pending PR
With hat: portmgr
|
Tue, 10 Jun 2014
|
[ 07:39 olgeni ] (Only the first 10 of 388 ports in this commit are shown above. )
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)
|
Mon, 26 May 2014
|
[ 12:01 miwi ]
- Convert gmake to USES
Approved by: portmgr
|
Fri, 20 Sep 2013
|
[ 16:31 bapt ] (Only the first 10 of 165 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns)
|
Thu, 7 Mar 2013
|
[ 16:53 miwi ] (Only the first 10 of 36 ports in this commit are shown above. )
- Convert to OptionsNG
- Trim header
Reviewed by: bapt
|
Thu, 7 Feb 2013
|
[ 12:52 gahr ]
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: dns)
Approved by: portmgr
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
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
|
Mon, 27 Jun 2011
|
[ 17:54 crees ]
- Use USERS and GROUPS
PR: ports/157578
Submitted by: Chris Rees (utisoft@gmail.com)
Approved by: tabthorpe (co-mentor)
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
Wed, 13 Feb 2008
|
[ 10:30 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)
|
Thu, 4 May 2006
|
[ 21:41 edwin ] (Only the first 10 of 364 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with D
|
Wed, 30 Nov 2005
|
[ 21:37 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>
|
Tue, 6 Sep 2005
|
[ 12:10 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
|
Thu, 21 Jul 2005
|
[ 15:43 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
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Thu, 10 Feb 2005
|
[ 22:38 pav ]
- Update to 2.19
PR: ports/77347
Submitted by: Natanael Copa <ncopa@users.sourceforge.net> (maintainer)
|
Wed, 12 Jan 2005
|
[ 09:49 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>
|
Sat, 4 Dec 2004
|
[ 16:57 arved ]
Update to 2.17.2
PR: 74618
Submitted by: Natanael Copa <ncopa@users.sourceforge.net>
|
Mon, 8 Nov 2004
|
[ 07:40 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
|
Wed, 13 Oct 2004
|
[ 13:47 krion ]
Update to 2.16.1
PR: ports/72637
Submitted by: Natanael Copa <ncopa@users.sourceforge.net>
|
Tue, 12 Oct 2004
|
[ 09:57 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
|
[ 01:12 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>
|
Fri, 13 Aug 2004
|
[ 17:59 pav ]
- Update to 2.14.1
PR: ports/70404
Submitted by: Natanael Copa <ncopa@users.sourceforge.net>
|
Wed, 28 Jul 2004
|
[ 21:54 pav ]
- Fix few obvious problems with rc script
|
[ 20:53 pav ] (Only the first 10 of 17 ports in this commit are shown above. )
- Update to 2.14
- Add rc script
PR: ports/69669 (based on)
Submitted by: Natanael Copa <mlists@tanael.org>
|
Sat, 10 Apr 2004
|
[ 17:26 trevor ] (Only the first 10 of 218 ports in this commit are shown above. )
Tidy up whitespace.
|
Thu, 5 Feb 2004
|
[ 20:38 trevor ] (Only the first 10 of 804 ports in this commit are shown above. )
Use PLIST_FILES.
Reviewed by: marcus
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Sat, 3 Jan 2004
|
[ 05: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>
|
Mon, 3 Nov 2003
|
[ 22:04 edwin ]
fix mastersites, fix pkg-descr WWW
|
[ 00:54 kris ] (Only the first 10 of 25 ports in this commit are shown above. )
Reset maintainer of ports owned by inactive committers who were just retired.
|
Fri, 5 Sep 2003
|
[ 04:54 edwin ] (Only the first 10 of 55 ports in this commit are shown above. )
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
|
Number of commits found: 40 |