git: 5868d67e166b - main - net-im/openfire: Update to 4.7.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Jan 2023 18:18:59 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5868d67e166b81b261cdb939496bfd23de51b10b
commit 5868d67e166b81b261cdb939496bfd23de51b10b
Author: nikita@druba.su <nikita@druba.su>
AuthorDate: 2023-01-15 12:05:34 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-01-15 18:14:48 +0000
net-im/openfire: Update to 4.7.4
ChangeLog: http://download.igniterealtime.org/openfire/docs/4.7.4/changelog.html
Improvement
* Improve performance of MUC, based on stress test profiling
* MUC Room history shouldn't be serialized as part of a MUC Room
* Reduce resource usage of MUC stats collection
* Re-instate MINA JMX monitoring
* Prevent retrieving more MUC messages from DB than needed
* Add TX/RX, Remove Priority from session summary page
* Try loading favicons over HTTPS and HTTP
* Improve MUC history load time for single rooms
* Deprecate XMLProperties constructors that can't write back
* Remove unneeded JID-based lock in MUC
* Advertise support for pubsub's "multi-item" feature.
Story
* Migrate usages of set-output in Github Actions
* Upgrade Apache Commons Text from 1.6 to 1.10
Bug
* Openfire Docker image fails to start if an empty plugins directory exists
* Websocket onError handler prevents earlier data to be processed
* openfirectl does not store PID
* User lock-out with custom value does not take effect
* "Packet sent" session stat remains 0 for BOSH sessions
* Group JIDs in MUC rooms without preloading causes issues
PR: 268945
Reported by: nikita@druba.su (maintainer)
---
net-im/openfire/Makefile | 2 +-
net-im/openfire/distinfo | 10 +++++-----
net-im/openfire/pkg-plist | 13 ++++++++++---
3 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile
index c0fc004e77b1..4a9de2fd511d 100644
--- a/net-im/openfire/Makefile
+++ b/net-im/openfire/Makefile
@@ -1,6 +1,6 @@
PORTNAME= openfire
DISTVERSIONPREFIX= v
-DISTVERSION= 4.7.3
+DISTVERSION= 4.7.4
PORTEPOCH= 1
CATEGORIES= net-im java
diff --git a/net-im/openfire/distinfo b/net-im/openfire/distinfo
index 7b162afbab6d..c2b9be6faf82 100644
--- a/net-im/openfire/distinfo
+++ b/net-im/openfire/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1661529563
-SHA256 (igniterealtime-Openfire-v4.7.3_GH0.tar.gz) = e869ebe369d5ee9f165bd77cf65af4853e5bc0d63fbcb6a1770878d7b2d56bb9
-SIZE (igniterealtime-Openfire-v4.7.3_GH0.tar.gz) = 7411816
-SHA256 (FreeBSD-openfire-4.7.3-maven-repository.tar.gz) = 1d0a03ce67e3eac4e94f1743f2bbf73fab5efcd31283de827db3e9b04ffafbf4
-SIZE (FreeBSD-openfire-4.7.3-maven-repository.tar.gz) = 256259087
+TIMESTAMP = 1673634902
+SHA256 (igniterealtime-Openfire-v4.7.4_GH0.tar.gz) = 5eb22e165d1de0a1e601efbd356266a6823fafc866b684500ec90af1ba764ab9
+SIZE (igniterealtime-Openfire-v4.7.4_GH0.tar.gz) = 7421427
+SHA256 (FreeBSD-openfire-4.7.4-maven-repository.tar.gz) = 3d1ecdc816d006a4fcc04ff5200b37b20d7a5d20dd689f9f92141137a8332d6b
+SIZE (FreeBSD-openfire-4.7.4-maven-repository.tar.gz) = 256366555
diff --git a/net-im/openfire/pkg-plist b/net-im/openfire/pkg-plist
index ddc0cf98657e..ef140fdef903 100644
--- a/net-im/openfire/pkg-plist
+++ b/net-im/openfire/pkg-plist
@@ -76,7 +76,7 @@
%%DATADIR%%/lib/commons-lang3-3.9.jar
%%DATADIR%%/lib/commons-logging-1.2.jar
%%DATADIR%%/lib/commons-pool2-2.9.0.jar
-%%DATADIR%%/lib/commons-text-1.6.jar
+%%DATADIR%%/lib/commons-text-1.10.0.jar
%%DATADIR%%/lib/dom4j-2.1.3.jar
%%DATADIR%%/lib/dwr-3.0.2-RELEASE.jar
%%DATADIR%%/lib/ecj-3.19.0.jar
@@ -86,7 +86,7 @@
%%DATADIR%%/lib/hsqldb-2.4.1.jar
%%DATADIR%%/lib/httpclient-4.5.13.jar
%%DATADIR%%/lib/httpcore-4.4.13.jar
-%%DATADIR%%/lib/i18n-4.7.3.jar
+%%DATADIR%%/lib/i18n-4.7.4.jar
%%DATADIR%%/lib/imageio-bmp-3.5.jar
%%DATADIR%%/lib/imageio-core-3.5.jar
%%DATADIR%%/lib/istack-commons-runtime-3.0.11.jar
@@ -158,7 +158,7 @@
%%DATADIR%%/lib/websocket-common-9.4.43.v20210629.jar
%%DATADIR%%/lib/websocket-server-9.4.43.v20210629.jar
%%DATADIR%%/lib/websocket-servlet-9.4.43.v20210629.jar
-%%DATADIR%%/lib/xmppserver-4.7.3.jar
+%%DATADIR%%/lib/xmppserver-4.7.4.jar
%%DATADIR%%/lib/xpp3-1.1.4c.jar
%%DATADIR%%/logs
%%DATADIR%%/plugins/admin/plugin.xml
@@ -522,6 +522,13 @@
%%DATADIR%%/resources/database/upgrade/33/openfire_postgresql.sql
%%DATADIR%%/resources/database/upgrade/33/openfire_sqlserver.sql
%%DATADIR%%/resources/database/upgrade/33/openfire_sybase.sql
+%%DATADIR%%/resources/database/upgrade/34/openfire_db2.sql
+%%DATADIR%%/resources/database/upgrade/34/openfire_hsqldb.sql
+%%DATADIR%%/resources/database/upgrade/34/openfire_mysql.sql
+%%DATADIR%%/resources/database/upgrade/34/openfire_oracle.sql
+%%DATADIR%%/resources/database/upgrade/34/openfire_postgresql.sql
+%%DATADIR%%/resources/database/upgrade/34/openfire_sqlserver.sql
+%%DATADIR%%/resources/database/upgrade/34/openfire_sybase.sql
%%DATADIR%%/resources/database/upgrade/4/openfire_db2.sql
%%DATADIR%%/resources/database/upgrade/4/openfire_hsqldb.sql
%%DATADIR%%/resources/database/upgrade/4/openfire_mysql.sql