diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-08-23 18:14:54 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-08-23 18:14:54 +0800 |
commit | e597c1658371c94559a8245ecf694c226d7b2ce4 (patch) | |
tree | e239e7789eff4e4dc6fcd8b5babdbb1e0881bb4d /mail/noattach | |
parent | ebfa772d2424dc42cd066d5db712a3211c312621 (diff) | |
download | freebsd-ports-gnome-e597c1658371c94559a8245ecf694c226d7b2ce4.tar.gz freebsd-ports-gnome-e597c1658371c94559a8245ecf694c226d7b2ce4.tar.zst freebsd-ports-gnome-e597c1658371c94559a8245ecf694c226d7b2ce4.zip |
- Update to 1.1p1
fix a buffer overflow in the return message generation
- set PORTVERSION 1.1.1 to avoid future conflicts
Diffstat (limited to 'mail/noattach')
-rw-r--r-- | mail/noattach/Makefile | 3 | ||||
-rw-r--r-- | mail/noattach/distinfo | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/noattach/Makefile b/mail/noattach/Makefile index f8f6c11fabd3..996b0c13a86d 100644 --- a/mail/noattach/Makefile +++ b/mail/noattach/Makefile @@ -6,9 +6,10 @@ # PORTNAME= noattach -PORTVERSION= 1.1 +PORTVERSION= 1.1.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.rhnet.is/pub/noattach/ +DISTNAME= ${PORTNAME}-1.1p1 MAINTAINER= dinoex@FreeBSD.org COMMENT= A attatchment filter for Sendmail diff --git a/mail/noattach/distinfo b/mail/noattach/distinfo index f64119936b93..2854050b69e3 100644 --- a/mail/noattach/distinfo +++ b/mail/noattach/distinfo @@ -1 +1 @@ -MD5 (noattach-1.1.tar.gz) = e26fc62e175de7f8abfbaccb0dcdf18f +MD5 (noattach-1.1p1.tar.gz) = 4b2baa32bc1a6ef914c1f53eb9b7a23a |