pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/hashcash Hashcash is a denial-of-service coun...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8b5fb1b2c4d
branches:  trunk
changeset: 471648:e8b5fb1b2c4d
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Mar 29 19:01:34 2004 +0000

description:
Hashcash is a denial-of-service counter measure tool. It's main current
    use is to help hashcash users avoid losing email due to content based
    and blacklist based anti-spam systems.

    The hashcash tool allows you to create hashcash tokens to attach to
    emails you send, and to verify hashcash tokens attached to emails you
    receive. Email senders attach hashcash tokens with the X-Hashcash:
    header. Vendors and authors of anti-spam tools are encouraged to exempt
    mail sent with hashcash from their blacklists and content based
    filtering rules.

diffstat:

 security/hashcash/DESCR    |  10 ++++++++++
 security/hashcash/Makefile |  21 +++++++++++++++++++++
 security/hashcash/PLIST    |   3 +++
 security/hashcash/distinfo |   4 ++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 1c3105490cfc -r e8b5fb1b2c4d security/hashcash/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/hashcash/DESCR   Mon Mar 29 19:01:34 2004 +0000
@@ -0,0 +1,10 @@
+    Hashcash is a denial-of-service counter measure tool. It's main current
+    use is to help hashcash users avoid losing email due to content based
+    and blacklist based anti-spam systems.
+
+    The hashcash tool allows you to create hashcash tokens to attach to
+    emails you send, and to verify hashcash tokens attached to emails you
+    receive. Email senders attach hashcash tokens with the X-Hashcash:
+    header. Vendors and authors of anti-spam tools are encouraged to exempt
+    mail sent with hashcash from their blacklists and content based
+    filtering rules.
diff -r 1c3105490cfc -r e8b5fb1b2c4d security/hashcash/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/hashcash/Makefile        Mon Mar 29 19:01:34 2004 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 19:01:34 tv Exp $
+#
+
+DISTNAME=              hashcash-0.28
+CATEGORIES=            security
+MASTER_SITES=          http://cypherspace.org/hashcash/source/
+EXTRACT_SUFX=          .tgz
+
+MAINTAINER=            tv%duh.org@localhost
+HOMEPAGE=              http://www.hashcash.org/
+COMMENT=               Hash collision based postage stamp
+
+MAKE_FLAGS=            COPT="${CFLAGS} -Dunix"
+
+USE_BUILDLINK3=                yes
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/hashcash ${PREFIX}/bin/
+       ${INSTALL_DATA} ${WRKSRC}/hashcash.1 ${PREFIX}/man/man1/
+
+.include "../../mk/bsd.pkg.mk"
diff -r 1c3105490cfc -r e8b5fb1b2c4d security/hashcash/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/hashcash/PLIST   Mon Mar 29 19:01:34 2004 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/29 19:01:34 tv Exp $
+bin/hashcash
+man/man1/hashcash.1
diff -r 1c3105490cfc -r e8b5fb1b2c4d security/hashcash/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/hashcash/distinfo        Mon Mar 29 19:01:34 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/03/29 19:01:34 tv Exp $
+
+SHA1 (hashcash-0.28.tgz) = 8749d88003c1c5028615646eddffd422054c2804
+Size (hashcash-0.28.tgz) = 88924 bytes



Home | Main Index | Thread Index | Old Index