diff options
author | tv <tv@pkgsrc.org> | 2005-07-14 13:07:39 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-07-14 13:07:39 +0000 |
commit | 02c6f3bdf5368370a733fba2d3d75c9511bef8bb (patch) | |
tree | 41c0c78d5ded88da9ddc35c8db889f1a05b89cb4 /net/entropy | |
parent | eed54efd4aa5245e3365771c4d500e43b28bd282 (diff) | |
download | pkgsrc-02c6f3bdf5368370a733fba2d3d75c9511bef8bb.tar.gz |
Update to 0.9.0-433, as the -429 distfile disappeared quickly.
No official ChangeLog; summary:
- various buffer size fixes
- remove some double and triple encryption CPU wastes
- zlib usage fixes
Diffstat (limited to 'net/entropy')
-rw-r--r-- | net/entropy/Makefile | 4 | ||||
-rw-r--r-- | net/entropy/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/entropy/Makefile b/net/entropy/Makefile index 67e248d09d2..7fb0fe10f4e 100644 --- a/net/entropy/Makefile +++ b/net/entropy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/06/30 16:31:47 tv Exp $ +# $NetBSD: Makefile,v 1.16 2005/07/14 13:07:39 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-429 +ENTROPY_VERSION= 0.9.0-433 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 1263fb060d6..b7af270fc23 100644 --- a/net/entropy/distinfo +++ b/net/entropy/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2005/06/30 16:31:47 tv Exp $ +$NetBSD: distinfo,v 1.8 2005/07/14 13:07:39 tv Exp $ -SHA1 (entropy_rsa-0.9.0-429.tgz) = da9a3c068e370f17695bd77e64d7abc2f102083e -RMD160 (entropy_rsa-0.9.0-429.tgz) = 29e3dab1ada0ccab9548e973e30604b6cdd61a15 -Size (entropy_rsa-0.9.0-429.tgz) = 867671 bytes +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 (patch-aa) = f094ead71b69995d6a8a48ac954bddac22339982 SHA1 (patch-ab) = 6e5ad3221243cb942b265d664e9833596c7f24c3 SHA1 (patch-ac) = 5b9440de45da9cc80676bd16d3a94783b7b5cf67 |