Skip to content
Snippets Groups Projects
Commit 4ee40065 authored by achill (fossdd)'s avatar achill (fossdd) Committed by Natanael Copa
Browse files

main/curl: upgrade to 8.12.1

parent 17c73e0c
No related branches found
No related tags found
1 merge request!79956[3.18] main/curl: upgrade to 8.12.1
Pipeline #298961 skipped
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
# this aport from arch=all WILL be reverted. # this aport from arch=all WILL be reverted.
pkgname=curl pkgname=curl
pkgver=8.11.1 pkgver=8.12.1
pkgrel=1 pkgrel=0
pkgdesc="URL retrival utility and library" pkgdesc="URL retrival utility and library"
url="https://curl.se/" url="https://curl.se/"
arch="all" arch="all"
...@@ -26,6 +26,10 @@ options="net" # Required for running tests ...@@ -26,6 +26,10 @@ options="net" # Required for running tests
[ -n "$BOOTSTRAP" ] && options="$options !check" # remove python3 dependency [ -n "$BOOTSTRAP" ] && options="$options !check" # remove python3 dependency
# secfixes: # secfixes:
# 8.12.0-r0:
# - CVE-2025-0167
# - CVE-2025-0665
# - CVE-2025-0725
# 8.11.1-r0: # 8.11.1-r0:
# - CVE-2024-11053 # - CVE-2024-11053
# 8.11.0-r0: # 8.11.0-r0:
...@@ -241,5 +245,5 @@ libcurl() { ...@@ -241,5 +245,5 @@ libcurl() {
} }
sha512sums=" sha512sums="
7c7c47a49505575b610c56b455f0919ea5082a993bf5483eeb258ead167aadb87078d626b343b417dcfc5439c53556425c8fb4fe3b01b53a87b47c01686a3e57 curl-8.11.1.tar.xz 88915468fa1bb7256e3dd6c9d058ada6894faa1e3e7800c7d9bfee3e8be4081ae57e7f2bf260c5342b709499fc4302ddc2d7864e25bfa3300fa07f118a3de603 curl-8.12.1.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