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

Changes of Revision 2

[-] Changed apache2-mod_fcgid.changes
x
 
1
@@ -1,4 +1,19 @@
2
 -------------------------------------------------------------------
3
+Sat Dec  4 13:20:55 UTC 2010 - poeml@cmdline.net
4
+
5
+- update to 2.3.6
6
+  *) SECURITY: CVE-2010-3872 (cve.mitre.org)
7
+     Fix possible stack buffer overwrite.
8
+  *) Change the default for FcgidMaxRequestLen from 1GB to 128K.
9
+     Administrators should change this to an appropriate value based on
10
+     site requirements.
11
+  *) Allow FastCGI apps more time to exit at shutdown before being
12
+     forcefully killed.
13
+  ...and more fixes, see
14
+  http://svn.apache.org/viewvc/httpd/mod_fcgid/tags/2.3.6/CHANGES-FCGID?view=markup
15
+- adjust the somewhat outdated example config file
16
+
17
+-------------------------------------------------------------------
18
 Thu Aug  5 01:06:32 UTC 2010 - mrueckert@suse.de
19
 
20
 - update to version 2.3.5
21
[-] Changed apache2-mod_fcgid.spec ^
26
 
1
@@ -1,5 +1,5 @@
2
 #
3
-# spec file for package apache2-mod_fcgid (Version 2.3.5)
4
+# spec file for package apache2-mod_fcgid (Version 2.3.6)
5
 #
6
 # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
7
 #
8
@@ -24,7 +24,7 @@
9
 %define    apache_sysconfdir   %(%{apxs} -q SYSCONFDIR)
10
 %define apache_mmn        %(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; test -x $MMN && $MMN)
11
 #
12
-Version:        2.3.5
13
+Version:        2.3.6
14
 Release:        1
15
 #
16
 Group:          Productivity/Networking/Web/Servers
17
@@ -35,7 +35,7 @@
18
 Requires:       apache2 %{apache_mmn}
19
 #
20
 Url:            http://httpd.apache.org/mod_fcgid/
21
-Source:         http://mirror.synyx.de/apache/httpd/mod_fcgid/mod_fcgid-2.3.5.tar.bz2
22
+Source:         http://mirror.synyx.de/apache/httpd/mod_fcgid/mod_fcgid-%{version}.tar.bz2
23
 Source1:        apache2-mod_fcgid.conf
24
 Patch:          mod_fcgid-2.3.5_suse_paths.patch
25
 #
26
[+] Changed apache2-mod_fcgid.conf ^
Added mod_fcgid-2.3.6.tar.bz2 ^