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

libgcab-1_0-0-1.6-slfo.1.1.7 RPM for ppc64le

From OpenSuSE Leap 16.0 for ppc64le

Name: libgcab-1_0-0 Distribution: SUSE Linux Framework One
Version: 1.6 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.7 Build date: Wed Aug 21 17:50:51 2024
Group: System/Libraries Build host: ibs-power9-12
Size: 133212 Source RPM: gcab-1.6-slfo.1.1.7.src.rpm
Packager: https://www.suse.com/
Url: https://gitlab.gnome.org/GNOME/gcab
Summary: Cabinet file library
gcab is a tool and library for manipulating cabinet files.

It uses the GObject API and provides GIR bindings.
It supports creation of archives with simple MSZIP compression.

This package provides a system library to access cab files

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Wed Jul 05 2023 bjorn.lie@gmail.com
  - 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 bjorn.lie@gmail.com
  - 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 dimstar@opensuse.org
  - No longer recommend -lang: supplements are in use
* Mon Jan 06 2020 bjorn.lie@gmail.com
  - 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 bjorn.lie@gmail.com
  - 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.lie@gmail.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.lie@gmail.com
  - Add gcab-fix-installing-the-includes.patch: build-sys: fix
    installing the includes (bgo#793388).
* Sat Mar 10 2018 jengelh@inai.de
  - Update description.
* Wed Feb 28 2018 dimstar@opensuse.org
  - Modernize spec-file by calling spec-cleaner
* Mon Feb 12 2018 bjorn.lie@gmail.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 luc14n0@linuxmail.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.lie@gmail.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.lie@gmail.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.lie@gmail.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 zaitor@opensuse.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 dimstar@opensuse.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 schwab@linux-m68k.org
  - Add gcab-checksum.patch: fix checksum computation (bgo#746580).
* Mon Mar 09 2015 zaitor@opensuse.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 dimstar@opensuse.org
  - Add gcab-CVE-2015-0552.patch: Avoid path traversal (boo#911814,
    bgo#742331, CVE-2015-0552).
* Wed Mar 06 2013 dimstar@opensuse.org
  - Initial package, version 0.4.

Files

/usr/lib64/libgcab-1.0.so.0
/usr/lib64/libgcab-1.0.so.0.3.0


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Sep 15 23:50:46 2024