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: Tue Jan 3 12:51:11 UTC 2023
Modified Files:
pkgsrc/net/libfilezilla: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/net/libfilezilla/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/libfilezilla/PLIST
cvs rdiff -u -r1.37 -r1.38 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.45 pkgsrc/net/libfilezilla/Makefile:1.46
--- pkgsrc/net/libfilezilla/Makefile:1.45 Wed Oct 26 10:31:49 2022
+++ pkgsrc/net/libfilezilla/Makefile Tue Jan 3 12:51:11 2023
@@ -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/
Index: pkgsrc/net/libfilezilla/PLIST
diff -u pkgsrc/net/libfilezilla/PLIST:1.16 pkgsrc/net/libfilezilla/PLIST:1.17
--- pkgsrc/net/libfilezilla/PLIST:1.16 Thu Jul 21 11:31:23 2022
+++ pkgsrc/net/libfilezilla/PLIST Tue Jan 3 12:51:11 2023
@@ -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
Index: pkgsrc/net/libfilezilla/distinfo
diff -u pkgsrc/net/libfilezilla/distinfo:1.37 pkgsrc/net/libfilezilla/distinfo:1.38
--- pkgsrc/net/libfilezilla/distinfo:1.37 Thu Jul 21 11:31:23 2022
+++ pkgsrc/net/libfilezilla/distinfo Tue Jan 3 12:51:11 2023
@@ -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