diff options
| -rw-r--r-- | meta-networking/recipes-daemons/squid/files/0001-Fix-build-on-Fedora-Rawhide-772.patch | 25 | ||||
| -rw-r--r-- | meta-networking/recipes-daemons/squid/squid_4.15.bb (renamed from meta-networking/recipes-daemons/squid/squid_4.14.bb) | 2 |
2 files changed, 2 insertions, 25 deletions
diff --git a/meta-networking/recipes-daemons/squid/files/0001-Fix-build-on-Fedora-Rawhide-772.patch b/meta-networking/recipes-daemons/squid/files/0001-Fix-build-on-Fedora-Rawhide-772.patch index 28a410c26f..ff51f53448 100644 --- a/meta-networking/recipes-daemons/squid/files/0001-Fix-build-on-Fedora-Rawhide-772.patch +++ b/meta-networking/recipes-daemons/squid/files/0001-Fix-build-on-Fedora-Rawhide-772.patch | |||
| @@ -11,10 +11,8 @@ Upstream-Status: Backport [https://github.com/kraj/squid/commit/1f8b5f0e1cc27634 | |||
| 11 | src/Makefile.am | 4 ++++ | 11 | src/Makefile.am | 4 ++++ |
| 12 | src/ip/QosConfig.cc | 1 + | 12 | src/ip/QosConfig.cc | 1 + |
| 13 | src/ipc/mem/PageStack.cc | 1 + | 13 | src/ipc/mem/PageStack.cc | 1 + |
| 14 | src/proxyp/Parser.cc | 1 + | ||
| 15 | src/security/ServerOptions.cc | 2 ++ | ||
| 16 | src/ssl/helper.cc | 2 ++ | 14 | src/ssl/helper.cc | 2 ++ |
| 17 | 6 files changed, 11 insertions(+) | 15 | 4 files changed, 8 insertions(+) |
| 18 | 16 | ||
| 19 | --- a/src/Makefile.am | 17 | --- a/src/Makefile.am |
| 20 | +++ b/src/Makefile.am | 18 | +++ b/src/Makefile.am |
| @@ -70,17 +68,6 @@ Upstream-Status: Backport [https://github.com/kraj/squid/commit/1f8b5f0e1cc27634 | |||
| 70 | 68 | ||
| 71 | /// used to mark a stack slot available for storing free page offsets | 69 | /// used to mark a stack slot available for storing free page offsets |
| 72 | const Ipc::Mem::PageStack::Value Writable = 0; | 70 | const Ipc::Mem::PageStack::Value Writable = 0; |
| 73 | --- a/src/security/ServerOptions.cc | ||
| 74 | +++ b/src/security/ServerOptions.cc | ||
| 75 | @@ -24,6 +24,8 @@ | ||
| 76 | #endif | ||
| 77 | #endif | ||
| 78 | |||
| 79 | +#include <limits> | ||
| 80 | + | ||
| 81 | Security::ServerOptions & | ||
| 82 | Security::ServerOptions::operator =(const Security::ServerOptions &old) { | ||
| 83 | if (this != &old) { | ||
| 84 | --- a/src/ssl/helper.cc | 71 | --- a/src/ssl/helper.cc |
| 85 | +++ b/src/ssl/helper.cc | 72 | +++ b/src/ssl/helper.cc |
| 86 | @@ -19,6 +19,8 @@ | 73 | @@ -19,6 +19,8 @@ |
| @@ -92,14 +79,4 @@ Upstream-Status: Backport [https://github.com/kraj/squid/commit/1f8b5f0e1cc27634 | |||
| 92 | Ssl::CertValidationHelper::LruCache *Ssl::CertValidationHelper::HelperCache = nullptr; | 79 | Ssl::CertValidationHelper::LruCache *Ssl::CertValidationHelper::HelperCache = nullptr; |
| 93 | 80 | ||
| 94 | #if USE_SSL_CRTD | 81 | #if USE_SSL_CRTD |
| 95 | --- a/src/acl/ConnMark.cc | ||
| 96 | +++ b/src/acl/ConnMark.cc | ||
| 97 | @@ -16,6 +16,8 @@ | ||
| 98 | #include "http/Stream.h" | ||
| 99 | #include "sbuf/Stream.h" | ||
| 100 | 82 | ||
| 101 | +#include <limits> | ||
| 102 | + | ||
| 103 | bool | ||
| 104 | Acl::ConnMark::empty() const | ||
| 105 | { | ||
diff --git a/meta-networking/recipes-daemons/squid/squid_4.14.bb b/meta-networking/recipes-daemons/squid/squid_4.15.bb index 6d154c87e0..8ba10674c9 100644 --- a/meta-networking/recipes-daemons/squid/squid_4.14.bb +++ b/meta-networking/recipes-daemons/squid/squid_4.15.bb | |||
| @@ -29,7 +29,7 @@ SRC_URI = "http://www.squid-cache.org/Versions/v${MAJ_VER}/${BPN}-${PV}.tar.bz2 | |||
| 29 | 29 | ||
| 30 | SRC_URI_remove_toolchain-clang = "file://0001-configure-Check-for-Wno-error-format-truncation-comp.patch" | 30 | SRC_URI_remove_toolchain-clang = "file://0001-configure-Check-for-Wno-error-format-truncation-comp.patch" |
| 31 | 31 | ||
| 32 | SRC_URI[sha256sum] = "4ad08884f065f8e1dac166aa13db6a872cde419a1717dff4c82c2c5337ee5756" | 32 | SRC_URI[sha256sum] = "71635811e766ce8b155225a9e3c7757cfc7ff93df26b28d82e5e6fc021b9a605" |
| 33 | 33 | ||
| 34 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 34 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
| 35 | file://errors/COPYRIGHT;md5=0e03cd976052c45697ad5d96e7dff8dc \ | 35 | file://errors/COPYRIGHT;md5=0e03cd976052c45697ad5d96e7dff8dc \ |
