From fe17444c14f3e0a74341dffa9c2c5bb8a4249f52 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Wed, 9 Nov 2022 13:42:10 +0100 Subject: [PATCH] New upstream release: A security release Includes fix for VSV00011 --- .gitignore | 1 + sources | 2 +- varnish.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c2bcf92..3225eb2 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ varnish-2.1.3.tar.gz /varnish-7.1.1.tgz /pkg-varnish-cache-ffc59a3.tar.gz /varnish-7.2.0.tgz +/varnish-7.2.1.tgz diff --git a/sources b/sources index c39ae08..45313bb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (pkg-varnish-cache-ffc59a3.tar.gz) = e00e3309a436d00edb253cce4d34da84f1bfe7ba1cda476da5549d279d2962451618609384123790ba31775f4c2f30cf178696782d82cf14a545339012842fd7 -SHA512 (varnish-7.2.0.tgz) = d9a57d644d1b1456ee96ee84182f816b3b693fe2d9cc4b1859b62a836ee8c7d51025bb96efbc0ebc82349f60b2f186335436d76c12a5257c0560572db9d01133 +SHA512 (varnish-7.2.1.tgz) = 7b9b837a8bafdf5798e81bc38163457b3bca16d933a9492800cdd2cde35c9b524a10b7e5ec931217e11d72f32feb05157a7eecfd9cf2c5856e717b634e51d089 diff --git a/varnish.spec b/varnish.spec index c8b7587..232910d 100644 --- a/varnish.spec +++ b/varnish.spec @@ -12,7 +12,7 @@ %global __provides_exclude_from ^%{_libdir}/varnish/vmods -%global abi 75d4c1de9673da2ae3df3904fae960d8ae534a00 +%global abi 399fa7ed46d68f4c4f42a8fd2748339750d99a8b %global vrt 16.0 # Package scripts are now external @@ -22,7 +22,7 @@ Summary: High-performance HTTP accelerator Name: varnish -Version: 7.2.0 +Version: 7.2.1 Release: 1%{?dist} License: BSD URL: https://www.varnish-cache.org/ @@ -266,6 +266,10 @@ test -f /etc/varnish/secret || (uuidgen > /etc/varnish/secret && chmod 0600 /etc %changelog +* Wed Nov 09 2022 Ingvar Hagelund - 7.2.1-1 +- New upstream release: A security release +- Includes fix for VSV00011 + * Fri Sep 16 2022 Ingvar Hagelund - 7.2.0-1 - New upstream release. The regular bi-annual "fresh" release - Removed list of patches from comments