auto-import changelog data from openssl-0.9.6-13.0p.src.rpm

Fri Aug 02 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6-13
- update asn patch to fix accidental reversal of a logic check
This commit is contained in:
cvsdist 2004-09-09 09:37:51 +00:00
parent aa4a1b3eb5
commit 4d0009045f

View File

@ -5,7 +5,7 @@
Summary: Secure Sockets Layer Toolkit Summary: Secure Sockets Layer Toolkit
Name: openssl Name: openssl
Version: 0.9.6 Version: 0.9.6
Release: 13 Release: 13.0p
Source: openssl-%{version}-usa.tar.bz2 Source: openssl-%{version}-usa.tar.bz2
Source1: hobble-openssl Source1: hobble-openssl
Source2: Makefile.certificate Source2: Makefile.certificate
@ -36,6 +36,13 @@ URL: http://www.openssl.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildPreReq: perl, python-devel, unzip BuildPreReq: perl, python-devel, unzip
# the gcc-2.96 compiler on ppc has some optimization problems.
# gcc296ppc is true in this case.
%define gcc296ppc 0
%ifarch ppc ppc64
%define gcc296ppc %(gcc -v 2>&1 1>/dev/null|grep -qF 2.96 && echo 1 || echo 0)
%endif
%description %description
The OpenSSL certificate management tool and the shared libraries that The OpenSSL certificate management tool and the shared libraries that
provide various cryptographic algorithms and protocols. provide various cryptographic algorithms and protocols.
@ -119,6 +126,11 @@ ln -sf ../../crypto/opensslconf.h include/openssl/
ln -sf ../../ssl/ssl.h include/openssl/ ln -sf ../../ssl/ssl.h include/openssl/
%build %build
%if %{gcc296ppc}
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -O1"
%endif
PATH=${PATH}:${PWD}/bin PATH=${PATH}:${PWD}/bin
TOPDIR=${PWD} TOPDIR=${PWD}
LD_LIBRARY_PATH=${TOPDIR}:${PATH} ; export LD_LIBRARY_PATH LD_LIBRARY_PATH=${TOPDIR}:${PATH} ; export LD_LIBRARY_PATH
@ -440,13 +452,13 @@ popd
- run ldconfig directly in post/postun - run ldconfig directly in post/postun
- add FAQ - add FAQ
* Sat Dec 18 1999 Bernhard Rosenkr)Bänzer <bero@redhat.de> * Sat Dec 18 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
- Fix build on non-x86 platforms - Fix build on non-x86 platforms
* Fri Nov 12 1999 Bernhard Rosenkr)Bänzer <bero@redhat.de> * Fri Nov 12 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
- move /usr/share/ssl/* from -devel to main package - move /usr/share/ssl/* from -devel to main package
* Tue Oct 26 1999 Bernhard Rosenkr)Bänzer <bero@redhat.de> * Tue Oct 26 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
- inital packaging - inital packaging
- changes from base: - changes from base:
- Move /usr/local/ssl to /usr/share/ssl for FHS compliance - Move /usr/local/ssl to /usr/share/ssl for FHS compliance