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/Makefile | |
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/Makefile')
-rw-r--r-- | net/entropy/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |