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: security/passivedns/Makefile

Number of commits found: 14

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
Friday, 4 Feb 2022
09:04 Fernando Apesteguía (fernape) search for other commits by this committer Author: Shawn Michael
security/passivedns: Update to 1.2.1-25

Add support for loopback devices (lo, wg, gif, etc)

PR:	260911
Reported by:	freebsd@monkeyspunk.net
Approved by:	shadowbq@gmail.com (maintainer, timeout > 1 month)
commit hash: 5d1589783615222402078cacf7effe8501448f45 commit hash: 5d1589783615222402078cacf7effe8501448f45 commit hash: 5d1589783615222402078cacf7effe8501448f45 commit hash: 5d1589783615222402078cacf7effe8501448f45 5d15897
Wednesday, 6 Oct 2021
19:13 Jason Helfman (jgh) search for other commits by this committer
security/passivedns: add JSON option

PR:	254435 (based on)
Submitted by: freebsd@monkeyspunk.net
Approved by: maintainer timeout
commit hash: f51671acbd7d33d22cd4d3a8176d34bad237edde commit hash: f51671acbd7d33d22cd4d3a8176d34bad237edde commit hash: f51671acbd7d33d22cd4d3a8176d34bad237edde commit hash: f51671acbd7d33d22cd4d3a8176d34bad237edde f51671a
Sunday, 20 Jun 2021
21:49 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Shawn Michael
security/passivedns: Update to 1.2.1-22

This fixes build on FreeBSD 13+

PR:		255599
commit hash: 2287e8f627d43a120be870809c18e1b7e02a628d commit hash: 2287e8f627d43a120be870809c18e1b7e02a628d commit hash: 2287e8f627d43a120be870809c18e1b7e02a628d commit hash: 2287e8f627d43a120be870809c18e1b7e02a628d 2287e8f
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, 18 Feb 2021
06:21 linimon search for other commits by this committer
Mark BROKEN in 13/14 (via latest llvm update).
Original commitRevision:565902 
Saturday, 14 Sep 2019
16:04 jgh search for other commits by this committer
- update to 1.2.1.10
- pet portlint on USES

PR:		240034 (based on)
Submitted by:	lytboris@gmail.com
Approved by:	shadowbq@gmail.com (maintainer timeout)
Original commitRevision:512032 
Monday, 2 Sep 2019
21:23 swills search for other commits by this committer
Bump PORTREVISION on ldns consumers

Shared lib version changed in update

Reported by:	sunpoet
Original commitRevision:510851 
Friday, 3 Mar 2017
04:12 miwi search for other commits by this committer
- Chase ldns shlip bump

PR:		217495
Original commitRevision:435306 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Tuesday, 12 May 2015
14:41 jbeich search for other commits by this committer
security/passivedns: restore consistency in snapshot naming after r386136

Pass git-describe(1) output to github API as is. This changes
fetch url, checksum and WRKSRC but the content remains the same.

Tested by:	diff -urN
Submitted by:	mat
Approved by:	mat's portmgr hat
Original commitRevision:386154 
11:57 jbeich search for other commits by this committer
security/passivedns: unbreak build

- Fix versioning scheme but keep git-describe(1) format
- Respect LOCALBASE != PREFIX
- Drop unnecessary bsd.port.options.mk
- Drop unused AUTOMAKE_ARGS
- Drop deprecated author line from pkg-descr

PR:		198499
Pointy hat:	lme (2 weeks no fix)
Reported by:	pkg-fallout, DPorts
Approved by:	portmgr blanket
Original commitRevision:386136 
Monday, 27 Apr 2015
20:33 lme search for other commits by this committer
Add security/passivedns:

A tool to collect DNS records passively to aid Incident handling, Network
Security Monitoring (NSM) and general digital forensics.

PassiveDNS sniffs traffic from an interface or reads a pcap-file and outputs
the DNS-server answers to a log file. PassiveDNS can cache/aggregate duplicate
DNS answers in-memory, limiting the amount of data in the logfile without
losing the essense in the DNS answer.

WWW: https://github.com/gamelinux/passivedns

PR:		198499
Submitted by:	shadowbq@gmail.com
Original commitRevision:384872 

Number of commits found: 14