mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
openssl: security bump to version 1.0.0b
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
1d6b9bcf9e
commit
9df0952493
2
CHANGES
2
CHANGES
@ -4,7 +4,7 @@
|
||||
|
||||
Updated/fixed packages: bash, bind, busybox, libglib2,
|
||||
libcurl, libmad, midori, module-init-tools, mtd-utils,
|
||||
openssh, pciutils, qt, sqlite, sysstat, webkit
|
||||
openssh, openssl, pciutils, qt, sqlite, sysstat, webkit
|
||||
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
|
16
package/openssl/openssl-r19998.patch
Normal file
16
package/openssl/openssl-r19998.patch
Normal file
@ -0,0 +1,16 @@
|
||||
Index: openssl/ssl/t1_lib.c
|
||||
RCS File: /v/openssl/cvs/openssl/ssl/t1_lib.c,v
|
||||
rcsdiff -q -kk '-r1.64.2.15' '-r1.64.2.16' -u '/v/openssl/cvs/openssl/ssl/t1_lib.c,v' 2>/dev/null
|
||||
--- t1_lib.c 2010/11/16 13:26:24 1.64.2.15
|
||||
+++ t1_lib.c 2010/11/16 22:41:07 1.64.2.16
|
||||
@@ -779,8 +779,8 @@
|
||||
{
|
||||
if(s->session->tlsext_ecpointformatlist)
|
||||
{
|
||||
- *al = TLS1_AD_DECODE_ERROR;
|
||||
- return 0;
|
||||
+ OPENSSL_free(s->session->tlsext_ecpointformatlist);
|
||||
+ s->session->tlsext_ecpointformatlist = NULL;
|
||||
}
|
||||
s->session->tlsext_ecpointformatlist_length = 0;
|
||||
if ((s->session->tlsext_ecpointformatlist = OPENSSL_malloc(ecpointformatlist_length)) == NULL)
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
#############################################################
|
||||
|
||||
OPENSSL_VERSION = 1.0.0a
|
||||
OPENSSL_VERSION = 1.0.0b
|
||||
OPENSSL_SITE = http://www.openssl.org/source
|
||||
OPENSSL_INSTALL_STAGING = YES
|
||||
OPENSSL_DEPENDENCIES = zlib
|
||||
|
Loading…
Reference in New Issue
Block a user