updated to latest upstream 4.3.0

This commit is contained in:
Jiri Skala 2011-06-20 17:00:22 +02:00
parent 3ec702e49e
commit 17b695fc40
4 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ lftp-4.0.10.tar.xz
/lftp-4.2.1.tar.xz
/lftp-4.2.2.tar.xz
/lftp-4.2.3.tar.xz
/lftp-4.3.0.tar.xz

View File

@ -9,7 +9,7 @@ diff -up lftp-4.2.3/doc/lftp.1.man lftp-4.2.3/doc/lftp.1
.\" This file is part of lftp.
.\"
@@ -62,28 +62,28 @@ lftp \- Sophisticated file transfer prog
This man page documents lftp version 4.2.3.
This man page documents lftp version 4.3.0.
.SH "DESCRIPTION"
-\fBlftp\fR is a file transfer program that allows sophisticated ftp, http
@ -412,7 +412,7 @@ diff -up lftp-4.2.3/doc/lftp.1.man lftp-4.2.3/doc/lftp.1
+IP address to send to the tracker. Specify it if you are using an HTTP proxy.
.TP
.BR torrent:ipv6 " (ipv6 address)"
IPv6 address to send to the tracker. Specify it if the tracker has IPv4 address.
IPv6 address to send to the tracker. By default, first found global unicast address is used.
@@ -1737,7 +1737,7 @@ They can also have a prefix: 0 - octal,
.SS FTP asynchronous mode (pipelining)
.PP
@ -432,7 +432,7 @@ diff -up lftp-4.2.3/doc/lftp.1.man lftp-4.2.3/doc/lftp.1
connection and the Telnet EOL sequences (CR LF).'' and ``a single READ
from the control connection may include more than one FTP command''.
@@ -1829,7 +1829,7 @@ command.
The file is used to store last working directories for each site visited.
The directory is used to store named sockets for backgrounded lftp processes.
.TP
.I "~/.netrc"
-The file is consulted to get default login and password to ftp server.

View File

@ -1,6 +1,6 @@
Summary: A sophisticated file transfer program
Name: lftp
Version: 4.2.3
Version: 4.3.0
Release: 1%{?dist}
License: GPLv3+
Group: Applications/Internet
@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Jun 20 2011 Jiri Skala <jskala@redhat.com> - 4.3.0-1
- updated to latest upstream 4.3.0
* Mon May 02 2011 Jiri Skala <jskala@redhat.com> - 4.2.3-1
- updated to latest upstream 4.2.3

View File

@ -1 +1 @@
7815af15e05472ac3ffbd5699ab842d4 lftp-4.2.3.tar.xz
ae32e290b096d50856129b45a99411dc lftp-4.3.0.tar.xz