]> git.pld-linux.org Git - packages/curl.git/commitdiff
up to 8.6.0 (fixes CVE-2024-0853) auto/th/curl-8.6.0-1
authorJan Palus <atler@pld-linux.org>
Thu, 1 Feb 2024 00:04:37 +0000 (01:04 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 1 Feb 2024 00:04:37 +0000 (01:04 +0100)
curl-ac.patch
curl.spec

index cd5591cbfb6a3473fabc9183dc1ae0e72d6a8a00..190baab22018676776d2e35384088ab260a5ced8 100644 (file)
@@ -1,12 +1,12 @@
-diff -urN curl-7.12.1.org/configure.ac curl-7.12.1/configure.ac
---- curl-7.12.1.org/configure.ac       2004-08-13 02:20:37.003335512 +0200
-+++ curl-7.12.1/configure.ac   2004-08-13 02:21:07.172749064 +0200
-@@ -392,7 +392,7 @@
+--- 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;
-  if (socket(AF_INET6, SOCK_STREAM, 0) < 0)
--   exit(1);
-+   exit(0);
-  else
-    exit(0);
+- return socket(AF_INET6, SOCK_STREAM, 0) < 0;
++ socket(AF_INET6, SOCK_STREAM, 0);
++ return 0;
  }
+ ]])
+ ],
index d392c377daa7425b58397de0cea7d19147d05711..6e5772fb67ff73915763ee30fa7562c903155270 100644 (file)
--- 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.5.0
+Version:       8.6.0
 Release:       1
 License:       MIT-like
 Group:         Applications/Networking
 Source0:       https://curl.se/download/%{name}-%{version}.tar.xz
-# Source0-md5: 3e9e5c2db494e7dbd4e7024b149021c9
+# Source0-md5: 8f28f7e08c91cc679a45fccf66184fbc
 Patch0:                %{name}-ac.patch
 Patch1:                %{name}-krb5flags.patch
 URL:           https://curl.se/
This page took 1.312115 seconds and 4 git commands to generate.