diff options
author | will <will@FreeBSD.org> | 2000-07-09 02:07:07 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-09 02:07:07 +0000 |
commit | 1c935af1b82935f6902060b10fe76ebb342dcf28 (patch) | |
tree | dea7690b2d692bf196585a7a6574c3db853ab94b /ftp/wu-ftpd/Makefile | |
parent | e9d6128bd2697496daaed28f4a6d42a444700bf6 (diff) | |
download | FreeBSD-ports-1c935af1b82935f6902060b10fe76ebb342dcf28.zip FreeBSD-ports-1c935af1b82935f6902060b10fe76ebb342dcf28.tar.gz |
Update to 2.6.1, which fixes some security issues (actually, we already
had some setproctitle(), etc. fixed through patch-aa), fixes memory leaks
in internal ls, and merges in the virtual passwd/shadow features of
BeroFTPD. This update should solve SA 00:29. Add WWW to DESCR.
Diffstat (limited to 'ftp/wu-ftpd/Makefile')
-rw-r--r-- | ftp/wu-ftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wu-ftpd/Makefile b/ftp/wu-ftpd/Makefile index 7e9391c..2a12039 100644 --- a/ftp/wu-ftpd/Makefile +++ b/ftp/wu-ftpd/Makefile @@ -8,7 +8,7 @@ # it is changed from previous versions PORTNAME= wu-ftpd -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= ftp MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/ |