diff --git a/.cvsignore b/.cvsignore index fb99625..991b643 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ lftp-3.6.1.tar.gz +lftp-3.6.3.tar.gz diff --git a/lftp-3.5.14-progress_overflow.patch b/lftp-3.5.14-progress_overflow.patch deleted file mode 100644 index 2d8a6ca..0000000 --- a/lftp-3.5.14-progress_overflow.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up lftp-3.5.14/src/FileCopy.cc.test lftp-3.5.14/src/FileCopy.cc ---- lftp-3.5.14/src/FileCopy.cc.test 2007-12-11 09:48:03.000000000 +0100 -+++ lftp-3.5.14/src/FileCopy.cc 2007-12-11 09:48:36.000000000 +0100 -@@ -514,6 +514,6 @@ const char *FileCopy::GetPercentDoneStr( - return ""; -- static char buf[6]; -+ static char buf[8]; -- sprintf(buf,"(%d%%) ",pct); -+ snprintf(buf,8,"(%d%%) ",pct); - return buf; - } - float FileCopy::GetRate() diff --git a/lftp-3.6.1-empty_argument.patch b/lftp-3.6.1-empty_argument.patch deleted file mode 100644 index 0ad3750..0000000 --- a/lftp-3.6.1-empty_argument.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up lftp-3.6.1/src/HttpDir.cc.empty_argument lftp-3.6.1/src/HttpDir.cc ---- lftp-3.6.1/src/HttpDir.cc.empty_argument 2007-08-29 13:20:13.000000000 +0200 -+++ lftp-3.6.1/src/HttpDir.cc 2008-01-25 14:00:43.000000000 +0100 -@@ -70,6 +70,8 @@ static bool find_value(const char *scan, - if(*scan=='"' || *scan=='\'') - quote=*scan++; - -+ if(match) -+ store.set(""); - while(scan - 3.6.3-1 +- update to newest version +- remove patches fixed in upstream: progress_overflow, empty_argument + * Tue Feb 12 2008 Martin Nagy - 3.6.1-2 - fix library paths (#432468) diff --git a/sources b/sources index ef4e9fc..5bde917 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ cb074387f2516efe6abe5664af5504f9 lftp-3.6.1.tar.gz +79cf8e02a8994160b1aed6b12c39e5c0 lftp-3.6.3.tar.gz