Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

FreeFileSync-14.8-1.2 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: FreeFileSync Distribution: openSUSE Tumbleweed
Version: 14.8 Vendor: openSUSE
Release: 1.2 Build date: Tue Feb 24 08:48:09 2026
Group: Productivity/Networking/System Build host: reproducible
Size: 9373163 Source RPM: FreeFileSync-14.8-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.freefilesync.org/
Summary: Backup software to synchronize files and folders
FreeFileSync is a software that helps synchronizing files
and folders. It runs backup jobs while having visual
feedback along the way.

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Tue Feb 24 2026 Paolo Stivanin <info@paolostivanin.com>
  - Update to 14.8:
    * Automatically detect proxy settings for Google Drive (Windows)
    * Fixed file filter considering parent folder as match candidate
    * Fixed bitmap button being trimmed (Linux)
    * Fixed window flash when starting silent batch job (Windows, macOS)
    * Try to set modification time on open file handle (Linux, macOS)
    * Mitigate invalid main window size and position on startup
    * Improved spin control arrow key handling (macOs)
    * Run (S)FTP and HTTP session cleanup threads on demand
    * Fixed mouse highlight when showing file grid context menu
    * Avoid percentage format precision flicker when copying large file
* Thu Dec 04 2025 Paolo Stivanin <info@paolostivanin.com>
  - Update to 14.6:
    * Write sync statistics to stdout as JSON for .ffs_batch
    * Removed precompiled 32-bit bundle (Linux)
    * Avoid redundant window centering before finishing layout
    * GTK3-based build (Linux)
    * Dark mode support with GTK3 (Linux)
    * Stream errors to stderr instead of stdout (Linux)
    * Fixed FTP login error "dh key too small"
    * Updated all 3rd party libraries to latest versions
    * Quotation not needed anymore for external application macros
    * Unambiguous license key file extension
    * Fixed crash when resizing config panel during comparison
    * Fixed log file viewing when config name contains special characters
  - Drop FreeFileSync-icon-loader.patch
  - Drop FreeFileSync-build.patch
  - Added FreeFileSync-gui.patch
* Mon Apr 07 2025 Paolo Stivanin <info@paolostivanin.com>
  - Update to 14.3:
    * Support internationalized domain names (IDN) for (S)FTP and email
    * Log performance statistics for file content comparison
    * Support installation using Ptyxis terminal (Linux)
    * Support pausing countdown towards system shutdown
    * Support KDE Plasma 6 service menu (Linux)
    * Fixed crash on app exit when called by Cron (Linux)
* Mon Feb 03 2025 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Use distro flags to build the package
* Tue Nov 12 2024 Paolo Stivanin <info@paolostivanin.com>
  - Update to 13.8:
    * Support raw IPv6 server address for (S)FTP
    * RealTimeSync: Fixed scrollbar when adding/removing folders
    * Don't set sync direction for partial folder pairs
    * Uniquely identify partial folder pairs in error message
    * Fixed network login prompt not showing in Windows 11 24H2
* Tue Sep 03 2024 Christian Boltz <suse-beta@cboltz.de>
  - disable build for s390x - base/db_file.cpp asserts little endian
    byteorder, but s390x uses big endian
* Wed Jul 03 2024 Christophe Marin <christophe@krop.fr>
  - Update to 13.7
    * Support copying symlinks between SFTP devices
    * Fixed input focus not being restored after comparison/sync
    * Fixed log file pruning not considering selected configuration
    * Show startup error details when running outside terminal (Linux)
* Wed May 15 2024 Paolo Stivanin <info@paolostivanin.com>
  - Update to 13.6:
    * Compact parent path display for medium/large row sizes
    * Fixed crash when mouse inputs are queued due to system lag
    * Don't steal focus from other app when sync progress dialog is shown
    * Fix crackling sound at the beginning of WAV playback (Linux)
    * Prevent middle grid tooltip from covering sync direction
    * Disable Nagle algorithm for SFTP connections
* Wed Apr 03 2024 Paolo Stivanin <info@paolostivanin.com>
  - Update to 13.5:
    * Wrap file grid folder paths instead of truncate
    * Fixed sync operation arrows for RTL layout
    * Fixed FTP hang during connection (libcurl regression)
    * Consider user-defined file time tolerance for DB comparisons
    * Don't log folder pair paths if nothing to sync
* Thu Feb 29 2024 Paolo Stivanin <info@paolostivanin.com>
  - Update to 13.4:
    * Ignore leading/trailing space when matching file names
    * Work around wxWidgets system logger clearing error code
    * Avoid modal dialog hang on KDE when compiling with GTK3
* Wed Jan 31 2024 Paolo Stivanin <info@paolostivanin.com>
  - Update to 13.3:
    * Completed CASA security assessment for Google Drive
    * Use system temp folder for auto-updating
    * Ignore errors when setting directory attributes is unsupported
    * Save GUI sync log file even when cancelled
    * Fixed Business Edition install over existing installation
* Tue Nov 28 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 13.2:
    * Prevent files from being moved to versioning recursively
    * Return first FTP parsing error when trying multiple variants
    * Allow file times from the future for Linux-style FTP listing
* Mon Nov 06 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 13.1:
    * Keep comparison results when only changing cloud connection settings
    * Sync button: indicate if database will be used
    * Remove leading/trailing space during manual file rename
    * Set environment variable "DISPLAY=:0" if missing (Linux)
    * Support dropping ffs_gui/ffs_real config on RealTimeSync directory input field
  - Add FreeFileSync-remove_ifdef_exceptions.patch
* Thu Sep 21 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 13.0:
    * Rename (multiple) files manually (F2 key)
    * Configure individual directions for DB-based sync
    * Detect moved files with "Update" sync variant (requires sync.ffs_db files)
    * Update variant: Do not restore files that were deleted on target
    * Distinguish file renames from file moves and simplify grid display
    * Fixed ERROR_NOT_SUPPORTED when copying files with NTFS extended attributes
    * Fixed error during process initialization while connecting with quick launch
    * Avoid redundant file reopen when setting file times during copy
    * Set working directory to match FFS configuration file when double-clicking (Linux)
* Wed Aug 02 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 12.5:
    * Merge logs of individual steps (comparison, manual operation, sync)
    * Show total percentage in progress dialog header
    * Log and report errors during cleanup or exception handling
    * Skip folder traversal if existence check fails for other side of the pair
    * Automatically adapt batch options to prevent hanging a non-interactive process (Windows)
    * Support path lists for external applications: %item_paths%, %local_paths%, %item_names%, %parent_paths%
    * Create directory lock files with hidden attribute
    * Don't clear other side when right-clicking file selection
    * Fixed passive FTP when using different IP than control connection
    * Work around FTP servers silently renaming unsupported characters of temporary file
* Wed Jun 28 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 12.4:
    * Show dynamic error and warning count in progress dialogs
    * Show process elevation status in title bar (Administrator, root)
    * Fixed libcurl bug CURLE_URL_MALFORMAT for numerical host name
    * Don't discard config panel last log after no changes found
    * Set taskbar relaunch command to launcher executable (Windows)
    * Fixed Btrfs compression not being applied during copy (Linux)
    * Run on file systems with buggy GetFinalPathNameByHandle() implementation, e.g. Dokany-based
    * Save selected view mode (F11) in batch config file
  - Rebase FreeFileSync-disable-in-app-updates.patch
  - Rebase FreeFileSync-resources.patch
* Sat May 20 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 12.3:
    * Add custom notes to sync configurations
    * Highlight comparison and sync buttons
    * Show sync stats in config panel tool tip
    * Update config panel sync info even if cancelled
    * Support FTP listing format missing owner/group
    * Fixed "Class not registered" error during installation
    * Propagate process priority of launcher executable
    * Fixed config panel metadata being reset after renaming
    * Fixed config panel keyboard cursor after deletion/rename
    * Improved small icon resolution for high-DPI monitors
  - Update icons to be 128x128
  - Add missing Animals.dat file
  - Drop FreeFileSync-fix-error.patch
* Tue May 09 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 12.2:
    * Fixed temporary access error when creating multiple folders in parallel
    * Log failure to copy folder attributes as warning only
    * Enable UTF-8, even if FTP server does not advertize in FEAT (vsftpd)
    * Fixed drag and drop for non-ASCII folders (macOS)
    * Explicitly detect MTP path without existence check
    * Fixed crash when parsing SFTP package from stream
    * Fixed missing COM initialization for MTP path parsing
  - Add FreeFileSync-fix-error.patch to fix build with gcc13.
* Fri Feb 17 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 12.0:
    * Don't save password and show prompt instead for (S)FTP
    * Fast path check failure on access errors
    * Support PuTTY private key file version 3
    * Respect timeout during SFTP connect
    * Removed 20-sec timeout while checking directory existence
    * Avoid hitting (S)FTP connection limit for non-uniform configs
    * Fixed middle grid tooltip icon not always showing (Linux)
    * Optimized file accesses when checking file path existence
    * Fixed overview navigation marker not always showing on main grid
    * Clear all grid selections after view filter toggle
    * Fixed mouse selection starting on folder group
    * Don't require sudo during non-root installation (Linux)
    * Stricter type checking when deleting file/folder/symlinks
    * Succinct error messages when path component is not existing
* Sat Feb 11 2023 Jannik Seiler <seil0@mosad.xyz>
  - Drop FreeFileSync-openssl-1.1.1.patch as it is no longer needed

Files

/usr/bin/FreeFileSync
/usr/share/FreeFileSync
/usr/share/FreeFileSync/Animal.dat
/usr/share/FreeFileSync/Gtk3Styles.css
/usr/share/FreeFileSync/Gtk3Styles.old.css
/usr/share/FreeFileSync/Icons.zip
/usr/share/FreeFileSync/Languages.zip
/usr/share/FreeFileSync/bell.wav
/usr/share/FreeFileSync/bell2.wav
/usr/share/FreeFileSync/cacert.pem
/usr/share/FreeFileSync/ding.wav
/usr/share/FreeFileSync/fail.wav
/usr/share/FreeFileSync/fail2.wav
/usr/share/FreeFileSync/gong.wav
/usr/share/FreeFileSync/harp.wav
/usr/share/FreeFileSync/notify.wav
/usr/share/FreeFileSync/notify2.wav
/usr/share/FreeFileSync/remind.wav
/usr/share/applications/FreeFileSync.desktop
/usr/share/doc/packages/FreeFileSync
/usr/share/doc/packages/FreeFileSync/Changelog.txt
/usr/share/licenses/FreeFileSync
/usr/share/licenses/FreeFileSync/License.txt
/usr/share/pixmaps/FreeFileSync.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Mar 30 22:32:16 2026