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.
This commit is contained in:
parent
098ed05c52
commit
127d78b782
4 changed files with 9 additions and 10 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
# $NetBSD: Makefile,v 1.27 2011/02/02 13:18:47 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2011/02/10 12:17:38 adam Exp $
|
||||
|
||||
# XXX appease pkglint
|
||||
#PKGNAME= pidgin-${PIDGIN_VERSION}
|
||||
COMMENT= Multi-protocol Instant Messaging client GTK frontend
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
|
Loading…
Reference in a new issue