Bug 132556 - New port: ftp/vsftpd-ext Extended build of ftp/vsftpd
Summary: New port: ftp/vsftpd-ext Extended build of ftp/vsftpd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-11 19:50 UTC by gelraen.ua
Modified: 2009-06-16 05:00 UTC (History)
0 users

See Also:


Attachments
file.shar (10.82 KB, text/plain)
2009-03-11 19:50 UTC, gelraen.ua
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gelraen.ua 2009-03-11 19:50:02 UTC
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.

Author's website: http://vsftpd.devnet.ru/eng/

Fix: Patch attached with submission follows:
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2009-06-12 04:42:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2009-06-16 04:53:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-06-16 04:53:49 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"