Skip to content

Commit

Permalink
net-im/openfire: Update to 4.7.4
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
ndruba authored and fernape committed Jan 15, 2023
1 parent a06d577 commit 5868d67
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion net-im/openfire/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= openfire
DISTVERSIONPREFIX= v
DISTVERSION= 4.7.3
DISTVERSION= 4.7.4
PORTEPOCH= 1
CATEGORIES= net-im java

Expand Down
10 changes: 5 additions & 5 deletions net-im/openfire/distinfo
Original file line number Diff line number Diff line change
@@ -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
13 changes: 10 additions & 3 deletions net-im/openfire/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5868d67

Please sign in to comment.