public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: cvsdist <cvsdist@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/openssl] rebase_40beta: auto-import changelog data from openssl-0.9.6-9.1ppc.src.rpm
Date: Tue, 09 Jun 2026 12:41:49 GMT	[thread overview]
Message-ID: <178100890978.1.12107615775412266371.rpms-openssl-9673719c439b@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/openssl
            Branch : rebase_40beta
            Commit : 9673719c439bf4e5dd6bb6cfcf2105b0788accc0
            Author : cvsdist <cvsdist@fedoraproject.org>
            Date   : 2004-09-09T09:36:25+00:00
            Stats  : +16/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/openssl/c/9673719c439bf4e5dd6bb6cfcf2105b0788accc0?branch=rebase_40beta

            Log:
            auto-import changelog data from openssl-0.9.6-9.1ppc.src.rpm
Thu Jul 12 2001 Nalin Dahyabhai <nalin@redhat.com>
- add patches to fix PRNG flaws, supplied by Bodo Moeller and the OpenSSL
    Group

---
diff --git a/openssl.spec b/openssl.spec
index eb92e11..2dcb05c 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -5,7 +5,7 @@
 Summary: Secure Sockets Layer Toolkit
 Name: openssl
 Version: 0.9.6
-Release: 9
+Release: 9.1ppc
 Source: openssl-%{version}-usa.tar.bz2
 Source1: hobble-openssl
 Source2: Makefile.certificate
@@ -34,6 +34,13 @@ URL: http://www.openssl.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 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
 The OpenSSL certificate management tool and the shared libraries that
 provide various cryptographic algorithms and protocols.
@@ -113,6 +120,11 @@ chmod 644 doc/ssleay.txt
 ln -sf ../../crypto/opensslconf.h include/openssl/
 
 %build 
+
+%if %{gcc296ppc}
+RPM_OPT_FLAGS="$RPM_OPT_FLAGS -O1"
+%endif
+
 PATH=${PATH}:${PWD}/bin
 TOPDIR=${PWD}
 LD_LIBRARY_PATH=${TOPDIR}:${PATH} ; export LD_LIBRARY_PATH
@@ -420,13 +432,13 @@ popd
 - run ldconfig directly in post/postun
 - 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
 
-* 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
 
-* Tue Oct 26 1999 Bernhard Rosenkr^[)B�nzer <bero@redhat.de>
+* Tue Oct 26 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
 - inital packaging
 - changes from base:
   - Move /usr/local/ssl to /usr/share/ssl for FHS compliance

                 reply	other threads:[~2026-06-09 12:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178100890978.1.12107615775412266371.rpms-openssl-9673719c439b@fedoraproject.org \
    --to=cvsdist@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox