diff options
author | tv <tv> | 2004-03-29 19:09:06 +0000 |
---|---|---|
committer | tv <tv> | 2004-03-29 19:09:06 +0000 |
commit | 081dd03a394632f0a77e98ce79fde6f552a3bb9a (patch) | |
tree | bd6aaf25f455ffe2fcea2133bfc6464c015ce6fc /security/hashcash/Makefile | |
parent | f60d53426b6e076d27f5cef802d04de028b5f663 (diff) | |
download | pkgsrc-081dd03a394632f0a77e98ce79fde6f552a3bb9a.tar.gz |
Update to 0.30 (distfile site changed for newer releases, too):
hashcash-0.30 - 04-Mar-2004 - Adam Back <adam@cypherspace.org>
* make -cX check multiple X-Hashcash lines until it finds the
right one. Bug reported by Kyle Hasselbacher <kyle@toehold.com>.
hashcash-0.29 - 04-Mar-2004 - Adam Back <adam@cypherspace.org>
* fix prototype mismatch of function hashcash_check in
hashcash.h vs libhc.c which caused compile failure on
openBSD and freeBSD
* change to make it compile on MAC OSX (need to recognize OSX
and treat as unix like for headers to include)
* change to make it compile on solaris 9 (and POSIX / SVR
systems in general). Turns out putenv(3) is more portable
than setenv(3) / unsetenv(3)
* update sha1 man page to name it sha1-hashcash to avoid collision
with openssl sha1(1). By default with openssl there is not
actually any program named sha1, rather sha1 is a subprogram of
openssl invoked "openssl sha1". However I think it may still be
possible to compile that as a separate program or symlink sha1 to
openssl to get that.
* update sha1 man pages to refer to the other common sha1
implementations.
* update LICENSE request
Diffstat (limited to 'security/hashcash/Makefile')
-rw-r--r-- | security/hashcash/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/hashcash/Makefile b/security/hashcash/Makefile index ac1a6c8bb3a..43f6c6f3820 100644 --- a/security/hashcash/Makefile +++ b/security/hashcash/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 19:01:34 tv Exp $ +# $NetBSD: Makefile,v 1.2 2004/03/29 19:09:06 tv Exp $ # -DISTNAME= hashcash-0.28 +DISTNAME= hashcash-0.30 CATEGORIES= security -MASTER_SITES= http://cypherspace.org/hashcash/source/ +MASTER_SITES= http://www.hashcash.org/source/ EXTRACT_SUFX= .tgz MAINTAINER= tv@duh.org |