Changeset 90691c2
- Timestamp:
- 11/13/2020 03:49:30 PM (3 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 544b6a3
- Parents:
- 0d9bfe78
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r0d9bfe78 r90691c2 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 2"> <!-- Always 2 digits -->3 <!ENTITY day "13"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "November 1 2th, &year;">9 <!ENTITY releasedate "November 13th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/sysutils/raptor.xml
r0d9bfe78 r90691c2 72 72 </itemizedlist> 73 73 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 74 84 <bridgehead renderas="sect3">Raptor Dependencies</bridgehead> 75 85 … … 94 104 <sect2 role="installation"> 95 105 <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> 96 112 97 113 <para> -
introduction/welcome/changelog.xml
r0d9bfe78 r90691c2 43 43 --> 44 44 <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> 45 59 <para>November 12th, 2020</para> 46 60 <itemizedlist> -
packages.ent
r0d9bfe78 r90691c2 14 14 <!ENTITY firewalld-version "0.8.1"> 15 15 <!ENTITY gnutls-version "3.6.15"> 16 <!ENTITY gpgme-version "1.1 4.0">16 <!ENTITY gpgme-version "1.15.0"> 17 17 <!ENTITY haveged-version "1.9.13"> 18 18 <!ENTITY iptables-version "1.8.6"> -
postlfs/security/gpgme.xml
r0d9bfe78 r90691c2 8 8 <!ENTITY gpgme-download-ftp "&gnupg-ftp;/gpgme/gpgme-&gpgme-version;.tar.bz2"> 9 9 <!ENTITY gpgme-download-ftp " "> 10 <!ENTITY gpgme-md5sum " e1be12b1aeabdf24a0b663c3c42747ac">10 <!ENTITY gpgme-md5sum "32298e5ccd458f96b25ce7ae8e30780c"> 11 11 <!ENTITY gpgme-size "1.6 MB"> 12 <!ENTITY gpgme-buildsize " 131MB">13 <!ENTITY gpgme-time " 0.3 SBU (with parallelism=4; with all bindings, add 0.5SBU 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)"> 14 14 ]> 15 15 … … 156 156 /usr/include/{gpgme++,qgpgme,QGpgME}, 157 157 /usr/lib/cmake/{Gpgmepp,QGpgme}. 158 /usr/lib/python{2.7,3. 7}/site-packages/gpg, and158 /usr/lib/python{2.7,3.9}/site-packages/gpg, and 159 159 /usr/share/common-lisp/source/gpgme 160 160 </seg>
Note:
See TracChangeset
for help on using the changeset viewer.