Subject: CVS commit: pkgsrc/net/libfilezilla
From: Thomas Klausner
Date: 2022-05-04 07:46:46
Message id: 20220504054646.CB5CDFB1A@cvs.NetBSD.org

Log Message:
libfilezilla: update to 0.37.2.

0.37.2 (2022-04-29)

+ Added a null_logger that doesn't do anything
- MSW: fz::mkdir with restricted permissions now uses inheritable ACLs
- MSW: Minor performance improvements reading from fz::process and explicit \ 
cancellation of pending I/O when killing child processes.

0.37.1 (2022-04-08)

+ Added convenience functions ot fz::json
- MSW: Fixed spawning fz::process with blocking communication

0.37.0 (2022-04-01)

+ *nix: password-less impersonation can take an optional group
+ Added demo https client showcasing usage of fz::socket and fz::tls_layer
+ Added some compile-time checks for fz::sprintf arguments
+ MSW: Added fz::registry
+ Added a way to use non-blocking read/write with fz::process
- Added fz::logger_interface::log_u which assumes string arguments are in UTF-8 \ 
as opposed to the character set used by the current locale
- Disallow spawning additional threads while fz::thread_pool is in the process \ 
of being destroyed
- *nix: poll() is now mandatory, the select() based socket event loop has been \ 
removed
- Simplified fz::socket implementation through use of internal fz::poller

Files:
RevisionActionfile
1.41modifypkgsrc/net/libfilezilla/Makefile
1.15modifypkgsrc/net/libfilezilla/PLIST
1.36modifypkgsrc/net/libfilezilla/distinfo
1.3modifypkgsrc/net/libfilezilla/patches/patch-lib_impersonation.cpp