pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/filezilla
Module Name: pkgsrc
Committed By: wiz
Date: Fri May 15 07:43:32 UTC 2026
Modified Files:
pkgsrc/net/filezilla: Makefile PLIST distinfo
Log Message:
filezilla: update to 3.70.5.
3.70.5 (2026-05-06)
! Official binaries are now linked against GnuTLS 3.8.13
+ SFTP: Added a page with compatibility flags to the Site Manager
- SFTP: Updated to fzssh 1.2.1 to ignore items with invalid names directory listings instead of failing listings completely
- SFTP: Fixed issue where some items were reported with the wrong type depending on server capabilities
- SFTP: If keyboard-interactive authentication fails, automatically start a new authentication attempt
3.70.4 (2026-04-16)
- Updated to libfilezilla 0.55.4 to address a crash
- SFTP: Updated to fzssh 1.2.0
3.70.3 (2026-04-14)
- SFTP: Added a heuristic to reply to a keyboard-interactive request with the site's password, if it consists of a single prompt named "Password"
- SFTP: Updated to fzssh 1.1.10 for increased compatibility with broken servers that blatantly violate the SSH specifications
3.70.2 (2026-04-14)
- SFTP: Updated to fzssh 1.1.9 to address an issue with servers sending nonsensical SSH_MSG_USERAUTH_INFO_REQUEST packages
3.70.1 (2026-04-13)
- SFTP: Updated to fzssh 1.1.8 to address an issue with servers sending empty longnames
- SFTP: Updated to fzssh 1.1.8 to address an issue with servers incapable of handling large receive windows of 2^32 - 1 bytes
- SFTP: Fixed an issue creating directories during file upload
3.70.0 (2026-04-09)
- Replacing of invalid characters in filenames when downloading can no longer be disabled
- If saving of password was disabled, temporarily remembering passwords until FileZilla gets closed could result in additional password prompts
- SFTP: Fix accessing symbolic links
3.70.0-rc3 (2026-03-23)
- SFTP: Updated fzssh to 1.1.7 to address corrupted uploads
3.70.0-rc2 (2026-03-23)
- Updated fzssh to 1.1.6 to improve SSH channel window handling
3.70.0-rc1 (2026-03-16)
- Fix detection of OTP requests from FileZilla Pro Enterprise Server if using non-default FTP encryption options
- MSW: Improve handling of volumes mounted as path instead of as drive letter
- *nix, macOS: Remove custom send buffer option, rely on operating system auto-tuning
3.70.0-beta2 (2026-03-02)
- SFTP: Migrate saved hostkey data from prior versions
3.70.0-beta1 (2026-02-24)
+ SFTP support is now based on the fzssh library
3.69.6 (2026-02-12)
! Official binaries are now linked against GnuTLS 3.8.12
3.69.5 (2025-11-12)
- macOS: Fixed issue with toolbar size
3.69.4 (2025-11-11)
- Fixed an issue whith the certificate verification dialog not becoming scrollable on certificates with many subject alternative names
- Updated to libfilezilla 0.52.0
3.69.3 (2025-07-31)
+ For files and directories that are symbolic links, a small overlay symbol is now shown on icons in local file list and directory tree
- Fixed an issue showing attributes of symbolic links in local file list
3.69.2 (2025-07-17)
! Official binaries are now linked against GnuTLS 3.8.10
- FTP: Retry from a different source port if establishing a data connection in passive mode fails with EADDRINUSE
To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 pkgsrc/net/filezilla/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/filezilla/PLIST
cvs rdiff -u -r1.79 -r1.80 pkgsrc/net/filezilla/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/filezilla/Makefile
diff -u pkgsrc/net/filezilla/Makefile:1.187 pkgsrc/net/filezilla/Makefile:1.188
--- pkgsrc/net/filezilla/Makefile:1.187 Thu May 14 16:41:43 2026
+++ pkgsrc/net/filezilla/Makefile Fri May 15 07:43:32 2026
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.187 2026/05/14 16:41:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.188 2026/05/15 07:43:32 wiz Exp $
-VERSION= 3.69.1
+VERSION= 3.70.5
DISTNAME= FileZilla_${VERSION}_src
PKGNAME= filezilla-${VERSION}
-PKGREVISION= 7
CATEGORIES= net x11
-MASTER_SITES= https://download.filezilla-project.org/client/
+# must be manually downloaded
+#MASTER_SITES= https://download.filezilla-project.org/client/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -31,8 +31,9 @@ USE_CXX_FEATURES+= c++17
.include "../../devel/libidn/buildlink3.mk"
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.50.0
+BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.55.0
.include "../../net/libfilezilla/buildlink3.mk"
+.include "../../net/fzssh/buildlink3.mk"
BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0
.include "../../security/gnutls/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
Index: pkgsrc/net/filezilla/PLIST
diff -u pkgsrc/net/filezilla/PLIST:1.28 pkgsrc/net/filezilla/PLIST:1.29
--- pkgsrc/net/filezilla/PLIST:1.28 Sat Jun 7 21:32:01 2025
+++ pkgsrc/net/filezilla/PLIST Fri May 15 07:43:32 2026
@@ -1,12 +1,8 @@
-@comment $NetBSD: PLIST,v 1.28 2025/06/07 21:32:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.29 2026/05/15 07:43:32 wiz Exp $
bin/filezilla
-bin/fzputtygen
-bin/fzsftp
lib/libfzclient-commonui-private.la
lib/libfzclient-private.la
man/man1/filezilla.1
-man/man1/fzputtygen.1
-man/man1/fzsftp.1
man/man5/fzdefaults.xml.5
share/appdata/filezilla.appdata.xml
share/applications/filezilla.desktop
Index: pkgsrc/net/filezilla/distinfo
diff -u pkgsrc/net/filezilla/distinfo:1.79 pkgsrc/net/filezilla/distinfo:1.80
--- pkgsrc/net/filezilla/distinfo:1.79 Sat Jun 7 21:32:01 2025
+++ pkgsrc/net/filezilla/distinfo Fri May 15 07:43:32 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.79 2025/06/07 21:32:01 wiz Exp $
+$NetBSD: distinfo,v 1.80 2026/05/15 07:43:32 wiz Exp $
-BLAKE2s (FileZilla_3.69.1_src.tar.xz) = f3a36cb78c670491593f5c80a5f58fd49938f4fdc57d940cbeecefeae61470c0
-SHA512 (FileZilla_3.69.1_src.tar.xz) = fab138ae8a9ea50caccfb1f5b5516e4a196b4f0c6c73299d16f94a5999c192241fe50b811a5b3b1e93ab4d36eb53a4ba58003592a41a61b70c2318de72c34704
-Size (FileZilla_3.69.1_src.tar.xz) = 4104204 bytes
+BLAKE2s (FileZilla_3.70.5_src.tar.xz) = a2fd062cd3c2c2493f5b27577463ba2a87c6a61a1614b0a45cf62f6234af82f1
+SHA512 (FileZilla_3.70.5_src.tar.xz) = 09e7b924d0aa5ebdc078b2ba0ce579a229612be8a4b46581bc9688825c6be2fac2897f9041c88e6710fb08873f13691dff30bd607e56aca79758897fb7494296
+Size (FileZilla_3.70.5_src.tar.xz) = 3566656 bytes
Home |
Main Index |
Thread Index |
Old Index