Date: Sat, 6 Aug 2022 01:33:12 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f12fc29bc31d - main - net/activemq: Update to 5.17.1 Message-ID: <202208060133.2761XCqM063824@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=f12fc29bc31d9fa4eb9a5bba2d25381b7b078213 commit f12fc29bc31d9fa4eb9a5bba2d25381b7b078213 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2022-08-06 01:33:03 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-08-06 01:33:03 +0000 net/activemq: Update to 5.17.1 --- net/activemq/Makefile | 2 +- net/activemq/distinfo | 6 +++--- net/activemq/files/patch-conf_log4j.properties | 20 -------------------- net/activemq/pkg-plist | 6 ++---- 4 files changed, 6 insertions(+), 28 deletions(-) diff --git a/net/activemq/Makefile b/net/activemq/Makefile index 4dcf14e4560e..225355cfda44 100644 --- a/net/activemq/Makefile +++ b/net/activemq/Makefile @@ -1,5 +1,5 @@ PORTNAME= activemq -PORTVERSION= 5.16.5 +PORTVERSION= 5.17.1 CATEGORIES= net java MASTER_SITES= APACHE/${PORTNAME}/${PORTVERSION} DISTNAME= apache-${PORTNAME}-${PORTVERSION} diff --git a/net/activemq/distinfo b/net/activemq/distinfo index 14699daa17b6..ad53fe0ea229 100644 --- a/net/activemq/distinfo +++ b/net/activemq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1659508713 -SHA256 (apache-activemq-5.16.5-bin.tar.gz) = 526720fb8c5e48fe306aaf1c798475be37d38238b461b5eaf417e9007b9acc37 -SIZE (apache-activemq-5.16.5-bin.tar.gz) = 64213100 +TIMESTAMP = 1659747932 +SHA256 (apache-activemq-5.17.1-bin.tar.gz) = 617ec25102cc62252e6d9b06cc496766af116c97525255bc8c4b3e75ee9e00c8 +SIZE (apache-activemq-5.17.1-bin.tar.gz) = 48767765 diff --git a/net/activemq/files/patch-conf_log4j.properties b/net/activemq/files/patch-conf_log4j.properties deleted file mode 100644 index 77323fdac287..000000000000 --- a/net/activemq/files/patch-conf_log4j.properties +++ /dev/null @@ -1,20 +0,0 @@ ---- conf/log4j.properties.orig 2019-03-15 12:04:19 UTC -+++ conf/log4j.properties -@@ -44,7 +44,7 @@ log4j.appender.console.threshold=INFO - - # File appender - log4j.appender.logfile=org.apache.log4j.RollingFileAppender --log4j.appender.logfile.file=${activemq.data}/activemq.log -+log4j.appender.logfile.file=${activemq.logs}/activemq.log - log4j.appender.logfile.maxFileSize=1024KB - log4j.appender.logfile.maxBackupIndex=5 - log4j.appender.logfile.append=true -@@ -70,7 +70,7 @@ log4j.additivity.org.apache.activemq.audit=false - log4j.logger.org.apache.activemq.audit=INFO, audit - - log4j.appender.audit=org.apache.log4j.RollingFileAppender --log4j.appender.audit.file=${activemq.data}/audit.log -+log4j.appender.audit.file=${activemq.logs}/audit.log - log4j.appender.audit.maxFileSize=1024KB - log4j.appender.audit.maxBackupIndex=5 - log4j.appender.audit.append=true diff --git a/net/activemq/pkg-plist b/net/activemq/pkg-plist index 66e8446708c6..c6f32e2235f2 100644 --- a/net/activemq/pkg-plist +++ b/net/activemq/pkg-plist @@ -3,11 +3,8 @@ bin/activemq-diag @owner activemq @group activemq @sample %%ETCDIR%%/activemq.xml.sample -@sample %%ETCDIR%%/broker-localhost.cert.sample @sample %%ETCDIR%%/broker.ks.sample @sample %%ETCDIR%%/broker.ts.sample -@sample %%ETCDIR%%/client.ks.sample -@sample %%ETCDIR%%/client.ts.sample @sample %%ETCDIR%%/credentials-enc.properties.sample @sample %%ETCDIR%%/credentials.properties.sample @sample %%ETCDIR%%/groups.properties.sample @@ -16,7 +13,8 @@ bin/activemq-diag @sample %%ETCDIR%%/jetty.xml.sample @sample %%ETCDIR%%/jmx.access.sample @sample %%ETCDIR%%/jmx.password.sample -@sample %%ETCDIR%%/log4j.properties.sample +@sample %%ETCDIR%%/jolokia-access.xml.sample +@sample %%ETCDIR%%/log4j2.properties.sample @sample %%ETCDIR%%/logging.properties.sample @sample %%ETCDIR%%/login.config.sample @sample %%ETCDIR%%/users.properties.sample
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208060133.2761XCqM063824>