Subject: CVS commit: [pkgsrc-2006Q3] pkgsrc/net/proftpd
To: None <pkgsrc-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: pkgsrc-changes
Date: 12/18/2006 14:28:32
Module Name:	pkgsrc
Committed By:	ghen
Date:		Mon Dec 18 14:28:32 UTC 2006

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

Log Message:
Pullup ticket 1960 - requested by salo
security update for proftpd

- pkgsrc/net/proftpd/Makefile			1.38
- pkgsrc/net/proftpd/PLIST			1.11
- pkgsrc/net/proftpd/distinfo			1.21
- pkgsrc/net/proftpd/patches/patch-aa		1.8
- pkgsrc/net/proftpd/patches/patch-ab		1.5
- pkgsrc/net/proftpd/patches/patch-ac		1.7

   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.35.4.2 -r1.35.4.3 pkgsrc/net/proftpd/Makefile
cvs rdiff -r1.10 -r1.10.8.1 pkgsrc/net/proftpd/PLIST
cvs rdiff -r1.18.4.2 -r1.18.4.3 pkgsrc/net/proftpd/distinfo
cvs rdiff -r1.7 -r1.7.8.1 pkgsrc/net/proftpd/patches/patch-aa
cvs rdiff -r1.4 -r1.4.4.1 pkgsrc/net/proftpd/patches/patch-ab
cvs rdiff -r1.4.6.2 -r1.4.6.3 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.