From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 31 12:20:03 2009 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 CF0571065672 for ; Sat, 31 Jan 2009 12:20:03 +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 A8F008FC1D for ; Sat, 31 Jan 2009 12:20:03 +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 n0VCK3sX011230 for ; Sat, 31 Jan 2009 12:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0VCK3ON011229; Sat, 31 Jan 2009 12:20:03 GMT (envelope-from gnats) Resent-Date: Sat, 31 Jan 2009 12:20:03 GMT Resent-Message-Id: <200901311220.n0VCK3ON011229@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 966841065695 for ; Sat, 31 Jan 2009 12:10:15 +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 656528FC1C for ; Sat, 31 Jan 2009 12:10:15 +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 n0VCAFeW096763 for ; Sat, 31 Jan 2009 12:10:15 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0VCAFSx096762; Sat, 31 Jan 2009 12:10:15 GMT (envelope-from nobody) Message-Id: <200901311210.n0VCAFSx096762@www.freebsd.org> Date: Sat, 31 Jan 2009 12:10:15 GMT From: Ganael Laplanche To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/131200: Port update: ftp/lftp - Update to v.3.7.8 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: Sat, 31 Jan 2009 12:20:04 -0000 >Number: 131200 >Category: ports >Synopsis: Port update: ftp/lftp - Update to v.3.7.8 >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: Sat Jan 31 12:20:03 UTC 2009 >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 #28: Sat Jan 3 15:23:38 CET 2009 root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL amd64 >Description: This patch updates lftp to v3.7.8, which fixes uploads via ftps in encrypted mode. The patch also cleans up mirror list. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aurN lftp.orig/Makefile lftp/Makefile --- lftp.orig/Makefile 2009-01-30 22:18:40.610133239 +0100 +++ lftp/Makefile 2009-01-31 13:06:57.297256879 +0100 @@ -6,19 +6,17 @@ # PORTNAME= lftp -PORTVERSION= 3.7.7 +PORTVERSION= 3.7.8 CATEGORIES= ftp ipv6 -MASTER_SITES= ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \ - ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \ - ftp://ftp.130th.net/pub/mirror/lftp/ \ - ftp://ftp.130th.net/pub/mirror/lftp/old/ \ - ftp://ftp.iasi.roedu.net/pub/os/Linux/network/ftp/lftp/ \ - ftp://ftp.iasi.roedu.net/pub/os/Linux/network/ftp/lftp/old/ \ - ftp://ftp.yars.free.net/pub/source/lftp/ \ - ftp://ftp.yars.free.net/pub/source/lftp/old/ \ +MASTER_SITES= ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \ + ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/old/ \ ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ http://lftp.cybermirror.org/ \ - http://lftp.cybermirror.org/old/ + http://lftp.cybermirror.org/old/ \ + ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \ + ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \ + ftp://ftp.yars.free.net/pub/source/lftp/ \ + ftp://ftp.yars.free.net/pub/source/lftp/old/ MAINTAINER= ganael.laplanche@martymac.com COMMENT= Shell-like command line ftp client diff -aurN lftp.orig/distinfo lftp/distinfo --- lftp.orig/distinfo 2009-01-30 22:18:40.609138699 +0100 +++ lftp/distinfo 2009-01-30 22:19:04.297263307 +0100 @@ -1,3 +1,3 @@ -MD5 (lftp-3.7.7.tar.bz2) = 7b1c58a6289448140b1cd328e1d51f94 -SHA256 (lftp-3.7.7.tar.bz2) = 0e9daf2cdc491ff714b84ab37695b5852c3b1c253d159482ebc0051a2a08e327 -SIZE (lftp-3.7.7.tar.bz2) = 1367986 +MD5 (lftp-3.7.8.tar.bz2) = 999e2d77a2f1db5b6f883a8e3a40cee2 +SHA256 (lftp-3.7.8.tar.bz2) = 2c9ee5395a34e37a97b485a93bc691239f46f98db75bf26167dbf56323b2d613 +SIZE (lftp-3.7.8.tar.bz2) = 1385167 >Release-Note: >Audit-Trail: >Unformatted: