aboutsummaryrefslogtreecommitdiffstats
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-2/+0
| | | | MAKE_ENV
* - Update to 2.45miwi2008-07-242-4/+4
| | | | Approved by: maintainer implicit
* Update my ports to my freebsd addresspgollucci2008-07-231-1/+1
| | | | Approved by: araujo (mentor)
* - Separate OpenLDAP related code into bsd.ldap.mkpav2008-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change default OpenLDAP version to 2.4 - Remove OpenLDAP 2.2 support, the port has been gone for some time now - Add -DDEPRECATED to CFLAGS for all OpenLDAP using ports PR: ports/123602, ports/124115, ports/125605 Submitted by: delphij, Jens Rehsack <rehsack@web.de>, Yuri Pankov <yuri.pankov@gmail.com> - Remove USE_GTK, it's no longer used PR: ports/123528 Submitted by: mezz - Use PATCH_WRKSRC instead of WRKSRC in do-patch target PR: ports/124169 Submitted by: Max Brazhnikov <makc@issp.ac.ru> - Remove USE_XPM, it's been replaced by USE_XORG+=xpm PR: ports/124506 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> - Minor fixups for bsd.port.mk PR: ports/122675 Submitted by: linimon - Remove stale comment about USE_GETOPT_LONG PR: ports/124521 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> - Correct comment about default fetch arguments PR: ports/125334 Submitted by: Gary Palmer <freebsd-gnats@in-addr.com>
* - respect NOPORTDOCS and NOPORTEXAMPLESitetcu2008-07-202-11/+13
| | | | | | | | | - fix plist - use SF macro while here - bump PORTREVISION Prompted by: QA Tindy run Approved by: maintainer timeout on BotMail
* - Update to 1.6.0miwi2008-07-202-5/+5
| | | | | PR: 125774 Submitted by: Martin Jackson <mhjacks@swbell.net>
* - Update to 2.43miwi2008-07-192-4/+4
| | | | Approved by: maintainer implicit
* Master site update.wxs2008-07-171-1/+1
| | | | | PR: ports/125612 Submitted by: rscheckelhoff@fourcalorieservers.com (maintainer)
* Add an OPTION to turn on the ability of dns/host/nslookup to dodougb2008-07-173-0/+15
| | | | | | | | DNSSEC validation. This is off by default, so no PORTREVISION bump. Submitted by: Andrei V. Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
* - Update to 1.0.1sem2008-07-174-20/+9
|
* Bump PORTREVISION for the patch to named-checkconfdougb2008-07-121-2/+9
| | | | | Add the logic for the THREADS OPTION to be on for 7-RELEASE and above (and off otherwise) that I'm using in dns/bind95
* Add a patch to fix named-checkconf. The error condition was not beingdougb2008-07-121-0/+15
| | | | | | properly tested for, so it would not report the error in some cases. Thanks to marck@FreeBSD and mark@ISC for tracking this one down.
* Strengthen the wording regarding the THREADS OPTION for <FreeBSD-7dougb2008-07-122-2/+2
|
* Upgrade to the -P1 versions of each port, which add stronger randomizationdougb2008-07-108-33/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the UDP query-source ports. The server will still use the same query port for the life of the process, so users for whom the issue of cache poisoning is highly significant may wish to periodically restart their server using /etc/rc.d/named restart, or other suitable method. In order to take advantage of this randomization users MUST have an appropriate firewall configuration to allow UDP queries to be sent and answers to be received on random ports; and users MUST NOT specify a port number using the query-source[-v6] option. The avoid-v[46]-udp-ports options exist for users who wish to eliminate certain port numbers from being chosen by named for this purpose. See the ARM Chatper 6 for more information. Also please note, this issue applies only to UDP query ports. A random ephemeral port is always chosen for TCP queries. This issue applies primarily to name servers whose main purpose is to resolve random queries (sometimes referred to as "caching" servers, or more properly as "resolving" servers), although even an "authoritative" name server will make some queries, primarily at startup time. This update addresses issues raised in: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1447 http://www.kb.cert.org/vuls/id/800113 http://tools.ietf.org/html/draft-ietf-dnsext-forgery-resilience
* - Update to 3.1.7miwi2008-07-082-10/+19
| | | | | PR: 125364 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer)
* Update CONFLICTS:dougb2008-07-045-5/+5
| | | | | | 1. To take bind95 into account 2. s/bind9-sdb-ldap/bind9-sdb-mysql/ 3. Delete references to BIND 8
* Hook bind95 up to the builddougb2008-07-041-0/+1
|
* Make CONFLICTS a little cleanerdougb2008-07-044-4/+8
| | | | Add README.idnkit to PORTDOCS
* Update for 9.5.0dougb2008-07-038-60/+114
| | | | | | | | | | | | | | | | | | | | | Some of the important features of BIND 9 are: DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests) IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA) Experimental IPv6 Resolver Library DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0 Improved standards conformance Views: One server process can provide multiple "views" of the DNS namespace, e.g. an "inside" view to certain clients, and an "outside" view to others. Multiprocessor Support, including working threads in this version BIND 9.5 has a number of new features over previous versions, including: GSS-TSIG support (RFC 3645), DHCID support Experimental http server and statistics support for named via xml More detailed statistics counters, compatible with the ones supported in BIND 8 Faster ACL processing Efficient LRU cache cleaning mechanism. NSID support (RFC 5001).
* - Assign to new maintainerpav2008-07-031-1/+1
| | | | Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> (the new maintainer)
* - Update to 3.0.20080625miwi2008-06-292-5/+5
| | | | | PR: 125071 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* use NO_INSTALL_MANPAGES, instead of NOPORTDOCSsanpei2008-06-281-1/+1
| | | | Pointyhat by: itetcu@
* - Update to 3.0.20080406jadawin2008-06-263-47/+5
| | | | | PR: ports/125005 Submitted by: Ralf van der Enden <tremere cainites.net> (maintainer)
* add MASTER_SITE and MASTER_SITE_SUBDIRsanpei2008-06-251-1/+3
| | | | | | (original site was too busy) Submitted by: pav at FreeBSD.org
* - Update to 5.5jadawin2008-06-252-4/+4
| | | | Approved by: mentor (implicit)
* - Chase rrdtool 1.3.0 update, bump PORTREVISIONrafan2008-06-241-1/+1
| | | | | PR: ports/124749 Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)
* - Drop maintainershipaz2008-06-242-2/+2
|
* - Update to 1.4.4miwi2008-06-212-4/+4
| | | | Approved by: maintainer implicit
* - Update to 2.42miwi2008-06-212-4/+4
| | | | Approved by: maintainer implicit
* Use the email address from the FreeBSD project for my ports.ed2008-06-201-1/+1
| | | | | | | Rink Springer also asked me if he could maintain his own ports. Change maitainership of games/sudsol, net/freedbd and net/kissd to Rink. Approved by: philip (mentor), rink
* Respect NOPORTDOCSehaupt2008-06-191-0/+3
|
* Reset maintainership (the domain has expired):pav2008-06-181-1/+1
| | | | | | | | | <joe@joeholden.co.uk> (reason: 553 5.3.5 system config error) ----- Transcript of session follows ----- 553 5.3.5 127.0.0.1. config error: mail loops back to me (MX problem?) 554 5.3.5 Local configuration error
* - with USE_OPENSSL, users can choose base OpenSSL or the one in the portssem2008-06-172-1/+26
| | | | | | | | - fix configure script so that WITHOUT_LIBEVENT works - install some docs PR: ports/123853 Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
* [Update] dns/py-dns : update to 2.3.1edwin2008-06-162-7/+5
| | | | | | | | update to 2.3.1 from 2.3.0 PR: ports/123669 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer timeout
* Drop maintainership.lioux2008-06-161-1/+1
|
* - don't install libidn-components.png in DOCSDIR if -DNOPORTDOCSitetcu2008-06-151-1/+5
| | | | | | - bump PORTREVISION Approved by: maintainer timeout
* Fix opendbx backend bugs.wxs2008-06-092-1/+42
| | | | | | | | Bump PORTREVISION. PR: ports/124163 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Approved by: garga (mentor, implicit)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-0613-6/+13
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Major autotools-related update:ade2008-06-061-0/+3
| | | | | | | | | | | | | | automake 1.10 -> 1.10.1 gettext 0.16.1 -> 0.17 libtool 1.5.24 -> 1.5.26 m4 1.4.9 -> 1.4.11 Please see ports/UPDATING entry 20080605 for further information. PR: 123450 Tested by: Full -exp package building run Thanks to: linimon, pav Approved by: portmgr
* Update to version 9.3.5. It contains the latest bug fixes, updatesdougb2008-06-025-22/+19
| | | | | | | | | | | to root server addresses, and a fix for the vulnerability mentioned here: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0122 Users of BIND 9.3.x are strongly encouraged to upgrade to this version. Also, the 9.3.x branch is now in maintenance-only mode. Users are encouraged to investigate BIND 9.4.x or perhaps 9.5.x. http://www.isc.org/index.pl?/sw/bind/versions_and_support.php
* Update the pkg-message to be even less version-specific, and tell the userdougb2008-06-023-27/+24
| | | | that /etc/rc.d/named will handle everything for them.
* MASTER_SITES has changed.wxs2008-05-311-1/+1
| | | | | | PR: ports/124095 Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer) Approved by: garga (mentor, implicit)
* Update to 1.0mat2008-05-292-5/+4
|
* Move MAINTAINER and COMMENT section to earlier in the Makefile to overcome ↵edwin2008-05-241-6/+6
| | | | | | problem with defaults in bsd.port.mk Noticed by: linimon@
* Remove RESTRICTED keyword from djbdns portedwin2008-05-241-3/+1
| | | | | | | | | | 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
* UDNS is a stub DNS resolver library with ability to perform both synchronousmm2008-05-245-0/+84
| | | | | | and asynchronous DNS queries. WWW: http://www.corpit.ru/mjt/udns.html
* - Update to 1.0sem2008-05-224-17/+16
|
* - Fix a typo like mistakes. No functional changes.sem2008-05-142-2/+2
| | | | Reported by: W.C.A. Wijngaards <wouter at nlnetlabs.nl>
* Update to 1.8krion2008-05-144-5/+7
|
* - Update to lastest version (20080321)jadawin2008-05-132-4/+4
| | | | | | PR: ports/123583 Submitted by: Mark Foster <mark@foster.cc> (maintainer) Approved by: mentor (implicit)
* - update to 0.16leeym2008-05-112-4/+4
|
* PowerDNS is an advanced DNS server, which allows for several differentjadawin2008-05-0710-256/+94
| | | | | | | | | | | | backends. Current backends include MySQL, PostgreSQL, bind, etc. License: GPL V2 WWW: http://www.powerdns.com/ PR: ports/122948 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: thierry (mentor)
* ¦‡/jadawin2008-05-073-6/+9
|
* - unbound runned in chroot by default. it brings us a problem withsem2008-05-074-15/+8
| | | | pid file. place it to PREFIX/etc/unbound as an author do.
* - New port dns/p5-Net-DNS-Async-1.0.6beech2008-05-075-0/+38
| | | | | | | Net::DNS::Async is a fire-and-forget asynchronous DNS helper. PR: ports/123382 Submitted by: Sahil Tandon <sahil at tandon.net>
* - Update to 3.1.6miwi2008-05-022-4/+4
| | | | | PR: 123322 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer)
* Update to 0.09.tobez2008-05-022-4/+4
| | | | Changes: http://search.cpan.org/dist/Data-Validate-Domain/Changes
* - Update to 0.90clsung2008-04-302-4/+4
| | | | Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
* - PORTREVISION bump after the last change.sem2008-04-301-0/+1
| | | | Discussed with: bsam
* - USE_LDCONFIG should be theresem2008-04-291-0/+1
|
* - New port: dns/unboundsem2008-04-2910-0/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unbound is designed as a set of modular components, so that also DNSSEC (secure DNS) validation and stub-resolvers (that do not run as a server, but are linked into an application) are easily possible. Goals: * A validating recursive DNS resolver. * Code diversity in the DNS resolver monoculture. * Drop-in replacement for BIND apart from config. * DNSSEC support. * Fully RFC compliant. * High performance o even with validation. * Used as o stub resolver. o full caching name server. o resolver library. * Elegant design of validator, resolver, cache modules. o provide the ability to pick and choose modules. * Robust. * In C, open source: The BSD license. * Smallest as possible component that does the job. * Stub-zones can be configured (local data or AS112 zones). Non-goals: * An authoritative name server. * Too many Features. WWW: http://unbound.net
* Update to 2.0.6edwin2008-04-292-6/+5
|
* Reset aaron's port maintainerships due to many maintainer-timeouts.linimon2008-04-291-1/+1
|
* Update to 5.4edwin2008-04-294-23/+24
|
* - Update to 0.7.9rafan2008-04-273-20/+21
| | | | | | | - Use ETCDIR PR: ports/122834 Submitted by: Alexander Logvinov <ports at logvinov.com> (maintainer)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-204-5/+4
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-1713-25/+13
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* - Update to 1.18clsung2008-04-162-4/+4
| | | | Changes: http://search.cpan.org/dist/Net-Nslookup/Changes
* - Update to 1.17clsung2008-04-062-13/+6
| | | | Changes: http://search.cpan.org/dist/Net-Nslookup/Changes
* - Update to 3.1.5rafan2008-04-056-470/+60
| | | | | | PR: ports/122360 Submitted by: Sten Spans <sten at blinkenlights.nl> (maintainer) Security: http://doc.powerdns.com/powerdns-advisory-2008-01.html
* Update to 0.5mat2008-04-033-15/+15
|
* - Fix tmp directory creation in cgi script. Bump PORTREVISION for this.rafan2008-03-302-6/+15
| | | | | - Add trailing slash for INSTALL_* destinations - Make DATADIR really configurable
* The OPTIONS parsing code in bsd.port.mk doesn't understand singleru2008-03-291-7/+7
| | | | | 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.
* Use MASTER_SITE_CRITICALehaupt2008-03-285-11/+5
|
* Use the proper script to install scripts.edwin2008-03-232-1/+26
|
* Update to 1.0.0.1edwin2008-03-213-6/+6
| | | | | PR: ports/121926 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
* - Update to 2.41miwi2008-03-212-4/+4
| | | | Approved by: maintainer implicit
* - Remove USE_GETOPT_LONG which is a no-op since March 200pav2008-03-204-5/+0
|
* - use CPAN macroleeym2008-03-201-5/+9
| | | | | | | | | - fix dependency - bump PORTREVISION PR: 121206 Submitted by: leeym Approved by: maintainer timeout
* Update to version 0.63, which has a couple of bug fixes, including:dougb2008-03-172-9/+7
| | | | | | | | | | | | | Fix rt.cpan.org #30316 Security issue with Net::DNS Resolver. Net/DNS/RR/A.pm in Net::DNS 0.60 build 654 allows remote attackers to cause a denial of service (program "croak") via a crafted DNS response (http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-6341). Packet parsing routines are now enclosed in eval blocks to trap exception and avoid premature termination of user program. Used ideas from: PR: ports/120702 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
* Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.comedwin2008-03-132-2/+4
| | | | | | | | where the portname does not match the projects hostname. PR: ports/121453 (related) Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: pav@
* - Update to 0.14clsung2008-03-012-4/+4
| | | | Changes: http://search.cpan.org/dist/POE-Component-Server-DNS/Changes
* - Update to 0.36clsung2008-03-012-4/+4
| | | | Changes: http://search.cpan.org/dist/Net-DNS-ToolKit/Changes
* - Update to 1.2.2gabor2008-02-253-7/+6
| | | | | | | | - Update MAINTAINER address PR: ports/120847 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer
* - Update to 0.05gabor2008-02-212-4/+4
| | | | | | PR: ports/120806 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
* - update to 0.91leeym2008-02-172-8/+8
|
* - Update to 1.3miwi2008-02-132-4/+4
| | | | | | PR: 120364 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer
* - Update to 2.20.3. [1]araujo2008-02-134-25/+81
| | | | | | | | | | | | - 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)
* - With the rollout of IPv6 for a.root-servers.net, it alwaysedwin2008-02-102-4/+4
| | | | | | took the IPv6 address even if you used the -4 option. - Fix false lame server issues with domains which have the higher domain in it (command.com for example).
* - Update to 0.10miwi2008-02-082-5/+5
| | | | | | | | - Update maintainer mail adress PR: ports/120108 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer
* - New port openresolv-1.1beech2008-02-027-0/+77
| | | | | | | A resolvconf compatible framework for managing /etc/resolv.conf. PR: ports/119171 Submitted by: Roy Marples <roy@marples.name> (maintainer)
* Add dnswall 0.1.4, a daemon that filters out private IP addresses in DNSehaupt2008-01-295-0/+53
| | | | | | | responses. It is designed to be used in conjunction with an existing recursive DNS resolver in order to protect networks against DNS rebinding attacks.
* - use non-version URL in pkg-descrleeym2008-01-281-1/+1
|
* Net::DNSBL::Statistics is the Perl module that collects statistics on themiwi2008-01-135-0/+45
| | | | | | | | | | interrogation success for a list of IP addresses against a list of DNSBL's. The module is used to implement the reproting script dnsblstat. WWW: http://search.cpan.org/dist/Net-DNSBL-Statistics/ PR: ports/119424 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
* - Update to 1.2.12.08miwi2008-01-112-5/+5
| | | | | | | | | - Drop Maintainership PR: 119470 Submitted by: Mark D. Foster <mark@foster.cc> Approved by: Alex Kapranoff <alex@kapranoff.ru> Security: http://www.vuxml.org/freebsd/f358de71-bf64-11dc-928b-0016179b2dd5.html
* - Bump PORTREVISION after rc script changedrafan2008-01-101-1/+1
|
* - Fix rc scriptrafan2008-01-101-1/+1
| | | | | | | | | | Actually, the maintainer submits the rc script which uses 'name=noip2'. After some discussion with him, I changed it to use noip in order to match its port name, but forget to properly set $command. Pointy hat to: rafan Reported by: Andrea Venturoli <ml at netfence.it> Approved by: maintainer (implicit)
* - Update to 2.0tabthorpe2008-01-092-5/+5
| | | | | | PR: ports/119443 Submitted by: Philippe Audeoud <jadawin tuxaco.net> Approved by: Mark D. Foster <mark@foster.cc> (maintainer)
* Remove the old bytes files for ancient Perl. These were behind adougb2008-01-091-2/+0
| | | | | | | | PLIST_SUB, so deleting them will not change the package. Therefore no PORTREVISION bump. PR: ports/119458 Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
* 1. Update to version 0.62. If you are doing uncommon things includingdougb2008-01-084-149/+4
| | | | | | | | directly frobbing packets or calling Net::DNS::RR->new_from_data() (which you should not be doing anyway) then you should read the changelog carefully and review/test your code before committing to this version. 2. Remove support for old Perl.
* - Update to 0.35clsung2008-01-062-4/+4
| | | | Changes:
* - Replace old style rc script by a RCng onerafan2008-01-035-26/+40
| | | | | PR: ports/119135 Submitted by: Kay Abendroth <kay.abendroth at raxion.net> (maintainer)
* Fix dependency list.bms2008-01-031-2/+2
| | | | | PR: ports/119029 Submitted by: Dima Panov
* - Update to 0.22tabthorpe2008-01-023-4/+7
| | | | | | PR: ports/119249 Submitted by: Philippe Audeoud <jadawin tuxaco.net> Approved by: Andy Greenwood <greenwood.andy gmail.com> (maintainer)
* Somebody accidently commited a test version of his Makefile...edwin2008-01-011-1/+0
|
* Update to 2.1.7 which includes the following changes:ehaupt2007-12-294-15/+15
| | | | | | | | | | | * updated noip2.c: added SkipHeaders() instead of the magic 6 line pass * Changed to ip1.dynupdate.no-ip.com for ip retrieval * added fclose() for stdin, stdout & stderr to child * made Force_Update work on 30 day intervals * added version number into shared mem and -S display PR: 118989 Submitted by: Kay Abendroth <kay.abendroth@raxion.net> (maintainer)
* Update to 1.67.tobez2007-12-202-5/+4
| | | | Changes: http://search.cpan.org/dist/Net-Domain-TLD/Changes
* Remove blars.orgedwin2007-12-203-0/+12
|
* - Fix build with gcc 4.2miwi2007-12-192-8/+242
| | | | | PR: 118791 Submitted by: Pietro Cerutti <gahr@gahr.ch>
* - Update to 3.0.7miwi2007-12-152-5/+5
| | | | | PR: 118059 Submitted by: Olafur Osvaldsson <oli@isnic.is> (maintainer)
* - Fix plist (%%ETCDIR%% removal)az2007-12-131-1/+2
| | | | Submitted by: pav@
* Bindgraph makes pretty query statistics about BIND servers. It was derivedrafan2007-12-138-0/+168
| | | | | | from well-known mailgraph package. WWW: http://www.linux.it/~md/software/
* - Update to 0.9miwi2007-12-122-4/+4
|
* - Update to 0.13miwi2007-12-122-4/+4
|
* - Add rc.d scriptaz2007-12-123-1/+56
| | | | | | | | | - Add tip in pkg-message - Provide sample config in %%ETCDIR%% - BUMP port revision PR: ports/118089 Submitted by: olli hauer <ohauer at gmx.de>
* Fix pkg-plist by including a new file.dougb2007-12-056-0/+6
| | | | | Pointy hat number N:M (where M = many) goes to: dougb Approved by: portmgr (erwin)
* ISC recently announced that BIND 8 has been End-of-Life'd:dougb2007-12-0319-667/+4
| | | | | | | | | | | http://www.isc.org/index.pl?/sw/bind/bind8-eol.php Therefore, per the previous announcement, remove the ports for BIND 8. This includes the chinese/bind8 slave port, and mail/smc-milter which has a dependency on libbind_r.a from BIND 8.x. The latter has been unmaintained since 2005, and is 3 versions behind. Approved by: portmgr (linimon)
* Update to BIND 9.4.2. Many bugs are fixed, please see the CHANGESdougb2007-12-0212-51/+42
| | | | | | file for more details. Approved by: portmgr (erwin)
* Update the address of the L root server as per ICANN's announcement atroam2007-11-052-4/+5
| | | | | | | http://blog.icann.org/?p=227 Bump PORTREVISION. Approved by: portmgr (linimon)
* - Update to 3.7.3tabthorpe2007-10-252-5/+4
| | | | | | PR: ports/117446 Submitted by: Philippe Audeoud <jadawin tuxaco.net> Approved by: radek raadradd.com (maintainer)
* - Update to 0.003leeym2007-10-233-9/+7
| | | | | | | | - Utilize PORTDOCS PR: 117399 Submitted by: leeym Approved by: maintainer
* - Update to 0.34clsung2007-10-172-4/+4
|
* Update to 1.2krion2007-10-103-5/+4
|
* Add dependency on security/p5-Digest-SHAerwin2007-10-091-0/+2
| | | | | PR: 117029 Submitted by: Olafur Gudmundsson <ogud@ogud.com>
* Add USE_PERL5.linimon2007-10-081-0/+1
|
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onlinimon2007-10-071-0/+1
| | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr
* - Sort category Makefilessat2007-10-061-1/+1
| | | | | Inspired by: Jason Harris <jharris@widomaker.com> Howto: http://twiki.cenkes.org/Cenkes/SortingCategoryMakefiles
* - Update to 0.33clsung2007-10-052-6/+5
|
* - Update to 0.80clsung2007-10-052-4/+4
|
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-044-20/+4
|
* Mark as broken with gcc4.2.linimon2007-10-021-1/+7
|
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-302-4/+4
| | | | | PR: ports/116639 Submitted by: aDe
* - Update to 20070510miwi2007-09-182-10/+4
| | | | | PR: 116418 Submitted by: Mark Foster <mark@foster.cc> (maintainer)
* - Update to 3.0.6miwi2007-09-142-4/+4
| | | | | PR: 116180 Submitted by: Olafur Osvaldsson <oli@isnic.is> (maintainer)
* Follow up of ports/115699 to make the port more PREFIX friendlyedwin2007-09-134-8/+13
| | | | Submitted by: Alex Samorukov <samm@os2.kiev.ua>
* [update] dns/inadyn 1.96.2 - removes gcc-3.4 dependencyedwin2007-09-105-10/+97
| | | | | | | | | | | | | | | I don't think this port has any specific to do with gcc-3.4 compiler; building with the gcc-4.2.0 (and the latest 4.2.1) is fine here. I also have added a few patch files, for hard-coded /etc/inadyn.conf, although a sample config /usr/local/etc/inadyn.conf.sample and an rc script to automate daemonization also need to added. But are not mandatory. PR: ports/115699 Submitted by: Balwinder S Dheeman <bdheeman@yahoo.com>
* - Update to 1.2.6gabor2007-09-083-5/+13
| | | | | - OPTIONSify - If does not exist, install a conf file from the sample
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-088-54/+8
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* - Update to 0.12clsung2007-09-072-6/+5
|
* - Update to 0.11clsung2007-09-072-5/+5
| | | | | | | - reset maintainer PR: ports/116146 Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
* - Backport multiline txt records support [1]miwi2007-09-072-1/+399
| | | | | | | | | | | | | | | - Bump PORTREVISION [1] Notes: powerdns-recursor 3.1.4 doesn't support multiline txt records, which are used by various dns information systems. 3.1.5 does have support for this. A backport of the code changes is relatively risk-free, and has been requested by users and port maintainers. http://www.nabble.com/recursor-unable-to-resolve-asn.routeviews.org-data-t4252567.html PR: 116029 Submitted by: Sten Spans <sten@blinkenlights.nl> (Maintainer)
* - Update to 9.4.1.1mm2007-09-054-20/+24
| | | | | | | | | PR: ports/115163 Submitted by: Aleksey Ovcharenko <aleksey.ovcharenko at gmail.com> Patch by: sumbitter, mm [1] Approved by: Hugo Meiland <hugo at chem.leidenuniv.nl> (maintainer) [1] fixed patch approved by maintainer timeout (14+ days)
* - Update to 2.40miwi2007-09-052-4/+4
| | | | Approved by: maintainer implicit
* 1. Add the patch for 8.4.7-P1, and bump PORTVERSION in a way that worksdougb2007-09-032-6/+24
| | | | | | | for us. 2. Tighten the list of master sites way down since almost all mirrors have dropped BIND 8.
* - Update to 0.73pav2007-09-022-5/+4
| | | | | PR: ports/115833 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz>
* Use the CPAN site macro.mat2007-08-311-5/+1
| | | | | Use DISTVERSION in place of DISTNAME where possible. Remove perl 5.005 shims.
* Begin the de-orbit burn for the beloved, but now more than a bit longdougb2007-08-282-0/+5
| | | | | | | | | | | | | | | | in the tooth BIND 8. As of today (27 August 2007) ISC has announced that BIND 8 is officially End of Life (EOL) and therefore it's time to say good-bye. Please see http://www.isc.org/sw/bind/bind8-eol.php for details on the reasoning behind the EOL status, the latest security issues, and a migration guide to help you move toward BIND 9.4.x. bind8 (BIND 8.3.7) is marked FORBIDDEN due to the predictable query ID bug (see above) which will not be fixed for this version. bind84 is marked DEPRECATED, and will be upgraded to 8.4.7-P1 when it is available.
* Net::DNSBL::MultiDaemon is the Perl module that implements the multi_dnsblitetcu2007-08-215-0/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | daemon. multi_dnsbl is a DNS emulator daemon that increases the efficacy of DNSBL look-ups in a mail system. multi_dnsbl may be used as a stand-alone DNSBL or as a plug-in for a standard BIND 9 installation. multi_dnsbl shares a common configuration file format with the Mail::SpamCannibal sc_BLcheck.pl script so that DNSBL's can be maintained in a common configuration file for an entire mail installation. Because DNSBL usefulness is dependent on the nature and source of spam sent to a specific site and because sometimes DNSBL's may provide intermittant service, multi_dnsbl interrogates them sorted in the order of greatest successful hits. DNSBL's that do not respond within the configured timeout period are not interrogated at all after 6 consecutive failures, and thereafter will be retried not more often than once every hour until they come back online. This eliminates the need to place DNSBL's in a particular order in your MTA's config file or periodically monitor the DNSBL statistics and/or update the MTA config file. WWW: http://search.cpan.org/~miker/Net-DNSBL-MultiDaemon-0.18/MultiDaemon.pm PR: ports/115639 Submitted by: Andrew Greenwood <greenwood.andy at gmail.com>
* - Update to 0.42clsung2007-08-212-6/+5
|
* - Add a patch for chained CNAMErafan2007-08-212-0/+57
| | | | | | | PR: ports/115297 Submitted by: rafan Approved by: farrokhi (maintainer) Obtained from: http://hugo.vulcano.cl/development/adns-cc
* - Update to 3.0gabor2007-08-162-4/+4
| | | | | PR: ports/115324 Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
* Use NOPORTEXAMPLES instead of NOPORTDOCSehaupt2007-08-151-1/+1
| | | | Notified by: sat
* - Update to 0.07clsung2007-08-152-4/+4
| | | | | | PR: ports/115497 Submitted by: clsung Approved by: maintainer (Jin-Shan Tseng)
* Add vizone, a script that updates the serialnumber in one or more dns zonefiles.ehaupt2007-08-144-0/+43
|
* - Update to 1.11rafan2007-08-115-54/+62
| | | | | | | | - Update WWW - Pass maintainership to submitter PR: ports/115267 Submitted by: Stefan Pauly <stefan at fh-mainz.de>
* - Sort pkg-plistrafan2007-08-111-2/+2
|
* 1. Upgrade to 0.61 which has a few small code cleanups.dougb2007-08-072-11/+5
| | | | | 2. --no-online-tests works now, so stop building them. 3. Remove support for prehistoric Perl.
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-042-4/+4
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - Make Python 2.5.1 the default Python versionalexbl2007-07-303-0/+3
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* Update to 9.4.1-P1, which has fixes for the following:dougb2007-07-256-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | 1. The default access control lists (acls) are not being correctly set. If not set anyone can make recursive queries and/or query the cache contents. See also: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2925 2. The DNS query id generation is vulnerable to cryptographic analysis which provides a 1 in 8 chance of guessing the next query id for 50% of the query ids. This can be used to perform cache poisoning by an attacker. This bug only affects outgoing queries, generated by BIND 9 to answer questions as a resolver, or when it is looking up data for internal uses, such as when sending NOTIFYs to slave name servers. All users are encouraged to upgrade. See also: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2926
* Update to 9.3.4-P1, which fixes the following:dougb2007-07-252-8/+8
| | | | | | | | | | | | | | | | | The DNS query id generation is vulnerable to cryptographic analysis which provides a 1 in 8 chance of guessing the next query id for 50% of the query ids. This can be used to perform cache poisoning by an attacker. This bug only affects outgoing queries, generated by BIND 9 to answer questions as a resolver, or when it is looking up data for internal uses, such as when sending NOTIFYs to slave name servers. All users are encouraged to upgrade. See also: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2926
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-2310-16/+6
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Ignore on FreeBSD 5.Xpav2007-07-221-1/+7
|
* - Remove distinfo hashes, which are not used officiallygabor2007-07-201-2/+0
| | | | | No objection from: ports@, maintainers Approved by: portmgr (pav)
* - Update to 2.39miwi2007-07-092-4/+4
| | | | Approved by: maintainer implicit
* Update to 1.1.3ehaupt2007-07-062-4/+4
|
* The File_DNS class provides a way to read,miwi2007-07-044-0/+30
| | | | | | | edit and write RFC1033 style DNS Zones. PR: ports/114271 Submitted by: Chris St Denis (<chris at ctgameinfo.com>)
* Update to 0.60, which includes some important security fixes:dougb2007-07-043-5/+7
| | | | | | | | | | | | http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3377 http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3409 ... as well as rudimentary support for IPSECKEY. See /usr/local/share/doc/p5-Net-DNS/Changes for more details. Prodded by: Several, including ... PR: ports/114230 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
* Fix the build with trendy GCC.danfe2007-06-291-1/+5
| | | | Reported by: pointhat (logs)
* Update to 0.08.tobez2007-06-202-11/+5
| | | | Changes: http://search.cpan.org/src/NEELY/Data-Validate-Domain-0.08/Changes
* - change duende source to create PID file by itselfpav2007-06-166-3/+92
| | | | | | | | | | | | - maradns.sh and zoneserver.sh now use PID file - change default MaraDNS UID from 99 to bind(53) - change default maraDNS GID from 99 to bind(53) - change default duende logger process UID from 66 to nobody(65534) - create empty etc/logger directory PR: ports/113235 Submitted by: Simun Mikecin <numisemis@yahoo.com> Approved by: Alex Kapranoff <alex@kapranoff.ru> (maintainer)
* - Update to 1.4.0miwi2007-06-113-5/+9
| | | | | Approved by: maintainer timeout (security, 1 day), so (simon) Security: http://www.vuxml.org/freebsd/70ae62b0-16b0-11dc-b803-0016179b2dd5.html
* Add a CONFLICTS to bind 9.4.dougb2007-06-101-1/+1
|
* - Update to 0.41clsung2007-06-092-4/+4
|
* Reset filippo.natali@gmail.com, who is very short on free time right now.linimon2007-06-061-1/+1
| | | | Hat: portmgr
* - Fix build with gcc 4.2miwi2007-06-062-1/+12
| | | | | Submitted by: pointhat via kris Sten Spans <sten@blinkenlights.nl> (maintainer)
* Manages LDAP entries for the BIND9 SDB LDAP patch.miwi2007-06-044-0/+52
| | | | | | | | | | | | | Supports adding, removing, and modifying enteries. The attributes it can handle are TTL, A record, C name, AAAA record, and MX record. Outside of TTL, multiple attributes for each type record. WWW: http://vvelox.net/projects/ldnsm/ PR: ports/112191 Submitted by: Zane C. Bowers
* Update to 0.6.14krion2007-06-013-4/+6
|
* Update to 0.6.12krion2007-06-012-4/+4
|
* - Make setuid operation and user creation configurable, as requested by usersmiwi2007-05-303-14/+23
| | | | | PR: 111915 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer)
* - Update to 1.2.12.06miwi2007-05-262-4/+4
| | | | | PR: 112768 Submitted by: Alex Kapranoff <alex@kapranoff.ru> (maintainer)
* - Welcome X.org 7.2 \o/.flz2007-05-205-3/+5
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Removed on authors request until the program has reached maturity.edwin2007-05-034-48/+0
|
* DNSCAP - DNS traffic capture utilityedwin2007-05-034-0/+48
| | | | | | | | | | | | | | | | cap is a network capture utility designed specifically for DNS traffic. It produces binary data in pcap(3) format, either on standard output (by default) or in successive dump files (if the d command line option is given.) This utility is similar to tcpdump(1), but has finer grained packet recognition tailored to DNS transactions and protocol options. dnscap is expected to be used for gathering continuous research or audit traces. SYNOPSIS dnscap [-avf6] [-i if ...] [-l vlan ...] [-p port] [-m [quire]] [-h [ir]] [-q host ...] [-r host ...] [-d base [-k cmd]] [-t lim] [-c lim] WWW: http://public.oarci.net/tools/dnscap
* - Update to 1.4.3miwi2007-05-012-4/+4
| | | | Approved by: maintainer implicit
* Update to version 9.4.1, a security update from ISC:dougb2007-05-016-24/+24
| | | | | | | | 2172. [bug] query_addsoa() was being called with a non zone db. [RT #16834] If you are running BIND 9.4.0 (either pre-release or final), you are advised to upgrade as soon as possible to BIND 9.4.1.
* - make portlint happierdinoex2007-04-301-2/+2
|
* Fix recursive resolver.ale2007-04-304-2/+26
| | | | Submitted by: Pietro Celentano <pcelentano@tiscalinet.it>
* - Update PowerDNS to 2.9.21clsung2007-04-2732-2548/+672
| | | | | | | | | | - Add patch from SVN to support DNSSEC records - Update examples (config and table creation files) - For the complete changelog see http://doc.powerdns.com/changelog.html PR: ports/112055 Submitted by: maintainer (Ralf van der Enden) Reviewed by: maintainer
* Update to 1.5.0lioux2007-04-253-4/+16
| | | | | PR: 112080 Submitted by: miwi
* - Update to 1.1.2ehaupt2007-04-213-5/+5
| | | | - Update WWW
* - Update to 1.96.2miwi2007-04-182-4/+5
| | | | | | PR: 111765 Submitted by: Volker Theile<votdev@gmx.de> Approved by: maintainer
* - Update to 2.3.7miwi2007-04-182-5/+4
| | | | | PR: 111733 Submitted by: Olafur Osvaldsson <oli@isnic.is> (maintainer)
* Fix build if automake is installed.krion2007-04-161-0/+2
| | | | | PR: ports/111360 Submitted by: novel
* - Update to 0.31clsung2007-04-152-4/+4
|
* Fix nss_mdns when used from applications other than ssh.bms2007-04-122-41/+7
| | | | Bump PORTREVISION.
* - updated maintainer e-mail addressmm2007-04-051-1/+1
| | | | Approved by: garga (mentor)
* - Remove DESTDIR support from my ports as it is useless now. New implementationgabor2007-04-011-2/+2
| | | | is coming.
* - Change my email.stas2007-03-282-2/+2
| | | | Suggested by: skv
* - Fix build on gcc 4.1pav2007-03-264-17/+14
| | | | | | | PR: ports/110568 Submitted by: Ed Schouten <ed@fxq.nl> (maintainer) - While here, modernize USE_RC_SUBR and kill FreeBSD 4.X bits
* - WWWDIR is now defined in bsd.ports.mkpav2007-03-242-13/+7
| | | | | PR: ports/105529 Submitted by: laszlof
* - Fix PostgreSQL schemapav2007-03-234-6/+6
| | | | | | PR: ports/110546 Submitted by: Anish Mistry <amistry@am-productions.biz> Approved by: Ralf van der Enden <Ralf.vdEnden@wldelft.nl> (maintainer)
* - Update to 3.0.5miwi2007-03-222-4/+4
| | | | | PR: 110671 Submitted by: Olafur Osvaldsson <oli@isnic.is> (maintainer)
* - Update to 0.06clsung2007-03-082-4/+4
| | | | | | PR: ports/109963 Submitted by: clsung Approved by: maintainer (Jin-Shan Tseng)
* - Update to 20070219miwi2007-03-072-4/+4
| | | | | | PR: 109873 Submitted by: miwi Approved by: maintainer
* Reset inactive maintainer due to maintainer-timeouts and no response to email.linimon2007-03-051-1/+1
| | | | Hat: portmgr
* - Update OpenDBX patch, as found on www.linuxnetworkds.de, whichrafan2007-03-036-130/+174
| | | | | | | | contains a bugfix for recovering from permanently lost database connections - Fix build on gcc 4.x PR: ports/109273 Submitted by: Ralf van der Enden <tremere at cainites.net> (maintainer)
* - Update to 2.6gabor2007-03-018-66/+135
| | | | | | | | | - Update pkg-descr PR: ports/109297 Submitted by: David Sze <dsze@alumni.uwaterloo.ca> Approved by: Jason DiCioccio <jd@ods.org> (maintainer), erwin (mentor, implicit)
* - Update to 2.1.4miwi2007-02-273-11/+11
| | | | | PR: 109533 Submitted by: Kay Abendroth <kay.abendroth@raxion.net> (maintainer)
* Update to the release version of 9.4.0.dougb2007-02-266-24/+24
|
* POE::Component::Server::DNS is a POE component that implements a DNS server.gabor2007-02-255-0/+51
| | | | | | | | | | | | | | | It uses POE::Component::Client::DNS to handle resolving when configured as 'forward_only' and Net::DNS::Resolver::Recurse wrapped by POE::Component::Generic to perform recursion. One may add handlers to massage and manipulate responses to particular queries which is vaguely modelled after Net::DNS::Nameserver. WWW: http://search.cpan.org/dist/POE-Component-Server-DNS/ PR: ports/109449 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw> Approved by: erwin (mentor, implicit)
* - Updated to 1.2.12.05nivit2007-02-223-5/+5
| | | | | | | - Fixed a typo in pkg-descr PR: ports/109340 Submitted by: Alex Kapranoff <alex at kapranoff.ru> (maintainer)
* - Create the cache file directly in /var/tmpsat2007-02-191-1/+2
| | | | | | PR: ports/109298 Submitted by: Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no> Approved by: Radek Kozlowski (maintainer, implicit)
* - Update to 3.7.1sat2007-02-183-29/+10
| | | | Approved by: Radosław Kozlowski <radek@raadradd.com>
* - Remove support for FreeBSD 4.xgabor2007-02-183-75/+0
| | | | Approved by: erwin (mentor, implicit)
* - Update to 2.38miwi2007-02-142-4/+4
| | | | Approved by: maintainer (implicit)
* Update to 1.2.1perky2007-02-122-6/+5
| | | | | PR: 108471 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
* - bump openldap versiondinoex2007-02-121-1/+1
|
* - Update to 2.0.3 [1]hq2007-02-112-5/+5
| | | | | | - Release maintainership Reported by: portscout [1]
* Net::DNS::Resolver::Programmable is a Net::DNS::Resolvermiwi2007-02-115-0/+61
| | | | | | | | | | | | | | | | descendant class that allows a virtual DNS to be emulated instead of querying the real DNS. A set of static DNS records may be supplied, or arbitrary code may be specified as a means for retrieving DNS records, or even generating them on the fly. WWW: http://search.cpan.org/dist/Net-DNS-Resolver-Programmable/ - Koen Martens gmc@sonologic.nl PR: ports/108997 Submitted by: Koen Martens <gmc at sonologic.nl>
* - Update to 2.37miwi2007-02-103-4/+15
| | | | Approved by: maintainer (implicit)
* - Update to 20070105rafan2007-02-082-5/+5
| | | | | | | | - Add ipv6 to CATEGORIES PR: ports/108860 Submitted by: rafan Approved by: Mark Foster <mark at foster.cc> (maintainer)
* - Add new OpenDBX patch (from [1]).alepulver2007-02-078-163/+159
| | | | | | | | | | | | | - Prepare Makefile for upcoming new stable release of OpenDBX library (which bumps library number from .1 to .2). - Add stupidity fix for config location to pdns.in (moved the config but forgot to edit rc.d script). - Also changed location of config directory in pdns.conf. - Bump port-revision. PR: ports/108685 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Obtained from: www.linuxnetworks.de [1]
* - Remove semi-staticmiwi2007-02-071-7/+0
| | | | | | - Remove IGNORE on FreeBSD 4.x, it's no longer need. Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer)
* Update to 1.00skv2007-02-072-5/+5
| | | | | | Changes: http://search.cpan.org/src/RCAPUTO/POE-Component-Client-DNS-1.00/CHANGES PR: ports/108280 Submitted by: mat
* - Fix plist if NOPORTDOCS is definedmarkus2007-02-031-8/+3
| | | | | | - Bump PORTREVISION Approved by: bms (maintainer)
* - Fix plist if NOPORTDOCS is definedmarkus2007-02-031-2/+3
| | | | | | - Bump PORTREVISION Approved by: maintainer
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-012-0/+2
|
* - Patch net/libnet* to versioned libraries and header files, so they canpav2007-01-311-5/+7
| | | | | | | | | coexist PR: ports/103861 Submitted by: alepulver Tested by: pointyhat With hat: portmgr
* - Remove SQLITE3 backend option, it was added prematurelypav2007-01-316-46/+10
| | | | | | | | - Fix plist PR: ports/108182 Submitted by: Tobias Roth <ports@fsck.ch> Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* - Remove stray empty filepav2007-01-312-0/+0
|
* Remove USE_GPG from all effected ports. This knob is a no-op and the way itgabor2007-01-302-7/+0
| | | | | | | | | was supposed to work is useless, because if we can't trust the distfile from the remote machine, we can't trust the signature from the same machine either. Our MD5 and SHA256 are good for checking both the sanity and the trustiness of distfiles. Approved by: portmgr (erwin), erwin (mentor)
* Complete the update for bind94 after the repocopy, and hook it up.dougb2007-01-2913-96/+148
|
* Update to 0.6.10krion2007-01-282-4/+4
|
* - Update to 3.0.4rafan2007-01-262-4/+4
| | | | | PR: ports/108329 Submitted by: Olafur Osvaldsson <oli at isnic.is> (maintainer)
* Add USE_GMAKE.bms2007-01-251-0/+1
| | | | Submitted by: pav
* Upgrade to version 9.3.4, the latest from ISC, which addresses thedougb2007-01-258-32/+32
| | | | | | | | | | | | | | | | | | | | | | | following security issues. All users of BIND are encouraged to upgrade to this version. 2126. [security] Serialise validation of type ANY responses. [RT #16555] 2124. [security] It was possible to dereference a freed fetch context. [RT #16584] 2089. [security] Raise the minimum safe OpenSSL versions to OpenSSL 0.9.7l and OpenSSL 0.9.8d. Versions prior to these have known security flaws which are (potentially) exploitable in named. [RT #16391] 2088. [security] Change the default RSA exponent from 3 to 65537. [RT #16391] 2066. [security] Handle SIG queries gracefully. [RT #16300] 1941. [bug] ncache_adderesult() should set eresult even if no rdataset is passed to it. [RT #15642]
* Add WITH_COMPAT5X option. It is to build nss_resinit.so which is ableume2007-01-232-0/+29
| | | | | | | to work with the 5.X binaries such as p4 on 6.X after importing the BIND9's resolver. Requested by: bms
* - Remove empty plistpav2007-01-231-0/+0
|
* - Update to 2.36miwi2007-01-222-4/+4
| | | | Approved by: maintainer (implicit)
* Really fix the getaddrinfo() interface. Now 'ssh foo.local' should work.bms2007-01-211-15/+47
|
* Fix getaddrinfo(). Note that 'ssh foo.local' still doesn't work, becausebms2007-01-201-10/+7
| | | | the BSD NSS interface does not yet support dynamic getnameinfo().
* Add new port nss_mdns, a libc name service switch module for resolvingbms2007-01-209-0/+747
| | | | | | hostnames via Avahi's implementation of Multicast DNS. With help from: flameeyes at gentoo dot org
* - Add a sensible default for maximal size of cachepav2007-01-193-1/+59
| | | | | | | - Run under unpriviledged user by default PR: ports/108062 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer)
* - Add support for geo backendgabor2007-01-1324-539/+2529
| | | | | | | | | | - Add support for OpenDBX backend - OPTIONify - Bump PORTREVISION PR: ports/96891 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Approved by: erwin (mentor)
* - Update to 0.4.0miwi2007-01-133-70/+72
| | | | | | PR: ports/107845 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> Approved by: maintainer
* Add ipv6 to the categories.erwin2007-01-121-1/+1
| | | | | | PR: 106008 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Approved by: maintainer timeout
* - Fix typomiwi2007-01-111-3/+12
| | | | - Mark BROKEN for FreeBSD 4
* Remove broken mirrorehaupt2007-01-091-1/+0
|