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:           Wed Apr  1 10:01:29 UTC 2020

Modified Files:
        pkgsrc/net/bftpd: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/bftpd/Makefile
cvs rdiff -u -r1.12 -r1.13 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.22 pkgsrc/net/bftpd/Makefile:1.23
--- pkgsrc/net/bftpd/Makefile:1.22      Fri Mar 20 11:58:05 2020
+++ pkgsrc/net/bftpd/Makefile   Wed Apr  1 10:01:29 2020
@@ -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 \

Index: pkgsrc/net/bftpd/distinfo
diff -u pkgsrc/net/bftpd/distinfo:1.12 pkgsrc/net/bftpd/distinfo:1.13
--- pkgsrc/net/bftpd/distinfo:1.12      Sat Sep  7 13:12:53 2019
+++ pkgsrc/net/bftpd/distinfo   Wed Apr  1 10:01:29 2020
@@ -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