summaryrefslogtreecommitdiff
path: root/pkg/curl/patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2022-09-08 13:43:33 -0700
committerMichael Forney <mforney@mforney.org>2022-09-08 13:43:33 -0700
commit63490ce27818d1b7985d851fb1ee19eaa4d71f37 (patch)
tree58b9997eb3ebdc748d52d7628d2369277ceec9db /pkg/curl/patch
parent1fa0f436fb58f6804f63668262c34b8f7046fb6d (diff)
curl: Update to 7.85.0
Diffstat (limited to 'pkg/curl/patch')
-rw-r--r--pkg/curl/patch/0001-Reuse-dynbuf-symbols-for-curl-tool.patch8
-rw-r--r--pkg/curl/patch/0002-bearssl-Remove-unnecessary-CA-blob-length-check.patch8
2 files changed, 8 insertions, 8 deletions
diff --git a/pkg/curl/patch/0001-Reuse-dynbuf-symbols-for-curl-tool.patch b/pkg/curl/patch/0001-Reuse-dynbuf-symbols-for-curl-tool.patch
index b46c9c95..3fb92ce6 100644
--- a/pkg/curl/patch/0001-Reuse-dynbuf-symbols-for-curl-tool.patch
+++ b/pkg/curl/patch/0001-Reuse-dynbuf-symbols-for-curl-tool.patch
@@ -1,4 +1,4 @@
-From ac068eb8361307fbdde0d61b9f6f3cdef70d73fe Mon Sep 17 00:00:00 2001
+From 04afba4813f504cafb717c48c50de4395fb3ea71 Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Fri, 16 Oct 2020 19:09:50 -0700
Subject: [PATCH] Reuse dynbuf symbols for curl tool
@@ -8,10 +8,10 @@ Subject: [PATCH] Reuse dynbuf symbols for curl tool
1 file changed, 11 insertions(+), 13 deletions(-)
diff --git a/lib/dynbuf.h b/lib/dynbuf.h
-index 39b859570..b9401d743 100644
+index c1e97235d..8b9158051 100644
--- a/lib/dynbuf.h
+++ b/lib/dynbuf.h
-@@ -22,22 +22,20 @@
+@@ -24,22 +24,20 @@
*
***************************************************************************/
@@ -46,5 +46,5 @@ index 39b859570..b9401d743 100644
struct dynbuf {
char *bufr; /* point to a null-terminated allocated buffer */
--
-2.28.0
+2.35.1
diff --git a/pkg/curl/patch/0002-bearssl-Remove-unnecessary-CA-blob-length-check.patch b/pkg/curl/patch/0002-bearssl-Remove-unnecessary-CA-blob-length-check.patch
index e72a5489..4b1cdf75 100644
--- a/pkg/curl/patch/0002-bearssl-Remove-unnecessary-CA-blob-length-check.patch
+++ b/pkg/curl/patch/0002-bearssl-Remove-unnecessary-CA-blob-length-check.patch
@@ -1,4 +1,4 @@
-From 5d080c8db49bdb91a35ad4763fcc176088214b22 Mon Sep 17 00:00:00 2001
+From 643bad651c570c0e2b5889df4d0cb0803fa58b1e Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Mon, 15 Nov 2021 13:10:02 -0800
Subject: [PATCH] bearssl: Remove unnecessary CA blob length check
@@ -11,10 +11,10 @@ than INT_MAX.
1 file changed, 3 deletions(-)
diff --git a/lib/vtls/bearssl.c b/lib/vtls/bearssl.c
-index 9b772d064..591eb8715 100644
+index f14eb66a2..ffa7c1166 100644
--- a/lib/vtls/bearssl.c
+++ b/lib/vtls/bearssl.c
-@@ -124,9 +124,6 @@ static CURLcode load_cafile(struct cafile_source *source,
+@@ -129,9 +129,6 @@ static CURLcode load_cafile(struct cafile_source *source,
return CURLE_SSL_CACERT_BADFILE;
}
@@ -25,5 +25,5 @@ index 9b772d064..591eb8715 100644
ca.in_cert = FALSE;
ca.anchors = NULL;
--
-2.32.0
+2.35.1