Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2009 03:53:40 +0000 (UTC)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/ftp Makefile ports/ftp/vsftpd-ext Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist ports/ftp/vsftpd-ext/files patch-utility vsftpd.sh.in
Message-ID:  <200906160353.n5G3renG075253@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pgollucci    2009-06-16 03:53:40 UTC

  FreeBSD ports repository

  Modified files:
    ftp                  Makefile 
  Added files:
    ftp/vsftpd-ext       Makefile distinfo pkg-deinstall pkg-descr 
                         pkg-install pkg-plist 
    ftp/vsftpd-ext/files patch-utility vsftpd.sh.in 
  Log:
  Extended build of vsftpd with additional features.
  - Added char convertion without iconv for some charsets.
  - Added rules for anonymous access based on user's IP address masks.
  - Added rules for user access only from defined IPs.
  - Allow or disallow delete files by anonymous.
  - Added chowning anonymous uploaded files by user IP.
  - Added new parametr double_377 (by default 1). This paramert switch off telnet specific character \377.
  - Changed find libs in "vsf_findlibs.sh".
  - Different speed for upload and download data transfer rates for anonymous and local users.
  
  WWW: http://vsftpd.devnet.ru/eng/
  
  PR:             ports/132556
  Submitted by:   Maxim Ignatenko
  
  Revision  Changes    Path
  1.145     +1 -0      ports/ftp/Makefile
  1.1       +112 -0    ports/ftp/vsftpd-ext/Makefile (new)
  1.1       +6 -0      ports/ftp/vsftpd-ext/distinfo (new)
  1.1       +13 -0     ports/ftp/vsftpd-ext/files/patch-utility (new)
  1.1       +52 -0     ports/ftp/vsftpd-ext/files/vsftpd.sh.in (new)
  1.1       +16 -0     ports/ftp/vsftpd-ext/pkg-deinstall (new)
  1.1       +3 -0      ports/ftp/vsftpd-ext/pkg-descr (new)
  1.1       +36 -0     ports/ftp/vsftpd-ext/pkg-install (new)
  1.1       +52 -0     ports/ftp/vsftpd-ext/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906160353.n5G3renG075253>