Changeset 4741839


Ignore:
Timestamp:
04/08/2024 11:42:04 PM (3 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
ca64474
Parents:
138071f
git-author:
Douglas R. Reno <renodr@…> (04/08/2024 08:56:02 PM)
git-committer:
Douglas R. Reno <renodr@…> (04/08/2024 11:42:04 PM)
Message:

Update to gnome-keyring-46.1

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    r138071f r4741839  
    7272<!--<!ENTITY zenity-version                    "3.42.1">-->
    7373<!ENTITY gnome-bluetooth-version           "42.8">
    74 <!ENTITY gnome-keyring-version             "42.1">
     74<!ENTITY gnome-keyring-version             "46.1">
    7575<!ENTITY gnome-settings-daemon-version     "45.1">
    7676<!ENTITY tecla-version                     "45.0">
  • gnome/platform/gnome-keyring.xml

    r138071f r4741839  
    66
    77  <!ENTITY gnome-keyring-download-http
    8            "&gnome-download-http;/gnome-keyring/&gnome-42;/gnome-keyring-&gnome-keyring-version;.tar.xz">
     8           "&gnome-download-http;/gnome-keyring/&gnome-46;/gnome-keyring-&gnome-keyring-version;.tar.xz">
    99  <!ENTITY gnome-keyring-download-ftp  " ">
    10   <!ENTITY gnome-keyring-md5sum        "8728a6d344f29c545d9d31cb5c708f14">
     10  <!ENTITY gnome-keyring-md5sum        "f0e5c53046aa337c1abdfee4368535c4">
    1111  <!ENTITY gnome-keyring-size          "1.3 MB">
    12   <!ENTITY gnome-keyring-buildsize     "116 MB">
    13   <!ENTITY gnome-keyring-time          "0.2 SBU (Using parallelism=4; add 0.3 SBU for tests)">
     12  <!ENTITY gnome-keyring-buildsize     "139 MB">
     13  <!ENTITY gnome-keyring-time          "0.2 SBU (Using parallelism=4; add 0.2 SBU for tests)">
    1414]>
    1515
     
    8585    <bridgehead renderas="sect4">Optional</bridgehead>
    8686    <para role="optional">
    87       <ulink url="https://github.com/linux-test-project/lcov">LCOV</ulink>,
    88       <ulink url="https://people.redhat.com/sgrubb/libcap-ng/">libcap-ng</ulink>,
    89       <xref linkend="gnupg2"/>, and
    90       <xref linkend="valgrind"/>
     87      <xref linkend="gnupg2"/>,
     88      <xref linkend="valgrind"/>,
     89      <ulink url="https://github.com/linux-test-project/lcov">LCOV</ulink>, and
     90      <ulink url="https://people.redhat.com/sgrubb/libcap-ng/">libcap-ng</ulink>
    9191    </para>
    9292
     
    103103<screen><userinput>sed -i 's:"/desktop:"/org:' schema/*.xml &amp;&amp;
    104104
    105 ./configure --prefix=/usr     \
    106             --sysconfdir=/etc &amp;&amp;
     105./configure --prefix=/usr      \
     106            --sysconfdir=/etc  \
     107            --enable-ssh-agent &amp;&amp;
    107108make</userinput></screen>
    108109
     
    126127      <command>sed ... schema/*.xml</command>:  This command fixes a
    127128      deprecated entry in the schema template.
     129    </para>
     130
     131    <para>
     132      <parameter>--enable-ssh-agent</parameter>: This switch enables the SSH
     133      agent built in to gnome-keyring instead of the one in GCR. This is done
     134      due to bugs in gcr which cause the agent to not work correctly.
     135      <!--https://bugzilla.redhat.com/show_bug.cgi?id=2250704-->
    128136    </para>
    129137
  • introduction/welcome/changelog.xml

    r138071f r4741839  
    3939    </listitem>
    4040    -->
     41    <listitem>
     42      <para>April 8th, 2024</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Update to gnome-keyring-46.1. Fixes
     46          <ulink url="&blfs-ticket-root;19484">#19484</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
    4151    <listitem>
    4252      <para>April 7th, 2024</para>
Note: See TracChangeset for help on using the changeset viewer.