Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id E8A3C63B842 for ; Thu, 10 Feb 2011 12:17:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AC8E819CEBB; Thu, 10 Feb 2011 12:17:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1704919CEB6 for ; Thu, 10 Feb 2011 12:17:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id TMstFcbYiwhP for ; Thu, 10 Feb 2011 12:17:38 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 7E89C19CEAB for ; Thu, 10 Feb 2011 12:17:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 723F1175DD; Thu, 10 Feb 2011 12:17:38 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 10 Feb 2011 12:17:38 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/chat To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20110210121738.723F1175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Thu Feb 10 12:17:38 UTC 2011 Modified Files: pkgsrc/chat/libpurple: Makefile.common PLIST distinfo pkgsrc/chat/pidgin: Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/chat/libpurple/Makefile.common cvs rdiff -u -r1.23 -r1.24 pkgsrc/chat/libpurple/PLIST cvs rdiff -u -r1.27 -r1.28 pkgsrc/chat/libpurple/distinfo cvs rdiff -u -r1.27 -r1.28 pkgsrc/chat/pidgin/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.