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:   drixter
Date:           Sun Jun 14 08:23:40 UTC 2026

Modified Files:
        pkgsrc/net/bftpd: Makefile distinfo

Log Message:
net/bftpd: Update to version 6.6

Jesse Smith <jessefrgsmith%yahoo.ca@localhost> -> 6.6
        - Add "211 End" reponse to SITE command's output to
          make sure some FTP clients do not hang while waiting for additional
          lines.

        - Remove check for working GCC as it no longer works with modern versions of
          GCC. Now we just check for a compiler and assume it can create binary files.

Jesse Smith <jessefrgsmith%yahoo.ca@localhost> -> 6.5
        - Fixed possible denial of service attack where child
          file descriptors are not cleaned up by the parent quickly enough.
          Fix provided by Alexander Trifa.

Jesse Smith <jessefrgsmith%yahoo.ca@localhost> -> 6.4
        - Directory listings are now shown in alphabetical order.
          Permissions on files are more accurate.
          Patch provided by Karl Tark.

Jesse Smith <jessefrgsmith%yahoo.ca@localhost> -> 6.3
        - Implemented the MLST and MSLD functions for sending file and
          directory information in machine-readable format.
          Requested by Daneil Bedrenko for VLC mobile app.

Jesse Smith <jessefrgsmith%yahoo.ca@localhost> -> 6.2
       - When Bftpd is run with the -n flag (no configuration file)
          default ratio settings prevented files from downloading.
          Samuel Hsu has patched Bftpd to assume no ratio ("") is
          treated the same as "none" or no restrictions.
          This was fixed prior (in 5.6) and reverted. Re-adding it.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/bftpd/Makefile
cvs rdiff -u -r1.20 -r1.21 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.31 pkgsrc/net/bftpd/Makefile:1.32
--- pkgsrc/net/bftpd/Makefile:1.31      Mon Nov 17 11:01:11 2025
+++ pkgsrc/net/bftpd/Makefile   Sun Jun 14 08:23:40 2026
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.31 2025/11/17 11:01:11 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2026/06/14 08:23:40 drixter Exp $
 
-DISTNAME=      bftpd-6.1
+DISTNAME=      bftpd-6.6
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bftpd/}
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    drixter%e-utp.net@localhost
 HOMEPAGE=      https://bftpd.sourceforge.net/
 COMMENT=       Small and fast FTP server
 LICENSE=       gnu-gpl-v2
 
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= yes
 USE_TOOLS+=    gmake
 
 MAKE_FLAGS+=   LDFLAGS=${LDFLAGS:Q}

Index: pkgsrc/net/bftpd/distinfo
diff -u pkgsrc/net/bftpd/distinfo:1.20 pkgsrc/net/bftpd/distinfo:1.21
--- pkgsrc/net/bftpd/distinfo:1.20      Sat Dec  3 10:41:15 2022
+++ pkgsrc/net/bftpd/distinfo   Sun Jun 14 08:23:40 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2022/12/03 10:41:15 nros Exp $
+$NetBSD: distinfo,v 1.21 2026/06/14 08:23:40 drixter Exp $
 
-BLAKE2s (bftpd-6.1.tar.gz) = 31475d50a3b817191b82463acfa149409949352980a959a9d9a2f385ab58c055
-SHA512 (bftpd-6.1.tar.gz) = 12af9be4c8995988c9fccfe0d26d928faa551b0b3a58a433a42453a768e28e7fd2711228c8944242483368b5bf4ec6e3adea293e1118b9afeb612d03e4863b42
-Size (bftpd-6.1.tar.gz) = 174284 bytes
+BLAKE2s (bftpd-6.6.tar.gz) = 61cb194cac1106d0a6f52d7ff48680bfdc6c1caf89a00b49c7a961917a0d84ae
+SHA512 (bftpd-6.6.tar.gz) = a062acabf5f84a6a7043c75ca832f3c70271a8888b5eb9e9850f73d3e691301603af197a468c2060913ec39f3ea8b7eaaf3d1ed5ac21ec08c639dc77a7dcf8c2
+Size (bftpd-6.6.tar.gz) = 175241 bytes



Home | Main Index | Thread Index | Old Index