aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2024-01-01 16:14:29 +0000
committerThierry Thomas <thierry@FreeBSD.org>2024-01-01 17:20:36 +0000
commitf04970f283d88e50b4c177b0138aac798aa95c5f (patch)
tree8656278e18c75743d885475a7165daf8d7ba1372
parent70de8d46f5d3595c8aff8ae7466e1351243dc488 (diff)
downloadports-f04970f283d88e50b4c177b0138aac798aa95c5f.tar.gz
ports-f04970f283d88e50b4c177b0138aac798aa95c5f.zip
devel/apache-log4j2: upgrade to 2-22-1
-rw-r--r--devel/apache-log4j2/Makefile2
-rw-r--r--devel/apache-log4j2/distinfo6
-rw-r--r--devel/apache-log4j2/pkg-descr8
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>.