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/Makefile

Number of commits found: 16

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
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
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
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
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 
Sunday, 28 May 2017
23:17 sunpoet search for other commits by this committer
Fix OPTIONS_DEFAULT: remove EXAMPLES which is added by framework

Approved by:	portmgr (blanket)
Original commitRevision:441953 
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, 20 Apr 2016
05:03 truckman search for other commits by this committer
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.
Original commitRevision:413670 
Friday, 26 Feb 2016
21:12 truckman search for other commits by this committer
Update to version 0.8.1:

  * Allow compressed <domain-name> record data fields in all supported record
    types (#12).

Sponsored by:	Farsight Security, Inc.
Original commitRevision:409638 
Wednesday, 28 Oct 2015
02:34 truckman search for other commits by this committer
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.
Original commitRevision:400368 
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 
Monday, 6 Apr 2015
12:40 truckman search for other commits by this committer
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.
Original commitRevision:383420 
Saturday, 10 Jan 2015
02:42 truckman search for other commits by this committer
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)
Original commitRevision:376669 
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: 16