Changelog for
engrampa-1.28.1-59.6.x86_64.rpm :
* Tue Jun 11 2024 Mike Gabriel
- Support building on SUSE version 1550: instead of pkgconfig(libmagic) build-depend on file-devel for older versions of SUSE.- Build with --enable-magic configure option set.
* Sun Mar 31 2024 Hillwood Yang - Update version to 1.28.1
* update translations
* Use unar instead of cpio for CPIO archives
* Add correct jar mime type
* Fix double URI escaping
* Escapes a string for use in a URI. replace special \"# and ?\" characters in uri
* rar: Actually accept unrar-free as the executable name
* rar: Add support for unrar-free
* rar: Fix out of bounds read on malformed output
* rar: Simplify and merge duplicate code
* zip: Fix crashes on buggy zip output
* 7z: Fix accepting RAR archives when unar-open-zip=true
* correct translation string
* Fix Segfault on opening .deb files after recent Debian Unstable updates
* fix warning in Japanese translations
* Distribute Meson build system (but don\'t use on openSUSE)- Drop engrampa-1.26.1-add-7zip-support.patch and engrampa-1.26.1-use-unar-instead-of-cpio-for-CPIO-archives.patch, merged by Upstream
* Tue Feb 13 2024 Mike Gabriel - CVE-2023-52138: Add patch: engrampa-1.26.1-use-unar-instead-of-cpio-for-CPIO-archives.patch, Use unar instead of cpio for CPIO archives (upstream commit 8cd485a5).
* Mon May 15 2023 Alexei Sorokin - Update to version 1.26.1:
* fr-process: Fix memory leak.
* Fix archive file save as function.
* file-data: Fix memory leak.
* fr-window: Fix memory leak.
* dlg-package-installer: Fix memory leak.
* Update translations.- Add engrampa-1.26.1-add-7zip-support.patch: Add new 7-zip (7zz and 7zzs) project support (commit 6f49d2c7).
* Wed Aug 11 2021 Hillwood Yang - Update version to 1.26.0
* Update translations
* update copyright to 2021
* Mon Apr 26 2021 Ferdinand Thiessen - Update to version 1.24.2:
* Translations update
* ar: fix filename in file list
* rar 6.00: fix listing archive content with encrypted file list
* fr-archive: Fix memory leak
* Sun Aug 16 2020 Alexei Sorokin - Update to version 1.24.1:
* Avoid memory leak in java utils.
* build: Silent build warnings for distcheck.
* engrampa.appdata.xml: Recursive acronyms for .iso, .rpm filetypes.
* autoconf: Get zstd mime type using libmagic if enabled.
* Update translations.
* Wed Feb 26 2020 Alexei Sorokin - Update to version 1.24.0 (changes since 1.23.2):
* fr-command-rpm: Use rpm2cpio binary shipped with rpm package.
* Add source rpm to supported mime-types.
* Use cpio if no binary is found.
* Add a configure environment variable to select the cpio path.
* 7z: Don\'t set the work directory, i.e. use temporary directory.
* Check if a mime-type is an alias in compute_supported_archive_types.
* Define LOCALEDIR for bindtextdomain().
* Migrate from intltool to gettext.
* Clean file type selection in the new archive dialogue.
* Automatically sets the maximum size of static arrays.
* Fix localised pause UI logic.
* dlg-extract: GtkFileChooserDialog instead of set extra widget.
* dlg-batch-add: Set dialog image from icon-name instead of pixbuf.
* Fix build using the -fno-common flag.
* fr-process: Do not override LC_CTYPE.- Drop support for old openSUSE versions.
* Fri Jan 03 2020 Maurizio Galli - Update to version 1.23.2
* tx: sync with transifex
* LHA: add test for checking compressed file integrity
* Add application/(x-compress|x-rpm|x-lzh-compressed) in local magic
* Show archive type in properties dialog
* Zstandard: read .tar.zst files
* Zstandard: add test for checking compressed file integrity
* Zstandard: Update MIME type
* Ar: Update MIME type and add magic numbers
* fr-command-ar: fetch dates with strptime
* Remove internal mkdtemp and define feature test macro
* fr-command-tar: fetch dates with strptime
* Use mate-compiler-flags.m4 provided by mate-common
* ar: don\'t remove leading whitespaces in filename field
* i18n caja extension copyright
* LHA: make compatible with content-type response from gio file query
* fr-command-dpkg: fetch dates with strptime
* dlg-prop: set property label in ui file
* Add extract-dialog-options.ui
* LHA: Fix internet media type
* Use g_list_free_full and g_slist_free_full
* dlg-prop: show the exact number of bytes as part of the size
* dlg-prop: allow to open the archive\'s folder
* remove warnings: ‘gtk_image_new_from_stock’ is deprecated
* glib-utils & gtk-utils: Remove unused functions
* dlg-package-installer: show icons in error dialog buttons
* dlg-package-installer: remove warning ‘GtkStock’ is deprecated
* gio-utils: Remove unused functions
* glib-utils: Remove get_time_string()
* unace 2.5: Don\'t show archive summary in file listing
* tar: don\'t remove leading whitespaces in filename field
* Initialization discards ‘const’ qualifier from pointer target type
* remove warnings: \"ENABLE_MAGIC\" is not defined, evaluates to 0
* comparison of integer expressions of different signedness: ‘size_t’
* Missing initializer for struct field
* remove warnings: cast from function call [-Wbad-function-cast]
* remove build warning: local variable shadows another variable
* Mon Nov 04 2019 Jonathan Brielmaier - Fix build error complaining about conflicting types for g_ptr_array_copy by updating to 1.23.1.- Update to version 1.23.1:
* Update translations
* glib-utils: Remove unused function - g_ptr_array_copy
* Remove some unused/deprecated functions
* Various smaller fixes