diff options
author | naddy <naddy@FreeBSD.org> | 2005-04-03 07:01:46 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2005-04-03 07:01:46 +0800 |
commit | 13646f59961bc75a2059e1859f388da153832b1a (patch) | |
tree | d904912e4bbfb909213e59f5441519be3fb7739a /mail/hashcash/Makefile | |
parent | 11d064c3b390a04ff8df2a3bc5dd753c2cf0c5c1 (diff) | |
download | freebsd-ports-gnome-13646f59961bc75a2059e1859f388da153832b1a.tar.gz freebsd-ports-gnome-13646f59961bc75a2059e1859f388da153832b1a.tar.zst freebsd-ports-gnome-13646f59961bc75a2059e1859f388da153832b1a.zip |
Update to 1.17.
Among other things, this version fixes a format string vulnerability.
PR: ports/79434
Submitted by: David Bremner <bremner@unb.ca>
Diffstat (limited to 'mail/hashcash/Makefile')
-rw-r--r-- | mail/hashcash/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/hashcash/Makefile b/mail/hashcash/Makefile index 46b0d9e3fde3..95b1ab947afa 100644 --- a/mail/hashcash/Makefile +++ b/mail/hashcash/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hashcash -PORTVERSION= 1.02 +PORTVERSION= 1.17 CATEGORIES= mail MASTER_SITES= http://www.hashcash.org/source/ EXTRACT_SUFX= .tgz @@ -14,9 +14,11 @@ EXTRACT_SUFX= .tgz MAINTAINER= bremner@unb.ca COMMENT= Anti-spam / denial of service counter-measure tool + MAN1= hashcash.1 sha1-hashcash.1 PLIST_FILES= bin/hashcash bin/sha1 PORTDOCS= CHANGELOG LICENSE README +ALL_TARGET= generic .if defined(NOPORTDOCS) |