-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fedora RPM distribution for AFL++ #2023
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
If you want to go for it, sure! |
@alexandredoyen29 what is your progress? |
I have a preliminary .spec file that compile AFL++ to a RPM, but I have to test it to find if all features are available. |
Do you think I get paid? ;) |
A spec file already exist for AFL++ https://src.fedoraproject.org/rpms/american-fuzzy-lop/ Maybe the name is not what you expect? |
Hi AFL++ team! I'm interested in contributing a .spec file to create an RPM package for AFL++. I’ve started translating the DEB requirements to RPM and will test it on Fedora/CentOS to ensure it builds and installs correctly. Once tested, I’ll submit a pull request with instructions on using it for RPM-based distributions and potentially setting it up on Fedora Copr. Best regards, Shrish Mishra |
I am pretty sure it exists already as package in red hat so a spec file should already exist there |
Yep, an american-fuzzy-lop-4.21c-5.fc41.x86_64 RPM already exists. The problem is it is compiled in "source-only" mode, and not in "distrib" mode. So, some modes are unavailable :/ |
You're welcome to help with packaging. No idea what "source-only" mode means. |
this are |
Hi the AFL++ team !
I write this issue to tell you that I think it is a good idea to develop a .spec file to build a RPM distribution for AFL++ for each releases. It could be also built through the Fedora Copr building system.
On my free time, I could try to develop this file. I think it is not hard (Expect translate DEB requirements to RPM requirements to build AFL++).
Best regards
The text was updated successfully, but these errors were encountered: