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/dnsdbq/distinfo

Number of commits found: 15

Thursday, 15 Sep 2022
22:35 Don Lewis (truckman) search for other commits by this committer
dns/dnsdbq: Upgrade to version 2.6.4

 * 2.6.1
  - use 'zu' format string in deduper_dump() (#196)

  - ctype.h functions require int arguments. cygwin gcc enforces this.
    Update version to 2.6.1

 * 2.6.2
  - fix three memory leaks revealed by valgrind (#202)

  - see if we can remove the need for res_rcode() by changing the error
    path (#200)

  - use strtok_r() in preference to strsep(), for consistency and
    modernity (#203)

  - based on PR 204, refactor and comment for clarity (#205)

* 2.6.3
  - replace strtok_r() by new tokstr library

  - tokstr_h was a typo, thanks to codereview.stackexchange.com for
    finding it

  - attempt to work around gcc11 structure size checks (#207)

  - tokstr regions (#208)

  - Revised fix for issue 209: "error: unknown type ssize_t; did you
    mean _ssize_t?" (#211)

  - Can now build on Apple M1 processors by following the instructions
    (#212)

  - Clarify that not all macOS M1 machines have homebrew in the new
    /opt/homebrew location

  - Document again the HTTPS_PROXY environment variable

 * 2.6.4
   - Issue 214: batch option parsing bug in tokstr library changes.
     (#215)

Sponsored by:	DomainTools
commit hash: d0664ff412f5dbe5e904ce65709b2691351bc09f commit hash: d0664ff412f5dbe5e904ce65709b2691351bc09f commit hash: d0664ff412f5dbe5e904ce65709b2691351bc09f commit hash: d0664ff412f5dbe5e904ce65709b2691351bc09f d0664ff
Sunday, 21 Nov 2021
01:16 Don Lewis (truckman) search for other commits by this committer
dns/dnsdbq: Upgrade to version 2.6.0

 * change DCE text, per molloy@fsi.io

 * for clarity, init LCV within loop

 * "-p minimal" option outputs only the owner name or rdata, one
   per line and deduplicated; for use by shell scripts.

 * some lint fixed

 * return results must be checked

 * this branch allows a comma-separated list of rrtypes anywhere a
   single rrtype was allowed before. this will result in multiple
   parallel fetches from the API server, which reduces transaction
   latency at the expense of higher instantaneous load. the new
   functionality and documentation has been tested and reviewed by
   joe st sauver.

 * man page corrections

 * detect duplicate or overrun in rrtype sets

 * Document MAX_FETCHES variable

Add post-release patch to fix build on i386 and others.

Sponsored by:	Farsight Security, Inc.
commit hash: 706c703c5bde6459d02497b488869d51045d067e commit hash: 706c703c5bde6459d02497b488869d51045d067e commit hash: 706c703c5bde6459d02497b488869d51045d067e commit hash: 706c703c5bde6459d02497b488869d51045d067e 706c703
Friday, 16 Jul 2021
06:54 Don Lewis (truckman) search for other commits by this committer
dns/dnsdbq: upgrade to version 2.5.5

  *  clarify dnsdb is dnsdb2 and when to use dnsdb1 (#177)

  * clarify relationship of -c to -A/-B, in both main text and examples
    (#181)

  * dedup the PDNS JSON presentation (lookup vs. summarize) (#180)

  * add -0 option to test countoff()

  * shelter callers of countoff() from its recursive innards; change
    counted->nlabel

  * change counted->nlabel from size_t to int

  * if there are no alnums, cons up a "." string, in sortable_dnsname()

  * gcc-11 caught an if statement that needed curly brackets

  * cleanups

Sponsored by:	Farsight Security, Inc.
commit hash: 970b82e67b6381466e1b434ec94be8f0cdeb969b commit hash: 970b82e67b6381466e1b434ec94be8f0cdeb969b commit hash: 970b82e67b6381466e1b434ec94be8f0cdeb969b commit hash: 970b82e67b6381466e1b434ec94be8f0cdeb969b 970b82e
Monday, 19 Apr 2021
06:45 Don Lewis (truckman) search for other commits by this committer
dns/dnsdbq: Update to 2.5.4

 - Add DNSDBQ_CONFIG_FILE environment variable below which can specify a
   different configuration file to use.

Sponsored by:	Farsight Security, Inc.
commit hash: 6173328a2776d1a0dc2deaf6de8f05b4ac6b1409 commit hash: 6173328a2776d1a0dc2deaf6de8f05b4ac6b1409 commit hash: 6173328a2776d1a0dc2deaf6de8f05b4ac6b1409 commit hash: 6173328a2776d1a0dc2deaf6de8f05b4ac6b1409 6173328
Friday, 12 Mar 2021
08:04 truckman search for other commits by this committer
Upgrade dns/dnsdbq to version 2.5.3:

  * Removed probe feature.

  * Add note: not all passive DNS systems or versions of those system
    implement the same query features.

  * Remove unreached error msg

  * Renamed existing "dnsdb" system to be "dnsdb1".  Made "dnsdb" be an
    alias for "dnsdb2".  Restructured parts of the man page

Sponsored by:	Farsight Security, Inc.
Original commitRevision:568146 
Sunday, 7 Mar 2021
04:59 truckman search for other commits by this committer
Update dns/dnsdbq to version 2.5.2:
  * fix assertion failure, ignore non-alnum chars for sorting

  * fix minor memory leaks

Sponsored by:	Farsight Security, Inc.
Original commitRevision:567541 
Friday, 5 Mar 2021
18:28 truckman search for other commits by this committer
Upgrade dns/dnsdbq to 2.5.1:

  * add zone times to datefix, add json to reverse, fix usage messages

  * remove some name-reversal debugging output; handle names which don"t
    end in dots

  * add "truncate" transform, clean up the "reverse" string arithmetic

  * Add missing trailing period and newline to the -8 usage text

  * retire APIKEY from the environment, allow it only in config file

  * remember when the system has been specified

  * change transform "truncate" to be called "chomp"

  * portability fixes

Sponsored by:	Farsight Security, Inc.
Original commitRevision:567404 
Sunday, 21 Feb 2021
07:13 truckman search for other commits by this committer
Upgrade dns/dnsdbq to version 2.4.0:

* Requires using an updated DNSDB API server. (2.3.0)

* To use the new features, add the following line the ~/.dnsdb-query.conf
  file: (2.3.0)
    DNSDBQ_SYSTEM=dnsdb2
  or add the command-line option
    -u dnsdb2

  If you leave out that line, that command-line option, or use
    DNSDBQ_SYSTEM=dnsdb
  then dnsdbq will function as it previously did with DNSDB API version 1.

* change DEFAULT_SYS from dnsdb to dnsdb2; adapt rest of system to cope
  (2.4.0)

* add support to probe what pDNS systems the endpoint supports (2.4.0)

* normalize DNSDB APIv2; rename encap_bare to encap_cof; incorporate encap
  into pdns_system; remove all encap inequality tests (2.4.0)

Sponsored by:	Farsight Security, Inc.
Original commitRevision:566207 
Friday, 24 Jul 2020
06:21 truckman search for other commits by this committer
Upgrade dns/dnsdbq to version 2.2.1.

  * Summarize needs to never make two upstream queries

  * When adding O: to QPARAM_OPTS, it has to be removed from the other
    getopt options

  * Remove the strange deduplication logic that was never necy

  * Improve doc of relative form with explicit labels

  * Do not round upward for zone time durations, those are not sightings

Sponsored by:	Farsight Security, Inc.
Original commitRevision:543003 
Wednesday, 25 Mar 2020
02:43 truckman search for other commits by this committer
Upgrade dns/dnsdbq to version 2.1.1:

  * Fail if -r or -n argument is not 7 bit clean unless new -8 switch given.

  * Various changes that were inadvertently omitted from the 2.1.0 release.

  * Minor fixes.

Sponsored by:	Farsight Security, Inc.
Original commitRevision:529073 
Tuesday, 24 Mar 2020
17:15 truckman search for other commits by this committer
Upgrade dnsdbq to version 2.1.0:

 * Code reorganized in order to support new pdns systems (such as dnsdb2

 * Many small improvements

 * Backwards compatible with older versions

Fix PORTSCOUT.

Sponsored by:	Farsight Security, Inc.
Original commitRevision:529053 
Friday, 20 Dec 2019
00:02 truckman search for other commits by this committer
Upgrade dns/dnsdbq to version 1.5.0:

  * add -q and document -v

  * Use CURLOPT_PATH_AS_IS option if it is available

  * Correct -r to be "-r rrset". Correct batch rdata/ip to be
    "rdata/ip/ADDR[,PFXLEN]"

  * In man page: remove duplicate -v flag description. Move -q flag to be
    in alphabetical order

  * Change -R option to be a -N option.  Add a new -R option that searches
    the left-hand-side. Reference dnstable-encoding(5)

  * fix no-newline-eof bug in -f for jonas; add -f -f support (verbose
    batching)

  * correct behaviour of -l and -L with respect to -f and -m

  * only call writer_fini() from the scope who called writer_init(),
    except in the my_exit() path

  * kill the sort on overcount

  * add error code and description to the -f -f ++ marker

  *  fix abort in writer_status() by changing where "once" lives from
     reader to writer

  * fix no-newline-eof bug in -f; add -f -f support (verbose batching)

  * Change parsing -l and -L to use parse_long so it will catch parsing
    errors

  * Fix an assert

  * fix #90 with some warning and documentation changes

  * fix #89 by restructuring the validate_verb() system

  * fix #88 by better explaining text vs. dns formats

  * fix #87 by reorganizing some man page text

  * fix #86 by checking argument to -A and -B options

  * fix #83 by rewording the -k section of the man page

  * replace text for -A and -B options

  * improve documentation about interaction of -s/-S with -l/-L

  * fix #81

  * improve documentation of -c to explain about -A + -B quota impact

  * time, not date

  * fix everything noted in #85

  * document RRset (raw) query. document HEX better (#111)

Restrict portscount to real release tags.

Sponsored by:	Farsight Security, Inc.
Original commitRevision:520453 
Thursday, 3 Oct 2019
18:05 truckman search for other commits by this committer
Upgrade dns/dnsdbq port to version 1.4.0.

Sponsored by:	Farsight Security, Inc.
Original commitRevision:513681 
Saturday, 17 Mar 2018
01:27 truckman search for other commits by this committer
Upgrade dnsdbq to version 1.0.0:

 * add positivity check for -l

 * avoid EPIPE from sort

 * catch the case where /bailiwick is specified for -

 * display usage errors without help text; instead, tell the user about
   the -h option

 * notice with -c is used without -A or -B

 * replace last remaining fgets with getline

 * correct and improve option-incompatibility testing

 * add -a for alternative server api prefixes, and -u for alternative
   server api syntax

 * remove some debugging code

 * remove layering violation in the 404 handling

 * allow error-body to span several tcp segments (writer_func calls)

Sponsored by:	Farsight Security, Inc.
Original commitRevision:464746 
Thursday, 15 Feb 2018
06:56 truckman search for other commits by this committer
New port dnsdb/dnsdbq.

This is a pure C program that accesses the DNSDB API server at Farsight
Security. An API key is required for operation. The command syntax was
inspired by a python script called dnsdb_query, but significant departure
has occured, largely inspired by a modern understanding of "time fencing"
and a desire for new features such as CSV output and JSON reprocessing.

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

Number of commits found: 15