From owner-svn-ports-head@freebsd.org Thu Mar 10 15:06:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D3E6ACB1BE; Thu, 10 Mar 2016 15:06:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9BDCC2A; Thu, 10 Mar 2016 15:06:52 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2AF6pVP092593; Thu, 10 Mar 2016 15:06:51 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2AF6pZX092589; Thu, 10 Mar 2016 15:06:51 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201603101506.u2AF6pZX092589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 10 Mar 2016 15:06:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410757 - head/security/pidgin-otr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 15:06:53 -0000 Author: feld Date: Thu Mar 10 15:06:51 2016 New Revision: 410757 URL: https://svnweb.freebsd.org/changeset/ports/410757 Log: security/pidgin-otr: Update to 4.0.2 Changes: - Fix use-after-free issue during SMP - Updated Spanish, German, Norwegian Bokmål translations - New Danish translation - The Windows binary has been linked with updated versions of libotr, libgcrypt, libgpg-error, and other supporting libraries MFH: 2016Q1 Security: CVE-2015-8833 Security: http://www.vuxml.org/freebsd/77e0b631-e6cf-11e5-85be-14dae9d210b8.html Modified: head/security/pidgin-otr/Makefile head/security/pidgin-otr/distinfo head/security/pidgin-otr/pkg-plist Modified: head/security/pidgin-otr/Makefile ============================================================================== --- head/security/pidgin-otr/Makefile Thu Mar 10 15:03:39 2016 (r410756) +++ head/security/pidgin-otr/Makefile Thu Mar 10 15:06:51 2016 (r410757) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= otr -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.2 CATEGORIES= security net-im net MASTER_SITES= http://www.cypherpunks.ca/otr/ PKGNAMEPREFIX= pidgin- Modified: head/security/pidgin-otr/distinfo ============================================================================== --- head/security/pidgin-otr/distinfo Thu Mar 10 15:03:39 2016 (r410756) +++ head/security/pidgin-otr/distinfo Thu Mar 10 15:06:51 2016 (r410757) @@ -1,2 +1,2 @@ -SHA256 (pidgin-otr-4.0.1.tar.gz) = 1b781f48c27bcc9de3136c0674810df23f7d6b44c727dbf4dfb24067909bf30a -SIZE (pidgin-otr-4.0.1.tar.gz) = 496879 +SHA256 (pidgin-otr-4.0.2.tar.gz) = f4b59eef4a94b1d29dbe0c106dd00cdc630e47f18619fc754e5afbf5724ebac4 +SIZE (pidgin-otr-4.0.2.tar.gz) = 515627 Modified: head/security/pidgin-otr/pkg-plist ============================================================================== --- head/security/pidgin-otr/pkg-plist Thu Mar 10 15:03:39 2016 (r410756) +++ head/security/pidgin-otr/pkg-plist Thu Mar 10 15:06:51 2016 (r410757) @@ -1,6 +1,7 @@ lib/pidgin/pidgin-otr.so %%NLS%%share/locale/ar/LC_MESSAGES/pidgin-otr.mo %%NLS%%share/locale/cs/LC_MESSAGES/pidgin-otr.mo +%%NLS%%share/locale/da/LC_MESSAGES/pidgin-otr.mo %%NLS%%share/locale/de/LC_MESSAGES/pidgin-otr.mo %%NLS%%share/locale/el/LC_MESSAGES/pidgin-otr.mo %%NLS%%share/locale/es/LC_MESSAGES/pidgin-otr.mo