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:           Sat Jun 12 08:10:52 UTC 2021

Modified Files:
        pkgsrc/net/bftpd: Makefile distinfo
Removed Files:
        pkgsrc/net/bftpd: INSTALL

Log Message:
bftpd: Update to 5.7

This file contains all major changes made during the development of bftpd.
The uppermost change is the newest one.

Jesse Smith <jessefrgsmith%yahoo.ca@localhost> -> 5.7
        - A malicious client could cause a buffer overflow with
          a lot of EPSV commands sent in a row. We now close
          the pasv socket before each new use to avoid accumulating
          more than 1023.
          Thanks to Shisong Qin for reporting this issue and suggesting
          a fix.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 pkgsrc/net/bftpd/INSTALL
cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/bftpd/Makefile
cvs rdiff -u -r1.15 -r1.16 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.27 pkgsrc/net/bftpd/Makefile:1.28
--- pkgsrc/net/bftpd/Makefile:1.27      Fri May 14 13:16:53 2021
+++ pkgsrc/net/bftpd/Makefile   Sat Jun 12 08:10:52 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2021/05/14 13:16:53 nia Exp $
+# $NetBSD: Makefile,v 1.28 2021/06/12 08:10:52 nia Exp $
 
-DISTNAME=      bftpd-5.6
+DISTNAME=      bftpd-5.7
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bftpd/}
 
@@ -36,6 +36,8 @@ INSTALLATION_DIRS=    sbin ${PKGMANDIR}/man
 
 BUILD_DEFS+=           VARBASE
 
+OWN_DIRS+=             ${VARBASE}/run/bftpd
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/bftpd ${DESTDIR}${PREFIX}/sbin
        ${INSTALL_MAN} ${WRKSRC}/bftpd.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8

Index: pkgsrc/net/bftpd/distinfo
diff -u pkgsrc/net/bftpd/distinfo:1.15 pkgsrc/net/bftpd/distinfo:1.16
--- pkgsrc/net/bftpd/distinfo:1.15      Mon Aug 10 13:49:15 2020
+++ pkgsrc/net/bftpd/distinfo   Sat Jun 12 08:10:52 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/08/10 13:49:15 nia Exp $
+$NetBSD: distinfo,v 1.16 2021/06/12 08:10:52 nia Exp $
 
-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
+SHA1 (bftpd-5.7.tar.gz) = ff78e59f13aa55c42a6dc0a777933383211235b1
+RMD160 (bftpd-5.7.tar.gz) = 3a532995f02a8484c0f1cf4d216f51200572d4e1
+SHA512 (bftpd-5.7.tar.gz) = 8d3cb5e2830abe10f4f38e4e1dce27da8b6ff6224fa3fd89db7b182917ff734aa5761563dc22eb04fcba4195404c205593ab40d4ac3f08d8284c8e15c4731879
+Size (bftpd-5.7.tar.gz) = 167174 bytes



Home | Main Index | Thread Index | Old Index