| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a656cf6 commit 257004c
107 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,10 +12,10 @@ INCLUDE (CheckCSourceCompiles) | |||
| 12 | 12 | INCLUDE (CheckStructHasMember) | |
| 13 | 13 | INCLUDE (CheckLibraryExists) | |
| 14 | 14 | ||
| 15 | - PROJECT (c-ares LANGUAGES C VERSION "1.28.1" ) | ||
| 15 | + PROJECT (c-ares LANGUAGES C VERSION "1.29.0" ) | ||
| 16 | 16 | ||
| 17 | 17 | # Set this version before release | |
| 18 | - SET (CARES_VERSION "1.28.1") | ||
| 18 | + SET (CARES_VERSION "1.29.0") | ||
| 19 | 19 | ||
| 20 | 20 | INCLUDE (GNUInstallDirs) # include this *AFTER* PROJECT(), otherwise paths are wrong. | |
| 21 | 21 | ||
@@ -30,7 +30,7 @@ INCLUDE (GNUInstallDirs) # include this *AFTER* PROJECT(), otherwise paths are w | |||
| 30 | 30 | # For example, a version of 4:0:2 would generate output such as: | |
| 31 | 31 | # libname.so -> libname.so.2 | |
| 32 | 32 | # libname.so.2 -> libname.so.2.2.0 | |
| 33 | - SET (CARES_LIB_VERSIONINFO "15:1:13") | ||
| 33 | + SET (CARES_LIB_VERSIONINFO "16:0:14") | ||
| 34 | 34 | ||
| 35 | 35 | ||
| 36 | 36 | OPTION (CARES_STATIC "Build as a static library" OFF) | |
@@ -172,7 +172,7 @@ return 0; | |||
| 172 | 172 | MACOS_V1012) | |
| 173 | 173 | ENDIF () | |
| 174 | 174 | ||
| 175 | - IF ((IOS OR APPLE OR ZOS) AND HAVE_LIBRESOLV) | ||
| 175 | + IF (ZOS AND HAVE_LIBRESOLV) | ||
| 176 | 176 | SET (CARES_USE_LIBRESOLV 1) | |
| 177 | 177 | ENDIF() | |
| 178 | 178 | ||
@@ -227,7 +227,6 @@ CHECK_INCLUDE_FILES (sys/select.h HAVE_SYS_SELECT_H) | |||
| 227 | 227 | CHECK_INCLUDE_FILES (sys/stat.h HAVE_SYS_STAT_H) | |
| 228 | 228 | CHECK_INCLUDE_FILES (sys/time.h HAVE_SYS_TIME_H) | |
| 229 | 229 | CHECK_INCLUDE_FILES (sys/uio.h HAVE_SYS_UIO_H) | |
| 230 | - CHECK_INCLUDE_FILES (sys/random.h HAVE_SYS_RANDOM_H) | ||
| 231 | 230 | CHECK_INCLUDE_FILES (sys/event.h HAVE_SYS_EVENT_H) | |
| 232 | 231 | CHECK_INCLUDE_FILES (sys/epoll.h HAVE_SYS_EPOLL_H) | |
| 233 | 232 | CHECK_INCLUDE_FILES (ifaddrs.h HAVE_IFADDRS_H) | |
@@ -341,7 +340,6 @@ CARES_EXTRAINCLUDE_IFSET (HAVE_SYS_SOCKIO_H sys/sockio.h) | |||
| 341 | 340 | CARES_EXTRAINCLUDE_IFSET (HAVE_SYS_TIME_H sys/time.h) | |
| 342 | 341 | CARES_EXTRAINCLUDE_IFSET (HAVE_SYS_STAT_H sys/stat.h) | |
| 343 | 342 | CARES_EXTRAINCLUDE_IFSET (HAVE_SYS_UIO_H sys/uio.h) | |
| 344 | - CARES_EXTRAINCLUDE_IFSET (HAVE_SYS_RANDOM_H sys/random.h) | ||
| 345 | 343 | CARES_EXTRAINCLUDE_IFSET (HAVE_SYS_EVENT_H sys/event.h) | |
| 346 | 344 | CARES_EXTRAINCLUDE_IFSET (HAVE_SYS_EPOLL_H sys/epoll.h) | |
| 347 | 345 | CARES_EXTRAINCLUDE_IFSET (HAVE_TIME_H time.h) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | # [](https://c-ares.org/) | |
| 2 | 2 | ||
| 3 | 3 | [](https://cirrus-ci.com/github/c-ares/c-ares) | |
| 4 | - [](https://ci.appveyor.com/project/c-ares/c-ares/branch/master) | ||
| 4 | + [](https://ci.appveyor.com/project/c-ares/c-ares/branch/main) | ||
| 5 | 5 | [](https://coveralls.io/github/c-ares/c-ares) | |
| 6 | 6 | [](https://bestpractices.coreinfrastructure.org/projects/291) | |
| 7 | 7 | [](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:c-ares) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,49 +1,42 @@ | |||
| 1 | - ## c-ares version 1.28.1 - Mar 30 2024 | ||
| 2 | - | ||
| 3 | - This release contains a fix for a single significant regression introduced | ||
| 4 | - in c-ares 1.28.0. | ||
| 5 | - | ||
| 6 | - * `ares_search()` and `ares_getaddrinfo()` resolution fails if no search domains | ||
| 7 | - are specified. [Issue #737](https://github.com/c-ares/c-ares/issues/737) | ||
| 8 | - | ||
| 9 | - | ||
| 10 | - ## c-ares version 1.28.0 - Mar 29 2024 | ||
| 1 | + ## c-ares version 1.29.0 - May 24 2024 | ||
| 11 | 2 | ||
| 12 | 3 | This is a feature and bugfix release. | |
| 13 | 4 | ||
| 14 | 5 | Features: | |
| 15 | 6 | ||
| 16 | - * Emit warnings when deprecated c-ares functions are used. This can be | ||
| 17 | - disabled by passing a compiler definition of `CARES_NO_DEPRECATED`. [PR #732](https://github.com/c-ares/c-ares/pull/732) | ||
| 18 | - * Add function `ares_search_dnsrec()` to search for records using the new DNS | ||
| 19 | - record data structures. [PR #719](https://github.com/c-ares/c-ares/pull/719) | ||
| 20 | - * Rework internals to pass around `ares_dns_record_t` instead of binary data, | ||
| 21 | - this introduces new public functions of `ares_query_dnsrec()` and | ||
| 22 | - `ares_send_dnsrec()`. [PR #730](https://github.com/c-ares/c-ares/pull/730) | ||
| 7 | + * When using `ARES_OPT_EVENT_THREAD`, automatically reload system configuration | ||
| 8 | + when network conditions change. [PR #759](https://github.com/c-ares/c-ares/pull/759) | ||
| 9 | + * Apple: reimplement DNS configuration reading to more accurately pull DNS | ||
| 10 | + settings. [PR #750](https://github.com/c-ares/c-ares/pull/750) | ||
| 11 | + * Add observability into DNS server health via a server state callback, invoked | ||
| 12 | + whenever a query finishes. [PR #744](https://github.com/c-ares/c-ares/pull/744) | ||
| 13 | + * Add server failover retry behavior, where failed servers are retried with | ||
| 14 | + small probability after a minimum delay. [PR #731](https://github.com/c-ares/c-ares/pull/731) | ||
| 23 | 15 | ||
| 24 | 16 | Changes: | |
| 25 | 17 | ||
| 26 | - * tests: when performing simulated queries, reduce timeouts to make tests run | ||
| 27 | - faster | ||
| 28 | - * Replace configuration file parsers with memory-safe parser. [PR #725](https://github.com/c-ares/c-ares/pull/725) | ||
| 29 | - * Remove `acountry` completely, the manpage might still get installed otherwise. [Issue #718](https://github.com/c-ares/c-ares/pull/718) | ||
| 18 | + * Mark `ares_channel_t *` as const in more places in the public API. [PR #758](https://github.com/c-ares/c-ares/pull/758) | ||
| 30 | 19 | ||
| 31 | 20 | Bugfixes: | |
| 32 | 21 | ||
| 33 | - * CMake: don't overwrite global required libraries/definitions/includes which | ||
| 34 | - could cause build errors for projects chain building c-ares. [Issue #729](https://github.com/c-ares/c-ares/issues/729) | ||
| 35 | - * On some platforms, `netinet6/in6.h` is not included by `netinet/in.h` | ||
| 36 | - and needs to be included separately. [PR #728](https://github.com/c-ares/c-ares/pull/728) | ||
| 37 | - * Fix a potential memory leak in `ares_init()`. [Issue #724](https://github.com/c-ares/c-ares/issues/724) | ||
| 38 | - * Some platforms don't have the `isascii()` function. Implement as a macro. [PR #721](https://github.com/c-ares/c-ares/pull/721) | ||
| 39 | - * CMake: Fix Chain building if CMAKE runtime paths not set | ||
| 40 | - * NDots configuration should allow a value of zero. [PR #735](https://github.com/c-ares/c-ares/pull/735) | ||
| 22 | + * Due to a logic flaw dns name compression writing was not properly implemented | ||
| 23 | + which would result in the name prefix not being written for a partial match. | ||
| 24 | + This could cause issues in various record types such as MX records when using | ||
| 25 | + the deprecated API. Regression introduced in 1.28.0. [Issue #757](https://github.com/c-ares/c-ares/issues/757) | ||
| 26 | + * Revert OpenBSD `SOCK_DNS` flag, it doesn't do what the docs say it does and | ||
| 27 | + causes c-ares to become non-functional. [PR #754](https://github.com/c-ares/c-ares/pull/754) | ||
| 28 | + * `ares_getnameinfo()`: loosen validation on `salen` parameter. [Issue #752](https://github.com/c-ares/c-ares/issues/752) | ||
| 29 | + * cmake: Android requires C99. [PR #748](https://github.com/c-ares/c-ares/pull/748) | ||
| 30 | + * `ares_queue_wait_empty()` does not honor timeout_ms >= 0. [Issue #742](https://github.com/c-ares/c-ares/pull/742) | ||
| 41 | 31 | ||
| 42 | - Thanks go to these friendly people for their efforts and contributions for this release: | ||
| 32 | + Thanks go to these friendly people for their efforts and contributions for this | ||
| 33 | + release: | ||
| 43 | 34 | ||
| 44 | 35 | * Brad House (@bradh352) | |
| 45 | - * Cristian Rodríguez (@crrodriguez) | ||
| 46 | 36 | * Daniel Stenberg (@bagder) | |
| 47 | - * Faraz (@farazrbx) | ||
| 48 | - * Faraz Fallahi (@fffaraz) | ||
| 37 | + * David Hotham (@dimbleby) | ||
| 38 | + * Jiwoo Park (@jimmy-park) | ||
| 49 | 39 | * Oliver Welsh (@oliverwelsh) | |
| 40 | + * Volker Schlecht (@VlkrS) | ||
| 41 | + | ||
| 42 | + | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -43,7 +43,7 @@ announcement. | |||
| 43 | 43 | ||
| 44 | 44 | - If the report is rejected, the team writes to the reporter to explain why. | |
| 45 | 45 | ||
| 46 | - - If the report is accepted, the team writes to the reporter to let him/her | ||
| 46 | + - If the report is accepted, the team writes to the reporter to let them | ||
| 47 | 47 | know it is accepted and that they are working on a fix. | |
| 48 | 48 | ||
| 49 | 49 | - The security team discusses the problem, works out a fix, considers the | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | ||
| 2 | 2 | # aminclude_static.am generated automatically by Autoconf | |
| 3 | - # from AX_AM_MACROS_STATIC on Sat Mar 30 16:17:17 CET 2024 | ||
| 3 | + # from AX_AM_MACROS_STATIC on Fri May 24 08:50:03 CEST 2024 | ||
| 4 | 4 | ||
| 5 | 5 | ||
| 6 | 6 | # Code coverage | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,6 +21,8 @@ | |||
| 21 | 21 | 'src/lib/ares__htable_strvp.h', | |
| 22 | 22 | 'src/lib/ares__htable_szvp.c', | |
| 23 | 23 | 'src/lib/ares__htable_szvp.h', | |
| 24 | + 'src/lib/ares__htable_vpvp.c', | ||
| 25 | + 'src/lib/ares__htable_vpvp.h', | ||
| 24 | 26 | 'src/lib/ares__iface_ips.c', | |
| 25 | 27 | 'src/lib/ares__iface_ips.h', | |
| 26 | 28 | 'src/lib/ares__llist.c', | |
@@ -46,6 +48,7 @@ | |||
| 46 | 48 | 'src/lib/ares_dns_record.c', | |
| 47 | 49 | 'src/lib/ares_dns_private.h', | |
| 48 | 50 | 'src/lib/ares_dns_write.c', | |
| 51 | + 'src/lib/ares_event_configchg.c', | ||
| 49 | 52 | 'src/lib/ares_event.h', | |
| 50 | 53 | 'src/lib/ares_event_win32.h', | |
| 51 | 54 | 'src/lib/ares_event_epoll.c', | |
@@ -113,6 +116,11 @@ | |||
| 113 | 116 | 'src/tools/ares_getopt.c', | |
| 114 | 117 | 'src/tools/ares_getopt.h', | |
| 115 | 118 | ], | |
| 119 | + 'cares_sources_mac': [ | ||
| 120 | + 'config/darwin/ares_config.h', | ||
| 121 | + 'src/lib/ares_sysconfig_mac.c', | ||
| 122 | + 'src/lib/thirdparty/apple/dnsinfo.h', | ||
| 123 | + ], | ||
| 116 | 124 | 'cares_sources_win': [ | |
| 117 | 125 | 'src/lib/config-win32.h', | |
| 118 | 126 | 'src/lib/windows_port.c', | |
@@ -206,7 +214,9 @@ | |||
| 206 | 214 | }], | |
| 207 | 215 | [ 'OS=="mac" or OS=="ios"', { | |
| 208 | 216 | 'include_dirs': [ 'config/darwin' ], | |
| 209 | - 'sources': [ 'config/darwin/ares_config.h' ] | ||
| 217 | + 'sources': [ | ||
| 218 | + '<@(cares_sources_mac)', | ||
| 219 | + ] | ||
| 210 | 220 | }], | |
| 211 | 221 | [ 'OS=="freebsd" or OS=="dragonflybsd"', { | |
| 212 | 222 | 'include_dirs': [ 'config/freebsd' ], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | #! /bin/sh | |
| 2 | 2 | # Guess values for system-dependent variables and create Makefiles. | |
| 3 | - # Generated by GNU Autoconf 2.71 for c-ares 1.28.1. | ||
| 3 | + # Generated by GNU Autoconf 2.71 for c-ares 1.29.0. | ||
| 4 | 4 | # | |
| 5 | 5 | # Report bugs to <c-ares mailing list: http://lists.haxx.se/listinfo/c-ares>. | |
| 6 | 6 | # | |
@@ -621,8 +621,8 @@ MAKEFLAGS= | |||
| 621 | 621 | # Identity of this package. | |
| 622 | 622 | PACKAGE_NAME='c-ares' | |
| 623 | 623 | PACKAGE_TARNAME='c-ares' | |
| 624 | - PACKAGE_VERSION='1.28.1' | ||
| 625 | - PACKAGE_STRING='c-ares 1.28.1' | ||
| 624 | + PACKAGE_VERSION='1.29.0' | ||
| 625 | + PACKAGE_STRING='c-ares 1.29.0' | ||
| 626 | 626 | PACKAGE_BUGREPORT='c-ares mailing list: http://lists.haxx.se/listinfo/c-ares' | |
| 627 | 627 | PACKAGE_URL='' | |
| 628 | 628 | ||
@@ -1420,7 +1420,7 @@ if test "$ac_init_help" = "long"; then | |||
| 1420 | 1420 | # Omit some internal or obsolete options to make the list less imposing. | |
| 1421 | 1421 | # This message is too long to be a string in the A/UX 3.1 sh. | |
| 1422 | 1422 | cat <<_ACEOF | |
| 1423 | - \`configure' configures c-ares 1.28.1 to adapt to many kinds of systems. | ||
| 1423 | + \`configure' configures c-ares 1.29.0 to adapt to many kinds of systems. | ||
| 1424 | 1424 | ||
| 1425 | 1425 | Usage: $0 [OPTION]... [VAR=VALUE]... | |
| 1426 | 1426 | ||
@@ -1491,7 +1491,7 @@ fi | |||
| 1491 | 1491 | ||
| 1492 | 1492 | if test -n "$ac_init_help"; then | |
| 1493 | 1493 | case $ac_init_help in | |
| 1494 | - short | recursive ) echo "Configuration of c-ares 1.28.1:";; | ||
| 1494 | + short | recursive ) echo "Configuration of c-ares 1.29.0:";; | ||
| 1495 | 1495 | esac | |
| 1496 | 1496 | cat <<\_ACEOF | |
| 1497 | 1497 | ||
@@ -1627,7 +1627,7 @@ fi | |||
| 1627 | 1627 | test -n "$ac_init_help" && exit $ac_status | |
| 1628 | 1628 | if $ac_init_version; then | |
| 1629 | 1629 | cat <<\_ACEOF | |
| 1630 | - c-ares configure 1.28.1 | ||
| 1630 | + c-ares configure 1.29.0 | ||
| 1631 | 1631 | generated by GNU Autoconf 2.71 | |
| 1632 | 1632 | ||
| 1633 | 1633 | Copyright (C) 2021 Free Software Foundation, Inc. | |
@@ -2251,7 +2251,7 @@ cat >config.log <<_ACEOF | |||
| 2251 | 2251 | This file contains any messages produced by compilers while | |
| 2252 | 2252 | running configure, to aid debugging if configure makes a mistake. | |
| 2253 | 2253 | ||
| 2254 | - It was created by c-ares $as_me 1.28.1, which was | ||
| 2254 | + It was created by c-ares $as_me 1.29.0, which was | ||
| 2255 | 2255 | generated by GNU Autoconf 2.71. Invocation command line was | |
| 2256 | 2256 | ||
| 2257 | 2257 | $ $0$ac_configure_args_raw | |
@@ -3225,7 +3225,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
| 3225 | 3225 | ||
| 3226 | 3226 | ||
| 3227 | 3227 | ||
| 3228 | - CARES_VERSION_INFO="15:1:13" | ||
| 3228 | + CARES_VERSION_INFO="16:0:14" | ||
| 3229 | 3229 | ||
| 3230 | 3230 | ||
| 3231 | 3231 | ||
@@ -5907,7 +5907,7 @@ fi | |||
| 5907 | 5907 | ||
| 5908 | 5908 | # Define the identity of the package. | |
| 5909 | 5909 | PACKAGE='c-ares' | |
| 5910 | - VERSION='1.28.1' | ||
| 5910 | + VERSION='1.29.0' | ||
| 5911 | 5911 | ||
| 5912 | 5912 | ||
| 5913 | 5913 | printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h | |
@@ -20946,79 +20946,6 @@ esac | |||
| 20946 | 20946 | { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $need_xnet" >&5 | |
| 20947 | 20947 | printf "%s\n" "$need_xnet" >&6; } | |
| 20948 | 20948 | ||
| 20949 | - if test "x$host_vendor" = "xapple" | ||
| 20950 | - then : | ||
| 20951 | - | ||
| 20952 | - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing res_servicename" >&5 | ||
| 20953 | - printf %s "checking for library containing res_servicename... " >&6; } | ||
| 20954 | - if test ${ac_cv_search_res_servicename+y} | ||
| 20955 | - then : | ||
| 20956 | - printf %s "(cached) " >&6 | ||
| 20957 | - else $as_nop | ||
| 20958 | - ac_func_search_save_LIBS=$LIBS | ||
| 20959 | - cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 20960 | - /* end confdefs.h. */ | ||
| 20961 | - | ||
| 20962 | - /* Override any GCC internal prototype to avoid an error. | ||
| 20963 | - Use char because int might match the return type of a GCC | ||
| 20964 | - builtin and then its argument prototype would still apply. */ | ||
| 20965 | - char res_servicename (); | ||
| 20966 | - int | ||
| 20967 | - main (void) | ||
| 20968 | - { | ||
| 20969 | - return res_servicename (); | ||
| 20970 | - ; | ||
| 20971 | - return 0; | ||
| 20972 | - } | ||
| 20973 | - _ACEOF | ||
| 20974 | - for ac_lib in '' resolv | ||
| 20975 | - do | ||
| 20976 | - if test -z "$ac_lib"; then | ||
| 20977 | - ac_res="none required" | ||
| 20978 | - else | ||
| 20979 | - ac_res=-l$ac_lib | ||
| 20980 | - LIBS="-l$ac_lib $ac_func_search_save_LIBS" | ||
| 20981 | - fi | ||
| 20982 | - if ac_fn_c_try_link "$LINENO" | ||
| 20983 | - then : | ||
| 20984 | - ac_cv_search_res_servicename=$ac_res | ||
| 20985 | - fi | ||
| 20986 | - rm -f core conftest.err conftest.$ac_objext conftest.beam \ | ||
| 20987 | - conftest$ac_exeext | ||
| 20988 | - if test ${ac_cv_search_res_servicename+y} | ||
| 20989 | - then : | ||
| 20990 | - break | ||
| 20991 | - fi | ||
| 20992 | - done | ||
| 20993 | - if test ${ac_cv_search_res_servicename+y} | ||
| 20994 | - then : | ||
| 20995 | - | ||
| 20996 | - else $as_nop | ||
| 20997 | - ac_cv_search_res_servicename=no | ||
| 20998 | - fi | ||
| 20999 | - rm conftest.$ac_ext | ||
| 21000 | - LIBS=$ac_func_search_save_LIBS | ||
| 21001 | - fi | ||
| 21002 | - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_res_servicename" >&5 | ||
| 21003 | - printf "%s\n" "$ac_cv_search_res_servicename" >&6; } | ||
| 21004 | - ac_res=$ac_cv_search_res_servicename | ||
| 21005 | - if test "$ac_res" != no | ||
| 21006 | - then : | ||
| 21007 | - test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | ||
| 21008 | - | ||
| 21009 | - | ||
| 21010 | - printf "%s\n" "#define CARES_USE_LIBRESOLV 1" >>confdefs.h | ||
| 21011 | - | ||
| 21012 | - | ||
| 21013 | - else $as_nop | ||
| 21014 | - | ||
| 21015 | - as_fn_error $? "Unable to find libresolv which is required for iPhone targets" "$LINENO" 5 | ||
| 21016 | - | ||
| 21017 | - fi | ||
| 21018 | - | ||
| 21019 | - | ||
| 21020 | - fi | ||
| 21021 | - | ||
| 21022 | 20949 | if test "x$host_vendor" = "xibm" -a "x$host_os" = "xopenedition" | |
| 21023 | 20950 | then : | |
| 21024 | 20951 | ||
@@ -25956,7 +25883,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |||
| 25956 | 25883 | # report actual input values of CONFIG_FILES etc. instead of their | |
| 25957 | 25884 | # values after options handling. | |
| 25958 | 25885 | ac_log=" | |
| 25959 | - This file was extended by c-ares $as_me 1.28.1, which was | ||
| 25886 | + This file was extended by c-ares $as_me 1.29.0, which was | ||
| 25960 | 25887 | generated by GNU Autoconf 2.71. Invocation command line was | |
| 25961 | 25888 | ||
| 25962 | 25889 | CONFIG_FILES = $CONFIG_FILES | |
@@ -26024,7 +25951,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ | |||
| 26024 | 25951 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
| 26025 | 25952 | ac_cs_config='$ac_cs_config_escaped' | |
| 26026 | 25953 | ac_cs_version="\\ | |
| 26027 | - c-ares config.status 1.28.1 | ||
| 25954 | + c-ares config.status 1.29.0 | ||
| 26028 | 25955 | configured by $0, generated by GNU Autoconf 2.71, | |
| 26029 | 25956 | with options \\"\$ac_cs_config\\" | |
| 26030 | 25957 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,10 +2,10 @@ dnl Copyright (C) The c-ares project and its contributors | |||
| 2 | 2 | dnl SPDX-License-Identifier: MIT | |
| 3 | 3 | AC_PREREQ([2.69]) | |
| 4 | 4 | ||
| 5 | - AC_INIT([c-ares], [1.28.1], | ||
| 5 | + AC_INIT([c-ares], [1.29.0], | ||
| 6 | 6 | [c-ares mailing list: http://lists.haxx.se/listinfo/c-ares]) | |
| 7 | 7 | ||
| 8 | - CARES_VERSION_INFO="15:1:13" | ||
| 8 | + CARES_VERSION_INFO="16:0:14" | ||
| 9 | 9 | dnl This flag accepts an argument of the form current[:revision[:age]]. So, | |
| 10 | 10 | dnl passing -version-info 3:12:1 sets current to 3, revision to 12, and age to | |
| 11 | 11 | dnl 1. | |
@@ -334,15 +334,6 @@ case $host_os in | |||
| 334 | 334 | esac | |
| 335 | 335 | AC_MSG_RESULT($need_xnet) | |
| 336 | 336 | ||
| 337 | - dnl resolv lib for Apple (MacOS and iOS) | ||
| 338 | - AS_IF([test "x$host_vendor" = "xapple"], [ | ||
| 339 | - AC_SEARCH_LIBS([res_servicename], [resolv], [ | ||
| 340 | - AC_DEFINE([CARES_USE_LIBRESOLV], [1], [Use resolver library to configure cares]) | ||
| 341 | - ], [ | ||
| 342 | - AC_MSG_ERROR([Unable to find libresolv which is required for iPhone targets]) | ||
| 343 | - ]) | ||
| 344 | - ]) | ||
| 345 | - | ||
| 346 | 337 | dnl resolv lib for z/OS | |
| 347 | 338 | AS_IF([test "x$host_vendor" = "xibm" -a "x$host_os" = "xopenedition" ], [ | |
| 348 | 339 | AC_SEARCH_LIBS([res_init], [resolv], [ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -460,6 +460,7 @@ MANPAGES = ares_cancel.3 \ | |||
| 460 | 460 | ares_set_local_dev.3 \ | |
| 461 | 461 | ares_set_local_ip4.3 \ | |
| 462 | 462 | ares_set_local_ip6.3 \ | |
| 463 | + ares_set_server_state_callback.3 \ | ||
| 463 | 464 | ares_set_servers.3 \ | |
| 464 | 465 | ares_set_servers_csv.3 \ | |
| 465 | 466 | ares_set_servers_ports.3 \ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments