Skip to content

Commit

Permalink
Merge pull request #7207 from heitbaum/proftpd10
Browse files Browse the repository at this point in the history
[le10] proftpd: update to 1.3.8 and addon (107)
  • Loading branch information
CvH authored Dec 9, 2022
2 parents 46b6129 + 06e73d9 commit dfdc902
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions packages/addons/service/proftpd/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
107
- update to proftpd 1.3.8

106
- update to proftpd 1.3.7e
- generate password hashes with python
Expand Down
10 changes: 5 additions & 5 deletions packages/addons/service/proftpd/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="proftpd"
PKG_VERSION="1.3.7e"
PKG_SHA256="6e716a3b53ee069290399fce6dccf4c229fafe6ec2cb14db3778b7aa3f9a8c92"
PKG_REV="106"
PKG_VERSION="1.3.8"
PKG_SHA256="f7139e7377a2cb059b8b9b14d76a6df5f440e3181cb15ae890d43bbcae574748"
PKG_REV="107"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.proftpd.org/"
PKG_URL="https://github.com/proftpd/proftpd/archive/v${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain libcap openssl ncurses pcre"
PKG_DEPENDS_TARGET="toolchain libcap openssl ncurses pcre2"
PKG_SECTION="service"
PKG_SHORTDESC="ProFTPD: a FTP server for linux"
PKG_LONGDESC="ProFTPD (${PKG_VERSION}): is a secure and configurable FTP server with SSL/TLS support"
Expand All @@ -33,7 +33,7 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--enable-ctrls \
--enable-ipv6 \
--enable-nls \
--enable-pcre \
--enable-pcre2 \
--enable-largefile \
install_user=$(id -u) \
install_group=$(id -g)"
Expand Down

0 comments on commit dfdc902

Please sign in to comment.