Changeset fdaae04


Ignore:
Timestamp:
11/24/2016 02:59:48 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
8d68192
Parents:
e935527
Message:

Update to gnupg-2.1.16.
Update to gpgme-1.8.0.
Update to npth-1.3.
Update to pinentry-1.0.0.
Update some package titles to be the same as the tarball name.
Reorder the kf5 build order.

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

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re935527 rfdaae04  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "23">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 21st &year;">
     9<!ENTITY releasedate  "November 23rd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/npth.xml

    re935527 rfdaae04  
    77  <!ENTITY npth-download-http " ">
    88  <!ENTITY npth-download-ftp  "ftp://ftp.gnupg.org/gcrypt/npth/npth-&npth-version;.tar.bz2">
    9   <!ENTITY npth-md5sum        "226bac7374b9466c6ec26b1c34dab844">
     9  <!ENTITY npth-md5sum        "efe1524c53670b5755dc27893d2d68a0">
    1010  <!ENTITY npth-size          "292 KB">
    11   <!ENTITY npth-buildsize     "2.6 MB">
    12   <!ENTITY npth-time          "less than 0.1 SBU">
     11  <!ENTITY npth-buildsize     "2.5 MB (with checks)">
     12  <!ENTITY npth-time          "less than 0.1 SBU (with checks)">
    1313]>
    1414
    15 <sect1 id="npth" xreflabel="NPth-&npth-version;">
     15<sect1 id="npth" xreflabel="npth-&npth-version;">
    1616  <?dbhtml filename="npth.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>NPth-&npth-version;</title>
     23  <title>npth-&npth-version;</title>
    2424
    2525  <indexterm zone="npth">
  • general/genutils/pinentry.xml

    re935527 rfdaae04  
    77  <!ENTITY pinentry-download-http " ">
    88  <!ENTITY pinentry-download-ftp  "ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-&pinentry-version;.tar.bz2">
    9   <!ENTITY pinentry-md5sum        "9510b2de013e818dab619e468298703a">
    10   <!ENTITY pinentry-size          "424 KB">
    11   <!ENTITY pinentry-buildsize     "10 MB">
     9  <!ENTITY pinentry-md5sum        "4a3fad8b31f9b4c5526c8837495015dc">
     10  <!ENTITY pinentry-size          "428 KB">
     11  <!ENTITY pinentry-buildsize     "7.7 MB">
    1212  <!ENTITY pinentry-time          "less than 0.1 SBU">
    1313]>
    1414
    15 <sect1 id="pinentry" xreflabel="PIN-Entry-&pinentry-version;">
     15<sect1 id="pinentry" xreflabel="pinEntry-&pinentry-version;">
    1616  <?dbhtml filename="pinentry.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>PIN-Entry-&pinentry-version;</title>
     23  <title>pinentry-&pinentry-version;</title>
    2424
    2525  <indexterm zone="pinentry">
     
    9898
    9999<screen><userinput>./configure --prefix=/usr &amp;&amp;
    100 make</userinput></screen><!-- &amp;&amp;
    101 
    102 makeinfo - -html - -no-split -o doc/pinentry_nochunks.html doc/pinentry.texi &amp;&amp;
    103 makeinfo - -plaintext       -o doc/pinentry.txt           doc/pinentry.texi</userinput></screen>
    104 
    105     <para>If you wish to build alternate formats of the documentation, you
    106     must have <xref linkend="texlive"/> installed,
    107     then issue the following command:</para>
    108 
    109 <screen><userinput>make -k -C doc pdf ps html</userinput></screen> -->
     100make</userinput></screen>
    110101
    111102    <para>This package does not come with a test suite.</para>
     
    113104    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    114105
    115 <screen role="root"><userinput>make install</userinput></screen><!-- &amp;&amp;
    116 
    117 install -v -m755 -d /usr/share/doc/pinentry-&pinentry-version;/html &amp;&amp;
    118 install -v -m644    README doc/pinentry{_*.html,.txt,.texi} \
    119                     /usr/share/doc/pinentry-&pinentry-version;</userinput></screen>
    120 
    121     <para>If you built the additional documentation, install it by issuing the
    122     following commands as the <systemitem class="username">root</systemitem>
    123     user:</para>
    124 
    125 <screen role="root"><userinput>install -v -m644 doc/pinentry.html/* \
    126                  /usr/share/doc/pinentry-&pinentry-version;/html &amp;&amp;
    127 install -v -m644 doc/pinentry.{pdf,ps,dvi} \
    128                  /usr/share/doc/pinentry-&pinentry-version;</userinput></screen> -->
     106<screen role="root"><userinput>make install</userinput></screen>
    129107
    130108  </sect2>
     
    134112
    135113    <para>
    136       <option>--enable-emacs=yes/no</option>: Default is yes.
     114      <option>--enable-emacs=yes/no</option>: Default is no.
    137115    </para>
    138116
  • general/sysutils/dbus.xml

    re935527 rfdaae04  
    1313]>
    1414
    15 <sect1 id="dbus" xreflabel="D-Bus-&dbus-version;">
     15<sect1 id="dbus" xreflabel="dbus-&dbus-version;">
    1616  <?dbhtml filename="dbus.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>D-Bus-&dbus-version;</title>
     23  <title>dbus-&dbus-version;</title>
    2424
    2525  <indexterm zone="dbus">
  • introduction/welcome/changelog.xml

    re935527 rfdaae04  
    4545
    4646    <listitem>
     47      <para>November 23rd, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Update to gnupg-2.1.16. Fixes
     51          <ulink url="&blfs-ticket-root;8552">#8552</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[bdubbs] - Update to gpgme-1.8.0. Fixes
     55          <ulink url="&blfs-ticket-root;8542">#8542</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[bdubbs] - Update to npth-1.3. Fixes
     59          <ulink url="&blfs-ticket-root;8563">#8563</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[bdubbs] - Update to pinentry-1.0.0. Fixes
     63          <ulink url="&blfs-ticket-root;8564">#8564</ulink>.</para>
     64        </listitem>
     65      </itemizedlist>
     66    </listitem>
     67
     68    <listitem>
    4769      <para>November 22nd, 2016</para>
    4870      <itemizedlist>
  • kde/kf5/kf5-frameworks.xml

    re935527 rfdaae04  
    2252257d524ba30f518a0937c3912475a59a13  ktexteditor-5.28.0.tar.xz
    226226ba8603c7f6f3b3290e19f1f5d3fb3e8c  kdesignerplugin-5.28.0.tar.xz
     227dfa9a794aea1104bb45e17f229b2da8e  kwayland-5.28.0.tar.xz
    227228bf213e3cf7628b9433cd21bd47c08d8d  plasma-framework-5.28.0.tar.xz
    228229#4c261149dd6b42f7f7af1ae13576e99b  modemmanager-qt-5.28.0.tar.xz
     
    2362371285ab8095ca21aa0f7f6a5dade6c1c5  kactivities-stats-5.28.0.tar.xz
    2372380c44e78e610504ee8b2f2e5f040c602c  krunner-5.28.0.tar.xz
    238 dfa9a794aea1104bb45e17f229b2da8e  kwayland-5.28.0.tar.xz
    23923968221bafb3e5dbf04be6317526d18d2d  syntax-highlighting-5.28.0.tar.xz
    2402402d3a4679fe09493144e06abb3b77631d  portingAids/kjs-5.28.0.tar.xz
  • multimedia/libdriv/gstreamer10-vaapi.xml

    re935527 rfdaae04  
    2121  </sect1info>
    2222
    23   <title>GStreamer-vaapi-&gstreamer-vaapi-version;</title>
     23  <title>gstreamer-vaapi-&gstreamer-vaapi-version;</title>
    2424
    2525  <indexterm zone="gstreamer10-vaapi">
     
    3232    <para>
    3333      The <application>gstreamer-vaapi</application> package contains a
    34       <application>GStreamer</application> plugin for hardware accelerated
     34      <application>gstreamer</application> plugin for hardware accelerated
    3535      video decode/encode for the prevailing coding standards today (MPEG-2,
    3636      MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).
     
    7373    </itemizedlist>
    7474
    75     <bridgehead renderas="sect3">GStreamer-vaapi Dependencies</bridgehead>
     75    <bridgehead renderas="sect3">gstreamer-vaapi Dependencies</bridgehead>
    7676
    7777    <bridgehead renderas="sect4">Required</bridgehead>
  • multimedia/libdriv/gstreamer10.xml

    re935527 rfdaae04  
    1313]>
    1414
    15 <sect1 id="gstreamer10" xreflabel="GStreamer-&gstreamer10-version;">
     15<sect1 id="gstreamer10" xreflabel="gstreamer-&gstreamer10-version;">
    1616  <?dbhtml filename="gstreamer10.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>GStreamer-&gstreamer10-version;</title>
     23  <title>gstreamer-&gstreamer10-version;</title>
    2424
    2525  <indexterm zone="gstreamer10">
    26     <primary sortas="a-GStreamer">GStreamer</primary>
     26    <primary sortas="a-gstreamer">gstreamer</primary>
    2727  </indexterm>
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to GStreamer</title>
    31 
    32     <para>
    33       <application>GStreamer</application> is a streaming media framework that enables
     30    <title>Introduction to gstreamer</title>
     31
     32    <para>
     33      <application>gstreamer</application> is a streaming media framework that enables
    3434      applications to share a common set of plugins for things like video encoding and
    3535      decoding, audio encoding and decoding, audio and video filters, audio visualisation,
     
    7575    </itemizedlist>
    7676
    77     <bridgehead renderas="sect3">GStreamer Dependencies</bridgehead>
     77    <bridgehead renderas="sect3">gstreamer Dependencies</bridgehead>
    7878
    7979    <bridgehead renderas="sect4">Required</bridgehead>
     
    102102
    103103  <sect2 role="installation">
    104     <title>Installation of GStreamer</title>
    105 
    106     <para>
    107       Install <application>GStreamer</application> by running the following
     104    <title>Installation of gstreamer</title>
     105
     106    <para>
     107      Install <application>gstreamer</application> by running the following
    108108      commands:
    109109    </para>
     
    159159          <para>
    160160            is a tool that prints out information on available
    161             <application>GStreamer</application> plugins,
     161            <application>gstreamer</application> plugins,
    162162            information about a particular plugin, or information
    163163            about a particular element.
     
    174174          <para>
    175175            is a tool that builds and runs basic
    176             <application>GStreamer</application> pipelines.
     176            <application>gstreamer</application> pipelines.
    177177          </para>
    178178          <indexterm zone="gstreamer10 gst-launch-1.0">
     
    187187          <para>
    188188            is a tool used to gather statistics about
    189             <application>GStreamer</application> operations.
     189            <application>gstreamer</application> operations.
    190190          </para>
    191191          <indexterm zone="gstreamer10 gst-stats-1.0">
     
    199199        <listitem>
    200200          <para>
    201             uses the <application>GStreamer</application> type finding system
    202             to determine the relevant <application>GStreamer</application>
     201            uses the <application>gstreamer</application> type finding system
     202            to determine the relevant <application>gstreamer</application>
    203203            plugin to parse or decode files, and the corresponding MIME type.
    204204          </para>
     
    263263        <listitem>
    264264          <para>
    265             provides all of the core <application>GStreamer</application>
     265            provides all of the core <application>gstreamer</application>
    266266            services, including initialization, plugin management and types,
    267267            as well as the object hierarchy that defines elements and bins,
  • packages.ent

    re935527 rfdaae04  
    1313<!ENTITY cracklib-version             "2.9.6">
    1414<!ENTITY cyrus-sasl-version           "2.1.26">
    15 <!ENTITY gnupg2-version               "2.1.15">
     15<!ENTITY gnupg2-version               "2.1.16">
    1616<!ENTITY gnutls-version               "3.5.6">
    17 <!ENTITY gpgme-version                "1.7.1">
     17<!ENTITY gpgme-version                "1.8.0">
    1818<!ENTITY haveged-version              "1.9.1">
    1919<!ENTITY iptables-version             "1.6.0">
     
    152152<!ENTITY lzo-version                  "2.09">
    153153<!ENTITY mtdev-version                "1.1.5">
    154 <!ENTITY npth-version                 "1.2">
     154<!ENTITY npth-version                 "1.3">
    155155<!ENTITY nspr-version                 "4.13.1">
    156156<!ENTITY openobex-version             "1.7.2">
     
    218218<!ENTITY intltool-version             "0.50.2">
    219219<!ENTITY lsof-version                 "4.89">
    220 <!ENTITY pinentry-version             "0.9.7">
     220<!ENTITY pinentry-version             "1.0.0">
    221221<!ENTITY rarian-version               "0.8.1">
    222222<!ENTITY recode-version               "3.6">
  • postlfs/security/gnupg2.xml

    re935527 rfdaae04  
    77  <!ENTITY gnupg2-download-http "https://gnupg.org/ftp/gcrypt/gnupg/gnupg-&gnupg2-version;.tar.bz2">
    88  <!ENTITY gnupg2-download-ftp  "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-&gnupg2-version;.tar.bz2">
    9   <!ENTITY gnupg2-md5sum        "808d10b89c1f0de8d4d2a556aa36b623">
     9  <!ENTITY gnupg2-md5sum        "bfb53004773a014d401694f94229fc00">
    1010  <!ENTITY gnupg2-size          "5.5 MB">
    11   <!ENTITY gnupg2-buildsize     "114 MB (with tests and makeinfo docs)">
    12   <!ENTITY gnupg2-time          "1.6 SBU (with tests and makeinfo docs)">
     11  <!ENTITY gnupg2-buildsize     "99 MB (with makeinfo docs, add 24 MB for tests)">
     12  <!ENTITY gnupg2-time          "0.7 SBU (with makeinfo docs, add 4.1 SBU for tests)">
    1313]>
    1414
     
    115115    you wish to run the test suite, fix that with:</para>
    116116
    117 <screen><userinput>sed -e 's|\(GNUPGHOME\)=\$(abs_builddir)|\1=`/bin/pwd`|' \
    118     -i tests/openpgp/Makefile.in</userinput></screen>
     117<screen><userinput>sed -e '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' \
     118    -i tools/Makefile.in</userinput></screen>
    119119
    120120    <para>Install <application>GnuPG</application> by running the following
    121121    commands:</para>
    122122
    123 <screen><userinput>./configure --prefix=/usr \
    124             --enable-symcryptrun \
     123<screen><userinput>./configure --prefix=/usr            \
     124            --enable-symcryptrun     \
     125            --enable-maintainer-mode \
    125126            --docdir=/usr/share/doc/gnupg-&gnupg2-version; &amp;&amp;
    126127make &amp;&amp;
     
    177178    <title>Command Explanations</title>
    178179
     180    <para><command>sed ... tools/Makefile.in</command>:
     181    This command is needed to build the gpg-zip program.</para>
     182
    179183    <para><parameter>--docdir=/usr/share/doc/gnupg-&gnupg2-version;</parameter>:
    180184    This switch changes the default docdir to <filename
     
    183187    <para><parameter>--enable-symcryptrun</parameter>: This switch enables
    184188    building the symcryptrun program.</para>
     189
     190    <para><parameter>--enable-maintainer-mode</parameter>: This switch is
     191    needed for proper completion of the tests.</para>
    185192
    186193    <para><option>--enable-g13</option>: This switch enables building the
     
    200207        <seg>addgnupghome, applygnupgdefaults, dirmngr, dirmngr-client, g13,
    201208        gpg-agent, gpg-connect-agent, gpg, gpg2, gpgconf, gpgparsemail,
    202         gpgscm, gpgsm, gpgtar, gpgv, gpgv2, kbxutil, symcryptrun,
     209        gpgscm, gpgsm, gpgtar, gpgv, gpgv2, igpg-zip, kbxutil, symcryptrun,
    203210        and watchgnupg</seg>
    204211        <seg>None</seg>
     
    396403      </varlistentry>
    397404
     405      <varlistentry id="gpg-zip">
     406        <term><command>gpg-zip</command></term>
     407        <listitem>
     408          <para> encrypts or signs files into an archive.</para>
     409          <indexterm zone="gnupg2 gpg-zip">
     410            <primary sortas="b-gpg-zip">gpg-zip</primary>
     411          </indexterm>
     412        </listitem>
     413      </varlistentry>
     414
    398415      <varlistentry id="kbxutil">
    399416        <term><command>kbxutil</command></term>
  • postlfs/security/gpgme.xml

    re935527 rfdaae04  
    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        "9ab4a18094ca0cf9a0687e0b7d10b63d">
    10   <!ENTITY gpgme-size          "1.2 KB">
    11   <!ENTITY gpgme-buildsize     "118 MB (with tests and all bindings)">
    12   <!ENTITY gpgme-time          "1.2 SBU (with tests and all bindings)">
     9  <!ENTITY gpgme-md5sum        "722a4153904b9b5dc15485a22d29263b">
     10  <!ENTITY gpgme-size          "1.2 MB">
     11  <!ENTITY gpgme-buildsize     "134 MB (with all bindings, add 1 MB for tests)">
     12  <!ENTITY gpgme-time          "1.3 SBU (with all bindingsi, add 1.3 SBU for tests)">
    1313]>
    1414
     
    8686    <para role="optional">
    8787      <xref linkend="doxygen"/> (for API documentation),
    88       <xref linkend="gnupg2"/> (used during the testsuite). and
     88      <xref linkend="gnupg2"/> (used during the testsuite), and
    8989      <xref linkend="clisp"/>,
    9090      <xref linkend="python2"/>,
Note: See TracChangeset for help on using the changeset viewer.