Prepravljen Maintainer u debian/control.
[libapache-mod-security.git] / debian / control
1 Source: libapache-mod-security
2 Section: httpd
3 Priority: optional
4 Maintainer: Dragan Dosen <ddosen@ffzg.hr>
5 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
6 Standards-Version: 3.8.0.0
7
8 Package: libapache-mod-security
9 Architecture: any
10 Replaces: libapache2-mod-security2
11 Provides: libapache2-mod-security2
12 Depends: mod-security-common (= ${source:Version}), apache2.2-common, libxml2, ${shlibs:Depends}, ${misc:Depends}
13 Description: Tighten web applications security for Apache
14  Mod_security is an Apache module whose purpose is to tighten the Web
15  application security. Effectively, it is an intrusion detection and prevention
16  system for the web server. 
17  .
18  At the moment its main features are:
19    * Audit log; store full request details in a separate file, including POST 
20      payloads.
21    * Request filtering; incoming requests can be analysed and offensive requests
22      can be rejected (or simply logged, if that is what you want). This feature 
23      can be used to prevent many types of attacks (e.g. XSS attacks, SQL 
24      injection, ...) and even allow you to run insecure applications on your 
25      servers (if you have no other choice, of course).
26  .
27  In addition to this package the mod-security-common package, which includes 
28  documentation and configuration examples, will be installed.
29
30 Package: mod-security-common
31 Architecture: all
32 Replaces: mod-security2-common
33 Provides: mod-security2-common
34 Depends: ${misc:Depends}
35 Description: Tighten web applications security - common files
36  Mod_security is an Apache module whose purpose is to tighten the Web 
37  application security. Effectively, it is an intrusion detection and prevention 
38  system for the web server. 
39  .
40  This package includes documentation, configuration examples and some scripts
41  to test the functionality of the module.
42
43 # Package: mod-security-mlogc
44 # Architecture: any
45 # Depends: libapache-mod-security (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
46 # Description: ModSecurity audit log collector
47 #  Mlogc is used to connect a ModSecurity sensor to the central
48 #  audit log repository.
49