Bug 592955

Summary: upgrade openssl to 1.0.0 release
Product: [openSUSE] openSUSE 11.3 Reporter: Marcus Meissner <meissner>
Component: BasesystemAssignee: Guan Jun He <gjhe>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None    
Version: Factory   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Marcus Meissner 2010-04-01 08:35:52 UTC
openssl has released the 1.0.0 version, please upgrade for openSUSE Factory.
Comment 1 Guan Jun He 2010-04-12 07:16:18 UTC
submitted to  openSUSE Factory.
Comment 2 Marcus Meissner 2010-04-12 15:25:23 UTC
I had to do some adjustments to make it build for x86_64 and the other platforms (not in OBS).

- I commented out the configure replacing lines in the .spec file, these
  are provided by the upstream openssl in their Configure fine apparently.
  This also fixed the x86_64 and other platform builds.

- I added -Wa,--noexecstack for non-exec-stack assembler.

- I also copied the old openssl version to libopenssl0_9_8 and did some just spec adjustments.
  This package provides the old library and is for compat reasons with 3rd party software only.
Comment 3 Georg Müller 2010-04-13 10:37:53 UTC
The AES-NI stuff is not in. Is there a chance to add it?

http://rt.openssl.org/Ticket/Display.html?id=2065
Comment 4 Marcus Meissner 2010-04-13 14:03:27 UTC
nice to hear, but this would belong to a new bug ... and frankly, i would like to see this come from upstream openssl just to avoid problems. (and it likely will come from it soon as I expect).
Comment 5 Marcus Meissner 2010-04-23 20:10:04 UTC
i think its done.