non port: dns/adns/Makefile |
SVNWeb
|
Number of commits found: 42 |
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 )
|
Fri, 8 Oct 2021
|
[ 09:03 Bernhard Froehlich (decke) ] 2f47e58
dns/adns: 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.
|
Thu, 20 Aug 2020
|
[ 15:01 zeising ]
dns/adns: Update to 1.6.0
Update dns/adns to 1.6.0.
This fixes several security issues in adns.
This fixes the build with -fno-common, which is the default with llvm 11.
PR: 248780
Approved by: pi@ (maintainer)
MFH: 2020Q3
Security: 08de38d2-e2d0-11ea-9538-0c9d925bbbc0
|
Sun, 14 Jan 2018
|
[ 21:38 bapt ]
Remove wrong build dependency on m4
The only thing that depends on m4 is for building the testsuite, not the regular
program
|
Fri, 2 Dec 2016
|
[ 11:58 mat ] (Only the first 10 of 119 ports in this commit are shown above. )
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Sun, 21 Aug 2016
|
[ 19:50 pi ]
dns/adns: 1.5.0 -> 1.5.1
- Portability fix for systems where socklen_t is bigger than int.
- Fix for malicious optimisation of memcpy in test suite, which
causes failure with gcc-4.1.9 -O3. See Debian bug #772718.
- Fix TCP async connect handling. The bug is hidden on Linux and on most
systems where the nameserver is on localhost. If it is not hidden,
adns's TCP support is broken unless adns_if_noautosys is used.
- Fix addr queries (including subqueries, ie including deferencing MX
lookups etc.) not to crash when one of the address queries returns
tempfail. Also, do not return a spurious pointer to the application
when one of the address queries returns a permanent error (although,
the application almost certainly won't use this pointer because the
associated count is zero).
- adnsresfilter: Fix addrtextbuf buffer size. This is not actually a
problem in real compiled code but should be corrected.
- Properly include harness.h in adnstest.c in regress/. Suppresses
a couple of compiler warnings (implicit declaration of Texit, etc.)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 26 Aug 2015
|
[ 18:22 amdmi3 ]
- Switch to options helpers
- DOCS is not needed in OPTIONS_DEFAULT
Approved by: portmgr blanket
|
Sat, 9 May 2015
|
[ 08:43 pi ]
dns/adns: pet PORTSCOUT
|
Fri, 8 May 2015
|
[ 11:00 pi ]
dns/adns: Add another weird version number to PORTSCOUT, fix patches
|
Sat, 22 Nov 2014
|
[ 13:25 pi ]
dns/adns: 1.5.0rc0 -> 1.5.0
Changes since 1.4:
http://www.chiark.greenend.org.uk/pipermail/adns-announce/2014/000002.html
|
Sat, 25 Oct 2014
|
[ 12:09 pi ]
dns/adns: 1.4 -> 1.5.0~rc0
New features:
* Support for queries about IPv6 data in all applicable adns
query types (including AAAA, PTR, and adns_r_addr queries).
(Thanks very much to Mark Wooding.)
* Support for transport over IPv6. (Thanks to Mark Wooding again.)
* adns_addr2text and adns_text2addr: Convenient functions for
converting between addresses and address literals.
Bugfixes:
* Fix a crashing bug in adnslogres. (Debian#392102.)
* Do all checks of checked PTR owner name before actually sending the
query, and reject IPv4 PTR owner names whose labels have leading zero
digits or values >255. (Only the first 15 lines of the commit message are shown above )
|
Tue, 23 Sep 2014
|
[ 20:20 pi ]
dns/adns: include lucab's ipv6 patch, take maintainership
PR: 178364
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com>
|
Tue, 15 Jul 2014
|
[ 23:11 adamw ] (Only the first 10 of 115 ports in this commit are shown above. )
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
|
Thu, 10 Oct 2013
|
[ 00:03 madpilot ]
- Convert to staging
- Convert to USES=gmake
|
Thu, 26 Sep 2013
|
[ 19:22 eadler ]
I no longer have specific need for this port and would prefer to maintain fewer
ports.
|
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)
|
Tue, 16 Jul 2013
|
[ 21:59 eadler ] (Only the first 10 of 38 ports in this commit are shown above. )
Remove now excess verbiage.
Reviewed by: bapt
|
Sat, 6 Jul 2013
|
[ 17:27 eadler ] (Only the first 10 of 11 ports in this commit are shown above. )
Convert some of my ports from USE_GMAKE to USES=gmake.
The remainder have other pending patches which I must finish before conversion.
|
Sat, 20 Oct 2012
|
[ 15:36 eadler ]
Convert to OptionsNG
Feature safe: yes
|
Sat, 6 Oct 2012
|
[ 14:35 eadler ] (Only the first 10 of 44 ports in this commit are shown above. )
Trim the headers in the ports I maintain.
|
Wed, 25 Jul 2012
|
[ 06:32 cs ] (Only the first 10 of 125 ports in this commit are shown above. )
Fix typos in COMMENT
|
Sun, 21 Aug 2011
|
[ 20:51 eadler ] (Only the first 10 of 30 ports in this commit are shown above. )
- change the email address I use to maintain ports
Approved by: bapt (mentor)
|
[ 16:12 eadler ] (Only the first 10 of 30 ports in this commit are shown above. )
- change the email address I use to maintain ports
Approved by: bapt (mentor)
|
Wed, 3 Aug 2011
|
[ 04:17 linimon ]
Assign to new volunteer.
PR: ports/159394
Submitted by: ports@eitanadler.com
|
Thu, 16 Jun 2011
|
[ 06:17 bapt ]
ftp master site no more available
|
Tue, 24 Mar 2009
|
[ 12:20 mm ]
- Mark MAKE_JOBS_SAFE for SMP compilation
|
Mon, 9 Mar 2009
|
[ 19:29 miwi ] (Only the first 10 of 60 ports in this commit are shown above. )
- Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by: portmgr (linimon)
|
Tue, 21 Aug 2007
|
[ 01:33 rafan ]
- Add a patch for chained CNAME
PR: ports/115297
Submitted by: rafan
Approved by: farrokhi (maintainer)
Obtained from: http://hugo.vulcano.cl/development/adns-cc
|
Wed, 8 Nov 2006
|
[ 09:28 farrokhi ] (Only the first 10 of 66 ports in this commit are shown above. )
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor)
|
Wed, 1 Nov 2006
|
[ 06:45 miwi ]
- Update to 1.4
- INSTALLS_SHLIB -> USE_LDCONFIG
PR: ports/104801
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer)
|
Tue, 4 Jul 2006
|
[ 12:20 arved ]
Fix installation of libadns.so.1
Bump PORTREVISION
Reported by: Johan Bergs <johan.bergs@ua.ac.be>
Submitted by: "Babak Farrokhi" <babak@farrokhi.net>
Pointy hat to: arved
|
Sun, 2 Jul 2006
|
[ 16:24 stefan ]
- Update to 1.3.
- Assign maintainership to submitter.
PR: 99434
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Approved by: arved (mentor)
|
Mon, 24 Apr 2006
|
[ 02:43 marcus ]
Fix the adns library version so it matches the internal soname. This sets
the lib version back to 1, but since the dependencies still linked to
libadns.so.1 even when the installed file was libadns.so.12, a new
PORTREVISION bump is not needed.
|
Thu, 20 Apr 2006
|
[ 14:01 sem ]
- Update to version 1.2
- Respect NOPORTDOCS
- Add a HTTP master site
PR: ports/96096
Submitted by: Martin Matuska <martin@matuska.org>
|
Tue, 18 Jan 2005
|
[ 22:04 clement ]
- Update to 1.1
|
Sun, 5 Dec 2004
|
[ 05:13 linimon ]
With portmgr hat on, reset bouncing maintainer address. All of the commits
within the last year have been with maintainer timeouts, as well.
|
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)
|
Wed, 24 Sep 2003
|
[ 09:37 osa ] (Only the first 10 of 143 ports in this commit are shown above. )
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
|
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: 42 |