New upstream release: A security release
Includes fix for VSV00011
This commit is contained in:
parent
3119cd2157
commit
fe17444c14
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
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
|
||||
|
@ -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 <ingvar@redpill-linpro.com> - 7.2.1-1
|
||||
- New upstream release: A security release
|
||||
- Includes fix for VSV00011
|
||||
|
||||
* Fri Sep 16 2022 Ingvar Hagelund <ingvar@redpill-linpro.com> - 7.2.0-1
|
||||
- New upstream release. The regular bi-annual "fresh" release
|
||||
- Removed list of patches from comments
|
||||
|
Loading…
Reference in New Issue
Block a user