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

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2022-10-02 02:17:08 +00:00
parent a1c1d277bc
commit 8310dae8c0
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
106
- update to proftpd 1.3.7e
- generate password hashes with python
- drop whois requirement
105
- update to proftpd 1.3.7d
- update to whois 5.5.13

View File

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