SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for gcab-lang-1.6-lp155.37.3.noarch.rpm :

* Wed Jul 05 2023 Bjørn Lie - Update to version 1.6: + New Features: Allow specifying the allowed compression formats at runtime. This would allow us, for example, to disable the slightly scary LZX compression format when parsing unknown files. + Bugfixes: Do not require git when building from a tarball.
* Fri Aug 05 2022 Bjørn Lie - Update to version 1.5: + New Features: - New gcab_file_set_bytes() API. - meson: Register the gcab executable with meson. + Bugfixes: - Fixed MSZIP compression when deflate algorithm would expand. Previous versions of gcab can produce \"incorrect\" archives (when a compressed block is larger than its input). They are however supported by gcab itself, and we will keep support for it for the foreseeble future. - gcab: avoid runtime warnings. - Fix coverity warnings. + Updated translations.
* Sat Jan 25 2020 Dominique Leuenberger - No longer recommend -lang: supplements are in use
* Mon Jan 06 2020 Bjørn Lie - Update to version 1.4: + New Features: - New GDateTime-based APIs. - Allow comping as meson subproject. + Bugfixes: - build-sys fixes. - MacOS/Windows build support.
* Tue Oct 08 2019 Bjørn Lie - Update to version 1.3: + New Features: Installed test support. + Bugfixes: - Fix file corruption on LZX extract. - build-sys fixes. + Updated translations.
* Sun Dec 09 2018 bjorn.lieAATTgmail.com- Update to version 1.2: + build-sys: - Fix installing the includes. - Don\'t require git to build. + gcab: Fix regression. Apparently, rewinding should reset the CDATA state. + Updated translations.- Drop gcab-fix-installing-the-includes.patch and gcab-revert-git-dep.patch: Fixed upstream.
* Fri May 25 2018 bjorn.lieAATTgmail.com- Add gcab-fix-installing-the-includes.patch: build-sys: fix installing the includes (bgo#793388).
* Sat Mar 10 2018 jengelhAATTinai.de- Update description.
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner
* Mon Feb 12 2018 bjorn.lieAATTgmail.com- Add gcab-revert-git-dep.patch: Revert new dependency on git, having a builddependency on git just to able to show version when using a git checkout is a bit much (bgo#793406).- Following the above patch, drop git BuildRequires.
* Fri Feb 09 2018 luc14n0AATTlinuxmail.org- Update to version 1.1: + Add git version in --version. + Fix list of new symbols in index page. + Fix unused declarations.- Drop fixed upstream patches: gcab-meson-build-fixes.patch; gcab-folder-simplify_sort_cfiles.patch; gcab-doc-fixes.patch.- Drop intltool BuildRequires: it\'s no longer a requirement after upstream migration to Gettext.- Add git BuildRequires: new dependency.- Add a little summary of its content to the main package description.
* Tue Jan 23 2018 bjorn.lieAATTgmail.com- Add gcab-doc-fixes.patch: Two documentation build fixes.- Add gcab-folder-simplify_sort_cfiles.patch: folder: simplify _sort_cfiles(), get rid of warnings.
* Tue Jan 23 2018 bjorn.lieAATTgmail.com- Update to version 1.0 (CVE-2018-5345): + This fixes the security bug known as CVE-2018-5345. + New Features: - Add a helper executable to create massive compressed archives. - Add a special binary to use just for fuzzing. - Add gcab_cabinet_get_size(). - Add gcab_file_new_with_bytes(). - Add gcab_file_set_attributes(). - Add gcab_file_set_date(). - Add gcab_folder_get_comptype(). - Add gcab_folder_get_file_by_name(). - Add some self tests to test libgcab. - Switch to the Meson buildsystem. + Bugfixes: - Do not return translated errors from libraries. - Fix a large memory leak when parsing LZX cab files. - Fix a theoretical crash when building the table entries. - Replace all the custom typedefd unsigned types with working versions. - Return detailed errors from gcab_cabinet_get_signature(). - Use g_autoptr() to fix countless memory leaks when parsing corrupt files. - Use g_autoptr() to fix several memory leaks on error in the library. - Use G_DECLARE_FINAL_TYPE to remove lots of C boilerplate. + Updated translations.- Add gcab-meson-build-fixes.patch: Fixes to meson build to match the former autotools build.- Add meson and gtk-doc BuildRequires and use meson, meson_build and meson_install macros, following upstreams switch to meson.- Replace gobject-introspection with pkgconfig(gobject-introspection-1.0) BuildRequires: Actually build introspection support, split out new sub-package typelib-1_0-GCab-1_0.- Pass docs=true, introspection=true and tests=false to meson, only build the features we want.- No longer delete .la files, meson build does not generate them.
* Tue Jan 23 2018 bjorn.lieAATTgmail.com- Update to version 0.8 (CVE-2018-5345): + This fixes the security bug known as CVE-2018-5345. + Always check the return value when writing to the stream. + Do not crash when ncbytes is larger than the buffer size. + Don\'t encode timezone in generated files. + Don\'t use version script if unsupported. + Explicitly enable C99 support. + Fix a few \'Dereference of null pointer\' warnings. + Fix buffer overrun when generating Huffman codes. + Fix builddir != srcdir builds. + Fix dependency on generated .h file. + Fix invalid return annotation. + Fix the calculation of the checksum on big endian machines. + Fix -Wimplicit-fallthrough=. + Use glib-mkenum\'s prefixes to avoid sed. + Updated translations.- Minor spec cleanup, use autosetup macro.
* Sat Mar 12 2016 zaitorAATTopensuse.org- Update to version 0.7: + Learn to rewind if needed during extraction (bgo#763377). + Fix extraction of files without cdata (bgo#763376). + Do not abort with a critical warning if a file has an incorrect checksum. + Set utf8 flag automatically (bgo#754091). + Fix wrong modification date (bgo#753040). + Build warning fixes. + Updated translations.- Drop gcab-checksum.patch: Fixed in a different way upstream.
* Mon Mar 30 2015 dimstarAATTopensuse.org- Update to version 0.6: + Fix for the AFL-detected crashes. + Add file information getters (get_attributes(), get_date(), get_size()). + gcab learned --list-details to list files with those informations. + Fix the file date when creating cab. + Build-sys fixes.
* Sat Mar 21 2015 schwabAATTlinux-m68k.org- Add gcab-checksum.patch: fix checksum computation (bgo#746580).
* Mon Mar 09 2015 zaitorAATTopensuse.org- Update to version 0.5: + Fix path traversal: do not escape from output directory. + Add gcab_cabinet_get_signature(). + Build warning fixes. + Updated translations.- Drop gcab-CVE-2015-0552.patch: fixed upstream.
* Tue Jan 06 2015 dimstarAATTopensuse.org- Add gcab-CVE-2015-0552.patch: Avoid path traversal (boo#911814, bgo#742331, CVE-2015-0552).
 
ICM