forked from lavv17/lftp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
1,238 additions
and
1,217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dnl Process this file with autoconf to produce a configure script. | ||
AC_PREREQ([2.60]) | ||
AC_INIT([lftp], [4.6.3a.20150813], [[email protected]]) | ||
AC_INIT([lftp], [4.6.4], [[email protected]]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
AC_CONFIG_LIBOBJ_DIR([lib]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Begin3 | ||
Title: LFTP command line file transfer program | ||
Version: 4.6.3a | ||
Entered-date: 2015-06-17 | ||
Version: 4.6.4 | ||
Entered-date: 2015-08-20 | ||
Description: LFTP is a shell-like command line file transfer program. It is | ||
reliable: can retry operations and does reget automatically. | ||
It can do several transfers simultaneously in background. | ||
|
@@ -23,7 +23,7 @@ Keywords: ftp, client, readline, reliable, background, parallel, http, | |
Author: [email protected] (Alexander V. Lukyanov) | ||
Maintained-by: [email protected] (Alexander V. Lukyanov) | ||
Primary-site: ftp.yars.free.net /pub/source/lftp | ||
2584 kB lftp-4.6.3a.tar.gz | ||
2593 kB lftp-4.6.4.tar.gz | ||
Alternate-site: metalab.unc.edu /pub/Linux/system/network/file-transfer | ||
Platforms: Unix, G++ | ||
Copying-policy: GNU GPL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
%define version 4.6.3a | ||
%define version 4.6.4 | ||
%define release 1 | ||
%define use_modules 0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -296,3 +296,6 @@ | |
glthread | ||
/gl_openssl.h | ||
/assure.h | ||
/time-internal.h | ||
/time_rz.c | ||
/timegm.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -238,3 +238,6 @@ | |
/extern-inline.m4 | ||
/absolute-header.m4 | ||
/gl-openssl.m4 | ||
/flexmember.m4 | ||
/time_rz.m4 | ||
/timegm.m4 |
Oops, something went wrong.