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/PLIST | |
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/PLIST')
-rw-r--r-- | chat/libpurple/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
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 |