Port details |
- walker Recover zone file information from servers that use DNSSEC
- 3.8_2 dns =8 3.8_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2003-09-05 04:55:22
- Last Update: 2024-01-09 15:41:04
- Commit Hash: e10e202
- People watching this port, also watch:: p5-Net-DNS-SEC, p5-Net-DNS, bison, nmap, libxml2
- License: GPLv2+
- WWW:
- https://josefsson.org/walker/
- Description:
- walker - recover zone file information from servers that have disabled zone
transfers but use DNSSEC.
Fetch NXT record on zone name, walk the NXT chain until all records are
fetched. Requires Bind version 9.x program `dig' located in path.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/dns/walker/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/walker
- pkg install walker
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: walker
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (walker-3.8.tar.gz) = 25c66ce7354d03287825452af6bc650a5e565a2bcd2347852c08bd2d5fae9fbd
SIZE (walker-3.8.tar.gz) = 18478
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-Net-DNS>=0 : dns/p5-Net-DNS
- p5-Net-DNS-SEC>=0 : dns/p5-Net-DNS-SEC
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for walker-3.8_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- dns_walker
- USES:
- perl5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.8_2 09 Jan 2024 15:41:04 |
Baptiste Daroussin (bapt) |
MAN[1-5]PREFIX: eleminate its usage and move man to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.8_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.8_1 20 Jul 2022 14:21:47 |
Tobias C. Berner (tcberner) |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
3.8_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.8_1 04 Nov 2019 21:21:04 |
rene |
Returns johans's ports to the pool after safekeeping his commit bit. |
3.8_1 18 Sep 2019 09:38:19 |
amdmi3 |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket |
3.8_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
3.8_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.8_1 26 Aug 2015 18:19:57 |
amdmi3 |
- Add NO_ARCH
- Switch to options helpers
- Unsilence install commands
Approved by: portmgr blanket |
3.8_1 21 Feb 2014 13:36:29 |
ehaupt |
Remove trailing whitespaces from category dns |
3.8_1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
3.8_1 29 Dec 2013 09:06:42 |
johans |
- Fix perl shebang path
- Enable stage support
- Bump PORTREVISION |
3.8 20 Sep 2013 16:31:58 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
3.8 11 Sep 2013 08:56:53 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
3.8 29 Jun 2012 10:07:34 |
johans |
Remove SITE_PERL from RUN_DEPENDS
Submitted by: az |
3.8 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.8 23 Feb 2010 18:03:45 |
johans |
Update my mail address to @FreeBSD.org
Feature safe: yes |
3.8 29 Jan 2007 19:05:07 |
gabor |
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
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) |
3.8 22 Jan 2006 08:31:47 |
edwin |
SHA256ify
Approved by: krion@ |
3.8 05 Oct 2005 14:32:51 |
ehaupt |
- update dns/walker to 3.8
- use PLIST_FILES, remove pkg-plist
- install PORTDOCS
PR: 86889
Submitted by: Johan van Selst <johans@stack.nl> (maintainer)
Approved by: novel (mentor) |
3.7 20 Sep 2005 11:17:19 |
novel |
Update to 3.7.
PR: 86363
Submitted by: Johan van Selst (maintainer) |
3.5 13 Dec 2004 18:00:20 |
sem |
How was discovered by dns/dnssecwalker port maintainer,
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> |
3.2 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
3.2 03 Jan 2004 20:30:39 |
dougb |
Adjust the dependency check on p5-Net-DNS to take into account its
new PERL_ARCH'ified location.
In a few cases, standardize on searching for
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm instead of other files. |
3.2 03 Jan 2004 05:35:23 |
edwin |
[non maintainer update] dns/walker to 3.2
Update to 1.2.3. This replaces my previous PR number 60784.
PR: ports/60832
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> |
1.0 11 Oct 2003 14:59:12 |
krion |
- Add CONFLICTS, because of the same item in pkg-plist
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
1.0 05 Sep 2003 07:33:51 |
edwin |
Chase repocopies towards ports/dns
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr |
1.0 05 Sep 2003 04:54:37 |
edwin |
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr |