-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Package Generation
Felipe Zimmerle edited this page Jan 29, 2016
·
3 revisions
It is very common the need for the generation of customized ModSecurity packages. The need for custom package may be a consequence of the need for new version of ModSecurity, that is not yet available on a given distribution. Or a simple need for a version with specifics configurations/build options.
In this Wiki page, we collect information given by the community on how to generate the packages. Including the packages recipes.
The rpm package recipe is available here: https://gist.github.com/zimmerle/a2b069f0099c90c142e8#file-0d90c84a7a89d26b9cffb4f987342185fe482118-patch
In order to generate the package, you can use the following:
$
The RPM package generation was a contribution from @antonyh, through the pull request #1052.