Package Details: proftpd 2:1.3.8d-1

Git Clone URL: https://aur.archlinux.org/proftpd.git (read-only, click to copy)
Package Base: proftpd
Description: High-performance, scalable FTP SSL TLS and SFTP server
Upstream URL: http://www.proftpd.org/
Licenses: GPL
Submitter: xyproto
Maintainer: severach
Last Packager: severach
Votes: 60
Popularity: 0.71
First Submitted: 2013-05-16 15:03 (UTC)
Last Updated: 2025-06-10 15:17 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

migrev commented on 2021-03-04 09:51 (UTC)

@severach: Done. Thanks for your contribution!

severach commented on 2021-03-04 08:06 (UTC) (edited on 2021-03-04 08:06 (UTC) by severach)

Remove CFLAGS from the make line. -fcommon was fixed in 1.3.7a so can be removed. CFLAGS goes before configure. make CFLAGS wipes out upstream CFLAGS selected by configure. The fix for Issue #1111 won't work CFLAGS on the make line.

migrev commented on 2020-12-14 11:38 (UTC)

@drakkan: Done :)

drakkan commented on 2020-12-12 13:30 (UTC)

Hi, can you please add mod_digest?

--with-modules=mod_digest:mod_sftp:mod_quotatab:mod_quotatab_sql:mod_quotatab_file:mod_tls:mod_tls_shmcache:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_facl:mod_dynmasq \

I modified the PKGBUILD as above and it is working fine, thank you

eomanis commented on 2020-07-28 16:46 (UTC)

There is a new release available, ProFTPD 1.3.7a.

Changing the PKGBUILD to pkgver=1.3.7a, md5sums=('4a9b8877b2e9b08d70e71ad56c19e2c9' seems to be sufficient to build it, and for me it runs without needing to change my proftpd.conf at all.

But it also seems that ProFTPD 1.3.7b is already in the making, so it might make sense to just wait for that one.

migrev commented on 2020-06-20 00:09 (UTC)

@eomanis: Done! :)

eomanis commented on 2020-06-19 13:21 (UTC)

Hi migrev,

could you add the mod_tls_shmcache module?

It just needs to be added to the --with-modules= list, maybe behind mod_tls because it is sort of an enhancement to mod_tls:

--with-modules=...:mod_tls:mod_tls_shmcache:... \

petronny commented on 2019-10-13 12:25 (UTC)

Hi, could you bump the epoch so that pacman can upgrade it normally?

holterdipolter commented on 2019-04-11 09:54 (UTC)

Maybe add support for armv7l and aarch64 CPUs. I had no issues compiling for both.

migrev commented on 2019-02-18 13:30 (UTC)

@mikefarmer01: Looks like it is working for me:

$ LANG=C wget ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.6.tar.gz --2019-02-18 14:29:57-- ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.6.tar.gz => 'proftpd-1.3.6.tar.gz.1' Resolving ftp.proftpd.org (ftp.proftpd.org)... 86.59.114.198 Connecting to ftp.proftpd.org (ftp.proftpd.org)|86.59.114.198|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /distrib/source ... done. ==> SIZE proftpd-1.3.6.tar.gz ... 20251898 ==> PASV ... done. ==> RETR proftpd-1.3.6.tar.gz ... done. Length: 20251898 (19M) (unauthoritative)

proftpd-1.3.6.tar.gz.1 100%[====================================================================================================================>] 19.31M 3.90MB/s in 10s

2019-02-18 14:30:08 (1.92 MB/s) - 'proftpd-1.3.6.tar.gz.1' saved [20251898]