Skip to content
Snippets Groups Projects
Commit 7024a0fb authored by Celeste's avatar Celeste Committed by Natanael Copa
Browse files

main/curl: security upgrade to 8.5.0

- CVE-2023-46218
- CVE-2023-46219
parent 4d7199f6
No related branches found
No related tags found
1 merge request!56818main/curl: security upgrade to 8.5.0 & run tests in parallel
......@@ -8,7 +8,7 @@
# this aport from arch=all WILL be reverted.
pkgname=curl
pkgver=8.4.0
pkgver=8.5.0
pkgrel=0
pkgdesc="URL retrival utility and library"
url="https://curl.se/"
......@@ -35,6 +35,9 @@ options="net" # Required for running tests
[ -n "$BOOTSTRAP" ] && options="$options !check" # remove python3 dependency
# secfixes:
# 8.5.0-r0:
# - CVE-2023-46218
# - CVE-2023-46219
# 8.4.0-r0:
# - CVE-2023-38545
# - CVE-2023-38546
......@@ -224,5 +227,5 @@ libcurl() {
}
sha512sums="
7027dbf3b759b39d6ec9c4da58fadd254e84bb93bff599541b3bc3135bad4c2955c6237d7ddd60973f9f1a6948bc32d7e312985fb50658bc958b9f22fee74f2b curl-8.4.0.tar.xz
acffa2cf61d9b8e4188575a1b40227da8d722df2e5fe8bb82a222b4eb2fd64bf8aebd90852ce050c79fb5e517d5cee2546bf7de92ede1dd394263e231cb741a3 curl-8.5.0.tar.xz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment