Accepting request 1173695 from GNOME:Next

- Update to version 2.80.2:
  + Fix a regression with IBus caused by the fix for
    CVE-2024-34397.
  + Fix installation directory of the GVariant specification.
  + Bugs fixed:
    - GVariant specification installed in wrong directory.
    - Backport "gdbusconnection: Fix test signal subscription
      ordering" to glib-2-80.
    - Backport “Correct installation directory of GVariant
      specification” to glib-2-80.
    - Backport “gdbusconnection: Allow name owners to have the
      syntax of a well-known name” to glib-2-80.
- Changes from version 2.80.1
  + Fix CVE-2024-34397: GDBus signal subscriptions for well-known
    names are vulnerable to unicast spoofing.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1173695
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=542
This commit is contained in:
Dominique Leuenberger 2024-05-14 12:12:16 +00:00 committed by Git OBS Bridge
parent 095cb9f755
commit 404df64709
6 changed files with 29 additions and 9 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/glib.git</param>
<param name="revision">2.80.0</param>
<param name="revision">2.80.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:326c1df6d24bc611550ab6f99d68651f6d20ecd33d7a41a3f7d5fdd7a7d79390
size 51352590

3
glib-2.80.2.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a35980b8a6bd366b9670562e7c22920eeddf50d40187d597fd5e5f3573a64039
size 51661838

View File

@ -1,4 +1,4 @@
name: glib
version: 2.80.0
mtime: 1709847305
commit: 763cc3b238398614c20069fd67642730e3a6519b
version: 2.80.2
mtime: 1715182144
commit: d9d93579f09535aa85a7653f26809d517f333f3d

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon May 13 14:07:04 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2.80.2:
+ Fix a regression with IBus caused by the fix for
CVE-2024-34397.
+ Fix installation directory of the GVariant specification.
+ Bugs fixed:
- GVariant specification installed in wrong directory.
- Backport "gdbusconnection: Fix test signal subscription
ordering" to glib-2-80.
- Backport “Correct installation directory of GVariant
specification” to glib-2-80.
- Backport “gdbusconnection: Allow name owners to have the
syntax of a well-known name” to glib-2-80.
- Changes from version 2.80.1
+ Fix CVE-2024-34397: GDBus signal subscriptions for well-known
names are vulnerable to unicast spoofing.
+ Updated translations.
-------------------------------------------------------------------
Tue Apr 2 16:17:11 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -37,7 +37,7 @@
%define libgthread libgthread-%{libver}
%define libgirepository libgirepository-%{libver}
Name: glib2%{psuffix}
Version: 2.80.0
Version: 2.80.2
Release: 0
Summary: General-Purpose Utility Library
License: LGPL-2.1-or-later
@ -481,7 +481,7 @@ done
%if "%{flavor}" == "doc"
%files
%{_datadir}/doc/glib-2.0/
%{_datadir}/doc/g*-2.0/
%endif
%if "%{flavor}" == ""