1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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)
This commit is contained in:
Franco Fichtner 2022-09-12 08:28:17 +02:00 committed by Fernando Apesteguía
parent 2c5cf4d784
commit 7d1ee10687
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= snuffleupagus
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.2
DISTVERSION= 0.8.3
CATEGORIES= security
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1654259751
SHA256 (jvoisin-snuffleupagus-v0.8.2_GH0.tar.gz) = a39767b6f2688c605a0ab804c99379ae5d80cee1fc73f46e736807fed01b135e
SIZE (jvoisin-snuffleupagus-v0.8.2_GH0.tar.gz) = 11984380
TIMESTAMP = 1662585220
SHA256 (jvoisin-snuffleupagus-v0.8.3_GH0.tar.gz) = 0d4c7fd99ddb9f028d9ca684058a254f52a9ed540455d6056ed1f0af1228e118
SIZE (jvoisin-snuffleupagus-v0.8.3_GH0.tar.gz) = 11987086