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:           Fri Aug 16 09:40:06 UTC 2019

Modified Files:
        pkgsrc/net/libfilezilla: Makefile PLIST distinfo

Log Message:
libfilezilla: update to 0.18.1.

2019-08-15 - libfilezilla 0.18.1 released

New features:

    Added fz::buffer::resize

2019-08-02 - libfilezilla 0.18.0 released

New features:

    Added fz::spawn_detached_process
    Add operator+ to fz::duration
    *nix: If available, use eventfd instead of a self-pipe
    fz::to_integral and fz::hex_decode now work with string literals
    Added fz::listen_socket::fast_accept that only returns a descriptor instead of a fully-initialized fz::socket for use in a tight accept-and-dispatch loop
    Functions in libfilezilla/iputils.hpp now take string_view as arguments
    Added fz::socket::set_flags which can atomically enable or disable flags

Bugfixes and minor changes:

    fz::socket not returns an error instead of silently failing in case of file descriptor exhaustion
    Fix socket errors sometimes not being forwarded in fz::tls_layer when when writing fails in the underlying layer
    Fix double-closing of socket descriptios if connection establishment fails
    fz::tls_layer now fails the handshake instead of waiting indefinitely if started on a layer that has progressed passed the connected state
    Small compile-time improvements to fz::sprintf


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/libfilezilla/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/libfilezilla/PLIST
cvs rdiff -u -r1.19 -r1.20 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.23 pkgsrc/net/libfilezilla/Makefile:1.24
--- pkgsrc/net/libfilezilla/Makefile:1.23       Tue Jul 23 16:28:36 2019
+++ pkgsrc/net/libfilezilla/Makefile    Fri Aug 16 09:40:06 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2019/07/23 16:28:36 gdt Exp $
+# $NetBSD: Makefile,v 1.24 2019/08/16 09:40:06 wiz Exp $
 
-DISTNAME=      libfilezilla-0.17.1
-PKGREVISION=   1
+DISTNAME=      libfilezilla-0.18.1
 CATEGORIES=    devel
 # some kind of direct-download disabling
 #MASTER_SITES= https://dl3.cdn.filezilla-project.org/libfilezilla/

Index: pkgsrc/net/libfilezilla/PLIST
diff -u pkgsrc/net/libfilezilla/PLIST:1.8 pkgsrc/net/libfilezilla/PLIST:1.9
--- pkgsrc/net/libfilezilla/PLIST:1.8   Sat Jul 20 21:21:12 2019
+++ pkgsrc/net/libfilezilla/PLIST       Fri Aug 16 09:40:06 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2019/07/20 21:21:12 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/08/16 09:40:06 wiz Exp $
 include/libfilezilla/apply.hpp
 include/libfilezilla/buffer.hpp
 include/libfilezilla/encode.hpp
@@ -35,7 +35,6 @@ include/libfilezilla/tls_system_trust_st
 include/libfilezilla/translate.hpp
 include/libfilezilla/uri.hpp
 include/libfilezilla/util.hpp
-include/libfilezilla/version.hpp
 lib/libfilezilla.la
 lib/pkgconfig/libfilezilla.pc
 share/locale/an/LC_MESSAGES/libfilezilla.mo

Index: pkgsrc/net/libfilezilla/distinfo
diff -u pkgsrc/net/libfilezilla/distinfo:1.19 pkgsrc/net/libfilezilla/distinfo:1.20
--- pkgsrc/net/libfilezilla/distinfo:1.19       Sat Jul 20 21:21:12 2019
+++ pkgsrc/net/libfilezilla/distinfo    Fri Aug 16 09:40:06 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2019/07/20 21:21:12 wiz Exp $
+$NetBSD: distinfo,v 1.20 2019/08/16 09:40:06 wiz Exp $
 
-SHA1 (libfilezilla-0.17.1.tar.bz2) = 046f25cdbafd19a218154365efdaf20553061958
-RMD160 (libfilezilla-0.17.1.tar.bz2) = feb35ee323c20a72377885dc3ffb79d179689b6e
-SHA512 (libfilezilla-0.17.1.tar.bz2) = c9c88bf3cbeb5284c3e55571b40b07f780cb23aeb802284d385a2564bf46396875a34739f9819b0c3f89923950f19a13f6454940434a987bb91b2f23b898f774
-Size (libfilezilla-0.17.1.tar.bz2) = 517778 bytes
+SHA1 (libfilezilla-0.18.1.tar.bz2) = 661b946503a3db68a71aa261d708f0d790880bc2
+RMD160 (libfilezilla-0.18.1.tar.bz2) = 7d270785b7f4902e54237de875666bac4b08c871
+SHA512 (libfilezilla-0.18.1.tar.bz2) = b1077a48575ec6bd99cb01a21171fdec4ea662bb4ecb568cb547c6401164854588801cdc4ae80d62809534d2b04d42dcc3f7325bf57af0e2e737a4ca9f15032e
+Size (libfilezilla-0.18.1.tar.bz2) = 526448 bytes



Home | Main Index | Thread Index | Old Index