pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/libfilezilla
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jun 7 21:25:51 UTC 2025
Modified Files:
pkgsrc/net/libfilezilla: Makefile distinfo
Log Message:
libfilezilla: update to 0.50.0.
0.50.0 (2025-03-26)
+ Added 'fresh' fz::file::open::creation_flags. If set, file creation fails if a file with the same name already exists
+ Added fz::get_digest_size for hash algorithms
+ Impersonation changes for working with Active Directory users
+ Transparent fz::less_/equal_insensitive_ascii comparators
+ Generalized fz::starts_/ends_with
- fz::socket_base::close is now public
- Fixes to mutex-debugging functionality
- Fixes to fz::is_pem heuristic
0.49.0 (2024-10-15)
+ Added fz::to_integral_o that returns an optional
+ If mutex-debugging is enabled, attempts to destroy a still locked mutex are now detected
+ fz::file can now also be oppened in append mode
+ MSW: Added users, authenticated_users and system entities to security_descriptor_builder
- fz::to_integral now verifies that the value fits into the return type instead of silently truncating
0.48.1 (2024-07-09)
- Allow comparing strtokenizer::iterator with each other
- MSW: fz::recursive_remove now exposes calls SHFileOperations, as the caller might need special steps to ensure modality
0.48.0 (2024-06-26)
+ fz::percent_decode can now optionally treat plus as space
+ Added file::get_modification_time
- EROFS is now mapped to fsresult::noperm
- fz::aio_waiter has been removed due to thread-safety issues
- *nix: Only link with -ldl if required by dlsym
- Fixed error code if no parent can be found during mkdir
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/net/libfilezilla/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/net/libfilezilla/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/libfilezilla/Makefile
diff -u pkgsrc/net/libfilezilla/Makefile:1.63 pkgsrc/net/libfilezilla/Makefile:1.64
--- pkgsrc/net/libfilezilla/Makefile:1.63 Thu Apr 17 21:51:58 2025
+++ pkgsrc/net/libfilezilla/Makefile Sat Jun 7 21:25:51 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2025/04/17 21:51:58 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2025/06/07 21:25:51 wiz Exp $
-DISTNAME= libfilezilla-0.47.0
-PKGREVISION= 6
+DISTNAME= libfilezilla-0.50.0
CATEGORIES= net
# some kind of direct-download disabling
#MASTER_SITES= https://dl3.cdn.filezilla-project.org/libfilezilla/
Index: pkgsrc/net/libfilezilla/distinfo
diff -u pkgsrc/net/libfilezilla/distinfo:1.45 pkgsrc/net/libfilezilla/distinfo:1.46
--- pkgsrc/net/libfilezilla/distinfo:1.45 Mon Apr 15 22:07:05 2024
+++ pkgsrc/net/libfilezilla/distinfo Sat Jun 7 21:25:51 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.45 2024/04/15 22:07:05 wiz Exp $
+$NetBSD: distinfo,v 1.46 2025/06/07 21:25:51 wiz Exp $
-BLAKE2s (libfilezilla-0.47.0.tar.xz) = aeb27e68633e78bfc43ef0d882cc442b0d6201ca59abfcd318b06dd84615d4a9
-SHA512 (libfilezilla-0.47.0.tar.xz) = 28af8aeacc5b6b188613c2afebb23477aa0c6908cd2bfe7dc39ba4b69fa67f2d18a64cdefe52968f429b18545fe03c031363b3aa9ed07b2ecb9faa56b1275282
-Size (libfilezilla-0.47.0.tar.xz) = 551484 bytes
+BLAKE2s (libfilezilla-0.50.0.tar.xz) = 2c71150e477c7f7ba7bbdf66908d9b69f402eeab2605ef9ad9210f3bd14b56be
+SHA512 (libfilezilla-0.50.0.tar.xz) = ed12159d176da0019479fc3d2f129dbf959237340dbfe8fa6871ae2f1f038f64cf672eb25680e69304820f9003b03957a9ba7c2cdad1bd918dbf3ee630380608
+Size (libfilezilla-0.50.0.tar.xz) = 559004 bytes
SHA1 (patch-lib_impersonation.cpp) = d02a10cbcbec23ec1cc6966c1721bd222c02670d
Home |
Main Index |
Thread Index |
Old Index