From 7db5167ae3eae9f4068afe4666bda301d70c9a50 Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Wed, 12 Jul 2023 20:21:16 +0200 Subject: [PATCH] Update curl to 8.1.2 WebKit needs a newer version than what we currently have. --- net-misc/curl/additional-files/curl.rdef | 2 +- net-misc/curl/{curl-7.85.0.recipe => curl-8.1.2.recipe} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename net-misc/curl/{curl-7.85.0.recipe => curl-8.1.2.recipe} (96%) diff --git a/net-misc/curl/additional-files/curl.rdef b/net-misc/curl/additional-files/curl.rdef index 8326de985..b08d8b94b 100644 --- a/net-misc/curl/additional-files/curl.rdef +++ b/net-misc/curl/additional-files/curl.rdef @@ -6,5 +6,5 @@ resource app_version { variety = B_APPV_FINAL, internal = 0, short_info = "curl", - long_info = "curl ©1996-2019 Daniel Stenberg" + long_info = "curl ©1996-2023 Daniel Stenberg" }; diff --git a/net-misc/curl/curl-7.85.0.recipe b/net-misc/curl/curl-8.1.2.recipe similarity index 96% rename from net-misc/curl/curl-7.85.0.recipe rename to net-misc/curl/curl-8.1.2.recipe index 7936c303e..dec6bbd18 100644 --- a/net-misc/curl/curl-7.85.0.recipe +++ b/net-misc/curl/curl-8.1.2.recipe @@ -7,11 +7,11 @@ based upload, proxies, cookies, user+password authentication (Basic, Digest, \ NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a \ busload of other useful tricks." HOMEPAGE="https://curl.haxx.se/" -COPYRIGHT="1996-2022 Daniel Stenberg" +COPYRIGHT="1996-2023 Daniel Stenberg" LICENSE="Curl" -REVISION="2" +REVISION="1" SOURCE_URI="https://curl.haxx.se/download/curl-$portVersion.tar.bz2" -CHECKSUM_SHA256="21a7e83628ee96164ac2b36ff6bf99d467c7b0b621c1f7e317d8f0d96011539c" +CHECKSUM_SHA256="b54974d32fd610acace92e3df1f643144015ac65847f0a041fdc17db6f43f243" ADDITIONAL_FILES="curl.rdef" ARCHITECTURES="all ?arm ?ppc"