From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 21 18:20:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0EAA1065674 for ; Fri, 21 Nov 2008 18:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B213C8FC17 for ; Fri, 21 Nov 2008 18:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mALIK1QP070199 for ; Fri, 21 Nov 2008 18:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mALIK1Ik070198; Fri, 21 Nov 2008 18:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 21 Nov 2008 18:20:01 GMT Resent-Message-Id: <200811211820.mALIK1Ik070198@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ganael Laplanche Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12E351065673 for ; Fri, 21 Nov 2008 18:17:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 06C538FC0A for ; Fri, 21 Nov 2008 18:17:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mALIHaw9050811 for ; Fri, 21 Nov 2008 18:17:36 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id mALIHao6050810; Fri, 21 Nov 2008 18:17:36 GMT (envelope-from nobody) Message-Id: <200811211817.mALIHao6050810@www.freebsd.org> Date: Fri, 21 Nov 2008 18:17:36 GMT From: Ganael Laplanche To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/129056: Port update: ftp/lftp - Update to 3.7.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2008 18:20:01 -0000 >Number: 129056 >Category: ports >Synopsis: Port update: ftp/lftp - Update to 3.7.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Nov 21 18:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ganael Laplanche >Release: 8.0-CURRENT >Organization: http://contribs.martymac.com >Environment: FreeBSD home.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #26: Mon Nov 17 09:47:33 CET 2008 martymac@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL amd64 >Description: This patch updates lftp to version 3.7.6. Changelog : Version 3.7.6 - 2008-11-17 * fixed memory corruption in zmore. * fixed compilation on some systems. (note that patch-src-commands.cc has been integrated upstream). >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aurN lftp.orig/Makefile lftp/Makefile --- lftp.orig/Makefile 2008-11-21 14:41:56.019211510 +0100 +++ lftp/Makefile 2008-11-21 14:42:04.698408796 +0100 @@ -6,7 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 3.7.5 +PORTVERSION= 3.7.6 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \ ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \ diff -aurN lftp.orig/distinfo lftp/distinfo --- lftp.orig/distinfo 2008-11-21 14:41:56.019211510 +0100 +++ lftp/distinfo 2008-11-21 14:42:34.301152581 +0100 @@ -1,3 +1,3 @@ -MD5 (lftp-3.7.5.tar.bz2) = 08f577dc1fac96bcf24a847e8ce64554 -SHA256 (lftp-3.7.5.tar.bz2) = a4d4960a1679939785849b2179013bca09b08ffb6f04a3737519add64261c2cb -SIZE (lftp-3.7.5.tar.bz2) = 1339331 +MD5 (lftp-3.7.6.tar.bz2) = eed9891b8c2d034f296af5eb86898935 +SHA256 (lftp-3.7.6.tar.bz2) = 027bd8b4097030b533fc1541cf45a59efe7e271b0ca22770f0ac0d98837d414f +SIZE (lftp-3.7.6.tar.bz2) = 1339266 diff -aurN lftp.orig/files/patch-src-commands.cc lftp/files/patch-src-commands.cc --- lftp.orig/files/patch-src-commands.cc 2008-11-21 14:41:56.019211510 +0100 +++ lftp/files/patch-src-commands.cc 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ ---- src/commands.cc.orig 2008-11-17 01:34:09.000000000 +0800 -+++ src/commands.cc 2008-11-17 01:34:19.000000000 +0800 -@@ -31,6 +31,7 @@ - #include - #include - #include -+#include - #include - #include - #ifdef HAVE_DLFCN_H >Release-Note: >Audit-Trail: >Unformatted: