mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Update to wpa_supplicant-2.5.
Update to thunderbird-38.3.0. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16492 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e48056fd95
commit
1f84fb4c44
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "29"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "30"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "09"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2015">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "September 29th &year;">
|
||||
<!ENTITY releasedate "September 30th &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
|
@ -44,6 +44,20 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>September 30th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to wpa_supplicant-2.5. Fixes
|
||||
<ulink url="&blfs-ticket-root;6983">#6983</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to thunderbird-38.3.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;6985">#6985</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>September 29th, 2015</para>
|
||||
<itemizedlist>
|
||||
|
@ -7,10 +7,10 @@
|
||||
<!ENTITY wpa_supplicant-download-http
|
||||
"http://hostap.epitest.fi/releases/wpa_supplicant-&wpa_supplicant-version;.tar.gz">
|
||||
<!ENTITY wpa_supplicant-download-ftp " ">
|
||||
<!ENTITY wpa_supplicant-md5sum "f0037dbe03897dcaf2ad2722e659095d">
|
||||
<!ENTITY wpa_supplicant-size "2.4 MB">
|
||||
<!ENTITY wpa_supplicant-buildsize "28 MB">
|
||||
<!ENTITY wpa_supplicant-time "0.2 SBU">
|
||||
<!ENTITY wpa_supplicant-md5sum "96ff75c3a514f1f324560a2376f13110">
|
||||
<!ENTITY wpa_supplicant-size "2.5 MB">
|
||||
<!ENTITY wpa_supplicant-buildsize "31 MB">
|
||||
<!ENTITY wpa_supplicant-time "0.4 SBU (includes optional gui)">
|
||||
]>
|
||||
|
||||
<sect1 id="wpa_supplicant" xreflabel="wpa_supplicant-&wpa_supplicant-version;">
|
||||
|
@ -359,7 +359,7 @@
|
||||
<!ENTITY samba-version "4.2.3">
|
||||
<!ENTITY wget-version "1.16.3">
|
||||
<!ENTITY wireless-tools-version "29">
|
||||
<!ENTITY wpa_supplicant-version "2.4">
|
||||
<!ENTITY wpa_supplicant-version "2.5">
|
||||
|
||||
<!-- Chapter 16 -->
|
||||
<!ENTITY avahi-version "0.6.31">
|
||||
@ -648,7 +648,7 @@
|
||||
<!ENTITY pidgin-version "2.10.11">
|
||||
<!ENTITY rox-filer-version "2.11">
|
||||
<!ENTITY rxvt-unicode-version "9.21">
|
||||
<!ENTITY thunderbird-version "38.2.0">
|
||||
<!ENTITY thunderbird-version "38.3.0">
|
||||
<!ENTITY tigervnc-version "1.5.0">
|
||||
<!ENTITY transmission-version "2.84">
|
||||
<!ENTITY xarchiver-version "0.5.4">
|
||||
|
@ -7,10 +7,10 @@
|
||||
<!ENTITY thunderbird-download-http "&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
|
||||
<!-- <!ENTITY thunderbird-download-ftp "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">-->
|
||||
<!ENTITY thunderbird-download-ftp " ">
|
||||
<!ENTITY thunderbird-md5sum "df97af48b670cdaa5196a90360c952f7">
|
||||
<!ENTITY thunderbird-md5sum "81dd8b5679787fd5fd91b76bc7923951">
|
||||
<!ENTITY thunderbird-size "195 MB">
|
||||
<!ENTITY thunderbird-buildsize "3.9 GB (72 MB installed)">
|
||||
<!ENTITY thunderbird-time "8.6 SBU (with -j4, estimated 30 SBU with -j1)">
|
||||
<!ENTITY thunderbird-buildsize "4.7 GB (68 MB installed)">
|
||||
<!ENTITY thunderbird-time "6.5 SBU (with -j12, estimated 30 SBU with -j1)">
|
||||
]>
|
||||
|
||||
<sect1 id="thunderbird" xreflabel="Thunderbird-&thunderbird-version;">
|
||||
@ -229,7 +229,9 @@ ac_add_options --enable-official-branding
|
||||
ac_add_options --enable-safe-browsing
|
||||
ac_add_options --enable-url-classifier
|
||||
|
||||
ac_add_options --enable-system-cairo
|
||||
# Use internal cairo due to reports of unstable execution with
|
||||
# system cairo
|
||||
#ac_add_options --enable-system-cairo
|
||||
ac_add_options --enable-system-ffi
|
||||
ac_add_options --enable-system-pixman
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user