Skip to content

Commit

Permalink
Merge #2950
Browse files Browse the repository at this point in the history
2950: Upgrade snuffleupagus r=mergify[bot] a=nextgens

## What type of PR?

enhancement

## What does this PR do?

Upgrade snuffleupagus

### Related issue(s)

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [ ] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
  • Loading branch information
bors[bot] and nextgens committed Oct 9, 2023
2 parents 04d6914 + c137e1a commit 26e1077
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CMD /bin/bash
FROM system as build

ARG MAILU_DEPS=prod
ARG SNUFFLEUPAGUS_VERSION=0.9.0
ARG SNUFFLEUPAGUS_VERSION=0.10.0

ENV VIRTUAL_ENV=/app/venv

Expand Down
1 change: 1 addition & 0 deletions towncrier/newsfragments/2950.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade to snuffleupagus 0.10.0
1 change: 1 addition & 0 deletions webmails/snuffleupagus.rules
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ sp.disable_function.function("mail").param("additional_parameters").value_r("\\-

# Since it's now burned, me might as well mitigate it publicly
sp.disable_function.function("putenv").param("assignment").value_r("LD_").drop()
sp.disable_function.function("putenv").param("assignment").value("PATH").drop()

# This one was burned in Nov 2019 - https://gist.github.com/LoadLow/90b60bd5535d6c3927bb24d5f9955b80
sp.disable_function.function("putenv").param("assignment").value_r("GCONV_").drop()
Expand Down

0 comments on commit 26e1077

Please sign in to comment.