From 0f65e1bd4480ac21cb4cfab32a06d6e9758761f2 Mon Sep 17 00:00:00 2001 From: Aldas Nabazas Date: Thu, 7 Oct 2010 19:33:39 +0200 Subject: [PATCH] openssl: Updated (0.9.8o -> 1.0.0a) --- security/openssl/openssl.desc | 4 ++-- security/openssl/sparc.patch | 35 ----------------------------------- 2 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644 security/openssl/sparc.patch diff --git a/security/openssl/openssl.desc b/security/openssl/openssl.desc index d0d67eec7..45408ead5 100644 --- a/security/openssl/openssl.desc +++ b/security/openssl/openssl.desc @@ -35,7 +35,7 @@ [L] OpenSource [S] Stable -[V] 0.9.8o +[V] 1.0.0a [P] X -?---5---9 104.600 -[D] 3867795964 openssl-0.9.8o.tar.gz http://openssl.org/source/ +[D] 1204349909 openssl-1.0.0a.tar.gz http://openssl.org/source/ diff --git a/security/openssl/sparc.patch b/security/openssl/sparc.patch deleted file mode 100644 index cd05ddfca..000000000 --- a/security/openssl/sparc.patch +++ /dev/null @@ -1,35 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../openssl/sparc.patch -# Copyright (C) 2008 The OpenSDE Project -# Copyright (C) 2004 - 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - -When optimized for a higher architecture than the inline assemgly no -xarch must -be passed to the assembler, otherwise it will not recognize the compiler generated -intstructions. - - - Rene Rebe - -diff -Nur openssl-0.9.8h-orig/Configure openssl-0.9.8h/Configure ---- openssl-0.9.8h-orig/Configure 2008-07-01 08:28:55.000000000 +0000 -+++ openssl-0.9.8h/Configure 2008-07-01 08:29:42.000000000 +0000 -@@ -337,7 +337,7 @@ - "linux-sparcv8","gcc:-mv8 -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DBN_DIV2W::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::sparcv8.o:des_enc-sparc.o fcrypt_b.o:::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", - # it's a real mess with -mcpu=ultrasparc option under Linux, but - # -Wa,-Av8plus should do the trick no matter what. --"linux-sparcv9","gcc:-m32 -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -Wa,-Av8plus -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::sparcv8plus.o:des_enc-sparc.o fcrypt_b.o:::::::::dlfcn:linux-shared:-fPIC:-m32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", -+"linux-sparcv9","gcc:-m32 -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::sparcv8plus.o:des_enc-sparc.o fcrypt_b.o:::::::::dlfcn:linux-shared:-fPIC:-m32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", - # GCC 3.1 is a requirement - "linux64-sparcv9","gcc:-m64 -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:ULTRASPARC:-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::::::::::::dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", - #### Alpha Linux with GNU C and Compaq C setups