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:           Mon Aug 10 13:49:16 UTC 2020

Modified Files:
        pkgsrc/net/bftpd: Makefile distinfo

Log Message:
bftpd: Update to 5.6

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


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/bftpd/Makefile
cvs rdiff -u -r1.14 -r1.15 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.25 pkgsrc/net/bftpd/Makefile:1.26
--- pkgsrc/net/bftpd/Makefile:1.25      Sun Apr 26 14:02:28 2020
+++ pkgsrc/net/bftpd/Makefile   Mon Aug 10 13:49:15 2020
@@ -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/}
 

Index: pkgsrc/net/bftpd/distinfo
diff -u pkgsrc/net/bftpd/distinfo:1.14 pkgsrc/net/bftpd/distinfo:1.15
--- pkgsrc/net/bftpd/distinfo:1.14      Wed Apr 22 05:00:05 2020
+++ pkgsrc/net/bftpd/distinfo   Mon Aug 10 13:49:15 2020
@@ -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



Home | Main Index | Thread Index | Old Index