FreeBSD Bugzilla – Attachment 192164 Details for
Bug 227245
www/mod_security3: Update to 3.0.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mod_security3-3.0.1.patch
modsecurity-3.0.1.diff (text/plain), 3.95 KB, created by
Marius Halden
on 2018-04-03 09:57:37 UTC
(
hide
)
Description:
mod_security3-3.0.1.patch
Filename:
MIME Type:
Creator:
Marius Halden
Created:
2018-04-03 09:57:37 UTC
Size:
3.95 KB
patch
obsolete
>Index: www/mod_security3/Makefile >=================================================================== >--- www/mod_security3/Makefile (revision 466285) >+++ www/mod_security3/Makefile (working copy) >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= mod_security >-DISTVERSION= 3.0.0 >-PORTREVISION= 1 >+DISTVERSION= 3.0.1 > CATEGORIES= www security > PKGNAMESUFFIX= 3 > >@@ -16,6 +15,8 @@ > libyajl.so:devel/yajl \ > libGeoIP.so:net/GeoIP > >+DISTVERSIONPREFIX= v >+ > USES= gmake autoreconf libtool pkgconfig:build > USE_GNOME= libxml2 > # GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411 >@@ -26,7 +27,6 @@ > USE_GITHUB= yes > GH_ACCOUNT= SpiderLabs > GH_PROJECT= ModSecurity >-GH_TAGNAME= 0508395 > > GH_TUPLE+= SpiderLabs:secrules-language-tests:add8f63:secrules_language_tests/test/test-cases/secrules-language-tests > GH_TUPLE+= client9:libinjection:da027ab:libinjection/others/libinjection >Index: www/mod_security3/distinfo >=================================================================== >--- www/mod_security3/distinfo (revision 466285) >+++ www/mod_security3/distinfo (working copy) >@@ -1,6 +1,6 @@ >-TIMESTAMP = 1518389737 >-SHA256 (SpiderLabs-ModSecurity-3.0.0-0508395_GH0.tar.gz) = 21ff4e8efe57afce03af1bdf2394be59a66056a6322a419f923b0a07439c103f >-SIZE (SpiderLabs-ModSecurity-3.0.0-0508395_GH0.tar.gz) = 497929 >+TIMESTAMP = 1522743768 >+SHA256 (SpiderLabs-ModSecurity-v3.0.1_GH0.tar.gz) = 578cff1de67213c858fdae9596dd13084ac970323b135ac5961be81d1f04491d >+SIZE (SpiderLabs-ModSecurity-v3.0.1_GH0.tar.gz) = 550815 > SHA256 (SpiderLabs-secrules-language-tests-add8f63_GH0.tar.gz) = 18894cf90d6a1ade441053b2aa89fff495a50eec0c632d346cc223c692973cba > SIZE (SpiderLabs-secrules-language-tests-add8f63_GH0.tar.gz) = 58901 > SHA256 (client9-libinjection-da027ab_GH0.tar.gz) = 7eaa6306d13427e002f976d4ce1bf3aaa3f94e7dd4ada02a69354fa482e6afca >Index: www/mod_security3/files/patch-configure.ac >=================================================================== >--- www/mod_security3/files/patch-configure.ac (nonexistent) >+++ www/mod_security3/files/patch-configure.ac (working copy) >@@ -0,0 +1,21 @@ >+--- configure.ac.orig 2018-04-02 00:23:25 UTC >++++ configure.ac >+@@ -16,6 +16,9 @@ m4_define([msc_version_major], [MSC_MAJO >+ m4_define([msc_version_minor], [MSC_MINOR]) >+ m4_define([msc_version_patchlevel], [MSC_PATCHLEVEL]) >+ >++m4_define([msc_version_c_plus_a], [m4_eval(msc_version_major + msc_version_minor)]) >++ >++ >+ m4_define([msc_version], >+ [msc_version_major.msc_version_minor]) >+ >+@@ -23,7 +26,7 @@ m4_define([msc_version_git], >+ [m4_esyscmd_s(git describe)]) >+ >+ m4_define([msc_version_info], >+- [msc_version_major:msc_version_minor:msc_version_patchlevel]) >++ [msc_version_c_plus_a:msc_version_patchlevel:msc_version_minor]) >+ >+ >+ # Project Information > >Property changes on: www/mod_security3/files/patch-configure.ac >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/mod_security3/pkg-plist >=================================================================== >--- www/mod_security3/pkg-plist (revision 466285) >+++ www/mod_security3/pkg-plist (working copy) >@@ -5,7 +5,6 @@ > include/modsecurity/audit_log.h > include/modsecurity/collection/collection.h > include/modsecurity/collection/collections.h >-include/modsecurity/collection/variable.h > include/modsecurity/debug_log.h > include/modsecurity/intervention.h > include/modsecurity/modsecurity.h >@@ -17,8 +16,9 @@ > include/modsecurity/rules_properties.h > include/modsecurity/transaction.h > include/modsecurity/variable_origin.h >+include/modsecurity/variable_value.h > lib/libmodsecurity.a > lib/libmodsecurity.so > lib/libmodsecurity.so.3 >-lib/libmodsecurity.so.3.0.0 >+lib/libmodsecurity.so.3.0.1 > @sample %%ETCDIR%%/modsecurity.conf.sample
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 227245
:
192160
|
192164
|
192203
|
192828