diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-17 09:40:56 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-17 23:47:28 -0700 |
commit | 8c1aa2b8aefacff14a0bba7b5a11d68e30a6b2f8 (patch) | |
tree | bf5e8b98f835b5b7782d1c4fcb7ce96810bb9b39 | |
parent | b58ee068c1488c6b132f34710096cbb015e8e9ed (diff) | |
download | meta-openembedded-8c1aa2b8aefacff14a0bba7b5a11d68e30a6b2f8.tar.gz |
squid: upgrade 6.8 -> 6.9
Changelog:
==========
- Regression Bug 5349: basic_nis_auth build error: unterminated #ifndef
- Bug 5069: Keep listening after getsockname() error
- Bug 5360: FwdState::noteDestinationsEnd() assertion "err"
- Reduce stale errno usage
- Plug memory leak in handling cache manager requests
- Fix error: template-id not allowed for constructor in C++20
- Improve release packaging automation
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-daemons/squid/squid_6.9.bb (renamed from meta-networking/recipes-daemons/squid/squid_6.8.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/squid/squid_6.8.bb b/meta-networking/recipes-daemons/squid/squid_6.9.bb index c8370eaba..f0663a5e0 100644 --- a/meta-networking/recipes-daemons/squid/squid_6.8.bb +++ b/meta-networking/recipes-daemons/squid/squid_6.9.bb | |||
@@ -22,7 +22,7 @@ SRC_URI = "http://www.squid-cache.org/Versions/v${MAJ_VER}/${BPN}-${PV}.tar.xz \ | |||
22 | file://squid.nm \ | 22 | file://squid.nm \ |
23 | " | 23 | " |
24 | 24 | ||
25 | SRC_URI[sha256sum] = "11cc5650b51809d99483ccfae24744a2e51cd16199f5ff0c917e84fce695870f" | 25 | SRC_URI[sha256sum] = "1ad72d46e1cb556e9561214f0fb181adb87c7c47927ef69bc8acd68a03f61882" |
26 | 26 | ||
27 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 27 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
28 | file://errors/COPYRIGHT;md5=d324bc1f9447d1d1588d75b22a678dc4 \ | 28 | file://errors/COPYRIGHT;md5=d324bc1f9447d1d1588d75b22a678dc4 \ |