[packages/apache/APACHE_2_2] - up to 2.2.23; fixes CVE-2012-0883, CVE-2012-2687

arekm arekm at pld-linux.org
Sun Nov 25 13:04:21 CET 2012


commit 8294b0f9243b101dac2e581c3544e833937891e6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Nov 25 13:04:17 2012 +0100

    - up to 2.2.23; fixes CVE-2012-0883, CVE-2012-2687

 apache.spec    | 14 ++++++--------
 pcre8.30.patch | 11 -----------
 2 files changed, 6 insertions(+), 19 deletions(-)
---
diff --git a/apache.spec b/apache.spec
index aa8e6c8..9b5a84a 100644
--- a/apache.spec
+++ b/apache.spec
@@ -43,12 +43,12 @@ Summary(pt_BR.UTF-8):	Servidor HTTPD para prover serviços WWW
 Summary(ru.UTF-8):	Самый популярный веб-сервер
 Summary(tr.UTF-8):	Lider WWW tarayıcı
 Name:		apache
-Version:	2.2.22
-Release:	7
+Version:	2.2.23
+Release:	1
 License:	Apache v2.0
 Group:		Networking/Daemons/HTTP
 Source0:	http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
-# Source0-md5:	d77fa5af23df96a8af68ea8114fa6ce1
+# Source0-md5:	77246eaa84a54bb7451f68216333750d
 Source1:	%{name}.init
 Source2:	%{name}.logrotate
 Source3:	%{name}.sysconfig
@@ -105,7 +105,6 @@ Patch26:	apache-mod_vhost_alias_docroot.patch
 # http://mpm-itk.sesse.net/
 Patch28:	apache-mpm-itk.patch
 Patch29:	libtool-tag.patch
-Patch30:	pcre8.30.patch
 URL:		http://httpd.apache.org/
 BuildRequires:	apr-devel >= %{apr_ver}
 BuildRequires:	apr-util-devel >= 1:1.3.10-2
@@ -1797,7 +1796,6 @@ Dwa programy testowe/przykładowe cgi: test-cgi and print-env.
 %patch26 -p1
 %patch28 -p1
 %patch29 -p1
-%patch30 -p1
 
 # using system apr, apr-util and pcre
 %{__rm} -r srclib/{apr,apr-util,pcre}
@@ -2437,10 +2435,10 @@ fi
 %attr(755,root,root) %{_sbindir}/htdigest
 %attr(755,root,root) %{_sbindir}/logresolve
 %attr(755,root,root) %{_sbindir}/rotatelogs
-%{_mandir}/man1/ab.1*
+%{_mandir}/man8/ab.8*
 %{_mandir}/man8/apachectl.8*
 %{_mandir}/man1/htdigest.1*
-%{_mandir}/man1/logresolve.1*
+%{_mandir}/man8/logresolve.8*
 %{_mandir}/man8/rotatelogs.8*
 
 %files devel
@@ -2453,7 +2451,7 @@ fi
 %{_libexecdir}/build/config_vars.mk
 %attr(755,root,root) %{_libexecdir}/build/*.sh
 %{_includedir}
-%{_mandir}/man1/apxs.1*
+%{_mandir}/man8/apxs.8*
 
 %files mod_actions
 %defattr(644,root,root,755)
diff --git a/pcre8.30.patch b/pcre8.30.patch
deleted file mode 100644
index 160e6b9..0000000
--- a/pcre8.30.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- httpd-2.2.22/server/util_pcre.c.wiget	2012-03-29 08:50:30.426713350 +0200
-+++ httpd-2.2.22/server/util_pcre.c	2012-03-29 08:52:34.946711295 +0200
-@@ -137,7 +137,7 @@ preg->re_erroffset = erroffset;
- 
- if (preg->re_pcre == NULL) return AP_REG_INVARG;
- 
--preg->re_nsub = pcre_info((const pcre *)preg->re_pcre, NULL, NULL);
-+pcre_fullinfo((const pcre *)preg->re_pcre, NULL, PCRE_INFO_CAPTURECOUNT, &(preg->re_nsub));
- return 0;
- }
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache.git/commitdiff/8294b0f9243b101dac2e581c3544e833937891e6



More information about the pld-cvs-commit mailing list