| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Perl5 module to parse BIND 8 configuration files
PR: 39455
Submitted by: Andrew <andrew@ugh.net.au>
|
|
|
|
|
|
|
| |
- Add startup script and reword configure message
Based on PR: ports/38921
Submitted by: Alex Kapranoff <kappa@agava.com>
|
|
|
|
|
|
|
| |
Fixed Net::DNS::mx() to work properly in scalar context.
Fixed taint issue when Net::DNS::Resolver::nameservers() is passed
a hostname as an argument.
|
| |
|
|
|
|
|
| |
PR: ports/39184
Submitted by: maintainer
|
|
|
|
| |
collection of RRs.
|
|
|
|
|
| |
PR: ports/39079
Submitted by: gshapiro
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
please see the Changes file for details. Some of the new features
include TSIG support (experimental), a name server module,
fixes for bind() problems in 5.005.03, and more.
The good news is that our friends in perldom have now seen the
light and fixed the later versions of this module so that it
does not (any longer) require perl 5.6.0 or higher. I've tested
quite a lot of the functions on both a RELENG_4 with stock perl
5.005.03, and a 5-Current system with stock 5.6.1, and didn't
have any problems.
I also added a few files to the PORTDOCS option.
|
|
|
|
|
| |
PR: 38788
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
| |
Library for handling asynchronous DNS requests
PR: 37994
Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
|
|
|
|
|
| |
PR: 38534
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
|
| |
on current issue. gotta back it out sooner or later.
/me puts on pointy hat
Requested by: many
|
|
|
|
|
|
|
| |
Also, recover LIB_DEPENDS line for libgmp;
this is needed for -current.
PR: ports/37199
Submitted by: maintainer
|
|
|
|
|
| |
- Rewrite descriptions
- Change maintainer's email
|
|
|
|
|
| |
PR: 38359
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 36680
Submitted by: Jason Harris <jharris@widomaker.com>
Approved by: mail bounce
|
|
|
|
|
| |
PR: 38048
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
| |
|
| |
|
|
|
|
|
|
| |
* Remove now-obsolete cleanup of *.orig files
No functionality changes.
|
|
|
|
|
| |
PR: 37279
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
| |
see /usr/local/share/doc/bind9/CHANGES after installation for details.
|
|
|
|
|
|
|
|
| |
The maintainer wasn't reachable by myself and by the submitter, so no
review/approval from him.
Approved by: steve
Submitted by: marius@alchemy.franken.de
|
|
|
|
|
| |
PR: 36584
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 36294
Submitted by: Ports Fury
|
|
|
|
| |
Submitted by: bento
|
|
|
|
| |
Approved by: kris
|
|
|
|
|
|
| |
In my previous commit I forgot to mention that 'pkg_add -r bind' is
only half the rationale for changing PORTNAME. The other half is so
that people who really want to can 'pkg_add -r bind9'.
|
|
|
|
|
|
|
|
|
|
| |
are fixed in this version, however BIND 9 is still recommended only
for early adopters, and those that have time to closely monitor
their name service.
* Change PORTNAME to bind9 so that 'pkg_add -r bind' does the right thing
* Use the local version of openssl, and disable threads on all but
the most recent -current. Thread support is still considered experimental.
|
|
|
|
|
|
|
|
| |
across restarts, conditional on the WITH_DNSCACHE_DUMPCACHE knob.
Add a pre-fetch target describing the available makevar knobs.
PR: 35483
Submitted by: Joe Barbish <barbish@a1poweruser.com>
|
|
|
|
|
| |
PR: 35793
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 35746
Submitted by: The Anarcat <anarcat@anarcat.dyndns.org>
|
|
|
|
|
|
|
| |
* Make patching silent, like standard ports
* Use MANPREFIX for man pages
* Add a patch to specify the right arguments to getgrouplist,
by __FreeBSD_version
|
|
|
|
|
| |
PR: 35277
Submitted by: Hye-Shik Chang <perky@fallin.lv>
|
|
|
|
|
| |
PR: 35287
Submitted by: maintainer
|
|
|
|
|
| |
PR: 35094
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
| |
|
| |
|
|
|
|
| |
DNSSEC Walker
|
|
|
|
|
|
|
| |
* Update to 0.14, which has only two changes:
- Fix the bug which we fixed with patch-aa
- Fix the "defined @array" line that trips
up perl 5.6.x
|
|
|
|
|
| |
PR: 34649
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
notes, "If you have BIND 8.3.0 you need to upgrade." See
/usr/local/share/doc/bind8/CHANGES for a complete list, but the most
important change is:
1324. [bug] certian bad delegations could result in a DNS storm.
|
|
|
|
|
|
|
|
| |
Add Gerritt Pape's manual pages unless WITHOUT_MAN is defined.
Assume maintainership.
Reviewed by: nbm
Approved by: nbm (former maintainer)
|
|
|
|
|
|
|
| |
install.
PR: ports/34469
Submitted by: Andrew <andrew@ugh.net.au>
|
|
|
|
|
|
|
|
| |
DNS server gets its information from, and follows the chain
of DNS servers back to the servers which know the data.
PR: 34216, 34025
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
|
|
|
|
| |
PR: 34385
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|