Received: by mail.netbsd.org (Postfix, from userid 605) id 9F48884DC0; Fri, 13 Oct 2017 08:13:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 32B8384D7E for ; Fri, 13 Oct 2017 08:13:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id V93w5O4gNKYU for ; Fri, 13 Oct 2017 08:13:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B79B584D20 for ; Fri, 13 Oct 2017 08:13:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B5AF2FBC7; Fri, 13 Oct 2017 08:13:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150788240697380" MIME-Version: 1.0 Date: Fri, 13 Oct 2017 08:13:26 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/lftp To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171013081326.B5AF2FBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150788240697380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 13 08:13:26 UTC 2017 Modified Files: pkgsrc/net/lftp: Makefile distinfo Log Message: lftp: update to 4.8.3 Version 4.8.3: * fixed compilation with older C++ compilers. * fixed 2 other core dumps on exit (incorrect order of deallocation). To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 pkgsrc/net/lftp/Makefile cvs rdiff -u -r1.69 -r1.70 pkgsrc/net/lftp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150788240697380 Content-Disposition: inline Content-Length: 1745 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/lftp/Makefile diff -u pkgsrc/net/lftp/Makefile:1.124 pkgsrc/net/lftp/Makefile:1.125 --- pkgsrc/net/lftp/Makefile:1.124 Fri Sep 29 06:33:24 2017 +++ pkgsrc/net/lftp/Makefile Fri Oct 13 08:13:26 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.124 2017/09/29 06:33:24 adam Exp $ +# $NetBSD: Makefile,v 1.125 2017/10/13 08:13:26 adam Exp $ -DISTNAME= lftp-4.8.2 +DISTNAME= lftp-4.8.3 CATEGORIES= net MASTER_SITES= http://lftp.yar.ru/ftp/ MASTER_SITES+= ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ Index: pkgsrc/net/lftp/distinfo diff -u pkgsrc/net/lftp/distinfo:1.69 pkgsrc/net/lftp/distinfo:1.70 --- pkgsrc/net/lftp/distinfo:1.69 Fri Sep 29 06:33:24 2017 +++ pkgsrc/net/lftp/distinfo Fri Oct 13 08:13:26 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.69 2017/09/29 06:33:24 adam Exp $ +$NetBSD: distinfo,v 1.70 2017/10/13 08:13:26 adam Exp $ -SHA1 (lftp-4.8.2.tar.xz) = 0deaffc02a047127b8549f6b43b8aa1b70d509b9 -RMD160 (lftp-4.8.2.tar.xz) = 436962d6beea20e11c2334b3ae51373e6d74714b -SHA512 (lftp-4.8.2.tar.xz) = 582775c27f020a6864b960a06681698522842e147deee6dba18115738af56fc0094c2b21ed1eb4984626276472f707be795fcf4b23f451ba17a60e4bf8facd5e -Size (lftp-4.8.2.tar.xz) = 1598920 bytes +SHA1 (lftp-4.8.3.tar.xz) = 8c540e56cf0c311c6ca8fae8f5c1f4cdf8867ca5 +RMD160 (lftp-4.8.3.tar.xz) = 92fed815e710165d4283155d34dd4fcf32f20355 +SHA512 (lftp-4.8.3.tar.xz) = 16d0ddc36ac00db009fd4e634a2eaa575bd1c690ea7e1af396317ccc677704d2a4dfa19ea0c46dab83450072714086ed2b15ac00ffe51ec5c9bb900e5e744583 +Size (lftp-4.8.3.tar.xz) = 1602324 bytes SHA1 (patch-aa) = 988f4f2f5b9469d3c645ffa984d5449a219229bb SHA1 (patch-ab) = cbf428fb51c64431eb32d25160303333ce695b5a SHA1 (patch-ac) = 8aa2ddc582bbc87cd0a5e8662f328dd2ac8dea90 --_----------=_150788240697380--