mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
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:
parent
55440d187e
commit
f4acb2992d
@ -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
|
||||
|
@ -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/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user