pkgsrc-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.40.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59c10d23d62e
branches:  trunk
changeset: 391068:59c10d23d62e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 03 12:51:11 2023 +0000

description:
libfilezilla: update to 0.40.0.

0.40.0 (2022-12-12)

+ Added fz::unicode_codepoint_to_utf8_append
+ Added fz::strtokenizer
+ Added fz::check_certificate_status

0.39.2 (2022-10-11)

- Fixed removing aio_waiters/event_handlers from aio_waitable
- Fixed start offset in view_reader
- Fix buffer_writer not releasing added buffers

0.39.1 (2022-09-12)

- MSW: Fixed a possible hang in fz::process:kill

0.39.0 (2022-09-05)

+ Added readwrite mode to fz::file.
+ MSW: Added fz::dll and fz::shdlls glue
+ Added fz::ascii_layer
- *nix: Fixed mmap error handling in fz::aio_buffer_pool
- Fixed a potential deadlock in the aio code
- Fixed an issue with calling conventions on 32bit Windows
- MSW: fz::datetime::get_tm now works for dates past Y2K38 on toolchains with 32bit time_t
- MSW: Fixed an error reading from fz::process

diffstat:

 net/libfilezilla/Makefile |  5 ++---
 net/libfilezilla/PLIST    |  3 ++-
 net/libfilezilla/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r 1d6bcd785e2b -r 59c10d23d62e net/libfilezilla/Makefile
--- a/net/libfilezilla/Makefile Tue Jan 03 12:48:00 2023 +0000
+++ b/net/libfilezilla/Makefile Tue Jan 03 12:51:11 2023 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2022/10/26 10:31:49 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2023/01/03 12:51:11 wiz Exp $
 
-DISTNAME=      libfilezilla-0.38.1
-PKGREVISION=   1
+DISTNAME=      libfilezilla-0.40.0
 CATEGORIES=    net
 # some kind of direct-download disabling
 #MASTER_SITES= https://dl3.cdn.filezilla-project.org/libfilezilla/
diff -r 1d6bcd785e2b -r 59c10d23d62e net/libfilezilla/PLIST
--- a/net/libfilezilla/PLIST    Tue Jan 03 12:48:00 2023 +0000
+++ b/net/libfilezilla/PLIST    Tue Jan 03 12:51:11 2023 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.16 2022/07/21 11:31:23 wiz Exp $
+@comment $NetBSD: PLIST,v 1.17 2023/01/03 12:51:11 wiz Exp $
 include/libfilezilla/aio/aio.hpp
 include/libfilezilla/aio/reader.hpp
 include/libfilezilla/aio/writer.hpp
 include/libfilezilla/apply.hpp
+include/libfilezilla/ascii_layer.hpp
 include/libfilezilla/buffer.hpp
 include/libfilezilla/encode.hpp
 include/libfilezilla/encryption.hpp
diff -r 1d6bcd785e2b -r 59c10d23d62e net/libfilezilla/distinfo
--- a/net/libfilezilla/distinfo Tue Jan 03 12:48:00 2023 +0000
+++ b/net/libfilezilla/distinfo Tue Jan 03 12:51:11 2023 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2022/07/21 11:31:23 wiz Exp $
+$NetBSD: distinfo,v 1.38 2023/01/03 12:51:11 wiz Exp $
 
-BLAKE2s (libfilezilla-0.38.1.tar.bz2) = a8fce0c938fc8fa538a6795faab2fce92f43f8a45d92537f9fe9157a6b43bc07
-SHA512 (libfilezilla-0.38.1.tar.bz2) = 486aa4934f3fde4684c134ac7648edd0dfbd2dd2082909cd8ecafcccf9e3e9a86874c250773bc28ad25a8c40c8d34f242008636efdf4d311764682cf89b6fe39
-Size (libfilezilla-0.38.1.tar.bz2) = 621099 bytes
+BLAKE2s (libfilezilla-0.40.0.tar.bz2) = d80f01c312136aaf33806e4e1b9b14fb4430cd35dad1cfbff9dbb1958c6b903e
+SHA512 (libfilezilla-0.40.0.tar.bz2) = 95652289a015f9d663329638e6fe3bf03c769b6001ab5a61516ef6695e94d19ebc30ec4ac58ab84f583cdf1159b1db455731248c3239719adba420352618cc52
+Size (libfilezilla-0.40.0.tar.bz2) = 623485 bytes
 SHA1 (patch-lib_impersonation.cpp) = d02a10cbcbec23ec1cc6966c1721bd222c02670d



Home | Main Index | Thread Index | Old Index