Page MenuHomeFreeBSD

New port: security/peda: Python-based GDB extension for exploit development and debugging
ClosedPublic

Authored by 0mp on Dec 5 2018, 11:23 AM.
Tags
None
Referenced Files
F80184034: D18433.id52367.diff
Thu, Mar 28, 10:45 PM
Unknown Object (File)
Sun, Mar 3, 6:43 AM
Unknown Object (File)
Feb 1 2024, 5:09 PM
Unknown Object (File)
Feb 1 2024, 5:09 PM
Unknown Object (File)
Feb 1 2024, 4:54 PM
Unknown Object (File)
Feb 1 2024, 4:54 PM
Unknown Object (File)
Feb 1 2024, 4:53 PM
Unknown Object (File)
Feb 1 2024, 3:28 PM
Subscribers
None

Details

Summary

I am not sure if I should call this port py-peda instead. I think that I should not as PEDA itself does not care about the underlaying Python version.

Test Plan
  • portlint
  • poudriere testport
    • 11.2 i386, amd64
    • 12.0-RC3 amd64

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

security/peda/Makefile
25 ↗(On Diff #51599)

Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles.

Thanks, @mat. I'm sorry for the trouble.

  • Put option-related variables into their section.
  • Set OPTIONS_SUB to use %%DOCS%% instead of %%PORTDOCS%% in pkg-plist.
0mp marked an inline comment as done.Dec 12 2018, 12:29 PM

I'd rather you kept PORTDOCS, and the whole tree gets converted at once.

security/peda/Makefile
31–32 ↗(On Diff #51902)

Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles.

  • Fix variable order once again.
  • Revert to using %%PORTDOCS%% in pkg-plist.
0mp marked 2 inline comments as done.Dec 12 2018, 3:18 PM
0mp added inline comments.
security/peda/Makefile
31–32 ↗(On Diff #51902)

I'm really sorry. It should be fixed now.

0mp marked an inline comment as done.Dec 28 2018, 12:24 PM

@mat, @krion, I addressed all the issues from the review process. Can I commit this port?

This revision is now accepted and ready to land.Dec 28 2018, 2:00 PM
This revision was automatically updated to reflect the committed changes.