From: Brad Smith Subject: UPDATE: Pidgin 2.14.13 To: ports@openbsd.org Date: Thu, 11 Apr 2024 01:33:26 -0400 Here is an update to Pidgin 2.14.13. version 2.14.13 (02/23/2024): * Fix compile warning (Wcast-function-type). (RR 2225) (Markus Fischer) * Fix memory leak originating in purple_prefs_connect_callback. (RR 2226) (Markus Fisher) * Don't use the Real name as a candidate for the SASL username in IRC. (RR 2535) (Gary Kramlich) * Don't link with libgadu unnecessarily. (RR 2684) (Elliott Sales de Andrade) * Make collapsed groups searchable in the buddy list. (PIDGIN-7877) (RR 1494) (Belgin \xc8\x98tirbu) * Fix incompatible type conversion errors. (PIDGIN-17850) (RR 2944) (Jaroslav \xc5\xa0karvada, Elliott Sales de Andrade) * Stop removing -Wall from CFLAGS. (PIDGIN-16593) (RR 2946) (Elliott Sales de Andrade) * Updated the spell checking dictionaries on Windows. (Gary Kramlich) * Resolved the crash on exit under Windows by reverting to the old toolchain. (PIDGIN-17710) (Gary Kramlich) Index: Makefile =================================================================== RCS file: /cvs/ports/net/pidgin/Makefile,v retrieving revision 1.161 diff -u -p -u -p -r1.161 Makefile --- Makefile 27 Sep 2023 14:18:28 -0000 1.161 +++ Makefile 11 Apr 2024 05:29:56 -0000 @@ -2,7 +2,7 @@ COMMENT-main= multi-protocol instant mes COMMENT-finch= multi-protocol instant messaging client, console client COMMENT-libpurple= multi-protocol instant messaging library -VERSION= 2.14.12 +VERSION= 2.14.13 DISTNAME= pidgin-${VERSION} PKGNAME-main= pidgin-${VERSION} PKGNAME-finch= finch-${VERSION} @@ -26,18 +26,18 @@ MAINTAINER= Brad Smith