summaryrefslogtreecommitdiff
path: root/net/bftpd
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-10-17 10:11:20 +0000
committernia <nia@pkgsrc.org>2021-10-17 10:11:20 +0000
commit4c6d31ecbd393b0c174cfb5268b3870a009868a2 (patch)
tree24436beaf2fe814b6e2496b50f86e4e3903f5c2d /net/bftpd
parentc95e3724c1a51052fe0f8dac5b32e1d234a56b39 (diff)
downloadpkgsrc-4c6d31ecbd393b0c174cfb5268b3870a009868a2.tar.gz
bftpd: update to 6.0
Jesse Smith <jessefrgsmith@yahoo.ca> -> 6.0 - Make extended passive mode respect the PASSIVE_PORTS variable in the bftpd configuration file. Previously random ports would be assigned. - Minor code clean-up in mystrings library to avoid calculating string length multiple times. Jesse Smith <jessefrgsmith@yahoo.ca> -> 5.9 - Fixed output of directory listing so that file size is right-justified which makes output look cleaner. Fix suggested by uomo ukko. - Addressed some compiler warnings. Make sure we bail out of situations even if they should never realisticaly return an error. Jesse Smith <jessefrgsmith@yahoo.ca> -> 5.8 - Many spelling errors in source code and documentation found and fixed by Jens of Fossies (fossies.org). Applied spelling corrections. - Removed mark-up and special characters from COPYING, README, and INSTALL files. - Fixed file size reporting on 32-bit ARM architecture when files are large (greater than 2GB). Problem and fix reported by uomo ukko. Jesse Smith <jessefrgsmith@yahoo.ca> -> 5.7 - A malicious client could cause a buffer overflow with a lot of EPSV commands sent in a row. We now close the pasv socket before each new use to avoid accumulating more than 1023. Thanks to Shisong Qin for reporting this issue and suggesting a fix.
Diffstat (limited to 'net/bftpd')
-rw-r--r--net/bftpd/Makefile4
-rw-r--r--net/bftpd/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/bftpd/Makefile b/net/bftpd/Makefile
index df2d47f044d..9edf629d37c 100644
--- a/net/bftpd/Makefile
+++ b/net/bftpd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2021/06/12 08:10:52 nia Exp $
+# $NetBSD: Makefile,v 1.29 2021/10/17 10:11:20 nia Exp $
-DISTNAME= bftpd-5.7
+DISTNAME= bftpd-6.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bftpd/}
diff --git a/net/bftpd/distinfo b/net/bftpd/distinfo
index 2039d3267c7..a1183924230 100644
--- a/net/bftpd/distinfo
+++ b/net/bftpd/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2021/10/07 14:41:15 nia Exp $
+$NetBSD: distinfo,v 1.18 2021/10/17 10:11:20 nia Exp $
-RMD160 (bftpd-5.7.tar.gz) = 3a532995f02a8484c0f1cf4d216f51200572d4e1
-SHA512 (bftpd-5.7.tar.gz) = 8d3cb5e2830abe10f4f38e4e1dce27da8b6ff6224fa3fd89db7b182917ff734aa5761563dc22eb04fcba4195404c205593ab40d4ac3f08d8284c8e15c4731879
-Size (bftpd-5.7.tar.gz) = 167174 bytes
+RMD160 (bftpd-6.0.tar.gz) = 4107548231723883fede976aedbeff7cf0326640
+SHA512 (bftpd-6.0.tar.gz) = 26e5ef3729e0a46737617b2e48dee4c462e5633807206eff8f14df8368b6be758688eca167c3b49c324397761da16c817c022b19cf35966408d9e8c207bc7350
+Size (bftpd-6.0.tar.gz) = 167466 bytes