]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- up to 1.0.0c (fixes CVE-2010-4180, CVE-2010-4252, corrects fix for CVE-2010-3864) auto/th/openssl-1_0_0c-1 auto/ti/openssl-1_0_0c-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 3 Dec 2010 18:45:25 +0000 (18:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssl-tls.patch -> 1.2
    openssl.spec -> 1.231

openssl-tls.patch [deleted file]
openssl.spec

diff --git a/openssl-tls.patch b/openssl-tls.patch
deleted file mode 100644 (file)
index d986ae5..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-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)
index 9cccd868b1329ce0c7f4b6fac2a26cd2a0b5f0ff..72476994a38c7efadc164a7cde679299bb05c66d 100644 (file)
@@ -16,12 +16,12 @@ Summary(pt_BR.UTF-8):       Uma biblioteca C que fornece vários algoritmos e protocol
 Summary(ru.UTF-8):     Библиотеки и утилиты для соединений через Secure Sockets Layer
 Summary(uk.UTF-8):     Бібліотеки та утиліти для з'єднань через Secure Sockets Layer
 Name:          openssl
-Version:       1.0.0b
+Version:       1.0.0c
 Release:       1
 License:       Apache-like
 Group:         Libraries
 Source0:       ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
-# Source0-md5: 104deb3b7e6820cae6de3f49ba0ff2b0
+# Source0-md5: ff8fb85610aef328315a9decbb2712e4
 Source2:       %{name}.1.pl
 Source3:       %{name}-ssl-certificate.sh
 Source4:       %{name}-c_rehash.sh
@@ -33,7 +33,6 @@ Patch4:               %{name}-man-namespace.patch
 Patch5:                %{name}-asflag.patch
 Patch6:                %{name}-ca-certificates.patch
 Patch7:                %{name}-ldflags.patch
-Patch8:                %{name}-tls.patch
 URL:           http://www.openssl.org/
 BuildRequires: bc
 BuildRequires: perl-devel >= 1:5.6.1
@@ -245,7 +244,6 @@ RC4, RSA и SSL. Включает статические библиотеки д
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
-%patch8 -p1
 
 %{__perl} -pi -e 's#%{_prefix}/local/bin/perl#%{__perl}#g' \
        `grep -l -r "%{_prefix}/local/bin/perl" *`
This page took 0.039677 seconds and 4 git commands to generate.