From 6cf5a60d6493450167cc9d2528e562bf8c1f7c82 Mon Sep 17 00:00:00 2001
From: Sertonix <sertonix@posteo.net>
Date: Wed, 5 Feb 2025 10:26:26 +0100
Subject: [PATCH] main/curl: security upgrade to 8.12.0

https://curl.se/ch/8.12.0.html
---
 main/curl/APKBUILD | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/main/curl/APKBUILD b/main/curl/APKBUILD
index 23cbf796edd4..3a108558c872 100644
--- a/main/curl/APKBUILD
+++ b/main/curl/APKBUILD
@@ -8,7 +8,7 @@
 # this aport from arch=all WILL be reverted.
 
 pkgname=curl
-pkgver=8.11.1
+pkgver=8.12.0
 pkgrel=0
 pkgdesc="URL retrival utility and library"
 url="https://curl.se/"
@@ -26,6 +26,10 @@ options="net" # Required for running tests
 [ -n "$BOOTSTRAP" ] && options="$options !check" # remove python3 dependency
 
 # secfixes:
+#   8.12.0-r0:
+#     - CVE-2025-0167
+#     - CVE-2025-0665
+#     - CVE-2025-0725
 #   8.11.1-r0:
 #     - CVE-2024-11053
 #   8.11.0-r0:
@@ -241,5 +245,5 @@ libcurl() {
 }
 
 sha512sums="
-7c7c47a49505575b610c56b455f0919ea5082a993bf5483eeb258ead167aadb87078d626b343b417dcfc5439c53556425c8fb4fe3b01b53a87b47c01686a3e57  curl-8.11.1.tar.xz
+ed35f0020541050ce387f4ba80f9e87562ececd99082da1bae85840dee81c49b86a4a55909e15fcbf4eb116106a796c29a9b2678dee11326f80db75992c6edc5  curl-8.12.0.tar.xz
 "
-- 
GitLab