Date: Tue, 14 Dec 2021 07:06:03 GMT From: Dave Cottlehuber <dch@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: aa51fcd1fd6b - main - net-mgmt/riemann: update to 0.3.8 Message-ID: <202112140706.1BE763Ml020672@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa51fcd1fd6bb5115408aac642c02e6d6e707b60 commit aa51fcd1fd6bb5115408aac642c02e6d6e707b60 Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2021-12-12 12:31:40 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2021-12-14 07:01:33 +0000 net-mgmt/riemann: update to 0.3.8 While Riemann is not expected to be exposed to the Log4J vulnerability, this release includes updated dependencies as a preventative measure. https://github.com/riemann/riemann/compare/0.3.7...0.3.8 https://unit42.paloaltonetworks.com/apache-log4j-vulnerability-cve-2021-44228/ We do not believe Riemann is vulnerable but we’ve updated: * slf4j-over-log4j to 1.7.32 (although we use Logback internally - which is not vulnerable to the log4j issue) * clojure/tools.logging to 1.2.1 (which pulls in a later and secure version of log4j in as a dependency) Security: CVE-2021-44228 --- net-mgmt/riemann/Makefile | 2 +- net-mgmt/riemann/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mgmt/riemann/Makefile b/net-mgmt/riemann/Makefile index 25c9bfbbd468..aebc602dbd1a 100644 --- a/net-mgmt/riemann/Makefile +++ b/net-mgmt/riemann/Makefile @@ -1,7 +1,7 @@ # Created by: Dave Cottlehuber <dch@FreeBSD.org> PORTNAME= riemann -DISTVERSION= 0.3.6 +DISTVERSION= 0.3.8 CATEGORIES= net-mgmt java MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ diff --git a/net-mgmt/riemann/distinfo b/net-mgmt/riemann/distinfo index ced73cdb8c27..d867971a711d 100644 --- a/net-mgmt/riemann/distinfo +++ b/net-mgmt/riemann/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614322868 -SHA256 (riemann-0.3.6.tar.bz2) = fa2e22b712ed53144bf3319a418a3cd502ed00fa8e6bcb50443039a2664ee643 -SIZE (riemann-0.3.6.tar.bz2) = 85143195 +TIMESTAMP = 1639464693 +SHA256 (riemann-0.3.8.tar.bz2) = 7490c8808c235ca6ba3d96459296dc922840a0a381f02496a4a370ef668a65ef +SIZE (riemann-0.3.8.tar.bz2) = 91007774
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112140706.1BE763Ml020672>