[php-geshi] 1.0.8.11

Xavier Bachelot xavierb at fedoraproject.org
Tue Aug 21 18:31:32 UTC 2012


commit ff39afdd1af711a44a09900163b82ce0c30fc04a
Author: Xavier Bachelot <xavier at bachelot.org>
Date:   Tue Aug 21 20:30:23 2012 +0200

    1.0.8.11

 .gitignore     |    1 +
 php-geshi.spec |   12 +++++++++---
 sources        |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dcc8ce1..5f2a3fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 geshi-1.0.8.8.tar.gz
 /GeSHi-1.0.8.10.tar.bz2
+/GeSHi-1.0.8.11.tar.bz2
diff --git a/php-geshi.spec b/php-geshi.spec
index e7108d3..79c52ef 100644
--- a/php-geshi.spec
+++ b/php-geshi.spec
@@ -1,6 +1,6 @@
 Name:           php-geshi
-Version:        1.0.8.10
-Release:        3%{?dist}
+Version:        1.0.8.11
+Release:        1%{?dist}
 Summary:        Generic syntax highlighter
 
 Group:          Development/Libraries
@@ -10,8 +10,9 @@ Source0:        http://downloads.sourceforge.net/geshi/GeSHi-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-Requires:       php >= 4.3.0
 Requires:       php-mbstring
+Requires:       php-date
+Requires:       php-pcre
 
 
 %description
@@ -51,6 +52,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Aug 21 2012 Xavier Bachelot <xavier at 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).
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.8.10-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 5ce4f78..ebbef7c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-856414b31caa658dcd66a253b67926d5  GeSHi-1.0.8.10.tar.bz2
+d35e6e5f5f28ae0d087f9990510a5760  GeSHi-1.0.8.11.tar.bz2


More information about the scm-commits mailing list