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:           Sun Apr 30 04:43:39 UTC 2023

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

Log Message:
libfilezilla: update to 0.42.2.

0.42.2 (2023-04-25)

- Further HTTP client fixes

0.42.1 (2023-04-21)

- Small HTTP client improvements to force IPv4/IPv6 for new connections, add a header count limit, and to make abuffer pool optional

0.42.0 (2023-04-12)

+ Added an HTTP client
- Sources are now distributed in a .tar.xz
- buffer_writer now clears the buffer when opened
- Fixes and performance improvements for fz::xml::parser
- *nix: fz::file::size() now returns -1 on character devices


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/net/libfilezilla/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/libfilezilla/PLIST
cvs rdiff -u -r1.40 -r1.41 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.49 pkgsrc/net/libfilezilla/Makefile:1.50
--- pkgsrc/net/libfilezilla/Makefile:1.49       Wed Apr 19 08:11:08 2023
+++ pkgsrc/net/libfilezilla/Makefile    Sun Apr 30 04:43:39 2023
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.49 2023/04/19 08:11:08 adam Exp $
+# $NetBSD: Makefile,v 1.50 2023/04/30 04:43:39 wiz Exp $
 
-DISTNAME=      libfilezilla-0.41.1
-PKGREVISION=   1
+DISTNAME=      libfilezilla-0.42.2
 CATEGORIES=    net
 # some kind of direct-download disabling
 #MASTER_SITES= https://dl3.cdn.filezilla-project.org/libfilezilla/
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://lib.filezilla-project.org/

Index: pkgsrc/net/libfilezilla/PLIST
diff -u pkgsrc/net/libfilezilla/PLIST:1.18 pkgsrc/net/libfilezilla/PLIST:1.19
--- pkgsrc/net/libfilezilla/PLIST:1.18  Wed Feb  1 08:59:59 2023
+++ pkgsrc/net/libfilezilla/PLIST       Sun Apr 30 04:43:39 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2023/02/01 08:59:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.19 2023/04/30 04:43:39 wiz Exp $
 include/libfilezilla/aio/aio.hpp
 include/libfilezilla/aio/reader.hpp
 include/libfilezilla/aio/writer.hpp
@@ -19,6 +19,11 @@ include/libfilezilla/glue/wx.hpp
 include/libfilezilla/glue/wxinvoker.hpp
 include/libfilezilla/hash.hpp
 include/libfilezilla/hostname_lookup.hpp
+include/libfilezilla/http/client.hpp
+include/libfilezilla/http/client_request.hpp
+include/libfilezilla/http/client_response.hpp
+include/libfilezilla/http/digest.hpp
+include/libfilezilla/http/headers.hpp
 include/libfilezilla/impersonation.hpp
 include/libfilezilla/invoker.hpp
 include/libfilezilla/iputils.hpp

Index: pkgsrc/net/libfilezilla/distinfo
diff -u pkgsrc/net/libfilezilla/distinfo:1.40 pkgsrc/net/libfilezilla/distinfo:1.41
--- pkgsrc/net/libfilezilla/distinfo:1.40       Mon Mar 13 11:06:49 2023
+++ pkgsrc/net/libfilezilla/distinfo    Sun Apr 30 04:43:39 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2023/03/13 11:06:49 wiz Exp $
+$NetBSD: distinfo,v 1.41 2023/04/30 04:43:39 wiz Exp $
 
-BLAKE2s (libfilezilla-0.41.1.tar.bz2) = ea99e6a959451f06430c4e502583e5e6cb4fa998e9abda6d15d7187f7c719a07
-SHA512 (libfilezilla-0.41.1.tar.bz2) = ae66fe9e0d537942f306e44f107553e870839031b1c6997f4638da3c5f015d94669eb869723d95d95632ebd30e17afc8303008501892caf76538a6898cf6210b
-Size (libfilezilla-0.41.1.tar.bz2) = 627934 bytes
+BLAKE2s (libfilezilla-0.42.2.tar.xz) = 428c827ef2a458f0c3e9589414375b14748bd5971467492bbe4d6e596b0846d3
+SHA512 (libfilezilla-0.42.2.tar.xz) = a453854f3a7143a63a2fc79458096e9b8f2f6a07f480cb15a0c0873a4cc147c0373d6f1647e1dd3dece015fbdedc3ce3085d4c7d26c801c0948fd1c593fd6d8c
+Size (libfilezilla-0.42.2.tar.xz) = 529032 bytes
 SHA1 (patch-lib_impersonation.cpp) = d02a10cbcbec23ec1cc6966c1721bd222c02670d



Home | Main Index | Thread Index | Old Index