Package Release Info

gcr-4.4.0.1-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libgck-devel
libgcr-devel

Change Logs

* Thu Mar 20 2025 dimstar@opensuse.org
- Fix supplements of gcr-ssh-agent: supplement against
  openssh-clients and gnome-shell, not against gpg2.
* Wed Mar 19 2025 bjorn.lie@gmail.com
- Update to version 4.4.0.1:
  + meson: Fix gck vesion
- Changes from version 4.4.0:
  + gcr:
  - Add OID for Extended Key Usage
  - Avoid g_strv_builder_unref_to_strv()
  - Support parsing ed25519 SSH public keys
  + gck: Disable parallel tests using gck-mock module
  + meson: Do a stricter check on GLib version
  + Updated translations.
* Sun Feb 09 2025 bjorn.lie@gmail.com
- Update to version 4.3.91:
  + gcr:
  - Implement Certificate Policies extension
  - Implement Authority Information Access (AIA) extension
  - Implement Authority Key Identifier extension
  - Implement CRL Distribution Points extension
  - Add GcrGeneralNames helper object
  + gck: Add missing finish-func annotation to
    gck_slot_open_session_full_async
  + Migrate away from g_assert() in some unit tests
  + Updated translations.
* Wed Feb 05 2025 bjorn.lie@gmail.com
- Update to version 4.3.90.3 (Unstable):
  + gcr:
  - Add new GcrCertificateExtension API
  - Vala override for CertificateField.get_value
  + Fix meson test failures in FIPS mode
  + doap: Remove invalid maintainer entry
  + tests: Replace echo -n by printf
  + build:
  - Avoid redundant libegg linking into gck tests
  - Fix some GLib/GTK deprecation warnings
  + ssh-agent: Request rsa-sha2-256 signature in tests
  + Updated translations.
* Wed Feb 05 2025 bjorn.lie@gmail.com
- Update to version 4.3.1:
  + gcr: Vala override for CertificateField.get_value
  + Fix "meson test" failures in FIPS mode
  + doap: Remove invalid maintainer entry
  + tests: Replace echo -n by printf
  + build: Avoid redundant libegg linking into gck tests
  + build: Fix some GLib/GTK deprecation warnings
  + ssh-agent: Request rsa-sha2-256 signature in tests
  + docs: Fix up a bunch of gi-docgen annotations
  + ci: Use GNOME Release service
  + Updated translations.
* Mon Aug 19 2024 dimstar@opensuse.org
- BuildRequire gettext-devel instead of gettext: allow OBS to
  shortcut through gettext-runtime-mini.
* Fri Apr 12 2024 dimstar@opensuse.org
- Update to version 4.3.0:
  + certificate: Add API to retrieve version.
  + Bump required GnuTLS version to 3.8.5.
  + Avoid potential integer overflow spotted by UBSan>
  + Support GnuTLS as an alternative crypto backend.
  + Updated translations.
* Mon Mar 04 2024 dimstar@opensuse.org
- Update to version 4.2.1:
  + gcr-ssh-agent: set `SSH_AUTH_SOCK`.
  + gcr-ssh-agent: port avoid deadlock fix.
  + Updated translations.
* Mon Feb 12 2024 dimstar@opensuse.org
- Update to version 4.2.0:
  + gcr-ssh-agent: add command line options to gcr-ssh-agent.
  + gcr-ssh-agent: Fix memory leak spotted by ASan.
  + gcr-ssh-agent: Port memory safety fixes from gnome-keyring
    ssh-agent.
  + Updated translations.
* Tue Nov 28 2023 dimstar@opensuse.org
- Use %patch -p N instead of deprecated %patchN.