Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2016 19:52:12 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410777 - head/net-im/ricochet
Message-ID:  <201603101952.u2AJqCSu083435@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603101952.u2AJqCSu083435>