aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2020-11-14 21:05:14 +0000
committerKurt Jaeger <pi@FreeBSD.org>2020-11-14 21:05:14 +0000
commit3a6186b9614c9cf60370a88996bad8e3d22edd7c (patch)
tree15caedbc1de9512f8bfdd5c82ad6231bdb7dc983
parent06d78ec553bfa44606e0d5bedaa6204e20f8673e (diff)
downloadports-3a6186b9614c9cf60370a88996bad8e3d22edd7c.tar.gz
ports-3a6186b9614c9cf60370a88996bad8e3d22edd7c.zip
MFH: r555143
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> Relnotes: https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.24.3 Security: CVE-2020-25781, CVE-2020-25288, CVE-2020-25830 Approved by: ports-secteam (security blanket)
Notes
Notes: svn path=/branches/2020Q4/; revision=555146
-rw-r--r--databases/mantis/Makefile4
-rw-r--r--databases/mantis/distinfo6
-rw-r--r--databases/mantis/files/patch-.imgbotconfig11
3 files changed, 16 insertions, 5 deletions
diff --git a/databases/mantis/Makefile b/databases/mantis/Makefile
index 639bc76e7150..076e0b8507af 100644
--- a/databases/mantis/Makefile
+++ b/databases/mantis/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mantis
-PORTVERSION= 2.24.2
+PORTVERSION= 2.24.3
PORTEPOCH= 1
CATEGORIES= databases www
MASTER_SITES= SF/mantisbt/mantis-stable/${PORTVERSION}
@@ -10,7 +10,7 @@ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
DISTNAME= mantisbt-${PORTVERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= zab@zltech.eu
COMMENT= Bug tracking system written in PHP
LICENSE= GPLv2
diff --git a/databases/mantis/distinfo b/databases/mantis/distinfo
index a192e8d6879d..43a6122e535b 100644
--- a/databases/mantis/distinfo
+++ b/databases/mantis/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1597163475
-SHA256 (mantisbt-2.24.2.tar.gz) = 50e8135524781f0fe2ce0afdad6c5a310169d9715644bbd54d9c7358d259193b
-SIZE (mantisbt-2.24.2.tar.gz) = 14987272
+TIMESTAMP = 1605336590
+SHA256 (mantisbt-2.24.3.tar.gz) = 97220d47d2b3a30eb70828a9d2c47565799b6b701c34f87be00dc86d747a864d
+SIZE (mantisbt-2.24.3.tar.gz) = 14399107
SHA256 (mantisbt-plugins-Activity-99cf873396ebc3fec431c6746dae1a604768f322_GH0.tar.gz) = 7c9a2d08d98854c40e53ec5ae90aa84ea3849843e5dec8fceefd4cbfba6d4c88
SIZE (mantisbt-plugins-Activity-99cf873396ebc3fec431c6746dae1a604768f322_GH0.tar.gz) = 42861
SHA256 (mantisbt-plugins-Announce-v2.4.1_GH0.tar.gz) = b87b233afc70d61b4b6c1fdc574cbbd3f2997efdfd4b5cfde1cfebfb6097dbc3
diff --git a/databases/mantis/files/patch-.imgbotconfig b/databases/mantis/files/patch-.imgbotconfig
new file mode 100644
index 000000000000..d7e080944d72
--- /dev/null
+++ b/databases/mantis/files/patch-.imgbotconfig
@@ -0,0 +1,11 @@
+--- .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