Changeset 15f1b0c
- Timestamp:
- 03/10/2014 04:39:15 AM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1a4e593
- Parents:
- 491df213
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r491df213 r15f1b0c 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 09"> <!-- Always 2 digits -->3 <!ENTITY day "10"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2014"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 9th, &year;">9 <!ENTITY releasedate "March 10th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r491df213 r15f1b0c 46 46 47 47 <listitem> 48 <para>March 10th, 2014</para> 49 <itemizedlist> 50 <listitem> 51 <para>[bdubbs] - Changed the location of Certificate 52 Authority Certificates to an automated location 53 on a LFS/BLFS server. Fixes 54 <ulink url="&blfs-ticket-root;4758">#4758</ulink>.</para> 55 </listitem> 56 </itemizedlist> 57 </listitem> 58 59 <listitem> 48 60 <para>March 9th, 2014</para> 49 61 <itemizedlist> -
postlfs/security/cacerts.xml
r491df213 r15f1b0c 7 7 <!ENTITY certhost "http://mxr.mozilla.org"> 8 8 <!ENTITY certdir "/mozilla/source/security/nss/lib/ckfw/builtins"> 9 <!ENTITY ca-bundle-download "& certhost;&certdir;/certdata.txt?raw=1">9 <!ENTITY ca-bundle-download "&sources-anduin-other-http;/certdata.txt"> 10 10 <!ENTITY ca-bundle-size "1.2 MB"> 11 11 <!ENTITY cacerts-buildsize "1.2 MB"> … … 56 56 </itemizedlist> 57 57 58 <note><para>The certfile.txt file above is actually retrieved from <ulink 59 url="https://hg.mozilla.org/releases/mozilla-release/file/default/security/nss/lib/ckfw/builtins/certdata.txt"/>. 60 It is really an HTML file, but the text file can be retrieved indirectly 61 from the HTML file. The Download URL above automates that process and also 62 adds a line where the date can be extracted as a revision number by the 63 scripts below.</para></note> 64 58 65 <bridgehead renderas="sect3">Certificate Authority Certificates Dependencies</bridgehead> 59 66
Note:
See TracChangeset
for help on using the changeset viewer.