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 | 85903ab3ca0f1b0b03a9f4946ce7e9d2239cbd19 (patch) | |
tree | 2dfff66c3e65d787826993ee47570a5bf2a30d7b /net/entropy | |
parent | 2c9e10d1a47ff71f6ca91db17502acaf7984ffd5 (diff) | |
download | pkgsrc-85903ab3ca0f1b0b03a9f4946ce7e9d2239cbd19.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')
-rw-r--r-- | net/entropy/Makefile | 4 | ||||
-rw-r--r-- | net/entropy/distinfo | 10 | ||||
-rw-r--r-- | net/entropy/patches/patch-ac | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net/entropy/Makefile b/net/entropy/Makefile index 7fb0fe10f4e..6853056f2e7 100644 --- a/net/entropy/Makefile +++ b/net/entropy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/07/14 13:07:39 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/08/17 15:31:52 tv Exp $ # DISTNAME= entropy_rsa-${ENTROPY_VERSION} @@ -15,7 +15,7 @@ COMMENT= Anonymous peer-to-peer networking node (similar to Freenet) GNU_CONFIGURE= yes USE_TOOLS+= gmake -ENTROPY_VERSION= 0.9.0-433 +ENTROPY_VERSION= 0.9.1-438 CONFIGURE_ARGS+= --enable-setproctitle --enable-verbose --disable-posix-sem LIBS+= -L${BUILDLINK_PREFIX.zlib}/lib -lz -L${BUILDLINK_PREFIX.expat}/lib -lexpat diff --git a/net/entropy/distinfo b/net/entropy/distinfo index b7af270fc23..045026923fd 100644 --- a/net/entropy/distinfo +++ b/net/entropy/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2005/07/14 13:07:39 tv Exp $ +$NetBSD: distinfo,v 1.9 2005/08/17 15:31:52 tv Exp $ -SHA1 (entropy_rsa-0.9.0-433.tgz) = 93cf0ec234b8564dca7fc45bddd9aa9577771429 -RMD160 (entropy_rsa-0.9.0-433.tgz) = 3a3f8ac4babee1fb4f30b03951d073494c7e47bd -Size (entropy_rsa-0.9.0-433.tgz) = 878827 bytes +SHA1 (entropy_rsa-0.9.1-438.tgz) = 8833d4f03a5b484467658728a599a67a0203c543 +RMD160 (entropy_rsa-0.9.1-438.tgz) = f06360d2e812907f814c116bbb3b5a838ad26462 +Size (entropy_rsa-0.9.1-438.tgz) = 880712 bytes SHA1 (patch-aa) = f094ead71b69995d6a8a48ac954bddac22339982 SHA1 (patch-ab) = 6e5ad3221243cb942b265d664e9833596c7f24c3 -SHA1 (patch-ac) = 5b9440de45da9cc80676bd16d3a94783b7b5cf67 +SHA1 (patch-ac) = 356895fa6e9309ac1479ca52a1ec3164f6a1613a 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. |