Skip to content

Commit

Permalink
Merge pull request #47 from jjbos/master
Browse files Browse the repository at this point in the history
new version of modsecurity for iis available, now supports IIS 10
  • Loading branch information
MrSeccubus committed Apr 13, 2017
2 parents 02636d3 + 6d89719 commit 3597996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
default[:mod_security][:apache_mpm] = 'prefork'

default['mod_security']['package_name'] = 'ModSecurity IIS'
default['mod_security']['url'] = 'https://www.modsecurity.org/tarball/2.9.0/ModSecurityIIS_2.9.0-64b.msi'
default['mod_security']['checksum'] = 'cda1abf2c2e6f58b4dd33f4a16ab84c8b861663957dbdc2cf8ad7a4df1ad6645'
default['mod_security']['url'] = 'https://www.modsecurity.org/tarball/2.9.1/ModSecurityIIS_2.9.1-64b.msi'
default['mod_security']['checksum'] = '7ef38c203e97ef5708b06718e46f54239eaf04c27031d40efb39a57bcf2a92f1'

default['vcredist_x64']['package_name'] = 'Microsoft Visual C++ 2013 Redistributable (x64) - 12.0.30501'
default['vcredist_x64']['url'] = 'http://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x64.exe'
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs and configures mod_security for Apache2 or IIS'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.6'
version '0.2.7'

depends 'apache2'
depends 'build-essential'
Expand Down

0 comments on commit 3597996

Please sign in to comment.