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/dnstable-convert/distinfo

Number of commits found: 3

Thursday, 29 Jun 2023
03:16 Don Lewis (truckman) search for other commits by this committer
dns/dnstable-convert: Upgrade to 0.12.0

* dnstable_convert: add -p option to not remove generated mtbl file
  with no records.

* dnstable_convert: additional logging at startup and exit.

* dnstable_convert: increase file descriptor resource limit at startup.

* dnstable_unconvert: sort rdata values in "wdns_sort_rrset" order
  for consistency with other dnstable data sources.

The problem fixed by patch-dnstable__convert.c has been fixed upstream.

Sponsored by:	DomainTools LLC
commit hash: 38d711f500de6d9223daef98045e28e5d0f4ec92 commit hash: 38d711f500de6d9223daef98045e28e5d0f4ec92 commit hash: 38d711f500de6d9223daef98045e28e5d0f4ec92 commit hash: 38d711f500de6d9223daef98045e28e5d0f4ec92 38d711f
Friday, 15 Oct 2021
04:46 Don Lewis (truckman) search for other commits by this committer
dns/dnstable-convert: Upgrade to version 0.11.0

dnstable-convert 0.11.0:

  * Add new tool dnstable_unconvert which converts the RRSET entries of
    a dnstable file to the equivalent NMSG format.

  * Add SVCB and HTTPS records indexing support, based upon
    draft-ietf-dnsop-svcb-https-07. Note that the hostname portion in
    the RDATA is downcased in the sliced encoding and reversed name
    entry.

  * Put CDS, CDNSKEY, and TA resource record types into dnssec.*
    output files. To duplicate these three DNSSEC types to the dns.*
    output files for compatibility, use the new dnstable_convert -D
    option.

  * Put RRtype in the currently empty value portion of RRSET_NAME_FWD
    and RDATA_NAME_REV indexes if it's in range (1 to 65535). Use an
    8-bit integer if it is less than 256, else uses a 16-bit little
    endian integer.

  * Generate ENTRY_TYPE_TIME_RANGE and ENTRY_TYPE_VERSION metadata
    entries in output dnstable files.

  * The versions of the following entries are:

    ENTRY_TYPE_RRSET = 0
    // Initial version.

    ENTRY_TYPE_RRSET_NAME_FWD = 1
    // Add rrtype union as value.

    ENTRY_TYPE_RDATA = 1
    // Fix the SRV slicing and add SVCB/HTTPS sliced entries.

    ENTRY_TYPE_RDATA_NAME_REV = 1
    // Add SOA, SVCB, and HTTPS name indexing; add rrtype union
    // as value.

  * dnstable_convert: use input file - (dash) for standard input
    (stdin).

  * dnstable_convert: add -c compression option to set type of
    compression used. This defaults to zlib.

  * dnstable_convert: add -l compression option to set compression
    level.

  * dnstable_convert: add -m option to specify maximum megabytes of
    memory to use for in-memory sorting. It defaults to 2048 MB.

  * Various changes to the status output from dnstable_convert when it
    runs.

  * Documentation and testing improvements.

Sponsored by:	Farsight Security, Inc.
commit hash: 260f3661d8c33f136075f7b5b896d2cb8d7b7104 commit hash: 260f3661d8c33f136075f7b5b896d2cb8d7b7104 commit hash: 260f3661d8c33f136075f7b5b896d2cb8d7b7104 commit hash: 260f3661d8c33f136075f7b5b896d2cb8d7b7104 260f366
Monday, 25 Jun 2018
17:14 truckman search for other commits by this committer
New port dns/dnstable_convert.  It was split out of dnstable to reduce the
dependencies of dnstable.

dnstable_convert is a conversion utility for passive DNS data in
dnstable format.

Sponsored by:	Farsight Security, Inc.
Original commitRevision:473328 

Number of commits found: 3