Bug 266291 - security/snuffleupagus: update to 0.8.3
Summary: security/snuffleupagus: update to 0.8.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/jvoisin/snuffleupa...
Keywords: i915
Depends on:
Blocks:
 
Reported: 2022-09-08 07:59 UTC by Franco Fichtner
Modified: 2022-09-12 17:06 UTC (History)
1 user (show)

See Also:


Attachments
0.8.3 patch (970 bytes, patch)
2022-09-08 07:59 UTC, Franco Fichtner
franco: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Franco Fichtner 2022-09-08 07:59:05 UTC
Created attachment 236430 [details]
0.8.3 patch

Hi,

Small update attached.


Cheers,
Franco
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-09-12 17:05:27 UTC
Committed,

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-09-12 17:06:00 UTC
A commit in branch main references this bug:

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(-)