mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 19:16:39 -04:00
- 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
11 lines
235 B
Text
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
|