Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9E73D7A104 for ; Mon, 29 May 2017 12:43:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4E37384DF8; Mon, 29 May 2017 12:43:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D23F884D97 for ; Mon, 29 May 2017 12:43:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id UeHgPENFJ02k for ; Mon, 29 May 2017 12:43:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 62AAF84CF0 for ; Mon, 29 May 2017 12:43:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 606B3FBE4; Mon, 29 May 2017 12:43:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1496061800115830" MIME-Version: 1.0 Date: Mon, 29 May 2017 12:43:20 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/libfilezilla To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170529124320.606B3FBE4@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. --_----------=_1496061800115830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon May 29 12:43:20 UTC 2017 Modified Files: pkgsrc/net/libfilezilla: Makefile distinfo Log Message: Updated libfilezilla to 0.9.2. 0.9.2 (2017-05-25) + Added fz::random_bytes to obtain a vector of the passed size of uniformly distributed random bytes + Added fz::ltrim and fz::rtim + Added parameter to trim functions which characters to trim + It is now possible to detach threads from async_task To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/libfilezilla/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/libfilezilla/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1496061800115830 Content-Disposition: inline Content-Length: 1701 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/libfilezilla/Makefile diff -u pkgsrc/net/libfilezilla/Makefile:1.8 pkgsrc/net/libfilezilla/Makefile:1.9 --- pkgsrc/net/libfilezilla/Makefile:1.8 Mon Feb 27 09:59:04 2017 +++ pkgsrc/net/libfilezilla/Makefile Mon May 29 12:43:20 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2017/02/27 09:59:04 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/05/29 12:43:20 wiz Exp $ -DISTNAME= libfilezilla-0.9.1 +DISTNAME= libfilezilla-0.9.2 CATEGORIES= devel MASTER_SITES= http://download.filezilla-project.org/libfilezilla/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/net/libfilezilla/distinfo diff -u pkgsrc/net/libfilezilla/distinfo:1.7 pkgsrc/net/libfilezilla/distinfo:1.8 --- pkgsrc/net/libfilezilla/distinfo:1.7 Mon Feb 27 09:59:04 2017 +++ pkgsrc/net/libfilezilla/distinfo Mon May 29 12:43:20 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/02/27 09:59:04 wiz Exp $ +$NetBSD: distinfo,v 1.8 2017/05/29 12:43:20 wiz Exp $ -SHA1 (libfilezilla-0.9.1.tar.bz2) = 814a507b5548446be4263621f2dd30baa0c75813 -RMD160 (libfilezilla-0.9.1.tar.bz2) = 9dc217117d702858253d0d305fefad1f55059f4f -SHA512 (libfilezilla-0.9.1.tar.bz2) = bbcd826675e9c3e2f8cf1cea4da01434a66359ae816efdc5c981fbfebde0b73ce44a6d37546196fc00cb118d9b4d7772b73e30f8d5a78294f97b9899e9ba3393 -Size (libfilezilla-0.9.1.tar.bz2) = 383315 bytes +SHA1 (libfilezilla-0.9.2.tar.bz2) = 59ee9e46ff80d4672da2c536a1264f50cc582de1 +RMD160 (libfilezilla-0.9.2.tar.bz2) = 549ac92daaf3c4e378fcfda8c6917dbd4c528302 +SHA512 (libfilezilla-0.9.2.tar.bz2) = f825d116e252786801115189f9966ba7ab8663863d921cce530569a172ab33dbc31234d6286b0b3e6edc19ec0a5ba009788382ec5d5359f97a9cb10f30715f88 +Size (libfilezilla-0.9.2.tar.bz2) = 383522 bytes --_----------=_1496061800115830--