non port: security/gef/Makefile |
SVNWeb
|
Number of commits found: 13 |
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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>
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Thu, 19 May 2022
|
[ 13:50 Mateusz Piotrowski (0mp) ] 8bc0ccb
security/gef: Do not depend on "python3" executable
Instead, use "pythonX.Y", as recommended by the ports framework.
MFH: 2022Q2
|
Sun, 20 Feb 2022
|
[ 22:21 Mateusz Piotrowski (0mp) ] 2f76e8c
security/gef: Update to 2022.01
Changes: https://github.com/hugsy/gef/releases/tag/2022.01
|
Wed, 20 Oct 2021
|
[ 09:46 Mateusz Piotrowski (0mp) ] 9f53559
security/gef: Update to 2021.10
Changes: https://github.com/hugsy/gef/releases/tag/2021.10
|
Tue, 6 Jul 2021
|
[ 14:44 Mateusz Piotrowski (0mp) ] 182a2f3
security/gef: Update to 2021.07
|
Thu, 15 Apr 2021
|
[ 11:09 Mateusz Piotrowski (0mp) ] 5fafc75
security/gef: Update to 2021.04
Release notes:
https://github.com/hugsy/gef/releases/tag/2021.04
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 24 Jan 2021
|
[ 16:30 0mp ]
Update to 2021.01
Support for Python 2 has been dropped.
|
Sun, 28 Jun 2020
|
[ 11:16 0mp ]
Update to 2020.06
Release notes:
https://github.com/hugsy/gef/releases/tag/2020.06
|
Tue, 10 Mar 2020
|
[ 17:34 0mp ]
Update to 2020.03-1
Release notes:
https://github.com/hugsy/gef/releases/tag/2020.03-1
Reported by: portscout
|
Mon, 2 Mar 2020
|
[ 16:28 0mp ]
New port: security/gef
GEF (pronounced "Jeff") is a set of commands for x86/64, ARM, MIPS, PowerPC
and SPARC to assist exploit developers and reverse-engineers when using old
school GDB. It provides additional features to GDB using the Python API to
assist during the process of dynamic analysis and exploit development.
Application developers will also benefit from it, as GEF lifts a great part
of regular GDB obscurity, avoiding repeating traditional commands, or
bringing out the relevant information from the debugging runtime.
Some of GEF features include:
- One single GDB script.
- Fast limiting the number of dependencies and optimizing code to make the
commands as fast as possible.
- Provides more than 50 commands to drastically change your experience in
GDB.
- Easily extendable to create other commands by providing more
comprehensible layout to GDB Python API.
- Built around an architecture abstraction layer, so all commands work in
any GDB-supported architecture such as x86-32/64, ARMv5/6/7, AARCH64,
SPARC, MIPS, PowerPC, etc.
- Suited for real-life apps debugging, exploit development, just as much as
CTF.
WWW: https://gef.rtfd.io
|
Number of commits found: 13 |