pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat libpurple, pidgin: update to 2.14.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/547c6a02303b
branches:  trunk
changeset: 375030:547c6a02303b
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Mar 06 07:31:44 2022 +0000

description:
libpurple, pidgin: update to 2.14.8

This mostly includes fixes for bugs found by OSS-Fuzz.

diffstat:

 chat/finch/Makefile            |  3 +--
 chat/libpurple/Makefile        |  3 +--
 chat/libpurple/Makefile.common |  4 ++--
 chat/libpurple/distinfo        |  8 ++++----
 chat/pidgin-sametime/Makefile  |  3 +--
 chat/pidgin-silc/Makefile      |  3 +--
 chat/pidgin/Makefile           |  3 +--
 7 files changed, 11 insertions(+), 16 deletions(-)

diffs (92 lines):

diff -r 9a8b111fbd48 -r 547c6a02303b chat/finch/Makefile
--- a/chat/finch/Makefile       Sun Mar 06 04:54:29 2022 +0000
+++ b/chat/finch/Makefile       Sun Mar 06 07:31:44 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.83 2021/12/08 16:03:27 adam Exp $
+# $NetBSD: Makefile,v 1.84 2022/03/06 07:31:44 nia Exp $
 
 PKGNAME=       finch-${PIDGIN_VERSION}
-PKGREVISION=   3
 
 COMMENT=       Multi-protocol console instant messaging client
 
diff -r 9a8b111fbd48 -r 547c6a02303b chat/libpurple/Makefile
--- a/chat/libpurple/Makefile   Sun Mar 06 04:54:29 2022 +0000
+++ b/chat/libpurple/Makefile   Sun Mar 06 07:31:44 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.113 2021/12/08 16:01:45 adam Exp $
+# $NetBSD: Makefile,v 1.114 2022/03/06 07:31:44 nia Exp $
 
 PKGNAME=       libpurple-${PIDGIN_VERSION}
-PKGREVISION=   4
 
 COMMENT=       Plugin-based multi-protocol instant messaging library
 
diff -r 9a8b111fbd48 -r 547c6a02303b chat/libpurple/Makefile.common
--- a/chat/libpurple/Makefile.common    Sun Mar 06 04:54:29 2022 +0000
+++ b/chat/libpurple/Makefile.common    Sun Mar 06 07:31:44 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.54 2021/05/02 10:19:20 nia Exp $
+# $NetBSD: Makefile.common,v 1.55 2022/03/06 07:31:44 nia Exp $
 #
 # used by chat/finch/Makefile
 # used by chat/libpurple/Makefile
@@ -6,7 +6,7 @@
 # used by chat/pidgin-sametime/Makefile
 # used by chat/pidgin-silc/Makefile
 
-PIDGIN_VERSION=        2.14.4
+PIDGIN_VERSION=        2.14.8
 DISTNAME=      pidgin-${PIDGIN_VERSION}
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pidgin/}
diff -r 9a8b111fbd48 -r 547c6a02303b chat/libpurple/distinfo
--- a/chat/libpurple/distinfo   Sun Mar 06 04:54:29 2022 +0000
+++ b/chat/libpurple/distinfo   Sun Mar 06 07:31:44 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.54 2021/10/26 10:05:19 nia Exp $
+$NetBSD: distinfo,v 1.55 2022/03/06 07:31:44 nia Exp $
 
-BLAKE2s (pidgin-2.14.4.tar.bz2) = 4708370aae1f0cedf59183a58a71b336c0292e1cb978ffdf3737b885ec185d13
-SHA512 (pidgin-2.14.4.tar.bz2) = 78550b7c4678242861bc0b0a3c32ab03c9fd6e4f509a9b83f872f2e201fe69617c8407d4cc90205e74598f1b8fdddfeddc8f59b47179524a7af7a241eaf1fa0b
-Size (pidgin-2.14.4.tar.bz2) = 8724096 bytes
+BLAKE2s (pidgin-2.14.8.tar.bz2) = d08e480d8f7d87c971a4aa395f534879acf06c92ac8c84f22d779a0956e4ea5f
+SHA512 (pidgin-2.14.8.tar.bz2) = 23975501b07d14829edab7b92628703962d7a8f90849b303e2a765ec6e47d1fcbdeff62539811e26682e300a2f94520193369844de3b1c0e87f99721ca0255e6
+Size (pidgin-2.14.8.tar.bz2) = 8683281 bytes
 SHA1 (patch-libpurple_plugins_perl_common_Makefile.PL.in) = 4fc1c7cc2df8f4cf179d00fe3bcf5b2ab0c5adbd
diff -r 9a8b111fbd48 -r 547c6a02303b chat/pidgin-sametime/Makefile
--- a/chat/pidgin-sametime/Makefile     Sun Mar 06 04:54:29 2022 +0000
+++ b/chat/pidgin-sametime/Makefile     Sun Mar 06 07:31:44 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2021/12/08 16:03:31 adam Exp $
+# $NetBSD: Makefile,v 1.64 2022/03/06 07:31:44 nia Exp $
 
 PKGNAME=       pidgin-sametime-${PIDGIN_VERSION}
-PKGREVISION=   3
 
 COMMENT=       Lotus Sametime plugin for the Pidgin instant messenger
 
diff -r 9a8b111fbd48 -r 547c6a02303b chat/pidgin-silc/Makefile
--- a/chat/pidgin-silc/Makefile Sun Mar 06 04:54:29 2022 +0000
+++ b/chat/pidgin-silc/Makefile Sun Mar 06 07:31:44 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2021/12/08 16:03:31 adam Exp $
+# $NetBSD: Makefile,v 1.67 2022/03/06 07:31:44 nia Exp $
 
 PKGNAME=       pidgin-silc-${PIDGIN_VERSION}
-PKGREVISION=   3
 
 COMMENT=       SILC plugin for the Pidgin instant messenger
 
diff -r 9a8b111fbd48 -r 547c6a02303b chat/pidgin/Makefile
--- a/chat/pidgin/Makefile      Sun Mar 06 04:54:29 2022 +0000
+++ b/chat/pidgin/Makefile      Sun Mar 06 07:31:44 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.94 2021/12/08 16:01:46 adam Exp $
+# $NetBSD: Makefile,v 1.95 2022/03/06 07:31:44 nia Exp $
 
 COMMENT=               Multi-protocol GTK instant messaging client
-PKGREVISION=           2
 
 .include               "../../chat/libpurple/Makefile.common"
 



Home | Main Index | Thread Index | Old Index