fix CVE-2024-45802

(cherry picked from commit 72ba8240a33238ed14834b66a644130b4771355b)
This commit is contained in:
xh 2024-10-29 03:55:40 +00:00 committed by openeuler-sync-bot
parent c0233bd321
commit de7abae06c

View File

@ -2,7 +2,7 @@
Name: squid Name: squid
Version: 6.6 Version: 6.6
Release: 3 Release: 4
Summary: The Squid proxy caching server Summary: The Squid proxy caching server
Epoch: 7 Epoch: 7
License: GPLv2+ and (LGPLv2+ and MIT and BSD and Public Domain) License: GPLv2+ and (LGPLv2+ and MIT and BSD and Public Domain)
@ -66,7 +66,7 @@ autoreconf -fi
--enable-linux-netfilter --enable-removal-policies="heap,lru" \ --enable-linux-netfilter --enable-removal-policies="heap,lru" \
--enable-snmp --enable-ssl --enable-ssl-crtd \ --enable-snmp --enable-ssl --enable-ssl-crtd \
--enable-storeio="aufs,diskd,ufs,rock" --enable-diskio --enable-wccpv2 \ --enable-storeio="aufs,diskd,ufs,rock" --enable-diskio --enable-wccpv2 \
--enable-esi --enable-ecap --with-aio --with-default-user="squid" \ --disable-esi --enable-ecap --with-aio --with-default-user="squid" \
--with-dl --with-openssl --with-pthreads --disable-arch-native \ --with-dl --with-openssl --with-pthreads --disable-arch-native \
--disable-security-cert-validators \ --disable-security-cert-validators \
--with-tdb --disable-strict-error-checking \ --with-tdb --disable-strict-error-checking \
@ -246,6 +246,12 @@ fi
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || : chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
%changelog %changelog
* Tue Oct 29 2024 xinghe <xinghe2@h-partners.com> - 7:6.6-4
- Type:cves
- ID:CVE-2024-45802
- SUG:NA
- DESC:fix CVE-2024-45802
* Wed Jun 26 2024 yinyongkang <yinyongkang@kylinos.cn> - 7:6.6-3 * Wed Jun 26 2024 yinyongkang <yinyongkang@kylinos.cn> - 7:6.6-3
- Type:cves - Type:cves
- ID:CVE-2024-37894 - ID:CVE-2024-37894