pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/hashcash Update to 0.30 (distfile site change...
details: https://anonhg.NetBSD.org/pkgsrc/rev/00ef62264791
branches: trunk
changeset: 471650:00ef62264791
user: tv <tv%pkgsrc.org@localhost>
date: Mon Mar 29 19:09:06 2004 +0000
description:
Update to 0.30 (distfile site changed for newer releases, too):
hashcash-0.30 - 04-Mar-2004 - Adam Back <adam%cypherspace.org@localhost>
* make -cX check multiple X-Hashcash lines until it finds the
right one. Bug reported by Kyle Hasselbacher <kyle%toehold.com@localhost>.
hashcash-0.29 - 04-Mar-2004 - Adam Back <adam%cypherspace.org@localhost>
* 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:
security/hashcash/Makefile | 6 +++---
security/hashcash/distinfo | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (27 lines):
diff -r 234c880961c1 -r 00ef62264791 security/hashcash/Makefile
--- a/security/hashcash/Makefile Mon Mar 29 19:01:57 2004 +0000
+++ b/security/hashcash/Makefile Mon Mar 29 19:09:06 2004 +0000
@@ -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@localhost
diff -r 234c880961c1 -r 00ef62264791 security/hashcash/distinfo
--- a/security/hashcash/distinfo Mon Mar 29 19:01:57 2004 +0000
+++ b/security/hashcash/distinfo Mon Mar 29 19:09:06 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/03/29 19:01:34 tv Exp $
+$NetBSD: distinfo,v 1.2 2004/03/29 19:09:06 tv Exp $
-SHA1 (hashcash-0.28.tgz) = 8749d88003c1c5028615646eddffd422054c2804
-Size (hashcash-0.28.tgz) = 88924 bytes
+SHA1 (hashcash-0.30.tgz) = 7692499d78f0adae647b3c58c83d29f0e2b439c0
+Size (hashcash-0.30.tgz) = 88894 bytes
Home |
Main Index |
Thread Index |
Old Index