diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-06 17:01:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-06 17:01:52 +0000 |
commit | d1e72c417817866a43b9964cb33861a68698a0a5 (patch) | |
tree | 821baf25ea1e166c8e8a07dfd1094e7f0b2ad876 /net | |
parent | b44362c0532c5b87774083a47ddf4cd3ddb3391a (diff) | |
download | pkgsrc-d1e72c417817866a43b9964cb33861a68698a0a5.tar.gz |
Update to 3.10.3:
3.10.3 (2015-03-29)
- Fixed crash if changing number of simultaneous transfers while
transferring files
- Fixed local filelist statusbar regression introduced in 3.10.3-beta2
3.10.3-rc1 (2015-03-21)
- If saving passwords is disabled, don't ask for the password again
after connecting via the quickconnect bar and then starting a
download via drag&drop.
- Small performance improvements
3.10.3-beta2 (2015-03-16)
- Minimum timeout value is now 10 seconds, up from 5 seconds to
prevent timeouts uploading to servers with slow storage
- Fixed an assert with invalid file sizes
- Small performance improvements
3.10.3-beta1 (2015-03-14)
+ Added option to enable SFTP compression
3.10.2 (2015-03-02)
- When finding the local name of a remote file to be edited, use
case-insensitive comparison
- Updated SFTP components from PuTTY
- MSW: Cleaned up runtime dependencies
- Fix crash introduced in rc2 when there is no password element
for a saved item
3.10.2-rc2 (2015-02-25)
+ MSW: The installer configures Windows Error Reporting to save
minidumps in %LOCALAPPDATA%\CrashDumps if filezilla.exe crashes
+ The updater now submits CPU capabilities when checking for updates.
In a future version support for CPUs without SSE2 support will be
dropped
+ In the XML files, passwords are now base64 encoded
- Fix HTTP proxy handshake if no proxy username is set
- Fix state of filter toolbar button if dismissing filter dialog
- At the end of transfers, errors writing all downloaded data to
disk were not always detected
3.10.2-rc1 (2015-02-21)
+ When reopening files already being edited, preselect the previously
used selection
+ The subject area in the certificate verification can now be
scrolled if the certificate contains many alternative names
+ Many performance improvements
- Fixed display of total transfer size in message log for SFTP
transfers
- MSW: Fixed sorting of sites in Site Manager
- MSW: Fix initial focus after starting FileZilla to be in the
quickconnect bar again
- Fixed bug in GnuTLS where the AES-NI instruction set wasn't always
used when available
- Refresh directory trees if sort mode changes
- Fix potential crash if disconnecting during ongoing transfers
- Fix updating the transfer progress bar when uploading files via
SFTP with a low speed limit set
3.10.1.1 (2015-02-01)
- Fix editing of files with the same name in different directories
3.10.1 (2015-01-31)
- Don't override proxy settings if loading an implicit session from
PuTTY
- Silently delete junk files left behind by some editors in the
temporary directory
3.10.1-rc1 (2015-01-24)
+ Fixed wording of some error messages when using FTP over TLS
+ Display subject alternative names in certificate verification
dialog
+ If re-editing multiple files already being edited, add a checkbox
to apply action to all selected file
- Editing the same local file multiple times no longer results in
an error message
- Display SHA-256 fingerprints in certificate verification dialog,
no longer display MD5 fingerprints.
- Disable insecure RC4 algorithm in FTP over TLS
- *nix: Fix assertion when opening the file exists dialog on some
multi-display systems
- Deleting items in the Site Manager now correctly upates the
right-hand side of the dialog
- Dragging items in the Site Manager no longer makes the default
port appear in the port input box
Diffstat (limited to 'net')
-rw-r--r-- | net/filezilla/Makefile | 7 | ||||
-rw-r--r-- | net/filezilla/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index 77b1b7dc7c4..56b62ca4e9e 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.61 2015/04/25 14:23:44 tnn Exp $ +# $NetBSD: Makefile,v 1.62 2015/05/06 17:01:52 wiz Exp $ -VERSION= 3.10.0.2 +VERSION= 3.10.3 DISTNAME= FileZilla_${VERSION}_src PKGNAME= filezilla-${VERSION} -PKGREVISION= 2 CATEGORIES= net x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://filezilla-project.org/ -COMMENT= FTP, FTPS and SFTP client with intuitive GUI +COMMENT= FTP, FTPS, and SFTP client with intuitive GUI LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes diff --git a/net/filezilla/distinfo b/net/filezilla/distinfo index 52293e91ba2..7a650dd1ad8 100644 --- a/net/filezilla/distinfo +++ b/net/filezilla/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2015/01/19 12:38:08 wiz Exp $ +$NetBSD: distinfo,v 1.24 2015/05/06 17:01:52 wiz Exp $ -SHA1 (FileZilla_3.10.0.2_src.tar.bz2) = fd02e450caff757f28ac62f18b7137f4a0ecbfec -RMD160 (FileZilla_3.10.0.2_src.tar.bz2) = 6c146947f053a3b6d36afa6767393b109454e914 -Size (FileZilla_3.10.0.2_src.tar.bz2) = 4559921 bytes +SHA1 (FileZilla_3.10.3_src.tar.bz2) = 81d9994797a841711e4365fb437771abc0df82a8 +RMD160 (FileZilla_3.10.3_src.tar.bz2) = cdb1a073b66bedcb7930d804a588bc437a1e1e6b +Size (FileZilla_3.10.3_src.tar.bz2) = 4430113 bytes |