Use /dev/arandom by default.

This commit is contained in:
ajacoutot 2010-03-20 17:07:35 +00:00
parent b31c5c5f94
commit f6d6881b5e
2 changed files with 13 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.20 2009/12/22 00:31:22 sthen Exp $
# $OpenBSD: Makefile,v 1.21 2010/03/20 17:07:35 ajacoutot Exp $
COMMENT= multithreaded gtk2 file transfer client
DISTNAME= gftp-2.0.19
PKGNAME= ${DISTNAME}p2
PKGNAME= ${DISTNAME}p3
CATEGORIES= net
HOMEPAGE= http://gftp.seul.org/

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-docs_sample_gftp_gftprc,v 1.2 2008/12/01 16:09:01 ajacoutot Exp $
$OpenBSD: patch-docs_sample_gftp_gftprc,v 1.3 2010/03/20 17:07:35 ajacoutot Exp $
--- docs/sample.gftp/gftprc.orig Thu Jan 24 14:56:55 2008
+++ docs/sample.gftp/gftprc Mon Dec 1 17:03:43 2008
+++ docs/sample.gftp/gftprc Sun Feb 7 09:59:26 2010
@@ -83,7 +83,7 @@ trans_blksize=20480
default_protocol=FTP
@ -10,3 +10,12 @@ $OpenBSD: patch-docs_sample_gftp_gftprc,v 1.2 2008/12/01 16:09:01 ajacoutot Exp
# This defines what will happen when you double click a file in the file
# listboxes. 0=View file 1=Edit file 2=Transfer file
@@ -245,7 +245,7 @@ resolve_symlinks=1
ascii_transfers=0
# SSL entropy file
-entropy_source=/dev/urandom
+entropy_source=/dev/arandom
# The maximum number of bytes to seed the SSL engine with
entropy_len=1024