summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2013-03-31 01:55:02 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2013-03-31 01:55:02 +0000
commitf343b2af64329c83f398103d4ee2ca7196813db1 (patch)
tree4bca34d4ef0dceaddc4a08227ae1ccf234969730 /profiles/desc
parentAppend ICU flags to CXXFLAGS with USE=icu, not USE=-icu. Patch by Arfrever. (diff)
downloadgentoo-2-f343b2af64329c83f398103d4ee2ca7196813db1.tar.gz
gentoo-2-f343b2af64329c83f398103d4ee2ca7196813db1.tar.bz2
gentoo-2-f343b2af64329c83f398103d4ee2ca7196813db1.zip
Add SPDX for nginx.
Diffstat (limited to 'profiles/desc')
-rw-r--r--profiles/desc/nginx_modules_http.desc3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc
index 963208e6089f..855dfbe1def0 100644
--- a/profiles/desc/nginx_modules_http.desc
+++ b/profiles/desc/nginx_modules_http.desc
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.12 2013/01/13 11:07:45 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.13 2013/03/31 01:55:02 robbat2 Exp $
# This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags.
@@ -46,6 +46,7 @@ secure_link - This module computes and checks request URLs for a required securi
slowfs_cache - This module adds the ability to cache static files
split_clients - This module provides A/B testing support.
ssi - This module provides a filter which processes Server-Side Includes (SSI) in the input.
+spdy - This module provides an SPDY implementation.
stub_status - This module provides the ability to get some status from nginx.
sub - This module can search and replace text in the nginx response.
upload - Enable support for handling file uploads using multipart/form-data encoding