Subject: CVS commit: pkgsrc/net/proftpd
To: None <pkgsrc-changes@NetBSD.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 12/14/2006 11:19:46
Module Name:	pkgsrc
Committed By:	martti
Date:		Thu Dec 14 11:19:46 UTC 2006

Modified Files:
	pkgsrc/net/proftpd: Makefile PLIST distinfo
	pkgsrc/net/proftpd/patches: patch-aa patch-ab patch-ac

Log Message:
Updated net/proftpd to 1.3.1rc1

The 1.3.1rc1 release includes major new features and numerous bugfixes,
including:

  + Support for UTF8 and translated response messages (NLS support)

  + New configuration directives:
      DisplayChdir
      DisplayFileTransfer
      UseIPv6
      UseUTF8

  + Deprecated configuration directives:
      DisplayFirstChdir
        The DisplayFirstChdir directive is deprecated; sites should use
        the new DisplayChdir directive (which allows for files to
        be displayed on every directory change, rather than just the
        first time for a directory change).

      HiddenStor
        The HiddenStor directive is deprecated; simply use HiddenStores
        instead.

      SQLHomedirOnDemand
        The SQLHomedirOnDemand directive will be removed in future
        releases; use the CreateHome directive instead.

  + New modules:
      mod_ban, a module handling dynamic client "black lists"
      See doc/contrib/mod_ban.html

  + Enhanced modules:
      The mod_tls module can now make use of cryptographic accelerator
      cards with the new TLSCryptoDevice directive.  It can also use
      a program for obtaining certificate passphrases via the new
      TLSPassPhraseProvider directive.

  + Documentation


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 pkgsrc/net/proftpd/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/net/proftpd/PLIST
cvs rdiff -r1.20 -r1.21 pkgsrc/net/proftpd/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/net/proftpd/patches/patch-aa
cvs rdiff -r1.4 -r1.5 pkgsrc/net/proftpd/patches/patch-ab
cvs rdiff -r1.6 -r1.7 pkgsrc/net/proftpd/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.