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: Tue Jan 3 12:58:13 UTC 2023
Modified Files:
pkgsrc/net/filezilla: Makefile distinfo
Log Message:
filezilla: update to 3.62.2.
3.62.2 (2022-11-22)
- Fixed an issue with some dialogs not showing up
3.62.1 (2022-11-17)
- Fixed a crash if main menu events arrive while a dialog is already open
- macOS: Fixed an issue with keyboard shortcuts
- macOS: Fix selected item count in file list status bars
- macOS: Fixed graphical corruption in some controls
3.62.0 (2022-10-27)
- Fixed sizing issues in about and welcome dialogs
3.62.0-beta1 (2022-10-11)
- macOS binaries are now built against wxWidgets 3.2.1
- Updated to libfilezilla 0.39.2
3.61.0 (2022-09-19)
- Updated to libfilezilla 0.39.1
3.61.0-beta1 (2022-09-07)
+ Use improved asynchronous file readers/writers from libfilezilla
- Fix export of root items in the Site Manager
- Handle rare cases of non-existing download directory in the updater
3.60.2 (2022-07-22)
- Updated to libfilezilla 0.38.1 to address an issue with child process termination resulting in freezes
To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 pkgsrc/net/filezilla/Makefile
cvs rdiff -u -r1.69 -r1.70 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.149 pkgsrc/net/filezilla/Makefile:1.150
--- pkgsrc/net/filezilla/Makefile:1.149 Wed Nov 23 16:20:49 2022
+++ pkgsrc/net/filezilla/Makefile Tue Jan 3 12:58:13 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.149 2022/11/23 16:20:49 adam Exp $
+# $NetBSD: Makefile,v 1.150 2023/01/03 12:58:13 wiz Exp $
-VERSION= 3.60.1
+VERSION= 3.62.2
DISTNAME= FileZilla_${VERSION}_src
PKGNAME= filezilla-${VERSION}
-PKGREVISION= 3
CATEGORIES= net x11
MASTER_SITES= https://download.filezilla-project.org/client/
EXTRACT_SUFX= .tar.bz2
@@ -31,7 +30,7 @@ GCC_REQD+= 7
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/libidn/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.38
+BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.40
.include "../../net/libfilezilla/buildlink3.mk"
BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0
.include "../../security/gnutls/buildlink3.mk"
Index: pkgsrc/net/filezilla/distinfo
diff -u pkgsrc/net/filezilla/distinfo:1.69 pkgsrc/net/filezilla/distinfo:1.70
--- pkgsrc/net/filezilla/distinfo:1.69 Thu Jul 21 11:37:29 2022
+++ pkgsrc/net/filezilla/distinfo Tue Jan 3 12:58:13 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.69 2022/07/21 11:37:29 wiz Exp $
+$NetBSD: distinfo,v 1.70 2023/01/03 12:58:13 wiz Exp $
-BLAKE2s (FileZilla_3.60.1_src.tar.bz2) = dbbc1fab4bf6db75e1098259b38bd884c1a42f3bf86d7dcdce5d572ede1f98a0
-SHA512 (FileZilla_3.60.1_src.tar.bz2) = 417b97afd8e9434c625392c4025ab7d977d58fad2dfe17c8ff856233c70b5d77df22c4e1b76120d9d5dba3bce1c61453808deb26314dbde7ec425d643c4f83d9
-Size (FileZilla_3.60.1_src.tar.bz2) = 4954184 bytes
+BLAKE2s (FileZilla_3.62.2_src.tar.bz2) = 75c6242436ce50cd7e85b3d42cdd79c7c4b1377b86e02d59479a1c73cb036f6c
+SHA512 (FileZilla_3.62.2_src.tar.bz2) = a7dec07f6b6fe6fe1a54481e67e9ad2cb057bf84db6e6128f5e853f2edac3c34583a84f25c206f382f8bac6fa4ab48ea54a2a2f7efe8cc6c9d18cb1d3eba0255
+Size (FileZilla_3.62.2_src.tar.bz2) = 4944158 bytes
Home |
Main Index |
Thread Index |
Old Index