diff options
author | ghen <ghen@pkgsrc.org> | 2006-08-04 20:12:31 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-08-04 20:12:31 +0000 |
commit | f3a7bbd06c130bea01a1d3755ae691fa4996029d (patch) | |
tree | 03e23556b10a38bd27c827ef217c139d6811ab99 /mail/spamprobe | |
parent | a29631aa0c1c6bf8a32e3a23f6128aa2adc03e09 (diff) | |
download | pkgsrc-f3a7bbd06c130bea01a1d3755ae691fa4996029d.tar.gz |
Update spamprobe to 1.4b (PKGNAME changed to 1.4.2).
Changes in 1.4a:
This release fixes a bug in decoding malformed base64 encoded data that
manifested itself in some architectures. Also corrects a typo in the online
help. Some code cleanup and minor performance tweaks were added as well.
Changes in 1.4b:
This release fixes pair of bugs related to messages with no lines in their
bodies. No new features were added.
Diffstat (limited to 'mail/spamprobe')
-rw-r--r-- | mail/spamprobe/Makefile | 5 | ||||
-rw-r--r-- | mail/spamprobe/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile index 91184b12402..b58e256f430 100644 --- a/mail/spamprobe/Makefile +++ b/mail/spamprobe/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2006/01/07 10:27:51 hubertf Exp $ +# $NetBSD: Makefile,v 1.17 2006/08/04 20:12:31 ghen Exp $ -DISTNAME= spamprobe-1.4 +DISTNAME= spamprobe-1.4b +PKGNAME= spamprobe-1.4.2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=spamprobe/} diff --git a/mail/spamprobe/distinfo b/mail/spamprobe/distinfo index e2567f55bd0..956ea55670c 100644 --- a/mail/spamprobe/distinfo +++ b/mail/spamprobe/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2006/01/07 10:27:51 hubertf Exp $ +$NetBSD: distinfo,v 1.10 2006/08/04 20:12:31 ghen Exp $ -SHA1 (spamprobe-1.4.tar.gz) = 723f026a07c659f6a76be572fa29cfe7f21dc0ba -RMD160 (spamprobe-1.4.tar.gz) = f8067319af1d53f6d7469e275d043974e9dad34d -Size (spamprobe-1.4.tar.gz) = 251798 bytes +SHA1 (spamprobe-1.4b.tar.gz) = a20a6c4a3ab831dd39b392c755170140d91cc372 +RMD160 (spamprobe-1.4b.tar.gz) = e3d08b6ea4eb603f4341b9c683a2092db3ba3aa5 +Size (spamprobe-1.4b.tar.gz) = 255023 bytes |