Source-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.22.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/746b7370a8ec
branches:  trunk
changeset: 434059:746b7370a8ec
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 10 15:13:50 2020 +0000

description:
libfilezilla: update to 0.22.0.

0.22.0 (2020-05-12)

+ Added a flag to fz::file to allow creation of files with permissions only granting the current user access
+ Added fz::mkdir to create local directories, optionally recursive and with permissions to only grant the current user access to the final directory
- MSW: Improvements handling directory reparse points
- Lengthen partial certificate chains in fz::tls_info to include any found trust anchor if using the system trust store
- Mark self-signed certificates in the in fz::x509_certificate
- Fix constructing fz::uri from default-constructed string_view

0.21.0 (2020-04-20)

+ macOS: fz::spawn_detached_process can now start application bundles
+ Changed arguments of fz::local_filesys::get_next_file to be consistent with fz::local_filesys::get_file_info
- Improved error detection for fz::spawn_detached-process on *nix systems that support the pipe2 syscall with O_CLOEXEC

diffstat:

 net/libfilezilla/Makefile |   5 ++---
 net/libfilezilla/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r 0dba3b23dbb5 -r 746b7370a8ec net/libfilezilla/Makefile
--- a/net/libfilezilla/Makefile Wed Jun 10 15:10:16 2020 +0000
+++ b/net/libfilezilla/Makefile Wed Jun 10 15:13:50 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2020/05/22 10:56:29 adam Exp $
+# $NetBSD: Makefile,v 1.31 2020/06/10 15:13:50 wiz Exp $
 
-DISTNAME=      libfilezilla-0.20.2
-PKGREVISION=   1
+DISTNAME=      libfilezilla-0.22.0
 CATEGORIES=    net
 # some kind of direct-download disabling
 #MASTER_SITES= https://dl3.cdn.filezilla-project.org/libfilezilla/
diff -r 0dba3b23dbb5 -r 746b7370a8ec net/libfilezilla/distinfo
--- a/net/libfilezilla/distinfo Wed Jun 10 15:10:16 2020 +0000
+++ b/net/libfilezilla/distinfo Wed Jun 10 15:13:50 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2020/03/10 15:29:10 wiz Exp $
+$NetBSD: distinfo,v 1.24 2020/06/10 15:13:50 wiz Exp $
 
-SHA1 (libfilezilla-0.20.2.tar.bz2) = bc062e35525409b1484a0e1e5ff1c607296f93d1
-RMD160 (libfilezilla-0.20.2.tar.bz2) = 6b068677f0b42f11275a6d98156df782172f6de9
-SHA512 (libfilezilla-0.20.2.tar.bz2) = 242df38b335558c83fde91800787992adaa617292d119a15d8036adc1622b207127d0e8e6fb935b4300e1e0d63e196636589ba513e410c751dea052164a773d7
-Size (libfilezilla-0.20.2.tar.bz2) = 549679 bytes
+SHA1 (libfilezilla-0.22.0.tar.bz2) = e5dd681ec25641e4c00cccfe45fdb80ad970f5a9
+RMD160 (libfilezilla-0.22.0.tar.bz2) = c8dba10cb670364777b29f797f9852f00708ffa6
+SHA512 (libfilezilla-0.22.0.tar.bz2) = 6ec53a4d82dc4c6650c560633c1f1cd50866fd954d5153be7e9ebea3ee0fa38d287e16dfdccb9ad22a7e7a325eec5d659bc51dd963b2deb540e8206e0f45513e
+Size (libfilezilla-0.22.0.tar.bz2) = 557320 bytes



Home | Main Index | Thread Index | Old Index