From patchwork Tue Nov 3 14:36:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 3635 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4CQXQv6DVVz3why for ; Tue, 3 Nov 2020 14:36:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4CQXQt41Pgzs5; Tue, 3 Nov 2020 14:36:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4CQXQt1m37z2yXQ; Tue, 3 Nov 2020 14:36:22 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4CQXQs2mV0z2xnv for ; Tue, 3 Nov 2020 14:36:21 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4CQXQr0FT8zRh for ; Tue, 3 Nov 2020 14:36:19 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1604414180; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=DutHuiHqRRBRHSx0150nAD+yUXeFgANkeQzKRxNR664=; b=YhkA+H2y7mmr3WniUUNMu38/4JhiNE2VXH9Dl7+4nhVHj5H9lrInM0/MNItrNmSg/jq0Dt d/UPd9/WAUasbxDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1604414180; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=DutHuiHqRRBRHSx0150nAD+yUXeFgANkeQzKRxNR664=; b=OJ5+WvpS2ewTRmWnNhTwaHYOGj3caGs3WM51oJrmRBiVFBo5KB+Ts7yKI9+/xMei4f7QF4 cWkARtI5t1wubPyxjfXwWEZOwk8d0+8QWBgzNWJ0cF2UnoKcjEZgGlpCA7FmSTsIrvRqvU Ty81sqzYKxKN9Sge9/ZJdY40KXcvnfiN7PXxU2NvYbO2p1KiZh4S4ZxZcl1YWkIq6WrAjv MDjrJjwDjIOc1Jz3EQV/g5mDpONgFxeY9tUJPs5cKLliUgZgW35gVs98+o9yEJazIayI2z uR6qJ7YuLdeeDtRUiOGDj2xK2f2jbOqR0C3RDJi9K91Nbl64eIxwF2Ib64nW+g== To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] curl: update to 7.73.0 Message-ID: <9a10b34f-8980-5101-4f6e-22f4207e11df@ipfire.org> Date: Tue, 3 Nov 2020 15:36:18 +0100 MIME-Version: 1.0 Content-Language: en-US X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Peter Müller --- 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)