pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/filezilla filezilla: update to 3.62.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21372b089c25
branches:  trunk
changeset: 391070:21372b089c25
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 03 12:58:13 2023 +0000

description:
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

diffstat:

 net/filezilla/Makefile |  7 +++----
 net/filezilla/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 20371ee36f8a -r 21372b089c25 net/filezilla/Makefile
--- a/net/filezilla/Makefile    Tue Jan 03 12:51:19 2023 +0000
+++ b/net/filezilla/Makefile    Tue Jan 03 12:58:13 2023 +0000
@@ -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 @@
 .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"
diff -r 20371ee36f8a -r 21372b089c25 net/filezilla/distinfo
--- a/net/filezilla/distinfo    Tue Jan 03 12:51:19 2023 +0000
+++ b/net/filezilla/distinfo    Tue Jan 03 12:58:13 2023 +0000
@@ -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