libmodsecurity: 3.0.15 -> 3.0.16
This commit is contained in:
@@ -20,13 +20,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "libmodsecurity";
|
||||
version = "3.0.15";
|
||||
version = "3.0.16";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "owasp-modsecurity";
|
||||
repo = "ModSecurity";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-gI874wkqy8VuwxUmIgb8d7fULJUQ+rKBBF492NtuRMY=";
|
||||
hash = "sha256-KkUZ52IQ8kZPP4znvNX2kDCbYFBesmvV5i1tVgHFct8=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
@@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
# https://github.com/owasp-modsecurity/ModSecurity/blob/v3.0.15/build.sh#L6-L25
|
||||
# https://github.com/owasp-modsecurity/ModSecurity/blob/v3.0.16/build.sh#L6-L25
|
||||
echo "noinst_HEADERS = \\" > ./src/headers.mk
|
||||
ls -1 ./src/ \
|
||||
actions/*.h \
|
||||
|
||||
Reference in New Issue
Block a user