From 700fe86374d190f1ad4a8d46d177f20558cb7af8 Mon Sep 17 00:00:00 2001 From: Lorenzo Villani Date: Fri, 6 Aug 2010 18:42:23 +0200 Subject: [PATCH 1/2] * Fri Aug 6 2010 lvillani 1.0.6-1 - Relevant changes since 1.0.4 - NEW: Much better UTF-8 encoding - NEW: Templates support slicing now (as in Python str) - NEW: 'TLS/SSL' matching rule - NEW: Reverse HTTP proxy can overwrite "Expire:" entries - NEW: Redirection handler support the ${host} macro now - FIX: POST support in the HTTP reverse proxy - FIX: Some SSL/TLS were fixed. [unfinished] - FIX: X-Forwarded-For parsing bug fixed - FIX: Better php-fpm support in the PHP wizard - FIX: Bundled PySCGI bumped to 1.14 - FIX: Random 100% CPU usage - FIX: POST management regression in the proxy - FIX: Connection RST/WAIT_FIN related fixes - FIX: Dirlist bugfix: symbolic links handling - FIX: POST status report bug-fixes - DOC: Documentation updates - i18n: Spanish translation updated - i18n: Dutch translation updated - i18n: Polish translation updated - i18n: German translation updated --- .gitignore | 1 + cherokee.spec | 28 ++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 881bc92..d5fd851 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ cherokee-1.0.4.tar.gz +cherokee-1.0.6.tar.gz diff --git a/cherokee.spec b/cherokee.spec index 82e68bf..2214b6e 100644 --- a/cherokee.spec +++ b/cherokee.spec @@ -11,7 +11,7 @@ ExcludeArch: ppc %endif Name: cherokee -Version: 1.0.4 +Version: 1.0.6 Release: 1%{?dist} Summary: Flexible and Fast Webserver @@ -32,6 +32,8 @@ Requires(post): chkconfig Requires(preun): chkconfig Requires(preun): initscripts +Provides: webserver + %description Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL @@ -167,6 +169,29 @@ fi %changelog +* Fri Aug 6 2010 lvillani 1.0.6-1 +- Relevant changes since 1.0.4 +- NEW: Much better UTF-8 encoding +- NEW: Templates support slicing now (as in Python str) +- NEW: 'TLS/SSL' matching rule +- NEW: Reverse HTTP proxy can overwrite "Expire:" entries +- NEW: Redirection handler support the ${host} macro now +- FIX: POST support in the HTTP reverse proxy +- FIX: Some SSL/TLS were fixed. [unfinished] +- FIX: X-Forwarded-For parsing bug fixed +- FIX: Better php-fpm support in the PHP wizard +- FIX: Bundled PySCGI bumped to 1.14 +- FIX: Random 100% CPU usage +- FIX: POST management regression in the proxy +- FIX: Connection RST/WAIT_FIN related fixes +- FIX: Dirlist bugfix: symbolic links handling +- FIX: POST status report bug-fixes +- DOC: Documentation updates +- i18n: Spanish translation updated +- i18n: Dutch translation updated +- i18n: Polish translation updated +- i18n: German translation updated + * Mon Jun 28 2010 Lorenzo Villani - 1.0.4-1 - Relevant changes since 1.0.0 - OLD: Dropped support for RFC 2817. @@ -211,7 +236,6 @@ fi - I18n: Dutch updated - I18n: New translation to Catalan - * Wed May 12 2010 Lorenzo Villani - 1.0.0-1 - First stable release diff --git a/sources b/sources index b9e789e..e79eb6b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -24874b465abe6611ef2f2c145a840cb2 cherokee-1.0.4.tar.gz +685d7f0319a27ff3b2d49f0f490d31ef cherokee-1.0.6.tar.gz From 6cdab2b6d7a4b771dfea37148d7247640077df7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Lis=C3=BD?= Date: Tue, 18 Oct 2011 09:35:22 +0200 Subject: [PATCH 2/2] Resolves bz 746532 - put some deps back: GeoIP-devel openldap-devel --- cherokee.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cherokee.spec b/cherokee.spec index 3a93af6..2aa388f 100644 --- a/cherokee.spec +++ b/cherokee.spec @@ -5,7 +5,7 @@ Name: cherokee Version: 1.2.100 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Flexible and Fast Webserver Group: Applications/Internet @@ -23,7 +23,7 @@ Source100: http://www.openssl.org/source/openssl-%{opensslversion}.tar.gz # Drop privileges to cherokee:cherokee after startup Patch0: 01-drop-privileges.patch -BuildRequires: pam-devel mysql-devel pcre +BuildRequires: pam-devel mysql-devel pcre GeoIP-devel openldap-devel %if "%{dist}" == ".el4" BuildRequires: php %else @@ -247,6 +247,9 @@ fi %{_libdir}/lib%{name}-*.so %changelog +* Tue Oct 18 2011 Pavel Lisý - 1.2.100-2 +- Resolves bz 746532 - put some deps back: GeoIP-devel openldap-devel + * Mon Oct 10 2011 Pavel Lisý - 1.2.100-1 - Latest 1.2.x upstream release - .spec corrections for optional build for systemd