Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
deabc312e1 | ||
|
|
4f8ddac357 |
3 changed files with 8 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -53,3 +53,4 @@ varnish-2.1.3.tar.gz
|
|||
/pkg-varnish-cache-3ba24a8.tar.gz
|
||||
/varnish-7.1.0.tgz
|
||||
/varnish-7.1.1.tgz
|
||||
/varnish-7.1.2.tgz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (varnish-7.1.1.tgz) = 7c3c081bd37c63b429337a25ebc0c14d780b0c4fd235d18b9ac1004e0bb2f65e70664c5bd25c5d941deeb6bc078f344fa2629cf0d641a0149fe29dcfa07ffcd2
|
||||
SHA512 (pkg-varnish-cache-3ba24a8.tar.gz) = f91805e0149c177bc629255231ad7c9c03cbb555b6ddf5cea42c621bed5f0534ce0e610f008210d66e7d6a792d452c7589c494864cbe46eade8c72695e32d19d
|
||||
SHA512 (varnish-7.1.2.tgz) = e16a4b75ede25f3812dfc4e95545e39a80022835b9155a4e42118f911e41b691cbedd296db48d307ba4a4d0d01df1149306d752de07cabe459ccbf5bcdd49238
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
Summary: High-performance HTTP accelerator
|
||||
Name: varnish
|
||||
Version: 7.1.1
|
||||
Version: 7.1.2
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
URL: https://www.varnish-cache.org/
|
||||
|
|
@ -300,7 +300,11 @@ test -f /etc/varnish/secret || (uuidgen > /etc/varnish/secret && chmod 0600 /etc
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 12 2022 Ingvar Hagelund <ingvar@redpill-linpro.com> - 7.7.1-1
|
||||
* Sun Nov 13 2022 Ingvar Hagelund <ingvar@redpill-linpro.com> - 7.1.2-1
|
||||
- New upstream release. A security release
|
||||
- Includes fixes for VSV00010 and VSV00011
|
||||
|
||||
* Fri Aug 12 2022 Ingvar Hagelund <ingvar@redpill-linpro.com> - 7.1.1-1
|
||||
- New upstream release. A security release
|
||||
- Includes fix for VSV00009 aka CVE-2022-38150
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue