summaryrefslogtreecommitdiff
path: root/net/bftpd
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-04-01 10:01:29 +0000
committernia <nia@pkgsrc.org>2020-04-01 10:01:29 +0000
commit9c581dbeeb916052546c0e0c3f150a24489ea7e1 (patch)
treea41194ce909fc1f0282cd13eb03e6e91e6b5230d /net/bftpd
parenta04ff5b5365d9547ea085c1c9125cafee62730e5 (diff)
downloadpkgsrc-9c581dbeeb916052546c0e0c3f150a24489ea7e1.tar.gz
bftpd: Update to 5.4
Jesse Smith <jessefrgsmith@yahoo.ca> -> 5.4 - Fixed potential one-by-one heap issue when reading during transferring files. Issue reported by Antonio Morales. Jesse Smith <jessefrgsmith@yahoo.ca> -> 5.3 - Made the situation where FILE_AUTH more clear, advised against it. Added warning about making sure password file is not readable by another other than the admin. - Updated Makefile.in to use more fine-grained dependency checks. Should speed up compiling when just one source file has been altered. New Makefile.in provided by Vemake. - Fixed out of bounds memory read when fetching options. Issue reported by and solution provided by Antonio Morales.
Diffstat (limited to 'net/bftpd')
-rw-r--r--net/bftpd/Makefile7
-rw-r--r--net/bftpd/distinfo10
2 files changed, 9 insertions, 8 deletions
diff --git a/net/bftpd/Makefile b/net/bftpd/Makefile
index c269ea0ca1f..eeb7e7508d8 100644
--- a/net/bftpd/Makefile
+++ b/net/bftpd/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/03/20 11:58:05 nia Exp $
-#
+# $NetBSD: Makefile,v 1.23 2020/04/01 10:01:29 nia Exp $
-DISTNAME= bftpd-5.2
+DISTNAME= bftpd-5.4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bftpd/}
@@ -11,6 +10,8 @@ COMMENT= Small and fast FTP server
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= YES
+USE_TOOLS+= gmake
+
WRKSRC= ${WRKDIR}/bftpd
CONF_FILES= ${PREFIX}/share/examples/bftpd/bftpd.conf \
diff --git a/net/bftpd/distinfo b/net/bftpd/distinfo
index 201ee30fbd7..0605ecdc840 100644
--- a/net/bftpd/distinfo
+++ b/net/bftpd/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/09/07 13:12:53 nia Exp $
+$NetBSD: distinfo,v 1.13 2020/04/01 10:01:29 nia Exp $
-SHA1 (bftpd-5.2.tar.gz) = 2f65baccf715a18f98c1ee04a68857432365bc29
-RMD160 (bftpd-5.2.tar.gz) = cf044193590914803a2cee86737fb677c4dbd636
-SHA512 (bftpd-5.2.tar.gz) = 2f0575e84ad198854d6457357bbddb8132276730431fcb4e2ef13d06f478bb2b100af6ef190ad9fb7b36898f14eeaf5884c8bd9f4cfff3c00af10247f7573f42
-Size (bftpd-5.2.tar.gz) = 166047 bytes
+SHA1 (bftpd-5.4.tar.gz) = 0b669b56faec8c7f717718f124ba12a24b446fd2
+RMD160 (bftpd-5.4.tar.gz) = 12da2c7380a970d552a1aeeebd6178406a03da1b
+SHA512 (bftpd-5.4.tar.gz) = af7536b373a6cf602b5f419203d42e071c3c9d501fe6312169052571fb269c4bf0aaa5288cd5c978db8d0b6d80d3af42bdb14589b248d95841996291aa034dd8
+Size (bftpd-5.4.tar.gz) = 166835 bytes