Bug 120742 - [PATCH] Add two optional modules to ftp/proftpd: digest and COMB
Summary: [PATCH] Add two optional modules to ftp/proftpd: digest and COMB
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-16 21:20 UTC by Lev A. Serebryakov
Modified: 2008-02-16 22:50 UTC (History)
0 users

See Also:


Attachments
file.diff (3.49 KB, patch)
2008-02-16 21:20 UTC, Lev A. Serebryakov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lev A. Serebryakov freebsd_committer freebsd_triage 2008-02-16 21:20:04 UTC
  Some commercial FTP clients supports non-standard commands for 
file integrity check (XCRC, XMD5, XSHA1, XSHA256) and command for
files concatenation on server side (COMB, used for multistream upload).

  One of such clients is very wopular in Windows world CuteFTP, but
it is not alone.

  This patch add two optional third-party modules to ProFTPD:
  
  (1) mod_digest by Mathias Berchtold (http://www.smartftp.com/oss/proftpd/)
      which implements all digest commands.
      
  (2) mod_comb (http://lev.serebryakov.spb.ru/mod_comb/) by Lev Serebryakov
      (myself), which adds COMB support.
Comment 1 Lev A. Serebryakov freebsd_committer freebsd_triage 2008-02-16 21:22:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-16 22:43:34 UTC
beech       2008-02-16 22:43:28 UTC

  FreeBSD ports repository

  Modified files:
    ftp/proftpd          Makefile distinfo 
  Log:
  - Add two optional third-party modules:
  - Bump portrevision
  
  (1) mod_digest by Mathias Berchtold (http://www.smartftp.com/oss/proftpd/)
  which implements all digest commands.
  
  (2) mod_comb (http://lev.serebryakov.spb.ru/mod_comb/) by Lev Serebryakov,
  which adds COMB support.
  
  PR:             ports/120742
  Submitted by:   Lev A. Serebryakov <lev@FreeBSD.org>
  
  Revision  Changes    Path
  1.127     +33 -3     ports/ftp/proftpd/Makefile
  1.42      +6 -0      ports/ftp/proftpd/distinfo
_______________________________________________
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"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2008-02-16 22:43:50 UTC
State Changed
From-To: open->closed

Committed, Thanks!