Mon Feb 7 11:00:17 2022 UTC ()
filezilla: update to 3.57.0.

3.57.0 (2021-12-10)

- Fixed incorrect default settings for file editing
- Fixed a crash looking up data in file lists
- Fixed a crash if a HTTPS connection gets canceled during the TLS handshake
- Updated to libfilezilla 0.35.0

3.56.2 (2021-10-27)

- Fixed a potential crash after uploading

3.56.1 (2021-10-26)

- macOS Monterey: Opening the Site Manager on startup is now delayed a millisecond, otherwise the right mouse button would have stopped working
- macOS: Fixed getting temporary directory
- MSW: Updated to libfilezilla 0.34.1 to fix local directory contents returned by the system in oversized buffers containing nulls

3.56.0 (2021-10-11)

- Updated to libfilezilla 0.34.0
- Updated translations

3.56.0-rc1 (2021-09-29)

+ Right-clicking a queue tab header now opens the same context menu as right-clicking the correponding queue contents
+ By default, the minimum allowed TLS version is now TLS 1.2
+ Optionally, the systen trust store can be used for certificate verification
- FTP: Fixed an issue with key file conversion
- Fixed an issue loading servers not supporting session resumption from storage


(wiz)
diff -r1.141 -r1.142 pkgsrc/net/filezilla/Makefile
diff -r1.65 -r1.66 pkgsrc/net/filezilla/distinfo

cvs diff -r1.141 -r1.142 pkgsrc/net/filezilla/Makefile (expand / switch to unified diff)

--- pkgsrc/net/filezilla/Makefile 2021/12/08 16:05:56 1.141
+++ pkgsrc/net/filezilla/Makefile 2022/02/07 11:00:17 1.142
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.141 2021/12/08 16:05:56 adam Exp $ 1# $NetBSD: Makefile,v 1.142 2022/02/07 11:00:17 wiz Exp $
2 2
3VERSION= 3.55.1 3VERSION= 3.57.0
4DISTNAME= FileZilla_${VERSION}_src 4DISTNAME= FileZilla_${VERSION}_src
5PKGNAME= filezilla-${VERSION} 5PKGNAME= filezilla-${VERSION}
6PKGREVISION= 2 
7CATEGORIES= net x11 6CATEGORIES= net x11
8MASTER_SITES= https://download.filezilla-project.org/client/ 7MASTER_SITES= https://download.filezilla-project.org/client/
9EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= https://filezilla-project.org/ 11HOMEPAGE= https://filezilla-project.org/
13COMMENT= FTP, FTPS, and SFTP client with intuitive GUI 12COMMENT= FTP, FTPS, and SFTP client with intuitive GUI
14LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
15 14
16GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 16USE_LIBTOOL= yes
18USE_LANGUAGES= c c++17 17USE_LANGUAGES= c c++17
19USE_TOOLS+= gmake pkg-config msgfmt msgmerge xgettext 18USE_TOOLS+= gmake pkg-config msgfmt msgmerge xgettext
@@ -27,24 +26,24 @@ pre-configure: @@ -27,24 +26,24 @@ pre-configure:
27CONFIGURE_ARGS+= --disable-autoupdatecheck 26CONFIGURE_ARGS+= --disable-autoupdatecheck
28# avoid xdg-utils dependency 27# avoid xdg-utils dependency
29CONFIGURE_ENV+= ac_cv_path_xdgopen=firefox 28CONFIGURE_ENV+= ac_cv_path_xdgopen=firefox
30 29
31GNU_CONFIGURE_WX_VERSION= no 30GNU_CONFIGURE_WX_VERSION= no
32 31
33# For C++17. 32# For C++17.
34GCC_REQD+= 7 33GCC_REQD+= 7
35 34
36.include "options.mk" 35.include "options.mk"
37.include "../../databases/sqlite3/buildlink3.mk" 36.include "../../databases/sqlite3/buildlink3.mk"
38.include "../../devel/libidn/buildlink3.mk" 37.include "../../devel/libidn/buildlink3.mk"
39.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 38.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
40BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.31.1 39BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.36.0
41.include "../../net/libfilezilla/buildlink3.mk" 40.include "../../net/libfilezilla/buildlink3.mk"
42BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0 41BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0
43.include "../../security/gnutls/buildlink3.mk" 42.include "../../security/gnutls/buildlink3.mk"
44.include "../../sysutils/desktop-file-utils/desktopdb.mk" 43.include "../../sysutils/desktop-file-utils/desktopdb.mk"
45BUILDLINK_API_DEPENDS.tinyxml+= tinyxml>=2.6.2nb1 44BUILDLINK_API_DEPENDS.tinyxml+= tinyxml>=2.6.2nb1
46.include "../../textproc/pugixml/buildlink3.mk" 45.include "../../textproc/pugixml/buildlink3.mk"
47BUILDLINK_API_DEPENDS.wxGTK30+= wxGTK30>=3.0.4 46BUILDLINK_API_DEPENDS.wxGTK30+= wxGTK30>=3.0.4
48.include "../../x11/wxGTK30/buildlink3.mk" 47.include "../../x11/wxGTK30/buildlink3.mk"
49.include "../../mk/atomic64.mk" 48.include "../../mk/atomic64.mk"
50.include "../../mk/bsd.pkg.mk" 49.include "../../mk/bsd.pkg.mk"

cvs diff -r1.65 -r1.66 pkgsrc/net/filezilla/distinfo (expand / switch to unified diff)

--- pkgsrc/net/filezilla/distinfo 2021/10/26 11:05:36 1.65
+++ pkgsrc/net/filezilla/distinfo 2022/02/07 11:00:17 1.66
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.65 2021/10/26 11:05:36 nia Exp $ 1$NetBSD: distinfo,v 1.66 2022/02/07 11:00:17 wiz Exp $
2 2
3BLAKE2s (FileZilla_3.55.1_src.tar.bz2) = fbed904325ee01211cba0877c1311e20c162c6f4d5dadcfe666ef59c7b0c40e4 3BLAKE2s (FileZilla_3.57.0_src.tar.bz2) = e39ed5a0b1c520718246790674aadd0178ac2d89ac6174cec4487a499ad8914a
4SHA512 (FileZilla_3.55.1_src.tar.bz2) = 07f1ccc596cac64aca0e82a97725f2ade26de78116441ba5aefaa8bd1396a483be88d9820820b9767e77686abbfd0eb6190684303e1f4d9ec45ef0b1f2cf0170 4SHA512 (FileZilla_3.57.0_src.tar.bz2) = 4c3a5c4f4c1551cb81283f2886555c0e4857be55c60c4489d4cbe817ea6ebc0c9104088408766d5f9b3e6434f0fcf47986c62afc858e7095225f2db6f6753377
5Size (FileZilla_3.55.1_src.tar.bz2) = 4910935 bytes 5Size (FileZilla_3.57.0_src.tar.bz2) = 4922294 bytes