Friday, March 24, 2023

net/dino: security/bugfix update to dino 0.4.2

Released yesterday.
Maintenance release with fix for CVE-2023-28686 and bug fixes.

https://dino.im/security/cve-2023-28686/
https://github.com/dino/dino/compare/v0.4.1...v0.4.2

No WANTLIB or PLIST change, xmpp-vala exports two new symbols.
Works for me on amd64.

Feedback? OK for 7.3?

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/dino/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile 2 Mar 2023 07:34:26 -0000 1.18
+++ Makefile 24 Mar 2023 19:38:59 -0000
@@ -1,12 +1,12 @@
COMMENT= XMPP desktop client
-VERSION= 0.4.1
+VERSION= 0.4.2
DISTNAME= dino-${VERSION}
CATEGORIES= net x11

SHARED_LIBS += crypto-vala 0.0 # 0.0
SHARED_LIBS += dino 2.0 # 0.0
SHARED_LIBS += qlite 0.0 # 0.1
-SHARED_LIBS += xmpp-vala 2.0 # 0.1
+SHARED_LIBS += xmpp-vala 2.1 # 0.1

HOMEPAGE= https://dino.im/

Index: distinfo
===================================================================
RCS file: /cvs/ports/net/dino/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo 2 Mar 2023 07:34:26 -0000 1.8
+++ distinfo 24 Mar 2023 19:17:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (dino-0.4.1.tar.gz) = wQjZhxkHY3KzqsIED0GHXxWK4WKQZyeZnE3IiPZPs4s=
-SIZE (dino-0.4.1.tar.gz) = 882374
+SHA256 (dino-0.4.2.tar.gz) = 4bFScCgHO5XDq+xBywLsYMHuCnbaLFe/JFavuKPNfu0=
+SIZE (dino-0.4.2.tar.gz) = 882421
Index: patches/patch-main_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/net/dino/patches/patch-main_CMakeLists_txt,v
retrieving revision 1.5
diff -u -p -r1.5 patch-main_CMakeLists_txt
--- patches/patch-main_CMakeLists_txt 13 Feb 2023 11:52:07 -0000 1.5
+++ patches/patch-main_CMakeLists_txt 24 Mar 2023 19:16:53 -0000
@@ -1,4 +1,4 @@
-Fix crash on startup, see https://github.com/dino/dino/issues/438
+merged after 0.4.2 release: https://github.com/dino/dino/issues/438

Index: main/CMakeLists.txt
--- main/CMakeLists.txt.orig

No comments:

Post a Comment