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 5.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfdc801ed745
branches:  trunk
changeset: 414744:cfdc801ed745
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Apr 01 10:01:29 2020 +0000

description:
bftpd: Update to 5.4

Jesse Smith <jessefrgsmith%yahoo.ca@localhost> -> 5.4
        - Fixed potential one-by-one heap issue when
          reading during transferring files.
          Issue reported by Antonio Morales.


Jesse Smith <jessefrgsmith%yahoo.ca@localhost> -> 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:

 net/bftpd/Makefile |   7 ++++---
 net/bftpd/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 363ecab22ca4 -r cfdc801ed745 net/bftpd/Makefile
--- a/net/bftpd/Makefile        Wed Apr 01 09:55:12 2020 +0000
+++ b/net/bftpd/Makefile        Wed Apr 01 10:01:29 2020 +0000
@@ -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 @@
 LICENSE=       gnu-gpl-v2
 
 GNU_CONFIGURE= YES
+USE_TOOLS+=    gmake
+
 WRKSRC=                ${WRKDIR}/bftpd
 
 CONF_FILES=    ${PREFIX}/share/examples/bftpd/bftpd.conf \
diff -r 363ecab22ca4 -r cfdc801ed745 net/bftpd/distinfo
--- a/net/bftpd/distinfo        Wed Apr 01 09:55:12 2020 +0000
+++ b/net/bftpd/distinfo        Wed Apr 01 10:01:29 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index