| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libgck-devel | Distribution: SUSE Linux Enterprise 15 |
| Version: 4.1.0 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150600.1.6 | Build date: Fri May 10 11:16:48 2024 |
| Group: Development/Libraries/GNOME | Build host: s390zp36 |
| Size: 608059 | Source RPM: gcr-4.1.0-150600.1.6.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: http://www.gnome.org | |
| Summary: Development files for gck, a GObject library to access PKCS#11 modules | |
GCK is a library for accessing PKCS#11 modules like smart cards, in a (G)object oriented way.
LGPL-2.1-or-later
* Tue Nov 28 2023 dimstar@opensuse.org
- Use %patch -p N instead of deprecated %patchN.
* Mon Mar 06 2023 bjorn.lie@gmail.com
- Update to version 4.1.0:
+ The soversion is now properly set to 4.
+ certificate: Print dates in ISO8601 format
+ viewer: Support certificates read from PKCS#11 store
+ gcr: Add means to construct GcrCertificate from PKCS#11 URI
+ Several smaller fixes found with ASAN
+ Stop using GSlice
+ a11y: Improve reading of certificate info by screen readers
+ Updated translations.
- Rename sub-packages following upstreams correction of soversion.
libgcr-4-0_0_0 is now libgcr-4-4, and libgck-2-0_0_0 is now
libgck-2-2.
* Thu Oct 13 2022 bjorn.lie@gmail.com
- Update to version 4.0.0:
+ This the first stable release of gcr4 and gck2.
+ Updated translations.
* Mon Sep 05 2022 bjorn.lie@gmail.com
- Update to version 3.92.0:
+ This is the beta release of gcr4, which is a major version bump
after gcr3 with several API and ABI breaks.
+ `GcrCertificateSection` and `GcrCertificateField` have been
added, which now allow consumers to more easily create their
own GcrCertificate-based UIs.
+ gcr4 will no longer ship UI libraries, i.e. gcr-gtk3 or
gcr-gtk4.
+ `GcrComparable` and `GckList` have been removed.
- Drop pkgconfig(gtk+-3.0) BuildRequires, no longer needed, nor
supported. Following upstream changes, stop passing gtk3=true to
meson.
- Drop sub-package typelib-1_0-GcrUi-3, it was already gone since
3.90.0 release.
* Wed Aug 03 2022 dimstar@opensuse.org
- Update to version 3.90.0:
+ The "gcr" pkgconfig package now no longer contains the UI
widgets (i.e. the former "gcr-base" package)..
+ "gcr-ui" no longer exists. There is now "gcr-gtk3" and
"gcr-gtk4" for the GTK3 and GTK4 versions respectively. These
might be removed from by the beta release however, in favor of
widgets for each DE (e.g. libadwaita or libgranite or ...).
+ All deprecated API has been removed, as well as most UI-related
code. This includes most widgets, GcrColumn and any icons.
+ Most GObject-based code has been updated to use modern
constructs like the `G_DECLARE_*` macros.
+ "pkcs11.h" and "pkcs11.vapi" have been removed. If you used
"pcks11.h", this is provided by the p11-kit package. If you
used pkcs11.vapi, you'll have to copy it directly in your
repository.
+ The org.gnome.crypto.pgp schema is no longer shipped. The
options provided in it are part of GPG configuration files.
+ The minimally required version of Meson is now 0.59.
+ All `GcrCollection` based APIs are now ported to `GListModel`.
+ Added lookup of trust assertions for distrusted certs.
+ Updated translations.
- Drop b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch: fixed
upstream.
* Mon Jul 18 2022 bjorn.lie@gmail.com
- Update to version 3.41.1:
+ meson: Fix unknown kw argument in gnome.generate_gir.
+ gcr: Add G_SPAWN_CLOEXEC_PIPES flag to all the g_spawn
commands.
+ docs: Port from gtk-doc to gi-docgen.
+ Unbreak build without systemd.
+ Several CI fixes.
+ Updated translations.
- Drop b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch: Fixed
upstream.
- Replace gtk-doc with pkgconfig(gi-docgen) BuildRequires following
upstreams port.
- Use ldconfig_scriptlets macro for post(un) handling.
- Split out doc subpackage.
- Add fdupes BuildRequires and macro, remove duplicate files.
- Build data and doc sub-packages as noarch.
* Tue Feb 01 2022 bjorn.lie@gmail.com
- Add b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch: Fix build
with meson 060.0 and newer.
* Tue Oct 05 2021 bjorn.lie@gmail.com
- Update to version 3.41.0:
+ Port ssh-agent from gnome-keyring.
+ build: Fix parallel build failure due to missing marshal
dependency.
+ Fix warnings by dropping `volatile` for g_once_init_inter
locations.
+ tests: More robust against GTask unref race condition.
+ Updated translations.
- Add pkgconfig(libsecret-1), pkgconfig(libsystemd),
pkgconfig(systemd) and openssh-clients BuildRequires: Build new
standalone ssh-agent, and split it out in own sub-package.
* Sat Apr 17 2021 dimstar@opensuse.org
- Update to version 3.40.0:
+ FEATURE: add hkps://keys.openpgp.org to keyserver defaults.
+ gcr/key-mechanism: Port to GTask.
+ GckCall: Simplify the code by using GTask based implementation.
+ Updated translations.
- Make use of the new gpg_path meson option by passing
%{_bindir}/gpg2 as value to it: We know that openSUSE installs
gpg2 to this path. Allows to drop gpg2 BuildRequires.
- Drop pkgconfig(gtk+-x11-3.0) BuildRequires: no longer needed.
* Wed Jan 13 2021 bjorn.lie@gmail.com
- Update to version 3.38.1:
+ ui: Set "use-underline" for GcrImportButton.
+ Updated translations.
* Mon Oct 05 2020 dimstar@opensuse.org
- Update to version 3.38.0:
+ No changes from 3.37.91.
- Changes from version 3.37.91:
+ meson: missing dependency on generated oids header.
+ Correct display of key usage extensions.
+ meson: Correctly set internal vapi dependencies.
+ Cleanup GType boilerplate.
+ gck: Fixed test failures.
+ Updated translations.
* Wed Apr 29 2020 mgorse@suse.com
- Enable FIPS patch on Leap (jsc#SLE-11855).
* Wed Mar 11 2020 bjorn.lie@gmail.com
- Update to version 3.36.0:
+ gcr: Update gtk-doc get_der_data() vfunc.
+ Updated translations.
* Tue Feb 18 2020 dimstar@opensuse.org
- Update to version 3.35.91:
+ Mark deprecated functions with G_DEPRECATED.
+ egg-oid: Add comments for translators for new abbrevations.
+ Updated translations.
* Wed Feb 12 2020 dimstar@opensuse.org
- Update to version 3.35.90:
+ Add support for "NEW CERTIFICATE REQUEST" header.
+ Add support for GOST certificates.
+ Rework handling of ASN.1 standard types.
+ Fix a few regressions in the Meson build.
+ Add support for g_autoptr.
+ Fixed some compiler warnings.
- Changes from version 3.35.1:
+ gcr-certificate: Add (virtual) annotation.
+ Always use G_PARAM_STATIC_STRINGS.
+ Support Meson build system.
+ Avoid potential 64-bit pointer aliasing alignment issues.
+ Update README to mention correct environment variables.
+ build: Use sed for .desktop variables substitution.
+ Updated translations.
- Switch to meson buildsystem: replace configure/make/make_install
macros with the meson/meson_build/meson_install counterparts.
* Sat Jan 25 2020 dimstar@opensuse.org
- No longer recommend -lang: supplements are in use
* Thu Nov 28 2019 dimstar@opensuse.org
- Fix usage of libexecdir instead of prefix/lib where applicable.
* Mon Oct 14 2019 bjorn.lie@gmail.com
- Update to version 3.34.0:
+ gcr-prompt-dialog: Allow the use of mnemonics in the choice
label (glgo#GNOME/gcr!22).
+ Use python3 shebang in ui/icons/render-icons.py
(glgo#GNOME/gcr!21).
+ configure: Use PKG_PROG_PKG_CONFIG instead of reinventing it
(glgo#GNOME/gcr!20).
+ Replace tap-gtester with one that relies on GLib 2.38+ TAP
output (glgo#GNOME/gcr!19).
+ Remove SKS network from keyserver defaults (glgo#GNOME/gcr!18).
+ Updated translations.
* Sun Sep 01 2019 mgorse@suse.com
- Update to version 3.33.4:
+ Move from intltool to gettext.
+ Fix parameter type for signal handler causing stack smashing on
ppc64le.
+ cleanup: Don't use deprecated g_type_class_add_private()
anymore.
+ Fix GIR annotations.
+ Fix hashtable ordering assumptions.
+ build: Fix gcr-trust symbols not appearing in GIR, and hence
also VAPI.
+ Update gcr_pkcs11_get_trust_{store|lookup}_slot URI checks.
+ build: Update tap scripts for Python 3 compat.
+ Updated translations.
- Drop intltool dependency, and add gettext.
* Fri Jan 18 2019 bjorn.lie@gmail.com
- Update to version 3.28.1:
+ system-prompter: Fix use of g_hash_table_lookup_extended.
+ Updated translations.
* Mon Mar 12 2018 dimstar@opensuse.org
- Update to version 3.28.0:
+ Fix year 2038 workaround in ASN.1 decoder (bgo#787963).
+ Fix test errors when ssh-keygen is not found.
+ Updated translations.
* Sun Mar 11 2018 dimstar@opensuse.org
- Supplement the new gcr-ssh-askpass for gpg2 and gnome-shell:
GNOME users want to have this available to enter the ssh key
passwords.
* Fri Mar 09 2018 jengelh@inai.de
- Fix SRPM group. Update package summaries.
* Mon Mar 05 2018 dimstar@opensuse.org
- Update to version 3.27.92:
+ Provide API for reliably calling ssh programs (bgo#735873).
+ Updated translations.
- Split new subpackage gcr-ssh-askpass, recommended by the main
library.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Tue Feb 27 2018 luc14n0@linuxmail.org
- Update to version 3.27.4:
+ Fixes:
- Encoding of EC parameters (bgo#785234).
- Hang in certificate export dialog (bgo#789804).
- Failure case in gcr_secure_memory_try_realloc() (bgo#775685).
+ Switch to using GLib resources.
+ Build fixes: bgo#771052, bgo#775685, bgo#775966, bgo#774312,
bgo#774311, bgo#764562, bgo#764569.
+ Updated translations.
- Drop %desktop_database_*, %mime_database_*, %icon_theme_cache_*
and %glib2_gsettings_schema_* post/postun scriptlets and
%glib2_gsettings_schema_requires macro: they're no longer needed
since RPM File Triggers cover their functionality now.
- Drop shared-mime-info BuildRequires: it's no longer needed now
that its macros are not used anymore.
- Drop pkgconfig(libtasn1) BuildRequires: it's no longer needed nor
used anymore.
- Adopt the use of %make_build macro rather than raw make command,
following the best practices.
- Add gtk-doc BuildRequires and pass enable-gtk-doc to configure as
the API's documentation is desired.
- Add pkgconfig(gtk+-x11-3.0) BuildRequires: it was being pulled
by gtk+-3.0 pkgconfig module and used already, since both of them
lives in gtk3-devel package.
- Rebase gcr-bsc932232-use-libgcrypt-allocators.patch.
* Tue Feb 27 2018 dimstar@opensuse.org
- Use SPDX3.0 license tags and package COPYING as %license.
* Mon Feb 26 2018 crrodriguez@opensuse.org
- Add explicit pkgconfig(pango) and pkgconfig(cairo) BuildRequires:
closer alignment with what configure checks for.
* Wed Aug 31 2016 fezhang@suse.com
- Add openSUSE conditional macro and description tag for existing
patches in specfile.
* Fri Apr 15 2016 hpj@suse.com
- Update to GNOME 3.20 -- Fate#318572.
* Fri Mar 25 2016 zaitor@opensuse.org
- Update to version 3.20.0:
+ Build fixes (bgo#763488, bgo#766301).
+ Updated translations.
* Tue Jan 19 2016 dimstar@opensuse.org
- Update to version 3.19.4:
+ Build fixes (bgo#756235, bgo#755873).
+ Updated translations.
* Thu Nov 26 2015 hpj@suse.com
- Add gcr-bsc932232-use-libgcrypt-allocators.patch (bsc#932232).
* Tue Sep 29 2015 zaitor@opensuse.org
- Update to version 3.18.0:
+ Updated translations.
* Tue Aug 04 2015 zaitor@opensuse.org
- Update to version 3.17.4:
+ Bump up the GTK+ deps.
+ Build fixes.
+ Updated translations.
* Tue May 12 2015 zaitor@opensuse.org
- Update to version 3.16.0:
+ No changes from 3.15.92.
* Wed Mar 18 2015 dimstar@opensuse.org
- Update to version 3.15.92:
+ Build fixes (bgo#745629).
+ Updated translations.
* Wed Feb 25 2015 dimstar@opensuse.org
- Update to version 3.15.90:
+ Fix memory leaks (bgo#738508, bgo#739239).
+ Build fixes (bgo#743201, bgo#739449, #bgo737622).
+ Updated translations.
/usr/include/gck-2 /usr/include/gck-2/gck /usr/include/gck-2/gck/gck-enum-types.h /usr/include/gck-2/gck/gck-version.h /usr/include/gck-2/gck/gck.h /usr/include/gck-2/gck/pkcs11n.h /usr/include/gck-2/gck/pkcs11x.h /usr/lib64/libgck-2.so /usr/lib64/pkgconfig/gck-2.pc /usr/share/gir-1.0/Gck-2.gir /usr/share/vala/vapi/gck-2.deps /usr/share/vala/vapi/gck-2.vapi
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 9 16:11:13 2025