* [PATCH] curl: Update to version 7.80.0
@ 2021-11-25 18:16 Adolf Belka
2021-11-29 10:18 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2021-11-25 18:16 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2544 bytes --]
- Update from 7.79.1 to 7.80.0
- Update of rootfile
- Changelog is too long to include here.
This update fixes 172 bugs the details of which can be found in the CHANGES file in
the source tarball.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/curl | 5 +++++
lfs/curl | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/config/rootfiles/common/curl b/config/rootfiles/common/curl
index b29662977..75015b6fa 100644
--- a/config/rootfiles/common/curl
+++ b/config/rootfiles/common/curl
@@ -226,6 +226,7 @@ usr/lib/libcurl.so.4.7.0
#usr/share/man/man3/CURLOPT_MAXCONNECTS.3
#usr/share/man/man3/CURLOPT_MAXFILESIZE.3
#usr/share/man/man3/CURLOPT_MAXFILESIZE_LARGE.3
+#usr/share/man/man3/CURLOPT_MAXLIFETIME_CONN.3
#usr/share/man/man3/CURLOPT_MAXREDIRS.3
#usr/share/man/man3/CURLOPT_MAX_RECV_SPEED_LARGE.3
#usr/share/man/man3/CURLOPT_MAX_SEND_SPEED_LARGE.3
@@ -252,6 +253,8 @@ usr/lib/libcurl.so.4.7.0
#usr/share/man/man3/CURLOPT_POSTQUOTE.3
#usr/share/man/man3/CURLOPT_POSTREDIR.3
#usr/share/man/man3/CURLOPT_PREQUOTE.3
+#usr/share/man/man3/CURLOPT_PREREQDATA.3
+#usr/share/man/man3/CURLOPT_PREREQFUNCTION.3
#usr/share/man/man3/CURLOPT_PRE_PROXY.3
#usr/share/man/man3/CURLOPT_PRIVATE.3
#usr/share/man/man3/CURLOPT_PROGRESSDATA.3
@@ -324,6 +327,7 @@ usr/lib/libcurl.so.4.7.0
#usr/share/man/man3/CURLOPT_SSH_AUTH_TYPES.3
#usr/share/man/man3/CURLOPT_SSH_COMPRESSION.3
#usr/share/man/man3/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3
+#usr/share/man/man3/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3
#usr/share/man/man3/CURLOPT_SSH_KEYDATA.3
#usr/share/man/man3/CURLOPT_SSH_KEYFUNCTION.3
#usr/share/man/man3/CURLOPT_SSH_KNOWNHOSTS.3
@@ -465,6 +469,7 @@ usr/lib/libcurl.so.4.7.0
#usr/share/man/man3/curl_url_dup.3
#usr/share/man/man3/curl_url_get.3
#usr/share/man/man3/curl_url_set.3
+#usr/share/man/man3/curl_url_strerror.3
#usr/share/man/man3/curl_version.3
#usr/share/man/man3/curl_version_info.3
#usr/share/man/man3/libcurl-easy.3
diff --git a/lfs/curl b/lfs/curl
index 70465bb35..abdd115ab 100644
--- a/lfs/curl
+++ b/lfs/curl
@@ -24,7 +24,7 @@
include Config
-VER = 7.79.1
+VER = 7.80.0
THISAPP = curl-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 74d3c4ca8aaa6c0619806d6e246e65fb
+$(DL_FILE)_MD5 = cf9f8553762150ef0ebcd5ee412737f5
install : $(TARGET)
--
2.34.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] curl: Update to version 7.80.0
2021-11-25 18:16 [PATCH] curl: Update to version 7.80.0 Adolf Belka
@ 2021-11-29 10:18 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2021-11-29 10:18 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2793 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 25 Nov 2021, at 18:16, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>
> - Update from 7.79.1 to 7.80.0
> - Update of rootfile
> - Changelog is too long to include here.
> This update fixes 172 bugs the details of which can be found in the CHANGES file in
> the source tarball.
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/common/curl | 5 +++++
> lfs/curl | 4 ++--
> 2 files changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/config/rootfiles/common/curl b/config/rootfiles/common/curl
> index b29662977..75015b6fa 100644
> --- a/config/rootfiles/common/curl
> +++ b/config/rootfiles/common/curl
> @@ -226,6 +226,7 @@ usr/lib/libcurl.so.4.7.0
> #usr/share/man/man3/CURLOPT_MAXCONNECTS.3
> #usr/share/man/man3/CURLOPT_MAXFILESIZE.3
> #usr/share/man/man3/CURLOPT_MAXFILESIZE_LARGE.3
> +#usr/share/man/man3/CURLOPT_MAXLIFETIME_CONN.3
> #usr/share/man/man3/CURLOPT_MAXREDIRS.3
> #usr/share/man/man3/CURLOPT_MAX_RECV_SPEED_LARGE.3
> #usr/share/man/man3/CURLOPT_MAX_SEND_SPEED_LARGE.3
> @@ -252,6 +253,8 @@ usr/lib/libcurl.so.4.7.0
> #usr/share/man/man3/CURLOPT_POSTQUOTE.3
> #usr/share/man/man3/CURLOPT_POSTREDIR.3
> #usr/share/man/man3/CURLOPT_PREQUOTE.3
> +#usr/share/man/man3/CURLOPT_PREREQDATA.3
> +#usr/share/man/man3/CURLOPT_PREREQFUNCTION.3
> #usr/share/man/man3/CURLOPT_PRE_PROXY.3
> #usr/share/man/man3/CURLOPT_PRIVATE.3
> #usr/share/man/man3/CURLOPT_PROGRESSDATA.3
> @@ -324,6 +327,7 @@ usr/lib/libcurl.so.4.7.0
> #usr/share/man/man3/CURLOPT_SSH_AUTH_TYPES.3
> #usr/share/man/man3/CURLOPT_SSH_COMPRESSION.3
> #usr/share/man/man3/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3
> +#usr/share/man/man3/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3
> #usr/share/man/man3/CURLOPT_SSH_KEYDATA.3
> #usr/share/man/man3/CURLOPT_SSH_KEYFUNCTION.3
> #usr/share/man/man3/CURLOPT_SSH_KNOWNHOSTS.3
> @@ -465,6 +469,7 @@ usr/lib/libcurl.so.4.7.0
> #usr/share/man/man3/curl_url_dup.3
> #usr/share/man/man3/curl_url_get.3
> #usr/share/man/man3/curl_url_set.3
> +#usr/share/man/man3/curl_url_strerror.3
> #usr/share/man/man3/curl_version.3
> #usr/share/man/man3/curl_version_info.3
> #usr/share/man/man3/libcurl-easy.3
> diff --git a/lfs/curl b/lfs/curl
> index 70465bb35..abdd115ab 100644
> --- a/lfs/curl
> +++ b/lfs/curl
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 7.79.1
> +VER = 7.80.0
>
> THISAPP = curl-$(VER)
> DL_FILE = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 74d3c4ca8aaa6c0619806d6e246e65fb
> +$(DL_FILE)_MD5 = cf9f8553762150ef0ebcd5ee412737f5
>
> install : $(TARGET)
>
> --
> 2.34.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-29 10:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-25 18:16 [PATCH] curl: Update to version 7.80.0 Adolf Belka
2021-11-29 10:18 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox