notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: dns/wdns/pkg-plist

Number of commits found: 7

Sunday, 10 Sep 2023
05:35 Don Lewis (truckman) search for other commits by this committer
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
commit hash: e81c9f11826759d60187c6cc79463f5162781170 commit hash: e81c9f11826759d60187c6cc79463f5162781170 commit hash: e81c9f11826759d60187c6cc79463f5162781170 commit hash: e81c9f11826759d60187c6cc79463f5162781170 e81c9f1
Tuesday, 12 Apr 2022
05:31 Don Lewis (truckman) search for other commits by this committer
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.
    (A6 is deprecated and was moved to historic status.)

  * Fix bug in IPv6 prefix length processing in
    _wdns_str_to_rdata_ubuf().

  * Add support for SVCB and HTTPS resource record types. This is based
    on an Internet-Draft but is widely used in the real world.
    https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-https-08

Bump PORTREVISION of dependent ports due to shared library version
change.

Sponsored by:	DomainTools
commit hash: 9c3e1c57db67d38cf0d4f2cb840a29f855a025e9 commit hash: 9c3e1c57db67d38cf0d4f2cb840a29f855a025e9 commit hash: 9c3e1c57db67d38cf0d4f2cb840a29f855a025e9 commit hash: 9c3e1c57db67d38cf0d4f2cb840a29f855a025e9 9c3e1c5
Thursday, 5 Dec 2019
23:09 truckman search for other commits by this committer
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").

  * Configure check for python which is used to generate some of the C code.

  * Lots of compiler warning cleanups.

  * Unit testing improvements and additional tests added.

  * Added library versioning API:  wdns_get_version() and
    wdns_get_version_number() available at run-time and WDNS_LIBRARY_VERSION
    and WDNS_LIBRARY_VERSION_NUMBER for compile-time.

Add python as a build dependency.

Pet portlint (USES vs. USE ordering).

Sponsored by:	Farsight Security Inc.
Original commitRevision:519111 
Wednesday, 4 Jan 2017
04:43 truckman search for other commits by this committer
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.
Original commitRevision:430537 
Wednesday, 23 Sep 2015
22:05 truckman search for other commits by this committer
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.
Original commitRevision:397665 
Thursday, 5 Jun 2014
00:49 miwi search for other commits by this committer
- Update to 0.6.0

PR:		190620
Submitted by:	maintainer
Original commitRevision:356560 
Tuesday, 3 Jun 2014
08:36 miwi search for other commits by this committer
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
Original commitRevision:356309 

Number of commits found: 7