summaryrefslogtreecommitdiff
path: root/net/bftpd
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-08-10 13:49:15 +0000
committernia <nia@pkgsrc.org>2020-08-10 13:49:15 +0000
commit141c96a9fa7d988003ab5ceb7ed7eb9cafeab135 (patch)
tree33906e58a74ed76c61c38d6609cfc354a8c41dac /net/bftpd
parent442cdeeb0ff6f3ab1217ac0bbe72c389d3e5fc38 (diff)
downloadpkgsrc-141c96a9fa7d988003ab5ceb7ed7eb9cafeab135.tar.gz
bftpd: Update to 5.6
Jesse Smith <jessefrgsmith@yahoo.ca> -> 5.6 - 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. - Fixed potential overflow in buffer for directory listing. - Used calloc() and single strlen() call to avoid having a string without a NULL terminator mystring library.
Diffstat (limited to 'net/bftpd')
-rw-r--r--net/bftpd/Makefile5
-rw-r--r--net/bftpd/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/net/bftpd/Makefile b/net/bftpd/Makefile
index 2cbdf1137ae..00b71c70c1b 100644
--- a/net/bftpd/Makefile
+++ b/net/bftpd/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2020/04/26 14:02:28 rillig Exp $
+# $NetBSD: Makefile,v 1.26 2020/08/10 13:49:15 nia Exp $
-DISTNAME= bftpd-5.5
-PKGREVISION= 1
+DISTNAME= bftpd-5.6
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bftpd/}
diff --git a/net/bftpd/distinfo b/net/bftpd/distinfo
index 8aac5fddbfd..dfb6e214487 100644
--- a/net/bftpd/distinfo
+++ b/net/bftpd/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/04/22 05:00:05 nia Exp $
+$NetBSD: distinfo,v 1.15 2020/08/10 13:49:15 nia Exp $
-SHA1 (bftpd-5.5.tar.gz) = fdd1fb4ea5928b650c2f428097f3dd5d44e94c94
-RMD160 (bftpd-5.5.tar.gz) = e97f1ffd9153a5e175f7ad834340cb8641f81b7c
-SHA512 (bftpd-5.5.tar.gz) = 1d43efe65bdf764bc67be2fe6183f5a0fc6c17d39c3467978c19f16cd46ae03aad1e58e1baa279660ebe92a016623e3854df79df8f5a1adfd457c794e291fbd9
-Size (bftpd-5.5.tar.gz) = 166920 bytes
+SHA1 (bftpd-5.6.tar.gz) = afbfc7ed0e44a933022a1f861e37b6c89836d53c
+RMD160 (bftpd-5.6.tar.gz) = c1ae03ae74e81a388cff88c232ccf867908e4a90
+SHA512 (bftpd-5.6.tar.gz) = 9904403f22760be328d6a6c84b0b1950656d7695f0d48bff8f7f360ecefcc018452d3571293c9e47961c226ded531d3028667a435ea80727b58c6b354865455a
+Size (bftpd-5.6.tar.gz) = 167552 bytes