Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7c5ec389a | ||
|
|
95c7f78ed7 |
3 changed files with 13 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -44,3 +44,4 @@ varnish-2.1.3.tar.gz
|
|||
/varnish-6.4.0.tgz
|
||||
/varnish-6.5.0.tgz
|
||||
/varnish-6.5.1.tgz
|
||||
/varnish-6.5.2.tgz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (varnish-6.5.1.tgz) = 0f34f2c6fe68bfcdba488cda40cc387b3c10343923a75a6a1791c890d20e79c64069697c45720cd5f0cba666d506d3ab6bb814ef4f9120cf0c8519a01144844f
|
||||
SHA512 (varnish-6.5.2.tgz) = 31673eaa95e5d3413cd3a4a6fb324c1f0ad2efb22b75409fc0e02c61446787eb167bd530ee5b0a199da4fc76cc36f3603984d86781f856cc6a4aac48260fe4ef
|
||||
SHA512 (pkg-varnish-cache-ec7ad9e.tar.gz) = 146aacec76b2ca641bb8bc9dda49e82d28740dbcba034e73a8d39387696f10fa3108ab124a078e900865388217352d112f63f6fe9ef7b23e20bc699441aab4f2
|
||||
|
|
|
|||
14
varnish.spec
14
varnish.spec
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
%global __provides_exclude_from ^%{_libdir}/varnish/vmods
|
||||
|
||||
%global abi 1dae23376bb5ea7a6b8e9e4b9ed95cdc9469fb64
|
||||
%global abi e7233b0ad2639043341819d19a8d2e418e94ce1b
|
||||
%global vrt 12.0
|
||||
|
||||
# Package scripts are now external
|
||||
|
|
@ -22,8 +22,8 @@
|
|||
|
||||
Summary: High-performance HTTP accelerator
|
||||
Name: varnish
|
||||
Version: 6.5.1
|
||||
Release: 3%{?dist}
|
||||
Version: 6.5.2
|
||||
Release: 2%{?dist}
|
||||
License: BSD
|
||||
URL: https://www.varnish-cache.org/
|
||||
Source0: http://varnish-cache.org/_downloads/%{name}-%{version}.tgz
|
||||
|
|
@ -297,6 +297,14 @@ test -f /etc/varnish/secret || (uuidgen > /etc/varnish/secret && chmod 0600 /etc
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 16 2021 Ingvar Hagelund <ingvar@redpill-linpro.com> 6.5.2-2
|
||||
- Includes fix for VSV00007 aka CVE-2021-36740, bz#1982412
|
||||
- Bumped ABI
|
||||
|
||||
* Fri Jul 16 2021 Ingvar Hagelund <ingvar@redpill-linpro.com> 6.5.2-1
|
||||
- New upstream release
|
||||
- Includes fix for VSV00007 aka CVE-2021-36740, bz#1982412
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.5.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue