git: f04970f283d8 - main - devel/apache-log4j2: upgrade to 2-22-1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Jan 2024 17:41:05 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=f04970f283d88e50b4c177b0138aac798aa95c5f commit f04970f283d88e50b4c177b0138aac798aa95c5f Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2024-01-01 16:14:29 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2024-01-01 17:20:36 +0000 devel/apache-log4j2: upgrade to 2-22-1 Release notes at <https://logging.apache.org/log4j/2.x/release-notes.html#release-notes-2-22-1> --- devel/apache-log4j2/Makefile | 2 +- devel/apache-log4j2/distinfo | 6 +++--- devel/apache-log4j2/pkg-descr | 8 +++++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/devel/apache-log4j2/Makefile b/devel/apache-log4j2/Makefile index af1683281cf6..a33dcf292339 100644 --- a/devel/apache-log4j2/Makefile +++ b/devel/apache-log4j2/Makefile @@ -1,5 +1,5 @@ PORTNAME= log4j2 -PORTVERSION= 2.22.0 +PORTVERSION= 2.22.1 CATEGORIES= devel java MASTER_SITES= APACHE/logging/log4j/${PORTVERSION} PKGNAMEPREFIX= apache- diff --git a/devel/apache-log4j2/distinfo b/devel/apache-log4j2/distinfo index b64dd0967b47..88f1c44165bc 100644 --- a/devel/apache-log4j2/distinfo +++ b/devel/apache-log4j2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701541421 -SHA256 (apache-log4j-2.22.0-bin.zip) = c6d61ecf2563b1200e02587b89b7c75b58b6e62e6a16cdb6f333c2482167c2dc -SIZE (apache-log4j-2.22.0-bin.zip) = 3797048 +TIMESTAMP = 1704125468 +SHA256 (apache-log4j-2.22.1-bin.zip) = 449c03924a73a97dd0c807f887fccf0376758e96aa7f0bb095802f8653f0c6cb +SIZE (apache-log4j-2.22.1-bin.zip) = 3831207 diff --git a/devel/apache-log4j2/pkg-descr b/devel/apache-log4j2/pkg-descr index 9c819c871e19..10caeace3bc1 100644 --- a/devel/apache-log4j2/pkg-descr +++ b/devel/apache-log4j2/pkg-descr @@ -1,6 +1,6 @@ -pache Log4j 2 is an upgrade to Log4j that provides significant improvements over -its predecessor, Log4j 1.x, and provides many of the improvements available in -Logback while fixing some inherent problems in Logback's architecture. +Apache Log4j 2 is an upgrade to Log4j that provides significant improvements +over its predecessor, Log4j 1.x, and provides many of the improvements available +in Logback while fixing some inherent problems in Logback's architecture. Log4J is an open source library based on the work of many authors. It allows the developer to control which log statements are output @@ -8,3 +8,5 @@ with arbitrary granularity. It is fully configurable at runtime using external configuration files. Best of all, Log4J has a gentle learning curve. Beware: judging from user feedback, it is also quite addictive. + +See also <https://github.com/apache/logging-log4j2>.