diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-04-18 04:03:11 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-04-18 04:03:11 +0000 |
commit | 667f075b9a17c63191fa40f9d678100a9cef1757 (patch) | |
tree | 518973765f2c0e6149fb14796028b6422d8448d9 /ftp/proftpd-devel/files/patch-ah | |
parent | - Forced commit after repocopy, files (diff) |
- Update to 1.3.2.r1
- 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.
Notes
Notes:
svn path=/head/; revision=211494
Diffstat (limited to 'ftp/proftpd-devel/files/patch-ah')
-rw-r--r-- | ftp/proftpd-devel/files/patch-ah | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ftp/proftpd-devel/files/patch-ah b/ftp/proftpd-devel/files/patch-ah deleted file mode 100644 index b534609737fc..000000000000 --- a/ftp/proftpd-devel/files/patch-ah +++ /dev/null @@ -1,10 +0,0 @@ ---- modules/mod_auth_unix.c.orig 2006-06-29 09:16:23.000000000 -0800 -+++ modules/mod_auth_unix.c 2007-10-05 16:23:46.000000000 -0800 -@@ -57,6 +57,7 @@ - #endif /* HAVE_HPSECURITY_H or HPUX10 or HPUX11 */ - - #if defined(HAVE_PROT_H) || defined(COMSEC) -+# include <krb.h> - # include <prot.h> - #endif - |