[packages/curl] up to 8.18.0 (security fixes)
atler
atler at pld-linux.org
Wed Jan 7 19:09:35 CET 2026
commit df9446185afae52597f37f04165d81331fdfe8b7
Author: Jan Palus <atler at pld-linux.org>
Date: Wed Jan 7 19:05:26 2026 +0100
up to 8.18.0 (security fixes)
CVE-2025-15224
CVE-2025-15079
CVE-2025-14819
CVE-2025-14524
CVE-2025-14017
CVE-2025-13034
curl-krb5flags.patch | 6 +++---
curl.spec | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index f001c18..ba8f13d 100644
--- a/curl.spec
+++ b/curl.spec
@@ -25,12 +25,12 @@ Summary(pt_BR.UTF-8): Busca URL (suporta FTP, TELNET, LDAP, GOPHER, DICT, HTTP e
Summary(ru.UTF-8): Утилита для получения файлов с серверов FTP, HTTP и других
Summary(uk.UTF-8): Утиліта для отримання файлів з серверів FTP, HTTP та інших
Name: curl
-Version: 8.17.0
-Release: 2
+Version: 8.18.0
+Release: 1
License: MIT-like
Group: Applications/Networking
Source0: https://curl.se/download/%{name}-%{version}.tar.xz
-# Source0-md5: 7a9d4b772fc56d68479b0416f234105a
+# Source0-md5: dae6088bf7af69d3b0a87c762de92248
Patch0: %{name}-ac.patch
Patch1: %{name}-krb5flags.patch
URL: https://curl.se/
diff --git a/curl-krb5flags.patch b/curl-krb5flags.patch
index 4bac19c..0bd0f0b 100644
--- a/curl-krb5flags.patch
+++ b/curl-krb5flags.patch
@@ -3,15 +3,15 @@
@@ -1193,7 +1193,7 @@
fi
if test -z "$GSSAPI_INCS"; then
- if test -n "$host_alias" -a -f "$GSSAPI_ROOT/bin/$host_alias-krb5-config"; then
+ if test -n "$host_alias" && test -f "$GSSAPI_ROOT/bin/$host_alias-krb5-config"; then
- GSSAPI_INCS=`$GSSAPI_ROOT/bin/$host_alias-krb5-config --cflags gssapi`
+ GSSAPI_INCS=`CFLAGS= $GSSAPI_ROOT/bin/$host_alias-krb5-config --cflags gssapi`
elif test "$PKGCONFIG" != "no"; then
GSSAPI_INCS=`$PKGCONFIG --cflags mit-krb5-gssapi`
elif test -f "$KRB5CONFIG"; then
@@ -1288,7 +1288,7 @@
- if test -n "$host_alias" -a -f "$GSSAPI_ROOT/bin/$host_alias-krb5-config"; then
- dnl krb5-config doesn't have --libs-only-L or similar, put everything
+ if test -n "$host_alias" && test -f "$GSSAPI_ROOT/bin/$host_alias-krb5-config"; then
+ dnl krb5-config does not have --libs-only-L or similar, put everything
dnl into LIBS
- gss_libs=`$GSSAPI_ROOT/bin/$host_alias-krb5-config --libs gssapi`
+ gss_libs=`CFLAGS= $GSSAPI_ROOT/bin/$host_alias-krb5-config --libs gssapi`
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/curl.git/commitdiff/df9446185afae52597f37f04165d81331fdfe8b7
More information about the pld-cvs-commit
mailing list