[lftp] updated to latest upstream 4.3.0

Jiri Skala jskala at fedoraproject.org
Mon Jun 20 15:00:39 UTC 2011


commit 17b695fc40f181a0ac5f9684ee8bc48aacabdde0
Author: Jiri Skala <jskala at redhat.com>
Date:   Mon Jun 20 17:00:22 2011 +0200

    updated to latest upstream 4.3.0

 .gitignore           |    1 +
 lftp-4.2.0-man.patch |    6 +++---
 lftp.spec            |    5 ++++-
 sources              |    2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 04ca245..74fd153 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/lftp-4.2.0-man.patch b/lftp-4.2.0-man.patch
index 1c7b5db..15d5cfd 100644
--- a/lftp-4.2.0-man.patch
+++ b/lftp-4.2.0-man.patch
@@ -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.
diff --git a/lftp.spec b/lftp.spec
index 43e7d63..d03b1aa 100644
--- a/lftp.spec
+++ b/lftp.spec
@@ -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 at redhat.com> - 4.3.0-1
+- updated to latest upstream 4.3.0
+
 * Mon May 02 2011 Jiri Skala <jskala at redhat.com> - 4.2.3-1
 - updated to latest upstream 4.2.3
 
diff --git a/sources b/sources
index 6b8f478..e797000 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7815af15e05472ac3ffbd5699ab842d4  lftp-4.2.3.tar.xz
+ae32e290b096d50856129b45a99411dc  lftp-4.3.0.tar.xz


More information about the scm-commits mailing list