diff options
author | netchild <netchild@FreeBSD.org> | 2003-10-09 16:46:46 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-10-09 16:46:46 +0800 |
commit | 374493898da2cb4b9baf0f014e297044ca51c054 (patch) | |
tree | e616c5a82d518d82f44339ddf1d9a6b8b2386ea1 /ftp/ftpd-tls/Makefile | |
parent | 8ca4deba2bd3ce5e4585114084633b68e9472071 (diff) | |
download | freebsd-ports-gnome-374493898da2cb4b9baf0f014e297044ca51c054.tar.gz freebsd-ports-gnome-374493898da2cb4b9baf0f014e297044ca51c054.tar.zst freebsd-ports-gnome-374493898da2cb4b9baf0f014e297044ca51c054.zip |
Update to 20031008. This fixes a bug where ftpd-tls would log bogus file
sizes for transfered files. On other operating systems (e.g. GNU/Linux) it
was even more severe as it also affected the file sizes ftpd-tls announced
in advent of a file transfer.
Submitted by: maintainer
Diffstat (limited to 'ftp/ftpd-tls/Makefile')
-rw-r--r-- | ftp/ftpd-tls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/ftpd-tls/Makefile b/ftp/ftpd-tls/Makefile index a7fad8e3d372..d06b5d82972b 100644 --- a/ftp/ftpd-tls/Makefile +++ b/ftp/ftpd-tls/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ftpd-tls -PORTVERSION= 20030924 +PORTVERSION= 20031008 CATEGORIES= ftp security MASTER_SITES= ftp://ftp.zeist.de/pub/distfiles/ \ ftp://ftp.runestig.com/pub/ftpd-tls/ |