Sha256: b919a72ef25a63659f0b078afd358b2674b90e9e10227b1de82e3c22c4ecb973

Contents?: true

Size: 574 Bytes

Versions: 2

Compression:

Stored size: 574 Bytes

Contents

https://raw.githubusercontent.com/freebsd/freebsd-ports/master/textproc/htmldoc/files/patch-htmldoc__http.c
===================================================================
--- ./htmldoc/http.c.orig 2014-01-05 21:41:32.000000000 +0100
+++ ./htmldoc/http.c  2014-01-28 04:47:07.000000000 +0100
@@ -1228,6 +1228,8 @@
   * Using the current time is a dubious random seed, but on some systems
   * it is the best we can do (on others, this seed isn't even used...)
   */
+#define CUPS_RAND() arc4random()
+#define CUPS_SRAND(v) arc4random_stir()
 
   CUPS_SRAND(time(NULL));

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
htmldoc_remote_compile_wrapper-0.8 src/htmldoc-1.8.28.patch
htmldoc_remote_compile_wrapper-0.7 src/htmldoc-1.8.28.patch