Hi ports@,
This is an update of net/gajim to its latest version 1.3.3
We go from 1.3.1 to 1.3.3.
The changelog mentions this changes:
* Profile: Add NOTE entry
* Accounts: Add account switch description
* Port AdHocCommand window to new Assistant
* Update API JID for search.jabber.network integration
* Build with Python 3.9
* Provider list: Remove blabber.im
* MessageInput: Remove custom placeholder
* MessageInput: Add focus borders
Bug fixes
* #10638 Depend on nbxmpp>=2.0.4 (CVE-2021-41055)
* #10560 HTTPUpload: Raise FileError if path is not accessible
* #10558 Fix spell checking
* #10551 Check for gstreamer GTK plugin for AV support
* #10545 Jingle: Fix UnboundLocalError for transports variable
* #10540 Windows: Add GSSAPI dependency
* #10539 Stop gdbus.exe when running uninstaller
* #10478 Fix test_gui_interface testsuite
* #10477 Migration routine for portable installer
* #10441 Reload CSS after switching dark/light theme
* #10150 Dead key improvements
* Fix starting History Manager in standalone mode
* #10010 Only convert domain name to ASCII
* #10342 UnicodeDecodeError related to avatars
* #10428 Roster: Handle missing avatar_sha
On the port itself, nothing special. Upstream had to correct the
tarball again as it did not include the plugin updater and the unpacked
folder was wrong.
Works fine for me on amd64.
Ok to commit ?
diff --git net/gajim/Makefile net/gajim/Makefile
index e683f289011..e18a6d25d9d 100644
--- net/gajim/Makefile
+++ net/gajim/Makefile
@@ -1,19 +1,18 @@
# $OpenBSD: Makefile,v 1.96 2021/11/02 00:01:39 sthen Exp $
COMMENT= jabber client written in pygtk
-MODPY_EGG_VERSION= 1.3.1
+MODPY_EGG_VERSION= 1.3.3
DISTNAME= gajim-${MODPY_EGG_VERSION}
CATEGORIES= net x11
-REVISION= 1
HOMEPAGE= https://www.gajim.org
MAINTAINER= Paco Esteban <[email protected]>
MASTER_SITES= ${HOMEPAGE}/downloads/1.3/
-# upstream did not include the plugin installer on 1.3.1
-# and fixed it on 1.3.1-2
-# https://dev.gajim.org/gajim/gajim/-/issues/10467
+# upstream did not include the plugin installer on 1.3.3 again
+# and fixed it on 1.3.3-2
+# https://dev.gajim.org/gajim/gajim/-/issues/10719
DISTFILES= gajim-${MODPY_EGG_VERSION}-2${EXTRACT_SUFX}
# GPLv3 only
@@ -30,7 +29,7 @@ RUN_DEPENDS= audio/gsound \
devel/libsoup \
graphics/py-Pillow${MODPY_FLAVOR} \
graphics/py-cairo${MODPY_FLAVOR} \
- net/py-nbxmpp${MODPY_FLAVOR}>=2.0.1 \
+ net/py-nbxmpp${MODPY_FLAVOR}>=2.0.4 \
security/py-cryptodome${MODPY_FLAVOR} \
security/py-gnupg${MODPY_FLAVOR} \
security/py-keyring${MODPY_FLAVOR} \
diff --git net/gajim/distinfo net/gajim/distinfo
index bcb0d23be90..1b2cf925c66 100644
--- net/gajim/distinfo
+++ net/gajim/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gajim-1.3.1-2.tar.gz) = nmvP74AQTE7UVO2fghexgmNGHGZqgo1T43NvkyOh9yY=
-SIZE (gajim-1.3.1-2.tar.gz) = 9538193
+SHA256 (gajim-1.3.3-2.tar.gz) = UUHqHCf00sGTbeE23Ckoml6/QeVn3agyHinZZRhxcgM=
+SIZE (gajim-1.3.3-2.tar.gz) = 9578053
--
Paco Esteban.
0x5818130B8A6DBC03