libcurl: security bump to 7.21.2
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
474166298e
commit
1d6b9bcf9e
6
CHANGES
6
CHANGES
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
Fixes all over the tree.
|
Fixes all over the tree.
|
||||||
|
|
||||||
Updated/fixed packages: bash, bind, busybox, libglib2, libmad,
|
Updated/fixed packages: bash, bind, busybox, libglib2,
|
||||||
midori, module-init-tools, mtd-utils, openssh, pciutils, qt,
|
libcurl, libmad, midori, module-init-tools, mtd-utils,
|
||||||
sqlite, sysstat, webkit
|
openssh, pciutils, qt, sqlite, sysstat, webkit
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
|
||||||
|
@ -3,12 +3,11 @@
|
|||||||
# libcurl
|
# libcurl
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
LIBCURL_VERSION = 7.21.0
|
LIBCURL_VERSION = 7.21.2
|
||||||
LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.bz2
|
LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.bz2
|
||||||
LIBCURL_SITE = http://curl.haxx.se/download/
|
LIBCURL_SITE = http://curl.haxx.se/download/
|
||||||
LIBCURL_INSTALL_STAGING = YES
|
LIBCURL_INSTALL_STAGING = YES
|
||||||
LIBCURL_CONF_OPT = --disable-verbose --disable-manual --enable-hidden-symbols
|
LIBCURL_CONF_OPT = --disable-verbose --disable-manual --enable-hidden-symbols
|
||||||
LIBCURL_LIBTOOL_PATCH = NO
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||||
LIBCURL_DEPENDENCIES += openssl
|
LIBCURL_DEPENDENCIES += openssl
|
||||||
|
Loading…
Reference in New Issue
Block a user