aboutsummaryrefslogtreecommitdiffstats
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* Fix installation of docsedwin2004-12-221-0/+1
|
* [NEW PORT] dns/sqldjbdns: DJB dns server with PostgreSQL backendedwin2004-12-224-0/+54
| | | | | | | | | | | | | Sqldjbdns is an authoritative DNS server that pulls its data directly from a set of SQL tables. It supports fully dynamic A, MX, TXT, and PTR records, and run-time configurable static NS and SOA records. It also supports schedule expiry and introduction of records. This package also includes dnscache with PostgreSQL backend PR: ports/71345 Submitted by: Radim Kolar <hsn@netmag.cz>
* Update to 0.9.1, the latest version, which includes a man page.dougb2004-12-144-18/+19
| | | | | | | | | | | | And while I'm here: 1. Download the PGP .sig file, in case the user wants to verify the package 2. Switch to PLIST_FILES for the one file this port installs 3. Replace the lone patch file with a ${SED} command For those keeping score at home, that's 3 inodes gone with one commit! :) Approved by: edwin (maintainer)
* How was discovered by dns/dnssecwalker port maintainer,sem2004-12-146-51/+12
| | | | | | | | dns/walker is the same ports. And name 'walker' was recognized as a better name. So we move dns/dnssecwalker to dns/walker port and remove the first one. Submitted by: Johan van Selst <johans(at)stack.nl>
* - Update to 2.18sem2004-12-133-10/+18
| | | | | PR: ports/74704 Submitted by: maintainer
* - Update to 3.5sem2004-12-132-6/+13
| | | | | | | | | | | - Depends on Net::DNS::SEC as well as Net::DNS - Recent versions include a PGP signature - MASTER_SITES changed - Grant a port maintainership to submitter PR: ports/74995 Submitted by: Johan van Selst <johans(at)stack.nl>
* - Fix build [1]hq2004-12-091-1/+10
| | | | | | - Link API documentation with JDK Standard API documentation, if installed Reported by: krion via pointyhat [1]
* With portmgr hat on, reset bouncing maintainer address. All of the commitslinimon2004-12-051-1/+1
| | | | within the last year have been with maintainer timeouts, as well.
* Update to 2.17.2arved2004-12-052-3/+3
| | | | | PR: 74618 Submitted by: Natanael Copa <ncopa@users.sourceforge.net>
* Update to 0.5.12krion2004-12-042-3/+3
|
* Add ipv6 on CATEGORIES.sumikawa2004-12-031-1/+1
| | | | | PR: ports/70025 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* Update to 0.219lioux2004-12-032-3/+3
|
* - Update to 2.1.5sem2004-11-302-3/+3
| | | | | | | | | | BUG FIXES: - Bug #90: handle \000 in TXT records correctly - Fixed undefined behavior in the use of vsnprintf when logging messages. PR: ports/74517 Submitted by: maintainer
* - option WITH_LDAP defaults to 22dinoex2004-11-291-1/+1
|
* [MAINTAINER] dns/ddclient: update to 3.6.5edwin2004-11-274-28/+27
| | | | | | | | | - Update to 3.6.5 - Utilize PORTDOCS and PLIST_FILES - Remove pkg-plist PR: ports/74334 Submitted by: Radek Kozlowski <radek@raadradd.com>
* - Update to 1.2sergei2004-11-244-4/+29
| | | | | | PR: ports/73296 Submitted by: Andrey Slusar <anray@inet.ua> Approved by: maintainer timeout (3 weeks)
* Update to 0.5.11krion2004-11-222-3/+3
|
* pdns_recursor related issues fixed.nork2004-11-206-30/+68
| | | | | | | | | I committed pre-improved version's PR. This is my mistake. Pointed out by: Ralf van der Enden <tremere@cainites.net> (maintainer) Pointy hat to: myself PR: ports/73862 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* pdns_recursor related issues fixednork2004-11-204-12/+50
| | | | | PR: ports/73862 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* dnsjava is an implementation of DNS in Java. It supports all defined recordhq2004-11-194-0/+75
| | | | | | | | | | | | | | | | | | | | types (including the DNSSEC types), and unknown types. It can be used for queries, zone transfers, and dynamic updates. It includes a cache which can be used by clients, and a minimal implementation of a server. It supports TSIG authenticated messages, partial DNSSEC verification, and EDNS0. dnsjava provides functionality above and beyond that of the InetAddress class. Since it is written in pure Java, dnsjava is fully threadable, and in many cases is faster than using InetAddress. dnsjava provides both high and low level access to DNS. The high level functions perform queries for records of a given name, type, and class, and return an array of records. There is also a clone of InetAddress, which is even simpler. A cache is used to reduce the number of DNS queries sent. The low level functions allow direct manipulation of DNS messages and records, as well as allowing additional resolver properties to be set. WWW: http://www.xbill.org/dnsjava/
* Update to 2.17vs2004-11-182-3/+3
| | | | | PR: ports/74032 Submitted by: maintainer
* Fix a format string vulnerability in ez-ipupdate.naddy2004-11-112-1/+15
| | | | | Approved by: se@ Obtained from: Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se>
* Add dns/dnshijacker:sergei2004-11-104-0/+44
| | | | | | | | | | | | | | | dnshijacker is a libnet/libpcap based packet sniffer & spoofer. a versatile tool, dnshijacker supports tcpdump style filters that allow you to specifically target victims. dns answers are forged based on entries in a "fabrication table" or by simply forging one answer to all requests. a print only mode is also supported, allowing one to simply monitor dns traffic. dns hijacker is an excellent tool for network level ad blocking / removal. WWW: http://pedram.redhive.com/projects.php PR: ports/72898 Submitted by: David Thiel <lx@redundancy.redundancy.org>
* Update to 0.5.10krion2004-11-092-5/+5
|
* Update to 0.5.9krion2004-11-083-7/+10
|
* Update to 2.17.1:vs2004-11-082-7/+5
| | | | | | | | | | 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
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1
| | | | big upgrade.
* Add dns/dnsdoctor:sergei2004-11-075-0/+250
| | | | | | | | | | | | | | | | | | | | | | DNSdoctor is intended to help solving misconfigurations or inconsistencies of DNS zone files. Features * Powerful configuration file * Does not depend on policies * Fine grained test selection (by test, by categories, by zones) * Full IPv6 support (connectivity and AAAA records) * Supports several input/output interfaces such as CLI, GUI, CGI * Dedicated mode for use inside shell scripts * Batch mode available (ideal when dealing with several domains) * Multi-threaded application in order to cut down checking time * Extensible: new tests, new interfaces, new reports, ... * Exception and cache mechanisms to simplify test writting WWW: http://www.dnsdoctor.org/ PR: ports/71819 Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu>
* Fix pkg-descr contents (wrong version was committed)sergei2004-11-071-14/+9
|
* Add rbllookup:sergei2004-11-074-0/+53
| | | | | | | | | | | | | | | | | | rbllookup is a small perl script which allow you to check given IP/host name. In this version you have statically inserted RBL servers, but code is based on GPL source, so you can easy add more/replace/delete RBL servers by editing rbllookup.pl file. Also, author looking for support from programmers for ideas, codefix, new features, switch to c/c++, gui version? Author: Marcin Gondek <drixter@e-utp.net> WWW: http://rbllookup.sourceforge.net PR: ports/69160 Submitted by: Marcin Gondek <drixter@e-utp.net>
* Add p5-Stanford-DNSserver 1.20 - a Perl framework for building a DNS server,roam2004-11-065-0/+45
| | | | somewhat based on lbnamed.
* Update to 2.1.4, claimed to be OK about AXFR.clive2004-11-043-5/+4
| | | | | PR: ports/73455 Submitted by: MAINTAINER
* Use my FreeBSD.org address.linimon2004-11-031-1/+1
| | | | Reminded by: mavvie
* - Update to 2.1.3sergei2004-11-022-3/+4
| | | | | | | - While I'm here, add explicit CONFIGURE_TARGET to silence a warning PR: ports/73293 Submitted by: Olafur Osvaldsson (maintainer)
* A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,roam2004-11-022-2/+2
| | | | | | like, MONTHS ago! Submitted by: Brian Poole <raj@cerias.purdue.edu>
* - Switch to versioned distfile. No functional change.pav2004-10-292-3/+2
| | | | | PR: ports/73253 Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer)
* - Update to 3.6.4pav2004-10-289-50/+61
| | | | | | | | - Take maintainership - rcng script PR: ports/73059 Submitted by: Radek Kozlowski <radek@raadradd.com>
* Oh, I'm insane...krion2004-10-271-2/+2
| | | | | | Update distinfo for the last update. Submitted by: Michael C. Shultz <ringworm@inbox.lv>
* Chase libraries for new devel/libidn version.krion2004-10-261-2/+2
|
* Update to 0.5.8krion2004-10-262-2/+2
|
* Clean up time for email addresses MIA!edwin2004-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you know new email addresses for the people involved, please send-pr it! <mcsi@agava.com>: host relay.agava.net.ru[195.161.118.3] said: 550 <mcsi@agava.com>: User unknown in local recipient table (in reply to RCPT TO command) <woju@bbsmail.ntu.edu.tw> (expanded from <woju@bbsmail>): Host or domain name not found. Name service error for name=bbsmail.ntu.edu.tw type=A: Host not found <esoha@attbi.com>: host gateway.attbi.com[204.127.198.6] said: 551 not our customer (in reply to RCPT TO command) <crow@nektor.hu>: host mail.kapu.hu[195.70.32.236] said: 550 unknown user (in reply to RCPT TO command) <cyrilm@tower.pp.ru>: host mail.tower.pp.ru[213.85.109.133] said: 550 unknown user (in reply to RCPT TO command) <ports@henrik-motakef.de>: Host or domain name not found. Name service error for name=henrik-motakef.de type=A: Host not found <jj@nttmcl.com>: host mx1.nttmcl.com[216.69.64.132] said: 550 5.2.1 <jj@nttmcl.com>... Mailbox disabled for this recipient (in reply to RCPT TO command) <koji@jet.es>: host mx.wanadoo.es[62.81.235.75] said: 550 Relay not permitted / No such user (in reply to RCPT TO command) <proot@iaces.com>: host horton.iaces.com[204.147.87.98] said: 550 5.1.1 <proot@iaces.com>... User unknown (in reply to RCPT TO command) <roland.jesse@gmx.net>: host mx0.gmx.net[213.165.64.100] said: 550 5.1.1 {mx034} <roland.jesse@gmx.net>... User is unknown (in reply to RCPT TO command) <vess@slavof.net>: host mail.slavof.net[213.130.68.146] said: 550 5.7.1 Access denied (in reply to MAIL FROM command) <tuxsuximus@hotmail.com>: host mx3.hotmail.com[65.54.253.99] said: 550 Requested action not taken: mailbox unavailable (in reply to RCPT TO command) <zenin@archive.rhps.org>: host mail.rhps.org[66.250.128.137] said: 550 5.7.1 <zenin@archive.rhps.org>... Relaying denied (in reply to RCPT TO command)
* Update to 0.95mat2004-10-252-3/+3
|
* Add gresolver, a graphical DNS query tool using GTK+. It allows systemmarcus2004-10-246-0/+81
| | | | | | | | administrators to quickly and easily make the most common DNS queries without constructing lengthy dig commands. PR: 73030 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* Updated to 0.98skv2004-10-183-6/+3
|
* - As planned, retire bind9-sdb-mysql.clement2004-10-177-760/+0
|
* Update to 0.218lioux2004-10-152-3/+3
|
* Add p5-Net-DNS-ZoneCheck, a perl module to validate a DNS zone composedtobez2004-10-155-0/+39
| | | | of RR records.
* Add p5-Net-DNS-ZoneFile-Fast, a perl module to parse BIND8/9 zone files.tobez2004-10-155-0/+44
|
* Update to 2.16.1krion2004-10-132-3/+3
| | | | | PR: ports/72637 Submitted by: Natanael Copa <ncopa@users.sourceforge.net>
* - Update to 2.15 (major bug fix)sergei2004-10-132-5/+5
| | | | | | | | PR: ports/71973 Submitted by: Steven Honson (maintainer) While I'm here: - Shorten long lines in Makefile to avoid wrapping
* Add djbdns-tools-1.05:sergei2004-10-135-0/+69
| | | | | | | | | | | | | This port contains a subset of the DJBDNS package. It includes several useful Domain Name System (DNS) tools: - dnsfilter: a parallel IP-address-to-host-name converter - dnsip, dnsipq, dnsname, dnstxt, and dnsmx: simple command-line interfaces to DNS - dnsq, dnstrace, dnstracesort: DNS debugging tools Author: Daniel J. Bernstein <djb@cr.yp.to> WWW: http://cr.yp.to/djbdns.html
* Update to 0.5.6krion2004-10-123-3/+8
|
* - Update to 2.16 - this fixes various bugs and adds random query IDssergei2004-10-123-18/+32
| | | | | | | | | | | | | 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
* Update port: dnrd [maintainer update]edwin2004-10-122-3/+11
| | | | | | | | | | | | | | 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>
* - Unbreak dns/posadis and its dependency devel/poslibsergei2004-10-112-4/+2
| | | | | | | | | | with the new PTHREAD_LIBS in 5.x and -CURRENT by changing USE_INC_LIBTOOL_VER to USE_LIBTOOL_VER (this also removes .la files) - Bump PORTREVISION due to changed packages Suggested by: marcus Approved by: portmgr (marcus)
* Fix build with gcc-3.4krion2004-10-092-4/+12
| | | | | | PR: ports/72302 Submitted by: maintainer Approved by: portmgr (implicit)
* - Unbreak dns/posadis build under 5.x and -CURRENTsergei2004-10-065-21/+38
| | | | | | | | | by upgrading to the latest version (0.60.5) - Update its dependency devel/poslib to 1.0.5 (prerequisite) PR: ports/72308 Submitted by: sergei Approved by: portsmgr (will)
* Now fetchable againkris2004-09-281-2/+0
| | | | Approved by: portmgr (self)
* The parens around the OSVERSION test were fatal for < 4.9, and did notdougb2004-09-274-4/+4
| | | | | | | | provide anything useful for newer systems, so remove them. PR: ports/72118 Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us> Approved by: portmgr (eik)
* BROKEN on 5.x: Does not compilekris2004-09-261-1/+7
| | | | Approved by: portmgr (self)
* Update to BIND 9.3.0, the latest from ISC. This version has severaldougb2004-09-2424-108/+236
| | | | | | | | | | | | | | | | significant updates, not the least of which is the new and improved DNSSEC code based on the latest standards (including DS). Various updates to the port, including: 1. Download the PGP signature 2. If running on ${OSVERSION} >= 503000, configure with threads 3. Update pkg-descr re IPv6 RRs 4. Update pkg-message to reflect a world with 6-current There is also a patch to correct a man page installation error. This problem should be fixed in the next release. Approved by: portmgr (marcus)
* BROKEN on 5.x: Does not compilekris2004-09-191-1/+7
| | | | Approved by: portmgr (self)
* Update to 0.94mat2004-09-032-3/+3
|
* Update to 0.993.1krion2004-09-032-4/+3
| | | | | PR: ports/71311 Submitted by: maintainer
* Update to 0.93mat2004-09-022-3/+3
|
* Reset maintainer address (bouncing with permanent error).linimon2004-08-281-1/+1
|
* Change spaces to tabs.linimon2004-08-281-1/+1
| | | | | | PR: ports/65830 Submitted by: trevor Approved by: maintainer timeout (3 months)
* Update to 0.92mat2004-08-232-3/+6
| | | | Restrict to 5.6+
* Mark BROKEN: Unfetchablekrion2004-08-231-0/+2
|
* Update to 0.48, a minor bugfix release.dougb2004-08-233-4/+5
|
* - fix ${EXPIRATION_DATE} formatclement2004-08-201-1/+1
|
* My territory, suggested by ijliao. :pclsung2004-08-201-1/+1
| | | | Approved by: vanilla (co-mentor)
* - Mark this port DEPRECATED, since development stopped.clement2004-08-171-0/+3
| | | | Removal is scheduled on 20041017.
* Update to 2.13krion2004-08-142-4/+4
| | | | | PR: ports/70448 Submitted by: maintainer
* Update to 0.5.4krion2004-08-145-29/+14
|
* - accept USE_OPENLDAP_VERdinoex2004-08-141-1/+4
|
* - Fix build with gcc-3.4pav2004-08-141-0/+11
| | | | | PR: ports/70305 Submitted by: keramida
* - Update to 2.14.1pav2004-08-147-61/+3
| | | | | PR: ports/70404 Submitted by: Natanael Copa <ncopa@users.sourceforge.net>
* Update to 1.16arved2004-08-132-4/+10
| | | | | | | add new BUILD_DEPENDS for perl5.00503/perl5.6 PR: 70357 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Remove dns/bind93, repocopy should be done first.krion2004-08-126-381/+0
|
* Add a port for BIND 9.3.x. This code base is different from BINDdougb2004-08-126-0/+381
| | | | | | | | 9.2.x in several important ways, including new DNSSEC support and reportedly better performance. It is anticipated that when this code base settles down that the bind9 port could be removed.
* - Update of sysutils/fastresolve to support BDB ver. 4.2;thierry2004-08-092-6/+10
| | | | | | | | - Move to the dns category. PR: ports/70127 & ports/70179 Submitted by: Michael Edenfield & maintainer Repocopied by: marcus.
* Update to 0.5.3krion2004-08-072-3/+3
|
* - update to version 2.11, fixes FreeBSD builds under -CURRENTleeym2004-08-042-4/+4
| | | | | | | - add minor cosmetic fix PR: 69999 Submitted by: Steven Honson <steven@honson.org>
* -Update to 2.1.2.mezz2004-08-033-114/+3
| | | | | | | | | | | | | | | | | | | | | | | | NSD 2.1.2 release notes: FEATURES: - NSD now fully supports unknown record types using the notation specified in RFC3597. - Support for the following RR types has been added: WKS, X25, ISDN, RT, NSAP, PX, NAPTR, KX, CERT, DNAME, and APL. DNAME special processing is not supported. BUG FIXES: - Bug #84: NSD now uses SIGUSR1 instead of SIGILL to report stats. - Bug #85: Support for WKS records. - Bug #86: The characters "#%&^[]?" can now be used without backslash in zone file domain names. - Plugin callback return type fixed. - The maximum message length for IPv6 UDP packets is now limited to the IPv6 minimum MTU (1280) unless the IPV6_USE_MIN_MTU socket option is supported. PR: ports/69914 Submitted by: Olafur Osvaldsson <oli@isnic.is> (maintainer)
* Update to version 2.10sem2004-07-312-3/+3
| | | | | PR: ports/69841 Submitted by: maintainer
* - Adapt to latest localpkg changespav2004-07-301-2/+2
| | | | | PR: ports/69665 Submitted by: marcus via Alex Kapranoff <kappa@rambler-co.ru> (maintainer)
* - Fix few obvious problems with rc scriptpav2004-07-292-3/+6
|
* - Update to 2.14pav2004-07-2917-248/+108
| | | | | | | - Add rc script PR: ports/69669 (based on) Submitted by: Natanael Copa <mlists@tanael.org>
* Bump PORTREVISION since new startup file is now required under -CURRENT.se2004-07-271-0/+1
|
* Adjust to be compatible with rev. 1.2 of /etc/rc.d/localpkgse2004-07-271-6/+8
|
* Install startup script with expanded.se2004-07-272-15/+16
|
* - Fix signal-handlingvs2004-07-222-0/+111
| | | | | | | - Bump PORTREVISION PR: ports/69385 Submitted by: Olafur Osvaldsson (maintainer)
* Update to 0.215lioux2004-07-212-3/+3
|
* Add python as secondary categorylioux2004-07-211-2/+1
|
* Update to 1.1.knu2004-07-206-85/+81
| | | | | | rcNG'ify the startup script. Submitted by: kuriyama
* Add p5-DNS-ZoneParse 0.91, parse and manipulate DNS Zone Files.mat2004-07-155-0/+49
|
* Update to 0.5.2krion2004-07-142-3/+3
|
* Remove USE_GETTEXTkrion2004-07-112-2/+0
|
* Support WITHOUT_NLSkrion2004-07-114-6/+22
|
* Update to 0.5.1krion2004-07-102-3/+3
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Fix distinfo (man page was changed)edwin2004-07-091-2/+2
| | | | | Submitted by: Mark Russell <mark@mark.net.au> Approved by: Edwin Groothuis <edwin@mavetju.org>
* Upgrade to version 1.8edwin2004-07-083-15/+3
| | | | | | | | | | | | | | | - Better handling of timeout (instead of a static value, start with five seconds and double it each retry) - Warnings are printed if you receive a different RR type than the one you asked for (for example when you ask for an A record and receive a CNAME) - Fixed problems when records received in the authority field are shorter than the domain the nameserver is authoritative for. - When compiled without IPv6 support on an IPv6 capable machine the machine tried to query the IPv6 translated IPv5 address anyway. - -C caches hosts which haven't answered too.
* add authors to pkg-descredwin2004-07-031-0/+1
|
* fpdns - Fingerprinting DNS serversedwin2004-07-036-0/+71
| | | | | Identify what versions of nameserver software is running. WWW: http://www.rfc.se/fpdns/
* - Update to 2.1.1pav2004-07-032-4/+3
| | | | | PR: ports/68603 Submitted by: Olafur Osvaldsson <oli@isnic.is> (maintainer)
* Update to 2.9krion2004-06-304-13/+47
| | | | | PR: ports/68491 Submitted by: maintainer
* Chase libraries for new devel/libidn versionkrion2004-06-281-1/+1
|
* Update to version 0.5.0krion2004-06-285-10/+16
|
* Update to 0.214lioux2004-06-142-3/+3
|
* Update to 0.12erwin2004-06-132-3/+3
|
* - Update to 0.25sergei2004-06-112-4/+3
|
* - Update to 1.1.11apav2004-06-072-4/+4
| | | | | | PR: ports/67075 Submitted by: Andrey Slusar <vasallia@ukr.net> Approved by: maintainer timeout (2 weeks)
* Update to 0.47. The few small bug fixes can be found in the CHANGES file.dougb2004-06-062-3/+3
| | | | | PR: ports/66945 Submitted by: Mark Foster <mark@foster.cc>
* Sync with new bsd.autotools.mkade2004-06-052-2/+4
|
* Add sheerdns, a master DNS server whose zone records are stored on apav2004-06-035-0/+53
| | | | | | | | | | One-Record-Per-File bases. Because of this, sheerdns is the simplest of any DNS to configure, the easiest to update, and the most efficient for networks that experience a lot of updates (for example master servers for dynamic IP address ranges). PR: ports/67241 Submitted by: <bkhl@elektrubadur.se>
* - Update to version 1.0.23krion2004-06-023-8/+3
| | | | | PR: ports/67490 Submitted by: maintainer
* - fix supoort fop OpenLDAPdinoex2004-05-312-4/+4
| | | | | - allow override by "OPENLDAP_LIB" - substitute LIB_DEPENDS
* - Rename knobs: ENABLE_* -> WITH_*, DISABLE_* -> WITHOUT_*pav2004-05-301-14/+14
| | | | | Submitted by: Olafur Osvaldsson <oli@isnic.is> (maintainer) Requested by: kris
* - Add rc scriptpav2004-05-294-9/+117
| | | | | | | | - Add a lot of knobs - Add second master site PR: ports/67297 Submitted by: Olafur Osvaldsson <oli@isnic.is> (maintainer)
* - Fix broken _flags in startup scriptkrion2004-05-292-2/+2
| | | | | PR: ports/67325 Submitted by: maintainer
* Volunteer Olafur Osvaldsson as maintainer since he submitted updatesvs2004-05-271-1/+1
| | | | recently.
* - Update to version 1.0.22krion2004-05-262-5/+5
| | | | | PR: ports/67212 Submitted by: maintainer
* Remove databases/postgresql-client because there can't be a -server, and havingmat2004-05-252-2/+2
| | | | | it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems
* - Update to version 0.4.6krion2004-05-243-3/+4
|
* - rcNGifyvs2004-05-243-18/+44
| | | | | | | - Make pkg-deinstall PREFIX-aware while here PR: ports/67052 Submitted by: ume
* Update to 0.11.0 release.ale2004-05-244-6/+6
|
* - Chase libraries for new devel/libidn versionkrion2004-05-221-1/+2
|
* - Update to version 0.4.5krion2004-05-223-4/+4
|
* Update to verion 20040309fenner2004-05-202-6/+4
| | | | | Submitted by: Mark Foster <mark@foster.cc> PR: ports/66898
* - Update to version 0.07krion2004-05-162-3/+3
| | | | | PR: ports/66670 Submitted by: maintainer
* Update to 2.1.0: New networking code allows a single server to handle bothvs2004-05-153-9/+3
| | | | | | | | UDP and TCP connections. (Remove cruft from pkg-descr while here) PR: ports/66651 Submitted by: Olafur Osvaldsson
* BROKEN on sparc64: Does not compilekris2004-05-131-0/+4
|
* - Update to 2.0.2pav2004-05-112-3/+3
| | | | | PR: ports/66519 Submitted by: Olafur Osvaldsson <oli@isnic.is>
* Finish removing weedns_sckris2004-05-081-1/+0
| | | | Pointy hat to: kris
* As previously announced, remove these broken or obsolete ports.kris2004-05-084-63/+0
|
* - drop support for openldap 2.0dinoex2004-05-051-6/+0
|
* - update to 0.9.12petef2004-05-034-23/+42
| | | | | | | | | - use bzip2 - depend on gcc3 - update pkg-descr and WWW: tag PR: 65949 Submitted by: maintainer
* Fixed OpenLDAP 2.2 support by using USE_OPENLDAP knobeik2004-05-014-26/+16
| | | | | | | | Default MySQL version now 4.0 instead of 3.23 pet portlint PR: 66143 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* OpenLDAP 2.0 is no longer supported, so also removed from PowerDNSeik2004-04-304-14/+4
| | | | | | | -> Please upgrade to OpenLDAP 2.1 or 2.2 PR: 66105 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* - Update to version 0.4.4krion2004-04-304-8/+8
|
* - Update to version 2.7krion2004-04-292-3/+3
| | | | | PR: ports/65930 Submitted by: maintainer
* - Proper handle startup scriptkrion2004-04-292-1/+3
| | | | | PR: ports/66058 Submitted by: maintainer
* Update to 0.10.4 release.ale2004-04-294-6/+6
|
* - Update to version 0.4.3krion2004-04-294-7/+9
|
* Add the WITH_PERSISTENT_MMAP knob to enable Lennert Buytenhek's patch forroam2004-04-202-0/+10
| | | | | tinydns - keep the data.cdb file mmap'd for a second instead of reopening it on each query.
* Use the @FreeBSD.org address of the maintainer.netchild2004-04-201-1/+1
|
* - update to DLZ-0.7.0dinoex2004-04-202-10/+3
|
* Fix plist.tobez2004-04-191-0/+1
|
* Remove the SH=${SH} part of this patch. It existed since the creation of thedougb2004-04-192-10/+0
| | | | | | | | | | port, but it's not clear what the purpose was. The reason for removing it is compatibility with Harti's work on updating make. This patch causes a "recursive assignment" error. Removing it causes no difference in the building of the port, so away it goes. PR: standards/57295
* - Pass maintainership to previous submitter.clement2004-04-191-1/+1
|
* - Make dns/maradns startup script use rc.subr(8).clement2004-04-184-32/+60
| | | | | | | | | | | - Provide additional startup script for zoneserver(8) program needed to run an authorative primary nameserver. - Both these scripts pipe programs' output into logger(1) so that maradns logs into syslog. - Installs an example zonefile in maradns (csv1) format. PR: 65624 Submitted by: Alex Kapranoff <kappa@vvs01.agava.net>
* - Correct plistkrion2004-04-172-12/+2
|
* - Fix MASTER_SITESkrion2004-04-161-2/+1
|
* found new master site URLsanpei2004-04-151-2/+1
|
* statically define dig command.sanpei2004-04-152-2/+12
| | | | doc was only support bind-8's dig, not support bind-9 one.
* - Update to 1.0.21clement2004-04-152-3/+3
|
* Refrain from messing up the permissions on $PREFIX and $PREFIX/bin.roam2004-04-142-6/+11
| | | | Pointed out by: dosirak via kris
* - upgrade version to 0.992leeym2004-04-137-4/+165
| | | | | | | | | | | - switch to rc.subr start mechanism - added user/group - added example data on install, target directory - added pkg-message - added more doc files PR: 65392 Submitted by: Paul Chvostek <paul+fbsd@it.ca>
* Tidy up whitespace.trevor2004-04-111-3/+3
|
* Add p5-Net-LibIDN 0.04, this module provides access to the libidnerwin2004-04-054-0/+45
| | | | | | | library. PR: ports/63931 Submitted by: Dominik Brettnacher <domi@saargate.de>
* - Update to 2.6pav2004-04-042-4/+4
| | | | | PR: ports/65159 Submitted by: Steven Honson <steven@honson.org> (maintainer)
* The ringserver sites don't have the latest BIND 9.dougb2004-04-044-8/+4
| | | | Submitted by: fenner's distfile survey
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* SIZEify (maintainer timeout)trevor2004-03-3122-0/+23
|
* - Use USE_ICONV knobkrion2004-03-311-2/+1
| | | | Approved by: portmgr
* - Distfile was rerolled, dates were corrected in changelog and two typospav2004-03-301-2/+2
| | | | | | | were fixed in documentation. No change in actual sources. PR: ports/64913 Submitted by: Andrey Slusar <vasallia@ukr.net>
* - Support WITHOUT_NLSkrion2004-03-282-6/+13
|
* - make PKGNAMESUFFIX more flexibledinoex2004-03-271-1/+5
|
* - ad hoc fix for reported build errors which I was unable tokrion2004-03-241-0/+5
| | | | | | trace Reported by: many
* - Update to version 0.4.2krion2004-03-234-7/+17
|
* Upgrade to version 3.0.11b8.se2004-03-232-5/+4
| | | | | | | | | | | | | | | | | | | | The only difference to the previous version (except for the version ID sent in request packets), is the method used to declare errno. For unknown reasons, this version is not available from all mirror sites and binary packages seem to only be provided for 3.0.11b7. The problem with that version was that it was used incorrectly in some Linksys WLAN router which tended to spam DynDNS.org with bogus requests. DynDNS.org ignores certain requests, when received with a version ID of 3.0.11b7, though there's nothing wrong with that code when used correctly. I had considered to just patch the version string in "configure", but after some more thought I've now choosen to actually use the new dist file and to remove the URL of the master site that doesn't offer the newer version. PR: 60940 Submitted by: Lynk <lynk@lynksys.net>
* Add SIZE data.knu2004-03-222-0/+2
| | | | Submitted by: trevor
* New description to include information about DHCP server features.nork2004-03-221-5/+10
| | | | | PR: ports/64554 Submitted by: Steven Honson <steven@honson.org> (maintainer)
* - Update to 2.0.3pav2004-03-224-68/+34
| | | | | PR: ports/64428 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* - fix openldap22 dependencydinoex2004-03-212-3/+6
| | | | | | Reported by: eik - move configure dialog target
* Argh. Fix plist by not clobbering PLIST_SUB.dougb2004-03-212-4/+4
|
* Change the way PORT_REPLACES_BASE_BIND8 works by adding an explicitdougb2004-03-212-32/+46
| | | | | | | | | | | | | | | | | | | | variable for replacing includes as well. Users who replaced the base BIND and then attempted to compile other software with -D_REENTRANT were having problems because netdb.h has a different definition for h_errno. The idea of replacing includes originated with users who wanted to compile apps against the libbind installed by the port, however those "power users" can either add the switch to replace includes, or modify their own includes slightly to use the "safe" location for the port include files (PREFIX/include/bind). The PR mentions the problem, along with a cast of thousands. :) Other tuneups for the port are just portlint appeasements. PR: ports/64449 Submitted by: eik
* - change default LDAP_PORT to 2.1dinoex2004-03-211-1/+1
|
* Add size data, approved by maintainers.trevor2004-03-192-0/+2
|
* - Cosmetic changeskrion2004-03-191-4/+5
|
* Add size data, approved by maintainers.trevor2004-03-192-0/+2
|
* Add SIZE.nectar2004-03-181-0/+1
| | | | Submitted by: trevor
* Add SIZE.sumikawa2004-03-181-0/+1
| | | | Submitted by: trevor
* - Update to version 2.5krion2004-03-182-2/+3
| | | | | PR: ports/64407 Submitted by: maintainer
* Add SIZE data.perky2004-03-181-0/+1
| | | | Submitted by: trevor
* - add SIZEdinoex2004-03-181-0/+3
| | | | Submitted by: trevor
* Add size data.trevor2004-03-182-0/+2
| | | | Approved by: maintainers
* SIZEify.trevor2004-03-181-0/+1
|
* this perl module creates/parses 'dynamic' updates, not 'dymanic' ones.billf2004-03-171-1/+1
|
* DISTNAME is a slightly less painful way of dealing with wackydougb2004-03-154-8/+4
| | | | version numbers.
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-147-7/+7
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Now that the SIZE thing has stabilized, add it to the ports I maintain.dougb2004-03-145-0/+6
|
* Update to 0.46, which has better IPv6 reverse DNS handling, anddougb2004-03-143-5/+4
| | | | | | | all known 'taint mode' problems fixed. PR: ports/63841 Submitted by: Tim Bishop <tim@bishnet.net>
* Update to 0.10.3 release.ale2004-03-134-8/+8
|
* Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)edwin2004-03-121-1/+1
| | | | | | | | | | | From: Roman Shterenzon <romanbsd@yahoo.com> To: ports@freebsd.org Subject: e-mail change The email address roman@xpert.com is no longer valid. Please update ports' maintainer to ports@oven.org. Submitted by: Roman Shterenzon <romanbsd@yahoo.com>
* - Fix build on 4.xkrion2004-03-111-1/+1
| | | | Noticed by: bento via kris
* Add Russ Nelson's ignoreip2 patch [1][2].roam2004-03-112-7/+16
| | | | | | | | Add distribution site grouping for all the patches [1]. PR: 56951 [1], 64062 [2]. Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> [1], Thomas Vogt <thomas@bsdunix.ch> [2]
* - Update to version 0.4.1krion2004-03-093-3/+4
|
* Mark as DEPRECATED, per maintainer. The corresponding server softwarelinimon2004-03-081-0/+2
| | | | | has been switched to an incompatible protocol. The port will be removed in one month unless someone objects.
* - Add WITH_SQLITE knob to enable SQLite backendpav2004-03-0614-6/+152
| | | | | PR: ports/63817 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* Fix checksum mismatch by adding html docs to IGNOREFILES.kris2004-03-062-3/+3
|
* - Mark BROKEN: Checksum mismatchkrion2004-03-041-0/+2
| | | | - Maintainer informed
* - Some small fixes to startup-script (fixed by Dirk Meyer and Ralf vd Enden).pav2004-03-034-12/+16
| | | | | | | | - $PREFIX no longer hardcoded (fixed by Dirk Meyer). - Pet portlint a bit PR: ports/63530 Submitted by: maintainer
* Add crossip, a Cross Platform DNS update client, written in java. CrossIP ↵pav2004-03-036-0/+85
| | | | | | | | | | | uses the ThatIP protocol version 1.1 to send DNS update requests. It manages DNS records, update history, and allows for per record configuration. It also includes a wizard for generation of configuration files. PR: ports/62760 Submitted by: Dan Smith <dan@algenta.com>
* - Update to 2.9.16pav2004-03-016-26/+6
| | | | | PR: ports/63530 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* - Update to version 0.4.0krion2004-02-294-4/+16
|
* - Add sample startup scriptpav2004-02-296-2/+82
| | | | | PR: ports/62344 Submitted by: maintainer
* - fix MASTER_SITE_SUBDIRdinoex2004-02-241-1/+1
| | | | | Reported by: Nicolas Strina Suggested by:
* BROKEN on alpha 5.x: does not compilekris2004-02-232-2/+14
|
* Say hello to the new "net-mgmt" category. There are probably morewollman2004-02-232-2/+2
| | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
* Don my portmgr hat and return dirk@FreeBSD.org's ports back to thekris2004-02-221-1/+1
| | | | | unmaintained pool. He has not committed in over a year and has been unresponsive to emails over a similar time period.
* BROKEN: Unfetchablekris2004-02-161-0/+2
|
* - fix last commit.dinoex2004-02-151-1/+1
|
* - add support for BerkleyDB42dinoex2004-02-152-0/+40
| | | | Submitted by: Michael Schout
* - Update to 1.1.10pav2004-02-124-5/+25
| | | | | | PR: ports/62666 Submitted by: hrs Approved by: maintainer
* Update to 0.10.2 release.ale2004-02-128-22/+28
| | | | | Submitted by: Liam J. Foy <liamfoy@sepulcrum.org> Approved by: nork (mentor/implicitly)
* - Fix build on AMD64krion2004-02-101-0/+1
| | | | Approved by: maintainer informed
* Updated to 0.97skv2004-02-092-2/+3
|
* Upgrade to 0.45. This version has major speed enhancements,dougb2004-02-082-2/+3
| | | | better handling of classes, and other cleanups.
* Upgrade to 8.4.4, which fixes the nasty bugs from previous versions.dougb2004-02-082-5/+5
|
* USE_SIZEifylioux2004-02-082-0/+2
|
* - SIZEify distinfoclement2004-02-082-0/+2
|
* - Drop maintainershipclement2004-02-084-2/+4
| | | | - SIZEify distinfo
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-0618-11/+10
|
* Use PLIST_FILES.trevor2004-02-068-5/+5
| | | | Reviewed by: marcus
* - Fix MASTER_SITESkrion2004-02-061-1/+2
| | | | Reported by: bento via kris
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0410-2/+10
| | | | (Part 2)
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-042-4/+6
| | | | | Submitted by: trevor Tested by: bento
* - Update to 2.2pav2004-02-022-5/+2
| | | | | PR: ports/62231 Submitted by: Steven Honson <steven@honson.org> (maintainer)
* - Update to 0.9.7 [1]sergei2004-02-018-113/+52
| | | | | | | | | | | - Properly respect PREFIX - Remove unneeded USE_REINPLACE - Add SIZE to distinfo - Re-sort pkg-plist - Re-format pkg-descr PR: ports/61820 [1] Submitted by: maintainer [1]
* - new MAINTAINER tremere@cainites.netdinoex2004-01-312-4/+4
| | | | | | - fix spaces in Makefile (portlint) PR: 61678 Submitted by: tremere@cainites.net
* SIZE *DOES* MATTER.sergei2004-01-313-0/+3
|
* - SIZEifykrion2004-01-304-1/+5
|
* Update to 2.1arved2004-01-304-6/+11
| | | | | PR: 62083 Submitted by: Steven Honson <steven@honson.org>
* Fix plist and bump PORTREVISIONkris2004-01-302-0/+2
|
* Update the address of B.ROOT-SERVERS.NET as per ICANN's 2004/01/29 change.roam2004-01-302-3/+10
|
* - Update to version 2.1.1krion2004-01-303-9/+9
| | | | | PR: ports/62081 Submitted by: maintainer
* SIZEify.trevor2004-01-2910-0/+10
|
* - Update to 2.0.2pav2004-01-273-2/+5
| | | | | PR: ports/61984 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* Fix build on -current due to removal of EAI_NODATAedwin2004-01-251-0/+11
|
* Now gettext 0.12.1 is gettext-old.trevor2004-01-242-2/+2
|
* - Update to version 0.3.7krion2004-01-234-74/+15
|
* Assign port to new vic^H^H^Hmaintainererwin2004-01-212-2/+2
| | | | Submitted by: freebsd@signout.dk
* - drop maintainershipdinoex2004-01-212-2/+2
| | | | I have no longer this server running.
* - Update to 2.9.15dinoex2004-01-2010-26/+24
| | | | | | | | | | | | | | | | - allow-recursion-override was on by default, it was meant to be off - Logging was still off in daemon mode, fixed - Recursor accidentally linked in MySQL, fixed - The PowerDNS recursor had stability problems - The recursor now outputs the nameserver average response times in trace mode - LDAP compiles again Improvements: - Several improvements to zone2sql - Remove libpqpp dependencies - Added a patch from CVS to make zone2parser.cc compile on STABLE PR: 61554, 61589 Submitted by: tremere@cainites.net
* - upgraded to current version, which finally useskrion2004-01-205-50/+16
| | | | | | | | | | configure. - added the *proper* MASTER_SITES back in, - removed patch file on old Makefile (delete it), - use DOCSDIR PR: 61569 Submitted by: maintainer
* Updated to 0.96skv2004-01-192-2/+2
|
* Switch to my @FreeBSD.org email address.ale2004-01-184-6/+6
| | | | Approved by: nork (mentor)