Updated chat/libpurple to 2.5.1

libpurple:
    * In the Join/Part plugin, add the ability to apply the rules to
      buddies.  By default, joins and parts for buddies are still shown.
    * Support SOCKS proxies specified in GNOME or Windows proxy settings.
    * Fix some possible crashes in MSNP15.
    * Enable a default SSL trust relationship for MSN servers.
    * Avoid disconnecting from XMPP servers on parse errors that are
      non-fatal.
    * Include some perl files that were mistakenly omitted in 2.5.0.

  Pidgin:
    * Prevent use of custom smilies without "shortcuts."
    * Fix a crash that could appear with AIM buddy tooltips.

  Artwork:
    * General refresh of many icons in the interface.
    * Many cleanups to artwork source are now included in the distribution.
    * A new "throbber" animation has been added to indicate when accounts
      are connecting.
This commit is contained in:
abs 2008-09-16 19:54:21 +00:00
parent d832264dfd
commit 424cf13641
4 changed files with 21 additions and 19 deletions

View file

@ -1,10 +1,10 @@
# $NetBSD: Makefile.common,v 1.19 2008/08/19 18:18:10 bjs Exp $
# $NetBSD: Makefile.common,v 1.20 2008/09/16 19:54:21 abs Exp $
#
# used by chat/finch/Makefile
# used by chat/libpurple/Makefile
# used by chat/pidgin/Makefile
PIDGIN_VERSION= 2.5.0
PIDGIN_VERSION= 2.5.1
DISTNAME= pidgin-${PIDGIN_VERSION}
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.13 2008/08/19 18:18:10 bjs Exp $
@comment $NetBSD: PLIST,v 1.14 2008/09/16 19:54:21 abs Exp $
include/libpurple/account.h
include/libpurple/accountopt.h
include/libpurple/blist.h
@ -39,8 +39,8 @@ include/libpurple/roomlist.h
include/libpurple/savedstatuses.h
include/libpurple/server.h
include/libpurple/signals.h
include/libpurple/sound.h
include/libpurple/smiley.h
include/libpurple/sound.h
include/libpurple/sslconn.h
include/libpurple/status.h
include/libpurple/stringref.h
@ -106,6 +106,7 @@ share/locale/eu/LC_MESSAGES/pidgin.mo
share/locale/fa/LC_MESSAGES/pidgin.mo
share/locale/fi/LC_MESSAGES/pidgin.mo
share/locale/fr/LC_MESSAGES/pidgin.mo
share/locale/ga/LC_MESSAGES/pidgin.mo
share/locale/gl/LC_MESSAGES/pidgin.mo
share/locale/gu/LC_MESSAGES/pidgin.mo
share/locale/he/LC_MESSAGES/pidgin.mo
@ -158,6 +159,7 @@ share/purple/ca-certs/Equifax_Secure_CA.pem
share/purple/ca-certs/GTE_CyberTrust_Global_Root.pem
share/purple/ca-certs/Microsoft_Secure_Server_Authority.pem
share/purple/ca-certs/StartCom_Free_SSL_CA.pem
share/purple/ca-certs/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
share/purple/ca-certs/Verisign_Class3_Primary_CA.pem
share/purple/ca-certs/Verisign_RSA_Secure_Server_CA.pem
share/sounds/purple/alert.wav

View file

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.17 2008/08/19 18:18:10 bjs Exp $
$NetBSD: distinfo,v 1.18 2008/09/16 19:54:21 abs Exp $
SHA1 (pidgin-2.5.0.tar.bz2) = 5e05c9e795fde0055c99eb288e63f9ad0e1973c4
RMD160 (pidgin-2.5.0.tar.bz2) = a600c16c6b7037ba2568ea956fd730c3b9cb8479
Size (pidgin-2.5.0.tar.bz2) = 9316876 bytes
SHA1 (patch-aa) = a64f525462056178653e5b7548862773a1fdce32
SHA1 (pidgin-2.5.1.tar.bz2) = 8b7be1be4d549d9c0e34c820c8a285aab5e116d7
RMD160 (pidgin-2.5.1.tar.bz2) = d9f927db55ecc55a2e66b064612774575b82b062
Size (pidgin-2.5.1.tar.bz2) = 8952067 bytes
SHA1 (patch-aa) = b8b0ecb358cc053c1034768b3f80e0e1ae523aa2
SHA1 (patch-ae) = ff4f2d738656c6f23c423046f746b9ed2878c415
SHA1 (patch-ag) = fa71295e848f1b06f318f06fab8fcc90110c20a3

View file

@ -1,10 +1,10 @@
$NetBSD: patch-aa,v 1.9 2008/07/11 07:39:20 tnn Exp $
$NetBSD: patch-aa,v 1.10 2008/09/16 19:54:21 abs Exp $
--- configure.orig 2008-07-02 02:47:08.000000000 +0200
--- configure.orig 2008-08-31 05:38:17.000000000 +0100
+++ configure
@@ -20183,6 +20183,11 @@ echo "$as_me: error: GNU gettext tools n
{ (exit 1); exit 1; }; }
fi
@@ -20181,6 +20181,11 @@ INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.
+INTLTOOL_EXTRACT=intltool-extract
+INTLTOOL_MERGE=intltool-merge
@ -14,7 +14,7 @@ $NetBSD: patch-aa,v 1.9 2008/07/11 07:39:20 tnn Exp $
# Use the tools built into the package, not the ones that are installed.
INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
@@ -20253,6 +20258,7 @@ echo "$as_me: error: XML::Parser perl mo
@@ -20251,6 +20256,7 @@ echo "$as_me: error: XML::Parser perl mo
{ (exit 1); exit 1; }; }
fi
fi
@ -22,7 +22,7 @@ $NetBSD: patch-aa,v 1.9 2008/07/11 07:39:20 tnn Exp $
# Substitute ALL_LINGUAS so we can use it in po/Makefile
@@ -28393,7 +28399,7 @@ if test "${ac_cv_lib_panelw_update_panel
@@ -29014,7 +29020,7 @@ if test "${ac_cv_lib_panelw_update_panel
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
@ -31,7 +31,7 @@ $NetBSD: patch-aa,v 1.9 2008/07/11 07:39:20 tnn Exp $
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -28449,7 +28455,7 @@ fi
@@ -29070,7 +29076,7 @@ fi
{ echo "$as_me:$LINENO: result: $ac_cv_lib_panelw_update_panels" >&5
echo "${ECHO_T}$ac_cv_lib_panelw_update_panels" >&6; }
if test $ac_cv_lib_panelw_update_panels = yes; then
@ -40,7 +40,7 @@ $NetBSD: patch-aa,v 1.9 2008/07/11 07:39:20 tnn Exp $
else
enable_consoleui=no
fi
@@ -28747,7 +28753,7 @@ if test "${ac_cv_lib_panel_update_panels
@@ -29368,7 +29374,7 @@ if test "${ac_cv_lib_panel_update_panels
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
@ -49,7 +49,7 @@ $NetBSD: patch-aa,v 1.9 2008/07/11 07:39:20 tnn Exp $
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -28803,7 +28809,7 @@ fi
@@ -29424,7 +29430,7 @@ fi
{ echo "$as_me:$LINENO: result: $ac_cv_lib_panel_update_panels" >&5
echo "${ECHO_T}$ac_cv_lib_panel_update_panels" >&6; }
if test $ac_cv_lib_panel_update_panels = yes; then