Bug 124069 - Port update: ftp/lftp - Update to v3.7.3
Summary: Port update: ftp/lftp - Update to v3.7.3
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-05-28 17:10 UTC by Ganael LAPLANCHE
Modified: 2008-06-05 15:50 UTC (History)
0 users

See Also:


Attachments
file.diff (6.67 KB, patch)
2008-05-28 17:10 UTC, Ganael LAPLANCHE
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ganael LAPLANCHE 2008-05-28 17:10:02 UTC
This patch updates ftp/lftp to v3.7.3 :

Port changes :
- Added counterparts for each with/enable configure arg, to avoid possible auto-enabling during configure step as advised in the handbook
- Added new patch files/patch-lib-Makefile.in to avoid creating config.charset file
- Renamed patches to stick to their actual path in the source tree

I'll also take maintainership if possible.

Lftp changes from 3.7.1 :
(3.7.3)
    * added support for 2-argument SITE UTIME and MFMT commands.
    * added a workaround for paramiko sftp server.
    * included newer gnulib sources using gnulib-tool.
    * Polish translation updated (Jakub Bogusz).
    * fixed German translation encoding. 

(3.7.2)
    * fixed core dump when sending http cookies.
    * fixed assertion failure for ftp over http proxy (CONNECT mode).
    * fixed cwd tracking for ftps.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-28 17:10:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

beech@ wants this category PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-05 15:44:19 UTC
miwi        2008-06-05 14:44:11 UTC

  FreeBSD ports repository

  Modified files:
    ftp/lftp             Makefile distinfo pkg-plist 
    ftp/lftp/files       patch-ltmain.sh patch-src_Makefile.in 
  Added files:
    ftp/lftp/files       patch-lib-Makefile.in 
  Log:
  - Update to 3.7.3
  - Pass maintainership to submitter
  
  PR:             124069
  Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com>
  
  Revision  Changes    Path
  1.125     +9 -4      ports/ftp/lftp/Makefile
  1.84      +3 -3      ports/ftp/lftp/distinfo
  1.1       +41 -0     ports/ftp/lftp/files/patch-lib-Makefile.in (new)
  1.3       +3 -3      ports/ftp/lftp/files/patch-ltmain.sh
  1.3       +3 -3      ports/ftp/lftp/files/patch-src_Makefile.in
  1.34      +3 -1      ports/ftp/lftp/pkg-plist
_______________________________________________
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 Martin Wilke freebsd_committer freebsd_triage 2008-06-05 15:44:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!