summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorobache <obache>2013-03-03 07:17:20 +0000
committerobache <obache>2013-03-03 07:17:20 +0000
commitc1f228684d6ead11c9e18c9f09cbc5a89dbc1417 (patch)
tree6f82e1ed045440cdafc98457e916d5a42f9414e6 /chat
parentf56907c682f7da90bcfebd22a8b41cffb6aebe07 (diff)
downloadpkgsrc-c1f228684d6ead11c9e18c9f09cbc5a89dbc1417.tar.gz
Update pidgin to 2.10.7.
version 2.10.7 (02/13/2013): Alien hatchery: * No changes General: * The configure script will now exit with status 1 when specifying invalid protocol plugins using the --with-static-prpls and --with-dynamic-prpls arguments. (Michael Fiedler) (#15316) libpurple: * Fix a crash when receiving UPnP responses with abnormally long values. (CVE-2013-0274) * Don't link directly to libgcrypt when building with GnuTLS support. (Bartosz Brachaczek) (#15329) * Fix UPnP mappings on routers that return empty <URLBase/> elements in their response. (Ferdinand Stehle) (#15373) * Tcl plugin uses saner, race-free plugin loading. * Fix the Tcl signals-test plugin for savedstatus-changed. (Andrew Shadura) (#15443) Pidgin: * Make Pidgin more friendly to non-X11 GTK+, such as MacPorts' +no_x11 variant. Gadu-Gadu: * Fix a crash at startup with large contact list. Avatar support for buddies will be disabled until 3.0.0. (#15226, #14305) IRC: * Support for SASL authentication. (Thijs Alkemade, Andy Spencer) (#13270) * Print topic setter information at channel join. (#13317) MSN: * Fix SSL certificate issue when signing into MSN for some users. * Fix a crash when removing a user before its icon is loaded. (Mark Barfield) (#15217) MXit: * Fix a bug where a remote MXit user could possibly specify a local file path to be written to. (CVE-2013-0271) * Fix a bug where the MXit server or a man-in-the-middle could potentially send specially crafted data that could overflow a buffer and lead to a crash or remote code execution. (CVE-2013-0272) * Display farewell messages in a different colour to distinguish them from normal messages. * Add support for typing notification. * Add support for the Relationship Status profile attribute. * Remove all reference to Hidden Number. * Ignore new invites to join a GroupChat if you're already joined, or still have a pending invite. * The buddy's name was not centered vertically in the buddy-list if they did not have a status-message or mood set. * Fix decoding of font-size changes in the markup of received messages. * Increase the maximum file size that can be transferred to 1 MB. * When setting an avatar image, no longer downscale it to 96x96. Sametime: * Fix a crash in Sametime when a malicious server sends us an abnormally long user ID. (CVE-2013-0273) Yahoo!: * Fix a double-free in profile/picture loading code. (Mihai Serban) (#15053) * Fix retrieving server-side buddy aliases. (Catalin Salgu) (#15381) Plugins: * The Voice/Video Settings plugin supports using the sndio GStreamer backends. (Brad Smith) (#14414) * Fix a crash in the Contact Availability Detection plugin. (Mark) (#15327) * Make the Message Notification plugin more friendly to non-X11 GTK+, such as MacPorts' +no_x11 variant.
Diffstat (limited to 'chat')
-rw-r--r--chat/finch/Makefile3
-rw-r--r--chat/libpurple/Makefile3
-rw-r--r--chat/libpurple/Makefile.common4
-rw-r--r--chat/libpurple/PLIST3
-rw-r--r--chat/libpurple/distinfo8
-rw-r--r--chat/libpurple/patches/patch-aa22
-rw-r--r--chat/pidgin-sametime/Makefile3
-rw-r--r--chat/pidgin-silc/Makefile3
-rw-r--r--chat/pidgin/Makefile3
9 files changed, 13 insertions, 39 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile
index 506970c216e..4c5004bd880 100644
--- a/chat/finch/Makefile
+++ b/chat/finch/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2013/02/16 11:20:30 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2013/03/03 07:19:08 obache Exp $
PKGNAME= finch-${PIDGIN_VERSION}
-PKGREVISION= 8
COMMENT= Multi-protocol Instant Messaging client console frontend
diff --git a/chat/libpurple/Makefile b/chat/libpurple/Makefile
index dd62983511b..b1d3582f5b4 100644
--- a/chat/libpurple/Makefile
+++ b/chat/libpurple/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2013/02/16 11:19:23 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2013/03/03 07:17:24 obache Exp $
PKGNAME= libpurple-${PIDGIN_VERSION}
-PKGREVISION= 9
COMMENT= Multi-protocol Instant Messaging client backend
diff --git a/chat/libpurple/Makefile.common b/chat/libpurple/Makefile.common
index 5cc0f7162b3..0d770991e05 100644
--- a/chat/libpurple/Makefile.common
+++ b/chat/libpurple/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.39 2012/08/01 15:23:45 drochner Exp $
+# $NetBSD: Makefile.common,v 1.40 2013/03/03 07:17:24 obache 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.10.6
+PIDGIN_VERSION= 2.10.7
DISTNAME= pidgin-${PIDGIN_VERSION}
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/}
diff --git a/chat/libpurple/PLIST b/chat/libpurple/PLIST
index 4e335b137e3..f7b6211da7c 100644
--- a/chat/libpurple/PLIST
+++ b/chat/libpurple/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2011/08/26 13:14:58 obache Exp $
+@comment $NetBSD: PLIST,v 1.27 2013/03/03 07:17:24 obache Exp $
include/libpurple/account.h
include/libpurple/accountopt.h
include/libpurple/blist.h
@@ -184,6 +184,7 @@ share/locale/zh_TW/LC_MESSAGES/pidgin.mo
share/purple/ca-certs/AOL_Member_CA.pem
share/purple/ca-certs/AddTrust_External_Root.pem
share/purple/ca-certs/America_Online_Root_Certification_Authority_1.pem
+share/purple/ca-certs/Baltimore_CyberTrust_Root.pem
share/purple/ca-certs/CAcert_Class3.pem
share/purple/ca-certs/CAcert_Root.pem
share/purple/ca-certs/Deutsche_Telekom_Root_CA_2.pem
diff --git a/chat/libpurple/distinfo b/chat/libpurple/distinfo
index 786465b5ce9..2947f918b2e 100644
--- a/chat/libpurple/distinfo
+++ b/chat/libpurple/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.36 2012/08/01 15:23:46 drochner Exp $
+$NetBSD: distinfo,v 1.37 2013/03/03 07:17:24 obache Exp $
-SHA1 (pidgin-2.10.6.tar.bz2) = a0532e7ba2acd205d6a5a4e3624156a980fe3d43
-RMD160 (pidgin-2.10.6.tar.bz2) = 507d64cb719129196c887953edef552db326e805
-Size (pidgin-2.10.6.tar.bz2) = 10007092 bytes
+SHA1 (pidgin-2.10.7.tar.bz2) = 01bc06e3a5712dded3ad4a4913ada12a3cd01e15
+RMD160 (pidgin-2.10.7.tar.bz2) = 51827270c7b55ae134d4b70fc5a5845681d9c1d1
+Size (pidgin-2.10.7.tar.bz2) = 10069279 bytes
SHA1 (patch-aa) = a41353bbcb742b4127a33b3026f87a79f406da29
SHA1 (patch-libpurple_protocols_gg_lib_libgadu.h) = 5756134e17ae2ce28d3555cd40354245e22a5bd6
diff --git a/chat/libpurple/patches/patch-aa b/chat/libpurple/patches/patch-aa
deleted file mode 100644
index 1b565ad706d..00000000000
--- a/chat/libpurple/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.15 2012/04/25 16:27:50 drochner Exp $
-
---- configure.orig 2012-04-02 10:22:15.000000000 +0000
-+++ configure
-@@ -20785,7 +20785,7 @@ if ${ac_cv_gnutls_libs+:} false; then :
- $as_echo_n "(cached) " >&6
- else
-
-- LIBS="$LIBS $with_gnutls_libs -lgnutls -lgcrypt"
-+ LIBS="$LIBS $with_gnutls_libs -lgnutls"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h. */
-
-@@ -20824,7 +20824,7 @@ $as_echo "#define HAVE_GNUTLS 1" >>confd
- $as_echo "#define HAVE_SSL 1" >>confdefs.h
-
- msg_gnutls="GnuTLS"
-- GNUTLS_LIBS="$with_gnutls_libs -lgnutls -lgcrypt"
-+ GNUTLS_LIBS="$with_gnutls_libs -lgnutls"
-
- enable_gnutls="yes"
- else
diff --git a/chat/pidgin-sametime/Makefile b/chat/pidgin-sametime/Makefile
index 527150afacb..60dbcc79372 100644
--- a/chat/pidgin-sametime/Makefile
+++ b/chat/pidgin-sametime/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2013/02/16 11:20:33 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2013/03/03 07:17:22 obache Exp $
PKGNAME= pidgin-sametime-${PIDGIN_VERSION}
-PKGREVISION= 8
COMMENT= Lotus Sametime plugin for the Pidgin instant messenger
diff --git a/chat/pidgin-silc/Makefile b/chat/pidgin-silc/Makefile
index 405242692ba..c3defd1eac1 100644
--- a/chat/pidgin-silc/Makefile
+++ b/chat/pidgin-silc/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2013/02/16 11:20:34 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2013/03/03 07:17:24 obache Exp $
PKGNAME= pidgin-silc-${PIDGIN_VERSION}
-PKGREVISION= 8
COMMENT= SILC plugin for the Pidgin instant messenger
diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile
index 3b6f2105312..7b56ca2221a 100644
--- a/chat/pidgin/Makefile
+++ b/chat/pidgin/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.51 2013/02/16 11:19:23 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2013/03/03 07:17:20 obache Exp $
-PKGREVISION= 7
COMMENT= Multi-protocol Instant Messaging client GTK frontend
.include "../../chat/libpurple/Makefile.common"