Changeset 4509c956
- Timestamp:
- 03/18/2018 02:04:17 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 7333fc0
- Parents:
- a1f26aa2
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
ra1f26aa2 r4509c956 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 6"> <!-- Always 2 digits -->3 <!ENTITY day "17"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 1 6th, &year;">9 <!ENTITY releasedate "March 17th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/glib2.xml
ra1f26aa2 r4509c956 5 5 %general-entities; 6 6 7 <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.5 4/glib-&glib2-version;.tar.xz">8 <!ENTITY glib2-download-ftp "&gnome-download-ftp;/glib/2.5 4/glib-&glib2-version;.tar.xz">9 <!ENTITY glib2-md5sum " 16e886ad677bf07b7d48eb8188bcf759">10 <!ENTITY glib2-size "7. 5MB">11 <!ENTITY glib2-buildsize "14 6MB (add 1 MB for tests)">12 <!ENTITY glib2-time "0. 2 SBU (using parallelism=4; add 0.5 SBU for tests)">7 <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.56/glib-&glib2-version;.tar.xz"> 8 <!ENTITY glib2-download-ftp "&gnome-download-ftp;/glib/2.56/glib-&glib2-version;.tar.xz"> 9 <!ENTITY glib2-md5sum "f2b59392f2fb514bbe7791dda0c36da5"> 10 <!ENTITY glib2-size "7.7 MB"> 11 <!ENTITY glib2-buildsize "149 MB (add 1 MB for tests)"> 12 <!ENTITY glib2-time "0.3 SBU (add 0.4 SBU for tests; both using parallelism=4)"> 13 13 ]> 14 14 … … 223 223 224 224 mkdir -p /usr/share/doc/glib-&glib2-version; && 225 cp -r ../docs/reference/{NEWS, README,gio,glib,gobject} /usr/share/doc/glib-&glib2-version;</userinput></screen>225 cp -r ../docs/reference/{NEWS,gio,glib,gobject} /usr/share/doc/glib-&glib2-version;</userinput></screen> 226 226 227 227 <para> -
general/sysutils/bluez.xml
ra1f26aa2 r4509c956 10 10 <!ENTITY bluez-size "1.7 MB"> 11 11 <!ENTITY bluez-buildsize "57 MB (add 13 MB for tests)"> 12 <!ENTITY bluez-time "0. 5 SBU (add 0.2 SBU for tests)">12 <!ENTITY bluez-time "0.1 SBU (using parallelism=4; add 0.2 SBU for tests)"> 13 13 ]> 14 14 -
introduction/welcome/changelog.xml
ra1f26aa2 r4509c956 43 43 --> 44 44 <listitem> 45 <para>March 16th, 2018</para> 46 <itemizedlist> 45 <para>March 17th, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to glib-2.56.0. Fixes 49 <ulink url="&blfs-ticket-root;10514">#10514</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[timtas] - Update to bluez-5.49. Fixes 49 53 <ulink url="&blfs-ticket-root;10505">#10505</ulink>.</para> 50 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 58 <listitem> 59 <para>March 16th, 2018</para> 60 <itemizedlist> 51 61 <listitem> 52 62 <para>[bdubbs] - Update to cryptsetup-2.0.2. Fixes -
packages.ent
ra1f26aa2 r4509c956 102 102 <!ENTITY fftw-version "3.3.7"> 103 103 <!ENTITY gcab-version "0.7"> 104 <!ENTITY glib2-version "2.5 4.3">104 <!ENTITY glib2-version "2.56.0"> 105 105 <!ENTITY glibmm-version "2.54.1"> 106 106 <!ENTITY gmime-version "2.6.23"> -
postlfs/security/cryptsetup.xml
ra1f26aa2 r4509c956 75 75 <bridgehead renderas="sect4">Required</bridgehead> 76 76 <para role="required"> 77 <xref linkend="lvm2"/>, 78 <xref linkend="popt"/>, and one of 79 <xref linkend="libgcrypt"/>, 80 <xref linkend="nettle"/>, or 81 <xref linkend="nss"/> (libgcrypt is the default) 77 <xref linkend="lvm2"/> and 78 <xref linkend="popt"/> 82 79 </para> 83 80 84 81 <bridgehead renderas="sect4">Optional</bridgehead> 85 82 <para role="optional"> 83 One of (<xref linkend="libgcrypt"/>, 84 <xref linkend="nettle"/>, or 85 <xref linkend="nss"/>), 86 86 <xref linkend="libpwquality"/>, 87 87 <xref linkend="python2"/>, and … … 132 132 </para> 133 133 134 <screen><userinput>./configure --prefix=/usr && 134 <screen><userinput>./configure --prefix=/usr \ 135 --with-crypto_backend=openssl && 135 136 make</userinput></screen> 136 137 … … 148 149 </sect2> 149 150 151 <sect2 role="commands"> 152 <title>Command Explanations</title> 153 154 <para><parameter>--with-crypto_backend=openssl</parameter>: 155 This parameter selects the cryptographic libraries to use 156 with the application. <application>gcrypt</application> 157 is the default.</para> 158 159 </sect2> 150 160 151 161 <sect2 role="configuration">
Note:
See TracChangeset
for help on using the changeset viewer.