Opened 14 months ago

Closed 14 months ago

Last modified 9 months ago

#17758 closed enhancement (fixed)

gcr4-4.1.0

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (7)

comment:1 by Xi Ruoyao, 14 months ago

Is it a part of GNOME 44 pre-release?

No, the upstream explicitly says it's stable release.

Last edited 14 months ago by Xi Ruoyao (previous) (diff)

comment:2 by Xi Ruoyao, 14 months ago

gcr 4.1.0:

  • The soversion is now properly set to 4.
  • certificate: Print dates in ISO8601 format [GNOME/gcr!125]
  • viewer: Support certificates read from PKCS#11 store [GNOME/gcr!116]
  • gcr: Add means to construct GcrCertificate from PKCS#11 URI [GNOME/gcr!117]
  • Several smaller fixes found with ASAN
  • Stop using GSlice [GNOME/gcr!118]
  • a11y: Improve reading of certificate info by screen readers [GNOME/gcr!112]
  • Updated translations

in reply to:  2 ; comment:3 by Xi Ruoyao, 14 months ago

Replying to Xi Ruoyao:

  • The soversion is now properly set to 4.

Note that this means we'll need to rebuild everything links to gcr-4.

comment:4 by Bruce Dubbs, 14 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

in reply to:  3 comment:5 by Bruce Dubbs, 14 months ago

Replying to Xi Ruoyao:

Replying to Xi Ruoyao:

  • The soversion is now properly set to 4.

Note that this means we'll need to rebuild everything links to gcr-4.

gnome/platform/gnome-shell.xml:           <xref linkend="gcr4"/>,
gnome/platform/gnome-settings-daemon.xml: <xref linkend="gcr4"/>,
gnome/applications/evolution.xml:         <xref linkend="gcr4"/>,

But checking /usr/lib:

lrwxrwxrwx       13 Mar  7 13:35 /usr/lib/libgcr-4.so       -> libgcr-4.so.4
lrwxrwxrwx       17 Feb 21 16:21 /usr/lib/libgcr-4.so.0.0.0 -> libgcr-4.so.4.0.0
lrwxrwxrwx       17 Mar  7 13:35 /usr/lib/libgcr-4.so.4     -> libgcr-4.so.4.1.0
-rwxr-xr-x   764776 Feb 21 16:21 /usr/lib/libgcr-4.so.4.0.0
-rwxr-xr-x   770176 Mar  7 13:35 /usr/lib/libgcr-4.so.4.1.0

A new build will look at libgcr-4.so which will go to libgcr-4.so.4.1.0. An existing build should look at /usr/lib/libgcr-4.so.0.0.0 which points to libgcr-4.so.4.0.0.

I checked and after I built gcr-4.1.0, ldd gnome-shell shows:

libgcr-4.so.0.0.0 => /usr/lib/libgcr-4.so.0.0.0

My conclusion that a rebuild of dependent packages is not really needed.

comment:6 by Bruce Dubbs, 14 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

ab7282ff27 Update to gcr4-4.1.0.
d206bc4eed Update to SDL2-2.26.4.
e22dbdcf4e Update to libqalculate-4.6.0.

comment:7 by Bruce Dubbs, 9 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.