Here is an update to Pidgin 2.14.10.
https://pidgin.im/posts/2022-04-2.14.9-released/ https://pidgin.im/posts/2022-06-2.14.10-released/ Security: * Remove _xmppconnect support. (RR 1357) (CVE-2022-26491) (Gary Kramlich) Index: Makefile =================================================================== RCS file: /home/cvs/ports/net/pidgin/Makefile,v retrieving revision 1.157 diff -u -p -u -p -r1.157 Makefile --- Makefile 13 Nov 2022 15:28:49 -0000 1.157 +++ Makefile 27 Dec 2022 09:28:55 -0000 @@ -2,8 +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.8 -REVISION-finch= 3 +VERSION= 2.14.10 DISTNAME= pidgin-${VERSION} PKGNAME-main= pidgin-${VERSION} PKGNAME-finch= finch-${VERSION} @@ -15,8 +14,6 @@ FULLPKGPATH$i= ${PKGPATH},$i${FLAVOR_EXT CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/} EXTRACT_SUFX= .tar.bz2 -REVISION-libpurple=1 -REVISION-main= 2 SHARED_LIBS= jabber 0.0 \ purple 7.1 \ Index: distinfo =================================================================== RCS file: /home/cvs/ports/net/pidgin/distinfo,v retrieving revision 1.54 diff -u -p -u -p -r1.54 distinfo --- distinfo 28 Oct 2021 07:08:47 -0000 1.54 +++ distinfo 27 Dec 2022 09:29:01 -0000 @@ -1,2 +1,2 @@ -SHA256 (pidgin-2.14.8.tar.bz2) = P4CFwCEcTKG6n4oDiJs9YHOEMsFnO1ewCGBw724JTMo= -SIZE (pidgin-2.14.8.tar.bz2) = 8683281 +SHA256 (pidgin-2.14.10.tar.bz2) = RUsbkovGvLsYM1OvMPv95VlfIkWjQjoaRubJei3yKBA= +SIZE (pidgin-2.14.10.tar.bz2) = 8229328 Index: patches/patch-pidgin_gtkconv_c =================================================================== RCS file: /home/cvs/ports/net/pidgin/patches/patch-pidgin_gtkconv_c,v retrieving revision 1.5 diff -u -p -u -p -r1.5 patch-pidgin_gtkconv_c --- patches/patch-pidgin_gtkconv_c 11 Mar 2022 19:46:55 -0000 1.5 +++ patches/patch-pidgin_gtkconv_c 27 Dec 2022 09:29:53 -0000 @@ -4,7 +4,7 @@ of the nick changes with each restart of Index: pidgin/gtkconv.c --- pidgin/gtkconv.c.orig +++ pidgin/gtkconv.c -@@ -10274,7 +10274,7 @@ generate_nick_colors(guint *color_count, GdkColor back +@@ -10410,7 +10410,7 @@ generate_nick_colors(guint *color_count, GdkColor back pidgin_style_adjust_contrast(NULL, &nick_highlight); pidgin_style_adjust_contrast(NULL, &send_color); Index: pkg/PLIST-main =================================================================== RCS file: /home/cvs/ports/net/pidgin/pkg/PLIST-main,v retrieving revision 1.28 diff -u -p -u -p -r1.28 PLIST-main --- pkg/PLIST-main 11 Mar 2022 19:46:55 -0000 1.28 +++ pkg/PLIST-main 27 Dec 2022 09:40:06 -0000 @@ -110,6 +110,8 @@ share/locale/da/LC_MESSAGES/pidgin.mo share/locale/de/LC_MESSAGES/pidgin.mo share/locale/dz/LC_MESSAGES/pidgin.mo share/locale/el/LC_MESSAGES/pidgin.mo +share/locale/en_AU/ +share/locale/en_AU/LC_MESSAGES/ share/locale/en_AU/LC_MESSAGES/pidgin.mo share/locale/en_CA/LC_MESSAGES/pidgin.mo share/locale/en_GB/LC_MESSAGES/pidgin.mo @@ -148,6 +150,8 @@ share/locale/ku_IQ/LC_MESSAGES/pidgin.mo share/locale/lt/LC_MESSAGES/pidgin.mo share/locale/lv/LC_MESSAGES/pidgin.mo share/locale/mai/LC_MESSAGES/pidgin.mo +share/locale/mhr/ +share/locale/mhr/LC_MESSAGES/ share/locale/mhr/LC_MESSAGES/pidgin.mo share/locale/mk/LC_MESSAGES/pidgin.mo share/locale/ml/LC_MESSAGES/pidgin.mo @@ -172,6 +176,8 @@ share/locale/pt/LC_MESSAGES/pidgin.mo share/locale/pt_BR/LC_MESSAGES/pidgin.mo share/locale/ro/LC_MESSAGES/pidgin.mo share/locale/ru/LC_MESSAGES/pidgin.mo +share/locale/sd/ +share/locale/sd/LC_MESSAGES/ share/locale/sd/LC_MESSAGES/pidgin.mo share/locale/si/LC_MESSAGES/pidgin.mo share/locale/sk/LC_MESSAGES/pidgin.mo @@ -180,6 +186,8 @@ share/locale/sq/LC_MESSAGES/pidgin.mo share/locale/sr/LC_MESSAGES/pidgin.mo share/locale/sr@latin/LC_MESSAGES/pidgin.mo share/locale/sv/LC_MESSAGES/pidgin.mo +share/locale/sw/ +share/locale/sw/LC_MESSAGES/ share/locale/sw/LC_MESSAGES/pidgin.mo share/locale/ta/LC_MESSAGES/pidgin.mo share/locale/te/LC_MESSAGES/pidgin.mo @@ -538,6 +546,7 @@ share/pixmaps/pidgin/emotes/small/excite share/pixmaps/pidgin/emotes/small/excruciating.png share/pixmaps/pidgin/emotes/small/eyeroll.png share/pixmaps/pidgin/emotes/small/girl.png +share/pixmaps/pidgin/emotes/small/glasses-cool.png share/pixmaps/pidgin/emotes/small/grumpy.png share/pixmaps/pidgin/emotes/small/happy.png share/pixmaps/pidgin/emotes/small/hot.png @@ -566,6 +575,7 @@ share/pixmaps/pidgin/emotes/small/questi share/pixmaps/pidgin/emotes/small/restroom.png share/pixmaps/pidgin/emotes/small/rose.png share/pixmaps/pidgin/emotes/small/sad.png +share/pixmaps/pidgin/emotes/small/sarcastic.png share/pixmaps/pidgin/emotes/small/search.png share/pixmaps/pidgin/emotes/small/shame.png share/pixmaps/pidgin/emotes/small/shocked.png
