Changeset e64cabd
- Timestamp:
- 12/16/2018 01:36:16 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5ac58b54
- Parents:
- 3dfed94
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r3dfed94 re64cabd 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 4"> <!-- Always 2 digits -->3 <!ENTITY day "15"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 1 4th, &year;">9 <!ENTITY releasedate "December 15th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r3dfed94 re64cabd 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>December 16th, 2018</para> 47 <itemizedlist> 48 <listitem> 49 <para>[dj] - Update to NetworkManager-1.14.2. Fixes 50 <ulink url="&blfs-ticket-root;11150">#11150</ulink>.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 44 55 <listitem> 45 56 <para>December 14th, 2018</para> … … 86 97 </listitem> 87 98 <listitem> 88 <para>[dj] - Update to NetworkManager-1.14.2. Fixes 89 <ulink url="&blfs-ticket-root;11150">#11150</ulink>.</para> 99 <para>[dj] - Update to NetworkManager-1.14.2.</para> 90 100 </listitem> 91 101 <listitem revision="systemd"> -
networking/netutils/networkmanager.xml
r3dfed94 re64cabd 9 9 <!ENTITY NetworkManager-download-ftp 10 10 "&gnome-download-ftp;/NetworkManager/1.14/NetworkManager-&NetworkManager-version;.tar.xz"> 11 <!ENTITY NetworkManager-md5sum " 89efab4ecfa061925e926d11976ee1b8">11 <!ENTITY NetworkManager-md5sum "54ce62f0aa18ef6c5e754eaac47494ac"> 12 12 <!ENTITY NetworkManager-size "4.2 MB"> 13 <!ENTITY NetworkManager-buildsize "7 41 MB (with tests)">13 <!ENTITY NetworkManager-buildsize "721 MB (with tests)"> 14 14 <!ENTITY NetworkManager-time "0.5 SBU (with tests)"> 15 15 ]> … … 114 114 <para role="optional"> 115 115 <xref linkend="bluez"/>, 116 <xref linkend="dbus-python"/> (for the test suite), 116 117 <xref linkend="gnutls"/> (used if <xref linkend="nss"/> is not found), 117 118 <xref linkend="gtk-doc"/>, … … 140 141 141 142 <screen><userinput>sed -e '/Qt[CDN]/s/Qt/Qt5/g' \ 142 -e 's/-qt4/-qt5 '\143 -e 's/-qt4/-qt5/' \ 143 144 -e 's/moc_location/host_bins/' \ 144 145 -i examples/C/qt/meson.build</userinput></screen> … … 162 163 --sysconfdir /etc \ 163 164 --localstatedir /var \ 165 -Ddocs=true \ 164 166 -Dnmtui=true \ 165 167 -Dppp=false \ … … 182 184 --sysconfdir /etc \ 183 185 --localstatedir /var \ 186 -Ddocs=true \ 184 187 -Dnmtui=true \ 185 188 -Dppp=false \ … … 195 198 196 199 <para> 197 An already active graphical session with bus address is necessary to run 198 the tests. To test the results, issue: <command>make check</command>. 200 An already active <phrase revision="sysv">graphical</phrase> session 201 with bus address is necessary to run the tests. To test the results, 202 issue: <command>ninja test</command>. 199 203 </para> 200 204 … … 214 218 <envar>CXXFLAGS="-O2 -fPIC"</envar>: These compiler options are 215 219 necessary to build the Qt5 based examples. 220 </para> 221 222 <para> 223 <parameter>-Ddocs=true</parameter>: This parameter enable building of 224 man pages and documentation. 216 225 </para> 217 226 -
packages.ent
r3dfed94 re64cabd 563 563 <!ENTITY bind-version "&bind-minor-version;.3-P1"> 564 564 <!ENTITY mod_dnssd-version "0.6"> 565 <!ENTITY NetworkManager-version "1.14. 2">565 <!ENTITY NetworkManager-version "1.14.4"> 566 566 <!ENTITY nmap-version "7.70"> 567 567 <!ENTITY traceroute-version "2.1.0">
Note:
See TracChangeset
for help on using the changeset viewer.