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:   richard
Date:           Wed Jul  8 16:46:44 UTC 2015

Modified Files:
        pkgsrc/net/filezilla: Makefile PLIST distinfo
Added Files:
        pkgsrc/net/filezilla/patches: patch-src_engine_ControlSocket.cpp
            patch-src_engine_socket.cpp patch-src_putty_unix_uxshare.c

Log Message:
Update to 3.12.0

This file only lists a short summary of the changes between FileZilla versions.
For a full list of changes, please read the ChangeLog file.

Legend:
  ! Security related bugfix or otherwise critical bugfix
  + New feature or important bugfix
  - Bugfixes

  Platform prefixes:
    MSW: Microsoft Windows
    *nix: Unix (e.g BSD) and Unix-like systems (e.g. Linux)
    OS X: Apple Mac OS X

3.12.0 (2015-07-08)

+ Directory comparison can be configured for Site Manager entires and bookmarks
- Instead of skipping commands due to spontaneous connection failures while
  executing a command, reconnect and retry
- FileZilla no longer shows popup dialogs such as the file exists dialog if
  another dialog or message box is already shown
- Improved compatibility with servers sending malformed FEAT replies

3.12.0-rc1 (2015-06-29)

+ FileZilla no longer visually enters each visited directory during recursive
  operations, e.g. when downloading or deleting remote directories. During recursive
 operations the server's directory structure can now be navigated as if idle
+ Ask for confirmation if trying to load Site Manager data originating from a
  future version of FileZilla
+ Display location of settings directory on the About dialog
+ Display detected CPU features (on x86) on the About dialog
- Remove certificate verification messages in the message log for data connections
- Speed up parsing of the PASV reply
- The status bar of the search dialog now shows the number of found matches again
- OS X: Configuring SFTP keys no longer fails if the full path of FileZilla's
  application bundle contains spaces
- *nix: Make waitable conditions immune to wallclock changes if the system
  supports both clock_gettime and pthread_condattr_setclock
- Fixed a rare crash when queuing many socket threads for deletion at the same time

3.11.0.2 (2015-06-02)

- Fixed a potential crash if a connection gets remotely closed in the same
  moment a new connection is to be opened
- Improved compatibility with servers sending pre-epoch timestamps
- Fixed pt_BR translation

3.11.0.1 (2015-05-22)

! Reject Diffie-Hellman Groups smaller than 1024 bits when using FTP over TLS to
 protect against the Logjam attack
- Do not bind the source IP address of the data connection if the server is not
configured properly
- Deleting bookmarks from the bookmarks dialog no longer deletes the wrong bookmark
- Fixed CPU compatibility issues on 64bit binaries

3.11.0 (2015-05-19)

- Ensure the title bar is at least partially inside the screen boundary when
  restoring a saved window position
- Fixed crash if opening a wrapped dialog without having restarted FileZilla
  after having change language to Chinese or Japanese

3.11.0-rc1 (2015-05-12)

+ Implemented new date/time handling to solve issues with DST conversion
+ *nix: Official Linux binaries are now built for Debian Jessie
+ In passive mode transfer, the source IP of the data connection is now bound to
 the same source IP as the control connection
- Requeueing of folder items no longer prints an error message
- Fix disabling of timeouts
- MSW: Fix the returned error level of the installer
- Fix a crash if disconnecting during transfers
- Official binaries now link against GnuTLS 3.4.1
- Official binaries now link against SQLite 3.8.10.1

=================
Use POSIC fcntl() instead of flock() on SunOS as well as apply to upstream
workarounds to redefinition involving 'struct mutex' on SunOS.
Add xgettext to USE_TOOLS.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/net/filezilla/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/filezilla/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/filezilla/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/net/filezilla/patches/patch-src_engine_ControlSocket.cpp \
    pkgsrc/net/filezilla/patches/patch-src_engine_socket.cpp \
    pkgsrc/net/filezilla/patches/patch-src_putty_unix_uxshare.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index