Logoj0ke.net Open Build Service > Projects > Apache:Modules > apache2-mod_fcgid > apache2-mod_fcgid.changes
Sign Up | Log In

File apache2-mod_fcgid.changes of Package apache2-mod_fcgid

 
1
-------------------------------------------------------------------
2
Sat Dec  4 13:20:55 UTC 2010 - poeml@cmdline.net
3
4
- update to 2.3.6
5
  *) SECURITY: CVE-2010-3872 (cve.mitre.org)
6
     Fix possible stack buffer overwrite.
7
  *) Change the default for FcgidMaxRequestLen from 1GB to 128K.
8
     Administrators should change this to an appropriate value based on
9
     site requirements.
10
  *) Allow FastCGI apps more time to exit at shutdown before being
11
     forcefully killed.
12
  ...and more fixes, see
13
  http://svn.apache.org/viewvc/httpd/mod_fcgid/tags/2.3.6/CHANGES-FCGID?view=markup
14
- adjust the somewhat outdated example config file
15
16
-------------------------------------------------------------------
17
Thu Aug  5 01:06:32 UTC 2010 - mrueckert@suse.de
18
19
- update to version 2.3.5
20
  mod_fcgid is now an official apache project. During the migration
21
  the name of the configuration directives has changed. Please see
22
23
  /usr/share/doc/packages/apache2-mod_fcgid/CHANGES-FCGID
24
25
  to update your config to the new version.
26
- adapted config to the new directives
27
28
-------------------------------------------------------------------
29
Fri Mar  7 16:57:07 CET 2008 - mrueckert@suse.de
30
31
- added directory for the sharedmemory path and the sockets
32
  (bnc#365113)
33
34
-------------------------------------------------------------------
35
Tue Oct 30 14:00:50 CET 2007 - mrueckert@suse.de
36
37
- update to version 2.2
38
  - Support configuration "PassHeader". Thank Hans Christian
39
    Saustrup for the suggestion.
40
  - Support apr_shm_remove() in httpd.2.0.X. Thank Hans Christian
41
    Saustrup for bug report.
42
  - Support configuration "TimeScore". Thank Tim Jensen for the
43
    patch.
44
  - Support new configurations "MaxRequestInMem" and
45
    "MaxRequestLen"
46
    - If the length of http request longer than "MaxRequestInMem",
47
      it will store in tmp file.
48
    - It the length of http request longer than "MaxRequestLen", it
49
      will return internal server error.
50
    Thank Gabriel Barazer(gabriel at oxeva.fr) for the bug report.
51
    Thank Steffen(info at apachelounge.com) for the help on this
52
    issue.
53
  - Fix miner Sanity check bug. Thank Yuya Tanaka for bug report
54
- added SharememPath to the config (#337566)
55
56
-------------------------------------------------------------------
57
Tue Aug  7 19:59:48 CEST 2007 - poeml@suse.de
58
59
- remove "Provides: apache2-mod_fastcgi", since the package is
60
  revived
61
62
-------------------------------------------------------------------
63
Tue Jul 31 18:07:43 CEST 2007 - mrueckert@suse.de
64
65
- don't package INSTALL.txt
66
- ran dos2unix on the documentation tarball to avoid warnings from
67
  rpmlint
68
69
-------------------------------------------------------------------
70
Mon Apr 16 10:47:38 CEST 2007 - mrueckert@suse.de
71
72
- update to version 2.1
73
  - Add missing config.m4 and Makefile.in for static linking
74
    Thank Mark Drago for notice
75
  - FCGIWrapper disallowed in .htaccess
76
    Thank Balinares for patch
77
  - Bug fix. Authoritative flag reversed
78
    Thank Chris Darroch for the patch
79
  - Support arguments in FCGIWrapper
80
    Thank Andre Nathan for suggestion and great help on testing it.
81
  - Support new config "SharememPath", which specifies the location
82
    of share memory path.
83
  - Check running user is root or not, while suexec is enabled.
84
    Thank Chris Holleman for the bug report.
85
  - Bug fix. Should not pass respond to auth checkers.
86
    Thank Szabolcs Hock for bug report.
87
- rediffed patches:
88
  mod_fcgid.2.0-warnings.patch => mod_fcgid.2.1-warnings.patch
89
- synced docs from the website
90
91
-------------------------------------------------------------------
92
Wed Nov 29 21:22:00 CET 2006 - mrueckert@suse.de
93
94
- update to version 2.0
95
  o Support FastCGI Authorizer protocols now.
96
  o Add apxs compile instruction in INSTALL.txt.
97
    Thank Hans Christian Saustrup, hc at saustrup.net for the suggestion.
98
  o Bug fix. (Win32 only) PHP script can not create socket on Win32.
99
    Thank bbscool at zjip.com for the bug report and the help.
100
  o GREAT patchs from Robert L Mathews, rob at tigertech.com
101
    Fix compile warnings
102
    Adds a MaxRequestsPerProcess parameter that allows mod_fcgid
103
    to exit after handling a certain number of requests
104
    Close socket before fork 
105
    avoid the 1-second sleep the first time a process is spawned
106
  o Print warning log while read data error from FastCGI process.
107
  o Apply patch from Scott Lamb, Fix mod_fcgid 1.10 warnings on x86_64
108
- removed mod_fcgid.1.07-printf_warnings.patch
109
- rediffed patches:
110
  mod_fcgid.1.10-warnings.patch => mod_fcgid.2.0-warnings.patch
111
  mod_fcgid.1.07-suse_paths.patch => mod_fcgid.2.0-suse_paths.patch
112
113
-------------------------------------------------------------------
114
Thu Oct 19 15:25:16 CEST 2006 - poeml@suse.de
115
116
- fix missing return value of is_kill_allowed()
117
118
-------------------------------------------------------------------
119
Tue Oct 17 17:33:51 CEST 2006 - poeml@suse.de
120
121
- build the module for all MPMs, not only for prefork
122
123
-------------------------------------------------------------------
124
Wed Aug 30 14:43:15 CEST 2006 - mrueckert@suse.de
125
126
- Fix the php example in the config
127
128
-------------------------------------------------------------------
129
Wed Aug 30 14:37:40 CEST 2006 - mrueckert@suse.de
130
131
- mark sample conf file file as config(noreplace)
132
133
-------------------------------------------------------------------
134
Wed Aug 30 14:25:21 CEST 2006 - mrueckert@suse.de
135
136
- minor typo fix for the sample config
137
138
-------------------------------------------------------------------
139
Wed Aug 30 03:06:11 CEST 2006 - mrueckert@suse.de
140
141
- Update to 1.10:
142
  o Use poll() instead of select() in UNIX. "It becomes problematic
143
    on apache2 with large number of logfiles. Apache2 calls poll()
144
    (when OS supports it), and in that case it doesn't need to be
145
    recompiled with larger FD_SETSIZE. select() is still limited
146
    to FD_SETSIZE."
147
    Thank Piotr Gackiewicz gacek at intertele.pl for the patch.
148
  o Bug fix: "Some requests fail with HTTP 500 and no errorlog
149
    entry is generated"
150
    Thank Piotr Gackiewicz gacek at intertele.pl for the patch.
151
  o Use anonymouse share memeory to make OS X happy.
152
    Thank andkjar at obtech.net for the patch.
153
  o Add config.m4, mod_fcgid now can be static linked in
154
    httpd (See INSTALL.txt)
155
156
-------------------------------------------------------------------
157
Sun Jun 18 10:45:21 CEST 2006 - mrueckert@suse.de
158
159
- Update to 1.09:
160
  o Add configuration DefaultMinClassProcessCount(default 3).
161
    Idle fastcgi will not be killed if their count less than
162
    DefaultMinClassProcessCount.
163
    (Thank Finn Smith, finn at timeghost.net for suggestion)
164
  o Add configuration PHP_Fix_Pathinfo_Enable(default 0). If
165
    you are using PHP and set cgi.fix_pathinfo=1 in php.ini,
166
    please add "PHP_Fix_Pathinfo_Enable 1" in httpd.conf.
167
    (Thank Florian Munz, flo at myhosting.de for bug report)
168
  o Split error log whle '\r' or '\n' are inside the text send
169
    to "stderr". (Thank frederic at jolliton.com for the patch)
170
  Additionally from 1.08:
171
  o apr_bucket_copy() does not work with buckets from mod_ssl,
172
    use apr_bucket_heap_create() instead
173
  o Wrapper binary can be stored in a different location to the
174
    web content (like /usr/local/apache2/fcgi-bin)
175
  o Support "\r\n\r\n " HTTP header from CGI.
176
177
- removed mod_fcgid.1.07-bugfixes.patch,
178
  mod_fcgid.1.07-apache2.2.0.patch:
179
  changes were part of 1.08
180
181
-------------------------------------------------------------------
182
Mon Mar 20 19:49:08 CET 2006 - mrueckert@suse.de
183
184
- added content to apache2-mod_fcgid.conf
185
186
-------------------------------------------------------------------
187
Mon Mar 20 19:18:40 CET 2006 - mrueckert@suse.de
188
189
- added mod_fcgid.1.07-bugfixes.patch:
190
  o apr_bucket_copy() does not work with buckets from mod_ssl,
191
    use apr_bucket_heap_create() instead
192
  o Wrapper binary can be stored in a different location to the
193
    web content (like /usr/local/apache2/fcgi-bin)
194
  o Support "\r\n\r\n " HTTP header from CGI.
195
196
-------------------------------------------------------------------
197
Wed Jan 25 21:34:18 CET 2006 - mls@suse.de
198
199
- converted neededforbuild to BuildRequires
200
201
-------------------------------------------------------------------
202
Tue Jan 17 19:32:12 CET 2006 - mrueckert@suse.de
203
204
- Obsolete/Provide apache2-mod_fastcgi
205
206
-------------------------------------------------------------------
207
Tue Jan 10 18:21:48 CET 2006 - mrueckert@suse.de
208
209
- Added mod_fcgid.1.07-suse_paths.patch to fix the paths
210
  in the makefile
211
- use the normal build system again
212
213
-------------------------------------------------------------------
214
Mon Dec 12 23:57:11 CET 2005 - mrueckert@suse.de
215
216
- Initial package of version 1.07
217
218