From ff39afdd1af711a44a09900163b82ce0c30fc04a Mon Sep 17 00:00:00 2001 From: Xavier Bachelot Date: Aug 21 2012 18:30:23 +0000 Subject: 1.0.8.11 --- 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 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 - 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