Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/desc: nginx_modules_http.desc
Date: Fri, 27 Sep 2013 13:29:23
Message-Id: 20130927132920.8F0DD2004E@flycatcher.gentoo.org
1 dev-zero 13/09/27 13:29:20
2
3 Modified: nginx_modules_http.desc
4 Log:
5 Add security to nginx_modules_http USE_EXPAND
6
7 Revision Changes Path
8 1.18 profiles/desc/nginx_modules_http.desc
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.18&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.18&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?r1=1.17&r2=1.18
13
14 Index: nginx_modules_http.desc
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v
17 retrieving revision 1.17
18 retrieving revision 1.18
19 diff -u -r1.17 -r1.18
20 --- nginx_modules_http.desc 26 Sep 2013 06:19:14 -0000 1.17
21 +++ nginx_modules_http.desc 27 Sep 2013 13:29:20 -0000 1.18
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2013 Gentoo Foundation.
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.17 2013/09/26 06:19:14 dev-zero Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.18 2013/09/27 13:29:20 dev-zero Exp $
27
28 # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags.
29
30 @@ -48,6 +48,7 @@
31 rewrite - This module makes it possible to change URI using regular expressions (PCRE), and to redirect and select configuration depending on variables.
32 scgi - An implementation of the Simple Common Gateway Interface.
33 secure_link - This module computes and checks request URLs for a required security token.
34 +security - Web application firewall and Intrusion Detection System.
35 slowfs_cache - This module adds the ability to cache static files
36 split_clients - This module provides A/B testing support.
37 ssi - This module provides a filter which processes Server-Side Includes (SSI) in the input.