From 9b7be58d03161deb9bd14a8a67f08b4f119fa9f0 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Wed, 17 Mar 2021 17:00:18 +0100 Subject: [PATCH] New upstream release Switched back to original varnish github upstream, as it has catched up Includes fix for CVE-2021-28543, VSV00006, bz#1939669 --- varnish-modules.spec | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/varnish-modules.spec b/varnish-modules.spec index ce1de1f..1be558d 100644 --- a/varnish-modules.spec +++ b/varnish-modules.spec @@ -1,6 +1,5 @@ %global varnishver %(pkg-config --silence-errors --modversion varnishapi || echo 0) -%global commit 4d6593c2c97ecbabd3bd68203bace9cdbd6e960c -%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global gittag 0.17.1 %if 0%{?rhel} == 7 || 0%{?rhel} == 6 %global docutils python34-docutils @@ -11,13 +10,13 @@ %endif Name: varnish-modules -Version: 0.17.0 -Release: 0.3.klarlack.20200916git%{shortcommit}%{?dist} +Version: 0.17.1 +Release: 1%{?dist} Summary: A collection of modules ("vmods") extending Varnish VCL License: BSD -URL: https://github.com/nigoroll/varnish-modules -Source: https://github.com/nigoroll/%{name}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz +URL: https://github.com/varnish/varnish-modules +Source: https://github.com/varnish/varnish-modules/archive/%{gittag}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: make @@ -49,7 +48,7 @@ bodyaccess, header, saintmode, tcp, var, vsthrottle, xkey %prep -%autosetup -n %{name}-%{commit} +%autosetup -n %{name}-%{gittag} %build @@ -74,13 +73,19 @@ sed -i 's,tests/xkey/test12.vtc,,' src/Makefile %files -%doc docs AUTHORS CHANGES.rst COPYING README.rst +#doc docs AUTHORS CHANGES.rst COPYING README.rst +%doc AUTHORS CHANGES.rst COPYING README.rst %license LICENSE %{_libdir}/varnish/vmods/* %{_mandir}/man3/*.3* %changelog +* Wed Mar 17 2021 Ingvar Hagelund 0.17.1-1 +- New upstream release +- Switched back to original varnish github upstream, as it has catched up +- Includes fix for CVE-2021-28543, VSV00006, bz#1939669 + * Wed Jan 27 2021 Fedora Release Engineering - 0.17.0-0.3.klarlack.20200916git4d6593c - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild