Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2022 17:05:11 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7d1ee10687ca - main - security/snuffleupagus: update to 0.8.3
Message-ID:  <202209121705.28CH5BtB014756@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7d1ee10687cace340e336fde54259bf888a3baf6

commit 7d1ee10687cace340e336fde54259bf888a3baf6
Author:     Franco Fichtner <franco@opnsense.org>
AuthorDate: 2022-09-12 06:28:17 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-09-12 17:01:39 +0000

    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)
---
 security/snuffleupagus/Makefile | 2 +-
 security/snuffleupagus/distinfo | 6 +++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209121705.28CH5BtB014756>