public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] curl: update to 7.73.0
@ 2020-11-03 14:36 Peter Müller
  0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2020-11-03 14:36 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2827 bytes --]

Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 config/rootfiles/common/curl | 9 ++++++++-
 lfs/curl                     | 4 ++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/config/rootfiles/common/curl b/config/rootfiles/common/curl
index 68926a0bb..f4240065e 100644
--- a/config/rootfiles/common/curl
+++ b/config/rootfiles/common/curl
@@ -6,6 +6,7 @@ usr/bin/curl
 #usr/include/curl/easy.h
 #usr/include/curl/mprintf.h
 #usr/include/curl/multi.h
+#usr/include/curl/options.h
 #usr/include/curl/stdcheaders.h
 #usr/include/curl/system.h
 #usr/include/curl/typecheck-gcc.h
@@ -13,7 +14,7 @@ usr/bin/curl
 #usr/lib/libcurl.la
 #usr/lib/libcurl.so
 usr/lib/libcurl.so.4
-usr/lib/libcurl.so.4.6.0
+usr/lib/libcurl.so.4.7.0
 #usr/lib/pkgconfig/libcurl.pc
 #usr/share/aclocal/libcurl.m4
 #usr/share/man/man1/curl-config.1
@@ -31,6 +32,7 @@ usr/lib/libcurl.so.4.6.0
 #usr/share/man/man3/CURLINFO_CONTENT_LENGTH_UPLOAD_T.3
 #usr/share/man/man3/CURLINFO_CONTENT_TYPE.3
 #usr/share/man/man3/CURLINFO_COOKIELIST.3
+#usr/share/man/man3/CURLINFO_EFFECTIVE_METHOD.3
 #usr/share/man/man3/CURLINFO_EFFECTIVE_URL.3
 #usr/share/man/man3/CURLINFO_FILETIME.3
 #usr/share/man/man3/CURLINFO_FILETIME_T.3
@@ -53,6 +55,7 @@ usr/lib/libcurl.so.4.6.0
 #usr/share/man/man3/CURLINFO_PRIVATE.3
 #usr/share/man/man3/CURLINFO_PROTOCOL.3
 #usr/share/man/man3/CURLINFO_PROXYAUTH_AVAIL.3
+#usr/share/man/man3/CURLINFO_PROXY_ERROR.3
 #usr/share/man/man3/CURLINFO_PROXY_SSL_VERIFYRESULT.3
 #usr/share/man/man3/CURLINFO_REDIRECT_COUNT.3
 #usr/share/man/man3/CURLINFO_REDIRECT_TIME.3
@@ -325,6 +328,7 @@ usr/lib/libcurl.so.4.6.0
 #usr/share/man/man3/CURLOPT_SSL_CIPHER_LIST.3
 #usr/share/man/man3/CURLOPT_SSL_CTX_DATA.3
 #usr/share/man/man3/CURLOPT_SSL_CTX_FUNCTION.3
+#usr/share/man/man3/CURLOPT_SSL_EC_CURVES.3
 #usr/share/man/man3/CURLOPT_SSL_ENABLE_ALPN.3
 #usr/share/man/man3/CURLOPT_SSL_ENABLE_NPN.3
 #usr/share/man/man3/CURLOPT_SSL_FALSESTART.3
@@ -381,6 +385,9 @@ usr/lib/libcurl.so.4.6.0
 #usr/share/man/man3/curl_easy_escape.3
 #usr/share/man/man3/curl_easy_getinfo.3
 #usr/share/man/man3/curl_easy_init.3
+#usr/share/man/man3/curl_easy_option_by_id.3
+#usr/share/man/man3/curl_easy_option_by_name.3
+#usr/share/man/man3/curl_easy_option_next.3
 #usr/share/man/man3/curl_easy_pause.3
 #usr/share/man/man3/curl_easy_perform.3
 #usr/share/man/man3/curl_easy_recv.3
diff --git a/lfs/curl b/lfs/curl
index 34dfe90e8..1f188fc02 100644
--- a/lfs/curl
+++ b/lfs/curl
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 7.71.1
+VER        = 7.73.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 = b54b386057846ce3edd3584b19741569
+$(DL_FILE)_MD5 = d7df02d3b78b625fee4dd765808a6eb6
 
 install : $(TARGET)
 
-- 
2.26.2

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-03 14:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-03 14:36 [PATCH] curl: update to 7.73.0 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