pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 16 21:13:28 UTC 2018
Modified Files:
pkgsrc/chat/libpurple: Makefile Makefile.common distinfo
pkgsrc/chat/pidgin: Makefile PLIST
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/chat/libpurple/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/chat/libpurple/Makefile.common
cvs rdiff -u -r1.49 -r1.50 pkgsrc/chat/libpurple/distinfo
cvs rdiff -u -r1.72 -r1.73 pkgsrc/chat/pidgin/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/chat/pidgin/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/libpurple/Makefile
diff -u pkgsrc/chat/libpurple/Makefile:1.85 pkgsrc/chat/libpurple/Makefile:1.86
--- pkgsrc/chat/libpurple/Makefile:1.85 Mon Apr 16 14:34:13 2018
+++ pkgsrc/chat/libpurple/Makefile Mon Apr 16 21:13:28 2018
@@ -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
Index: pkgsrc/chat/libpurple/Makefile.common
diff -u pkgsrc/chat/libpurple/Makefile.common:1.48 pkgsrc/chat/libpurple/Makefile.common:1.49
--- pkgsrc/chat/libpurple/Makefile.common:1.48 Mon Mar 20 18:42:50 2017
+++ pkgsrc/chat/libpurple/Makefile.common Mon Apr 16 21:13:28 2018
@@ -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/}
Index: pkgsrc/chat/libpurple/distinfo
diff -u pkgsrc/chat/libpurple/distinfo:1.49 pkgsrc/chat/libpurple/distinfo:1.50
--- pkgsrc/chat/libpurple/distinfo:1.49 Wed Mar 22 09:46:11 2017
+++ pkgsrc/chat/libpurple/distinfo Mon Apr 16 21:13:28 2018
@@ -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
Index: pkgsrc/chat/pidgin/Makefile
diff -u pkgsrc/chat/pidgin/Makefile:1.72 pkgsrc/chat/pidgin/Makefile:1.73
--- pkgsrc/chat/pidgin/Makefile:1.72 Mon Apr 16 14:34:13 2018
+++ pkgsrc/chat/pidgin/Makefile Mon Apr 16 21:13:28 2018
@@ -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"
Index: pkgsrc/chat/pidgin/PLIST
diff -u pkgsrc/chat/pidgin/PLIST:1.24 pkgsrc/chat/pidgin/PLIST:1.25
--- pkgsrc/chat/pidgin/PLIST:1.24 Mon Mar 20 18:42:50 2017
+++ pkgsrc/chat/pidgin/PLIST Mon Apr 16 21:13:28 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index