diff options
author | André Draszik <git@andred.net> | 2016-10-21 09:28:20 +0100 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-11-14 10:07:27 -0500 |
commit | 6e9197700e95e04a2b318f93a62e3cf8df31eb74 (patch) | |
tree | 4ed1852898d48f012bdd7a8854501ad421573d47 /meta-networking | |
parent | 406ca647b696f83e5581783f68d1973932eac196 (diff) | |
download | meta-openembedded-6e9197700e95e04a2b318f93a62e3cf8df31eb74.tar.gz |
c-ares: update 1.11.0 -> 1.12.0
Highlight:
- fix CVE-2016-5180
Other changes, from https://c-ares.haxx.se/changelog.html
c-ares version 1.12.0 - Sep 29 2016
Changes:
api: add ARES_OPT_NOROTATE optmask value
Bug fixes:
CVE-2016-5180: ares_create_query single byte out of buffer write
configure: acknowledge --disable-tests [1]
man pages: fix typos detected by Lintian
test: add missing #includes for dns-proto.cc
test: avoid in6addr_* constants
test: Build with MinGW on AppVeyor
Makefile.m32: add support for extra flags
Makefile.m32: add support for CROSSPREFIX
configure: check if tests can get built before enabled
ares_library_cleanup: reset ares_realloc too
ahost.c: add cast to fix C++ compile
test: Only pass unused args to GoogleTest
build: commonize MSVC version detection
msvc_ver.inc: support Visual Studio 2015 Update 1, 2, 3
test: for AF_UNSPEC, return CNAME only for AAAA, but valid A record
ares_getnameinfo: explicitly clear struct servent before use
test: Update fuzzing function prototype
init: fix nsort initialization
test: add fuzzing check script to tests
web: http => https
read_tcp_data: remove superfluous NULL check
LICENSE.md: add a stand-alone license file
SECURITY.md: suggested "security process" for the project
ares_init_options: only propagate init failures from options [2]
headers: remove checks for and defines of variable sizes
test: fix gMock to work with gcc >= 6.x [3]
fix metadata:
We should set SUMMARY instead of DESCRIPTION.
Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/c-ares/c-ares_1.11.0.bb | 15 | ||||
-rw-r--r-- | meta-networking/recipes-support/c-ares/c-ares_1.12.0.bb | 15 |
2 files changed, 15 insertions, 15 deletions
diff --git a/meta-networking/recipes-support/c-ares/c-ares_1.11.0.bb b/meta-networking/recipes-support/c-ares/c-ares_1.11.0.bb deleted file mode 100644 index c98be7d99a..0000000000 --- a/meta-networking/recipes-support/c-ares/c-ares_1.11.0.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | # Copyright (c) 2012-2014 LG Electronics, Inc. | ||
2 | |||
3 | DESCRIPTION = "c-ares is a C library that resolves names asynchronously." | ||
4 | HOMEPAGE = "http://daniel.haxx.se/projects/c-ares/" | ||
5 | SECTION = "libs" | ||
6 | LICENSE = "MIT" | ||
7 | LIC_FILES_CHKSUM = "file://ares_init.c;beginline=1;endline=3;md5=53f5ecf4c22c37cf1ddd1ef8f8eccce0" | ||
8 | |||
9 | SRC_URI = "http://c-ares.haxx.se/download/${BP}.tar.gz \ | ||
10 | file://0001-configure.ac-don-t-override-passed-cflags.patch \ | ||
11 | " | ||
12 | SRC_URI[md5sum] = "d5c6d522cfc54bb6f215a0b7912d46be" | ||
13 | SRC_URI[sha256sum] = "b3612e6617d9682928a1d50c1040de4db6519f977f0b25d40cf1b632900b3efd" | ||
14 | |||
15 | inherit autotools pkgconfig | ||
diff --git a/meta-networking/recipes-support/c-ares/c-ares_1.12.0.bb b/meta-networking/recipes-support/c-ares/c-ares_1.12.0.bb new file mode 100644 index 0000000000..4e28d6abc6 --- /dev/null +++ b/meta-networking/recipes-support/c-ares/c-ares_1.12.0.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | # Copyright (c) 2012-2014 LG Electronics, Inc. | ||
2 | |||
3 | SUMMARY = "c-ares is a C library that resolves names asynchronously." | ||
4 | HOMEPAGE = "http://daniel.haxx.se/projects/c-ares/" | ||
5 | SECTION = "libs" | ||
6 | LICENSE = "MIT" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=f4b026880834eb01c035c5e5cb47ccac" | ||
8 | |||
9 | SRC_URI = "http://c-ares.haxx.se/download/${BP}.tar.gz \ | ||
10 | file://0001-configure.ac-don-t-override-passed-cflags.patch \ | ||
11 | " | ||
12 | SRC_URI[md5sum] = "2ca44be1715cd2c5666a165d35788424" | ||
13 | SRC_URI[sha256sum] = "8692f9403cdcdf936130e045c84021665118ee9bfea905d1a76f04d4e6f365fb" | ||
14 | |||
15 | inherit autotools pkgconfig | ||