Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2005 13:50:12 +0100 (CET)
From:      Toni Schmidbauer <toni@stderror.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/89668: [PATCH] update lftp to version 3.3.4
Message-ID:  <200511281250.jASCoC4T008292@steve.stderror.at>
Resent-Message-ID: <200511281250.jASCo3nc007850@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         89668
>Category:       ports
>Synopsis:       [PATCH] update lftp to version 3.3.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 28 12:50:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Toni Schmidbauer
>Release:        FreeBSD 6.0-STABLE amd64
>Organization:
stderror.at
>Environment:
System: FreeBSD steve.stderror.at 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Nov 12 00:07:57 CET 2005 root@steve.stderror.at:/usr/obj/usr/src/sys/STEVE amd64


>Description:
	- update lftp to version 3.3.4, patch attached
	- file lftp/files/patch-src-lftp_rl.c is no longer necessary, as it is 
	  included in this version of lftp

>How-To-Repeat:
>Fix:

diff -Nur lftp.orig/Makefile lftp/Makefile
--- lftp.orig/Makefile  Wed Nov  2 07:45:31 2005
+++ lftp/Makefile       Mon Nov 28 13:20:14 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      lftp
-PORTVERSION=   3.3.3
+PORTVERSION=   3.3.4
 CATEGORIES=    ftp ipv6
 MASTER_SITES=  \
                ftp://mirror.widexs.nl/pub/lftp/ \
diff -Nur lftp.orig/distinfo lftp/distinfo
--- lftp.orig/distinfo  Wed Nov  2 07:45:31 2005
+++ lftp/distinfo       Mon Nov 28 13:21:53 2005
@@ -1,4 +1,4 @@
-MD5 (lftp-3.3.3.tar.bz2) = 92f2c10ee4460a9e4654615db0f3f8ab
-SIZE (lftp-3.3.3.tar.bz2) = 1265962
-MD5 (lftp-3.3.3.tar.bz2.asc) = 7c2d890ee672bb8b6f145ee14f5eb14c
-SIZE (lftp-3.3.3.tar.bz2.asc) = 185
+MD5 (lftp-3.3.4.tar.bz2) = b37c36c8b2bc58cd3020324cd2df1348
+SIZE (lftp-3.3.4.tar.bz2) = 1268705
+MD5 (lftp-3.3.4.tar.bz2.asc) = 7784255c3450b0be7ece6999fd1f1761
+SIZE (lftp-3.3.4.tar.bz2.asc) = 192
diff -Nur lftp.orig/files/patch-src-lftp_rl.c lftp/files/patch-src-lftp_rl.c
--- lftp.orig/files/patch-src-lftp_rl.c Thu Oct 27 23:40:13 2005
+++ lftp/files/patch-src-lftp_rl.c      Thu Jan  1 01:00:00 1970
@@ -1,13 +0,0 @@
---- src/lftp_rl.c.orig Tue Oct 18 11:21:22 2005
-+++ src/lftp_rl.c      Fri Oct 21 21:55:00 2005
-@@ -191,9 +191,9 @@
-    if(!lftp_history_file)
-    {
-       const char *home=get_lftp_home();
-+      const char *add="/rl_history";
-       if(!home)
-        return;
--      const char *add="/rl_history";
-       lftp_history_file=(char*)malloc(strlen(home)+strlen(add)+1);
-       strcat(strcpy(lftp_history_file,home),add);
-    }

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511281250.jASCoC4T008292>