New upstream release
Switched back to original varnish github upstream, as it has catched up Includes fix for CVE-2021-28543, VSV00006, bz#1939669
This commit is contained in:
parent
e2d45a9f84
commit
9b7be58d03
@ -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 <ingvar@redpill-linpro.com> 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 <releng@fedoraproject.org> - 0.17.0-0.3.klarlack.20200916git4d6593c
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user