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 Nov  7 22:02:07 UTC 2023

Modified Files:
        pkgsrc/net/filezilla: Makefile distinfo

Log Message:
filezilla: update to 3.66.1.

3.66.1 (2023-11-03)

- macOS: Fixed display of local filenames containing non-ASCII characters if LC_CTYPE wasn't set

3.66.0 (2023-10-23)

- Fixed a sorting issue in comparative search

3.66.0-rc1 (2023-10-11)

- Fixed crash removing items from the list of file extensions treated as text files
- Fixed potental crash if shutting down HTTP client.
- Fixed HTTP timeouts


To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 pkgsrc/net/filezilla/Makefile
cvs rdiff -u -r1.74 -r1.75 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.160 pkgsrc/net/filezilla/Makefile:1.161
--- pkgsrc/net/filezilla/Makefile:1.160 Tue Oct 24 22:10:15 2023
+++ pkgsrc/net/filezilla/Makefile       Tue Nov  7 22:02:07 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.160 2023/10/24 22:10:15 wiz Exp $
+# $NetBSD: Makefile,v 1.161 2023/11/07 22:02:07 wiz Exp $
 
-VERSION=       3.65.0
+VERSION=       3.66.1
 DISTNAME=      FileZilla_${VERSION}_src
 PKGNAME=       filezilla-${VERSION}
-PKGREVISION=   2
 CATEGORIES=    net x11
 MASTER_SITES=  https://download.filezilla-project.org/client/
 EXTRACT_SUFX=  .tar.xz
@@ -15,7 +14,7 @@ LICENSE=      gnu-gpl-v2
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_LANGUAGES= c c++17
+USE_LANGUAGES= c c++
 USE_TOOLS+=    gmake pkg-config msgfmt msgmerge xgettext
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
@@ -31,7 +30,7 @@ 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.44.0
+BUILDLINK_API_DEPENDS.libfilezilla+=   libfilezilla>=0.45.0
 .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.74 pkgsrc/net/filezilla/distinfo:1.75
--- pkgsrc/net/filezilla/distinfo:1.74  Wed Jul 19 13:36:15 2023
+++ pkgsrc/net/filezilla/distinfo       Tue Nov  7 22:02:07 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.74 2023/07/19 13:36:15 wiz Exp $
+$NetBSD: distinfo,v 1.75 2023/11/07 22:02:07 wiz Exp $
 
-BLAKE2s (FileZilla_3.65.0_src.tar.xz) = 017314820e9ed6912f505f96a787717c5c9274681d30439de278d052b981c11d
-SHA512 (FileZilla_3.65.0_src.tar.xz) = 8fb2862eaa7aa4331a095e67335f8e2805936f4866c49f617bdfb819638ecdcbc94e15e8810d90c2eb56e04f0100b8deeb5b691a45012896963ea4ba59644d04
-Size (FileZilla_3.65.0_src.tar.xz) = 4055316 bytes
+BLAKE2s (FileZilla_3.66.1_src.tar.xz) = d820920a1cb1f9024da5543bf36b8dc6be866daa507b4d967246736a15e97479
+SHA512 (FileZilla_3.66.1_src.tar.xz) = 2c038bb179e29f96062ee1f871571ed2669689af470ab86ecf9eef8e76ff90c44dc9940506c6ab5b100453811e13546c6c25eb6389b0f7a7e2c61c21c36fdb34
+Size (FileZilla_3.66.1_src.tar.xz) = 4056092 bytes



Home | Main Index | Thread Index | Old Index