aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranco Fichtner <franco@opnsense.org>2022-09-12 06:28:17 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-09-12 17:01:39 +0000
commit7d1ee10687cace340e336fde54259bf888a3baf6 (patch)
tree0eac2a0ac5c593fe1b2beea5d462134966d52b25
parent2c5cf4d7841b39e37f77a68e3fcb33d928f6068a (diff)
downloadports-7d1ee10687cace340e336fde54259bf888a3baf6.tar.gz
ports-7d1ee10687cace340e336fde54259bf888a3baf6.zip
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)
-rw-r--r--security/snuffleupagus/Makefile2
-rw-r--r--security/snuffleupagus/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/security/snuffleupagus/Makefile b/security/snuffleupagus/Makefile
index 127232e13e71..c6b389f53d27 100644
--- a/security/snuffleupagus/Makefile
+++ b/security/snuffleupagus/Makefile
@@ -1,6 +1,6 @@
PORTNAME= snuffleupagus
DISTVERSIONPREFIX= v
-DISTVERSION= 0.8.2
+DISTVERSION= 0.8.3
CATEGORIES= security
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
diff --git a/security/snuffleupagus/distinfo b/security/snuffleupagus/distinfo
index 65c9dee5a689..d545f20b28b8 100644
--- a/security/snuffleupagus/distinfo
+++ b/security/snuffleupagus/distinfo
@@ -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