diff options
author | nia <nia@pkgsrc.org> | 2019-06-22 12:53:47 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-06-22 12:53:47 +0000 |
commit | 26a7e3bfa501219cc35a19a86543395da0c13451 (patch) | |
tree | 1e6c8003c386428947aa9a6c7d322f75725a970d /net/bftpd | |
parent | 5ff65dcac27f8cbe3d9894321887c9bf800a6df3 (diff) | |
download | pkgsrc-26a7e3bfa501219cc35a19a86543395da0c13451.tar.gz |
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
Diffstat (limited to 'net/bftpd')
-rw-r--r-- | net/bftpd/Makefile | 4 | ||||
-rw-r--r-- | net/bftpd/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/bftpd/Makefile b/net/bftpd/Makefile index ceada5d3c4e..40aec73c39a 100644 --- a/net/bftpd/Makefile +++ b/net/bftpd/Makefile @@ -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 --git a/net/bftpd/distinfo b/net/bftpd/distinfo index d013e7da2f1..d2e8fd0c4ae 100644 --- a/net/bftpd/distinfo +++ b/net/bftpd/distinfo @@ -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 |