From owner-svn-ports-all@freebsd.org Tue Aug 14 01:09:35 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 D91EE105B4BE; Tue, 14 Aug 2018 01:09:34 +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 87C02751AE; Tue, 14 Aug 2018 01:09:34 +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 67FDD14746; Tue, 14 Aug 2018 01:09:34 +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 w7E19YCk007472; Tue, 14 Aug 2018 01:09:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7E19Y9x007471; Tue, 14 Aug 2018 01:09:34 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201808140109.w7E19Y9x007471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 14 Aug 2018 01:09:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477126 - head/security/theonionbox X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/security/theonionbox X-SVN-Commit-Revision: 477126 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.27 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: Tue, 14 Aug 2018 01:09:35 -0000 Author: yuri Date: Tue Aug 14 01:09:33 2018 New Revision: 477126 URL: https://svnweb.freebsd.org/changeset/ports/477126 Log: security/theonionbox: Add sqlite3 dependency; Backport fixes that the upstream made. Port changes: * sqlite3 dependency is need as a workaround for bug#230613 * Backport the fix of the problem of python3 compatibility * Backport the fix of python2 build error * Backport the fix of windows newline in the shell script * Backport the Onionoo protocol version mismatch fix PR: 230599 Submitted by: Carsten Larsen (sqlite3 part) Modified: head/security/theonionbox/Makefile head/security/theonionbox/distinfo Modified: head/security/theonionbox/Makefile ============================================================================== --- head/security/theonionbox/Makefile Tue Aug 14 00:31:56 2018 (r477125) +++ head/security/theonionbox/Makefile Tue Aug 14 01:09:33 2018 (r477126) @@ -2,9 +2,16 @@ PORTNAME= theonionbox PORTVERSION= 4.2.1 +PORTREVISION= 1 CATEGORIES= security net python MASTER_SITES= CHEESESHOP +PATCH_SITES= https://github.com/ralphwetzel/${PORTNAME}/commit/ +PATCHFILES= f273bd0bfb90b4a3d9692c613fe93a836df62e00.patch:-p1 \ + 14a2027fd4abd6c59e60994532400ce6bb47f8c6.patch:-p1 \ + a86c4239b5c13c01e8c405985f08f7795f68d3a6.patch:-p1 \ + f29082a6d78c8a635312daff95e6bacea5353cd7.patch:-p1 + MAINTAINER= yuri@FreeBSD.org COMMENT= Web interface to monitor Tor node operation @@ -18,10 +25,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apscheduler>=3.4:d ${PYTHON_PKGNAMEPREFIX}stem>=1.5.4:security/py-stem@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=1.4:devel/py-tzlocal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.22:net/py-urllib3@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} # workaround for bug#230613: missing internal sqlite3 module in python py27_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}futures>=3.2:devel/py-futures@${PY_FLAVOR} -USES= dos2unix python -DOS2UNIX_FILES= FreeBSD/${PORTNAME}.sh +USES= python USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes Modified: head/security/theonionbox/distinfo ============================================================================== --- head/security/theonionbox/distinfo Tue Aug 14 00:31:56 2018 (r477125) +++ head/security/theonionbox/distinfo Tue Aug 14 01:09:33 2018 (r477126) @@ -1,3 +1,11 @@ -TIMESTAMP = 1534137084 +TIMESTAMP = 1534208455 SHA256 (theonionbox-4.2.1.tar.gz) = 834a6e15d7074a74331866b2d05b18435ede0e5fd061def9f3e6ff7c9e2b481a SIZE (theonionbox-4.2.1.tar.gz) = 13117993 +SHA256 (f273bd0bfb90b4a3d9692c613fe93a836df62e00.patch) = a51fd5c8495d428d249b69cfcb70df46934a279e08a5c7ef7a37f963e4eeb5e5 +SIZE (f273bd0bfb90b4a3d9692c613fe93a836df62e00.patch) = 6515 +SHA256 (14a2027fd4abd6c59e60994532400ce6bb47f8c6.patch) = b246772cad64c3c6503d9e6f36cf97cddb6b75f255b792718426f9c9a2e923de +SIZE (14a2027fd4abd6c59e60994532400ce6bb47f8c6.patch) = 4045 +SHA256 (a86c4239b5c13c01e8c405985f08f7795f68d3a6.patch) = 4113c547f4d40e88ab61c560739e37461cef22a773016c347c1ad0a6110c0a4c +SIZE (a86c4239b5c13c01e8c405985f08f7795f68d3a6.patch) = 5310 +SHA256 (f29082a6d78c8a635312daff95e6bacea5353cd7.patch) = 18d2fb40cb5e44e0f9f721d60a69010cf8b10aad53542bed9d3bc6bad4bfd260 +SIZE (f29082a6d78c8a635312daff95e6bacea5353cd7.patch) = 795