diff options
author | adam <adam@pkgsrc.org> | 2011-02-10 12:17:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-02-10 12:17:37 +0000 |
commit | 127d78b78224ec32ced4b311e3776a3af630244c (patch) | |
tree | 88c48615fcf3553be9d515aff5ca7588900a96f7 /chat/libpurple | |
parent | 098ed05c529d727a9e4b42dc5cab0e58c17b6d85 (diff) | |
download | pkgsrc-127d78b78224ec32ced4b311e3776a3af630244c.tar.gz |
Changes 2.7.10:
* Force video sources to all have the same capabilities. This reduces the number of times video must be scaled down, saving CPU time.
* Starting multiple video calls and ending one no longer causes the other calls
to stop sending audio and video.
* Perl bindings now respect LDFLAGS.
* Added AddTrust External Root CA.
* Resolve some issues validating X.509 certificates signed off the CAcert Class
3 intermediate cert when using the GnuTLS SSL/TLS plugin.
Diffstat (limited to 'chat/libpurple')
-rw-r--r-- | chat/libpurple/Makefile.common | 4 | ||||
-rw-r--r-- | chat/libpurple/PLIST | 3 | ||||
-rw-r--r-- | chat/libpurple/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/chat/libpurple/Makefile.common b/chat/libpurple/Makefile.common index 92ec2d3c0ee..68da82473ae 100644 --- a/chat/libpurple/Makefile.common +++ b/chat/libpurple/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2011/02/02 13:18:48 adam Exp $ +# $NetBSD: Makefile.common,v 1.33 2011/02/10 12:17:37 adam 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.7.9 +PIDGIN_VERSION= 2.7.10 DISTNAME= pidgin-${PIDGIN_VERSION} CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/} diff --git a/chat/libpurple/PLIST b/chat/libpurple/PLIST index 450a7bce965..51cc57056c9 100644 --- a/chat/libpurple/PLIST +++ b/chat/libpurple/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.23 2011/02/02 13:18:48 adam Exp $ +@comment $NetBSD: PLIST,v 1.24 2011/02/10 12:17:37 adam Exp $ include/libpurple/account.h include/libpurple/accountopt.h include/libpurple/blist.h @@ -183,6 +183,7 @@ share/locale/zh_CN/LC_MESSAGES/pidgin.mo share/locale/zh_HK/LC_MESSAGES/pidgin.mo 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/CAcert_Class3.pem share/purple/ca-certs/CAcert_Root.pem diff --git a/chat/libpurple/distinfo b/chat/libpurple/distinfo index ff1a5a0d45a..9c49170aa19 100644 --- a/chat/libpurple/distinfo +++ b/chat/libpurple/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2011/02/02 13:18:48 adam Exp $ +$NetBSD: distinfo,v 1.28 2011/02/10 12:17:37 adam Exp $ -SHA1 (pidgin-2.7.9.tar.bz2) = 9fb36d788a644528ca1132befa553a3cb4228012 -RMD160 (pidgin-2.7.9.tar.bz2) = 4e913f608fa4ad3da81c4872c7202f567dfa4b95 -Size (pidgin-2.7.9.tar.bz2) = 9965575 bytes +SHA1 (pidgin-2.7.10.tar.bz2) = ebce0b8c6130849e0df1bdc4557470b1d99da45a +RMD160 (pidgin-2.7.10.tar.bz2) = a79e53ba1ecef4c17e2ebf8121a712cf03eac6ca +Size (pidgin-2.7.10.tar.bz2) = 9970363 bytes |