notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: security/gef/Makefile
SVNWeb

Number of commits found: 13

Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 19 May 2022
[ 13:50 Mateusz Piotrowski (0mp) search for other commits by this committer ]    commit hash:8bc0ccb51f755fec4f8007abf558680f461a44a7  commit hash:8bc0ccb51f755fec4f8007abf558680f461a44a7  commit hash:8bc0ccb51f755fec4f8007abf558680f461a44a7  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) search for other commits by this committer ]    commit hash:2f76e8c761fdd802be8ad3212420df5aa6f93d24  commit hash:2f76e8c761fdd802be8ad3212420df5aa6f93d24  commit hash:2f76e8c761fdd802be8ad3212420df5aa6f93d24  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) search for other commits by this committer ]    commit hash:9f53559b5082ad030db932703d575b3a2c0e34b9  commit hash:9f53559b5082ad030db932703d575b3a2c0e34b9  commit hash:9f53559b5082ad030db932703d575b3a2c0e34b9  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) search for other commits by this committer ]    commit hash:182a2f3e80236d80983b29bcc3c49c90348b4333  commit hash:182a2f3e80236d80983b29bcc3c49c90348b4333  commit hash:182a2f3e80236d80983b29bcc3c49c90348b4333  182a2f3 
security/gef: Update to 2021.07
Thu, 15 Apr 2021
[ 11:09 Mateusz Piotrowski (0mp) search for other commits by this committer ]    commit hash:5fafc75c0ff5e3ad71947b9edbb0d0720e7ec41f  commit hash:5fafc75c0ff5e3ad71947b9edbb0d0720e7ec41f  commit hash:5fafc75c0ff5e3ad71947b9edbb0d0720e7ec41f  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) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 24 Jan 2021
[ 16:30 0mp search for other commits by this committer ] Original commit   Revision:562489
Update to 2021.01

Support for Python 2 has been dropped.
Sun, 28 Jun 2020
[ 11:16 0mp search for other commits by this committer ] Original commit   Revision:540700
Update to 2020.06

Release notes:
https://github.com/hugsy/gef/releases/tag/2020.06
Tue, 10 Mar 2020
[ 17:34 0mp search for other commits by this committer ] Original commit   Revision:528188
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 search for other commits by this committer ] Original commit   Revision:527640
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