Changeset 90691c2


Ignore:
Timestamp:
11/13/2020 03:49:30 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
544b6a3
Parents:
0d9bfe78
Message:

Add raptor2 security patch
Update to gpgme-1.15.0

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0d9bfe78 r90691c2  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     3<!ENTITY day          "13">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 12th, &year;">
     9<!ENTITY releasedate  "November 13th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/raptor.xml

    r0d9bfe78 r90691c2  
    7272    </itemizedlist>
    7373
     74    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     75    <itemizedlist spacing="compact">
     76      <listitem>
     77        <para>
     78          Required patch:
     79          <ulink url="&patch-root;/raptor-&raptor-version;-security_fixes-1.patch"/>
     80        </para>
     81      </listitem>
     82    </itemizedlist>
     83
    7484    <bridgehead renderas="sect3">Raptor Dependencies</bridgehead>
    7585
     
    94104  <sect2 role="installation">
    95105    <title>Installation of Raptor</title>
     106
     107    <para>
     108      First, apply a patch that fixes a couple of security issues:
     109    </para>
     110
     111<screen><userinput remap="pre">patch -Np1 -i ../raptor-&raptor-version;-security_fixes-1.patch</userinput></screen>
    96112
    97113    <para>
  • introduction/welcome/changelog.xml

    r0d9bfe78 r90691c2  
    4343    -->
    4444    <listitem>
     45      <para>November 13th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Add a security patch to fix issues in raptor. Fixes
     49          <ulink url="&blfs-ticket-root;14243">#14243</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to gpgme-1.15.0. Fixes
     53          <ulink url="&blfs-ticket-root;14242">#14242</ulink>.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
    4559      <para>November 12th, 2020</para>
    4660      <itemizedlist>
  • packages.ent

    r0d9bfe78 r90691c2  
    1414<!ENTITY firewalld-version            "0.8.1">
    1515<!ENTITY gnutls-version               "3.6.15">
    16 <!ENTITY gpgme-version                "1.14.0">
     16<!ENTITY gpgme-version                "1.15.0">
    1717<!ENTITY haveged-version              "1.9.13">
    1818<!ENTITY iptables-version             "1.8.6">
  • postlfs/security/gpgme.xml

    r0d9bfe78 r90691c2  
    88  <!ENTITY gpgme-download-ftp  "&gnupg-ftp;/gpgme/gpgme-&gpgme-version;.tar.bz2">
    99  <!ENTITY gpgme-download-ftp  " ">
    10   <!ENTITY gpgme-md5sum        "e1be12b1aeabdf24a0b663c3c42747ac">
     10  <!ENTITY gpgme-md5sum        "32298e5ccd458f96b25ce7ae8e30780c">
    1111  <!ENTITY gpgme-size          "1.6 MB">
    12   <!ENTITY gpgme-buildsize     "131 MB">
    13   <!ENTITY gpgme-time          "0.3 SBU (with parallelism=4; with all bindings, add 0.5 SBU for tests)">
     12  <!ENTITY gpgme-buildsize     "256 MB">
     13  <!ENTITY gpgme-time          "1.0 SBU (with parallelism=4; with all bindings, add 1.0 SBU for tests)">
    1414]>
    1515
     
    156156          /usr/include/{gpgme++,qgpgme,QGpgME},
    157157          /usr/lib/cmake/{Gpgmepp,QGpgme}.
    158           /usr/lib/python{2.7,3.7}/site-packages/gpg, and
     158          /usr/lib/python{2.7,3.9}/site-packages/gpg, and
    159159          /usr/share/common-lisp/source/gpgme
    160160        </seg>
Note: See TracChangeset for help on using the changeset viewer.