- Remove patches integrated upstream
- Makefile cleanup
- Bugfixes:
Fixed segfault which can occur if NLST is used twice, the first time
on a path which does not exist.
Fixed reporting of addresses via EPSV for IPv6 addresses.
Fixes occurrences of "ai_family not supported" for inetd-run
proftpd daemons.
DisplayLogin, DisplayQuit, and DisplayTransferFiles files now work
regardless of whether the session process is chrooted.
Approved by: sat (mentor)
The ftp/proftpd port creates /usr/local/share/doc/proftpd and
installs the two HTML files from ProFTPd's docs directory
into it. But it doesn't copy the html files from the contrib
directory which describe the optional modules (mod_tls,
mod_radius, etc.) and their configuration options.
Also moved the portdocs to the PORTDOCS environment variable.
PR: ports/56511
Submitted by: Pat Lashley <patl+freebsd@volant.org>
Reviewed by: maintainer timeout
upgrade to 1.2.9
58415 Melvyn Sopacua <mdev@idg.nl>
add WITH_OPENSSL
57385 Martin Matuska <martin@tradex.sk>
adds rc_subr support
54783 Bruce M Simpson <bms@spc.org>
Ability to support multiple versions MYSQL and LDAP using the WITH_*
variables.
I ended up using the stuff provided in bsd.port.mk with his patches