Date: Sat, 26 Feb 2022 15:19:08 GMT From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: f31ef9255a0c - 2022Q1 - www/grafana6: Mark deprecated, for removal on 2022-03-31 Message-ID: <202202261519.21QFJ83A084440@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=f31ef9255a0c42051abd6885945245c7cf2520b4 commit f31ef9255a0c42051abd6885945245c7cf2520b4 Author: Thomas Zander <riggs@FreeBSD.org> AuthorDate: 2022-02-26 15:13:06 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2022-02-26 15:18:50 +0000 www/grafana6: Mark deprecated, for removal on 2022-03-31 Details: - 6.x branch is deprecated upstream - Has unfixed vulnerabilities - grafana7 and grafana8 are available as replacements - no consumers of grafana6 in the ports tree PR: 261560 Reported by: Boris Korzun <drtr0jan@yandex.ru> Approved by: Maintainer timeout (4 weeks) MFH: 2022Q1 Security: CVE-2022-21702 CVE-2022-21703 CVE-2022-21713 (cherry picked from commit 091bf2a40acc9257a3bedbd5782eb3d7c6b714ef) --- www/grafana6/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/grafana6/Makefile b/www/grafana6/Makefile index 17e181f0a370..9918af1952f1 100644 --- a/www/grafana6/Makefile +++ b/www/grafana6/Makefile @@ -1,6 +1,7 @@ PORTNAME= grafana PORTVERSION= 6.7.4 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MASTER_SITES+= https://dl.grafana.com/oss/release/:public PKGNAMESUFFIX= ${PORTVERSION:C/([0-9]).*/\1/1} @@ -13,6 +14,9 @@ COMMENT= Dashboard and graph editor for multiple data stores LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= EOLed upstream, unfixed vulnerabilities +EXPIRATION_DATE=2022-03-31 + ONLY_FOR_ARCHS= aarch64 amd64 i386 USES= cpe go:modules
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202261519.21QFJ83A084440>