mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update lynx-2.8.9rel.1, fcron-3.2.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20239 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
34123865dd
commit
ac1de6f43b
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "16"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "24"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "07"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2018">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "July 16th, &year;">
|
||||
<!ENTITY releasedate "July 24th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -7,8 +7,8 @@
|
||||
<!ENTITY fcron-download-http "http://fcron.free.fr/archives/fcron-&fcron-version;.src.tar.gz">
|
||||
<!ENTITY fcron-download-ftp " ">
|
||||
<!-- <!ENTITY fcron-download-ftp "ftp://ftp.seul.org/pub/fcron/fcron-&fcron-version;.src.tar.gz">-->
|
||||
<!ENTITY fcron-md5sum "4b031c2fba32a98fa814d1557158b0e9">
|
||||
<!ENTITY fcron-size "584 KB">
|
||||
<!ENTITY fcron-md5sum "bd4996e941a40327d11efc5e3fd1f839">
|
||||
<!ENTITY fcron-size "587 KB">
|
||||
<!ENTITY fcron-buildsize "5.1 MB">
|
||||
<!ENTITY fcron-time "0.1 SBU">
|
||||
]>
|
||||
@ -219,7 +219,8 @@ make</userinput></screen>
|
||||
<filename class='directory'>/etc/pam.d</filename>. Alternatively if
|
||||
<filename class='directory'>/etc/pam.d</filename> is not used, the
|
||||
installation will append two configuration sections to the existing
|
||||
<filename>/etc/pam.conf</filename> file. You should ensure the files match your preferences. Modify them as required to suit your needs.</para>
|
||||
<filename>/etc/pam.conf</filename> file. You should ensure the files match
|
||||
your preferences. Modify them as required to suit your needs.</para>
|
||||
|
||||
<indexterm zone="fcron fcron-pam">
|
||||
<primary sortas="e-etc-pam.d">/etc/pam.d/*</primary>
|
||||
|
@ -41,6 +41,20 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>July 24th, 2018</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[thomas] - Update to lynx2.8.9rel.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;10929">#10929</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[thomas] - Update to fcron-3.2.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;10934">#10934</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>July 16th, 2018</para>
|
||||
<itemizedlist>
|
||||
|
@ -4,9 +4,9 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY lynx-download-http "http://invisible-mirror.net/archives/lynx/tarballs/lynx&lynx-version;.tar.bz2">
|
||||
<!ENTITY lynx-download-http "https://invisible-mirror.net/archives/lynx/tarballs/lynx&lynx-version;.tar.bz2">
|
||||
<!ENTITY lynx-download-ftp " ">
|
||||
<!ENTITY lynx-md5sum "b231c2aa34dfe7ca25681ef4e55ee7e8">
|
||||
<!ENTITY lynx-md5sum "44316f1b8a857b59099927edc26bef79">
|
||||
<!ENTITY lynx-size "2.5 MB">
|
||||
<!ENTITY lynx-buildsize "31 MB">
|
||||
<!ENTITY lynx-time "0.3 SBU">
|
||||
@ -54,7 +54,7 @@
|
||||
<para>Estimated build time: &lynx-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<!--
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
@ -70,7 +70,7 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
-->
|
||||
<bridgehead renderas="sect3">Lynx Dependencies</bridgehead>
|
||||
<!--
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
@ -96,6 +96,7 @@
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Lynx</title>
|
||||
<!--
|
||||
<para>
|
||||
Apply a patch to build <application>Lynx</application> with openssl-1.1:
|
||||
</para>
|
||||
@ -107,7 +108,7 @@
|
||||
</para>
|
||||
|
||||
<screen><userinput>patch -p1 -i ../lynx-&lynx-version;-ncurses_6.1-1.patch</userinput></screen>
|
||||
|
||||
-->
|
||||
<para>Install <application>Lynx</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
|
@ -271,7 +271,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY cups-pk-helper-version "0.2.6">
|
||||
<!ENTITY dbus-version "1.12.8"> <!-- Even minors only -->
|
||||
<!ENTITY eudev-version "1.7">
|
||||
<!ENTITY fcron-version "3.2.0">
|
||||
<!ENTITY fcron-version "3.2.1">
|
||||
<!ENTITY gpm-version "1.20.7">
|
||||
<!ENTITY hdparm-version "9.56">
|
||||
<!ENTITY hdwids-version "20141022">
|
||||
@ -485,7 +485,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
|
||||
<!-- Chapter 18 -->
|
||||
<!ENTITY links-version "2.16">
|
||||
<!ENTITY lynx-version "2.8.8rel.2">
|
||||
<!ENTITY lynx-version "2.8.9rel.1">
|
||||
<!ENTITY w3m-version "0.5.3">
|
||||
|
||||
<!-- Chapter 19 -->
|
||||
|
Loading…
Reference in New Issue
Block a user