From 1232f40c8b4cbb0476ff6b5e16ad37e7ce74fa3e Mon Sep 17 00:00:00 2001 From: nros Date: Sun, 6 Mar 2016 13:29:34 +0000 Subject: Updated bftpd to version 4.4. Build with "on the fly" gzip compression since it's mentioned in DESCR. Changelog: 4.4 - Fixed potential buffer overflow when expanding symbolic link file names. 4.3 - Clarified license (COPYING file) - Fixed compiler warning with regards to pointer-to-integer cast. 4.2 - Improved user checking code to avoid locking out valid users from the system. (Thanks to Lauri Kasanen for reporting this bug and supplying a patch.) 4.1 - Added checks to crypt() calls to prevent operating on NULL pointer. (Thanks to Lauri Kasanen for reporting this bug.) 4.0 - Added patch from Thomas Cort to make Bftpd compile on NetBSD. 3.9 - Adjusted Makefile to allow for easy access to non-default compiler options. Alternative compiler can be used by running "make CC=compilername". - Zhenbo Xu reported several potential memory bugs which could cause Bftpd if the operating system is out of memory. Also reported a memory leak. Checks are now in place to prevent crashes and the memory leak has been plugged. - Added MINIX-specific configuration file which should allow Bftpd to run smoothly and without additional configuration on MINIX. - Merged MINIX porting code into mainline Bftpd so we can work with one, unified code base. 3.8 - Fixed bug in user tracking which could result in corrupted times on 64-bit systems. - When Bftpd is compiled with a "prefix" (which is the default behaviour) the Bftpd will check both /etc/bftpd.conf AND PREFIX/etc/bftpd.conf when trying to find its configuration file. This should avoid requiring the admin to pass the location of the config file on the command line. --- net/bftpd/distinfo | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'net/bftpd/distinfo') diff --git a/net/bftpd/distinfo b/net/bftpd/distinfo index a24aee997e9..31e695e1986 100644 --- a/net/bftpd/distinfo +++ b/net/bftpd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2015/11/04 00:34:53 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/03/06 13:29:34 nros Exp $ -SHA1 (bftpd-3.7.tar.gz) = 6766232810927db885720792e8d4314942628b8a -RMD160 (bftpd-3.7.tar.gz) = 9b56d31c3a087c4fb035657e6479e1ecbfb243b0 -SHA512 (bftpd-3.7.tar.gz) = 04365b87c79fccf0463f9b62341cf97decb1f6739488ecd852685aaf75405bd95972bb51ac4ae77309c46d91a3e82db7f47bc68e62fa0d559f8cbf6552097d32 -Size (bftpd-3.7.tar.gz) = 155428 bytes +SHA1 (bftpd-4.4.tar.gz) = 7852775d98782739b785ebcd1d56b11b65f738c3 +RMD160 (bftpd-4.4.tar.gz) = 5fab388cae684c1d34b854999bb4c090c02ad3c8 +SHA512 (bftpd-4.4.tar.gz) = 290efff4db849f7a3004a268a78a499b866bd7f9061f7880813a3bf1db2cd63ff508e64bada1b6bcd48ab40732e3fb0da9b29fd49712149f9945cd53920a7d62 +Size (bftpd-4.4.tar.gz) = 164940 bytes SHA1 (patch-aa) = 3b4444d79533fd8b2ec7bc99eb53c34ca2113350 -- cgit v1.2.3