mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
• Update to Net-DNS-1.04 (perl module).
• Update to whois_5.2.11 (whois-5.2.11). • Update to libinput-1.1.2. • Update to menu-cache-1.0.1: parallel build also works with --enable-gtk-doc. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16717 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
224c3b23dd
commit
ce72f6ed77
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "08"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "09"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "12"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2015">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "December 8th &year;">
|
||||
<!ENTITY releasedate "December 9th &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
|
@ -70,7 +70,7 @@
|
||||
<!ENTITY Module-Build-md5sum "7b7ca5a47bef48c50c8b5906ca3ac7fb">
|
||||
|
||||
<!ENTITY Net-DNS-download-http "http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-&Net-DNS-version;.tar.gz">
|
||||
<!ENTITY Net-DNS-md5sum "5a27f0515b638aaa0e7e677a26ea4bf2">
|
||||
<!ENTITY Net-DNS-md5sum "5a6f6e6811d6bf8eefd84ce778c2bc2e">
|
||||
|
||||
<!ENTITY Readonly-XS-download-http "http://www.cpan.org/authors/id/R/RO/ROODE/Readonly-XS-&Readonly-XS-version;.tar.gz">
|
||||
<!ENTITY Readonly-XS-md5sum "df71f29abfcbd14c963f912d6d6ded6b">
|
||||
|
@ -44,6 +44,24 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>December 9th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to libinput-1.1.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;7230">#7230</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to whois_5.2.11 (whois-5.2.11). Fixes
|
||||
<ulink url="&blfs-ticket-root;7229">#7229</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to Net-DNS-1.04 (perl module). Fixes
|
||||
<ulink url="&blfs-ticket-root;7228">#7228</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>December 8th, 2015</para>
|
||||
<itemizedlist>
|
||||
|
@ -121,8 +121,7 @@ make</userinput></screen>
|
||||
<para>
|
||||
<option>--enable-gtk-doc</option>: Use this option if
|
||||
<application>GTK-Doc</application> is installed and you wish to build and
|
||||
install the API documentation. With this option enabled, the
|
||||
package doesn't support parallel build.
|
||||
install the API documentation.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY whois-download-http "http://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.xz">
|
||||
<!ENTITY whois-download-ftp "ftp://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.xz">
|
||||
<!ENTITY whois-md5sum "5ccd01e611621f7a395537f8b7190d0a">
|
||||
<!ENTITY whois-md5sum "df870615563b23e2270ffc4f039290a1">
|
||||
<!ENTITY whois-size "80 KB">
|
||||
<!ENTITY whois-buildsize "1.7 MB">
|
||||
<!ENTITY whois-time "less than 0.1 SBU">
|
||||
|
@ -320,7 +320,7 @@
|
||||
<!ENTITY LWP-version "6.15">
|
||||
<!ENTITY LWP-Protocol-https-version "6.06">
|
||||
<!ENTITY Module-Build-version "0.4214">
|
||||
<!ENTITY Net-DNS-version "1.03">
|
||||
<!ENTITY Net-DNS-version "1.04">
|
||||
<!ENTITY Regexp-Common-version "2013031301">
|
||||
<!ENTITY SGMLSpm-version "1.1">
|
||||
<!ENTITY Test-Command-version "0.11">
|
||||
@ -376,7 +376,7 @@
|
||||
<!ENTITY NetworkManager-version "1.0.8">
|
||||
<!ENTITY nmap-version "7.00">
|
||||
<!ENTITY traceroute-version "2.0.21">
|
||||
<!ENTITY whois-version "5.2.10">
|
||||
<!ENTITY whois-version "5.2.11">
|
||||
<!ENTITY wicd-version "1.7.3">
|
||||
<!ENTITY wireshark-version "2.0.0"> <!-- even minors only -->
|
||||
|
||||
|
@ -4,13 +4,13 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libinput-version "1.1.1">
|
||||
<!ENTITY libinput-version "1.1.2">
|
||||
|
||||
<!ENTITY libinput-download-http "http://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz">
|
||||
<!ENTITY libinput-download-ftp " ">
|
||||
<!ENTITY libinput-md5sum "4a3fc842ac0b7bf0fa306ea7badc31a0">
|
||||
<!ENTITY libinput-size "776 KB">
|
||||
<!ENTITY libinput-buildsize "30 MB">
|
||||
<!ENTITY libinput-md5sum "634830eb423acd71262b23a13154f6f7">
|
||||
<!ENTITY libinput-size "800 KB">
|
||||
<!ENTITY libinput-buildsize "31 MB">
|
||||
<!ENTITY libinput-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user