diff options
author | feld <feld@FreeBSD.org> | 2016-03-11 03:52:12 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-03-11 03:52:12 +0800 |
commit | e65170215be9f016f8495adb47d06675aabb0885 (patch) | |
tree | 60b0a2743713368e816e739bbf56f5910b5da7a1 /net-im | |
parent | a6185340af6545df4539638a8115fc345b475dae (diff) | |
download | freebsd-ports-graphics-e65170215be9f016f8495adb47d06675aabb0885.tar.gz freebsd-ports-graphics-e65170215be9f016f8495adb47d06675aabb0885.tar.zst freebsd-ports-graphics-e65170215be9f016f8495adb47d06675aabb0885.zip |
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
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ricochet/Makefile | 11 | ||||
-rw-r--r-- | net-im/ricochet/distinfo | 4 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net-im/ricochet/Makefile b/net-im/ricochet/Makefile index 41b2c11192d..7732219cafb 100644 --- a/net-im/ricochet/Makefile +++ b/net-im/ricochet/Makefile @@ -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/tor 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> diff --git a/net-im/ricochet/distinfo b/net-im/ricochet/distinfo index d27753d8ebd..a52ace9199f 100644 --- a/net-im/ricochet/distinfo +++ b/net-im/ricochet/distinfo @@ -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 |