X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=libapache-mod-security.git;a=blobdiff_plain;f=debian%2Fcontrol;fp=debian%2Fcontrol;h=8ed35fa0c0a3177c1d7e3f8e827f8cff8d0158dc;hp=0000000000000000000000000000000000000000;hb=c1ff66f31656cd9fc68afb6d63f9aa97ca1c91b0;hpb=b7293312bcd8a403bf762a99cb6871bdcf436f3a diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8ed35fa --- /dev/null +++ b/debian/control @@ -0,0 +1,49 @@ +Source: libapache-mod-security +Section: httpd +Priority: optional +Maintainer: Alberto Gonzalez Iniesta +Build-Depends: debhelper (>> 7.0.0), apache2-threaded-dev|apache2-prefork-dev, libxml2-dev (>= 2.0.50-10), liblua5.1-0-dev, libcurl4-gnutls-dev +Standards-Version: 3.8.0.0 + +Package: libapache-mod-security +Architecture: any +Replaces: libapache2-mod-security2 +Provides: libapache2-mod-security2 +Depends: mod-security-common (= ${source:Version}), apache2.2-common, libxml2, ${shlibs:Depends}, ${misc:Depends} +Description: Tighten web applications security for Apache + Mod_security is an Apache module whose purpose is to tighten the Web + application security. Effectively, it is an intrusion detection and prevention + system for the web server. + . + At the moment its main features are: + * Audit log; store full request details in a separate file, including POST + payloads. + * Request filtering; incoming requests can be analysed and offensive requests + can be rejected (or simply logged, if that is what you want). This feature + can be used to prevent many types of attacks (e.g. XSS attacks, SQL + injection, ...) and even allow you to run insecure applications on your + servers (if you have no other choice, of course). + . + In addition to this package the mod-security-common package, which includes + documentation and configuration examples, will be installed. + +Package: mod-security-common +Architecture: all +Replaces: mod-security2-common +Provides: mod-security2-common +Depends: ${misc:Depends} +Description: Tighten web applications security - common files + Mod_security is an Apache module whose purpose is to tighten the Web + application security. Effectively, it is an intrusion detection and prevention + system for the web server. + . + This package includes documentation, configuration examples and some scripts + to test the functionality of the module. + +# Package: mod-security-mlogc +# Architecture: any +# Depends: libapache-mod-security (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} +# Description: ModSecurity audit log collector +# Mlogc is used to connect a ModSecurity sensor to the central +# audit log repository. +