commit e297e522a1666b5c7a579e0db0c411e1db166b64
Author: Jan Palus <[email protected]>
Date:   Wed Nov 6 13:33:53 2024 +0100

    up to 8.11.0 (fixes CVE-2024-9681)

 curl-ac.patch | 18 +++++++++---------
 curl.spec     |  4 ++--
 2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index be7c6db..ef8d460 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.10.1
+Version:       8.11.0
 Release:       1
 License:       MIT-like
 Group:         Applications/Networking
 Source0:       https://curl.se/download/%{name}-%{version}.tar.xz
-# Source0-md5: 48adc57e11f543adbbbe86bdea98ca1f
+# Source0-md5: 49dd886ac84ed3de693464f78f1ee926
 Patch0:                %{name}-ac.patch
 Patch1:                %{name}-krb5flags.patch
 URL:           https://curl.se/
diff --git a/curl-ac.patch b/curl-ac.patch
index 190baab..3d8915c 100644
--- a/curl-ac.patch
+++ b/curl-ac.patch
@@ -1,12 +1,12 @@
 --- curl-8.6.0/configure.ac.orig       2024-02-01 00:31:28.101062850 +0100
 +++ curl-8.6.0/configure.ac    2024-02-01 00:53:46.029103873 +0100
 @@ -1660,7 +1660,8 @@
- {
-  struct sockaddr_in6 s;
-  (void)s;
-- return socket(AF_INET6, SOCK_STREAM, 0) < 0;
-+ socket(AF_INET6, SOCK_STREAM, 0);
-+ return 0;
- }
- ]])
- ],
+     {
+       struct sockaddr_in6 s;
+       (void)s;
+-      return socket(AF_INET6, SOCK_STREAM, 0) < 0;
++      socket(AF_INET6, SOCK_STREAM, 0);
++      return 0;
+     }
+   ]])
+   ],
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/curl.git/commitdiff/e297e522a1666b5c7a579e0db0c411e1db166b64

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to