Port details |
- py-first-server Function Identification and Recovery Signature Tool
- 0.0.7_2 security =2 0.0.7_2Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream project has been archived
EXPIRATION DATE: 2024-12-31
- Maintainer: dvl@FreeBSD.org
- Port Added: 2017-07-27 17:39:49
- Last Update: 2024-11-04 14:16:05
- Commit Hash: aa1aa07
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://github.com/vrtadmin/FIRST-server
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 py311-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 py311-first-server listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-first-server
- Package flavors (<flavor>: <package>)
- py311: py311-first-server
- 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.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-capstone>0 : devel/py-capstone@py311
- py311-capstone>=3.0.4 : devel/py-capstone@py311
- py311-django42>=3.0.2 : www/py-django42@py311
- py311-google-api-python-client>=1.5.3 : www/py-google-api-python-client@py311
- py311-httplib2>=0.9.2 : www/py-httplib2@py311
- py311-mysqlclient>=1.3.8 : databases/py-mysqlclient@py311
- py311-oauth2client>=3.0.0 : security/py-oauth2client@py311
- py311-werkzeug>=0.11.11 : www/py-werkzeug@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_py-first-server
- USES:
- python
- 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.7_2 04 Nov 2024 14:16:05 |
Dan Langille (dvl) |
security/py-first-server: Mark as deprecated, add expiry date
Upstream code has been archived - project closed.
Whle here, portlint and portfmt. Who wrote this port? |
0.0.7_2 27 Apr 2024 09:08:48 |
Kai Knoblich (kai) |
*: Switch consumers over to Django 4.2
Django 3.2 reached its End-of-Life on 1st April 2024 and Django 4.2 is
the new LTS (= Long Term Support) release which will be supported until
April 2026.
* Switch most ports that use www/py-django32 to www/py-django42.
* Ports that are not compatible with Django 3.2 have already been set
with an expiration date were not taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 276319
Reviewed by: dvl, grembo, ultima
Approved by: bofh (implicit), dvl, grembo, Kevin Golding, sunpoet,
ultima, maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D44637 |
0.0.7_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.0.7_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.0.7_1 16 Oct 2021 07:09:28 |
Jimmy Olgeni (olgeni) |
security/py-first-server: remove reference to "Fig. A" from pkg-descr. |
0.0.7_1 21 Apr 2021 14:45:52 |
Dan Langille (dvl) |
Switch from Django 3.0 to Django 3.2
PR: 255113
Reported by: Kai Knoblich <kai@FreeBSD.org> |
0.0.7 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.0.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.0.7 29 Jan 2020 14:23:15 |
mat |
Fix bulk -a, one of its dependency does not support 3.5. |
0.0.7 24 Jan 2020 14:35:23 |
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 |
0.0.6 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
0.0.6 05 Jun 2019 14:49:57 |
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 |
0.0.5 03 Jun 2019 20:03:13 |
dvl |
Upgrade to 0.0.5
https://github.com/vrtadmin/FIRST-server/releases/tag/v0.0.5 |
0.0.4_1 05 Mar 2019 21:05:29 |
antoine |
Unbreak |
0.0.4_1 05 Mar 2019 20:33:38 |
dvl |
This port now requires www/py-django21
Adjust RUN_DEPENDS |
0.0.4 05 Mar 2019 17:16:49 |
dvl |
Upgrade to 0.0.4
https://github.com/vrtadmin/FIRST-server/releases/tag/v0.0.4 |
0.0.3 20 Jun 2018 17:05:44 |
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 |
0.0.3 30 Nov 2017 15:50:34 |
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 ) |
0.0.3 13 Sep 2017 20:29:48 |
dvl |
Upgrade to 0.0.3 |
0.0.2 11 Sep 2017 15:20:06 |
dvl |
Upgrade to 0.0.2 |
0.0.1 27 Jul 2017 17:39:35 |
dvl |
Function Identification and Recovery Signature Tool |