From owner-svn-ports-all@freebsd.org Tue Feb 5 12:50:26 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7F0D14B682D; Tue, 5 Feb 2019 12:50:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A7606FAFC; Tue, 5 Feb 2019 12:50:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 394C01E0D2; Tue, 5 Feb 2019 12:50:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x15CoPYK072281; Tue, 5 Feb 2019 12:50:25 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x15CoPph072279; Tue, 5 Feb 2019 12:50:25 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201902051250.x15CoPph072279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 5 Feb 2019 12:50:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492202 - head/ftp/libfilezilla X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/ftp/libfilezilla X-SVN-Commit-Revision: 492202 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4A7606FAFC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2019 12:50:26 -0000 Author: pi Date: Tue Feb 5 12:50:25 2019 New Revision: 492202 URL: https://svnweb.freebsd.org/changeset/ports/492202 Log: ftp/libfilezilla: update 0.13.0 -> 0.15.1, taking maintainer - Add argument to fz::strtok to return empty tokens - Fix compatibility issue with Nettle < 3.3 - Fix fz::random_bytes on MinGW - Fix memory leak in fz::buffer - now depends on Nettle >= 3.1 - Added fz::sha512, fz::sha256, fz::sha1 and fz::md5 hash functions - Added fz::hash_accumulator - Added fz::hmac_sha256 HMAC function - Added asymmetric encryption scheme using X25519 - Added signature scheme using Ed25519 - Changed and documented semantics of the return value of fz::remove_file, removing a non-existing file is not an error - Added fz::equal_insensitive_ascii - Added insensitive_ascii parameter to fz::starts_with and fz::ends_with - Fixed namespace of to_wstring in wx glue Modified: head/ftp/libfilezilla/Makefile head/ftp/libfilezilla/distinfo head/ftp/libfilezilla/pkg-plist Modified: head/ftp/libfilezilla/Makefile ============================================================================== --- head/ftp/libfilezilla/Makefile Tue Feb 5 12:46:16 2019 (r492201) +++ head/ftp/libfilezilla/Makefile Tue Feb 5 12:50:25 2019 (r492202) @@ -1,16 +1,17 @@ # $FreeBSD$ PORTNAME= libfilezilla -PORTVERSION= 0.13.0 -PORTREVISION= 1 +PORTVERSION= 0.15.1 CATEGORIES= ftp -MASTER_SITES= http://download.filezilla-project.org/${PORTNAME}/ +MASTER_SITES= https://download.filezilla-project.org/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pi@FreeBSD.org COMMENT= C++ library for building platform-independent programs LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libnettle.so:security/nettle USES= compiler:c++14-lang gmake iconv:wchar_t libtool localbase \ pathfix pkgconfig tar:bzip2 Modified: head/ftp/libfilezilla/distinfo ============================================================================== --- head/ftp/libfilezilla/distinfo Tue Feb 5 12:46:16 2019 (r492201) +++ head/ftp/libfilezilla/distinfo Tue Feb 5 12:50:25 2019 (r492202) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535657359 -SHA256 (libfilezilla-0.13.0.tar.bz2) = ffca3c40dbe729dfc9389034f420809dec1b6f2674dc2cd39dc7edfcc59f686a -SIZE (libfilezilla-0.13.0.tar.bz2) = 398773 +TIMESTAMP = 1549315919 +SHA256 (libfilezilla-0.15.1.tar.bz2) = 2048c4128f3bf37a2a4ece17c8bea5455f3d7414fe2e060afcf2a8b00a87f49f +SIZE (libfilezilla-0.15.1.tar.bz2) = 404746 Modified: head/ftp/libfilezilla/pkg-plist ============================================================================== --- head/ftp/libfilezilla/pkg-plist Tue Feb 5 12:46:16 2019 (r492201) +++ head/ftp/libfilezilla/pkg-plist Tue Feb 5 12:50:25 2019 (r492202) @@ -1,12 +1,14 @@ include/libfilezilla/apply.hpp include/libfilezilla/buffer.hpp include/libfilezilla/encode.hpp +include/libfilezilla/encryption.hpp include/libfilezilla/event.hpp include/libfilezilla/event_handler.hpp include/libfilezilla/event_loop.hpp include/libfilezilla/file.hpp include/libfilezilla/format.hpp include/libfilezilla/glue/wx.hpp +include/libfilezilla/hash.hpp include/libfilezilla/iputils.hpp include/libfilezilla/libfilezilla.hpp include/libfilezilla/local_filesys.hpp @@ -18,6 +20,7 @@ include/libfilezilla/private/windows.hpp include/libfilezilla/process.hpp include/libfilezilla/recursive_remove.hpp include/libfilezilla/shared.hpp +include/libfilezilla/signature.hpp include/libfilezilla/string.hpp include/libfilezilla/thread.hpp include/libfilezilla/thread_pool.hpp