summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-08-22 07:16:51 +0200
committerRemi Collet <fedora@famillecollet.com>2012-08-22 07:16:51 +0200
commit7e20bd945b6424969aa13f10c7782af7734840d4 (patch)
treef5969ce13652710140dcbc5ebbb1835637832e12
parent986cd0ea6724b6007b8cf89dc0f360a73fbe70fe (diff)
php-geshi 1.0.8.11 CVE-2012-3521
-rw-r--r--php-geshi.spec14
1 files changed, 12 insertions, 2 deletions
diff --git a/php-geshi.spec b/php-geshi.spec
index 635bd55..7153a21 100644
--- a/php-geshi.spec
+++ b/php-geshi.spec
@@ -1,6 +1,6 @@
Name: php-geshi
-Version: 1.0.8.10
-Release: 2%{?dist}
+Version: 1.0.8.11
+Release: 1%{?dist}
Summary: Generic syntax highlighter
Group: Development/Libraries
@@ -11,6 +11,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: php-mbstring
+Requires: php-date
+Requires: php-pcre
%description
@@ -50,6 +52,14 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Aug 22 2012 Remi Collet <RPMS@FamilleCollet.com> - 1.0.8.11-1
+- Update to 1.0.8.11, CVE-2012-3521
+
+* Tue Aug 21 2012 Xavier Bachelot <xavier@bachelot.org> 1.0.8.11-1
+- Update to 1.0.8.11.
+- Fix remote directory traversal and information disclosure bug (RHBZ#850425).
+- Fix Requires (RHBZ#848699).
+
* Thu Aug 16 2012 Remi Collet <RPMS@FamilleCollet.com> - 1.0.8.10-2
- drop Requires "php"