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.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d33a465fd1a3
branches:  trunk
changeset: 335579:d33a465fd1a3
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jun 22 12:53:47 2019 +0000

description:
bftpd: Update to 5.1

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

diffstat:

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

diffs (29 lines):

diff -r 72f35ac03ddf -r d33a465fd1a3 net/bftpd/Makefile
--- a/net/bftpd/Makefile        Sat Jun 22 12:52:44 2019 +0000
+++ b/net/bftpd/Makefile        Sat Jun 22 12:53:47 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2018/11/24 11:29:15 nia Exp $
+# $NetBSD: Makefile,v 1.19 2019/06/22 12:53:47 nia Exp $
 #
 
-DISTNAME=      bftpd-5.0
+DISTNAME=      bftpd-5.1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bftpd/}
 
diff -r 72f35ac03ddf -r d33a465fd1a3 net/bftpd/distinfo
--- a/net/bftpd/distinfo        Sat Jun 22 12:52:44 2019 +0000
+++ b/net/bftpd/distinfo        Sat Jun 22 12:53:47 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2018/11/24 11:29:15 nia Exp $
+$NetBSD: distinfo,v 1.11 2019/06/22 12:53:47 nia Exp $
 
-SHA1 (bftpd-5.0.tar.gz) = afed309a12bc97054530e802b778d9de59a19dbd
-RMD160 (bftpd-5.0.tar.gz) = 577c7752c57e2a2a66ca18e577b5a09a6d65d0de
-SHA512 (bftpd-5.0.tar.gz) = 99daa36647e98cc78bc2fe79843af73f0862fd21eedf8656d5c3f28cc298ce84c6937fca50b8b40f287bf702cf3f720c7858ea68029d6ba2bc8e281347f6da89
-Size (bftpd-5.0.tar.gz) = 165751 bytes
+SHA1 (bftpd-5.1.tar.gz) = dd8924e9b6dec4810c4444be9c13781578590d74
+RMD160 (bftpd-5.1.tar.gz) = f9692c472444772c64d72dff3d3508bde712cc31
+SHA512 (bftpd-5.1.tar.gz) = eb0e8eb24c033c3e8b592cce071639544e37d8ae37e1e29e6f2590e3c0ed25c91cdc554d40066fd2d09aa8ece50a27f054d7103dc1e652af78f576796f574ac1
+Size (bftpd-5.1.tar.gz) = 165928 bytes
 SHA1 (patch-aa) = 3b4444d79533fd8b2ec7bc99eb53c34ca2113350



Home | Main Index | Thread Index | Old Index