addons/proftpd: update to 1.3.7e, use python for password hash gen

new and release notes:
- http://www.proftpd.org/docs/RELEASE_NOTES-1.3.7d
- http://www.proftpd.org/docs/NEWS-1.3.7d
- http://www.proftpd.org/docs/RELEASE_NOTES-1.3.7e
- http://www.proftpd.org/docs/NEWS-1.3.7e

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Rudi Heitbaum 2022-05-06 06:01:40 +00:00
parent 55440d187e
commit f4acb2992d
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
106
- update to proftpd 1.3.7e
- generate password hashes with python
- drop whois requirement
105
- not released for LibreELEC 10
104
- update to proftpd 1.3.7c
- update to whois 5.5.11

View File

@ -3,9 +3,9 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="proftpd"
PKG_VERSION="1.3.7c"
PKG_SHA256="7070968b9b6cf614ce7f756c8c1a66c32c1afa4f961784a62301790a801400da"
PKG_REV="104"
PKG_VERSION="1.3.7e"
PKG_SHA256="6e716a3b53ee069290399fce6dccf4c229fafe6ec2cb14db3778b7aa3f9a8c92"
PKG_REV="106"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.proftpd.org/"