Search
j0ke.net Open Build Service
>
Projects
>
server:ftp
>
lftp
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 11
[-]
[+]
Added
lftp.changes
@@ -0,0 +1,266 @@ +------------------------------------------------------------------- +Sat Nov 3 19:47:00 CEST 2007 - guru@unixtech.be + +- update to 3.6.0 + highlights from changelist: + * major code cleanup + * new setting ftp:use-stat-for-list allows faster directory listing. + * new command `eval' with -f option allows complex aliases. + * send encoded parts of ftp URLs untranslated to ftp server. + * new mirror options --on-change, --depth-first, --no-empty-dirs, --ascii. + * new mirror option --only-existing (Damon Harper). + * new setting xfer:log, log successful transfers if true to ~/.lftp/tarnsfer_log. + * new setting ssl:check-hostname. + * fixed cls exit code in case of an error. +- ported compat patches to 3.6.0 because of upstream code changes + +------------------------------------------------------------------- +Mon Jul 16 19:42:31 CEST 2007 - mkudlvasr@suse.cz + +- update to 3.5.11 + highlights from changelist: + * fixed mirror for MDTM-less ftp servers. + * fixed compilation with Sun native compiler + +------------------------------------------------------------------- +Thu Apr 5 21:26:54 CEST 2007 - mkudlvasr@suse.cz + +- update to 3.5.10 + highlights from changelist: + * fixed 'sleep' command + * fixed 'mirror --script' + +------------------------------------------------------------------- +Mon Mar 19 18:33:39 CET 2007 - mkudlvasr@suse.cz + +- removed RPM_BUILD_ROOT from post-install script + +------------------------------------------------------------------- +Tue Oct 17 10:51:22 CEST 2006 - postadal@suse.cz + +- updated to version 3.5.6 + * new settings cmd:parallel and cmd:queue-parallel to set number of jobs + executed in parallel in non-interactive mode and in a queue. + * new mirror option --skip-noaccess and setting mirror:skip-noaccess. + * fixed a coredump when lftp was compiled with a non-gcc compiler. + * fixed compilation when stdbool.h is missing. + * fixed a failed assertion. + * fixed coredump when doing `ls ..' on a http site. + * fixed memory and file descriptor leak in mget/mput. + +------------------------------------------------------------------- +Mon Aug 14 18:14:12 CEST 2006 - anosek@suse.cz + +- updated to version 3.5.4 + * new setting mirror:include-regex. + * load ssl keys for protected data connection as well; use new option + ftp:ssl-data-use-keys to disable it. + * fixed human-readable options of du and cls. + * fixed compilation on certain systems. + * fixed a core dump in ftps with gnu tls. + * fixed random queue duplication. + * fixed compilation with modules and socks. + * fixed installation with modules. + * added configure --enable-packager-mode option + * new setting mirror:include-regex. + * load ssl keys for protected data connection as well; use new option + ftp:ssl-data-use-keys to disable it. + * fixed human-readable options of du and cls. + * fixed compilation on certain systems. + +------------------------------------------------------------------- +Tue Aug 1 12:02:26 CEST 2006 - postadal@suse.cz + +- updated to version 3.5.2 + * fixed lftp exit code when cmd:at-exit is set + * new exit options: top, kill + * new setting dns:max-retries + * new settings fish:charset and sftp:charset (for sftp version<4) + * implemented pget -c (continue) with a status file + * new options of `repeat' command: --count (-c), --delay (-d), + --while-ok, --until-ok + * added support for ALLO command and ftp:use-allo setting + * changed default for http:use-propfind to no + +------------------------------------------------------------------- +Fri Apr 14 23:29:35 CEST 2006 - pnemec@suse.cz + +- decreased priority of alternative system [#162595] +- another fix for lftp wrapper [#164726] + +------------------------------------------------------------------- +Fri Apr 7 16:21:58 CEST 2006 - pnemec@suse.cz + +- fixed lftp_wrapper [#162595] + +------------------------------------------------------------------- +Mon Mar 20 18:05:33 CET 2006 - postadal@suse.cz + +- packaged %ghost /usr/bin/ftp [#159341] + +------------------------------------------------------------------- +Mon Mar 13 12:15:11 CET 2006 - postadal@suse.cz + +- removed lukemftp from Obsoletes [#156450] + +------------------------------------------------------------------- +Sat Mar 11 18:27:48 CET 2006 - postadal@suse.cz + +- added ftp and ftp.1 to alternative system, so they can be + interchanged with lukemftp [#156450] + +------------------------------------------------------------------- +Thu Mar 9 16:03:01 CET 2006 - postadal@suse.cz + +- fixed update problem (removed lukemftp from Conflicts) [#156450] + +------------------------------------------------------------------- +Fri Mar 3 16:44:35 CET 2006 - pnemec@suse.cz + +- fixed lukemftp update problem 154349 + +------------------------------------------------------------------- +Fri Jan 27 08:05:51 CET 2006 - pnemec@suse.cz + +- fixed lftp_wrapper.c [#145143] + +------------------------------------------------------------------- +Wed Jan 25 21:37:20 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Thu Jan 19 15:03:29 CET 2006 - pnemec@suse.cz + +- fixed some parts in lftp_wrapper.c + +------------------------------------------------------------------- +Tue Jan 17 01:54:02 CET 2006 - postadal@suse.cz + +- made ftp wrapper and compat-mode module for backward compatibility + with lukemftp [#52021] (compat-mode.patch, wrapper.patch) +- added -fstack-protector + +------------------------------------------------------------------- +Sun Jan 15 17:38:05 CET 2006 - schwab@suse.de + +- Don't strip binaries. + +------------------------------------------------------------------- +Fri Jan 6 14:40:31 CET 2006 - postadal@suse.cz + +- updated to version 3.4.0 + +------------------------------------------------------------------- +Wed Nov 23 17:30:00 CET 2005 - postadal@suse.cz + +- updated to version 3.3.4 +- parallelize build + +------------------------------------------------------------------- +Thu Jul 28 19:45:18 CEST 2005 - postadal@suse.cz + +- updated to version 3.2.1 +- disabled stripping in makefiles to enabling build helpful debuginfo package +- removed obsoleted gcc-sentinel-fix patch + +------------------------------------------------------------------- +Wed Jan 19 18:43:28 CET 2005 - postadal@suse.cz + +- updated to version 3.0.13 +- fixed gcc warnings (gcc-sentinel-fix.diff) + +------------------------------------------------------------------- +Tue Aug 17 11:11:12 CEST 2004 - postadal@suse.cz + +- removed /usr/bin/ftp link to avoid conflict with other ftp clients [#43765] + +------------------------------------------------------------------- +Thu Aug 05 16:45:41 CEST 2004 - postadal@suse.cz + +- updated to version 3.0.6 + +------------------------------------------------------------------- +Fri Feb 13 11:36:24 CET 2004 - postadal@suse.cz + +- updated to version 2.6.12 +- removed obsoleted patches: http-empty-line-fix, http-overflow-fix + +------------------------------------------------------------------- +Tue Feb 10 11:58:33 CET 2004 - schwab@suse.de + +- Add readline-devel to neededforbuild. + +------------------------------------------------------------------- +Tue Dec 16 14:25:24 CET 2003 - postadal@suse.cz + +- fixed handling first empty line (server's response doesn't parse it correctly) + +-------------------------------------------------------------------