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

Number of commits found: 24

Wednesday, 10 Jan 2024
15:29 Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c e4610fc
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
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
Saturday, 14 Nov 2020
03:09 pkubaj search for other commits by this committer
security/snort2pfcd: fix build on GCC architectures

cc1: error: unrecognized command line option "-Wimplicit-fallthrough"
cc1: error: unrecognized command line option "-Wcovered-switch-default"
cc1: error: unrecognized command line option "-Wno-noexcept-type"
cc1: error: unrecognized command line option "-Wstring-conversion"

Tested to build with Clang.
Original commitRevision:555067 
Sunday, 4 Oct 2020
17:11 rhurlin search for other commits by this committer
security/snort2pfcd: Update to 3.2

No official changelog available. According to maintainer, the major changes for
this release are optimizations:

-Moved several global variables to local
-Fewer Malloc calls
-Several stack optimizations
-More compiler flags and fixes for those warnings
-Fixed compiler escaping bug involving memset for char

PR:		249904
Submitted by:	Samee Shahzada <onestsam@gmail.com> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D26659
Original commitRevision:551435 
Thursday, 24 Sep 2020
22:55 dbaio search for other commits by this committer
security/snort2pfcd: Update to 3.1

PR:		249475
Submitted by:	Samee Shahzada <onestsam@gmail.com> (maintainer)
Original commitRevision:549971 
Saturday, 12 Sep 2020
22:13 dbaio search for other commits by this committer
security/snort2pfcd: Update to 3.0

PR:		249267
Submitted by:	Samee Shahzada <onestsam@gmail.com> (maintainer)
Original commitRevision:548426 
Wednesday, 9 Sep 2020
09:16 fernape search for other commits by this committer
security/snort2pfcd: Update to 2.9

Fixes -fno-common problem.

PR:	249122
Submitted by:	onestsam@gmail.com (maintainer)
MFH:	2020Q3 (build fix, -fno-common)
Original commitRevision:548072 
Sunday, 2 Aug 2020
13:57 swills search for other commits by this committer
security/snort2pfcd: Update to 2.8

PR:		248287
Submitted by:	Samee Shahzada <onestsam@gmail.com> (maintainer)
Original commitRevision:543960 
Saturday, 18 Jul 2020
01:31 swills search for other commits by this committer
security/snort2pfcd: Update to 2.7

PR:		248035
Submitted by:	Samee Shahzada <onestsam@gmail.com> (maintainer)
Original commitRevision:542465 
Saturday, 11 Jul 2020
16:02 zeising search for other commits by this committer
security/snort2pfcd: Update to 2.6

Update the security/snort2pfcd port to 2.6

PR:		247886
Submitted by:	maintainer (Samee Shahzada)
Event:		July 2020 Bugathon
Original commitRevision:541987 
Wednesday, 8 Jul 2020
06:38 lwhsu search for other commits by this committer
Update to 2.5

PR:		247840
Submitted by:	Samee Shahzada <onestsam@gmail.com> (maintainer)
Original commitRevision:541465 
05:58 lwhsu search for other commits by this committer
Update to 2.4

PR:		247839
Submitted by:	Samee Shahzada <onestsam@gmail.com> (maintainer)
Original commitRevision:541462 
Sunday, 23 Feb 2020
07:55 tcberner search for other commits by this committer
security/snort2pfcd: Update to 2.3

PR:		244182
Submitted by:	Samee Shahzada <onestsam@gmail.com>  (maintainer)
Original commitRevision:526890 
Tuesday, 23 May 2017
21:54 joneum search for other commits by this committer
- Update to 2.0

PR:	219396
Submitted by:	Samee Shahzada (maintainer)
Approved by:	rene (maintainer)
Differential Revision:	https://reviews.freebsd.org/D10875
Original commitRevision:441553 
Saturday, 13 May 2017
00:48 dbaio search for other commits by this committer
security/snort2pfcd: Update to 1.9.1

PR:		219202
Submitted by:	Samee Shahzada <onestsam@gmail.com> (maintainer)
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10674
Original commitRevision:440742 
Tuesday, 2 May 2017
15:23 miwi search for other commits by this committer
- Update to 1.8

PR:		218302
Submitted by:	maintainer
Original commitRevision:439952 
Monday, 27 Mar 2017
09:52 robak search for other commits by this committer
security/snort2pfcd: update 1.2 -> 1.3

PR:		218149
Submitted by:	Samee Shahzada <onestsam@gmail.com> (maintainer)
Original commitRevision:437017 
Saturday, 17 Dec 2016
16:58 jhale search for other commits by this committer
Update to 1.2

PR:		213429
Submitted by:	Samee Shahzada <onestsam@gmail.com> (maintainer)
Original commitRevision:428781 
Monday, 3 Oct 2016
14:09 pawel search for other commits by this committer
Update to version 1.0

PR:		213142
Submitted by:	Samee Shahzada (maintainer)
Original commitRevision:423197 
Tuesday, 27 Sep 2016
01:28 wen search for other commits by this committer
- Update to 0.8
- Update LICENSE

PR:		212842
Submitted by:	onestsam@gmail.com(maintainer)
Original commitRevision:422797 
Sunday, 18 Sep 2016
11:58 woodsb02 search for other commits by this committer
security/snort2pfcd: Update to 0.7

- Add LICENSE=NONE as no license has been defined upstream
- Remove patch-Makefile as it has been upstreamed

PR:		212481
Submitted by:	onestsam@gmail.com (maintainer)
Reviewed by:	amdmi3
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D7908
Original commitRevision:422380 
Tuesday, 30 Aug 2016
23:37 woodsb02 search for other commits by this committer
Add new port security/snort2pfcd, which analyzes snort alert output and
blocks ip addresses using pf for a specified period of time.

PR:		211813
Submitted by:	onestsam@gmail.com
Reviewed by:	adamw, mat (mentors)
Approved by:	koobs (mentor)
Differential Revision:	https://reviews.freebsd.org/D7712
Original commitRevision:421135 

Number of commits found: 24