ports/databases/mantis/files/patch-.imgbotconfig
Kurt Jaeger dc2a8a344f databases/mantis: update 2.24.2 -> 2.24.3, fix 3 CVEs
- submitter takes maintainer
- added files/patch-.imgbotconfig
  original exists in git repo but not included in official 2.24.3 package,
  there might be some users with configured imgbot depending on it and
  there is a PLIST_FILES entry in Makefile

QA:
- run-tests are fine, no functional changes
- database schema: unchanged (checked on pg-12)

PR:		251141
Submitted by:	Zoltan Alexanderson Besse <zab@zltech.eu>
MFH:		2020Q4
Relnotes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.24.3
Security:	CVE-2020-25781, CVE-2020-25288, CVE-2020-25830
2020-11-14 19:47:32 +00:00

11 lines
235 B
Text

--- .imgbotconfig.orig 2020-11-14 18:01:51 UTC
+++ .imgbotconfig
@@ -0,0 +1,7 @@
+{
+ "schedule": "daily",
+ "ignoredFiles": [
+ "css/images/*",
+ ],
+ "aggressiveCompression": "false"
+}
\ No newline at end of file