From 487b05138e3c6aac417d706b7ded73db32db81f4 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Wed, 26 Oct 2022 11:28:49 +0200 Subject: [PATCH] [notify] curl: update to 7.86.0 includes security fixes, see https://curl.se/docs/security.html --- curl/.footprint | 5 +++++ curl/.signature | 8 ++++---- curl/Pkgfile | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/curl/.footprint b/curl/.footprint index 98eba900..5a9269bf 100644 --- a/curl/.footprint +++ b/curl/.footprint @@ -15,6 +15,7 @@ drwxr-xr-x root/root usr/include/curl/ -rw-r--r-- root/root usr/include/curl/system.h -rw-r--r-- root/root usr/include/curl/typecheck-gcc.h -rw-r--r-- root/root usr/include/curl/urlapi.h +-rw-r--r-- root/root usr/include/curl/websockets.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libcurl.a -rwxr-xr-x root/root usr/lib/libcurl.la @@ -411,6 +412,7 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/CURLOPT_WILDCARDMATCH.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_WRITEDATA.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_WRITEFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_WS_OPTIONS.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_XFERINFODATA.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_XFERINFOFUNCTION.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_XOAUTH2_BEARER.3.gz @@ -496,6 +498,9 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/curl_url_strerror.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_version.3.gz -rw-r--r-- root/root usr/share/man/man3/curl_version_info.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_ws_meta.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_ws_recv.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_ws_send.3.gz -rw-r--r-- root/root usr/share/man/man3/libcurl-easy.3.gz -rw-r--r-- root/root usr/share/man/man3/libcurl-env.3.gz -rw-r--r-- root/root usr/share/man/man3/libcurl-errors.3.gz diff --git a/curl/.signature b/curl/.signature index 30d856f8..6f738de0 100644 --- a/curl/.signature +++ b/curl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqvVy7xzZlpTjRBPFFWTsJUOMGTGioZsUHD+BkHlRNp3WaNERC6Td7p81iiw9Y5owSGJboUmFcVCO+Ob1/6yPKQ4= -SHA256 (Pkgfile) = fd81c04d01baa7af4aa0c06ba56b4bd58abaff205e5f5514603b181ed047aa93 -SHA256 (.footprint) = 00f4a9a57d3c5f0f59c8d94d519e5b22597d1cb6b744611317c7996d9cb4cb79 -SHA256 (curl-7.85.0.tar.xz) = 88b54a6d4b9a48cb4d873c7056dcba997ddd5b7be5a2d537a4acb55c20b04be6 +RWRJc1FUaeVeqlEyiv9LRc+EH/PGE2uDk6Zka9FGEkfD0joAiniAJEUaPXt+C6AZgUbBv9IrUxMS5II6DsKp28SBAhUBTo22+gU= +SHA256 (Pkgfile) = 74d95cd808ebc2a7cdac6e81a56ef744d7d2a5b185bdb0ab8930025b81e2131f +SHA256 (.footprint) = c4b7ee93b96c0400cfea80f2387b0c3b7447b4fd0feb0d83046da638a95276a1 +SHA256 (curl-7.86.0.tar.xz) = 2d61116e5f485581f6d59865377df4463f2e788677ac43222b496d4e49fb627b diff --git a/curl/Pkgfile b/curl/Pkgfile index f214ea33..914a6844 100644 --- a/curl/Pkgfile +++ b/curl/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libnghttp2 openssl zlib zstd name=curl -version=7.85.0 +version=7.86.0 release=1 source=(https://curl.haxx.se/download/$name-$version.tar.xz)