Loading CHANGES +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ Ccache support reworked. Now used for both host and target compilation, and cache is stored in ~/.buildroot-ccache. Updated/fixed packages: busybox, cloop, m4, openssh, qt, usbutils, xz Updated/fixed packages: busybox, cloop, m4, openssh, openssl, qt, usbutils, xz New packages: dhrystone, lsuio, rsh-redone, whetstone Loading package/openssl/openssl-r19998.patchdeleted 100644 → 0 +0 −16 Original line number Diff line number Diff line 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) package/openssl/openssl.mk +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ # ############################################################# OPENSSL_VERSION = 1.0.0b OPENSSL_VERSION = 1.0.0c OPENSSL_SITE = http://www.openssl.org/source OPENSSL_INSTALL_STAGING = YES OPENSSL_DEPENDENCIES = zlib Loading Loading
CHANGES +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ Ccache support reworked. Now used for both host and target compilation, and cache is stored in ~/.buildroot-ccache. Updated/fixed packages: busybox, cloop, m4, openssh, qt, usbutils, xz Updated/fixed packages: busybox, cloop, m4, openssh, openssl, qt, usbutils, xz New packages: dhrystone, lsuio, rsh-redone, whetstone Loading
package/openssl/openssl-r19998.patchdeleted 100644 → 0 +0 −16 Original line number Diff line number Diff line 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)
package/openssl/openssl.mk +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ # ############################################################# OPENSSL_VERSION = 1.0.0b OPENSSL_VERSION = 1.0.0c OPENSSL_SITE = http://www.openssl.org/source OPENSSL_INSTALL_STAGING = YES OPENSSL_DEPENDENCIES = zlib Loading