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)
This commit is contained in:
Kurt Jaeger 2020-11-14 21:05:14 +00:00
parent 06d78ec553
commit 3a6186b961
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=555146
3 changed files with 16 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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