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

Number of commits found: 22

Wednesday, 11 Oct 2023
06:02 Robert Clausecker (fuz) search for other commits by this committer Author: Franco Fichtner
security/snuffleupagus: update to 0.10.0

PHP 8.3 is now supported.

Changelog: https://github.com/jvoisin/snuffleupagus/releases/tag/v0.10.0

PR:		274372
commit hash: e6fe46f887a327a4851df778ba2a05b8892e0f94 commit hash: e6fe46f887a327a4851df778ba2a05b8892e0f94 commit hash: e6fe46f887a327a4851df778ba2a05b8892e0f94 commit hash: e6fe46f887a327a4851df778ba2a05b8892e0f94 e6fe46f
Thursday, 3 Aug 2023
10:01 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Franco Fichtner
security/snuffleupagus: Update to 0.9.0 and enable PHP 8.2

PR:		272888
commit hash: 12a42e814e7d1313bb62793921fbabbf1a4d4893 commit hash: 12a42e814e7d1313bb62793921fbabbf1a4d4893 commit hash: 12a42e814e7d1313bb62793921fbabbf1a4d4893 commit hash: 12a42e814e7d1313bb62793921fbabbf1a4d4893 12a42e8
Saturday, 10 Jun 2023
14:57 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Mark IGNORE_WITH_PHP for 8.3.X

Approved by:	portmgr (blanket)
Sponsored by:	Bounce Experts
commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 4ca6b84
Sunday, 16 Apr 2023
18:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove merged or non-existent USE_PHP directives

- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
  * www/moodle40: Remove OPTION MSSQL
  * www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
  of all versions of php
  * databases/phpmyadmin: Remove OPTION OPENSSL
  * databases/phpmyadmin5: Remove OPTION OPENSSL
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
  * www/nextcloud: Remove OPTION SSL
  * www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
  all versions of php
  * sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
  following ports
  * www/typo3-11
  * www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
  * databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
  all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
  Windows only php module
  * www/typo3-11: Remove OPTION SQLSRV
  * www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected

Sponsored by:	Bounce Experts

Approved by:	portmgr(blanket)
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea 0ac3a69
Monday, 12 Sep 2022
17:01 Fernando Apesteguía (fernape) search for other commits by this committer Author: Franco Fichtner
security/snuffleupagus: update to 0.8.3

ChangeLog: https://github.com/jvoisin/snuffleupagus/releases/tag/v0.8.3

New features

 * Add the ability to dump the parameter passed to eval
 * Add the ability to match on eval's parameter
 * Add optional extended checks for readonly_exec
 * Add config error for ini rules with identical key
 * Add disabled functions return type to config export

Breaking Changes

 * Mix the stacktrace in the sha256 for the filename of .dump()

Bug fixes

 * Make it actually possible to configure sloppy comparison on latests PHP7
 * Allow file:// prefix in include() wich readonly_exec mode
 * Fix a possible crash when exporting function list
 * Fix a minor memory leak when parsing cookie-related configuration

PR:		266291
Reported by:	franco@opnsense.org (maintainer)
commit hash: 7d1ee10687cace340e336fde54259bf888a3baf6 commit hash: 7d1ee10687cace340e336fde54259bf888a3baf6 commit hash: 7d1ee10687cace340e336fde54259bf888a3baf6 commit hash: 7d1ee10687cace340e336fde54259bf888a3baf6 7d1ee10
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
Monday, 13 Jun 2022
00:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Ignore with php82
commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 214a6c5
Wednesday, 8 Jun 2022
14:41 Nuno Teixeira (eduardo) search for other commits by this committer Author: Franco Fichtner
security/snuffleupagus: Update to 0.8.2

ChangeLog: https://github.com/jvoisin/snuffleupagus/releases/tag/v0.8.2

PR:		264544
commit hash: e28b76189c791592b32fe512a6bc478b7f512d46 commit hash: e28b76189c791592b32fe512a6bc478b7f512d46 commit hash: e28b76189c791592b32fe512a6bc478b7f512d46 commit hash: e28b76189c791592b32fe512a6bc478b7f512d46 e28b761
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
Friday, 22 Jan 2021
10:09 jhale search for other commits by this committer
security/snuffleupagus: Update to 0.7.0

PR:		252882
Submitted by:	Franco Fichtner <franco@opnsense.org> (maintainer)
Original commitRevision:562288 
Wednesday, 2 Sep 2020
08:39 fernape search for other commits by this committer
security/snuffleupagus: update to 0.5.1, build fix

From ChangeLog: https://github.com/jvoisin/snuffleupagus/releases/tag/v0.5.1

 * Add support for syslog
 * Improve OSX support
 * Improve marginally of php8+ compatibility
 * Improve php7.4 compatibility
 * Improve the default ruleset
 * Improve the documentation
 * Improve the gitlab CI

Includes build fix for -fno-common issue.

Pet linters.

PR:	248974
Submitted by:	franco@opnsense.org (maintainer)
MFH:	2020Q3 (build fix, -fno-common)
Original commitRevision:547345 
Sunday, 30 Jun 2019
20:29 swills search for other commits by this committer
security/snuffleupagus: update to 0.5.0

PR:		238693
Submitted by:	avkarenow@o2.pl
Approved by:	Franco Fichtner <franco@opnsense.org> (maintainer)
Original commitRevision:505483 
Saturday, 5 Jan 2019
15:47 rene search for other commits by this committer
Remove stale IGNORE_WITH_PHP=56 values.

Reminded by:	sunpoet
Original commitRevision:489349 
Monday, 31 Dec 2018
11:47 joneum search for other commits by this committer
Update to 0.4.1

Changelog: https://github.com/nbs-system/snuffleupagus/releases/tag/v0.4.1

PR:		234270
Submitted by:	Franco Fichtner <franco@opnsense.org> (maintainer)
Sponsored by:	Netzkommune GmbH
Original commitRevision:488765 
Tuesday, 9 Oct 2018
13:40 swills search for other commits by this committer
security/snuffleupagus: ignore with PHP 7.3

PHP 7.3 is not yet supported

PR:		232111
Submitted by:	Franco Fichtner <franco@opnsense.org> (maintainer)
Original commitRevision:481632 
Tuesday, 18 Sep 2018
13:22 arved search for other commits by this committer
Update to 0.4.0

PR:		231376
Submitted by:	maintainer
Original commitRevision:480021 
Tuesday, 14 Aug 2018
16:51 swills search for other commits by this committer
security/snuffleupagus: update to 0.3.0

PR:		230346
Submitted by:	Franco Fichtner <franco@opnsense.org> (maintainer)
Original commitRevision:477186 
Tuesday, 3 Apr 2018
16:13 joneum search for other commits by this committer
security/snuffleupagus: Update to 0.2.2

Changelog: https://github.com/nbs-system/snuffleupagus/releases/tag/v0.2.2

PR:		227024
Submitted by:	Franco Fichtner <franco@opnsense.org> (maintainer)
Original commitRevision:466361 
Thursday, 8 Mar 2018
19:48 mat search for other commits by this committer
Introduce PHP flavors.

  Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
  flavored.  They will automatically get flavors (php56, php70, php71, php72)
  depending of the versions they support (set with IGNORE_WITH_PHP).  As a
  consequence, ports using USES=pear and USES=horde are also flavored.

PR:		226242
Submitted by:	mat
Exp-run by:	antoine
Approved by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14208
Original commitRevision:463917 
Thursday, 8 Feb 2018
10:42 pi search for other commits by this committer
security/snuffleupagus: update 0.1.0 -> 0.2.1

PR:		225593
Submitted by:	Franco Fichtner <franco@opnsense.org> (maintainer)
Relnotes:	https://github.com/nbs-system/snuffleupagus/releases
Original commitRevision:461211 
Sunday, 24 Dec 2017
13:11 joneum search for other commits by this committer
New port: security/snuffleupagus

Snuffleupagus is a PHP7+ module designed to drastically raise the cost
of attacks against websites.  This is achieved by killing entire bug
classes and providing a powerful virtual-patching system, allowing the
administrator to fix specific vulnerabilities without having to touch
the PHP code.

WWW: https://snuffleupagus.readthedocs.io/

PR:		224545
Submitted by:	Franco Fichtner <franco@opnsense.org> (maintainer)
Approved by:	rene (mentor)
Differential Revision:	https://reviews.freebsd.org/D13606
Original commitRevision:457156 

Number of commits found: 22