./net/proftpd, FTP server with Apache like configuration

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.3gnb1, Package name: proftpd-1.3.3gnb1, Maintainer: kim

ProFTPD is a highly configurable ftp daemon for unix
and unix-like operating systems. ProFTPD has a Apache-like
configuration format.


Required to run:
[lang/perl5]

Required to build:
[textproc/intltool] [devel/gmake]

Package options: inet6, pam

Master sites: (Expand)

SHA1: 70489c2b32c87b3637fd0cf2520773c5229f4ae3
RMD160: 29bdade06f63ace05811e809b0a3600ea6ed61fe
Filesize: 4105.961 KB

Version history: (Expand)


CVS history: (Expand)


   2011-12-17 11:16:28 by Steven Drake | Files touched by this commit (1) | Package updated
Log message:
Add missing mk/curses buildlink.

Bump PKGREVISION
   2011-11-16 10:05:04 by OBATA Akio | Files touched by this commit (2) | Package updated
Log message:
Update proftpd to 1.3.3g.

1.3.3g - Released 09-Nov-2011
--------------------------------
- Bug 3702 - ProFTPD with mod_sql_mysql dies of "Alarm clock" on FreeBSD.
- Bug 3704 - Enable OpenSSL countermeasure against SSLv3/TLSv1 BEAST attacks.
  To disable this countermeasure, which may cause interoperability issues
  with some clients, use the NoEmptyFragments TLSOption.
- Bug 3711 - Response pool use-after-free memory corruption error.
   2011-10-03 13:23:31 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
Changes 1.3.3f:
* Fixes segfault if mod_sql_mysql and "SQLAuthenticate groupsetfast"
  configuration used.
* Fixes mod_wrap syslog level (regression from Bug 3317).
* Fixes mod_ifsession segfault if regular expression patterns used in
  a <VirtualHost> section.
   2011-07-03 03:57:06 by David A. Holland | Files touched by this commit (1)
Log message:
Fix REPLACE_PERL. USE_TOOLS+=perl:run, since it installs the perl scripts
that it's doing REPLACE_PERL on. PKGREVISION -> 1 because of the new dep.
   2011-05-20 13:15:01 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 1.3.3e:
* Display messages work properly again.
* Fixes plaintext command injection vulnerability in FTPS implementation
  (i.e. mod_tls).  See http://bugs.proftpd.org/show_bug.cgi?id=3624 for
  details.
* Fixes CVE-2011-1137 (badly formed SSH messages cause DoS).  See
  http://bugs.proftpd.org/show_bug.cgi?id=3586 for details.
* Performance improvements, especially during server startup/restarts.
   2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234)
Log message:
recursive bump from gettext-lib shlib bump.
   2011-03-25 14:58:37 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Fix building on NetBSD-5 with TLS option; fix for PR#44297
   2011-01-12 08:31:00 by Adam Ciarcinski | Files touched by this commit (6)
Log message:
Changes 1.3.3d:
* Fixed sql_prepare_where() buffer overflow.
* Fixed CPU spike when handling .ftpaccess files.
* Fixed handling of SFTP uploads when compression is used.