* [PATCH] curl: Update to 7.75
@ 2021-02-04 16:21 Matthias Fischer
2021-02-04 17:14 ` Peter Müller
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2021-02-04 16:21 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2516 bytes --]
For details see:
https://curl.se/changes.html
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
config/rootfiles/common/curl | 7 +++++++
lfs/curl | 6 +++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/common/curl b/config/rootfiles/common/curl
index f4240065e..a542bd6c9 100644
--- a/config/rootfiles/common/curl
+++ b/config/rootfiles/common/curl
@@ -109,6 +109,7 @@ usr/lib/libcurl.so.4.7.0
#usr/share/man/man3/CURLOPT_ALTSVC_CTRL.3
#usr/share/man/man3/CURLOPT_APPEND.3
#usr/share/man/man3/CURLOPT_AUTOREFERER.3
+#usr/share/man/man3/CURLOPT_AWS_SIGV4.3
#usr/share/man/man3/CURLOPT_BUFFERSIZE.3
#usr/share/man/man3/CURLOPT_CAINFO.3
#usr/share/man/man3/CURLOPT_CAPATH.3
@@ -177,6 +178,12 @@ usr/lib/libcurl.so.4.7.0
#usr/share/man/man3/CURLOPT_HEADERDATA.3
#usr/share/man/man3/CURLOPT_HEADERFUNCTION.3
#usr/share/man/man3/CURLOPT_HEADEROPT.3
+#usr/share/man/man3/CURLOPT_HSTS.3
+#usr/share/man/man3/CURLOPT_HSTSREADDATA.3
+#usr/share/man/man3/CURLOPT_HSTSREADFUNCTION.3
+#usr/share/man/man3/CURLOPT_HSTSWRITEDATA.3
+#usr/share/man/man3/CURLOPT_HSTSWRITEFUNCTION.3
+#usr/share/man/man3/CURLOPT_HSTS_CTRL.3
#usr/share/man/man3/CURLOPT_HTTP09_ALLOWED.3
#usr/share/man/man3/CURLOPT_HTTP200ALIASES.3
#usr/share/man/man3/CURLOPT_HTTPAUTH.3
diff --git a/lfs/curl b/lfs/curl
index 1f188fc02..0d8f6a6fd 100644
--- a/lfs/curl
+++ b/lfs/curl
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2020 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2021 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
-VER = 7.73.0
+VER = 7.75.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 = d7df02d3b78b625fee4dd765808a6eb6
+$(DL_FILE)_MD5 = 9730df8636d67b4e256ebc49daf27246
install : $(TARGET)
--
2.18.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] curl: Update to 7.75
2021-02-04 16:21 [PATCH] curl: Update to 7.75 Matthias Fischer
@ 2021-02-04 17:14 ` Peter Müller
0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2021-02-04 17:14 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2694 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> For details see:
> https://curl.se/changes.html
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> config/rootfiles/common/curl | 7 +++++++
> lfs/curl | 6 +++---
> 2 files changed, 10 insertions(+), 3 deletions(-)
>
> diff --git a/config/rootfiles/common/curl b/config/rootfiles/common/curl
> index f4240065e..a542bd6c9 100644
> --- a/config/rootfiles/common/curl
> +++ b/config/rootfiles/common/curl
> @@ -109,6 +109,7 @@ usr/lib/libcurl.so.4.7.0
> #usr/share/man/man3/CURLOPT_ALTSVC_CTRL.3
> #usr/share/man/man3/CURLOPT_APPEND.3
> #usr/share/man/man3/CURLOPT_AUTOREFERER.3
> +#usr/share/man/man3/CURLOPT_AWS_SIGV4.3
> #usr/share/man/man3/CURLOPT_BUFFERSIZE.3
> #usr/share/man/man3/CURLOPT_CAINFO.3
> #usr/share/man/man3/CURLOPT_CAPATH.3
> @@ -177,6 +178,12 @@ usr/lib/libcurl.so.4.7.0
> #usr/share/man/man3/CURLOPT_HEADERDATA.3
> #usr/share/man/man3/CURLOPT_HEADERFUNCTION.3
> #usr/share/man/man3/CURLOPT_HEADEROPT.3
> +#usr/share/man/man3/CURLOPT_HSTS.3
> +#usr/share/man/man3/CURLOPT_HSTSREADDATA.3
> +#usr/share/man/man3/CURLOPT_HSTSREADFUNCTION.3
> +#usr/share/man/man3/CURLOPT_HSTSWRITEDATA.3
> +#usr/share/man/man3/CURLOPT_HSTSWRITEFUNCTION.3
> +#usr/share/man/man3/CURLOPT_HSTS_CTRL.3
> #usr/share/man/man3/CURLOPT_HTTP09_ALLOWED.3
> #usr/share/man/man3/CURLOPT_HTTP200ALIASES.3
> #usr/share/man/man3/CURLOPT_HTTPAUTH.3
> diff --git a/lfs/curl b/lfs/curl
> index 1f188fc02..0d8f6a6fd 100644
> --- a/lfs/curl
> +++ b/lfs/curl
> @@ -1,7 +1,7 @@
> ###############################################################################
> # #
> # IPFire.org - A linux based firewall #
> -# Copyright (C) 2007-2020 IPFire Team <info(a)ipfire.org> #
> +# Copyright (C) 2007-2021 IPFire Team <info(a)ipfire.org> #
> # #
> # This program is free software: you can redistribute it and/or modify #
> # it under the terms of the GNU General Public License as published by #
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 7.73.0
> +VER = 7.75.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 = d7df02d3b78b625fee4dd765808a6eb6
> +$(DL_FILE)_MD5 = 9730df8636d67b4e256ebc49daf27246
>
> install : $(TARGET)
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-02-04 17:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-04 16:21 [PATCH] curl: Update to 7.75 Matthias Fischer
2021-02-04 17:14 ` Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox