diff options
author | Patrick Wicki <patrick.wicki@siemens.com> | 2023-11-30 03:55:24 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-29 22:25:04 -0800 |
commit | f4972749457329dfe4f01f26116720401b6df0da (patch) | |
tree | b9cfba687e6015ab6a554fc7eb6efa93191622a1 /meta-networking/recipes-daemons/squid/files/Skip-AC_RUN_IFELSE-tests.patch | |
parent | cdac7e90f0da74b2119cf1283601aaf739deac22 (diff) | |
download | meta-openembedded-f4972749457329dfe4f01f26116720401b6df0da.tar.gz |
squid: update from v5.7 to v6.5
Refresh patches and clean up ones that are no longer needed:
* dlopen test was removed in b65d2165c5c250242764ed7cdac4540fba813dec
* libxml2 variables were removed in
866a092dad01e58986a6e9ecb84ac89037a63e9a
* squid-conf-tests no longer run at build time since
cd3dc147bf8abc0225237ced865c6660fffcb63a
Fix squid-conf-tests to allow running on target device.
License change: Update year
The version update eliminates the following CVEs:
* CVE-2023-5824 (affected: <6.4)
* CVE-2023-46724 (affected: >=3.3.0.1, <6.4)
* CVE-2023-46728 (affected: <6.0.1)
* CVE-2023-46846 (affected: >=2.6, <6.4)
* CVE-2023-46847 (affected: >=3.2.0.1, <6.4)
* CVE-2023-46848 (affected: >=5.0.3, <6.4)
Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/squid/files/Skip-AC_RUN_IFELSE-tests.patch')
-rw-r--r-- | meta-networking/recipes-daemons/squid/files/Skip-AC_RUN_IFELSE-tests.patch | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/meta-networking/recipes-daemons/squid/files/Skip-AC_RUN_IFELSE-tests.patch b/meta-networking/recipes-daemons/squid/files/Skip-AC_RUN_IFELSE-tests.patch index 10853333e..5bb30bfcb 100644 --- a/meta-networking/recipes-daemons/squid/files/Skip-AC_RUN_IFELSE-tests.patch +++ b/meta-networking/recipes-daemons/squid/files/Skip-AC_RUN_IFELSE-tests.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From e4778299a3e49a634d2c7fe4fd9ac77777e829e3 Mon Sep 17 00:00:00 2001 | 1 | From 050f8ab275a7a5f3d94045da6b15a2b63dfbeb3f Mon Sep 17 00:00:00 2001 |
2 | From: Jim Somerville <Jim.Somerville@windriver.com> | 2 | From: Jim Somerville <Jim.Somerville@windriver.com> |
3 | Date: Tue, 14 Oct 2014 02:56:08 -0400 | 3 | Date: Tue, 14 Oct 2014 02:56:08 -0400 |
4 | Subject: [PATCH] Skip AC_RUN_IFELSE tests | 4 | Subject: [PATCH] Skip AC_RUN_IFELSE tests |
@@ -17,10 +17,10 @@ Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | |||
17 | 2 files changed, 15 insertions(+), 3 deletions(-) | 17 | 2 files changed, 15 insertions(+), 3 deletions(-) |
18 | 18 | ||
19 | diff --git a/acinclude/krb5.m4 b/acinclude/krb5.m4 | 19 | diff --git a/acinclude/krb5.m4 b/acinclude/krb5.m4 |
20 | index ad0ba60..4477446 100644 | 20 | index 2c4e340..64648e3 100644 |
21 | --- a/acinclude/krb5.m4 | 21 | --- a/acinclude/krb5.m4 |
22 | +++ b/acinclude/krb5.m4 | 22 | +++ b/acinclude/krb5.m4 |
23 | @@ -61,7 +61,15 @@ main(void) | 23 | @@ -57,7 +57,15 @@ main(void) |
24 | 24 | ||
25 | return 0; | 25 | return 0; |
26 | } | 26 | } |
@@ -35,13 +35,13 @@ index ad0ba60..4477446 100644 | |||
35 | + dnl Can't test in cross compiled env - so assume good | 35 | + dnl Can't test in cross compiled env - so assume good |
36 | + squid_cv_broken_heimdal_krb5_h=no | 36 | + squid_cv_broken_heimdal_krb5_h=no |
37 | ]) | 37 | ]) |
38 | SQUID_STATE_ROLLBACK(squid_krb5_heimdal_test) | ||
38 | ]) | 39 | ]) |
39 | ]) dnl SQUID_CHECK_KRB5_HEIMDAL_BROKEN_KRB5_H | ||
40 | diff --git a/acinclude/lib-checks.m4 b/acinclude/lib-checks.m4 | 40 | diff --git a/acinclude/lib-checks.m4 b/acinclude/lib-checks.m4 |
41 | index 1e9333527c..2d42787029 100644 | 41 | index 53847a8..850322a 100644 |
42 | --- a/acinclude/lib-checks.m4 | 42 | --- a/acinclude/lib-checks.m4 |
43 | +++ b/acinclude/lib-checks.m4 | 43 | +++ b/acinclude/lib-checks.m4 |
44 | @@ -227,7 +227,9 @@ AC_DEFUN([SQUID_CHECK_OPENSSL_CONST_SSL_METHOD],[ | 44 | @@ -205,7 +205,9 @@ AC_DEFUN([SQUID_CHECK_OPENSSL_CONST_SSL_METHOD],[ |
45 | [ | 45 | [ |
46 | AC_MSG_RESULT([no]) | 46 | AC_MSG_RESULT([no]) |
47 | ], | 47 | ], |
@@ -52,15 +52,14 @@ index 1e9333527c..2d42787029 100644 | |||
52 | 52 | ||
53 | SQUID_STATE_ROLLBACK(check_const_SSL_METHOD) | 53 | SQUID_STATE_ROLLBACK(check_const_SSL_METHOD) |
54 | ]) | 54 | ]) |
55 | @@ -386,8 +386,9 @@ AC_DEFUN([SQUID_CHECK_OPENSSL_TXTDB],[ | 55 | @@ -347,7 +349,9 @@ AC_DEFUN([SQUID_CHECK_OPENSSL_TXTDB],[ |
56 | [ | 56 | ],[ |
57 | AC_MSG_RESULT([yes]) | 57 | AC_MSG_RESULT([yes]) |
58 | AC_DEFINE(SQUID_USE_SSLLHASH_HACK, 1) | 58 | AC_DEFINE(SQUID_USE_SSLLHASH_HACK, 1) |
59 | - ], | 59 | - ],[]) |
60 | -[]) | ||
61 | + ],[ | 60 | + ],[ |
62 | + AC_MSG_RESULT([skipped - can't test in cross-compiled env]) | 61 | + AC_MSG_RESULT([skipped - can't test in cross-compiled env]) |
63 | + ]) | 62 | + ]) |
64 | 63 | ||
65 | SQUID_STATE_ROLLBACK(check_TXTDB) | 64 | SQUID_STATE_ROLLBACK(check_TXTDB) |
66 | ]) | 65 | ]) |