pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bftpd bftpd: update to 6.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/c860095dd501
branches: trunk
changeset: 768269:c860095dd501
user: nia <nia%pkgsrc.org@localhost>
date: Sun Oct 17 10:11:20 2021 +0000
description:
bftpd: update to 6.0
Jesse Smith <jessefrgsmith%yahoo.ca@localhost> -> 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@localhost> -> 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@localhost> -> 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@localhost> -> 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:
net/bftpd/Makefile | 4 ++--
net/bftpd/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r be9baa3fc49f -r c860095dd501 net/bftpd/Makefile
--- a/net/bftpd/Makefile Sun Oct 17 10:09:03 2021 +0000
+++ b/net/bftpd/Makefile Sun Oct 17 10:11:20 2021 +0000
@@ -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 -r be9baa3fc49f -r c860095dd501 net/bftpd/distinfo
--- a/net/bftpd/distinfo Sun Oct 17 10:09:03 2021 +0000
+++ b/net/bftpd/distinfo Sun Oct 17 10:11:20 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index