diff options
author | Alexey Firago <alexey_firago@mentor.com> | 2017-07-27 00:08:32 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-31 14:59:50 +0200 |
commit | 51b1378147a1d89d94bf0814decc186c3a253b19 (patch) | |
tree | fad5f0bb4dde4c165928235b497511a5336f91b9 /meta-networking/recipes-support/c-ares/c-ares/0001-configure.ac-don-t-override-passed-cflags.patch | |
parent | 25d61ba3e59b20664162588589af047b81beb74a (diff) | |
download | meta-openembedded-contrib-51b1378147a1d89d94bf0814decc186c3a253b19.tar.gz meta-openembedded-contrib-51b1378147a1d89d94bf0814decc186c3a253b19.tar.bz2 meta-openembedded-contrib-51b1378147a1d89d94bf0814decc186c3a253b19.zip |
c-ares: update 1.12.0 -> 1.13.0
Update to c-ares version 1.13.0 from June 20 2017
Recipe updates:
* Change SRC_URI to github, because tarball at
https://c-ares.haxx.se/download/c-ares-1.13.0.tar.gz
does not include all required files (cmake related).
* Change build method to cmake. Library now supports cmake
build system and installs *.cmake config files. These files can
be used by several libraries/packages, such as gRPC, curl.
* Add patch to generate and install libcares.pc during cmake build.
* Add -utils package for the utilities installed during cmake build
(acountry, adig, ahost).
Highlights of library changes and bug fixes:
* cmake build system support added
* Add virtual function set for socket IO: ares_set_socket_functions
* CVE-2017-1000381: c-ares NAPTR parser out of bounds access
Full changelog - https://c-ares.haxx.se/changelog.html
Signed-off-by: Alexey Firago <alexey_firago@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/c-ares/c-ares/0001-configure.ac-don-t-override-passed-cflags.patch')
-rw-r--r-- | meta-networking/recipes-support/c-ares/c-ares/0001-configure.ac-don-t-override-passed-cflags.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-networking/recipes-support/c-ares/c-ares/0001-configure.ac-don-t-override-passed-cflags.patch b/meta-networking/recipes-support/c-ares/c-ares/0001-configure.ac-don-t-override-passed-cflags.patch deleted file mode 100644 index 10fad4e941..0000000000 --- a/meta-networking/recipes-support/c-ares/c-ares/0001-configure.ac-don-t-override-passed-cflags.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 2a7236d2a7bb9c3d3c3f44ebf59404bf7134fcb3 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <adraszik@tycoint.com> -Date: Tue, 12 Apr 2016 11:37:28 +0100 -Subject: [PATCH] configure.ac: don't override passed cflags - -We are controlling debug and optimiser flags from OE ---- - configure.ac | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 5c02450..3cf9fcd 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -147,8 +147,6 @@ dnl ********************************************************************** - - CARES_CHECK_COMPILER - CARES_SET_COMPILER_BASIC_OPTS --CARES_SET_COMPILER_DEBUG_OPTS --CARES_SET_COMPILER_OPTIMIZE_OPTS - CARES_SET_COMPILER_WARNING_OPTS - - if test "$compiler_id" = "INTEL_UNIX_C"; then --- -2.8.0.rc3 - |