From d455f467ee6e356da2295b713be0e2839e17295f Mon Sep 17 00:00:00 2001 From: lingsheng Date: Fri, 21 May 2021 10:56:30 +0800 Subject: [PATCH] Add missing CVE-2019-15892 patch --- varnish.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/varnish.spec b/varnish.spec index 61dc848..7408204 100644 --- a/varnish.spec +++ b/varnish.spec @@ -1,7 +1,7 @@ Name: varnish Summary: A web application accelerator Version: 6.0.0 -Release: 7 +Release: 8 License: BSD URL: https://www.varnish-cache.org/ Source0: http://varnish-cache.org/_downloads/varnish-%{version}.tgz @@ -13,10 +13,11 @@ Patch0001: varnish-5.1.1.fix_ld_library_path_in_doc_build.patch Patch0002: CVE-2019-15892-1.patch Patch0003: CVE-2019-15892-2.patch Patch0004: CVE-2019-15892-3.patch -Patch0006: CVE-2019-15892-4.patch -Patch0007: CVE-2019-15892-5.patch -Patch0008: CVE-2019-15892-6.patch -Patch0009: CVE-2019-15892-7.patch +Patch0005: CVE-2019-15892-4.patch +Patch0006: CVE-2019-15892-5.patch +Patch0007: CVE-2019-15892-6.patch +Patch0008: CVE-2019-15892-7.patch +Patch0009: CVE-2019-15892-8.patch BuildRequires: python3-sphinx python3-docutils pkgconfig make graphviz nghttp2 systemd-units BuildRequires: ncurses-devel pcre-devel libedit-devel @@ -165,6 +166,9 @@ test -f /etc/varnish/secret || (uuidgen > /etc/varnish/secret && chmod 0600 /etc %{_mandir}/man7/*.7* %changelog +* Fri May 21 2021 lingsheng - 6.0.0-8 +- Add missing CVE-2019-15892 patch + * Tue Jan 19 2021 wangyue - 6.0.0-7 - Fix CVE-2019-15892 and changelog -- Gitee