From owner-svn-ports-head@freebsd.org Mon Sep 11 15:20:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE378E1135B; Mon, 11 Sep 2017 15:20:07 +0000 (UTC) (envelope-from dvl@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 mx1.freebsd.org (Postfix) with ESMTPS id 880C364B10; Mon, 11 Sep 2017 15:20:07 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8BFK6f3088965; Mon, 11 Sep 2017 15:20:06 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8BFK6KG088960; Mon, 11 Sep 2017 15:20:06 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201709111520.v8BFK6KG088960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Mon, 11 Sep 2017 15:20:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449655 - head/security/py-first-server X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: head/security/py-first-server X-SVN-Commit-Revision: 449655 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.23 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: Mon, 11 Sep 2017 15:20:07 -0000 Author: dvl Date: Mon Sep 11 15:20:06 2017 New Revision: 449655 URL: https://svnweb.freebsd.org/changeset/ports/449655 Log: Upgrade to 0.0.2 Added: head/security/py-first-server/pkg-message (contents, props changed) Modified: head/security/py-first-server/Makefile head/security/py-first-server/distinfo head/security/py-first-server/pkg-plist Modified: head/security/py-first-server/Makefile ============================================================================== --- head/security/py-first-server/Makefile Mon Sep 11 15:08:09 2017 (r449654) +++ head/security/py-first-server/Makefile Mon Sep 11 15:20:06 2017 (r449655) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= first-server -PORTVERSION= 0.0.1 +PORTVERSION= 0.0.2 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTVERSIONPREFIX= v @@ -13,13 +13,12 @@ COMMENT= Function Identification and Recovery Signatur LICENSE= GPLv2 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mysqlclient>=1.3.8:databases/py-mysqlclient -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mongoengine>=0.10.0:devel/py-mongoengine -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}django>=1.10.2:www/py-django +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}django>=1.11.4:www/py-django RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}werkzeug>=0.11.11:www/py-werkzeug RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.2:www/py-httplib2 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}oauth2client>=3.0.0:security/py-oauth2client RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.5.3:www/py-google-api-python-client -RUN_DEPENDS+= distorm>=0:devel/distorm +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}capstone>=3.0.4:devel/py-capstone USE_GITHUB= yes GH_ACCOUNT= vrtadmin Modified: head/security/py-first-server/distinfo ============================================================================== --- head/security/py-first-server/distinfo Mon Sep 11 15:08:09 2017 (r449654) +++ head/security/py-first-server/distinfo Mon Sep 11 15:20:06 2017 (r449655) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501161109 -SHA256 (vrtadmin-FIRST-server-v0.0.1_GH0.tar.gz) = 6d4ea5dc46b8557a31d644e1c1fe34d0575111aa39db0507b64a191b4e984d6e -SIZE (vrtadmin-FIRST-server-v0.0.1_GH0.tar.gz) = 2248663 +TIMESTAMP = 1505142587 +SHA256 (vrtadmin-FIRST-server-v0.0.2_GH0.tar.gz) = 28142ea5326cfecde6663e21b84e71d69e16c317dd52c83b116c5ac999f70ff5 +SIZE (vrtadmin-FIRST-server-v0.0.2_GH0.tar.gz) = 2254487 Added: head/security/py-first-server/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-first-server/pkg-message Mon Sep 11 15:20:06 2017 (r449655) @@ -0,0 +1,7 @@ + +As of version 0.0.2, FIRST no longer requires these packages: + +* distorm3 +* mongoengine + +You may want to remove them. Modified: head/security/py-first-server/pkg-plist ============================================================================== --- head/security/py-first-server/pkg-plist Mon Sep 11 15:08:09 2017 (r449654) +++ head/security/py-first-server/pkg-plist Mon Sep 11 15:20:06 2017 (r449655) @@ -1,18 +1,29 @@ +%%WWWDIR%%/engines/__init__.py +%%WWWDIR%%/engines/admin.py +%%WWWDIR%%/engines/apps.py +%%WWWDIR%%/engines/migrations/__init__.py +%%WWWDIR%%/engines/models.py +%%WWWDIR%%/engines/tests.py +%%WWWDIR%%/engines/views.py +%%WWWDIR%%/example_config.json %%WWWDIR%%/first/__init__.py -%%WWWDIR%%/first/auth.py -%%WWWDIR%%/first/dbs/__init__.py -%%WWWDIR%%/first/dbs/builtin_db.py -%%WWWDIR%%/first/engines/__init__.py -%%WWWDIR%%/first/engines/basic_masking.py -%%WWWDIR%%/first/engines/exact_match.py -%%WWWDIR%%/first/engines/mnemonic_hash.py -%%WWWDIR%%/first/engines/results.py -%%WWWDIR%%/first/engines/skeleton.py_ -%%WWWDIR%%/first/error.py -%%WWWDIR%%/first/models.py %%WWWDIR%%/first/settings.py %%WWWDIR%%/first/urls.py %%WWWDIR%%/first/wsgi.py +%%WWWDIR%%/first_core/__init__.py +%%WWWDIR%%/first_core/auth.py +%%WWWDIR%%/first_core/dbs/__init__.py +%%WWWDIR%%/first_core/dbs/builtin_db.py +%%WWWDIR%%/first_core/disassembly/__init__.py +%%WWWDIR%%/first_core/engines/__init__.py +%%WWWDIR%%/first_core/engines/basic_masking.py +%%WWWDIR%%/first_core/engines/exact_match.py +%%WWWDIR%%/first_core/engines/mnemonic_hash.py +%%WWWDIR%%/first_core/engines/results.py +%%WWWDIR%%/first_core/engines/skeleton.py_ +%%WWWDIR%%/first_core/error.py +%%WWWDIR%%/first_core/models.py +%%WWWDIR%%/first_core/util.py %%WWWDIR%%/manage.py %%WWWDIR%%/rest/__init__.py %%WWWDIR%%/rest/admin.py @@ -23,12 +34,15 @@ %%WWWDIR%%/rest/tests.py %%WWWDIR%%/rest/urls.py %%WWWDIR%%/rest/views.py +%%WWWDIR%%/utilities/__init__.py %%WWWDIR%%/utilities/engine_shell.py -%%WWWDIR%%/utilities/populate_engine.py +%%WWWDIR%%/utilities/mongo_to_django_orm.py %%WWWDIR%%/utilities/test_engine.py +%%WWWDIR%%/utilities/user_shell.py %%WWWDIR%%/www/__init__.py %%WWWDIR%%/www/admin.py %%WWWDIR%%/www/apps.py +%%WWWDIR%%/www/migrations/0001_initial.py %%WWWDIR%%/www/migrations/__init__.py %%WWWDIR%%/www/models.py %%WWWDIR%%/www/static/www/Thumbs.db