]> git.pld-linux.org Git - packages/c-ares.git/commitdiff
up to 1.21.0 auto/th/c-ares-1.21.0-1
authorJan Palus <atler@pld-linux.org>
Fri, 27 Oct 2023 17:37:17 +0000 (19:37 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 27 Oct 2023 17:37:17 +0000 (19:37 +0200)
c-ares-resolv.conf-reading-is-not-fatal.patch
c-ares.spec

index 56e239c1e126b8ac5e14d6e87ad9a8b4d45e2add..8043879e3d4d97e5a69930027cb5636f78bba337 100644 (file)
@@ -1,34 +1,34 @@
---- c-ares-1.11.0/src/lib/ares_init.c.orig     2016-02-11 12:23:52.000000000 +0100
-+++ c-ares-1.11.0/src/lib/ares_init.c  2016-02-28 10:01:24.592903895 +0100
-@@ -1292,6 +1292,7 @@
-       switch(error) {
-       case ENOENT:
-       case ESRCH:
-+      case EACCES:
-         status = ARES_EOF;
-         break;
-       default:
-@@ -1319,6 +1320,7 @@
-         switch(error) {
+--- c-ares-1.21.0/src/lib/ares_init.c.orig     2023-10-27 19:28:18.116859697 +0200
++++ c-ares-1.21.0/src/lib/ares_init.c  2023-10-27 19:31:32.347894291 +0200
+@@ -1516,6 +1516,7 @@
+       switch (error) {
          case ENOENT:
          case ESRCH:
 +        case EACCES:
+           status = ARES_EOF;
            break;
          default:
-           DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n",
-@@ -1350,6 +1352,7 @@
-         switch(error) {
-         case ENOENT:
-         case ESRCH:
-+        case EACCES:
-           break;
-         default:
-           DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n",
-@@ -1381,6 +1384,7 @@
-         switch(error) {
-         case ENOENT:
-         case ESRCH:
-+        case EACCES:
-           break;
-         default:
-           DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n",
+@@ -1542,6 +1543,7 @@
+         switch (error) {
+           case ENOENT:
+           case ESRCH:
++          case EACCES:
+             break;
+           default:
+             DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n", error,
+@@ -1572,6 +1574,7 @@
+         switch (error) {
+           case ENOENT:
+           case ESRCH:
++          case EACCES:
+             break;
+           default:
+             DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n", error,
+@@ -1602,6 +1605,7 @@
+         switch (error) {
+           case ENOENT:
+           case ESRCH:
++          case EACCES:
+             break;
+           default:
+             DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n", error,
index 6bc4fd21a7bbd5c6490fc9fbeff87ab52d15129e..4ccfcaa09d516c5e0a74ebd24a02c55ee0487ef7 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       A library that performs asynchronous DNS operations
 Summary(pl.UTF-8):     Biblioteka do wykonywania asynchronicznych zapytaƄ DNS
 Name:          c-ares
-Version:       1.20.1
+Version:       1.21.0
 Release:       1
 License:       MIT
 Group:         Libraries
 #Source0Download: https://c-ares.haxx.se/
 Source0:       https://c-ares.haxx.se/download/%{name}-%{version}.tar.gz
-# Source0-md5: a35e8a925be1d2089da03655625c5b15
+# Source0-md5: cf0808e65175571ef23d7c4a6d4673d6
 Patch0:                %{name}-resolv.conf-reading-is-not-fatal.patch
 URL:           https://c-ares.haxx.se/
 BuildRequires: autoconf >= 2.60
This page took 0.179485 seconds and 4 git commands to generate.