Port details |
- py-first-server Function Identification and Recovery Signature Tool
- 0.0.7_1 security
=0 Version of this port present on the latest quarterly branch. - Maintainer: dvl@FreeBSD.org
 - Port Added: 2017-07-27 17:39:49
- Last Update: 2021-10-16 07:09:28
- Commit Hash: 55424dc
- License: GPLv2
- Description:
- The main idea behind FIRST is to preserve an engineer's analysis
of certain functions (name, prototype, comment, etc) by using methods
like opcode hashing, mnemonic hashing, locality sensitive hashing,
etc. By collecting and storing these signatures centrally the
framework can provide them later to the community via the API/Plugin.
The goal is to provide quick lookups for similar functions to avoid
losing time with analysing a function which was already analysed
before in another sample or by another engineer.
WWW: https://github.com/vrtadmin/FIRST-server
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}first-server>0:security/py-first-server@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-first-server/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-first-server
- pkg install py38-first-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-first-server listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-first-server
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1579875285
SHA256 (vrtadmin-FIRST-server-v0.0.7_GH0.tar.gz) = 22f9d3f23a63365b7fede27bc5ffc2469865d5c9f05303790151e3ed9cce9102
SIZE (vrtadmin-FIRST-server-v0.0.7_GH0.tar.gz) = 1987433
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-capstone>0 : devel/py-capstone@py38
- py38-mysqlclient>=1.3.8 : databases/py-mysqlclient@py38
- py38-django32>=3.0.2 : www/py-django32@py38
- py38-werkzeug>=0.11.11 : www/py-werkzeug@py38
- py38-httplib2>=0.9.2 : www/py-httplib2@py38
- py38-oauth2client>=3.0.0 : security/py-oauth2client@py38
- py38-google-api-python-client>=1.5.3 : www/py-google-api-python-client@py38
- py38-capstone>=3.0.4 : devel/py-capstone@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- security_py-first-server
- USES:
- python:3.6+
- pkg-message:
- For install:
- As of version 0.0.2, FIRST no longer requires these packages:
* distorm3
* mongoengine
You may want to remove them.
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Oct 2021 07:09:28 0.0.7_1 |
Jimmy Olgeni (olgeni)  |
security/py-first-server: remove reference to "Fig. A" from pkg-descr. |
21 Apr 2021 14:45:52 0.0.7_1 |
Dan Langille (dvl)  |
Switch from Django 3.0 to Django 3.2
PR: 255113
Reported by: Kai Knoblich <kai@FreeBSD.org> |
07 Apr 2021 08:09:01 0.0.7 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.0.7 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
29 Jan 2020 14:23:15
0.0.7 |
mat  |
Fix bulk -a, one of its dependency does not support 3.5. |
24 Jan 2020 14:35:23
0.0.7 |
dvl  |
Update to 0.0.7
Updates on website, compatibility with latest Django version (3.0.2)
re: https://github.com/vrtadmin/FIRST-server/releases/tag/v0.0.7 |
14 Aug 2019 12:16:13
0.0.6 |
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
05 Jun 2019 14:49:57
0.0.6 |
dvl  |
Upgrade to 0.0.6
Updates on website, compatibility with latest Django version (2.2.2)
re: https://github.com/vrtadmin/FIRST-server/releases/tag/v0.0.6 |
03 Jun 2019 20:03:13
0.0.5 |
dvl  |
Upgrade to 0.0.5
https://github.com/vrtadmin/FIRST-server/releases/tag/v0.0.5 |
05 Mar 2019 21:05:29
0.0.4_1 |
antoine  |
Unbreak |
05 Mar 2019 20:33:38
0.0.4_1 |
dvl  |
This port now requires www/py-django21
Adjust RUN_DEPENDS |
05 Mar 2019 17:16:49
0.0.4 |
dvl  |
Upgrade to 0.0.4
https://github.com/vrtadmin/FIRST-server/releases/tag/v0.0.4 |
20 Jun 2018 17:05:44
0.0.3 |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
30 Nov 2017 15:50:34
0.0.3  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
13 Sep 2017 20:29:48
0.0.3 |
dvl  |
Upgrade to 0.0.3 |
11 Sep 2017 15:20:06
0.0.2 |
dvl  |
Upgrade to 0.0.2 |
27 Jul 2017 17:39:35
0.0.1 |
dvl  |
Function Identification and Recovery Signature Tool |