[php/f16] update to 5.3.15

Remi Collet remi at fedoraproject.org
Fri Jul 20 12:41:35 UTC 2012


commit 7e316f2761365991c9006a830103eb4ecbe5f408
Author: remi <fedora at famillecollet.com>
Date:   Fri Jul 20 14:41:11 2012 +0200

    update to 5.3.15

 .gitignore |    1 +
 php.spec   |   11 +++++++----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7ea8a45..8727d80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ php.spec~
 /php-5.3.12.tar.bz2
 /php-5.3.13.tar.bz2
 /php-5.3.14.tar.bz2
+/php-5.3.15.tar.bz2
diff --git a/php.spec b/php.spec
index d203157..df0af33 100644
--- a/php.spec
+++ b/php.spec
@@ -6,7 +6,7 @@
 # Extension version
 %global fileinfover 1.0.5-dev
 %global pharver     2.0.1
-%global zipver      1.9.1
+%global zipver      1.11.0
 %global jsonver     1.2.1
 
 %global httpd_mmn %(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)
@@ -37,8 +37,8 @@
 
 Summary: PHP scripting language for creating dynamic web sites
 Name: php
-Version: 5.3.14
-Release: 2%{?dist}
+Version: 5.3.15
+Release: 1%{?dist}
 License: PHP
 Group: Development/Languages
 URL: http://www.php.net/
@@ -139,7 +139,6 @@ Group: Development/Languages
 Summary: PHP FastCGI Process Manager
 Requires: php-common%{?_isa} = %{version}-%{release}
 Requires: systemd-units
-BuildRequires: libevent-devel >= 1.4.11
 
 %description fpm
 PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI
@@ -1114,6 +1113,10 @@ fi
 
 
 %changelog
+* Fri Jul 20 2012 Remi Collet <remi at fedoraproject.org> 5.3.15-1
+- update to 5.3.15 (CVE-2012-2688)
+- drop BR for libevent
+
 * Mon Jul 02 2012 Remi Collet <remi at fedoraproject.org> 5.3.14-2
 - provide php(language) to allow version check
 - define %%{php_version}
diff --git a/sources b/sources
index 8602428..6b28235 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7caac4f71e2f21426c11ac153e538392  php-5.3.14.tar.bz2
+5cfcfd0fa4c4da7576f397073e7993cc  php-5.3.15.tar.bz2


More information about the scm-commits mailing list