summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/hashcash/Makefile4
-rw-r--r--security/hashcash/distinfo10
-rw-r--r--security/hashcash/patches/patch-aa13
-rw-r--r--security/hashcash/patches/patch-ab13
4 files changed, 6 insertions, 34 deletions
diff --git a/security/hashcash/Makefile b/security/hashcash/Makefile
index ad47035329f..a03cabec967 100644
--- a/security/hashcash/Makefile
+++ b/security/hashcash/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2006/03/22 22:50:33 tv Exp $
+# $NetBSD: Makefile,v 1.8.2.1 2006/06/28 16:45:46 snj Exp $
#
-DISTNAME= hashcash-1.13
+DISTNAME= hashcash-1.22
CATEGORIES= security
MASTER_SITES= http://www.hashcash.org/source/
EXTRACT_SUFX= .tgz
diff --git a/security/hashcash/distinfo b/security/hashcash/distinfo
index 16130a3d39e..12de8555f2a 100644
--- a/security/hashcash/distinfo
+++ b/security/hashcash/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 13:10:06 agc Exp $
+$NetBSD: distinfo,v 1.6.10.1 2006/06/28 16:45:46 snj Exp $
-SHA1 (hashcash-1.13.tgz) = 045b05e3e1a6422c0c853c6e5eaf21fea3d3c377
-RMD160 (hashcash-1.13.tgz) = 9f628c3281850affc664a3c78d01021caec376dc
-Size (hashcash-1.13.tgz) = 175741 bytes
-SHA1 (patch-aa) = c8e619f2b8ce9a2b656986ff813107eae3aeb584
-SHA1 (patch-ab) = 7c8bafe32f93529f178ba65009dc5638beb47cb1
+SHA1 (hashcash-1.22.tgz) = 0fa03c9f266026e505c0ab7b671ad93aef9310de
+RMD160 (hashcash-1.22.tgz) = 60037d7feebb6ba3d57c900a811a46580bd567be
+Size (hashcash-1.22.tgz) = 195193 bytes
diff --git a/security/hashcash/patches/patch-aa b/security/hashcash/patches/patch-aa
deleted file mode 100644
index d76a5eae3fa..00000000000
--- a/security/hashcash/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/11/29 01:56:16 tv Exp $
-
---- Makefile.orig 2004-11-28 20:52:15.000000000 -0500
-+++ Makefile
-@@ -23,7 +23,7 @@ COPT_MINGW = -O3 -funroll-loops -march=i
- COPT_G3_OSX = -O3 -funroll-loops -fno-inline -mcpu=750 -faltivec
- COPT_PPC_LINUX = -O3 -funroll-loops -fno-inline -mcpu=604e -maltivec \
- -mabi=altivec
--CFLAGS = -DREGEXP_POSIX
-+CFLAGS += -DREGEXP_POSIX
- EXES = hashcash$(EXE) sha1$(EXE) sha1test$(EXE)
- INSTALL = install
- POD2MAN = pod2man
diff --git a/security/hashcash/patches/patch-ab b/security/hashcash/patches/patch-ab
deleted file mode 100644
index 834b7927713..00000000000
--- a/security/hashcash/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/12/01 12:50:39 tv Exp $
-
---- hashcash.c.orig 2004-12-01 07:49:23.000000000 -0500
-+++ hashcash.c
-@@ -117,7 +117,7 @@ typedef struct {
-
- void db_open( DB* db, const char* db_filename );
- void db_purge( DB* db, ARRAY* purge_resource, int purge_all,
-- long purge_period, time_t now_time, time_t real_time,
-+ long purge_period, time_t now_time, long validity_period,
- long grace_period );
- int db_in( DB* db, char* token, char *period );
- void db_add( DB* db, char* token, char *token_utime );