Port details |
- wdns Low-level DNS library
- 0.12.0 dns =2 0.12.0Version of this port present on the latest quarterly branch.
- Maintainer: truckman@FreeBSD.org
- Port Added: 2014-06-03 08:36:18
- Last Update: 2023-09-10 05:35:13
- Commit Hash: e81c9f1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/farsightsec/wdns
- Description:
- wdns is a low-level DNS library. It contains a fast DNS message parser
and various utility functions for manipulating wire-format DNS data.
- ¦ ¦ ¦ ¦
- 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/wdns/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/wdns
- pkg install wdns
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wdns
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1694204447
SHA256 (wdns-0.12.0.tar.gz) = 44eb1fbb6993889f116e38b85eaf5badc114a87148734d39943c18752b4da74e
SIZE (wdns-0.12.0.tar.gz) = 421748
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:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- This port is required by:
- for Libraries
-
- dns/dnstable
- dns/dnstable-convert
- dns/py-pywdns
- net/axa
- net/nmsg
- net/sie-nmsg
Configuration Options:
- ===> The following configuration options are available for wdns-0.12.0:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- dns_wdns
- USES:
- gmake libtool pathfix pkgconfig python:build
- 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 |
0.12.0 10 Sep 2023 05:35:13 |
Don Lewis (truckman) |
dns/wdns: upgrade to version 0.12.0
0.12.0:
* Add EDNS output to wdns_message_to_str().
* Fix memory leak triggered by multiple OPT records in messages.
* Fixes multiple bugs in base32 encoding, NSEC bitmap parsing, and
HTTPS svcparam parsing.
* Fix out of bounds memory write in wdns_str_to_name.
* Fix handling of no address for client subnets.
Bump PORTREVISION of dependent ports.
MFH: 2023Q3
Sponsored by: DomainTools LLC |
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) |
0.11.0 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 ) |
0.11.0 12 Apr 2022 05:31:39 |
Don Lewis (truckman) |
dns/wdns: Upgrade to version 0.11.0
* Improve support for CAA records. (CAA was previously rendered as a
"generic" rdata type.)
* Bug fix for NSEC/NSEC3/CSYNC: do not output empty rrtype bitmaps
per RFC6840 section 6.4.
* Fix parsing of A6 records that ommit and address portion. Correct
parsing of A6 records with prefix length 0. Correct handling of
A6 address bytes. The address bytes of an A6 record are an address
suffix relative to the prefix represented by the domain name, and
so must be copied to and from the lower order bytes of the internal
address representation. These A6 code updates were for the purposes
of clearing "round trip" test errors in the existing code base. (Only the first 15 lines of the commit message are shown above ) |
0.10.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.10.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.10.0 05 Dec 2019 23:09:10 |
truckman |
Upgrade dns/wdns to version 0.10.0:
* Handle corner case of NSEC3 hash field with length zero.
* Preserve name case when parsing rdata strings.
* Fix printing of bitmap entries for rrtypes larger than 255.
Improve rrtype sorting.
* Preserve character-string boundaries when formatting TXT rdata.
* Add ./configure --with-coverage option to build with code coverage
and make targets: clean-coverage to remove the coverage data and results
and report-coverage to generate report (after running the code such as
with "make check"). (Only the first 15 lines of the commit message are shown above ) |
0.9.1 28 May 2017 23:17:05 |
sunpoet |
Fix OPTIONS_DEFAULT: remove EXAMPLES which is added by framework
Approved by: portmgr (blanket) |
0.9.1 04 Jan 2017 04:43:36 |
truckman |
Upgrade dns/wdns to version 0.9.1:
* t/: Fix format specifiers for size_t in some tests.
* Add README.md.
* Don't install the compiled example programs.
Optionally install source code for example programs under ${EXAMPLESDIR}.
Define TEST_TARGET.
Sponsored by: Farsight Security, Inc. |
0.9.0 20 Apr 2016 05:03:47 |
truckman |
Upgrade dns/wdns to version 0.9.0:
* Support for new rrtypes:
- CDNSKEY and CDS (RFC 7344)
- CSYNC (RFC 7477)
- EUI48 and EUI64 (RFC 7043)
- OPENPGPKEY (draft-ietf-dane-openpgpkey)
- TLSA (RFC 6698)
- URI (RFC 7553)
* Added new rrtype mnemonics: CDNSKEY, CSYNC, EUI48, EUI64, GID, L32, L64,
LP, NID, OPENPGPKEY, TLSA, UID, UINFO, UNSPEC.
Sponsored by: Farsight Security, Inc. |
0.8.1 26 Feb 2016 21:12:53 |
truckman |
Update to version 0.8.1:
* Allow compressed <domain-name> record data fields in all supported record
types (#12).
Sponsored by: Farsight Security, Inc. |
0.8.0 28 Oct 2015 02:34:45 |
truckman |
Upgrade to wdns version 0.8.0.
wdns (0.8.0)
[ Henry Stern ]
* wdns_str_to_rcode(): New function.
* wdns_str_to_name_case(): New function.
Sponsored by: Farsight Security, Inc. |
0.7.0 23 Sep 2015 22:05:57 |
truckman |
Upgrade to 0.7.0:
[ Henry Stern ]
* wdns_str_to_rdata(): New function.
* wdns_str_to_rrclass(): New function.
[ Robert Edmonds ]
* examples/wdns-dump-file: New utility.
Sponsored by: Farsight Security, Inc. |
0.6.0_1 06 Apr 2015 12:40:48 |
truckman |
Add LICENSE_FILE (and bump PORTREVISION).
Convert to use MASTER_SIGHTS_FARSIGHT.
Differential Revision: https://reviews.freebsd.org/D2235
Approved by: mat (mentor)
Sponsored by: Farsight Security, Inc. |
0.6.0 10 Jan 2015 02:42:02 |
truckman |
MASTER_SITE dl.farsightsecurity.com only allows https downloads.
Mirror the distfile on LOCAL as a http backup for clients that
can't use https.
Use INSTALL_TARGET=install-strip instead of ${STRIP_CMD}.
Differential Revision: https://reviews.freebsd.org/D1473
Approved by: mat (mentor) |
0.6.0 05 Jun 2014 00:49:15 |
miwi |
- Update to 0.6.0
PR: 190620
Submitted by: maintainer |
0.5 03 Jun 2014 08:36:10 |
miwi |
wdns is a low-level DNS library. It contains a fast DNS message parser
and various utility functions for manipulating wire-format DNS data.
WWW: https://github.com/farsightsec/wdns
PR: ports/190552 |