Page MenuHomeFreeBSD

Update security/modsecurity3 to v3.0.3
ClosedPublic

Authored by marius.h_lden.org on Nov 27 2018, 3:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 21 2024, 10:17 PM
Unknown Object (File)
Feb 21 2024, 11:19 AM
Unknown Object (File)
Feb 9 2024, 6:10 PM
Unknown Object (File)
Jan 5 2024, 5:01 PM
Unknown Object (File)
Dec 23 2023, 12:32 AM
Unknown Object (File)
Dec 10 2023, 9:10 PM
Unknown Object (File)
Nov 16 2023, 10:35 AM
Unknown Object (File)
Nov 13 2023, 1:02 AM

Details

Summary

Updates security/modsecurity3 to version v3.0.3

We switch from using github directly to release tarballs to avoid issues when autoconf tries to get version numbers from git which is not necessarily available. This has already been correctly done for us with the release tar.

Also adds configure flags to be consistent with the build even in dirty environments where optional modules are installed (we might want to add options for these in the future, but I'm not sure how useful they are at the moment).

In addition we switch to using the install-strip target to satisfy poudriere testports desire for stripped binaries/libraries.

Test Plan

It was tested with a normal build and package which works fine in addition to a run in poudriere testport on 11.2 and 12.0-RC2 which did not have any issues either.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

marius.h_lden.org edited the test plan for this revision. (Show Details)

Fix typo in LICENSE_FILE variable name.

des added a subscriber: des.
This revision is now accepted and ready to land.Nov 28 2018, 6:23 PM
des requested changes to this revision.Dec 12 2018, 3:37 PM
des added inline comments.
security/modsecurity3/Makefile
6

PORTREVISION should never be set to 0. Just leave it out until you actually need it.

This revision now requires changes to proceed.Dec 12 2018, 3:37 PM
security/modsecurity3/Makefile
6

That sentence is actually not true, it is not "should never" it is "does not need to". Having it set to 0 is perfectly fine, even if not required.

OK, I will commit as-is then.

This revision is now accepted and ready to land.Dec 12 2018, 3:53 PM
This revision was automatically updated to reflect the committed changes.