Sat Jun 22 12:53:47 2019 UTC ()
bftpd: Update to 5.1

Jesse Smith <jessefrgsmith@yahoo.ca> -> 5.1
        - Fixed duplicate error message when user tries to
          sign in with invalid username.
        - Make sure user can change username before
          successfully authenticating.
        - Fix error message when "type" command is not
          given a parameter.
        - Make sure we do not return multiple error
          codes when an account is disabled.
        - Do not drop connection to client when
          selected account is disabled.
        - Make sure when accounts are disabled/denied, they print the
          proper reason (set in the config file) back to the client


(nia)
diff -r1.18 -r1.19 pkgsrc/net/bftpd/Makefile
diff -r1.10 -r1.11 pkgsrc/net/bftpd/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/net/bftpd/Makefile (expand / switch to unified diff)

--- pkgsrc/net/bftpd/Makefile 2018/11/24 11:29:15 1.18
+++ pkgsrc/net/bftpd/Makefile 2019/06/22 12:53:47 1.19
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.18 2018/11/24 11:29:15 nia Exp $ 1# $NetBSD: Makefile,v 1.19 2019/06/22 12:53:47 nia Exp $
2# 2#
3 3
4DISTNAME= bftpd-5.0 4DISTNAME= bftpd-5.1
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bftpd/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bftpd/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://bftpd.sourceforge.net/ 9HOMEPAGE= http://bftpd.sourceforge.net/
10COMMENT= Small and fast FTP server 10COMMENT= Small and fast FTP server
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13GNU_CONFIGURE= YES 13GNU_CONFIGURE= YES
14WRKSRC= ${WRKDIR}/bftpd 14WRKSRC= ${WRKDIR}/bftpd
15 15
16CONFIGURE_ARGS+=--enable-libz 16CONFIGURE_ARGS+=--enable-libz
17 17

cvs diff -r1.10 -r1.11 pkgsrc/net/bftpd/distinfo (expand / switch to unified diff)

--- pkgsrc/net/bftpd/distinfo 2018/11/24 11:29:15 1.10
+++ pkgsrc/net/bftpd/distinfo 2019/06/22 12:53:47 1.11
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.10 2018/11/24 11:29:15 nia Exp $ 1$NetBSD: distinfo,v 1.11 2019/06/22 12:53:47 nia Exp $
2 2
3SHA1 (bftpd-5.0.tar.gz) = afed309a12bc97054530e802b778d9de59a19dbd 3SHA1 (bftpd-5.1.tar.gz) = dd8924e9b6dec4810c4444be9c13781578590d74
4RMD160 (bftpd-5.0.tar.gz) = 577c7752c57e2a2a66ca18e577b5a09a6d65d0de 4RMD160 (bftpd-5.1.tar.gz) = f9692c472444772c64d72dff3d3508bde712cc31
5SHA512 (bftpd-5.0.tar.gz) = 99daa36647e98cc78bc2fe79843af73f0862fd21eedf8656d5c3f28cc298ce84c6937fca50b8b40f287bf702cf3f720c7858ea68029d6ba2bc8e281347f6da89 5SHA512 (bftpd-5.1.tar.gz) = eb0e8eb24c033c3e8b592cce071639544e37d8ae37e1e29e6f2590e3c0ed25c91cdc554d40066fd2d09aa8ece50a27f054d7103dc1e652af78f576796f574ac1
6Size (bftpd-5.0.tar.gz) = 165751 bytes 6Size (bftpd-5.1.tar.gz) = 165928 bytes
7SHA1 (patch-aa) = 3b4444d79533fd8b2ec7bc99eb53c34ca2113350 7SHA1 (patch-aa) = 3b4444d79533fd8b2ec7bc99eb53c34ca2113350