pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libfilezilla libfilezilla: update to 0.31.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a56bdab84581
branches:  trunk
changeset: 456446:a56bdab84581
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 29 10:28:47 2021 +0000

description:
libfilezilla: update to 0.31.0.

0.31.0 (2021-07-28)

+ Added simple JSON parser
+ Added basic JWS generator
- Made fz::file movable
- Fixed empty creation_flag for fz::file if other flags are also passed

0.30.0 (2021-07-09)

+ Added a flag to fz::file::creation_flags to create files with permissions only granting the current user and administrators access
+ Added mkdir_permissions flags to fz::mkdir

0.29.0 (2021-07-02)

+ Added fz::tls_layer::set_min_tls_ver and for testing purposes set_max_tls_ver
+ The TLS layer now also supports server-side session resumption with TLS <= 1.2 clients not supporting session tickets
+ Added fz::rename_file
+ MSW: Added libfilezilla/glue/windows.hpp to set proper defines before including windows.h
+ Added fz::move_assign_through_move_constructor for classes that depend on normal destruction order even on move assignment
- Fixed memory leak in fz::tls_layer::set_alpn
- IPv6 listen sockets are now always created with IPV6_V6ONLY to unify behavior across platforms
- Fixes for issues found by --socketdebug
- Fixed warnings when bool arguments are passed to fz::sprintf
- Fixed warnings in fz::to_integral<bool>

0.28.0 (2021-05-03)

+ Added fz::hostname_lookup
+ Added fz::datetime::set_rfc3339
+ Added fz::load_certificates and fz::load_certificates_file
+ Added fz::base64_encode_append
- Moved some common functionality shared by multiple layers to socket_layer itself
- Fixed a crash with older versions of GnuTLS if the system trust store cannot be loaded

0.27.1 (2021-03-15)

- Fixed a socket event sequencing invariant violation in tls_layer
- Fixed query_string constructor leaving object in undefined state if set fails
- Fixed arguments passed from the templated equal_constime helper

diffstat:

 net/libfilezilla/Makefile |   5 ++---
 net/libfilezilla/PLIST    |   7 +++++--
 net/libfilezilla/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 10 deletions(-)

diffs (61 lines):

diff -r 491479e329ae -r a56bdab84581 net/libfilezilla/Makefile
--- a/net/libfilezilla/Makefile Thu Jul 29 10:24:58 2021 +0000
+++ b/net/libfilezilla/Makefile Thu Jul 29 10:28:47 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2021/04/21 13:25:11 adam Exp $
+# $NetBSD: Makefile,v 1.36 2021/07/29 10:28:47 wiz Exp $
 
-DISTNAME=      libfilezilla-0.27.0
-PKGREVISION=   1
+DISTNAME=      libfilezilla-0.31.0
 CATEGORIES=    net
 # some kind of direct-download disabling
 #MASTER_SITES= https://dl3.cdn.filezilla-project.org/libfilezilla/
diff -r 491479e329ae -r a56bdab84581 net/libfilezilla/PLIST
--- a/net/libfilezilla/PLIST    Thu Jul 29 10:24:58 2021 +0000
+++ b/net/libfilezilla/PLIST    Thu Jul 29 10:28:47 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2021/03/12 10:35:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2021/07/29 10:28:47 wiz Exp $
 include/libfilezilla/apply.hpp
 include/libfilezilla/buffer.hpp
 include/libfilezilla/encode.hpp
@@ -9,11 +9,15 @@
 include/libfilezilla/file.hpp
 include/libfilezilla/format.hpp
 include/libfilezilla/glue/unix.hpp
+include/libfilezilla/glue/windows.hpp
 include/libfilezilla/glue/wx.hpp
 include/libfilezilla/glue/wxinvoker.hpp
 include/libfilezilla/hash.hpp
+include/libfilezilla/hostname_lookup.hpp
 include/libfilezilla/invoker.hpp
 include/libfilezilla/iputils.hpp
+include/libfilezilla/json.hpp
+include/libfilezilla/jws.hpp
 include/libfilezilla/libfilezilla.hpp
 include/libfilezilla/local_filesys.hpp
 include/libfilezilla/logger.hpp
@@ -22,7 +26,6 @@
 include/libfilezilla/optional.hpp
 include/libfilezilla/private/defs.hpp
 include/libfilezilla/private/visibility.hpp
-include/libfilezilla/private/windows.hpp
 include/libfilezilla/process.hpp
 include/libfilezilla/rate_limited_layer.hpp
 include/libfilezilla/rate_limiter.hpp
diff -r 491479e329ae -r a56bdab84581 net/libfilezilla/distinfo
--- a/net/libfilezilla/distinfo Thu Jul 29 10:24:58 2021 +0000
+++ b/net/libfilezilla/distinfo Thu Jul 29 10:28:47 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2021/03/12 10:35:47 wiz Exp $
+$NetBSD: distinfo,v 1.30 2021/07/29 10:28:47 wiz Exp $
 
-SHA1 (libfilezilla-0.27.0.tar.bz2) = 94b41415ab1e91bf378476cf0f0b848f3f8613c7
-RMD160 (libfilezilla-0.27.0.tar.bz2) = 6133dd5cf877a603850555a6fd052912e0fce8b2
-SHA512 (libfilezilla-0.27.0.tar.bz2) = f7545d0220bc83d66dd6b66494696a8799428d065037c98d7752d841e03fa5ea2198751cd22e22b9b1ad8023210725dd1af8afcffa6f61bcfe6aa12671200011
-Size (libfilezilla-0.27.0.tar.bz2) = 567792 bytes
+SHA1 (libfilezilla-0.31.0.tar.bz2) = af61870b4e7a6f83a5aaa1a8ebf4f9db3b81b563
+RMD160 (libfilezilla-0.31.0.tar.bz2) = 2a93cef70eaa69b146efe7bb73e3ac50d901ddfb
+SHA512 (libfilezilla-0.31.0.tar.bz2) = d8be1658c0ece762dc5c87e58f87925579cb2e4b261fea67da407b5d78cfe601a4d1bcb792f00f0f6a41fc7a90a06476a6d2c7a1bf50a85014649116c895e963
+Size (libfilezilla-0.31.0.tar.bz2) = 584310 bytes



Home | Main Index | Thread Index | Old Index