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 B874D7A266 for ; Mon, 27 Feb 2017 09:59:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6ADF085580; Mon, 27 Feb 2017 09:59:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EFD368556D for ; Mon, 27 Feb 2017 09:59:04 +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 qJG9nAb5lbGa for ; Mon, 27 Feb 2017 09:59:04 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 810E38556C for ; Mon, 27 Feb 2017 09:59:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F77BFBE4; Mon, 27 Feb 2017 09:59:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148818954458510" MIME-Version: 1.0 Date: Mon, 27 Feb 2017 09:59:04 +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: <20170227095904.7F77BFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148818954458510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Feb 27 09:59:04 UTC 2017 Modified Files: pkgsrc/net/libfilezilla: Makefile distinfo Log Message: Updated libfilezilla to 0.9.1. 0.9.1 (2017-02-20) + Added a small helper function to fz::file to get the current position in the file + Added another version of fz::to_wstring_from_utf8 that takes a char buffer + length - Fixed extraction of single-character tokens in fz::strtok To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/libfilezilla/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/libfilezilla/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148818954458510 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.7 pkgsrc/net/libfilezilla/Makefile:1.8 --- pkgsrc/net/libfilezilla/Makefile:1.7 Sun Jan 1 15:42:32 2017 +++ pkgsrc/net/libfilezilla/Makefile Mon Feb 27 09:59:04 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2017/01/01 15:42:32 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/02/27 09:59:04 wiz Exp $ -DISTNAME= libfilezilla-0.9.0 +DISTNAME= libfilezilla-0.9.1 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.6 pkgsrc/net/libfilezilla/distinfo:1.7 --- pkgsrc/net/libfilezilla/distinfo:1.6 Sun Jan 1 15:42:32 2017 +++ pkgsrc/net/libfilezilla/distinfo Mon Feb 27 09:59:04 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2017/01/01 15:42:32 wiz Exp $ +$NetBSD: distinfo,v 1.7 2017/02/27 09:59:04 wiz Exp $ -SHA1 (libfilezilla-0.9.0.tar.bz2) = 008cbe1dfdaa06503806b7c30aaf764cef43bf5a -RMD160 (libfilezilla-0.9.0.tar.bz2) = e991a193299fa3170a6b667c5f0ed3f5fc9a9b00 -SHA512 (libfilezilla-0.9.0.tar.bz2) = 9e2ec9bc74cb85404bf99fb0e8b26e5448c1096df834027b3dc5bb8fb7e73961a3ebbca077b7a743213d574b337eea197a182f485b9ceebd853949081fd32405 -Size (libfilezilla-0.9.0.tar.bz2) = 383160 bytes +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 --_----------=_148818954458510--