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 | ef2a5e980d417681ce61e8c858a9730636fa7558 (patch) | |
tree | 41c0c78d5ded88da9ddc35c8db889f1a05b89cb4 /net/entropy/Makefile | |
parent | 75ac85611caab3ae6ce94ec9b9e5108531c1ddd3 (diff) | |
download | pkgsrc-ef2a5e980d417681ce61e8c858a9730636fa7558.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/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 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 |