d64139
%global  _hardened_build     1
d64139
%global  nginx_user          nginx
d64139
d64139
# Disable strict symbol checks in the link editor.
d64139
# See: https://src.fedoraproject.org/rpms/redhat-rpm-config/c/078af19
d64139
%undefine _strict_symbol_defs_build
d64139
d64139
%global with_gperftools 0
d64139
d64139
%bcond_with geoip
d64139
d64139
d64139
%global with_aio 1
d64139
d64139
%if 0%{?fedora} > 22
d64139
%global with_mailcap_mimetypes 1
d64139
%endif
d64139
d64139
Name:              nginx
d64139
Epoch:             1
d64139
Version:           1.18.0
d83f4d
Release:           3%{?dist}
d64139
d64139
Summary:           A high performance web server and reverse proxy server
d64139
Group:             System Environment/Daemons
d64139
# BSD License (two clause)
d64139
# http://www.freebsd.org/copyright/freebsd-license.html
d64139
License:           BSD
d64139
URL:               http://nginx.org/
d64139
d64139
Source0:           https://nginx.org/download/nginx-%{version}.tar.gz
d64139
Source10:          nginx.service
d64139
Source11:          nginx.logrotate
d64139
Source12:          nginx.conf
d64139
Source13:          nginx-upgrade
d64139
Source14:          nginx-upgrade.8
d64139
Source102:         nginx-logo.png
d64139
Source103:         404.html
d64139
Source104:         50x.html
d64139
Source200:         README.dynamic
d64139
Source210:         UPGRADE-NOTES-1.6-to-1.10
d64139
d64139
# removes -Werror in upstream build scripts.  -Werror conflicts with
d64139
# -D_FORTIFY_SOURCE=2 causing warnings to turn into errors.
d64139
Patch0:            nginx-auto-cc-gcc.patch
d64139
d64139
# downstream patch - changing logs permissions to 664 instead
d64139
# previous 644
d64139
Patch1:            nginx-1.14.0-logs-perm.patch
d64139
d64139
# PKCS#11 engine fix
d64139
Patch2:            nginx-1.16.0-pkcs11.patch
d64139
d64139
# https://bugzilla.redhat.com/show_bug.cgi?id=1655530
d64139
Patch3:            nginx-1.14.1-perl-module-hardening.patch
d64139
d64139
# https://bugzilla.redhat.com/show_bug.cgi?id=1643647
d64139
Patch4:            nginx-1.16.0-enable-tls1v3-by-default.patch
d64139
d64139
# https://bugzilla.redhat.com/show_bug.cgi?id=1668717
d64139
Patch5:            nginx-1.18.0-pkcs11-cert.patch
d64139
d64139
%if 0%{?with_gperftools}
d64139
BuildRequires:     gperftools-devel
d64139
%endif
d64139
BuildRequires:     openssl-devel
d64139
BuildRequires:     pcre-devel
d64139
BuildRequires:     zlib-devel
d64139
d64139
Requires:          nginx-filesystem = %{epoch}:%{version}-%{release}
d83f4d
Requires:          system-logos-httpd >= 82.0
d64139
d64139
%if 0%{?rhel} > 0 && 0%{?rhel} < 8
d64139
# Introduced at 1:1.10.0-1 to ease upgrade path. To be removed later.
d64139
Requires:          nginx-all-modules = %{epoch}:%{version}-%{release}
d64139
%endif
d64139
d64139
Requires:          openssl
d64139
Requires:          pcre
d64139
Requires(pre):     nginx-filesystem
d64139
%if 0%{?with_mailcap_mimetypes}
d64139
Requires:          nginx-mimetypes
d64139
%endif
d64139
Provides:          webserver
d64139
d64139
BuildRequires:     systemd
d64139
Requires(post):    systemd
d64139
Requires(preun):   systemd
d64139
Requires(postun):  systemd
d64139
d64139
%description
d64139
Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and
d64139
IMAP protocols, with a strong focus on high concurrency, performance and low
d64139
memory usage.
d64139
d64139
%package all-modules
d64139
Group:             System Environment/Daemons
d64139
Summary:           A meta package that installs all available Nginx modules
d64139
BuildArch:         noarch
d64139
d64139
%if %{with geoip}
d64139
Requires:          nginx-mod-http-geoip = %{epoch}:%{version}-%{release}
d64139
%endif
d64139
Requires:          nginx-mod-http-image-filter = %{epoch}:%{version}-%{release}
d64139
Requires:          nginx-mod-http-perl = %{epoch}:%{version}-%{release}
d64139
Requires:          nginx-mod-http-xslt-filter = %{epoch}:%{version}-%{release}
d64139
Requires:          nginx-mod-mail = %{epoch}:%{version}-%{release}
d64139
Requires:          nginx-mod-stream = %{epoch}:%{version}-%{release}
d64139
d64139
%description all-modules
d64139
A meta package that installs all available Nginx modules.
d64139
d64139
%package filesystem
d64139
Group:             System Environment/Daemons
d64139
Summary:           The basic directory layout for the Nginx server
d64139
BuildArch:         noarch
d64139
Requires(pre):     shadow-utils
d64139
d64139
%description filesystem
d64139
The nginx-filesystem package contains the basic directory layout
d64139
for the Nginx server including the correct permissions for the
d64139
directories.
d64139
d64139
%if %{with geoip}
d64139
%package mod-http-geoip
d64139
Group:             System Environment/Daemons
d64139
Summary:           Nginx HTTP geoip module
d64139
BuildRequires:     GeoIP-devel
d64139
Requires:          nginx
d64139
Requires:          GeoIP
d64139
d64139
%description mod-http-geoip
d64139
%{summary}.
d64139
%endif
d64139
d64139
%package mod-http-image-filter
d64139
Group:             System Environment/Daemons
d64139
Summary:           Nginx HTTP image filter module
d64139
BuildRequires:     gd-devel
d64139
Requires:          nginx
d64139
Requires:          gd
d64139
d64139
%description mod-http-image-filter
d64139
%{summary}.
d64139
d64139
%package mod-http-perl
d64139
Group:             System Environment/Daemons
d64139
Summary:           Nginx HTTP perl module
d64139
BuildRequires:     perl-devel
d64139
%if 0%{?fedora} >= 24
d64139
BuildRequires:     perl-generators
d64139
%endif
d64139
BuildRequires:     perl(ExtUtils::Embed)
d64139
Requires:          nginx
d64139
Requires:          perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
d64139
Requires:          perl(constant)
d64139
d64139
%description mod-http-perl
d64139
%{summary}.
d64139
d64139
%package mod-http-xslt-filter
d64139
Group:             System Environment/Daemons
d64139
Summary:           Nginx XSLT module
d64139
BuildRequires:     libxslt-devel
d64139
Requires:          nginx
d64139
d64139
%description mod-http-xslt-filter
d64139
%{summary}.
d64139
d64139
%package mod-mail
d64139
Group:             System Environment/Daemons
d64139
Summary:           Nginx mail modules
d64139
Requires:          nginx
d64139
d64139
%description mod-mail
d64139
%{summary}.
d64139
d64139
%package mod-stream
d64139
Group:             System Environment/Daemons
d64139
Summary:           Nginx stream modules
d64139
Requires:          nginx
d64139
d64139
%description mod-stream
d64139
%{summary}.
d64139
d64139
d64139
%prep
d64139
%setup -q
d64139
%patch0 -p0
d64139
%patch1 -p1
d64139
%patch2 -p1
d64139
%patch3 -p1
d64139
%patch4 -p1
d64139
%patch5 -p1
d64139
d64139
cp %{SOURCE200} %{SOURCE210} %{SOURCE10} %{SOURCE12} .
d64139
d64139
%if 0%{?rhel} > 0 && 0%{?rhel} < 8
d64139
sed -i -e 's#KillMode=.*#KillMode=process#g' nginx.service
d64139
sed -i -e 's#PROFILE=SYSTEM#HIGH:!aNULL:!MD5#' nginx.conf
d64139
%endif
d64139
d64139
d64139
%build
d64139
# nginx does not utilize a standard configure script.  It has its own
d64139
# and the standard configure options cause the nginx configure script
d64139
# to error out.  This is is also the reason for the DESTDIR environment
d64139
# variable.
d64139
export DESTDIR=%{buildroot}
d64139
./configure \
d64139
    --prefix=%{_datadir}/nginx \
d64139
    --sbin-path=%{_sbindir}/nginx \
d64139
    --modules-path=%{_libdir}/nginx/modules \
d64139
    --conf-path=%{_sysconfdir}/nginx/nginx.conf \
d64139
    --error-log-path=%{_localstatedir}/log/nginx/error.log \
d64139
    --http-log-path=%{_localstatedir}/log/nginx/access.log \
d64139
    --http-client-body-temp-path=%{_localstatedir}/lib/nginx/tmp/client_body \
d64139
    --http-proxy-temp-path=%{_localstatedir}/lib/nginx/tmp/proxy \
d64139
    --http-fastcgi-temp-path=%{_localstatedir}/lib/nginx/tmp/fastcgi \
d64139
    --http-uwsgi-temp-path=%{_localstatedir}/lib/nginx/tmp/uwsgi \
d64139
    --http-scgi-temp-path=%{_localstatedir}/lib/nginx/tmp/scgi \
d64139
    --pid-path=/run/nginx.pid \
d64139
    --lock-path=/run/lock/subsys/nginx \
d64139
    --user=%{nginx_user} \
d64139
    --group=%{nginx_user} \
d64139
%if 0%{?with_aio}
d64139
    --with-file-aio \
d64139
%endif
d64139
    --with-ipv6 \
d64139
    --with-http_ssl_module \
d64139
    --with-http_v2_module \
d64139
    --with-http_realip_module \
d64139
    --with-stream_ssl_preread_module \
d64139
    --with-http_addition_module \
d64139
    --with-http_xslt_module=dynamic \
d64139
    --with-http_image_filter_module=dynamic \
d64139
%if %{with geoip}
d64139
    --with-http_geoip_module=dynamic \
d64139
%endif
d64139
    --with-http_sub_module \
d64139
    --with-http_dav_module \
d64139
    --with-http_flv_module \
d64139
    --with-http_mp4_module \
d64139
    --with-http_gunzip_module \
d64139
    --with-http_gzip_static_module \
d64139
    --with-http_random_index_module \
d64139
    --with-http_secure_link_module \
d64139
    --with-http_degradation_module \
d64139
    --with-http_slice_module \
d64139
    --with-http_stub_status_module \
d64139
    --with-http_perl_module=dynamic \
d64139
    --with-http_auth_request_module \
d64139
    --with-mail=dynamic \
d64139
    --with-mail_ssl_module \
d64139
    --with-pcre \
d64139
    --with-pcre-jit \
d64139
    --with-stream=dynamic \
d64139
    --with-stream_ssl_module \
d64139
%if 0%{?with_gperftools}
d64139
    --with-google_perftools_module \
d64139
%endif
d64139
    --with-debug \
d64139
    --with-cc-opt="%{optflags} $(pcre-config --cflags)" \
d64139
    --with-ld-opt="$RPM_LD_FLAGS -Wl,-E" # so the perl module finds its symbols
d64139
d64139
make %{?_smp_mflags}
d64139
d64139
d64139
%install
d64139
make install DESTDIR=%{buildroot} INSTALLDIRS=vendor
d64139
d64139
find %{buildroot} -type f -name .packlist -exec rm -f '{}' \;
d64139
find %{buildroot} -type f -name perllocal.pod -exec rm -f '{}' \;
d64139
find %{buildroot} -type f -empty -exec rm -f '{}' \;
d64139
find %{buildroot} -type f -iname '*.so' -exec chmod 0755 '{}' \;
d64139
d64139
install -p -D -m 0644 ./nginx.service \
d64139
    %{buildroot}%{_unitdir}/nginx.service
d64139
install -p -D -m 0644 %{SOURCE11} \
d64139
    %{buildroot}%{_sysconfdir}/logrotate.d/nginx
d64139
d64139
install -p -d -m 0755 %{buildroot}%{_sysconfdir}/systemd/system/nginx.service.d
d64139
install -p -d -m 0755 %{buildroot}%{_unitdir}/nginx.service.d
d64139
d64139
install -p -d -m 0755 %{buildroot}%{_sysconfdir}/nginx/conf.d
d64139
install -p -d -m 0755 %{buildroot}%{_sysconfdir}/nginx/default.d
d64139
d64139
install -p -d -m 0700 %{buildroot}%{_localstatedir}/lib/nginx
d64139
install -p -d -m 0700 %{buildroot}%{_localstatedir}/lib/nginx/tmp
d64139
install -p -d -m 0700 %{buildroot}%{_localstatedir}/log/nginx
d64139
d64139
install -p -d -m 0755 %{buildroot}%{_datadir}/nginx/html
d64139
install -p -d -m 0755 %{buildroot}%{_datadir}/nginx/modules
d64139
install -p -d -m 0755 %{buildroot}%{_libdir}/nginx/modules
d64139
d64139
install -p -m 0644 ./nginx.conf \
d64139
    %{buildroot}%{_sysconfdir}/nginx
d83f4d
d83f4d
rm -f %{buildroot}%{_datadir}/nginx/html/index.html
d83f4d
ln -s ../../testpage/index.html \
d83f4d
    %{buildroot}%{_datadir}/nginx/html/index.html
d83f4d
install -p -m 0644 %{SOURCE102} \
d64139
    %{buildroot}%{_datadir}/nginx/html
d83f4d
ln -s nginx-logo.png %{buildroot}%{_datadir}/nginx/html/poweredby.png
d83f4d
mkdir -p %{buildroot}%{_datadir}/nginx/html/icons
d83f4d
d83f4d
# Symlink for the powered-by-$DISTRO image:
d83f4d
ln -s ../../../pixmaps/poweredby.png \
d83f4d
    %{buildroot}%{_datadir}/nginx/html/icons/poweredby.png
d83f4d
d64139
install -p -m 0644 %{SOURCE103} %{SOURCE104} \
d64139
    %{buildroot}%{_datadir}/nginx/html
d64139
d64139
%if 0%{?with_mailcap_mimetypes}
d64139
rm -f %{buildroot}%{_sysconfdir}/nginx/mime.types
d64139
%endif
d64139
d64139
install -p -D -m 0644 %{_builddir}/nginx-%{version}/objs/nginx.8 \
d64139
    %{buildroot}%{_mandir}/man8/nginx.8
d64139
d64139
install -p -D -m 0755 %{SOURCE13} %{buildroot}%{_bindir}/nginx-upgrade
d64139
install -p -D -m 0644 %{SOURCE14} %{buildroot}%{_mandir}/man8/nginx-upgrade.8
d64139
d64139
for i in ftdetect indent syntax; do
d64139
    install -p -D -m644 contrib/vim/${i}/nginx.vim \
d64139
        %{buildroot}%{_datadir}/vim/vimfiles/${i}/nginx.vim
d64139
done
d64139
d64139
%if %{with geoip}
d64139
echo 'load_module "%{_libdir}/nginx/modules/ngx_http_geoip_module.so";' \
d64139
    > %{buildroot}%{_datadir}/nginx/modules/mod-http-geoip.conf
d64139
%endif
d64139
echo 'load_module "%{_libdir}/nginx/modules/ngx_http_image_filter_module.so";' \
d64139
    > %{buildroot}%{_datadir}/nginx/modules/mod-http-image-filter.conf
d64139
echo 'load_module "%{_libdir}/nginx/modules/ngx_http_perl_module.so";' \
d64139
    > %{buildroot}%{_datadir}/nginx/modules/mod-http-perl.conf
d64139
echo 'load_module "%{_libdir}/nginx/modules/ngx_http_xslt_filter_module.so";' \
d64139
    > %{buildroot}%{_datadir}/nginx/modules/mod-http-xslt-filter.conf
d64139
echo 'load_module "%{_libdir}/nginx/modules/ngx_mail_module.so";' \
d64139
    > %{buildroot}%{_datadir}/nginx/modules/mod-mail.conf
d64139
echo 'load_module "%{_libdir}/nginx/modules/ngx_stream_module.so";' \
d64139
    > %{buildroot}%{_datadir}/nginx/modules/mod-stream.conf
d64139
d64139
%pre filesystem
d64139
getent group %{nginx_user} > /dev/null || groupadd -r %{nginx_user}
d64139
getent passwd %{nginx_user} > /dev/null || \
d64139
    useradd -r -d %{_localstatedir}/lib/nginx -g %{nginx_user} \
d64139
    -s /sbin/nologin -c "Nginx web server" %{nginx_user}
d64139
exit 0
d64139
d64139
%post
d64139
%systemd_post nginx.service
d64139
d64139
%if %{with geoip}
d64139
%post mod-http-geoip
d64139
if [ $1 -eq 1 ]; then
d64139
    /usr/bin/systemctl reload nginx.service >/dev/null 2>&1 || :
d64139
fi
d64139
%endif
d64139
d64139
%post mod-http-image-filter
d64139
if [ $1 -eq 1 ]; then
d64139
    /usr/bin/systemctl reload nginx.service >/dev/null 2>&1 || :
d64139
fi
d64139
d64139
%post mod-http-perl
d64139
if [ $1 -eq 1 ]; then
d64139
    /usr/bin/systemctl reload nginx.service >/dev/null 2>&1 || :
d64139
fi
d64139
d64139
%post mod-http-xslt-filter
d64139
if [ $1 -eq 1 ]; then
d64139
    /usr/bin/systemctl reload nginx.service >/dev/null 2>&1 || :
d64139
fi
d64139
d64139
%post mod-mail
d64139
if [ $1 -eq 1 ]; then
d64139
    /usr/bin/systemctl reload nginx.service >/dev/null 2>&1 || :
d64139
fi
d64139
d64139
%post mod-stream
d64139
if [ $1 -eq 1 ]; then
d64139
    /usr/bin/systemctl reload nginx.service >/dev/null 2>&1 || :
d64139
fi
d64139
d64139
%preun
d64139
%systemd_preun nginx.service
d64139
d64139
%postun
d64139
%systemd_postun nginx.service
d64139
if [ $1 -ge 1 ]; then
d64139
    /usr/bin/nginx-upgrade >/dev/null 2>&1 || :
d64139
fi
d64139
d64139
%files
d64139
%license LICENSE
d64139
%doc CHANGES README README.dynamic
d64139
%if 0%{?rhel} == 7
d64139
%doc UPGRADE-NOTES-1.6-to-1.10
d64139
%endif
d64139
%{_datadir}/nginx/html/*
d64139
%{_bindir}/nginx-upgrade
d64139
%{_sbindir}/nginx
d64139
%{_datadir}/vim/vimfiles/ftdetect/nginx.vim
d64139
%{_datadir}/vim/vimfiles/syntax/nginx.vim
d64139
%{_datadir}/vim/vimfiles/indent/nginx.vim
d64139
%{_mandir}/man3/nginx.3pm*
d64139
%{_mandir}/man8/nginx.8*
d64139
%{_mandir}/man8/nginx-upgrade.8*
d64139
%{_unitdir}/nginx.service
d64139
%config(noreplace) %{_sysconfdir}/nginx/fastcgi.conf
d64139
%config(noreplace) %{_sysconfdir}/nginx/fastcgi.conf.default
d64139
%config(noreplace) %{_sysconfdir}/nginx/fastcgi_params
d64139
%config(noreplace) %{_sysconfdir}/nginx/fastcgi_params.default
d64139
%config(noreplace) %{_sysconfdir}/nginx/koi-utf
d64139
%config(noreplace) %{_sysconfdir}/nginx/koi-win
d64139
%if ! 0%{?with_mailcap_mimetypes}
d64139
%config(noreplace) %{_sysconfdir}/nginx/mime.types
d64139
%endif
d64139
%config(noreplace) %{_sysconfdir}/nginx/mime.types.default
d64139
%config(noreplace) %{_sysconfdir}/nginx/nginx.conf
d64139
%config(noreplace) %{_sysconfdir}/nginx/nginx.conf.default
d64139
%config(noreplace) %{_sysconfdir}/nginx/scgi_params
d64139
%config(noreplace) %{_sysconfdir}/nginx/scgi_params.default
d64139
%config(noreplace) %{_sysconfdir}/nginx/uwsgi_params
d64139
%config(noreplace) %{_sysconfdir}/nginx/uwsgi_params.default
d64139
%config(noreplace) %{_sysconfdir}/nginx/win-utf
d64139
%config(noreplace) %{_sysconfdir}/logrotate.d/nginx
d64139
%attr(770,%{nginx_user},root) %dir %{_localstatedir}/lib/nginx
d64139
%attr(770,%{nginx_user},root) %dir %{_localstatedir}/lib/nginx/tmp
d64139
%attr(770,%{nginx_user},root) %dir %{_localstatedir}/log/nginx
d64139
%dir %{_libdir}/nginx/modules
d64139
d64139
%files all-modules
d64139
d64139
%files filesystem
d64139
%dir %{_datadir}/nginx
d64139
%dir %{_datadir}/nginx/html
d64139
%dir %{_sysconfdir}/nginx
d64139
%dir %{_sysconfdir}/nginx/conf.d
d64139
%dir %{_sysconfdir}/nginx/default.d
d64139
%dir %{_sysconfdir}/systemd/system/nginx.service.d
d64139
%dir %{_unitdir}/nginx.service.d
d64139
d64139
%if %{with geoip}
d64139
%files mod-http-geoip
d64139
%{_datadir}/nginx/modules/mod-http-geoip.conf
d64139
%{_libdir}/nginx/modules/ngx_http_geoip_module.so
d64139
%endif
d64139
d64139
%files mod-http-image-filter
d64139
%{_datadir}/nginx/modules/mod-http-image-filter.conf
d64139
%{_libdir}/nginx/modules/ngx_http_image_filter_module.so
d64139
d64139
%files mod-http-perl
d64139
%{_datadir}/nginx/modules/mod-http-perl.conf
d64139
%{_libdir}/nginx/modules/ngx_http_perl_module.so
d64139
%dir %{perl_vendorarch}/auto/nginx
d64139
%{perl_vendorarch}/nginx.pm
d64139
%{perl_vendorarch}/auto/nginx/nginx.so
d64139
d64139
%files mod-http-xslt-filter
d64139
%{_datadir}/nginx/modules/mod-http-xslt-filter.conf
d64139
%{_libdir}/nginx/modules/ngx_http_xslt_filter_module.so
d64139
d64139
%files mod-mail
d64139
%{_datadir}/nginx/modules/mod-mail.conf
d64139
%{_libdir}/nginx/modules/ngx_mail_module.so
d64139
d64139
%files mod-stream
d64139
%{_datadir}/nginx/modules/mod-stream.conf
d64139
%{_libdir}/nginx/modules/ngx_stream_module.so
d64139
d64139
d64139
%changelog
d83f4d
* Thu Nov 12 2020 Lubos Uhliarik <luhliari@redhat.com> - 1:1.18.0-3
d83f4d
- Resolves: #1651377 - centralizing default index.html on nginx
d83f4d
- Resolves: #1825683 - Outdated Red Hat branding used in nginx default pages
d83f4d
d64139
* Wed Apr 22 2020 Lubos Uhliarik <luhliari@redhat.com> - 1:1.18.0-2
d64139
- new version 1.18.0
d64139
- Resolves: #1668717 - [RFE] Support loading certificates from hardware token
d64139
  (PKCS#11)
d64139
- Increased types_hash_max_size to 4096 in default config
d64139
- Drop location / from default config (rhbz#1564768)
d64139
- Drop default_sever from default config (rhbz#1373822)
d64139
d64139
* Thu Aug 29 2019 Lubos Uhliarik <luhliari@redhat.com> - 1:1.16.1-1
d64139
- update to 1.16.1
d64139
- Resolves: #1745697 - CVE-2019-9511 nginx:1.16/nginx: HTTP/2: large amount
d64139
  of data request leads to denial of service
d64139
- Resolves: #1745690 - CVE-2019-9513 nginx:1.16/nginx: HTTP/2: flood using
d64139
  PRIORITY frames resulting in excessive resource consumption
d64139
- Resolves: #1745645 - CVE-2019-9516 nginx:1.16/nginx: HTTP/2: 0-length
d64139
  headers leads to denial of service
d64139
d64139
* Wed Jun 26 2019 Lubos Uhliarik <luhliari@redhat.com> - 1:1.16.0-2
d64139
- Resolves: #1718929 - ssl_protocols config option has faulty behavior
d64139
  in nginx:1.16
d64139
d64139
* Mon May 06 2019 Lubos Uhliarik <luhliari@redhat.com> - 1:1.16.0-1
d64139
- new version 1.16.0
d64139
- enable ngx_stream_ssl_preread module
d64139
- main package does NOT require all-modules package
d64139
d64139
* Wed Dec 12 2018 Lubos Uhliarik <luhliari@redhat.com> - 1:1.14.1-8
d64139
- enable TLS 1.3 by default (#1643647)
d64139
- TLSv1.0 and TLSv1.1 can be enabled now (#1644746)
d64139
d64139
* Tue Dec 11 2018 Joe Orton <jorton@redhat.com> - 1:1.14.1-3
d64139
- fix unexpanded paths in nginx(8) (#1643069)
d64139
d64139
* Mon Dec 03 2018 Lubos Uhliarik <luhliari@redhat.com> - 1:1.14.1-2
d64139
- Resolves: #1655530 - Hardening tests fail for nginx
d64139
d64139
* Mon Nov 19 2018 Lubos Uhliarik <luhliari@redhat.com> - 1:1.14.1-1
d64139
- new version 1.14.1
d64139
- Resolves: #1647257 - CVE-2018-16845 nginx: Denial of service and
d64139
  memory disclosure via mp4 module
d64139
- Resolves: #1647262 - CVE-2018-16844 nginx: Excessive CPU usage
d64139
  via flaw in HTTP/2 implementation
d64139
- Resolves: #1647263 - CVE-2018-16843 nginx: Excessive memory consumption
d64139
  via flaw in HTTP/2 implementation
d64139
d64139
* Wed Aug  8 2018 Joe Orton <jorton@redhat.com> - 1:1.14.0-3
d64139
- fix PKCS#11 support (Anderson Sasaki, #1545526)
d64139
d64139
* Mon Aug 06 2018 Lubos Uhliarik <luhliari@redhat.com> - 1:1.14.0-2
d64139
- add dependency on perl(constant)
d64139
d64139
* Mon Jul 30 2018 Luboš Uhliarik <luhliari@redhat.com> - 1:1.14.0-1
d64139
- Resolves: #1558420 - directory permissions are now correct after processing
d64139
  USR1 signal
d64139
- Resolves: #1601414 - nginx: drop GeoIP support
d64139
d64139
* Thu Jul 19 2018 Joe Orton <jorton@redhat.com> - 1:1.12.1-12
d64139
- add build conditional for geoip support
d64139
d64139
* Thu May 03 2018 Luboš Uhliarik <luhliari@redhat.com> - 1:1.14.0-1
d64139
- new version 1.14.0
d64139
d64139
* Wed Apr 25 2018 Luboš Uhliarik <luhliari@redhat.com> - 1:1.12.1-9
d64139
- changed directory permissions (#1558420)
d64139
d64139
* Fri Mar 23 2018 Joe Orton <jorton@redhat.com> - 1:1.12.1-8
d64139
- disable gperftools (#1496868)
d64139
d64139
* Thu Mar 22 2018 Joe Orton <jorton@redhat.com> - 1:1.12.1-7
d64139
- update branding (#1512565)
d64139
d64139
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.12.1-6
d64139
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d64139
d64139
* Wed Jan 24 2018 Björn Esser <besser82@fedoraproject.org> - 1:1.12.1-5
d64139
- Add patch to apply glibc bugfix if really needed only
d64139
- Disable strict symbol checks in the link editor
d64139
d64139
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1:1.12.1-4
d64139
- Rebuilt for switch to libxcrypt
d64139
d64139
* Tue Oct 24 2017 Joe Orton <jorton@redhat.com> - 1:1.12.1-3
d64139
- rebuild
d64139
d64139
* Tue Sep 19 2017 Remi Collet <remi@fedoraproject.org> - 1:1.12.1-2
d64139
- own system drop-in directories #1493036
d64139
d64139
* Tue Aug 15 2017 Joe Orton <jorton@redhat.com> - 1:1.12.1-1
d64139
- update to 1.12.1 (#1469924)
d64139
- enable http_auth_request_module (Tim Niemueller, #1471106)
d64139
d64139
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.12.0-4
d64139
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
d64139
d64139
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.12.0-3
d64139
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d64139
d64139
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.12.0-2
d64139
- Perl 5.26 rebuild
d64139
d64139
* Tue May 30 2017 Luboš Uhliarik <luhliari@redhat.com> - 1:1.12.0-1
d64139
- new version 1.12.0
d64139
d64139
* Wed Feb  8 2017 Joe Orton <jorton@redhat.com> - 1:1.10.3-1
d64139
- update to upstream release 1.10.3
d64139
d64139
* Mon Oct 31 2016 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.10.2-1
d64139
- update to upstream release 1.10.2
d64139
d64139
* Tue May 31 2016 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.10.1-1
d64139
- update to upstream release 1.10.1
d64139
d64139
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.10.0-4
d64139
- Perl 5.24 rebuild
d64139
d64139
* Sun May  8 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1:1.10.0-3
d64139
- Enable AIO on aarch64 (rhbz 1258414)
d64139
d64139
* Wed Apr 27 2016 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.10.0-2
d64139
- only Require nginx-all-modules for EPEL and current Fedora releases
d64139
d64139
* Wed Apr 27 2016 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.10.0-1
d64139
- update to upstream release 1.10.0
d64139
- split dynamic modules into subpackages
d64139
- spec file cleanup
d64139
d64139
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.1-2
d64139
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d64139
d64139
* Tue Jan 26 2016 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.8.1-1
d64139
- update to upstream release 1.8.1
d64139
- CVE-2016-0747: Insufficient limits of CNAME resolution in resolver
d64139
- CVE-2016-0746: Use-after-free during CNAME response processing in resolver
d64139
- CVE-2016-0742: Invalid pointer dereference in resolver
d64139
d64139
* Sun Oct 04 2015 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.8.0-14
d64139
- consistently use '%%global with_foo' style of logic
d64139
- remove PID file before starting nginx (#1268621)
d64139
d64139
* Fri Sep 25 2015 Ville Skyttä <ville.skytta@iki.fi> - 1:1.8.0-13
d64139
- Use nginx-mimetypes from mailcap (#1248736)
d64139
- Mark LICENSE as %%license
d64139
d64139
* Thu Sep 10 2015 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.8.0-12
d64139
- also build with gperftools on aarch64 (#1258412)
d64139
d64139
* Wed Aug 12 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 1:1.8.0-11
d64139
- nginx.conf: added commented-out SSL configuration directives (#1179232)
d64139
d64139
* Fri Jul 03 2015 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.8.0-10
d64139
- switch back to /bin/kill in logrotate script due to SELinux denials
d64139
d64139
* Tue Jun 16 2015 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.8.0-9
d64139
- fix path to png in error pages (#1232277)
d64139
- optimize png images with optipng
d64139
d64139
* Sun Jun 14 2015 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.8.0-8
d64139
- replace /bin/kill with /usr/bin/systemctl kill in logrotate script (#1231543)
d64139
- remove After=syslog.target in nginx.service (#1231543)
d64139
- replace ExecStop with KillSignal=SIGQUIT in nginx.service (#1231543)
d64139
d64139
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.8.0-7
d64139
- Perl 5.22 rebuild
d64139
d64139
* Sun May 10 2015 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.8.0-6
d64139
- revert previous change
d64139
d64139
* Sun May 10 2015 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.8.0-5
d64139
- move default server to default.conf (#1220094)
d64139
d64139
* Sun May 10 2015 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.8.0-4
d64139
- add TimeoutStopSec=5 and KillMode=mixed to nginx.service
d64139
- set worker_processes to auto
d64139
- add some common options to the http block in nginx.conf
d64139
- run nginx-upgrade on package update
d64139
- remove some redundant scriptlet commands
d64139
- listen on ipv6 for default server (#1217081)
d64139
d64139
* Wed Apr 22 2015 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.8.0-3
d64139
- improve nginx-upgrade script
d64139
d64139
* Wed Apr 22 2015 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.8.0-2
d64139
- add --with-pcre-jit
d64139
d64139
* Wed Apr 22 2015 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.8.0-1
d64139
- update to upstream release 1.8.0
d64139
d64139
* Thu Apr 09 2015 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.7.12-1
d64139
- update to upstream release 1.7.12
d64139
d64139
* Sun Feb 15 2015 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.7.10-1
d64139
- update to upstream release 1.7.10
d64139
- remove systemd conditionals
d64139
d64139
* Wed Oct 22 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.6.2-4
d64139
- fix package ownership of directories
d64139
d64139
* Wed Oct 22 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.6.2-3
d64139
- add vim files (#1142849)
d64139
d64139
* Mon Sep 22 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.6.2-2
d64139
- create nginx-filesystem subpackage (patch from Remi Collet)
d64139
- create /etc/nginx/default.d as a drop-in directory for configuration files
d64139
  for the default server block
d64139
- clean up nginx.conf
d64139
d64139
* Wed Sep 17 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.6.2-1
d64139
- update to upstream release 1.6.2
d64139
- CVE-2014-3616 nginx: virtual host confusion (#1142573)
d64139
d64139
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.6.1-4
d64139
- Perl 5.20 rebuild
d64139
d64139
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.6.1-3
d64139
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d64139
d64139
* Tue Aug 05 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.6.1-2
d64139
- add logic for EPEL 7
d64139
d64139
* Tue Aug 05 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.6.1-1
d64139
- update to upstream release 1.6.1
d64139
- (#1126891) CVE-2014-3556: SMTP STARTTLS plaintext injection flaw
d64139
d64139
* Wed Jul 02 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 1:1.6.0-3
d64139
- Fix FTBFS on aarch64 (#1115559)
d64139
d64139
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.6.0-2
d64139
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d64139
d64139
* Sat Apr 26 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.6.0-1
d64139
- update to upstream release 1.6.0
d64139
d64139
* Tue Mar 18 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.4.7-1
d64139
- update to upstream release 1.4.7
d64139
d64139
* Wed Mar 05 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.4.6-1
d64139
- update to upstream release 1.4.6
d64139
d64139
* Sun Feb 16 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.4.5-2
d64139
- avoid multiple index directives (#1065488)
d64139
d64139
* Sun Feb 16 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.4.5-1
d64139
- update to upstream release 1.4.5
d64139
d64139
* Wed Nov 20 2013 Peter Borsa <peter.borsa@gmail.com> - 1:1.4.4-1
d64139
- Update to upstream release 1.4.4
d64139
- Security fix BZ 1032267
d64139
d64139
* Sun Nov 03 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.4.3-1
d64139
- update to upstream release 1.4.3
d64139
d64139
* Fri Aug 09 2013 Jonathan Steffan <jsteffan@fedoraproject.org> - 1:1.4.2-3
d64139
- Add in conditionals to build for non-systemd targets
d64139
d64139
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 1:1.4.2-2
d64139
- Perl 5.18 rebuild
d64139
d64139
* Fri Jul 19 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.4.2-1
d64139
- update to upstream release 1.4.2
d64139
d64139
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1:1.4.1-3
d64139
- Perl 5.18 rebuild
d64139
d64139
* Tue Jun 11 2013 Remi Collet <rcollet@redhat.com> - 1:1.4.1-2
d64139
- rebuild for new GD 2.1.0
d64139
d64139
* Tue May 07 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.4.1-1
d64139
- update to upstream release 1.4.1 (#960605, #960606):
d64139
  CVE-2013-2028 stack-based buffer overflow when handling certain chunked
d64139
  transfer encoding requests
d64139
d64139
* Sun Apr 28 2013 Dan Horák <dan[at]danny.cz> - 1:1.4.0-2
d64139
- gperftools exist only on selected arches
d64139
d64139
* Fri Apr 26 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.4.0-1
d64139
- update to upstream release 1.4.0
d64139
- enable SPDY module (new in this version)
d64139
- enable http gunzip module (new in this version)
d64139
- enable google perftools module and add gperftools-devel to BR
d64139
- enable debugging (#956845)
d64139
- trim changelog
d64139
d64139
* Tue Apr 02 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.2.8-1
d64139
- update to upstream release 1.2.8
d64139
d64139
* Fri Feb 22 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.2.7-2
d64139
- make sure nginx directories are not world readable (#913724, #913735)
d64139
d64139
* Sat Feb 16 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.2.7-1
d64139
- update to upstream release 1.2.7
d64139
- add .asc file
d64139
d64139
* Tue Feb 05 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.2.6-6
d64139
- use 'kill' instead of 'systemctl' when rotating log files to workaround
d64139
  SELinux issue (#889151)
d64139
d64139
* Wed Jan 23 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.2.6-5
d64139
- uncomment "include /etc/nginx/conf.d/*.conf by default but leave the
d64139
  conf.d directory empty (#903065)
d64139
d64139
* Wed Jan 23 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.2.6-4
d64139
- add comment in nginx.conf regarding "include /etc/nginf/conf.d/*.conf"
d64139
  (#903065)
d64139
d64139
* Wed Dec 19 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.2.6-3
d64139
- use correct file ownership when rotating log files
d64139
d64139
* Tue Dec 18 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.2.6-2
d64139
- send correct kill signal and use correct file permissions when rotating
d64139
  log files (#888225)
d64139
- send correct kill signal in nginx-upgrade
d64139
d64139
* Tue Dec 11 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.2.6-1
d64139
- update to upstream release 1.2.6
d64139
d64139
* Sat Nov 17 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.2.5-1
d64139
- update to upstream release 1.2.5
d64139
d64139
* Sun Oct 28 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.2.4-1
d64139
- update to upstream release 1.2.4
d64139
- introduce new systemd-rpm macros (#850228)
d64139
- link to official documentation not the community wiki (#870733)
d64139
- do not run systemctl try-restart after package upgrade to allow the
d64139
  administrator to run nginx-upgrade and avoid downtime
d64139
- add nginx man page (#870738)
d64139
- add nginx-upgrade man page and remove README.fedora
d64139
- remove chkconfig from Requires(post/preun)
d64139
- remove initscripts from Requires(preun/postun)
d64139
- remove separate configuration files in "/etc/nginx/conf.d" directory
d64139
  and revert to upstream default of a centralized nginx.conf file
d64139
  (#803635) (#842738)
d64139
d64139
* Fri Sep 21 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.2.3-1
d64139
- update to upstream release 1.2.3
d64139
d64139
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.1-3
d64139
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d64139
d64139
* Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 1:1.2.1-2
d64139
- Perl 5.16 rebuild
d64139
d64139
* Sun Jun 10 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.2.1-1
d64139
- update to upstream release 1.2.1
d64139
d64139
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 1:1.2.0-2
d64139
- Perl 5.16 rebuild
d64139
d64139
* Wed May 16 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.2.0-1
d64139
- update to upstream release 1.2.0
d64139
d64139
* Wed May 16 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.0.15-4
d64139
- add nginx-upgrade to replace functionality from the nginx initscript
d64139
  that was lost after migration to systemd
d64139
- add README.fedora to describe usage of nginx-upgrade
d64139
- nginx.logrotate: use built-in systemd kill command in postrotate script
d64139
- nginx.service: start after syslog.target and network.target
d64139
- nginx.service: remove unnecessary references to config file location
d64139
- nginx.service: use /bin/kill instead of "/usr/sbin/nginx -s" following
d64139
  advice from nginx-devel
d64139
- nginx.service: use private /tmp
d64139
d64139
* Mon May 14 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.0.15-3
d64139
- fix incorrect postrotate script in nginx.logrotate
d64139
d64139
* Thu Apr 19 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.0.15-2
d64139
- renable auto-cc-gcc patch due to warnings on rawhide
d64139
d64139
* Sat Apr 14 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.0.15-1
d64139
- update to upstream release 1.0.15
d64139
- no need to apply auto-cc-gcc patch
d64139
- add %%global _hardened_build 1
d64139
d64139
* Thu Mar 15 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.0.14-1
d64139
- update to upstream release 1.0.14
d64139
- amend some %%changelog formatting
d64139
d64139
* Tue Mar 06 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.0.13-1
d64139
- update to upstream release 1.0.13
d64139
- amend --pid-path and --log-path
d64139
d64139
* Sun Mar 04 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.0.12-5
d64139
- change pid path in nginx.conf to match systemd service file
d64139
d64139
* Sun Mar 04 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.0.12-3
d64139
- fix %%pre scriptlet
d64139
d64139
* Mon Feb 20 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.0.12-2
d64139
- update upstream URL
d64139
- replace %%define with %%global
d64139
- remove obsolete BuildRoot tag, %%clean section and %%defattr
d64139
- remove various unnecessary commands
d64139
- add systemd service file and update scriptlets
d64139
- add Epoch to accommodate %%triggerun as part of systemd migration
d64139
d64139
* Sun Feb 19 2012 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.0.12-1
d64139
- Update to 1.0.12
d64139
d64139
* Thu Nov 17 2011 Keiran "Affix" Smith <fedora@affix.me> - 1.0.10-1
d64139
- Bugfix: a segmentation fault might occur in a worker process if resolver got a big DNS response. Thanks to Ben Hawkes.
d64139
- Bugfix: in cache key calculation if internal MD5 implementation wasused; the bug had appeared in 1.0.4.
d64139
- Bugfix: the module ngx_http_mp4_module sent incorrect "Content-Length" response header line if the "start" argument was used. Thanks to Piotr Sikora.
d64139
d64139
* Thu Oct 27 2011 Keiran "Affix" Smith <fedora@affix.me> - 1.0.8-1
d64139
- Update to new 1.0.8 stable release
d64139
d64139
* Fri Aug 26 2011 Keiran "Affix" Smith <fedora@affix.me> - 1.0.5-1
d64139
- Update nginx to Latest Stable Release
d64139
d64139
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.0.0-3
d64139
- Perl mass rebuild
d64139
d64139
* Thu Jun 09 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.0.0-2
d64139
- Perl 5.14 mass rebuild
d64139
d64139
* Wed Apr 27 2011 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.0.0-1
d64139
- Update to 1.0.0
d64139
d64139
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.53-6
d64139
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d64139
d64139
* Sun Dec 12 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.8.53.5
d64139
- Extract out default config into its own file (bug #635776)
d64139
d64139
* Sun Dec 12 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.8.53-4
d64139
- Revert ownership of log dir
d64139
d64139
* Sun Dec 12 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.8.53-3
d64139
- Change ownership of /var/log/nginx to be 0700 nginx:nginx
d64139
- update init script to use killproc -p
d64139
- add reopen_logs command to init script
d64139
- update init script to use nginx -q option
d64139
d64139
* Sun Oct 31 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.8.53-2
d64139
- Fix linking of perl module
d64139
d64139
* Sun Oct 31 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.8.53-1
d64139
- Update to new stable 0.8.53
d64139
d64139
* Sat Jul 31 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.7.67-2
d64139
- add Provides: webserver (bug #619693)
d64139
d64139
* Sun Jun 20 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.7.67-1
d64139
- Update to new stable 0.7.67
d64139
- fix bugzilla #591543
d64139
d64139
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.7.65-2
d64139
- Mass rebuild with perl-5.12.0
d64139
d64139
* Mon Feb 15 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.7.65-1
d64139
- Update to new stable 0.7.65
d64139
- change ownership of logdir to root:root
d64139
- add support for ipv6 (bug #561248)
d64139
- add random_index_module
d64139
- add secure_link_module
d64139
d64139
* Fri Dec 04 2009 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.7.64-1
d64139
- Update to new stable 0.7.64