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 22 12:53:47 UTC 2019

Modified Files:
        pkgsrc/net/bftpd: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/bftpd/Makefile
cvs rdiff -u -r1.10 -r1.11 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.18 pkgsrc/net/bftpd/Makefile:1.19
--- pkgsrc/net/bftpd/Makefile:1.18      Sat Nov 24 11:29:15 2018
+++ pkgsrc/net/bftpd/Makefile   Sat Jun 22 12:53:47 2019
@@ -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/}
 

Index: pkgsrc/net/bftpd/distinfo
diff -u pkgsrc/net/bftpd/distinfo:1.10 pkgsrc/net/bftpd/distinfo:1.11
--- pkgsrc/net/bftpd/distinfo:1.10      Sat Nov 24 11:29:15 2018
+++ pkgsrc/net/bftpd/distinfo   Sat Jun 22 12:53:47 2019
@@ -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