From 4624908388ecc0172b844a184df0acc7a88c577a Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Wed, 26 Jan 2022 15:38:46 +0100 Subject: [PATCH] New upstream release. A security release Includes fix for CVE-2022-23959 aka VSV00008, rhbz#2045033 --- .gitignore | 1 + sources | 2 +- varnish.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9586a0b..38a776e 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ varnish-2.1.3.tar.gz /pkg-varnish-cache-d3e6a3f.tar.gz /varnish-7.0.0.tgz /varnish-7.0.1.tgz +/varnish-7.0.2.tgz diff --git a/sources b/sources index 5227bf1..2b1e00b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ +SHA512 (varnish-7.0.2.tgz) = 5eb08345c95152639266b7ad241185188477f8fd04e88e4dfda1579719a1a413790a0616f25d70994f6d3b8f7640ea80926ece7c547555dad856fd9f6960c9a3 SHA512 (pkg-varnish-cache-d3e6a3f.tar.gz) = 01a133e10bc88e115255839de9ce394fa232b21341c1712773cf6e4633112301890cdc5155fce51afc6456324b84a7dd82a8544b7e9e598841ea1c5dccd3b4e3 -SHA512 (varnish-7.0.1.tgz) = 7541d50b03a113f0a13660d459cc4c2eb45d57fb19380ab56a5413a4e5d702f9c0856585f09aeea6084a239ad8c69017af3805a864540b4697e0eac29f00b408 diff --git a/varnish.spec b/varnish.spec index 00b3e4e..c282054 100644 --- a/varnish.spec +++ b/varnish.spec @@ -12,7 +12,7 @@ %global __provides_exclude_from ^%{_libdir}/varnish/vmods -%global abi d454d0ed759ce8ed2b5c7bf244090a73487e8021 +%global abi 9b5f68e19ca0ab60010641e305fd12822f18d42c %global vrt 14.0 # Package scripts are now external @@ -22,8 +22,8 @@ Summary: High-performance HTTP accelerator Name: varnish -Version: 7.0.1 -Release: 3%{?dist} +Version: 7.0.2 +Release: 1%{?dist} License: BSD URL: https://www.varnish-cache.org/ Source0: http://varnish-cache.org/_downloads/%{name}-%{version}.tgz @@ -300,6 +300,10 @@ test -f /etc/varnish/secret || (uuidgen > /etc/varnish/secret && chmod 0600 /etc %changelog +* Wed Jan 26 2022 Ingvar Hagelund - 7.0.2-1 +- New upstream release. A security release +- Includes fix for CVE-2022-23959 aka VSV00008, rhbz#2045033 + * Sat Jan 22 2022 Fedora Release Engineering - 7.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild