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 AEA5B7A2A7 for ; Sun, 1 Jan 2017 15:42:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2564485743; Sun, 1 Jan 2017 15:42:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A9FFC855C4 for ; Sun, 1 Jan 2017 15:42:33 +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 Luw4RXEvcExs for ; Sun, 1 Jan 2017 15:42:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2B47D855BE for ; Sun, 1 Jan 2017 15:42:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26606FBA6; Sun, 1 Jan 2017 15:42:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483285353164480" MIME-Version: 1.0 Date: Sun, 1 Jan 2017 15:42:33 +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: <20170101154233.26606FBA6@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. --_----------=_1483285353164480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 1 15:42:33 UTC 2017 Modified Files: pkgsrc/net/libfilezilla: Makefile PLIST distinfo Log Message: Updated libfilezilla to 0.9.0. 2016-11-28 - libfilezilla 0.9.0 released New features: Added parameter to fz::to_integral to specify which value is returned on error. Added fz::remove_file Added fz::hex_encode and fz::hex_decode 2016-10-25 - libfilezilla 0.8.0 released New features: Added fz::str_toupper_ascii to complement fz::str_tolower_ascii Added fz::trim and fz::trimmed for removing leading and trailing whitespace from string Added fz::str_is_ascii Bugfixes and minor changes: Fixed zero-padding for x and X string format conversion specifiers 2016-10-03 - libfilezilla 0.7.1 released Bugfixes and minor changes: OS X: Work around a nasty bug in XCode where programs explicitly compiled for older versions of OS X were silently pulling in features exclusive to the new version, resulting in crashes at runtime MSW: Fix detection of thread creation failures To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/libfilezilla/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/libfilezilla/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/libfilezilla/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483285353164480 Content-Disposition: inline Content-Length: 2564 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.6 pkgsrc/net/libfilezilla/Makefile:1.7 --- pkgsrc/net/libfilezilla/Makefile:1.6 Mon Sep 12 15:40:13 2016 +++ pkgsrc/net/libfilezilla/Makefile Sun Jan 1 15:42:32 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2016/09/12 15:40:13 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/01 15:42:32 wiz Exp $ -DISTNAME= libfilezilla-0.6.1 +DISTNAME= libfilezilla-0.9.0 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/} +MASTER_SITES= http://download.filezilla-project.org/libfilezilla/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/net/libfilezilla/PLIST diff -u pkgsrc/net/libfilezilla/PLIST:1.2 pkgsrc/net/libfilezilla/PLIST:1.3 --- pkgsrc/net/libfilezilla/PLIST:1.2 Mon Sep 12 15:40:13 2016 +++ pkgsrc/net/libfilezilla/PLIST Sun Jan 1 15:42:32 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2016/09/12 15:40:13 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2017/01/01 15:42:32 wiz Exp $ include/libfilezilla/apply.hpp include/libfilezilla/event.hpp include/libfilezilla/event_handler.hpp @@ -19,6 +19,7 @@ include/libfilezilla/recursive_remove.hp include/libfilezilla/shared.hpp include/libfilezilla/string.hpp include/libfilezilla/thread.hpp +include/libfilezilla/thread_pool.hpp include/libfilezilla/time.hpp include/libfilezilla/util.hpp include/libfilezilla/version.hpp Index: pkgsrc/net/libfilezilla/distinfo diff -u pkgsrc/net/libfilezilla/distinfo:1.5 pkgsrc/net/libfilezilla/distinfo:1.6 --- pkgsrc/net/libfilezilla/distinfo:1.5 Mon Sep 12 15:40:13 2016 +++ pkgsrc/net/libfilezilla/distinfo Sun Jan 1 15:42:32 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2016/09/12 15:40:13 wiz Exp $ +$NetBSD: distinfo,v 1.6 2017/01/01 15:42:32 wiz Exp $ -SHA1 (libfilezilla-0.6.1.tar.bz2) = 0ea791c80bb6ad575222a84aa019392bf7e55351 -RMD160 (libfilezilla-0.6.1.tar.bz2) = c3acac0d27fe3142d3bf0e63b51de603fdd1c950 -SHA512 (libfilezilla-0.6.1.tar.bz2) = 586fa7be30d70b8f2998f4f510367ba5ce75d0afdf22f69a06881cee22059ab5f626396079d779ad51e49bbc6c539408867f852c870045820bf1b57873a77bc5 -Size (libfilezilla-0.6.1.tar.bz2) = 379625 bytes +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 --_----------=_1483285353164480--