From owner-svn-ports-head@freebsd.org Wed Apr 11 20:53:05 2018 Return-Path: Delivered-To: svn-ports-head@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 AA5EEF90B4F; Wed, 11 Apr 2018 20:53:05 +0000 (UTC) (envelope-from rene@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 521917C116; Wed, 11 Apr 2018 20:53:05 +0000 (UTC) (envelope-from rene@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 4B7FC214F3; Wed, 11 Apr 2018 20:53:05 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3BKr50f024166; Wed, 11 Apr 2018 20:53:05 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3BKr5PX024164; Wed, 11 Apr 2018 20:53:05 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201804112053.w3BKr5PX024164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 11 Apr 2018 20:53:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467111 - head/security/sandsifter X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/security/sandsifter X-SVN-Commit-Revision: 467111 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2018 20:53:05 -0000 Author: rene Date: Wed Apr 11 20:53:04 2018 New Revision: 467111 URL: https://svnweb.freebsd.org/changeset/ports/467111 Log: security/sandsifter: update to a newer snapshot from 20170906 This adds a license (BSD3CLAUSE) and a slightly extended README. Pet portlint while here. Modified: head/security/sandsifter/Makefile head/security/sandsifter/distinfo Modified: head/security/sandsifter/Makefile ============================================================================== --- head/security/sandsifter/Makefile Wed Apr 11 20:35:36 2018 (r467110) +++ head/security/sandsifter/Makefile Wed Apr 11 20:53:04 2018 (r467111) @@ -1,23 +1,26 @@ # $FreeBSD$ PORTNAME= sandsifter -PORTVERSION= 0.1 +PORTVERSION= 0.20170906 CATEGORIES= security MAINTAINER= rene@FreeBSD.org COMMENT= Processor fuzzer for x86 CPUs +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON=Designed for x86 + BUILD_DEPENDS= ${LOCALBASE}/include/capstone/capstone.h:devel/capstone3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}capstone>0:devel/py-capstone USES= gmake python localbase shebangfix -ONLY_FOR_ARCHS= amd64 i386 -ONLY_FOR_ARCHS_REASON=Designed for x86 - USE_GITHUB= yes GH_ACCOUNT= xoreaxeaxeax -GH_TAGNAME= dff63246fed84d90118441b8ba5b5d3bdd094427 +GH_TAGNAME= 8375e6123d093629e3e4437d7903839fd0742c2a SHEBANG_FILES= sifter.py summarize.py OPTIONS_DEFINE= DOCS Modified: head/security/sandsifter/distinfo ============================================================================== --- head/security/sandsifter/distinfo Wed Apr 11 20:35:36 2018 (r467110) +++ head/security/sandsifter/distinfo Wed Apr 11 20:53:04 2018 (r467111) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505751266 -SHA256 (xoreaxeaxeax-sandsifter-0.1-dff63246fed84d90118441b8ba5b5d3bdd094427_GH0.tar.gz) = 010d662705bb67035e3d6b93a0fbe0bcf7ab2b5ba93e6eb977eb614c7dec3691 -SIZE (xoreaxeaxeax-sandsifter-0.1-dff63246fed84d90118441b8ba5b5d3bdd094427_GH0.tar.gz) = 5284438 +TIMESTAMP = 1523479892 +SHA256 (xoreaxeaxeax-sandsifter-0.20170906-8375e6123d093629e3e4437d7903839fd0742c2a_GH0.tar.gz) = 5c77f7d7158b4b3a4a6f723526361ae0f0560b5495b4ef95f7a4f4f4472f0c49 +SIZE (xoreaxeaxeax-sandsifter-0.20170906-8375e6123d093629e3e4437d7903839fd0742c2a_GH0.tar.gz) = 5285733