diff options
author | steve <steve@FreeBSD.org> | 2001-12-16 05:07:20 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-12-16 05:07:20 +0800 |
commit | 96b37bfdde7d527b5fd408c1e699fafd7142e097 (patch) | |
tree | e366a5010fcf93477092a7aad771661e1f6c02b2 /security/drweb/Makefile | |
parent | 82294bfb11358fac4e9fa7b60b628e3ef554962f (diff) | |
download | freebsd-ports-gnome-96b37bfdde7d527b5fd408c1e699fafd7142e097.tar.gz freebsd-ports-gnome-96b37bfdde7d527b5fd408c1e699fafd7142e097.tar.zst freebsd-ports-gnome-96b37bfdde7d527b5fd408c1e699fafd7142e097.zip |
Author made the following changes and re-rolled the distfile without
changing its name.
- Fix minor security bugs in libdwclient
- Fix security bug in drweb_qmail.pl
- Fix minor bug in libdwclient, possible file descriptors leak
- Fix bug in drweb_postfix.sh, wrong mail command for sends notifications
Diffstat (limited to 'security/drweb/Makefile')
-rw-r--r-- | security/drweb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb/Makefile b/security/drweb/Makefile index f941fc8f5d09..2c2550e36ee9 100644 --- a/security/drweb/Makefile +++ b/security/drweb/Makefile @@ -7,7 +7,7 @@ PORTNAME= drweb PORTVERSION= 4.26c -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.drweb.ru/ftp/web_pub/ DISTNAME= ${PORTNAME}d-${PORTVERSION}-freebsd4 |