diff options
author | tv <tv@pkgsrc.org> | 2005-08-17 15:31:52 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-08-17 15:31:52 +0000 |
commit | 994018d9f5ed2f92947e6b38a9326a79fd065830 (patch) | |
tree | 2dfff66c3e65d787826993ee47570a5bf2a30d7b /net/entropy/patches | |
parent | 6374d9b84d59a6b6f2e5a520afb4f345bce99b66 (diff) | |
download | pkgsrc-994018d9f5ed2f92947e6b38a9326a79fd065830.tar.gz |
Update to 0.9.1-438. Main change:
Fix a serious bug in fragment sizes of files being >= 256K. The bug wasted a
lot of data store space and traffic.
Diffstat (limited to 'net/entropy/patches')
-rw-r--r-- | net/entropy/patches/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/entropy/patches/patch-ac b/net/entropy/patches/patch-ac index 7793b436159..c6afec536d5 100644 --- a/net/entropy/patches/patch-ac +++ b/net/entropy/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.2 2005/06/30 16:31:47 tv Exp $ +$NetBSD: patch-ac,v 1.3 2005/08/17 15:31:52 tv Exp $ --- entropy_rsa.conf-dist.orig 2005-06-28 12:40:06.000000000 -0400 +++ entropy_rsa.conf-dist @@ -10,7 +10,7 @@ $NetBSD: patch-ac,v 1.2 2005/06/30 16:31:47 tv Exp $ +crypto_reject=crypt0,crypt1,crypt2,vmc1,incr # Select a log filename. Default is entropy.log in the current directory. --logfile=entropy_rsa.log +-logfile=./entropy_rsa.log +logfile=entropy.log # Select a logging level from none, error, normal, minor or debug. |