Changeset c226321 for postlfs/security


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.