Changeset a17dfe7
- Timestamp:
- 12/28/2018 04:19:14 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ecd1111
- Parents:
- 52f074c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r52f074c ra17dfe7 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 5"> <!-- Always 2 digits -->3 <!ENTITY day "27"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- 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 "December 2 5rd, &year;">9 <!ENTITY releasedate "December 27th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r52f074c ra17dfe7 43 43 --> 44 44 <listitem> 45 <para>December 27th, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Add an option to GnuTLS to allow it to build with 49 Guile-2.2.4 installed.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>December 25th, 2018</para> 46 56 <itemizedlist> -
postlfs/security/gnutls.xml
r52f074c ra17dfe7 144 144 145 145 <screen><userinput>./configure --prefix=/usr \ 146 --disable-guile \ 146 147 --with-default-trust-store-pkcs11="pkcs11:" && 147 148 make</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.