From owner-svn-ports-all@freebsd.org Sat Feb 17 14:22:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B52EF12789; Sat, 17 Feb 2018 14:22:51 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F15480D75; Sat, 17 Feb 2018 14:22:51 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 49ECF1DE5C; Sat, 17 Feb 2018 14:22:51 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1HEMpdZ058631; Sat, 17 Feb 2018 14:22:51 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1HEMppw058629; Sat, 17 Feb 2018 14:22:51 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802171422.w1HEMppw058629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 17 Feb 2018 14:22:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r462163 - in branches/2018Q1/net-p2p/bitmessage: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in branches/2018Q1/net-p2p/bitmessage: . files X-SVN-Commit-Revision: 462163 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Feb 2018 14:22:51 -0000 Author: yuri Date: Sat Feb 17 14:22:50 2018 New Revision: 462163 URL: https://svnweb.freebsd.org/changeset/ports/462163 Log: MFH: r461843 net-p2p/bitmessage: Update to 0.6.3.2; Fixes security vulnerability Additional port changes: * Changed to DISTVERSION * Updated MAINTAINER * Added to RUN_DEPENDS * Moved lines to USExx section * Added USE_PYTHON=noflavors * Deleted the patch (not applicable any more) Testing: * Ran the app, it seems to work properly. 0.6.3.2 fixes the security vulnerability described here: https://github.com/Bitmessage/PyBitmessage/releases/tag/v0.6.3 CVE is not available. Approved by: ports-secteam, tcberner (mentor, implicit) Deleted: branches/2018Q1/net-p2p/bitmessage/files/ Modified: branches/2018Q1/net-p2p/bitmessage/Makefile branches/2018Q1/net-p2p/bitmessage/distinfo Directory Properties: branches/2018Q1/ (props changed) Modified: branches/2018Q1/net-p2p/bitmessage/Makefile ============================================================================== --- branches/2018Q1/net-p2p/bitmessage/Makefile Sat Feb 17 14:15:32 2018 (r462162) +++ branches/2018Q1/net-p2p/bitmessage/Makefile Sat Feb 17 14:22:50 2018 (r462163) @@ -2,31 +2,31 @@ # $FreeBSD$ PORTNAME= bitmessage -PORTVERSION= 0.6.2 -DISTVERSIONPREFIX= v +DISTVERSION= 0.6.3.2 CATEGORIES= net-p2p -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Secure P2P communications client LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}qt4-core>=${PYQT4_VERSION}:devel/py-qt4-core@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}qt4-network>=${PYQT4_VERSION}:net/py-qt4-network@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}qt4-gui>=${PYQT4_VERSION}:x11-toolkits/py-qt4-gui@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msgpack-python>0:devel/py-msgpack-python@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyopencl>0:devel/py-pyopencl@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}qt4-core>=${PYQT4_VERSION}:devel/py-qt4-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}qt4-network>=${PYQT4_VERSION}:net/py-qt4-network@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}qt4-gui>=${PYQT4_VERSION}:x11-toolkits/py-qt4-gui@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}gobject>0:devel/py-gobject@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msgpack-python>0:devel/py-msgpack-python@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}notify2>0:devel/py-notify2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyopencl>0:devel/py-pyopencl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}qrcode>0:textproc/py-qrcode@${PY_FLAVOR} +USES= gmake python:2.7 pyqt:4 ssl USE_GITHUB= yes GH_ACCOUNT= Bitmessage GH_PROJECT= PyBitmessage - -USES= gmake python:2.7 pyqt:4 ssl USE_PYQT= core_run gui_run network_run -USE_PYTHON= distutils autoplist -INSTALLS_ICONS= yes +USE_PYTHON= distutils autoplist noflavors REINPLACE_ARGS= -i '' post-patch: Modified: branches/2018Q1/net-p2p/bitmessage/distinfo ============================================================================== --- branches/2018Q1/net-p2p/bitmessage/distinfo Sat Feb 17 14:15:32 2018 (r462162) +++ branches/2018Q1/net-p2p/bitmessage/distinfo Sat Feb 17 14:22:50 2018 (r462163) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489654811 -SHA256 (Bitmessage-PyBitmessage-v0.6.2_GH0.tar.gz) = bc209725ef7c1b913ec8560557e3e862a11f664bd8c5fd2eea5adcd915acc2c6 -SIZE (Bitmessage-PyBitmessage-v0.6.2_GH0.tar.gz) = 1053815 +TIMESTAMP = 1518629386 +SHA256 (Bitmessage-PyBitmessage-0.6.3.2_GH0.tar.gz) = 1008d9b34070774267df005389d7e478b42131f79b63c40b1eb8212e67067ac3 +SIZE (Bitmessage-PyBitmessage-0.6.3.2_GH0.tar.gz) = 1118048