Changeset 150992ab


Ignore:
Timestamp:
11/25/2014 05:31:49 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1e3954b
Parents:
e316325c
Message:

Update to gpgme-1.5.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15003 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re316325c r150992ab  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "23">                   <!-- Always 2 digits -->
     3<!ENTITY day          "25">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 23rd, &year;">
     9<!ENTITY releasedate  "November 25th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    re316325c r150992ab  
    4646
    4747    <listitem>
     48      <para>November 25th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to gpgme-1.5.2. Fixes
     52          <ulink url="&blfs-ticket-root;5854">#5854</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>November 23rd, 2014</para>
    4959      <itemizedlist>
  • packages.ent

    re316325c r150992ab  
    1515<!ENTITY gnupg2-version               "2.0.26">
    1616<!ENTITY gnutls-version               "3.3.10">
    17 <!ENTITY gpgme-version                "1.5.1">
     17<!ENTITY gpgme-version                "1.5.2">
    1818<!ENTITY haveged-version              "1.9.1">
    1919<!ENTITY iptables-version             "1.4.21">
  • postlfs/security/gpgme.xml

    re316325c r150992ab  
    77  <!ENTITY gpgme-download-http " ">
    88  <!ENTITY gpgme-download-ftp  "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-&gpgme-version;.tar.bz2">
    9   <!ENTITY gpgme-md5sum        "8fb46b336200807a12a12a5760b4a39d">
    10   <!ENTITY gpgme-size          "944 KB">
     9  <!ENTITY gpgme-md5sum        "d1bde2f441a7f2fa30600c8ffc5da0f9">
     10  <!ENTITY gpgme-size          "948 KB">
    1111  <!ENTITY gpgme-buildsize     "17 MB (additional 1 MB for the tests)">
    1212  <!ENTITY gpgme-time          "0.2 SBU (additional 0.1 SBU for the tests)">
     
    7676    </itemizedlist>
    7777
     78    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     79    <itemizedlist spacing="compact">
     80      <listitem>
     81        <para>
     82          Required if running the test suite:
     83          <ulink url="&patch-root;/gpgme-&gpgme-version;-tests-1.patch"/>
     84        </para>
     85      </listitem>
     86    </itemizedlist>
     87
    7888    <bridgehead renderas="sect3">GPGME Dependencies</bridgehead>
    7989
     
    107117
    108118    <para>
     119      In <application>gpgme-1.5.2</application>, the test suite was modified
     120      and is close to useless. It you want to run the test suite, first fix it
     121      with:
     122    </para>
     123
     124<screen><userinput>patch -Np1 -i ../gpgme-&gpgme-version;-tests-1.patch</userinput></screen>
     125
     126    <para>
    109127      To test the results, issue: <command>make check</command>.
    110128    </para>
     
    138156      <seglistitem>
    139157        <seg>
    140           gpgme-config
     158          gpgme-config and gpgme-tool
    141159        </seg>
    142160        <seg>
     
    153171      <?dbfo list-presentation="list"?>
    154172      <?dbhtml list-presentation="table"?>
     173
     174      <varlistentry id="gpgme-tool">
     175        <term><command>gpgme-tool</command></term>
     176        <listitem>
     177          <para>
     178            prints fingerprint and keyid with keyservers.
     179          </para>
     180          <indexterm zone="gpgme gpgme-tool">
     181            <primary sortas="b-gpgme-tool">gpgme-tool</primary>
     182          </indexterm>
     183        </listitem>
     184      </varlistentry>
    155185
    156186      <varlistentry id="libgpgme-pthread">
Note: See TracChangeset for help on using the changeset viewer.