commit d9616fdcc997efbffbbe05b0ad11f8e0e77db149
Author: Arkadiusz Miśkiewicz <[email protected]>
Date:   Fri Dec 3 18:45:25 2010 +0000

    - up to 1.0.0c (fixes CVE-2010-4180, CVE-2010-4252, corrects fix for 
CVE-2010-3864)
    
    Changed files:
        openssl-tls.patch -> 1.2
        openssl.spec -> 1.231

 openssl-tls.patch | 16 ----------------
 openssl.spec      |  6 ++----
 2 files changed, 2 insertions(+), 20 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index 9cccd86..7247699 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -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 @@ бібліотеки для розробки програм з використ
 %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" *`
diff --git a/openssl-tls.patch b/openssl-tls.patch
deleted file mode 100644
index d986ae5..0000000
--- a/openssl-tls.patch
+++ /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)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to