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:           Wed Mar 11 10:16:10 UTC 2020

Modified Files:
        pkgsrc/net/filezilla: Makefile distinfo

Log Message:
filezilla: update to 3.47.2.

3.47.2 (2020-03-10)

- macOS: Potential fix for clipped text labels on a few systems
- SFTP: Backported selected fixes from developement versions of PuTTY
- Fixed value range for directional transfer limits
- Fixed layout issues if changing to/from comparative search

3.47.1 (2020-02-24)

- Fixed regression loading advanced site parameters

3.47.0 (2020-02-24)

- Fix visual glitched adding/removing filter rows
- MSW: Limit amount of text that can be entered in spin controls

3.47.0-rc1 (2020-02-16)

+ Added new search mode: Comparative search
+ Pressing F7 now switches focus between local and remote panes
- MSW: Work around a linker bug breaking ASLR
- macOS: Avoid spurious button events consuming keyboard shortcuts
- Increased minimum width of text field in generic input dialogs
- Refactored Site Manager controls to increase modularity and fixed some minor GUI inconsistencies
- Refactored engine connection logic
- Building and running FileZilla now depends on libfilezilla >= 0.19.1 (https://lib.filezilla-project.org/)


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/net/filezilla/Makefile
cvs rdiff -u -r1.55 -r1.56 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.122 pkgsrc/net/filezilla/Makefile:1.123
--- pkgsrc/net/filezilla/Makefile:1.122 Tue Mar 10 22:10:44 2020
+++ pkgsrc/net/filezilla/Makefile       Wed Mar 11 10:16:10 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.122 2020/03/10 22:10:44 wiz Exp $
+# $NetBSD: Makefile,v 1.123 2020/03/11 10:16:10 wiz Exp $
 
-VERSION=       3.46.3
+VERSION=       3.47.2
 DISTNAME=      FileZilla_${VERSION}_src
 PKGNAME=       filezilla-${VERSION}
-PKGREVISION=   2
 CATEGORIES=    net x11
 MASTER_SITES=  https://download.filezilla-project.org/client/
 EXTRACT_SUFX=  .tar.bz2
@@ -35,7 +34,7 @@ CXXFLAGS+=    -march=i586
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/libidn/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libfilezilla+=   libfilezilla>=0.19.3
+BUILDLINK_API_DEPENDS.libfilezilla+=   libfilezilla>=0.20.2
 .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.55 pkgsrc/net/filezilla/distinfo:1.56
--- pkgsrc/net/filezilla/distinfo:1.55  Tue Dec 31 08:57:26 2019
+++ pkgsrc/net/filezilla/distinfo       Wed Mar 11 10:16:10 2020
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.55 2019/12/31 08:57:26 wiz Exp $
+$NetBSD: distinfo,v 1.56 2020/03/11 10:16:10 wiz Exp $
 
-SHA1 (FileZilla_3.46.3_src.tar.bz2) = 2b5b51e665b72b2d6e991c55b43339996baf8f9c
-RMD160 (FileZilla_3.46.3_src.tar.bz2) = 1b8c7f7f0ae9a240eb7d3f0881f497602b223bf3
-SHA512 (FileZilla_3.46.3_src.tar.bz2) = 35b61c3bfd1d40848e7846b4533da8844df0e4873cb89286b90330cbc29dffeff96fcab10aec908a08d9129198bb2d80df8f223d8ebc1a0863a4083cb06abffc
-Size (FileZilla_3.46.3_src.tar.bz2) = 4720329 bytes
+SHA1 (FileZilla_3.47.2_src.tar.bz2) = e284b8496b35c21c3bf6fcac379439b9a8540e4d
+RMD160 (FileZilla_3.47.2_src.tar.bz2) = a42d810be5b2482205db833affc5b8084ac1cf46
+SHA512 (FileZilla_3.47.2_src.tar.bz2) = 2ed43f6b0045a36d2975f3ab6d456b625fc47160c557ad34a2f7012d615b9b91c9854e0c5f527286986b5be36894106fe36e1b8166723a1ec3b3816539330880
+Size (FileZilla_3.47.2_src.tar.bz2) = 4733308 bytes
 SHA1 (patch-configure) = 8bf5736d17ed78fe0a1d4f910194bba9f03c854e
-SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59



Home | Main Index | Thread Index | Old Index