summaryrefslogtreecommitdiffstats
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.10.4 release.ale2004-04-284-6/+6
|
* - Update to version 0.4.3krion2004-04-284-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-192-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-182-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-181-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-142-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-101-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-301-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-261-1/+5
|
* - ad hoc fix for reported build errors which I was unable tokrion2004-03-231-0/+5
| | | | | | trace Reported by: many
* - Update to version 0.4.2krion2004-03-234-7/+17
|
* Upgrade to version 3.0.11b8.se2004-03-222-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-214-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-202-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-201-1/+1
|
* Add size data, approved by maintainers.trevor2004-03-192-0/+2
|
* - Cosmetic changeskrion2004-03-181-4/+5
|
* Add size data, approved by maintainers.trevor2004-03-182-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-171-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-144-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
|
OpenPOWER on IntegriCloud