summaryrefslogtreecommitdiff
path: root/dns
AgeCommit message (Collapse)Author
2006-01-07- fix option WITH_DLZ_OLDDirk Meyer
PR: 89023 Submitted by: Scot Hetzel
2006-01-07Upgrade to 5.3Edwin Groothuis
2005-12-30Add dns/p5-Data-Validate-Domain 0.03, a Perl module that provides domainAnton Berezin
validation methods.
2005-12-30Add dns/p5-Net-Domain-TLD 1.62, a Perl module to look up and validateAnton Berezin
TLDs.
2005-12-30[NEW PORT] dns/ldns: A library for programs conforming to DNS RFCs and draftsEdwin Groothuis
Ldns is a library to simplify implementaition of recent DNS RFCs. The goal is to allow depelopers to easily create software conforming to current RFCs and experimental software for current Internet drafts. Because ldns is written in C it should be a lot faster than Perl or other scripting languages. WWW: http://www.nlnetlabs.nl/ldns/ PR: ports/91042 Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> <saurbier@math.uni-bielefeld.de>
2005-12-30Update to 0.233Mario Sergio Fujikawa Ferreira
2005-12-28Update to 9.3.2, the latest from ISCDoug Barton
2005-12-21- Fix build on CURRENT.Andrej Zverev
This way devel/libevent can be fixed too.
2005-12-16Make the second RUN_DEPENDS +=Doug Barton
Pointy hat to: me Thanks to: kris
2005-12-14Upgrade to 0.55, an emergency release to fix a problem with TCPDoug Barton
sockets introduced in 0.54. Anyone who upgraded to 0.54 should upgrade to this version ASAP.
2005-12-13upgrade to 0.54, which contains many bug fixesDoug Barton
work around the fact that the crypto features of this library require dependencies which are not available to Perl < 5.6.2.
2005-12-13Be more friendly to other ports that might leave files hereDoug Barton
2005-12-12Update to 2.3.3Emanuel Haupt
PR: 90177 Submitted by: Konstantin Saurbier <Konstantin@math.uni-bielefeld.de> Approved by: Olafur Osvaldsson <oli@isnic.is> (maintainer)
2005-12-12- Update to 0.13Erwin Lansing
- Mark for perl 5.6.0 or higher.
2005-12-12Add dualserver 1.0 to ports/dns.Simon Barner
It is a combined DHCP/DNS server for small LANs. PR: ports/90216 Submitted by: Gabor Kovesdan
2005-12-06Update to 0.9803Sergey Skvortsov
Changes: http://search.cpan.org/src/RCAPUTO/POE-Component-Client-DNS-0.9803/CHANGES
2005-12-06Move the verify target after pre-fetch.Doug Barton
2005-12-04Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis
2005-12-04Update to 0.6.0Kirill Ponomarev
2005-12-01- Fix detection of device list by avoiding a conflict of the global portsSimon Barner
collection variable ${ARCH} and a variable of the same name in this port's Makefile - Bump PORTREVISION Reported by: Rudi Kramer <derth@wbs.co.za> on freebsd-ports: http://lists.freebsd.org/pipermail/freebsd-ports/2005-November/027809.html
2005-11-30Update port: dns/dnrd (bug fix release)Edwin Groothuis
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>
2005-11-30Add SHA256 hashes to my portsEmanuel Haupt
2005-11-27Committed the wrong version ... s#/usr/local#${LOCALBASE}#Doug Barton
2005-11-27Fix a long-standing problem that appears when users installDoug Barton
openssl from ports, and do not use the option to have the port version overwrite the base version. Several folks have mentioned this problem in the past, but a good workaround (and more importantly, solid testing) were provided by the submitter. Submitted by: Uffe Vedenbrant <uffe@vedenbrant.se>
2005-11-26- Add SHA256Pav Lucistnik
Approved by: maintainer
2005-11-26- Add SHA256Pav Lucistnik
2005-11-25- Style: ports@freebsd.org -> ports@FreeBSD.orgPav Lucistnik
2005-11-25- Move net/doc to dns/doc, which is a more suitable category for itPav Lucistnik
Approved by: maintainer timeout (sanpei; 1 month) Repocopy by: marcus
2005-11-25- Add SHA256 checksums to my portsSergei Kolobov
2005-11-25Unbreak powerdnsEdwin Groothuis
Change the Makefile so compiling against the LDAP library works again PR: ports/89477 Submitted by: Ralf van der Enden <tremere@cainites.net>
2005-11-25dns/idnkit: runidn does nothingEdwin Groothuis
nstallbug + non-function libidnkutres.la doesn't get installed. "Have you installed idnkit? I cannot find libidnkitres.la." When it is copied into /usr/local/lib, the errormessage disappears, but there is no function. At least by making it run, there is a chance that somebody will fix it.
2005-11-24- Add SHA256Pav Lucistnik
2005-11-24- Remove unused checksumPav Lucistnik
- Add SHA256
2005-11-24- StylePav Lucistnik
2005-11-24Add SHA256 checksums to my portsDoug Barton
2005-11-23- Update WWWEmanuel Haupt
- Add SHA256 hash PR: 89161 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: Jason DiCioccio <jd@ods.org> (maintainer)
2005-11-18Update to 0.231Mario Sergio Fujikawa Ferreira
2005-11-17- Better use of USE_RC_SUBR infrastructurePav Lucistnik
2005-11-17- Fix rc script and use modern USE_RC_SUBR infrastructurePav Lucistnik
PR: ports/83946 (inspired by) Approved by: maintainer timeout (se; 4 months)
2005-11-17Update to 0.6. Require perl from ports.Anton Berezin
2005-11-16Update WWWMarcus Alves Grando
Add SHA256 PR: 89158 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-11-15Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
2005-11-15o Permission safeness fix: files can become unaccessible dependingMario Sergio Fujikawa Ferreira
on umask(1) settings o Bump PORTREVISION
2005-11-14libnet update:Sergey Matveychuk
- move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com>
2005-11-14Be hipe and add SHA256Mathieu Arnold
2005-11-14Update to 1.3.5Mario Sergio Fujikawa Ferreira
Prompted by: edwin (FreeBSD Ports Version Check)
2005-11-13- add SHA checksumDirk Meyer
2005-11-12Move IDN related ports from devel to dns category:Pav Lucistnik
devel/libidn -> dns/libidn devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN Approved by: both maintainers Repocopy by: marcus
2005-11-11Add SHA256 checksumMario Sergio Fujikawa Ferreira
2005-11-11With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon
been inactive more than 6 months. We hope to see him back sometime.