auto-import changelog data from openssl-0.9.6-16.0p.src.rpm
Thu Jun 19 2003 Guy Streeter <streeter@redhat.com> 0.9.6-16.0p - build at -O1 for broken 7.1 ppc compiler
This commit is contained in:
parent
840a8b5bb7
commit
c150e6469f
21
openssl.spec
21
openssl.spec
@ -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: 16
|
Release: 16.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
|
||||||
@ -40,6 +40,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.
|
||||||
@ -156,6 +163,9 @@ sslflags=no-asm
|
|||||||
%ifarch s390
|
%ifarch s390
|
||||||
sslarch=linux-s390
|
sslarch=linux-s390
|
||||||
%endif
|
%endif
|
||||||
|
%if %{gcc296ppc}
|
||||||
|
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -O1"
|
||||||
|
%endif
|
||||||
# Configure the build tree. Override OpenSSL defaults with known-good defaults
|
# Configure the build tree. Override OpenSSL defaults with known-good defaults
|
||||||
# usable on all platforms. The Configure script already knows to use -fPIC and
|
# usable on all platforms. The Configure script already knows to use -fPIC and
|
||||||
# RPM_OPT_FLAGS, so we can skip specifiying them here.
|
# RPM_OPT_FLAGS, so we can skip specifiying them here.
|
||||||
@ -296,6 +306,9 @@ popd
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 19 2003 Guy Streeter <streeter@redhat.com> 0.9.6-16.0p
|
||||||
|
- build at -O1 for broken 7.1 ppc compiler
|
||||||
|
|
||||||
* Wed Mar 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.6-16
|
* Wed Mar 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.6-16
|
||||||
- add backported patch to harden against Klima-Pokorny-Rosa extension
|
- add backported patch to harden against Klima-Pokorny-Rosa extension
|
||||||
of Bleichenbacher's attack (CAN-2003-0131)
|
of Bleichenbacher's attack (CAN-2003-0131)
|
||||||
@ -462,13 +475,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
|
||||||
|
Loading…
Reference in New Issue
Block a user