~ubuntu-branches/ubuntu/raring/nginx/raring

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Cyril Lavier, Cyril Lavier
  • Date: 2012-06-27 13:52:03 UTC
  • mfrom: (4.2.51 sid)
  • Revision ID: package-import@ubuntu.com-20120627135203-82rzqkajfpo1m77u
Tags: 1.2.1-2
[Cyril Lavier]
* Urgency set to medium, security bug in naxsi module, fix via upstream.
* debian/modules/naxsi:
  + Updated naxsi module to version 0.46-1 fixing the following security
    issue : potential file disclosure in nx_extract.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
Package: nginx
31
31
Architecture: all
32
 
Depends: nginx-full | nginx-light, ${misc:Depends}
 
32
Depends: nginx-full | nginx-light,
 
33
         ${misc:Depends}
33
34
Description: small, powerful, scalable web/proxy server
34
35
 Nginx ("engine X") is a high-performance web and reverse proxy server
35
36
 created by Igor Sysoev. It can be used both as a standalone web server
41
42
Package: nginx-doc
42
43
Architecture: all
43
44
Section: doc
44
 
Depends: lsb-base (>= 3.2-14), ${misc:Depends}
 
45
Depends: lsb-base (>= 3.2-14),
 
46
         ${misc:Depends}
45
47
Description: small, powerful, scalable web/proxy server - documentation
46
48
 Nginx ("engine X") is a high-performance web and reverse proxy server
47
49
 created by Igor Sysoev. It can be used both as a standalone web server
51
53
 
52
54
Package: nginx-common
53
55
Architecture: all
54
 
Depends: lsb-base (>= 3.2-14), ${misc:Depends}
 
56
Depends: lsb-base (>= 3.2-14),
 
57
         ${misc:Depends}
55
58
Replaces: nginx (<< 0.8.54-4),
56
59
          nginx-extras (<< 0.8.54-4),
57
60
          nginx-full (<< 0.8.54-4),
70
73
 
71
74
Package: nginx-full
72
75
Architecture: any
73
 
Depends: nginx-common (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
74
 
Provides: httpd, nginx
75
 
Conflicts: nginx-extras, nginx-light, nginx-naxsi
 
76
Depends: nginx-common (= ${source:Version}),
 
77
         ${misc:Depends},
 
78
         ${shlibs:Depends}
 
79
Provides: httpd,
 
80
          nginx
 
81
Conflicts: nginx-extras,
 
82
           nginx-light,
 
83
           nginx-naxsi
76
84
Description: nginx web/proxy server (standard version)
77
85
 Nginx ("engine X") is a high-performance web and reverse proxy server
78
86
 created by Igor Sysoev. It can be used both as a standalone web server
84
92
 .
85
93
 STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser,
86
94
 Charset, Empty GIF, FastCGI, Geo, Gzip, Headers, Index, Limit Requests,
87
 
 Limit Zone, Log, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split
88
 
 Clients, SSI, Upstream, User ID, UWSGI.
 
95
 Limit Zone, Log, Map, Memcached, Proxy, Referer, Rewrite, SCGI,
 
96
 Split Clients, SSI, Upstream, User ID, UWSGI.
89
97
 .
90
 
 OPTIONAL HTTP MODULES: Addition, Debug, GeoIP, Gzip Precompression, HTTP
91
 
 Sub, Image Filter, IPv6, RealIP, Stub Status, WebDAV, XSLT.
 
98
 OPTIONAL HTTP MODULES: Addition, Debug, GeoIP, Gzip Precompression,
 
99
 HTTP Sub, Image Filter, IPv6, Real IP, SSL, Stub Status, Substitution,
 
100
 WebDAV, XSLT.
92
101
 .
93
102
 MAIL MODULES: Mail Core, IMAP, POP3, SMTP, SSL.
94
103
 .
95
 
 THIRD PARTY MODULES: Echo, Upstream Fair Queue, DAV Ext.
 
104
 THIRD PARTY MODULES: Auth PAM, DAV Ext, Echo, Upstream Fair Queue.
96
105
 
97
106
Package: nginx-full-dbg
98
107
Architecture: any
99
108
Section: debug
100
109
Priority: extra
101
 
Depends: nginx-full (= ${binary:Version}), ${misc:Depends}
102
 
Conflicts: nginx-extras-dbg, nginx-light-dbg, nginx-naxsi-dbg
 
110
Depends: nginx-full (= ${binary:Version}),
 
111
         ${misc:Depends}
 
112
Conflicts: nginx-extras-dbg,
 
113
           nginx-light-dbg,
 
114
           nginx-naxsi-dbg
103
115
Description: nginx web/proxy server (standard version) - debugging symbols
104
116
 Nginx ("engine X") is a high-performance web and reverse proxy server
105
117
 created by Igor Sysoev. It can be used both as a standalone web server
111
123
Package: nginx-light
112
124
Architecture: any
113
125
Priority: extra
114
 
Depends: nginx-common (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
115
 
Provides: httpd, nginx
116
 
Conflicts: nginx-extras, nginx-full, nginx-naxsi
 
126
Depends: nginx-common (= ${source:Version}),
 
127
         ${misc:Depends},
 
128
         ${shlibs:Depends}
 
129
Provides: httpd,
 
130
          nginx
 
131
Conflicts: nginx-extras,
 
132
           nginx-full,
 
133
           nginx-naxsi
117
134
Description: nginx web/proxy server (basic version)
118
135
 Nginx ("engine X") is a high-performance web and reverse proxy server
119
136
 created by Igor Sysoev. It can be used both as a standalone web server
123
140
 minimal set of features and modules.
124
141
 .
125
142
 STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Charset,
126
 
 Empty GIF, FastCGI, Gzip, Headers, Index, Log, Map, Proxy, Rewrite, Split
127
 
 Clients, Upstream, User ID.
 
143
 Empty GIF, FastCGI, Gzip, Headers, Index, Log, Map, Proxy, Rewrite, Upstream.
128
144
 .
129
 
 OPTIONAL HTTP MODULES: Gzip Precompression, IPv6, Stub Status, SSL.
 
145
 OPTIONAL HTTP MODULES: Gzip Precompression, IPv6, SSL, Stub Status.
130
146
 .
131
147
 THIRD PARTY MODULES: Echo.
132
148
 
134
150
Architecture: any
135
151
Section: debug
136
152
Priority: extra
137
 
Depends: nginx-light (= ${binary:Version}), ${misc:Depends}
138
 
Conflicts: nginx-extras-dbg, nginx-full-dbg, nginx-naxsi-dbg
 
153
Depends: nginx-light (= ${binary:Version}),
 
154
         ${misc:Depends}
 
155
Conflicts: nginx-extras-dbg,
 
156
           nginx-full-dbg,
 
157
           nginx-naxsi-dbg
139
158
Description: nginx web/proxy server (basic version) - debugging symbols
140
159
 Nginx ("engine X") is a high-performance web and reverse proxy server
141
160
 created by Igor Sysoev. It can be used both as a standalone web server
152
171
         ${misc:Depends},
153
172
         ${perl:Depends},
154
173
         ${shlibs:Depends}
155
 
Provides: httpd, nginx
156
 
Conflicts: nginx-full, nginx-light, nginx-naxsi
 
174
Provides: httpd,
 
175
          nginx
 
176
Conflicts: nginx-full,
 
177
           nginx-light,
 
178
           nginx-naxsi
157
179
Description: nginx web/proxy server (extended version)
158
180
 Nginx ("engine X") is a high-performance web and reverse proxy server
159
181
 created by Igor Sysoev. It can be used both as a standalone web server
165
187
 .
166
188
 STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser,
167
189
 Charset, Empty GIF, FastCGI, Geo, Gzip, Headers, Index, Limit Requests,
168
 
 Limit Zone, Log, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split
169
 
 Clients, SSI, Upstream, User ID, UWSGI.
170
 
 .
171
 
 OPTIONAL HTTP MODULES: Addition, Debug, WebDAV, Flash Streaming Video,
172
 
 GeoIP, Gzip Precompression, HTTP Sub, Image Filter, MP4, RealIP, Stub
173
 
 Status, SSL, XSLT, IPv6, Embedded Perl, Secure Link, Random Index.
174
 
 .
175
 
 MAIL MODULES: Mail Core, POP3, IMAP, SMTP, SSL.
176
 
 .
177
 
 THIRD PARTY MODULES: Echo, Embedded Lua, http push, Nginx Development
178
 
 Kit, Upload module, Upload Progress, HttpHeadersMore, Upstream Fair
179
 
 Queue, Chunkin, Auth PAM, DAV Ext
 
190
 Limit Zone, Log, Map, Memcached, Proxy, Referer, Rewrite, SCGI,
 
191
 Split Clients, SSI, Upstream, User ID, UWSGI.
 
192
 .
 
193
 OPTIONAL HTTP MODULES: Addition, Debug, Embedded Perl, FLV, GeoIP,
 
194
 Gzip Precompression, Image Filter, IPv6, MP4, Random Index, Real IP,
 
195
 Secure Link, SSL, Stub Status, Substitution, WebDAV, XSLT.
 
196
 .
 
197
 MAIL MODULES: Mail Core, IMAP, POP3, SMTP, SSL.
 
198
 .
 
199
 THIRD PARTY MODULES: Auth PAM, Chunkin, DAV Ext, Echo, Embedded Lua,
 
200
 HttpHeadersMore, http push, Nginx Development Kit, Upload module,
 
201
 Upload Progress, Upstream Fair Queue.
180
202
 
181
203
Package: nginx-extras-dbg
182
204
Architecture: any
183
205
Section: debug
184
206
Priority: extra
185
 
Depends: nginx-extras (= ${binary:Version}), ${misc:Depends}
186
 
Conflicts: nginx-full-dbg, nginx-light-dbg, nginx-naxsi-dbg
 
207
Depends: nginx-extras (= ${binary:Version}),
 
208
         ${misc:Depends}
 
209
Conflicts: nginx-full-dbg,
 
210
           nginx-light-dbg,
 
211
           nginx-naxsi-dbg
187
212
Description: nginx web/proxy server (extended version) - debugging symbols
188
213
 Nginx ("engine X") is a high-performance web and reverse proxy server
189
214
 created by Igor Sysoev. It can be used both as a standalone web server
196
221
Package: nginx-naxsi
197
222
Architecture: any
198
223
Priority: extra
199
 
Depends: nginx-common (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
200
 
Provides: httpd, nginx
201
 
Conflicts: nginx-extras, nginx-full, nginx-light
 
224
Depends: nginx-common (= ${source:Version}),
 
225
         ${misc:Depends},
 
226
         ${shlibs:Depends}
 
227
Provides: httpd,
 
228
          nginx
 
229
Conflicts: nginx-extras,
 
230
           nginx-full,
 
231
           nginx-light
202
232
Description: nginx web/proxy server (version with naxsi)
203
233
 Nginx ("engine X") is a high-performance web and reverse proxy server
204
234
 created by Igor Sysoev. It can be used both as a standalone web server
208
238
 the naxsi Web Application Firewall module.
209
239
 .
210
240
 STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser,
211
 
 Charset, Empty GIF, FastCGI, Geo, Gzip, Headers, Index, Limit Requests,
212
 
 Limit Zone, Log, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split
213
 
 Clients, SSI, Upstream, User ID, UWSGI.
 
241
 Charset, Core, Empty GIF, FastCGI, Geo, Gzip, Headers, Index,
 
242
 Limit Requests, Limit Zone, Log, Map, Memcached, Proxy, Referer,
 
243
 Rewrite, Split Clients, SSI, Upstream, User ID.
214
244
 .
215
 
 OPTIONAL HTTP MODULES: Gzip Precompression, IPv6, Stub Status, SSL.
 
245
 OPTIONAL HTTP MODULES: IPv6, SSL, Stub Status.
216
246
 .
217
247
 THIRD PARTY MODULES: Naxsi, Cache Purge, Upstream Fair.
218
248
 
220
250
Architecture: any
221
251
Section: debug
222
252
Priority: extra
223
 
Depends: nginx-naxsi (= ${binary:Version}), ${misc:Depends}
224
 
Conflicts: nginx-extras-dbg, nginx-full-dbg, nginx-light-dbg
 
253
Depends: nginx-naxsi (= ${binary:Version}),
 
254
         ${misc:Depends}
 
255
Conflicts: nginx-extras-dbg,
 
256
           nginx-full-dbg,
 
257
           nginx-light-dbg
225
258
Description: nginx web/proxy server (version with naxsi) - debugging symbols
226
259
 Nginx ("engine X") is a high-performance web and reverse proxy server
227
260
 created by Igor Sysoev. It can be used both as a standalone web server
241
274
         python-twisted-web,
242
275
         ${misc:Depends}
243
276
Recommends: mysql-server
244
 
Provides: httpd, naxsi, nginx
245
 
Conflicts: nginx-extras, nginx-full, nginx-light
 
277
Provides: httpd,
 
278
          naxsi,
 
279
          nginx
 
280
Conflicts: nginx-extras,
 
281
           nginx-full,
 
282
           nginx-light
246
283
Description: nginx web/proxy server - naxsi configuration front-end
247
284
 Nginx ("engine X") is a high-performance web and reverse proxy server
248
285
 created by Igor Sysoev. It can be used both as a standalone web server