diff --git a/.cvsignore b/.cvsignore index ca71109..45e6c6c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -nginx-0.7.61.tar.gz +nginx-0.7.62.tar.gz diff --git a/nginx.spec b/nginx.spec index 479b59e..351298b 100644 --- a/nginx.spec +++ b/nginx.spec @@ -8,8 +8,8 @@ %define nginx_webroot %{nginx_datadir}/html Name: nginx -Version: 0.7.61 -Release: 2%{?dist} +Version: 0.7.62 +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,zlib,openssl +Requires: pcre,openssl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # for /usr/sbin/useradd Requires(pre): shadow-utils @@ -174,6 +174,11 @@ fi %changelog +* Mon Sep 14 2009 Jeremy Hinegardner - 0.7.62-1 +- Update to new stable 0.7.62 +- fixes CVE-2009-2629 +- fix rpmlint zlib dependency complaint + * Fri Aug 21 2009 Tomas Mraz - 0.7.61-2 - rebuilt with new openssl diff --git a/sources b/sources index 1c9be5c..67e60a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6ebf89b9b00a3b82734e93c32da7df07 nginx-0.7.61.tar.gz +ab22f1b7f098a90d803a3abb94d23f7e nginx-0.7.62.tar.gz