Changeset 0e7a9e9
- Timestamp:
- 11/03/2017 07:27:23 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e46947f
- Parents:
- 63d9d4f
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r63d9d4f r0e7a9e9 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 30"> <!-- Always 2 digits -->4 <!ENTITY month "1 0"> <!-- Always 2 digits -->3 <!ENTITY day "03"> <!-- Always 2 digits --> 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> 6 6 <!ENTITY copyrightdate "2001-&year;"> 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate " October 30th, &year;">9 <!ENTITY releasedate "November 3rd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r63d9d4f r0e7a9e9 43 43 --> 44 44 <listitem> 45 <para>November 3rd, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update to openssl-1.1.0g and openssl-1.0.2m 49 (security fixes). Fixes 50 <ulink url="&blfs-ticket-root;9979">#9979</ulink>.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 55 <listitem> 45 56 <para>October 30th, 2017</para> 46 57 <itemizedlist> … … 793 804 794 805 <listitem> 795 <para>Octob ber 6th, 2017</para>806 <para>October 6th, 2017</para> 796 807 <itemizedlist> 797 808 <listitem> … … 881 892 882 893 <listitem> 883 <para>Octob ber 3rd, 2017</para>894 <para>October 3rd, 2017</para> 884 895 <itemizedlist> 885 896 <listitem> … … 903 914 904 915 <listitem> 905 <para>Octob ber 1st, 2017</para>916 <para>October 1st, 2017</para> 906 917 <itemizedlist> 907 918 <listitem> -
packages.ent
r63d9d4f r0e7a9e9 37 37 38 38 <!ENTITY openssh-version "7.6p1"> 39 <!ENTITY openssl-version "1.1.0 f">40 <!ENTITY openssl10-version "1.0.2 l">39 <!ENTITY openssl-version "1.1.0g"> 40 <!ENTITY openssl10-version "1.0.2m"> 41 41 <!ENTITY p11-kit-version "0.23.9"> 42 42 <!ENTITY polkit-version "0.113+git_2919920+js38"> -
postlfs/security/openssl.xml
r63d9d4f r0e7a9e9 9 9 <!ENTITY openssl-download-ftp 10 10 "ftp://openssl.org/source/openssl-&openssl-version;.tar.gz"> 11 <!ENTITY openssl-md5sum " 7b521dea79ab159e8ec879d2333369fa">12 <!ENTITY openssl-size "5. 1MB">13 <!ENTITY openssl-buildsize "7 0MB (with tests)">11 <!ENTITY openssl-md5sum "ba5f1b8b835b88cadbce9b35ed9531a6"> 12 <!ENTITY openssl-size "5.2 MB"> 13 <!ENTITY openssl-buildsize "73 MB (with tests)"> 14 14 <!ENTITY openssl-time "1.5 SBU (with tests)"> 15 15 ]> -
postlfs/security/openssl10.xml
r63d9d4f r0e7a9e9 9 9 <!ENTITY openssl10-download-ftp 10 10 "ftp://openssl.org/source/openssl-&openssl10-version;.tar.gz"> 11 <!ENTITY openssl10-md5sum " f85123cd390e864dfbe517e7616e6566">11 <!ENTITY openssl10-md5sum "10e9e37f492094b9ef296f68f24a7666"> 12 12 <!ENTITY openssl10-size "5.2 MB"> 13 <!ENTITY openssl10-buildsize " 58MB (with tests)">14 <!ENTITY openssl10-time "1. 6SBU (with tests)">13 <!ENTITY openssl10-buildsize "72 MB (with tests)"> 14 <!ENTITY openssl10-time "1.1 SBU (with tests)"> 15 15 ]> 16 16 … … 134 134 <screen role="root"><userinput>make INSTALL_PREFIX=$PWD/Dest install_sw && 135 135 136 rm -rf /usr/lib/openssl-1.0 && 136 137 install -vdm755 /usr/lib/openssl-1.0 && 137 138 cp -Rv Dest/usr/lib/openssl-1.0/* /usr/lib/openssl-1.0 && … … 160 161 compression/decompression functionality using the 161 162 <filename class="libraryfile">libz</filename> library. 163 </para> 164 165 <para> 166 <parameter>rm -rf /usr/lib/openssl-1.0</parameter>: This will do 167 nothing on a first install, but enables a later update. During the 168 install the libraries are moved and replaced by symlinks. If you later 169 upgrade to a future release of <application>openssl-1.0.2</application> 170 to fix newly discovered vulnerabilities, without this command the move 171 would fail because the symlinks mean the source and destination files 172 are identical. 162 173 </para> 163 174
Note:
See TracChangeset
for help on using the changeset viewer.