Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package c-ares for openSUSE:Factory checked in at 2021-12-13 20:42:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/c-ares (Old) and /work/SRC/openSUSE:Factory/.c-ares.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "c-ares" Mon Dec 13 20:42:02 2021 rev:15 rq:937232 version:1.18.1 Changes: -------- --- /work/SRC/openSUSE:Factory/c-ares/c-ares.changes 2021-09-13 16:24:53.326769517 +0200 +++ /work/SRC/openSUSE:Factory/.c-ares.new.2520/c-ares.changes 2021-12-13 20:46:43.528502197 +0100 @@ -1,0 +2,19 @@ +Tue Dec 7 16:57:20 UTC 2021 - Adam Majer <[email protected]> + +- update to 1.18.1. Changes since 1.17.2: + * Allow '/' as a valid character for a returned name for + CNAME in-addr.arpa delegation + * no longer forwards requests for localhost resolution per RFC6761 + * During a domain search, treat ARES_ENODATA as ARES_NXDOMAIN so + that the search process will continue to the next domain + in the search. + * Provide ares_nameser.h as a public interface as needed by NodeJS + * Add support for URI(Uniform Resource Identifier) records via + ares_parse_uri_reply() + +- disable unit tests for SLE12 since GCC compiler too old to build + unit tests +- 5c995d5.patch: upstreamed +- disable-live-tests.patch: refreshed + +------------------------------------------------------------------- Old: ---- 5c995d5.patch c-ares-1.17.2.tar.gz c-ares-1.17.2.tar.gz.asc New: ---- c-ares-1.18.1.tar.gz c-ares-1.18.1.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ c-ares.spec ++++++ --- /var/tmp/diff_new_pack.Th1xIO/_old 2021-12-13 20:46:44.060502262 +0100 +++ /var/tmp/diff_new_pack.Th1xIO/_new 2021-12-13 20:46:44.064502262 +0100 @@ -24,7 +24,7 @@ %endif Name: c-ares -Version: 1.17.2 +Version: 1.18.1 Release: 0 Summary: Library for asynchronous name resolves License: MIT @@ -35,7 +35,6 @@ Source4: baselibs.conf Patch0: 0001-Use-RPM-compiler-options.patch Patch1: disable-live-tests.patch -Patch2: https://github.com/c-ares/c-ares/commit/5c995d5.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkg-config @@ -88,16 +87,23 @@ %autosetup -p1 -n c-ares-%{version} %build -%cmake -DCARES_BUILD_TESTS:BOOL=ON +%cmake \ +%if 0%{?suse_version} >= 1500 + -DCARES_BUILD_TESTS:BOOL=ON \ +%endif + %nil + %cmake_build %install %cmake_install %check +%if 0%{?suse_version} >= 1500 pushd build %cmake_build -C test LD_LIBRARY_PATH=.%_libdir:./%_lib ./bin/arestest +%endif %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig ++++++ c-ares-1.17.2.tar.gz -> c-ares-1.18.1.tar.gz ++++++ ++++ 134670 lines of diff (skipped) ++++++ disable-live-tests.patch ++++++ --- /var/tmp/diff_new_pack.Th1xIO/_old 2021-12-13 20:46:44.464502312 +0100 +++ /var/tmp/diff_new_pack.Th1xIO/_new 2021-12-13 20:46:44.468502312 +0100 @@ -1,9 +1,10 @@ -diff -Naur c-ares-1.16.1.orig/test/Makefile.inc c-ares-1.16.1/test/Makefile.inc ---- c-ares-1.16.1.orig/test/Makefile.inc 2020-07-08 22:15:36.667605939 +0200 -+++ c-ares-1.16.1/test/Makefile.inc 2020-07-08 22:16:25.407171729 +0200 -@@ -14,7 +14,6 @@ - ares-test-parse-srv.cc \ +Index: c-ares-1.18.1/test/Makefile.inc +=================================================================== +--- c-ares-1.18.1.orig/test/Makefile.inc ++++ c-ares-1.18.1/test/Makefile.inc +@@ -16,7 +16,6 @@ TESTSOURCES = ares-test-main.cc \ ares-test-parse-txt.cc \ + ares-test-parse-uri.cc \ ares-test-misc.cc \ - ares-test-live.cc \ ares-test-mock.cc \
