diff --git a/.cvsignore b/.cvsignore index 45e6c6c..f0df3cb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -nginx-0.7.62.tar.gz +nginx-0.7.63.tar.gz diff --git a/nginx.spec b/nginx.spec index 351298b..fa1bd60 100644 --- a/nginx.spec +++ b/nginx.spec @@ -8,7 +8,7 @@ %define nginx_webroot %{nginx_datadir}/html Name: nginx -Version: 0.7.62 +Version: 0.7.63 Release: 1%{?dist} Summary: Robust, small and high performance http and reverse proxy server Group: System Environment/Daemons @@ -20,7 +20,7 @@ URL: http://nginx.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pcre-devel,zlib-devel,openssl-devel,perl-devel,perl(ExtUtils::Embed) -Requires: pcre,openssl +Requires: pcre,zlib,openssl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # for /usr/sbin/useradd Requires(pre): shadow-utils @@ -174,6 +174,10 @@ fi %changelog +* Tue Oct 29 2009 Jeremy Hinegardner - 0.7.63-1 +- Update to new stable 0.7.63 +- reinstate zlib dependency + * Mon Sep 14 2009 Jeremy Hinegardner - 0.7.62-1 - Update to new stable 0.7.62 - fixes CVE-2009-2629 diff --git a/sources b/sources index 67e60a1..8c163c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab22f1b7f098a90d803a3abb94d23f7e nginx-0.7.62.tar.gz +ddbdbeca5206dcc0cd7a4d9cbac00240 nginx-0.7.63.tar.gz