From owner-svn-ports-all@freebsd.org Fri Dec 20 10:16:46 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4A0551D5247; Fri, 20 Dec 2019 10:16:46 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47fPmZ1GBFz3J7K; Fri, 20 Dec 2019 10:16:46 +0000 (UTC) (envelope-from koobs@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 2688F2543A; Fri, 20 Dec 2019 10:16:46 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBKAGklF001308; Fri, 20 Dec 2019 10:16:46 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBKAGjmG001306; Fri, 20 Dec 2019 10:16:45 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201912201016.xBKAGjmG001306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 20 Dec 2019 10:16:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r520495 - branches/2019Q4/security/reop X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: branches/2019Q4/security/reop X-SVN-Commit-Revision: 520495 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.29 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: Fri, 20 Dec 2019 10:16:46 -0000 Author: koobs Date: Fri Dec 20 10:16:45 2019 New Revision: 520495 URL: https://svnweb.freebsd.org/changeset/ports/520495 Log: MFH: r520172 security/reop: Update MASTER_SITES, Remove BROKEN Chase upstream MASTER_SITES change, the GitHub repository is now 404 PR: 242407 Reported by: Anonymous Approved by: ports-secteam (blanket: build (fetch) fix) Modified: branches/2019Q4/security/reop/Makefile branches/2019Q4/security/reop/distinfo branches/2019Q4/security/reop/pkg-descr Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/security/reop/Makefile ============================================================================== --- branches/2019Q4/security/reop/Makefile Fri Dec 20 10:11:29 2019 (r520494) +++ branches/2019Q4/security/reop/Makefile Fri Dec 20 10:16:45 2019 (r520495) @@ -5,15 +5,16 @@ PORTNAME= reop PORTVERSION= 2.1.0 PORTREVISION= 4 CATEGORIES= security +MASTER_SITES= https://humungus.tedunangst.com/r/reop/d/ MAINTAINER= koobs@FreeBSD.org COMMENT= Reasonable Expectation Of Privacy +LICENSE= ISCL + LIB_DEPENDS= libsodium.so:security/libsodium -USES= gmake -USE_GITHUB= yes -GH_ACCOUNT= tedu +USES= gmake tar:tgz MAKEFILE= GNUmakefile MAKE_ARGS+= CPPFLAGS="-D_NSIG=NSIG" \ Modified: branches/2019Q4/security/reop/distinfo ============================================================================== --- branches/2019Q4/security/reop/distinfo Fri Dec 20 10:11:29 2019 (r520494) +++ branches/2019Q4/security/reop/distinfo Fri Dec 20 10:16:45 2019 (r520495) @@ -1,2 +1,3 @@ -SHA256 (tedu-reop-2.1.0_GH0.tar.gz) = 6fa0dde19a465d987e14c4ee26e09b6d160f0a7fc899a72bc8cdc6c3e3b813c1 -SIZE (tedu-reop-2.1.0_GH0.tar.gz) = 32445 +TIMESTAMP = 1576407775 +SHA256 (reop-2.1.0.tgz) = e429c7ff47f130bd465eaa0c23a1783b476bc484d32793592b54a568b55e49af +SIZE (reop-2.1.0.tgz) = 32492 Modified: branches/2019Q4/security/reop/pkg-descr ============================================================================== --- branches/2019Q4/security/reop/pkg-descr Fri Dec 20 10:11:29 2019 (r520494) +++ branches/2019Q4/security/reop/pkg-descr Fri Dec 20 10:16:45 2019 (r520495) @@ -5,4 +5,4 @@ variety of options for encrypting messages (-D -E). It expect a PGP program to do. More accurately, it does everything I expect you to expect a PGP program to do. -WWW: https://github.com/tedu/reop +WWW: https://humungus.tedunangst.com