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:           Mon Apr 15 22:07:06 UTC 2024

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

Log Message:
libfilezilla: update to 0.47.0.

New features:

    PKCS#11 support, provided GnuTLS has been compiled with PKCS#11 support enabled

Bugfixes and minor changes:

    Added parameter to fz::remove_dir that allows returning an error if the directory did not exist
    Add logging of aio reader/writers cannot be opened, fix return value of reader when trying to read nothing
    HTTP: Delay sending subsequent requests after having received a response with "Connection: close" set
    Listen sockets are now created with the SO_REUSEADDR (SO_EXCLUSIVEADDRUSE on Windows) flag set
    Added cert_type::codesign as key purpose to certificate request and creation functions in fz::tls_layer


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/libfilezilla/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/libfilezilla/PLIST
cvs rdiff -u -r1.44 -r1.45 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.56 pkgsrc/net/libfilezilla/Makefile:1.57
--- pkgsrc/net/libfilezilla/Makefile:1.56       Wed Feb 14 08:06:03 2024
+++ pkgsrc/net/libfilezilla/Makefile    Mon Apr 15 22:07:05 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2024/02/14 08:06:03 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2024/04/15 22:07:05 wiz Exp $
 
-DISTNAME=      libfilezilla-0.46.0
+DISTNAME=      libfilezilla-0.47.0
 CATEGORIES=    net
 # some kind of direct-download disabling
 #MASTER_SITES= https://dl3.cdn.filezilla-project.org/libfilezilla/
@@ -22,10 +22,15 @@ GCC_REQD+=          8
 
 PKGCONFIG_OVERRIDE+=   lib/libfilezilla.pc.in
 
+# https://trac.filezilla-project.org/ticket/13087
+BUILDLINK_TRANSFORM+=  rm:-ldl
+DL_AUTO_VARS=          yes
+
 BUILDLINK_API_DEPENDS.nettle+= nettle>=3.1
 .include "../../security/nettle/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.5.7
 .include "../../security/gnutls/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/atomic64.mk"
+.include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/libfilezilla/PLIST
diff -u pkgsrc/net/libfilezilla/PLIST:1.19 pkgsrc/net/libfilezilla/PLIST:1.20
--- pkgsrc/net/libfilezilla/PLIST:1.19  Sun Apr 30 04:43:39 2023
+++ pkgsrc/net/libfilezilla/PLIST       Mon Apr 15 22:07:05 2024
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.19 2023/04/30 04:43:39 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2024/04/15 22:07:05 wiz Exp $
 include/libfilezilla/aio/aio.hpp
 include/libfilezilla/aio/reader.hpp
 include/libfilezilla/aio/writer.hpp
 include/libfilezilla/aio/xml_writer.hpp
 include/libfilezilla/apply.hpp
 include/libfilezilla/ascii_layer.hpp
+include/libfilezilla/basic_tls_params.hpp
 include/libfilezilla/buffer.hpp
 include/libfilezilla/encode.hpp
 include/libfilezilla/encryption.hpp
@@ -13,6 +14,7 @@ include/libfilezilla/event_handler.hpp
 include/libfilezilla/event_loop.hpp
 include/libfilezilla/file.hpp
 include/libfilezilla/format.hpp
+include/libfilezilla/forward_like.hpp
 include/libfilezilla/fsresult.hpp
 include/libfilezilla/glue/unix.hpp
 include/libfilezilla/glue/wx.hpp
@@ -51,6 +53,7 @@ include/libfilezilla/thread_pool.hpp
 include/libfilezilla/time.hpp
 include/libfilezilla/tls_info.hpp
 include/libfilezilla/tls_layer.hpp
+include/libfilezilla/tls_params.hpp
 include/libfilezilla/tls_system_trust_store.hpp
 include/libfilezilla/translate.hpp
 include/libfilezilla/uri.hpp

Index: pkgsrc/net/libfilezilla/distinfo
diff -u pkgsrc/net/libfilezilla/distinfo:1.44 pkgsrc/net/libfilezilla/distinfo:1.45
--- pkgsrc/net/libfilezilla/distinfo:1.44       Wed Feb 14 08:06:03 2024
+++ pkgsrc/net/libfilezilla/distinfo    Mon Apr 15 22:07:05 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.44 2024/02/14 08:06:03 wiz Exp $
+$NetBSD: distinfo,v 1.45 2024/04/15 22:07:05 wiz Exp $
 
-BLAKE2s (libfilezilla-0.46.0.tar.xz) = 3cca9cfcf06d1a041915a723931079cf0636cae163c4de6720b5d6947affd8fe
-SHA512 (libfilezilla-0.46.0.tar.xz) = 721186993b9af7087033d9acd03ecd70a6a567cd46ded0d26e141ffccba5aed31d5095f3a1d56397280a6f75ad53460c9acbbb3650881e57dccd6f67ccbbf9ba
-Size (libfilezilla-0.46.0.tar.xz) = 545396 bytes
+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
 SHA1 (patch-lib_impersonation.cpp) = d02a10cbcbec23ec1cc6966c1721bd222c02670d



Home | Main Index | Thread Index | Old Index