summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-04-16 21:13:28 +0000
committerwiz <wiz@pkgsrc.org>2018-04-16 21:13:28 +0000
commit17795237ff36f166ff6323a6ba2caa03458baad8 (patch)
treed3214bf894f1e70c6e08a7501b3855676280e419
parent9d3cc9c1f9c8ff341cb7251e218bbc3d405f3b82 (diff)
downloadpkgsrc-17795237ff36f166ff6323a6ba2caa03458baad8.tar.gz
libpurple, pidgin, finch: update to 2.13.0
version 2.13.0 (03/08/2018): libpurple: * Unified string comparison. (PR #186) (Arkadiy Illarionov) * Properlly shell escape URI's when opening them. (PR #271 Daniel Kamil Kozar) * Fix a one byte buffer overread in function purple_markup_linkify * Fix an issue were utf8 was incorrectly truncated which could lead to crashes as we were potentially feeding garbage into glib/gtk. libgnt: * Fixed build against curses 6.0 with opaque structs set. (#16764 dimstar) (PR #268 Daniel Kamil Kozar) * Fixed a crash when resizing the window. (#16680 marcus) (PR #269 Daniel Kamil Kozar) General: * Fixed bashism in autotools. (#16836 lameventanas) (PR #267 Daniel Kamil Kozar) XMPP: * Show XEP-0066 OOB URLs in any message, not just headlines * Fix a user after free (#17200 debarshiray) (PR #266 Ethan Blanton) * Removed pipelining from BOSH connections (#17025 PR #295 Tom Li) * Don't try to TLS already secured BOSH connections (#17270 PR #293 Tom Li) IRC: * Fix "Registration timeout" on SASL auth with InspIRCd servers (and possibly others not based on charybdis/ratbox/ircd-seven) * Fix issues with plugins that modify outgoing messages (such as the custom PART/QUIT feature of the IRC More plugin) * Fix IRC buffer handling. (#12562 PR #272 Shivaram Lingamneni) * Properly handle AUTHENTICATE as a normal command with server prefix. (PR #316 dx) * Fix a crash caused by a use after free of the MOTD. * Fix an out of bounds read in irc_nick_skip_mode. * Fix a write of a single byte before the start of a buffer in irc_parse_ctcp. Pidgin: * Better support for dark themes. (#12572 Alyssa Rosenzweig and Gary Kramlich) * Fixed IPv6 links by not escaping []'s. (#16391 cyisfor) (PR #270 Daniel Kamil Kozar) * Only write buddy icons to the cache if they're not already cached. (PR #276 David Woodhouse) * Rejoin persistent chats after reconnect. (#15687 PR #285 Christof Meerwald) * Made the WIN32 Transparency plugin work on all platforms. (#3124 PR #287 Daniel Kamil Kozar) * Ensure search results buttons are labeled (Backport from de2d88e575ee) * Fix matching unicode smilies. (#17232 gnubfx PR #262 Daniel Kamil Kozar) * Correctly update mute/unmute status when the remote side mutes/unmutes us. (#17273 PR #302 David Woodhouse) * Rework the status icon blinking to not used deprecated API. (#17174 zelch PR #264 Daniel Kamil Kozar) * Don't allow adding a buddy to protocols that don't have an add_buddy callback. (#4061 Paradox) Finch: * Fix handling of search results (#17238 David Woodhouse) Voice & Video: * Port backend-fs to newer api for farstream relay-info property (#17274 bellet)
-rw-r--r--chat/libpurple/Makefile3
-rw-r--r--chat/libpurple/Makefile.common4
-rw-r--r--chat/libpurple/distinfo12
-rw-r--r--chat/pidgin/Makefile3
-rw-r--r--chat/pidgin/PLIST4
5 files changed, 12 insertions, 14 deletions
diff --git a/chat/libpurple/Makefile b/chat/libpurple/Makefile
index cebaafa6309..26be1cacff6 100644
--- a/chat/libpurple/Makefile
+++ b/chat/libpurple/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.85 2018/04/16 14:34:13 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2018/04/16 21:13:28 wiz Exp $
PKGNAME= libpurple-${PIDGIN_VERSION}
-PKGREVISION= 5
COMMENT= Multi-protocol Instant Messaging client backend
diff --git a/chat/libpurple/Makefile.common b/chat/libpurple/Makefile.common
index bde7adb7345..d4725f045c9 100644
--- a/chat/libpurple/Makefile.common
+++ b/chat/libpurple/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.48 2017/03/20 18:42:50 khorben Exp $
+# $NetBSD: Makefile.common,v 1.49 2018/04/16 21:13:28 wiz 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.12.0
+PIDGIN_VERSION= 2.13.0
DISTNAME= pidgin-${PIDGIN_VERSION}
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/}
diff --git a/chat/libpurple/distinfo b/chat/libpurple/distinfo
index 82cd2d8b87d..6b597d433ec 100644
--- a/chat/libpurple/distinfo
+++ b/chat/libpurple/distinfo
@@ -1,9 +1,7 @@
-$NetBSD: distinfo,v 1.49 2017/03/22 09:46:11 joerg Exp $
+$NetBSD: distinfo,v 1.50 2018/04/16 21:13:28 wiz Exp $
-SHA1 (pidgin-2.12.0.tar.bz2) = 38f48c48978425b86fc9f4e8ba08216ff379451b
-RMD160 (pidgin-2.12.0.tar.bz2) = 94a3e213d451c87c8feace9c4b7846a424c99417
-SHA512 (pidgin-2.12.0.tar.bz2) = e87b39888432982ee36332fd14b272f49f7974de9e8694f7fe3bec2821748d6e6026ac5a63615a93386a033d6ee7c4de5ae0a86b725f63b9cc55650f0ab94b06
-Size (pidgin-2.12.0.tar.bz2) = 9270704 bytes
-SHA1 (patch-configure) = 74d033d148d74d0233c7ad33411b9ebcfbab7851
+SHA1 (pidgin-2.13.0.tar.bz2) = 122f0a48ba63cd7f2bc2962c497df045ce29ef71
+RMD160 (pidgin-2.13.0.tar.bz2) = 48f1c281fb018257b2757c4c93ad1501f9f5a356
+SHA512 (pidgin-2.13.0.tar.bz2) = 68b3d1eefee111544c7eb347386d0aea4f47c3e320d5963a4e0d833ed6af7b1be243a7bcd6a38c9234b58601d10a9aebf8541f1d97decfeca754fa78dc693047
+Size (pidgin-2.13.0.tar.bz2) = 8994457 bytes
SHA1 (patch-libpurple_plugins_perl_common_Makefile.PL.in) = 40326826000ed42e7570486f89f3196b58093d48
-SHA1 (patch-libpurple_protocols_jabber_auth__scram.c) = e86c5099176231402bb1b05ae391175634caa617
diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile
index e32c49d2604..25bb364bf67 100644
--- a/chat/pidgin/Makefile
+++ b/chat/pidgin/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2018/04/16 14:34:13 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2018/04/16 21:13:28 wiz Exp $
COMMENT= Multi-protocol Instant Messaging client GTK frontend
-PKGREVISION= 2
.include "../../chat/libpurple/Makefile.common"
diff --git a/chat/pidgin/PLIST b/chat/pidgin/PLIST
index c3c87554371..406400e2c83 100644
--- a/chat/pidgin/PLIST
+++ b/chat/pidgin/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2017/03/20 18:42:50 khorben Exp $
+@comment $NetBSD: PLIST,v 1.25 2018/04/16 21:13:28 wiz Exp $
bin/pidgin
include/pidgin/gtkaccount.h
include/pidgin/gtkblist-theme-loader.h
@@ -43,6 +43,7 @@ include/pidgin/gtksourceundomanager.h
include/pidgin/gtksourceview-marshal.h
include/pidgin/gtkstatus-icon-theme.h
include/pidgin/gtkstatusbox.h
+include/pidgin/gtkstyle.h
include/pidgin/gtkthemes.h
include/pidgin/gtkutils.h
include/pidgin/gtkwhiteboard.h
@@ -67,6 +68,7 @@ lib/pidgin/themeedit.la
lib/pidgin/ticker.la
lib/pidgin/timestamp.la
lib/pidgin/timestamp_format.la
+lib/pidgin/transparency.la
${PLIST.vv}lib/pidgin/vvconfig.la
lib/pidgin/xmppconsole.la
lib/pidgin/xmppdisco.la