pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/bftpd



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Oct 17 10:11:21 UTC 2021

Modified Files:
        pkgsrc/net/bftpd: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/bftpd/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/bftpd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/bftpd/Makefile
diff -u pkgsrc/net/bftpd/Makefile:1.28 pkgsrc/net/bftpd/Makefile:1.29
--- pkgsrc/net/bftpd/Makefile:1.28      Sat Jun 12 08:10:52 2021
+++ pkgsrc/net/bftpd/Makefile   Sun Oct 17 10:11:20 2021
@@ -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/}
 

Index: pkgsrc/net/bftpd/distinfo
diff -u pkgsrc/net/bftpd/distinfo:1.17 pkgsrc/net/bftpd/distinfo:1.18
--- pkgsrc/net/bftpd/distinfo:1.17      Thu Oct  7 14:41:15 2021
+++ pkgsrc/net/bftpd/distinfo   Sun Oct 17 10:11:20 2021
@@ -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