summaryrefslogtreecommitdiffstats
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* Chase libpq version bump.seanc2003-01-041-1/+2
|
* upgrade to 1.0.11ijliao2003-01-032-3/+3
| | | | | PR: 46421 Submitted by: Ports Fury
* upgrade to 0.9.5ijliao2003-01-0310-102/+112
| | | | | PR: 46354 Submitted by: maintainer
* Made net/firedns LOCALBASE aware.edwin2003-01-031-0/+5
| | | | Informed maintainer.
* Fix build on -current.sumikawa2002-12-313-1/+16
| | | | Submitted by: naddy
* Fix typo left in previous revisionlioux2002-12-191-1/+1
|
* o Update to 0.198lioux2002-12-192-9/+9
| | | | | | | | o House a copy under MASTER_SITE_LOCAL: the local copy will be versioned, developer has yet to be convinced of the advantages of distributing versioned files Approved by: portmgr (knu)
* Fix shell syntax error.olgeni2002-12-052-1/+5
| | | | Approved by: portmgr (kris)
* Upgrade to dnstop-20021125, with a proper distfile -- thanks, DW!fenner2002-11-252-8/+2
|
* Update to 0.31, which has bug fixes for OPT.pm, and a new udp timeout feature.dougb2002-11-222-2/+2
|
* upgrade to 1.0.09ijliao2002-11-202-2/+2
| | | | | PR: 45438 Submitted by: Ports Fury
* - Update to 0.3.0dinoex2002-11-173-29/+135
| | | | | | | | | | | | | | | | | | | | | | | | - MySQL and filesystem driver added - interactive driver select ability - use MASTER_SITE_ISC - more reorganize to make portlint happy not added: - SED -> REINPLACE_CMD does break on 4.6 stable, bad version in bsd.port.mk - change version number to satisfy portlint stay consistent with mod_php and a other combined versions - remove file files/dlz_postgres_driver.c.diff still needed, to make gcc happy. Extensions my Maintainter: - Support for openSSL for all Versions - Allow BINDDLZ_OPTIONS in /etc/make.conf - MySQL not default, conflicts with threads. - moved configure.bind9-dlz to files, avoiding extra directory. PR: 45332 Submitted by: sem@ciam.ru
* Fix an array subscript error related to nibble string calculationdougb2002-11-171-0/+11
| | | | | | | | | for IPv6 reverse lookups. This bug will not affect the majority of users. The bug has been confirmed by Nominum, and will be fixed in a future release. PR: bin/41388 Submitted by: TOGAWA Satoshi <toga@puyo.org>
* Upgrade to version 8.3.4, which simply cleans up and slightlydougb2002-11-173-238/+3
| | | | improves the security patches released for 8.3.3.
* * Add more complete PORTDOCS, namely the same files the base installsdougb2002-11-162-1/+10
| | | | * This fixes deinstall when PORT_REPLACES_BASE
* Update to 0.196lioux2002-11-162-2/+2
|
* Added patchfile to properly handle the -lpthread -pthread differencesedwin2002-11-151-0/+5
| | | | | for FreeBSD. Noticed on: bento
* * Bump PORTREVISION to reflect the ISC security patchesdougb2002-11-142-47/+48
| | | | | | * Switch to DOCSDIR for PORTDOCS, which in addition to being more aesthetically pleasing also reduces a gratuitous mismatch when PORT_REPLACES_BASE
* This is the patch provided by ISC, re-generated to work in our system.dougb2002-11-141-0/+234
|
* Update to 0.30, which has TKEY support, a new safe_push() methoddougb2002-11-114-5/+16
| | | | | | | | | | | | for detecting duplicate RR's in an update packet, and some more tests. Note, the tests are not installed by the port, but are useful to examine as samples, and to test your installation. * Update the port to handle the new TKEY and FAQ files. * Patch the new FAQ, since pod2man is choking on the CVS Id. * Update the comment by mentioning dynamic updates. * Add a comment to the Makefile about the harmless build errors you see if you don't have the run-time depends already installed.
* Revert 1.32, which was wrong in all its particulars:dougb2002-11-111-4/+2
| | | | | | | | | | | * The errors related to the missing dependencies during build are harmless. The build-time and run-time dependencies are seperated on purpose so that the port can be built and run on different boxes. * The Test-Simple module is not needed to build or run the port, the tests are not installed by us, and not part of the port itself. These changes should have been discussed with me before they were made.
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-108-8/+4
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Maintainer updates for misc/firestring and net/firedns (dependingedwin2002-11-096-12/+20
| | | | | | | on each other) PR: ports/44771,ports/44773 Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-068-4/+8
| | | | Approved by: pat
* Half of these ones missed yesterday while converting to USE_REINPLACE.edwin2002-11-042-2/+3
| | | | | | The other half needs perl to build. Noticed on bento and others (full mailbox :-)
* PERL -> REINPLACEedwin2002-11-041-1/+2
| | | | And some ports have USE_PERL5=yes now.
* - Fix perl/reinplace problemsdinoex2002-11-041-9/+12
|
* PERL -> REINPLACEedwin2002-11-041-1/+2
| | | | Noticed on: bento
* PERL -> REINPLACEedwin2002-11-041-3/+4
| | | | Noticed on: bento
* PERL -> REINPLACEedwin2002-11-041-2/+2
| | | | Noticed on: bento
* Fix signal handling.sumikawa2002-11-032-1/+14
|
* Add startup script.sumikawa2002-11-032-1/+21
|
* Handle the fact that -current defines pselect() already.dougb2002-11-031-0/+24
|
* use USE_REINPLACE instead of perledwin2002-11-031-2/+4
|
* Add "dnstop", a libpcap application (ala tcpdump) that displays variousfenner2002-10-315-0/+39
| | | | | | tables of DNS traffic on your network. Cribbed from itojun's NetBSD pkg.
* Add p5-Net-DNS-SEC(0.07), a perl module for DNSSEC extensions to Net::DNS.nork2002-10-315-0/+49
| | | | | PR: ports/44777 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Update to 0.195lioux2002-10-272-2/+2
|
* Add missed dependency and copy RUN_DEPENDS into BUILD_DEPENDS to eliminatesobomax2002-10-241-2/+4
| | | | configure-time warning.
* Update to 0.188lioux2002-10-192-2/+2
|
* Update to new vendor release 0.1.29.naddy2002-10-154-18/+18
| | | | | PR: 44083 Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
* Update to 1.0.08pat2002-10-082-2/+2
| | | | | PR: ports/43786 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* upgrade to 1.0.07ijliao2002-10-072-2/+2
| | | | | PR: 43704 Submitted by: Ports Fury
* Add py-dns 2.3.0, DNS (Domain Name Service) library for Python.perky2002-10-065-0/+78
| | | | | PR: 43256 Submitted by: Mark Linimon (linimon@lonesome.com)
* Minor bugfixes. Variable scope in one module, and avoid a dividedougb2002-10-062-2/+2
| | | | by zero error when there are no usable interfaces.
* Update to 0.7pat2002-10-052-2/+2
| | | | | PR: ports/43646 Submitted by: maintainer
* Upgrade to 0.9.3.obraun2002-10-058-16/+12
| | | | | PR: 43638 Submitted by: maintainer
* Update the IPv6 patch to test14; later ones seem to have problemsroam2002-09-202-2/+3
| | | | | | | | | | | receiving datagrams. Fix the build with the dnscache cache dump patch - that is, define DUMPCACHE in the CFLAGS.. PR: 38207, 42480 Submitted by: "Maciej KorzeƱ" <maciekk@linux.sky.pl>, Paulius Bulotas <paulius@kaktusas.org>
* Update to 0.187lioux2002-09-202-2/+2
|
* Upgrade to 0.9.1.obraun2002-09-186-4/+8
| | | | | PR: ports/42871 Submitted by: maintainer
* Upgrade to 0.9.0.obraun2002-09-166-20/+26
| | | | | PR: ports/42804 Submitted by: maintainer
OpenPOWER on IntegriCloud