OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 28-Feb-2007 18:04:17
Branch: HEAD Handle: 2007022817041600
Modified files:
openpkg-src/openssl openssl.patch openssl.spec
Log:
upgrade to 0.9.8e with the official fix applied (this especially fixed
OpenSSH's SSH1 protocol)
Summary:
Revision Changes Path
1.24 +13 -0 openpkg-src/openssl/openssl.patch
1.82 +2 -3 openpkg-src/openssl/openssl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssl/openssl.patch
============================================================================
$ cvs diff -u -r1.23 -r1.24 openssl.patch
--- openpkg-src/openssl/openssl.patch 5 May 2006 07:16:36 -0000 1.23
+++ openpkg-src/openssl/openssl.patch 28 Feb 2007 17:04:16 -0000 1.24
@@ -29,3 +29,16 @@
+des_modes - the variants of DES and other crypto algorithms of OpenSSL
=head1 DESCRIPTION
+
+Index: crypto/evp/evp_lib.c
+--- crypto/evp/evp_lib.c.orig 2006-11-29 21:47:13 +0100
++++ crypto/evp/evp_lib.c 2007-02-28 17:19:31 +0100
+@@ -225,7 +225,7 @@
+
+ int EVP_CIPHER_CTX_key_length(const EVP_CIPHER_CTX *ctx)
+ {
+- return ctx->cipher->key_len;
++ return ctx->key_len;
+ }
+
+ int EVP_CIPHER_nid(const EVP_CIPHER *cipher)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openssl/openssl.spec
============================================================================
$ cvs diff -u -r1.81 -r1.82 openssl.spec
--- openpkg-src/openssl/openssl.spec 27 Feb 2007 07:20:29 -0000 1.81
+++ openpkg-src/openssl/openssl.spec 28 Feb 2007 17:04:16 -0000 1.82
@@ -32,8 +32,8 @@
Class: CORE
Group: SSL
License: BSD-style
-Version: 0.9.8d
-Release: 20070227
+Version: 0.9.8e
+Release: 20070228
# package options
%option with_zlib no
@@ -68,7 +68,6 @@
%track
prog openssl = {
- comment = "rse: 0.9.8e causes OpenSSH SSH1 connections to fail"
version = %{version}
url = ftp://ftp.openssl.org/source/
regex = openssl-(\d+\.\d+\.\d+[a-z]?)\.tar\.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]