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:           Wed Jun 10 15:13:50 UTC 2020

Modified Files:
        pkgsrc/net/libfilezilla: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/libfilezilla/Makefile
cvs rdiff -u -r1.23 -r1.24 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.30 pkgsrc/net/libfilezilla/Makefile:1.31
--- pkgsrc/net/libfilezilla/Makefile:1.30       Fri May 22 10:56:29 2020
+++ pkgsrc/net/libfilezilla/Makefile    Wed Jun 10 15:13:50 2020
@@ -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/

Index: pkgsrc/net/libfilezilla/distinfo
diff -u pkgsrc/net/libfilezilla/distinfo:1.23 pkgsrc/net/libfilezilla/distinfo:1.24
--- pkgsrc/net/libfilezilla/distinfo:1.23       Tue Mar 10 15:29:10 2020
+++ pkgsrc/net/libfilezilla/distinfo    Wed Jun 10 15:13:50 2020
@@ -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