Changeset c226321


Ignore:
Timestamp:
09/02/2023 12:18:50 PM (9 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
748752de
Parents:
f3fc117
Message:

Update to gpgme-1.22.0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rf3fc117 rc226321  
    4444      <itemizedlist>
    4545        <listitem>
     46          <para>[pierre] - Update to gpgme-1.22.0. Fixes
     47          <ulink url="&blfs-ticket-root;18436">#18436</ulink>.</para>
     48        </listitem>
     49        <listitem>
    4650          <para>[pierre] - Update to vala-0.56.13. Fixes
    4751          <ulink url="&blfs-ticket-root;18434">#18434</ulink>.</para>
  • packages.ent

    rf3fc117 rc226321  
    88<!ENTITY gnupg2-version               "2.4.3">
    99<!ENTITY gnutls-version               "3.8.1">
    10 <!ENTITY gpgme-version                "1.21.0">
     10<!ENTITY gpgme-version                "1.22.0">
    1111<!ENTITY iptables-version             "1.8.9">
    1212<!ENTITY libcap-version               "2.69">
  • postlfs/security/gpgme.xml

    rf3fc117 rc226321  
    88  <!ENTITY gpgme-download-ftp  "&gnupg-ftp;/gpgme/gpgme-&gpgme-version;.tar.bz2">
    99  <!ENTITY gpgme-download-ftp  " ">
    10   <!ENTITY gpgme-md5sum        "3a83288e753a7da53a5626d29e4416fd">
    11   <!ENTITY gpgme-size          "1.8 MB">
    12   <!ENTITY gpgme-buildsize     "305 MB (with tests)">
    13   <!ENTITY gpgme-time          "1.7 SBU (with all bindings and tests; with parallelism=4)">
     10  <!ENTITY gpgme-md5sum        "828b8a1f9992826d7ad43741b349db01">
     11  <!ENTITY gpgme-size          "1.6 MB">
     12  <!ENTITY gpgme-buildsize     "307 MB (with tests)">
     13  <!ENTITY gpgme-time          "1.6 SBU (with all bindings and tests; with parallelism=4)">
    1414]>
    1515
     
    100100so do not advertise python2
    101101      <xref linkend="python2"/>,-->
    102       &qt5-deps;, and/or
     102      &qt5-deps;, and
    103103      <xref linkend="swig"/> (for language bindings)
    104104    </para>
     
    113113      commands:
    114114    </para>
    115 
    116 <screen><userinput>./configure --prefix=/usr --disable-gpg-test &amp;&amp;
     115<!--gpgme 1.22 FTBFS when building in tree. Upstream thinks building
     116    should be done out of tree, but this is not in the doc yet
     117    https://github.com/gpg/gpgme/commit/24a8c279da98fe7e586a9fc3cd91175c9e60ffef
     118    -->
     119<screen><userinput>mkdir build &amp;&amp;
     120cd build &amp;&amp;
     121
     122../configure --prefix=/usr --disable-gpg-test &amp;&amp;
    117123make</userinput></screen>
    118124
     
    120126      To test the results, you should have <xref linkend="gnupg2"/> installed
    121127      and remove the <command>--disable-gpg-test</command> above. Issue:
    122       <command>make -k check</command>. One test, TestRemarks, is known to fail.
     128      <command>make -k check</command>.
    123129    </para>
    124130
     
    156162        </seg>
    157163        <seg>
    158           libgpgme, libgpgmepp.so, and libqgpgme.so
     164          libgpgme.so, libgpgmepp.so, and libqgpgme.so
    159165        </seg>
    160166        <seg>
Note: See TracChangeset for help on using the changeset viewer.