Author: archaic
Date: 2005-07-13 14:11:44 -0600 (Wed, 13 Jul 2005)
New Revision: 1014

Added:
   trunk/hlfs/openssl-0.9.7g-arc4random-1.patch
   trunk/hlfs/openssl-0.9.7g-fix_manpages-1.patch
   trunk/openssl/openssl-0.9.7g-arc4random-1.patch
Removed:
   trunk/hlfs/openssl-0.9.7f-arc4random-1.patch
   trunk/hlfs/openssl-0.9.7f-fix_manpages-1.patch
   trunk/openssl/openssl-0.9.7f-arc4random-1.patch
   trunk/openssl/openssl-0.9.7g-arc4random-1.patch
Log:
Updated openssl patches. (hlfs)

Deleted: trunk/hlfs/openssl-0.9.7f-arc4random-1.patch
===================================================================
--- trunk/hlfs/openssl-0.9.7f-arc4random-1.patch        2005-07-13 20:06:09 UTC 
(rev 1013)
+++ trunk/hlfs/openssl-0.9.7f-arc4random-1.patch        2005-07-13 20:11:44 UTC 
(rev 1014)
@@ -1,24 +0,0 @@
-Submitted By: Robert Connolly <robert at linuxfromscratch dot org> (ashes)
-Date: 2005-02-15
-Initial Package Version: 0.9.7e
-Upstream Status: Not submitted
-Origin: None
-Description: This patch enabled the arc4random() function in OpenSSL.
-
-Also see:
-http://www.linuxfromscratch.org/hlfs/
-http://www.linuxfromscratch.org/hints/downloads/files/entropy.txt
-
-diff -Naur openssl-0.9.7e.orig/crypto/rand/rand_unix.c 
openssl-0.9.7e/crypto/rand/rand_unix.c
---- openssl-0.9.7e.orig/crypto/rand/rand_unix.c        2003-12-27 
16:01:52.000000000 +0000
-+++ openssl-0.9.7e/crypto/rand/rand_unix.c     2005-02-16 02:18:48.000000000 
+0000
-@@ -124,7 +124,8 @@
- #include <unistd.h>
- #include <time.h>
- 
--#ifdef __OpenBSD__
-+/* HAVE_ARC4RANDOM is defined in stdlib.h, which comes from cryptlib.h */
-+#if defined(__OpenBSD__) || defined(HAVE_ARC4RANDOM)
- int RAND_poll(void)
- {
-       u_int32_t rnd = 0, i;

Deleted: trunk/hlfs/openssl-0.9.7f-fix_manpages-1.patch
===================================================================
--- trunk/hlfs/openssl-0.9.7f-fix_manpages-1.patch      2005-07-13 20:06:09 UTC 
(rev 1013)
+++ trunk/hlfs/openssl-0.9.7f-fix_manpages-1.patch      2005-07-13 20:11:44 UTC 
(rev 1014)
@@ -1 +0,0 @@
-link ../openssl/openssl-0.9.7f-fix_manpages-1.patch
\ No newline at end of file

Copied: trunk/hlfs/openssl-0.9.7g-arc4random-1.patch (from rev 1011, 
trunk/hlfs/openssl-0.9.7f-arc4random-1.patch)

Added: trunk/hlfs/openssl-0.9.7g-fix_manpages-1.patch
===================================================================
--- trunk/hlfs/openssl-0.9.7g-fix_manpages-1.patch      2005-07-13 20:06:09 UTC 
(rev 1013)
+++ trunk/hlfs/openssl-0.9.7g-fix_manpages-1.patch      2005-07-13 20:11:44 UTC 
(rev 1014)
@@ -0,0 +1 @@
+link ../openssl/openssl-0.9.7g-fix_manpages-1.patch
\ No newline at end of file


Property changes on: trunk/hlfs/openssl-0.9.7g-fix_manpages-1.patch
___________________________________________________________________
Name: svn:special
   + *

Deleted: trunk/openssl/openssl-0.9.7f-arc4random-1.patch
===================================================================
--- trunk/openssl/openssl-0.9.7f-arc4random-1.patch     2005-07-13 20:06:09 UTC 
(rev 1013)
+++ trunk/openssl/openssl-0.9.7f-arc4random-1.patch     2005-07-13 20:11:44 UTC 
(rev 1014)
@@ -1 +0,0 @@
-link ../hlfs/openssl-0.9.7f-arc4random-1.patch
\ No newline at end of file

Deleted: trunk/openssl/openssl-0.9.7g-arc4random-1.patch
===================================================================
--- trunk/openssl/openssl-0.9.7g-arc4random-1.patch     2005-07-13 20:06:09 UTC 
(rev 1013)
+++ trunk/openssl/openssl-0.9.7g-arc4random-1.patch     2005-07-13 20:11:44 UTC 
(rev 1014)
@@ -1,27 +0,0 @@
-Submitted By: Robert Connolly <robert at linuxfromscratch dot org> (ashes)
-Date: 2005-02-15
-Initial Package Version: 0.9.7e
-Upstream Status: Not submitted
-Origin: None
-Description: This patch enabled the arc4random() function in OpenSSL.
-
-Also see:
-http://www.linuxfromscratch.org/hlfs/
-http://www.linuxfromscratch.org/hints/downloads/files/entropy.txt
-
-$LastChangedBy$
-$Date$
-
-diff -Naur openssl-0.9.7e.orig/crypto/rand/rand_unix.c 
openssl-0.9.7e/crypto/rand/rand_unix.c
---- openssl-0.9.7e.orig/crypto/rand/rand_unix.c        2003-12-27 
16:01:52.000000000 +0000
-+++ openssl-0.9.7e/crypto/rand/rand_unix.c     2005-02-16 02:18:48.000000000 
+0000
-@@ -124,7 +124,8 @@
- #include <unistd.h>
- #include <time.h>
- 
--#ifdef __OpenBSD__
-+/* HAVE_ARC4RANDOM is defined in stdlib.h, which comes from cryptlib.h */
-+#if defined(__OpenBSD__) || defined(HAVE_ARC4RANDOM)
- int RAND_poll(void)
- {
-       u_int32_t rnd = 0, i;

Added: trunk/openssl/openssl-0.9.7g-arc4random-1.patch
===================================================================
--- trunk/openssl/openssl-0.9.7g-arc4random-1.patch     2005-07-13 20:06:09 UTC 
(rev 1013)
+++ trunk/openssl/openssl-0.9.7g-arc4random-1.patch     2005-07-13 20:11:44 UTC 
(rev 1014)
@@ -0,0 +1 @@
+link ../hlfs/openssl-0.9.7g-arc4random-1.patch
\ No newline at end of file


Property changes on: trunk/openssl/openssl-0.9.7g-arc4random-1.patch
___________________________________________________________________
Name: svn:special
   + *

-- 
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to