From owner-svn-ports-head@freebsd.org Thu Mar 10 19:52:14 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 5716DACB78A; Thu, 10 Mar 2016 19:52:14 +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 0FA54EA2; Thu, 10 Mar 2016 19:52:13 +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 u2AJqDub083439; Thu, 10 Mar 2016 19:52:13 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2AJqCSu083435; Thu, 10 Mar 2016 19:52:12 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201603101952.u2AJqCSu083435@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 19:52:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410777 - head/net-im/ricochet 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 19:52:14 -0000 Author: feld Date: Thu Mar 10 19:52:12 2016 New Revision: 410777 URL: https://svnweb.freebsd.org/changeset/ports/410777 Log: net-im/ricochet: Update to 1.1.2 This update resolves an information disclosure vulnerability. Changelog: https://github.com/ricochet-im/ricochet/releases/tag/v1.1.2 PR: 207536 Security: http://www.vuxml.org/freebsd/d71831ef-e6f8-11e5-85be-14dae9d210b8.html Modified: head/net-im/ricochet/Makefile head/net-im/ricochet/distinfo Modified: head/net-im/ricochet/Makefile ============================================================================== --- head/net-im/ricochet/Makefile Thu Mar 10 19:51:31 2016 (r410776) +++ head/net-im/ricochet/Makefile Thu Mar 10 19:52:12 2016 (r410777) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= ricochet -PORTVERSION= 0.150620 +PORTVERSION= 1.1.2 +DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p MAINTAINER= yuri@rawbw.com @@ -18,11 +19,11 @@ RUN_DEPENDS= tor:${PORTSDIR}/security/to USE_GITHUB= yes GH_ACCOUNT= ricochet-im -GH_TAGNAME= e31a0fb USES= compiler:c++11-lib gmake pkgconfig qmake USE_OPENSSL= yes -USE_QT5= core gui network quick quickcontrols widgets multimedia buildtools_build linguisttools_build +USE_GL= gl +USE_QT5= core gui network qml quick quickcontrols widgets multimedia buildtools_build linguisttools_build QMAKE_ARGS+= DEFINES+=RICOCHET_NO_PORTABLE OPENSSLDIR=${LOCALBASE} PLIST_FILES= bin/ricochet \ @@ -30,4 +31,8 @@ PLIST_FILES= bin/ricochet \ share/icons/hicolor/48x48/apps/ricochet.png \ share/icons/hicolor/scalable/apps/ricochet.svg +post-patch: + @${REINPLACE_CMD} -E 's| -fsanitize=[a-z-]+| |g' \ + ${WRKSRC}/hardened.pri + .include Modified: head/net-im/ricochet/distinfo ============================================================================== --- head/net-im/ricochet/distinfo Thu Mar 10 19:51:31 2016 (r410776) +++ head/net-im/ricochet/distinfo Thu Mar 10 19:52:12 2016 (r410777) @@ -1,2 +1,2 @@ -SHA256 (ricochet-im-ricochet-0.150620-e31a0fb_GH0.tar.gz) = 41d2f1265094b00085250c934ae065b87893baa79ec348b7d1c729e424a9fccc -SIZE (ricochet-im-ricochet-0.150620-e31a0fb_GH0.tar.gz) = 1197163 +SHA256 (ricochet-im-ricochet-v1.1.2_GH0.tar.gz) = 793a29d9a621a3ba471b1906afdceac71114f45c6f1e6415dc802a4ceb2eebeb +SIZE (ricochet-im-ricochet-v1.1.2_GH0.tar.gz) = 1219902