Sync from SUSE:SLFO:Main gcr revision 93a665439ca713101aca3e0917c3fc29

This commit is contained in:
2025-02-20 09:26:03 +01:00
parent 5872a22268
commit 6c030f55a3
6 changed files with 85 additions and 8 deletions

19
_service Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gcr.git</param>
<param name="revision">4.3.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

BIN
gcr-4.1.0.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
gcr-4.3.1.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,57 @@
-------------------------------------------------------------------
Wed Feb 5 12:32:07 UTC 2025 - Bjørn Lie <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 11:30:12 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire gettext-devel instead of gettext: allow OBS to
shortcut through gettext-runtime-mini.
-------------------------------------------------------------------
Fri Apr 12 07:44:46 UTC 2024 - Dominique Leuenberger <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 4 07:42:58 UTC 2024 - Dominique Leuenberger <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 16:54:35 UTC 2024 - Dominique Leuenberger <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 11:24:04 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -p N instead of deprecated %patchN.
-------------------------------------------------------------------
Mon Mar 6 11:36:46 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

4
gcr.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
name: gcr
version: 4.3.1
mtime: 1738755617
commit: 5938670f68f547d3d9a3b0dce8be089b30576b82

View File

@@ -1,7 +1,7 @@
#
# spec file for package gcr
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: gcr
Version: 4.1.0
Version: 4.3.1
Release: 0
# FIXME: Verify if the requires in typelib-1_0-Gcr-4 is still correct and required (see bgo#725501).
Summary: Library for Crypto UI related tasks
License: LGPL-2.1-or-later
Group: Development/Libraries/GNOME
URL: http://www.gnome.org
Source0: https://download.gnome.org/sources/gcr/4.1/%{name}-%{version}.tar.xz
Source0: %{name}-%{version}.tar.zst
Source1: baselibs.conf
# PATCH-FIX-SLE gcr-bsc932232-use-libgcrypt-allocators.patch bsc#932232 hpj@suse.com -- use libgcrypt allocators for FIPS mode
Patch1: gcr-bsc932232-use-libgcrypt-allocators.patch
@@ -32,7 +32,7 @@ Patch1: gcr-bsc932232-use-libgcrypt-allocators.patch
# For directory ownership
BuildRequires: dbus-1
BuildRequires: fdupes
BuildRequires: gettext >= 0.19.8
BuildRequires: gettext-devel >= 0.19.8
BuildRequires: gobject-introspection-devel >= 1.34
# configure is looking for the gpg2 path
BuildRequires: pkgconfig(gi-docgen)
@@ -172,7 +172,7 @@ This packages provides the documentation for various gcr packages.
%prep
%setup -q -n gcr-%{version}
%if 0%{?sle_version}
%patch1 -p1
%patch -P 1 -p1
%endif
%build