mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
Use LWP::Protocol::https for ntp dependency.
Update to hdparm-9.56. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20005 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
ac515efc67
commit
4d56869a21
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY hdparm-download-http "&sourceforge-dl;/hdparm/hdparm-&hdparm-version;.tar.gz">
|
||||
<!ENTITY hdparm-download-ftp " ">
|
||||
<!ENTITY hdparm-md5sum "adae46e9564075ae288af8082d5ad9fd">
|
||||
<!ENTITY hdparm-md5sum "7900608e32834f65d2654fdb696e71a0">
|
||||
<!ENTITY hdparm-size "136 KB">
|
||||
<!ENTITY hdparm-buildsize "1.0 MB">
|
||||
<!ENTITY hdparm-time "less than 0.1 SBU">
|
||||
|
@ -44,6 +44,14 @@
|
||||
<listitem>
|
||||
<para>March 26th, 2018</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Use LWP::Protocol::https for ntp dependency. Fixes
|
||||
<ulink url="&blfs-ticket-root;10570">#10570</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to hdparm-9.56. Fixes (again)
|
||||
<ulink url="&blfs-ticket-root;10545">#10545</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[timtas] - Update to poppler-0.63.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;10555">#10555</ulink>.</para>
|
||||
|
@ -62,9 +62,14 @@
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="perl-lwp-protocol-https"/>
|
||||
<!--
|
||||
Get all the perl modules with one internal reference.
|
||||
|
||||
<ulink url="http://search.cpan.org/~behroozi/IO-Socket-SSL/">IO::Socket::SSL</ulink>,
|
||||
<ulink url="http://search.cpan.org/dist/Net-SSLeay/">Net::SSLeay</ulink>,
|
||||
<ulink url="http://search.cpan.org/dist/Mozilla-CA/">Mozilla::CA</ulink>
|
||||
-->
|
||||
</para>
|
||||
|
||||
<!-- Tested 4.2.8p11 with neither wget nor lynx on system: Not required.
|
||||
|
@ -270,7 +270,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY eudev-version "1.7">
|
||||
<!ENTITY fcron-version "3.2.0">
|
||||
<!ENTITY gpm-version "1.20.7">
|
||||
<!ENTITY hdparm-version "9.55">
|
||||
<!ENTITY hdparm-version "9.56">
|
||||
<!ENTITY hdwids-version "20141022">
|
||||
<!ENTITY lm_sensors-version "3.4.0">
|
||||
<!ENTITY logrotate-version "3.11.0">
|
||||
|
@ -4,7 +4,7 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY xorg-libinput-driver-version "0.26.0">
|
||||
<!ENTITY xorg-libinput-driver-version "0.27.0">
|
||||
|
||||
<!ENTITY xorg-libinput-driver-download-http "&xorg-download-http;/driver/xf86-input-libinput-&xorg-libinput-driver-version;.tar.bz2">
|
||||
<!ENTITY xorg-libinput-driver-download-ftp "&xorg-download-ftp;/driver/xf86-input-libinput-&xorg-libinput-driver-version;.tar.bz2">
|
||||
|
Loading…
Reference in New Issue
Block a user