- 1.3.2rc1 release includes major new features and numerous bugfixes,
including:
+ Support for the MLST and MLSD commands (RFC3659)
+ New modules: mod_sql_odbc, mod_sql_sqlite, mod_unique_id
+ New configuration directives: MaxTransferPerHost, MaxTransfersPerUser
+ New translations: Italian
+ Better handling of aborted data transfers
+ Support for FIPS and OCSP in mod_tls
+ New documentation: doc/howto/ConfigurationTrick
Please read the included NEWS, RELEASE_NOTES, and ChangeLog files for
the full details.
- Bump portrevision
- The mod_wrap2_file module does not
support comma-delimited lists of clients in the allow/deny files, unlike the
standard libwrap library.
Obtained from: TJ Saunders <tj@castaglia.org> (vendor)
- Bugfixes:
- Fixed compilation error in mod_sql_mysql.
- Fixed handling of the --ipv4 and --ipv6 command-line options.
- Fixed "directory not accessible" errors when using the mod_facl
module.
- Patches integrated upstream.
Approved by: sat (mentor), portmgr (linimon)
- 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)
patch-support.c: fixes CVE-2006-5815 remote code execution
patch-mod_tls.c: fixes Bug#2860 Failure to check for data
length in mod_tls could lead to remote
buffer overwriting.
Submitted by: maintainer
PR: ports/106623
as it was causing segfaults prior to login.
- Add the new CommandBufferSize variable into the default config file to
stop proftpd complaining.
Reported by: many
is actually repeated 3 times so it tries to reverse itself and fails. This patch
is only applied if the LDAP know is checked so it doesn't appear on all builds.
The patch itself defines TLS support in the LDAP module. There are two problems
with doing this. One, it breaks LDAP if the server doesn't support TLS. And two
it causes the build to fail on 4.x. The patch to do this was a requested option,
and isn't critical for most people.
The maintainer is going to add another option knob for LDAP_TLS support once the
4.x build problems are resolved.
PR: 96713
Submitted by: Beech Rintoul <beech@mangohealth.org> (maintainer)
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
- Add SHA256 checksum.
- Remove patch-configure since it has been integrated in genuine configure script.
- Rename patch-af to patch-proftpd.8.in.
PR: ports/88433
Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru>
Approved by: maintainer timeout (4 weeks)
mod_ifsession should be the last in modules list
Matus UHLAR - fantomas <uhlar@fantomas.sk>
85675
Add reload command to rc.d/proftpd.sh script
Patrick Gibson <patrick@retrix.com>
85616
Added mod_radius
Boris Kovalenko <boris@tagnet.ru>
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