Fri Aug 16 09:40:29 2019 UTC ()
filezilla: update to 3.44.2.

2019-08-15 - FileZilla Client 3.44.2 released

Bugfixes and minor changes:

    MSW: Fixed a crash if using predefined sites through fzdefaults.xml
    Fixes to protocol selection glitches in the Site Manager
    Increase maximum length of response lines when using FTP

2019-08-09 - FileZilla Client 3.44.1 released

Bugfixes and minor changes:

    Fixed a regression introduced in 3.44.0-rc1 breaking support for insecure servers

2019-08-09 - FileZilla Client 3.44.0 released

Bugfixes and minor changes:

    Fixed export in context menu of Site Manager to handle multiple selected items


(wiz)
diff -r1.117 -r1.118 pkgsrc/net/filezilla/Makefile
diff -r1.19 -r1.20 pkgsrc/net/filezilla/PLIST
diff -r1.52 -r1.53 pkgsrc/net/filezilla/distinfo

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

--- pkgsrc/net/filezilla/Makefile 2019/07/23 16:40:06 1.117
+++ pkgsrc/net/filezilla/Makefile 2019/08/16 09:40:29 1.118
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.117 2019/07/23 16:40:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.118 2019/08/16 09:40:29 wiz Exp $
2 2
3VERSION= 3.43.0 3VERSION= 3.44.2
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_LANGUAGES= c c++17 16USE_LANGUAGES= c c++17
18USE_TOOLS+= gmake pkg-config msgfmt msgmerge xgettext 17USE_TOOLS+= gmake pkg-config msgfmt msgmerge xgettext
19WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 18WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
@@ -25,23 +24,23 @@ CONFIGURE_ENV+= ac_cv_path_xdgopen=fire @@ -25,23 +24,23 @@ CONFIGURE_ENV+= ac_cv_path_xdgopen=fire
25# For C++17. 24# For C++17.
26GCC_REQD+= 7 25GCC_REQD+= 7
27 26
28.include "options.mk" 27.include "options.mk"
29 28
30# As of 3.41, 64-bit atomic ops are required 29# As of 3.41, 64-bit atomic ops are required
31.if ${MACHINE_ARCH} == "i386" 30.if ${MACHINE_ARCH} == "i386"
32CXXFLAGS+= -march=i586 31CXXFLAGS+= -march=i586
33.endif 32.endif
34 33
35.include "../../databases/sqlite3/buildlink3.mk" 34.include "../../databases/sqlite3/buildlink3.mk"
36.include "../../devel/libidn/buildlink3.mk" 35.include "../../devel/libidn/buildlink3.mk"
37.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 36.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
38BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.17.1 37BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.18.1
39.include "../../net/libfilezilla/buildlink3.mk" 38.include "../../net/libfilezilla/buildlink3.mk"
40BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0 39BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0
41.include "../../security/gnutls/buildlink3.mk" 40.include "../../security/gnutls/buildlink3.mk"
42.include "../../sysutils/desktop-file-utils/desktopdb.mk" 41.include "../../sysutils/desktop-file-utils/desktopdb.mk"
43BUILDLINK_API_DEPENDS.tinyxml+= tinyxml>=2.6.2nb1 42BUILDLINK_API_DEPENDS.tinyxml+= tinyxml>=2.6.2nb1
44.include "../../textproc/pugixml/buildlink3.mk" 43.include "../../textproc/pugixml/buildlink3.mk"
45BUILDLINK_API_DEPENDS.wxGTK30+= wxGTK30>=3.0.4 44BUILDLINK_API_DEPENDS.wxGTK30+= wxGTK30>=3.0.4
46.include "../../x11/wxGTK30/buildlink3.mk" 45.include "../../x11/wxGTK30/buildlink3.mk"
47.include "../../mk/bsd.pkg.mk" 46.include "../../mk/bsd.pkg.mk"

cvs diff -r1.19 -r1.20 pkgsrc/net/filezilla/PLIST (expand / switch to unified diff)

--- pkgsrc/net/filezilla/PLIST 2018/08/16 09:13:43 1.19
+++ pkgsrc/net/filezilla/PLIST 2019/08/16 09:40:29 1.20
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.19 2018/08/16 09:13:43 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.20 2019/08/16 09:40:29 wiz Exp $
2bin/filezilla 2bin/filezilla
3bin/fzputtygen 3bin/fzputtygen
4bin/fzsftp 4bin/fzsftp
5man/man1/filezilla.1 5man/man1/filezilla.1
6man/man1/fzputtygen.1 6man/man1/fzputtygen.1
7man/man1/fzsftp.1 7man/man1/fzsftp.1
8man/man5/fzdefaults.xml.5 8man/man5/fzdefaults.xml.5
9share/appdata/filezilla.appdata.xml 9share/appdata/filezilla.appdata.xml
10share/applications/filezilla.desktop 10share/applications/filezilla.desktop
11share/filezilla/docs/fzdefaults.xml.example 11share/filezilla/docs/fzdefaults.xml.example
12share/filezilla/resources/16x16/filezilla.png 12share/filezilla/resources/16x16/filezilla.png
13share/filezilla/resources/16x16/throbber.gif 13share/filezilla/resources/16x16/throbber.gif
14share/filezilla/resources/16x16/unknown.png 14share/filezilla/resources/16x16/unknown.png
@@ -673,30 +673,28 @@ share/filezilla/resources/tango/48x48/pr @@ -673,30 +673,28 @@ share/filezilla/resources/tango/48x48/pr
673share/filezilla/resources/tango/48x48/queueview.png 673share/filezilla/resources/tango/48x48/queueview.png
674share/filezilla/resources/tango/48x48/reconnect.png 674share/filezilla/resources/tango/48x48/reconnect.png
675share/filezilla/resources/tango/48x48/refresh.png 675share/filezilla/resources/tango/48x48/refresh.png
676share/filezilla/resources/tango/48x48/remotetreeview.png 676share/filezilla/resources/tango/48x48/remotetreeview.png
677share/filezilla/resources/tango/48x48/server.png 677share/filezilla/resources/tango/48x48/server.png
678share/filezilla/resources/tango/48x48/sitemanager.png 678share/filezilla/resources/tango/48x48/sitemanager.png
679share/filezilla/resources/tango/48x48/synchronize.png 679share/filezilla/resources/tango/48x48/synchronize.png
680share/filezilla/resources/tango/48x48/unknown.png 680share/filezilla/resources/tango/48x48/unknown.png
681share/filezilla/resources/tango/48x48/upload.png 681share/filezilla/resources/tango/48x48/upload.png
682share/filezilla/resources/tango/48x48/uploadadd.png 682share/filezilla/resources/tango/48x48/uploadadd.png
683share/filezilla/resources/tango/theme.xml 683share/filezilla/resources/tango/theme.xml
684share/filezilla/resources/xrc/certificate.xrc 684share/filezilla/resources/xrc/certificate.xrc
685share/filezilla/resources/xrc/dialogs.xrc 685share/filezilla/resources/xrc/dialogs.xrc
686share/filezilla/resources/xrc/inputdialog.xrc 
687share/filezilla/resources/xrc/netconfwizard.xrc 686share/filezilla/resources/xrc/netconfwizard.xrc
688share/filezilla/resources/xrc/settings.xrc 687share/filezilla/resources/xrc/settings.xrc
689share/filezilla/resources/xrc/sitemanager.xrc 
690share/filezilla/resources/xrc/storj.xrc 688share/filezilla/resources/xrc/storj.xrc
691share/filezilla/resources/xrc/update.xrc 689share/filezilla/resources/xrc/update.xrc
692share/icons/hicolor/16x16/apps/filezilla.png 690share/icons/hicolor/16x16/apps/filezilla.png
693share/icons/hicolor/32x32/apps/filezilla.png 691share/icons/hicolor/32x32/apps/filezilla.png
694share/icons/hicolor/480x480/apps/filezilla.png 692share/icons/hicolor/480x480/apps/filezilla.png
695share/icons/hicolor/48x48/apps/filezilla.png 693share/icons/hicolor/48x48/apps/filezilla.png
696share/icons/hicolor/scalable/apps/filezilla.svg 694share/icons/hicolor/scalable/apps/filezilla.svg
697share/locale/an/LC_MESSAGES/filezilla.mo 695share/locale/an/LC_MESSAGES/filezilla.mo
698share/locale/ar/LC_MESSAGES/filezilla.mo 696share/locale/ar/LC_MESSAGES/filezilla.mo
699share/locale/az/LC_MESSAGES/filezilla.mo 697share/locale/az/LC_MESSAGES/filezilla.mo
700share/locale/bg_BG/LC_MESSAGES/filezilla.mo 698share/locale/bg_BG/LC_MESSAGES/filezilla.mo
701share/locale/ca/LC_MESSAGES/filezilla.mo 699share/locale/ca/LC_MESSAGES/filezilla.mo
702share/locale/ca_ES@valencia/LC_MESSAGES/filezilla.mo 700share/locale/ca_ES@valencia/LC_MESSAGES/filezilla.mo
@@ -735,20 +733,21 @@ share/locale/nb_NO/LC_MESSAGES/filezilla @@ -735,20 +733,21 @@ share/locale/nb_NO/LC_MESSAGES/filezilla
735share/locale/ne/LC_MESSAGES/filezilla.mo 733share/locale/ne/LC_MESSAGES/filezilla.mo
736share/locale/nl/LC_MESSAGES/filezilla.mo 734share/locale/nl/LC_MESSAGES/filezilla.mo
737share/locale/nn_NO/LC_MESSAGES/filezilla.mo 735share/locale/nn_NO/LC_MESSAGES/filezilla.mo
738share/locale/oc/LC_MESSAGES/filezilla.mo 736share/locale/oc/LC_MESSAGES/filezilla.mo
739share/locale/pl_PL/LC_MESSAGES/filezilla.mo 737share/locale/pl_PL/LC_MESSAGES/filezilla.mo
740share/locale/pt_BR/LC_MESSAGES/filezilla.mo 738share/locale/pt_BR/LC_MESSAGES/filezilla.mo
741share/locale/pt_PT/LC_MESSAGES/filezilla.mo 739share/locale/pt_PT/LC_MESSAGES/filezilla.mo
742share/locale/ro_RO/LC_MESSAGES/filezilla.mo 740share/locale/ro_RO/LC_MESSAGES/filezilla.mo
743share/locale/ru/LC_MESSAGES/filezilla.mo 741share/locale/ru/LC_MESSAGES/filezilla.mo
744share/locale/sk_SK/LC_MESSAGES/filezilla.mo 742share/locale/sk_SK/LC_MESSAGES/filezilla.mo
745share/locale/sl_SI/LC_MESSAGES/filezilla.mo 743share/locale/sl_SI/LC_MESSAGES/filezilla.mo
746share/locale/sr/LC_MESSAGES/filezilla.mo 744share/locale/sr/LC_MESSAGES/filezilla.mo
747share/locale/sv/LC_MESSAGES/filezilla.mo 745share/locale/sv/LC_MESSAGES/filezilla.mo
 746share/locale/ta/LC_MESSAGES/filezilla.mo
748share/locale/th_TH/LC_MESSAGES/filezilla.mo 747share/locale/th_TH/LC_MESSAGES/filezilla.mo
749share/locale/tr/LC_MESSAGES/filezilla.mo 748share/locale/tr/LC_MESSAGES/filezilla.mo
750share/locale/uk_UA/LC_MESSAGES/filezilla.mo 749share/locale/uk_UA/LC_MESSAGES/filezilla.mo
751share/locale/vi_VN/LC_MESSAGES/filezilla.mo 750share/locale/vi_VN/LC_MESSAGES/filezilla.mo
752share/locale/zh_CN/LC_MESSAGES/filezilla.mo 751share/locale/zh_CN/LC_MESSAGES/filezilla.mo
753share/locale/zh_TW/LC_MESSAGES/filezilla.mo 752share/locale/zh_TW/LC_MESSAGES/filezilla.mo
754share/pixmaps/filezilla.png 753share/pixmaps/filezilla.png

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

--- pkgsrc/net/filezilla/distinfo 2019/07/20 21:22:35 1.52
+++ pkgsrc/net/filezilla/distinfo 2019/08/16 09:40:29 1.53
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.52 2019/07/20 21:22:35 wiz Exp $ 1$NetBSD: distinfo,v 1.53 2019/08/16 09:40:29 wiz Exp $
2 2
3SHA1 (FileZilla_3.43.0_src.tar.bz2) = 9f071e81695a9b55d2392832bc4ca5e5def0634f 3SHA1 (FileZilla_3.44.2_src.tar.bz2) = 2e75c784134767e2689375a4a967d113164bc970
4RMD160 (FileZilla_3.43.0_src.tar.bz2) = 613832fc9bd7e8b198ffff0d208e2b7fa723d541 4RMD160 (FileZilla_3.44.2_src.tar.bz2) = a7e396512e6ee2d9a5f3f4321106bcfb6c5cb2c0
5SHA512 (FileZilla_3.43.0_src.tar.bz2) = 12c518616508e1cbd7ab60f1b94f8c876c885bc4399674c4b2df34235141fde1297a1edc686078c0f93b040ea6e42984c22ace00c4da201c7f99b4c9b71f5bc1 5SHA512 (FileZilla_3.44.2_src.tar.bz2) = 9d4678a3a06f0ecac5ecfbae33f83df5f07e26da4f4a7e922fe5b00a5e59d5728af028667f6fa56210a23ecaa1c2a661d1874b218c2511a783644ed2b03e36ad
6Size (FileZilla_3.43.0_src.tar.bz2) = 4544635 bytes 6Size (FileZilla_3.44.2_src.tar.bz2) = 4619337 bytes
7SHA1 (patch-configure) = 8bf5736d17ed78fe0a1d4f910194bba9f03c854e 7SHA1 (patch-configure) = 8bf5736d17ed78fe0a1d4f910194bba9f03c854e
8SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59 8SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59