Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7975913965 | ||
|
|
cfe5b02d2a | ||
|
|
30480a569c |
1 changed files with 6 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: squid
|
||||
Version: 4.8
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Squid proxy caching server
|
||||
Epoch: 7
|
||||
# See CREDITS for breakdown of non GPLv2+ code
|
||||
|
|
@ -34,6 +34,8 @@ Patch204: squid-3.5.9-include-guards.patch
|
|||
Patch205: squid-4.0.21-large-acl.patch
|
||||
|
||||
Requires: bash >= 2.0
|
||||
# for httpd conf file - cachemgr script alias
|
||||
Requires: httpd-filesystem
|
||||
Requires(pre): shadow-utils
|
||||
Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
|
|
@ -284,6 +286,9 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 05 2019 Lubos Uhliarik <luhliari@redhat.com> - 7:4.8-2
|
||||
- Resolves: #1737030 - depend on httpd-filesystem
|
||||
|
||||
* Wed Jul 10 2019 Lubos Uhliarik <luhliari@redhat.com> - 7:4.8-1
|
||||
- new version 4.8
|
||||
- Resolves: #1727745 - squid: CVe-2019-13345 squid: XSS via user_name or auth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue