Changelog for
lftp-debuginfo-4.4.0-56.2.i586.rpm :
Tue Jul 9 14:00:00 2013 schwabAATTsuse.de
- Override broken configure checks
Sun Mar 17 13:00:00 2013 dimstarAATTopensuse.org
- Fix lftp-ca-bundle-path.patch: the correct syntax is to \"set\" the
parameter (bnc#792456).
Sun Dec 2 13:00:00 2012 dimstarAATTopensuse.org
- Add lftp-ca-bundle-path.patch: use /etc/ssl/ca-bundle.pem as
root CA store. Instead of \'suggesting\' users to get used to
certificate errors, it\'s better to give a working default that
allows normal certificate verification. Note: we do not set
ssl:ca-path, even though this would be nicer, but lftp v4.4.0
seem not to support this (despite it being documented in man
pages).
Tue Oct 16 14:00:00 2012 puzelAATTsuse.com
- update to 4.4.0
* implemented bittorrent extensions (FAST, DHT, LTEP,
ut_metadata, ut_pex).
* allow torrent downloading by magnet links.
* new setting torrent:use-dht.
* new torrent option --dht-bootstrap for manual bootstrapping.
* add support for name.utf-8 and path.utf-8 in torrent metadata.
* now net:limit-rate and net:limit-total-rate settings can use suffixes,
e.g. `set net:limit-total-rate 1M:500k\'.
* allow numeric user names.
* don\'t try to upload if ALLO fails.
* send PROT to ftp servers always when AUTH is activated.
* fixed gnutls non-fatal error checking.
* fixed execution of at-finish and at-queue-finish in certain cases.
* fixed termcap coredump.
* fixed opie on 64-bit machines.
* treat gnutls decryption error as non-fatal.
* fixed core dump in `bm:\' pseudo-URL opening.
* fixed PROPFIND result parsing (WebDAV).
Fri Jul 27 14:00:00 2012 ajAATTsuse.de
- Fix build with missing gets declaration (glibc 2.16)
Fri Jul 13 14:00:00 2012 vcizekAATTsuse.com
- mark alternative ftp.1 as ghost (bnc#723691)
Wed May 30 14:00:00 2012 pascal.bleserAATTopensuse.org
- update to 4.3.7:
* fixed script execution
* cls fixed to show correct time always
* torrent fixed for large PIDs
* don\'t check hostname in openssl case with ssl:check-hostname off
Mon May 21 14:00:00 2012 pascal.bleserAATTopensuse.org
- libgnutls-devel instead of gnutls-devel in order to build properly
on the upcoming 12.2 and reflect the upstream naming change
Sun Apr 1 14:00:00 2012 pascal.bleserAATTopensuse.org
- update to 4.3.6:
* adds explicit retracker support (new setting torrent:retracker)
* adds support for HTTP status code 429 Too Many Requests
* improves FTP login error handling
* fixes errors reported by -Werror=format-security
* fixes HTTP error reporting
Wed Jan 25 13:00:00 2012 pascal.bleserAATTopensuse.org
- update to 4.3.5:
* fixed ascii mode uploads to sftp
* fixed \"local\" command without arguments
* fixed https
* fixed large memory consumption in ftp when target disk is full
Sun Jan 1 13:00:00 2012 pascal.bleserAATTopensuse.org
- update to 4.3.4:
* new settings cmd:at-exit-bg, cmd:at-finish, cmd:at-queue-finish
* added timestamps in readline history
* improved attach command to remove stale sockets
* fixed core dump when ftp server does not return valid PWD result
* fixed a special ftp cd case when real cwd equals to the new cwd
* fixed torrent status command line
* fixed torrent to open files with CLOEXEC flag
* fixed exit code of queue command
* fixed mirror to follow local symlinks with -L option
* fixed a crash with https
Fri Oct 21 14:00:00 2011 pascal.bleserAATTopensuse.org
- update to lftp-4.3.3:
- new setting ftp:use-tvfs (yes, no, auto)
- improved ftp path handling for servers without TVFS feature
- improved closure matching, now
*.EXT matches URLs ending with \".EXT\"
- updated man page
- updated translations
- fixed mirror target directory naming
- merge with server:ftp/lftp:
- add vi command support
- fix build on SLE_11 and SLE_10
- add .desktop file
Wed Oct 12 14:00:00 2011 tabrahamAATTnovell.com
- update to lftp-4.3.2
- fixed fish protocol syncronization when ls fails on the server
- fixed torrent shutting down when the tracker fails
Thu Jun 30 14:00:00 2011 puzelAATTnovell.com
- update to lftp-4.3.1
- fixed a coredump in torrent on linux with a ppp interface.
- translation updated (ru).
Mon Jun 27 14:00:00 2011 puzelAATTnovell.com
- update to lftp-4.3.0
- new command `attach\' to control a backgrounded lftp.
- automatically fill torrent:ipv6 setting.
- slightly improved torrent status display.
- fixed reconnect interval (it was sometimes uninitialized).
- several fixes for the case of cmd:parallel>1 (Fernando
Gutierrez).
Fri May 13 14:00:00 2011 puzelAATTnovell.com
- update to lftp-4.2.3
- don\'t write passwords to transfer_log
- new setting mirror:no-empty-dirs
- allow `jobs\' output to be redirected
- don\'t list not connected torrent peers by default
- show torrent validation rate and ETA
- fixed `cd -\'
- fixed pget for URLs with special symbols
- translations updated (cs, ru)
- new setting ftp:use-ip-tos
- optimized torrent validation
- fixed fallocate call
- got rid of sprintf calls
- drop lftp-missing-sentinel.patch (in upstream)
Tue Mar 22 13:00:00 2011 puzelAATTnovell.com
- update to lftp-4.2.0
* changed ssl:verify-certificate default to yes.
* check certificate common name in openssl case (code from curl).
* disable weak algorithms in openssl (Ludwig Nussel
).
* new setting xfer:log-file (Timur Sufiev).
* support for netkey pasword in ftp ().
* added torrent ipv6 support (new setting torrent:ipv6)
* don\'t accept new connections when no torrent can accept them.
* allow to specify job numbers in `jobs\' command.
* fixed a segfault in pget when an error happens on second chunk.
Version 4.1.3
* fixed a coredump in torrent (introduced in 4.1.2).
Version 4.1.2
* new command ln [-s], supported by FTP (SITE [SYM]LINK), FISH,
SFTP, and locally via file: schema.
* create remote symlinks in mirror -R if supported by server.
* detect and remove duplicate peers in torrent.
- run spec-cleaner
- refresh patches
Sun Nov 28 13:00:00 2010 puzelAATTnovell.com
- udpate to 4.1.1
* fixed job command line display.
* fixed some warnings and compilation with old gcc compilers
(Openwall).
Tue Nov 23 13:00:00 2010 puzelAATTnovell.com
- udpate to 4.1.0
* send path components to ftp server separately, unless TVFS is
in FEAT reply
* save pget status at the very beginning of pget execution
* allow mirror pget continuation (mirror -c --use-pget)
* allow multiple torrent startup at once (e.g. torrent
* .torrent)
* pre-allocate disk space in torrent, if posix_fallocate(3) is
supported
* new command prefix `local\'. It makes the following command use
local session instead of remote
* added torrent multi-tracker support
* fixed convert-mozilla-cookies cookie duplication
Fri Sep 17 14:00:00 2010 puzelAATTnovell.com
- update to 4.0.10
* use cached file set, don\'t parse file listing again
* updated convert-netscape-cookies
* fixed a problem with zeroed errno in http
* fixed coredump on mirror --log=file when the file cannot be
opened
* translations updated (de, ru)
Wed Jul 21 14:00:00 2010 puzelAATTnovell.com
- update to 4.0.9
* torrent: don\'t try to re-download invalid piece from the same
peer
* added a short lftp.conf(5) man page (Jiri Skala)
* fixed a problem with zeroed errno (Gabriele Balducci)
* fixed status of mget from file: schema
* fixed a compilation problem on AIX (Claus K. Larsen)
Thu May 27 14:00:00 2010 mkudlvasrAATTsuse.cz
- update to 4.0.8
highlights from changelist:
* new settings: xfer:auto-rename (off by default),
ftp:ssl-copy-sid (for some broken servers),
cmd:stifle-rl-history (to limit command history size),
ftp:prefer-epsv, ftp:trust-feat (default no),
cmd:move-background-detach, ftp:proxy-auth-type
* added torrent client
* many bugs fixed
Fri Feb 19 13:00:00 2010 puzelAATTnovell.com
- lftp-use-pkg-config.patch, add pkg-config to BuildRequires
- fixes build
- cleanup specfile
Tue Nov 3 13:00:00 2009 cooloAATTnovell.com
- updated patches to apply with fuzz=0
Mon Mar 23 13:00:00 2009 crrodriguezAATTsuse.de
- fix build, missing sentinel
Tue Feb 26 13:00:00 2008 crrodriguezAATTsuse.de
- fix file-not-in-lang errors
- fix library-without-ldconfig
* errors
Wed Feb 13 13:00:00 2008 mkudlvasrAATTsuse.cz
- update to 3.6.3
highlights from changelist:
* french and polish translations updated.
* major code cleanup (using templates for reusable code - like lists)
* new mirror options --on-change, --depth-first, --no-empty-dirs, --ascii,
- -only-existing
* lots of bugs fixed
- fixed compatibility mode to work with the code after cleanup
Mon Jul 16 14:00:00 2007 mkudlvasrAATTsuse.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 14:00:00 2007 mkudlvasrAATTsuse.cz
- update to 3.5.10
highlights from changelist:
* fixed \'sleep\' command
* fixed \'mirror --script\'
Mon Mar 19 13:00:00 2007 mkudlvasrAATTsuse.cz
- removed RPM_BUILD_ROOT from post-install script
Tue Oct 17 14:00:00 2006 postadalAATTsuse.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 14:00:00 2006 anosekAATTsuse.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 14:00:00 2006 postadalAATTsuse.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 14:00:00 2006 pnemecAATTsuse.cz
- decreased priority of alternative system [#162595]
- another fix for lftp wrapper [#164726]
Fri Apr 7 14:00:00 2006 pnemecAATTsuse.cz
- fixed lftp_wrapper [#162595]
Mon Mar 20 13:00:00 2006 postadalAATTsuse.cz
- packaged %ghost /usr/bin/ftp [#159341]
Mon Mar 13 13:00:00 2006 postadalAATTsuse.cz
- removed lukemftp from Obsoletes [#156450]
Sat Mar 11 13:00:00 2006 postadalAATTsuse.cz
- added ftp and ftp.1 to alternative system, so they can be
interchanged with lukemftp [#156450]
Thu Mar 9 13:00:00 2006 postadalAATTsuse.cz
- fixed update problem (removed lukemftp from Conflicts) [#156450]
Fri Mar 3 13:00:00 2006 pnemecAATTsuse.cz
- fixed lukemftp update problem 154349
Fri Jan 27 13:00:00 2006 pnemecAATTsuse.cz
- fixed lftp_wrapper.c [#145143]
Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires
Thu Jan 19 13:00:00 2006 pnemecAATTsuse.cz
- fixed some parts in lftp_wrapper.c
Tue Jan 17 13:00:00 2006 postadalAATTsuse.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 13:00:00 2006 schwabAATTsuse.de
- Don\'t strip binaries.
Fri Jan 6 13:00:00 2006 postadalAATTsuse.cz
- updated to version 3.4.0
Wed Nov 23 13:00:00 2005 postadalAATTsuse.cz
- updated to version 3.3.4
- parallelize build
Thu Jul 28 14:00:00 2005 postadalAATTsuse.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 13:00:00 2005 postadalAATTsuse.cz
- updated to version 3.0.13
- fixed gcc warnings (gcc-sentinel-fix.diff)
Tue Aug 17 14:00:00 2004 postadalAATTsuse.cz
- removed /usr/bin/ftp link to avoid conflict with other ftp clients [#43765]
Thu Aug 5 14:00:00 2004 postadalAATTsuse.cz
- updated to version 3.0.6
Fri Feb 13 13:00:00 2004 postadalAATTsuse.cz
- updated to version 2.6.12
- removed obsoleted patches: http-empty-line-fix, http-overflow-fix
Tue Feb 10 13:00:00 2004 schwabAATTsuse.de
- Add readline-devel to neededforbuild.
Tue Dec 16 13:00:00 2003 postadalAATTsuse.cz
- fixed handling first empty line (server\'s response doesn\'t parse it correctly)
Mon Dec 8 13:00:00 2003 postadalAATTsuse.cz
- fixed remote exploitable buffer overflow while using HTTP/HTTPS [#33528]
Thu Nov 6 13:00:00 2003 schwabAATTsuse.de
- Fix quoting in configure script.
Thu Sep 18 14:00:00 2003 postadalAATTsuse.cz
- fixed to use stdarg [#30819]
Wed Aug 20 14:00:00 2003 postadalAATTsuse.cz
- removed forgotten __os_install_post
Thu Jul 24 14:00:00 2003 postadalAATTsuse.cz
- updated to version 2.6.6
Mon Jun 2 14:00:00 2003 poemlAATTsuse.de
- run automake
Wed May 14 14:00:00 2003 mmjAATTsuse.de
- Update to 2.6.5 including:
* new mirror options --log= and --script= to produce
lftp commands equivalent to the actions done (log) or to be
done (script) by mirror. `-\' as file name means stdout.
* fixed a dead-lock when resuming FXP with passive source.
* re-get file size and date after HTTP redirect.
* added workarounds for proftpd.
* handle EPIPE (Broken pipe) error as temporary network error.
* fixed a dead-lock in HTTP retrieval after redirect.
* added cls option --sort=date (Oskar Liljeblad).
* fixed compilation on OpenBSD and older Solaris.
* fixed handling of symbolic links in find.
* lftp -f and -c options can now be combined
* fixed slot handling in non-interactive mode.
* fixed large file support in cat command.
* fixed dante socks compilation.
* fixed data connection abort with ssl connection to wu-ftpd.
- Remove files we don\'t want to package
Fri Jan 10 13:00:00 2003 postadalAATTsuse.cz
- updated to version 2.6.4
* new settings net:socket-bind-ipv4 and net:socket-bind-ipv6 to bind sockets
to a specific address (to select a specific network interface)
* reget does not start transfer if not needed
* ssl:verify-certificate set to no by default
* fixed ~ handling in find and mirror
Fri Dec 6 13:00:00 2002 postadalAATTsuse.cz
- new package: lftp 2.6.3