Changeset 8ac16b1
- Timestamp:
- 06/13/2015 09:24:56 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7a1d9607
- Parents:
- 55be034
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r55be034 r8ac16b1 48 48 <para>June 13th, 2015</para> 49 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to openssl-1.0.2c. Fixes 52 <ulink url="&blfs-ticket-root;6596">#6596</ulink>.</para> 53 </listitem> 50 54 <listitem> 51 55 <para>[fernando] - Update to gnupg-2.1.5. Fixes -
packages.ent
r55be034 r8ac16b1 30 30 <!ENTITY nss-version "3.&nss-minor-version;"> --> 31 31 <!ENTITY openssh-version "6.8p1"> 32 <!ENTITY openssl-version "1.0.2 a">32 <!ENTITY openssl-version "1.0.2c"> 33 33 <!ENTITY p11-kit-version "0.23.1"> <!-- Even minors only --> 34 34 <!ENTITY polkit-version "0.112"> -
postlfs/security/openssl.xml
r55be034 r8ac16b1 9 9 <!ENTITY openssl-download-ftp 10 10 "ftp://openssl.org/source/openssl-&openssl-version;.tar.gz"> 11 <!ENTITY openssl-md5sum " a06c547dac9044161a477211049f60ef">11 <!ENTITY openssl-md5sum "8c8d81a9ae7005276e486702edbcd4b6"> 12 12 <!ENTITY openssl-size "5.1 MB"> 13 <!ENTITY openssl-buildsize "6 7 MB (additional 1 MB for thetests)">14 <!ENTITY openssl-time "1. 1 SBU (additional 0.3 SBU for thetests)">13 <!ENTITY openssl-buildsize "68 MB (with tests)"> 14 <!ENTITY openssl-time "1.4 SBU (with tests)"> 15 15 ]> 16 16 … … 81 81 <para> 82 82 Required patch: 83 <ulink url="&patch-root;/openssl-&openssl-version;-fix_parallel_build- 2.patch"/>83 <ulink url="&patch-root;/openssl-&openssl-version;-fix_parallel_build-1.patch"/> 84 84 </para> 85 85 </listitem> … … 108 108 Might break packaging. --> 109 109 110 <screen><userinput>patch -Np1 -i ../openssl-&openssl-version;-fix_parallel_build- 2.patch &&110 <screen><userinput>patch -Np1 -i ../openssl-&openssl-version;-fix_parallel_build-1.patch && 111 111 112 112 ./config --prefix=/usr \
Note:
See TracChangeset
for help on using the changeset viewer.