public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl] rebase_40beta: auto-import changelog data from openssl-0.9.6-9.src.rpm
@ 2026-06-09 12:41 cvsdist
  0 siblings, 0 replies; only message in thread
From: cvsdist @ 2026-06-09 12:41 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/openssl
            Branch : rebase_40beta
            Commit : 00ff72af4a416e8c806ba249485055d96b28a5e7
            Author : cvsdist <cvsdist@fedoraproject.org>
            Date   : 2004-09-09T09:36:18+00:00
            Stats  : +13/-2 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/openssl/c/00ff72af4a416e8c806ba249485055d96b28a5e7?branch=rebase_40beta

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

---
diff --git a/hobble-openssl b/hobble-openssl
index d00a843..c95cf2d 100755
--- a/hobble-openssl
+++ b/hobble-openssl
@@ -17,7 +17,7 @@ for c in `find crypto/evp -name "*_r5.c" -o -name "*_i.c" -o -name "*_mdc2.c" `;
 	echo Destroying $c
 	> $c
 done
-for h in `find include crypto ssl apps test -name "*.h"` ; do
+for h in `find crypto ssl apps test -name "*.h"` ; do
 	echo Removing IDEA, MDC2, and RC5 references from $h
 	cat $h | \
 	awk    'BEGIN {ech=1;} \

diff --git a/openssl.spec b/openssl.spec
index 51807db..eb92e11 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -5,7 +5,7 @@
 Summary: Secure Sockets Layer Toolkit
 Name: openssl
 Version: 0.9.6
-Release: 8
+Release: 9
 Source: openssl-%{version}-usa.tar.bz2
 Source1: hobble-openssl
 Source2: Makefile.certificate
@@ -26,6 +26,8 @@ Patch9: openssl-crt.patch
 Patch10: openssl-setugid.patch
 Patch11: openssl-zero-premaster.patch
 Patch12: openssl-0.9.6-memmove.patch
+Patch13: openssl096a-prng.patch
+Patch14: openssl096a-prng-2.patch
 License: BSDish
 Group: System Environment/Libraries
 URL: http://www.openssl.org/
@@ -95,6 +97,12 @@ popd
 %patch10 -p1 -b .setugid
 %patch11 -p1 -b .zero-premaster
 %patch12 -p1 -b .memmove
+pushd crypto/rand
+%patch13 -p0 -b .rand
+popd
+pushd doc/crypto
+%patch14 -p0 -b .rand-2
+popd
 
 chmod 644 FAQ LICENSE CHANGES NEWS INSTALL README
 chmod 644 doc/README doc/c-indentation.el doc/openssl.txt
@@ -271,6 +279,9 @@ popd
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Jul 11 2001 Nalin Dahyabhai <nalin@redhat.com>
+- add patches to fix PRNG flaws, supplied by Bodo Moeller and the OpenSSL Group
+
 * Fri Jun  1 2001 Nalin Dahyabhai <nalin@redhat.com>
 - change two memcpy() calls to memmove()
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-09 12:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 12:41 [rpms/openssl] rebase_40beta: auto-import changelog data from openssl-0.9.6-9.src.rpm cvsdist

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox