Changeset d267a13
- Timestamp:
- 12/14/2018 07:32:06 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:
- 8fbbc96f
- Parents:
- f9fdb6f
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rf9fdb6f rd267a13 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 3"> <!-- Always 2 digits -->3 <!ENTITY day "14"> <!-- 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 3th, &year;">9 <!ENTITY releasedate "December 14th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/sysutils/systemd.xml
rf9fdb6f rd267a13 206 206 <literal># Begin Systemd addition 207 207 208 session 209 session 208 session required pam_loginuid.so 209 session optional pam_systemd.so 210 210 211 211 # End Systemd addition</literal> … … 215 215 <literal># Begin /etc/pam.d/systemd-user 216 216 217 account required pam_access.so 218 account include system-account 219 220 session required pam_env.so 221 session required pam_limits.so 222 session include system-session 223 224 auth required pam_deny.so 225 password required pam_deny.so 217 account required pam_access.so 218 account include system-account 219 220 session required pam_env.so 221 session required pam_limits.so 222 session required pam_unix.so 223 session required pam_loginuid.so 224 session optional pam_keyinit.so force revoke 225 session optional pam_systemd.so 226 227 auth required pam_deny.so 228 password required pam_deny.so 226 229 227 230 # End /etc/pam.d/systemd-user</literal> -
introduction/welcome/changelog.xml
rf9fdb6f rd267a13 43 43 --> 44 44 <listitem> 45 <para>December 14th, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[dj] - Update to NetworkManager-1.14.2. Fixes 49 <ulink url="&blfs-ticket-root;11150">#11150</ulink>.</para> 50 </listitem> 51 <listitem revision="systemd"> 52 <para>[dj] - Include pam_keyinit.so in systemd-logind PAM 53 configuration.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 58 <listitem> 45 59 <para>December 13th, 2018</para> 46 60 <itemizedlist> -
networking/netutils/networkmanager.xml
rf9fdb6f rd267a13 9 9 <!ENTITY NetworkManager-download-ftp 10 10 "&gnome-download-ftp;/NetworkManager/1.12/NetworkManager-&NetworkManager-version;.tar.xz"> 11 <!ENTITY NetworkManager-md5sum " 94d02b80b120f166927e6ef242b29a9b">12 <!ENTITY NetworkManager-size "4. 0MB">13 <!ENTITY NetworkManager-buildsize " 648MB (with tests)">14 <!ENTITY NetworkManager-time " 2.2SBU (with tests)">11 <!ENTITY NetworkManager-md5sum "89efab4ecfa061925e926d11976ee1b8"> 12 <!ENTITY NetworkManager-size "4.2 MB"> 13 <!ENTITY NetworkManager-buildsize "741 MB (with tests)"> 14 <!ENTITY NetworkManager-time "0.5 SBU (with tests)"> 15 15 ]> 16 16 … … 89 89 <bridgehead renderas="sect4">Required</bridgehead> 90 90 <para role="required"> 91 <xref linkend="dbus-glib"/>, 92 <xref linkend="libndp"/>, 93 <xref linkend="libnl"/>, and 94 <xref linkend="nss"/> 91 <xref linkend="dbus-glib"/> and 92 <xref linkend="libndp"/> 95 93 </para> 96 94 … … 104 102 <xref linkend="iptables"/>, 105 103 <xref linkend="newt"/> (for <command>nmtui</command>), 104 <xref linkend="nss"/>, 106 105 <xref linkend="polkit"/>, 107 106 <xref linkend="pygobject3"/>, … … 115 114 <para role="optional"> 116 115 <xref linkend="bluez"/>, 116 <xref linkend="gnutls"/> (used if <xref linkend="nss"/> is not found), 117 117 <xref linkend="gtk-doc"/>, 118 118 <xref linkend="jansson"/>, … … 140 140 141 141 <screen><userinput>sed -e '/Qt[CDN]/s/Qt/Qt5/g' \ 142 -e 's/-qt4/-qt5' \ 142 143 -e 's/moc_location/host_bins/' \ 143 -i configure</userinput></screen> 144 -i examples/C/qt/meson.build</userinput></screen> 145 146 <para> 147 Fix a missing meson.build file for initrd hooks (not used in BLFS): 148 </para> 149 150 <screen><userinput>sed '/initrd/d' -i src/meson.build</userinput></screen> 144 151 145 152 <para> … … 148 155 </para> 149 156 150 <screen revision="sysv"><userinput>sed -i 's/1,12,2/1,12.2/' libnm-core/nm-version.h && 151 CXXFLAGS="-O2 -fPIC" \ 152 ./configure --prefix=/usr \ 153 --sysconfdir=/etc \ 154 --localstatedir=/var \ 155 --with-nmtui \ 156 --with-libnm-glib \ 157 --disable-ppp \ 158 <!-- - -disable-json-validation \ 159 - -disable-ovs \ --> 160 --with-udev-dir=/lib/udev \ 161 --with-systemdsystemunitdir=no \ 162 --docdir=/usr/share/doc/network-manager-&NetworkManager-version; && 163 make</userinput></screen> 164 165 <screen revision="systemd"><userinput>sed -i 's/1,12,2/1,12.2/' libnm-core/nm-version.h && 166 CXXFLAGS="-O2 -fPIC" \ 167 ./configure --prefix=/usr \ 168 --sysconfdir=/etc \ 169 --localstatedir=/var \ 170 --with-nmtui \ 171 --with-libnm-glib \ 172 --disable-ppp \ 173 <!-- - -disable-json-validation \ 174 - -disable-ovs \ --> 175 --with-udev-dir=/lib/udev \ 176 --with-session-tracking=systemd \ 177 --with-systemdsystemunitdir=/lib/systemd/system \ 178 --docdir=/usr/share/doc/network-manager-&NetworkManager-version; && 179 make</userinput></screen> 157 <screen revision="sysv"><userinput>mkdir build && 158 cd build && 159 160 CXXFLAGS+="-O2 -fPIC" \ 161 meson --prefix /usr \ 162 --sysconfdir /etc \ 163 --localstatedir /var \ 164 -Dnmtui=true \ 165 -Dppp=false \ 166 -Dlibaudit=no \ 167 -Dlibnm_glib=true \ 168 -Dselinux=false \ 169 -Dudev_dir=/lib/udev \ 170 -Dsession_tracking=no \ 171 -Dsystemdsystemunitdir=no \ 172 -Dsystemd_journal=false \ 173 -Dqt=false \ 174 .. && 175 ninja</userinput></screen> 176 177 <screen revision="systemd"><userinput>mkdir build && 178 cd build && 179 180 CXXFLAGS+="-O2 -fPIC" \ 181 meson --prefix /usr \ 182 --sysconfdir /etc \ 183 --localstatedir /var \ 184 -Dnmtui=true \ 185 -Dppp=false \ 186 -Dlibaudit=no \ 187 -Dlibnm_glib=true \ 188 -Dselinux=false \ 189 -Dqt=false \ 190 -Dudev_dir=/lib/udev \ 191 -Dsession_tracking=systemd \ 192 -Dsystemdsystemunitdir=/lib/systemd/system \ 193 .. && 194 ninja</userinput></screen> 180 195 181 196 <para> … … 188 203 </para> 189 204 190 <screen role="root"><userinput>make install</userinput></screen> 205 <screen role="root"><userinput>ninja install && 206 mv -v /usr/share/doc/NetworkManager{,-&NetworkManager-version;}</userinput></screen> 191 207 192 208 </sect2> … … 201 217 202 218 <para> 203 <parameter>- -with-nmtui</parameter>: This parameter enables building219 <parameter>-Dnmtui=true</parameter>: This parameter enables building 204 220 <command>nmtui</command>. 205 221 </para> 206 222 223 <para revision="sysv"> 224 <parameter>-Dsession_tracking=no</parameter>, 225 <parameter>-Dsystemdsystemunitdir=no</parameter>, and 226 <parameter>-Dsystemd_journal=false</parameter>: systemd is not 227 used for sysv init systems. 228 </para> 229 207 230 <para revision="systemd"> 208 <parameter>- -with-session-tracking=systemd</parameter>: This switch231 <parameter>-Dsession_tracking=systemd</parameter>: This switch 209 232 is used to set <command>systemd-logind</command> as the default 210 233 program for session tracking. 211 234 </para> 212 235 213 <para revision="sysv">214 <parameter>--with-systemdsystemunitdir=no</parameter>: systemd is not215 used for sysv init systems.216 </para>217 218 236 <para revision="systemd"> 219 <parameter>- -with-systemdsystemunitdir=/lib/systemd/system</parameter>:237 <parameter>-Dsystemdsystemunitdir=/lib/systemd/system</parameter>: 220 238 This switch is used to set the correct installation directory for 221 239 systemd units. … … 223 241 224 242 <para> 225 <parameter>- -disable-ppp</parameter>: This parameter disables243 <parameter>-Dppp=false</parameter>: This parameter disables 226 244 <application>PPP</application> support in 227 245 <application>NetworkManager</application>. … … 229 247 230 248 <para> 231 <parameter>--disable-json-validation</parameter>: This parameter allows 232 building without <xref linkend="jansson"/>, which is needed 233 for <quote>team</quote> configuration validation (team is one way 234 of bonding network interfaces for increased throughput). Use it if 235 you do not have Jansson installed. 236 </para> 237 238 <para> 239 <parameter>--disable-ovs</parameter>: This paramenter disables 240 <application>Open Virtual Switch</application> support because it 241 requires <xref linkend="jansson"/>. Use it if you don't have 242 Jansson installed. 243 </para> 244 245 <para> 246 <option>--enable-gtk-doc</option>: Use this switch if you have installed 247 <xref linkend="gtk-doc"/> and wish to build the API manuals. 248 </para> 249 250 <para> 251 <option>--without-iptables</option>: Use this switch if you don't have 252 <application>Iptables</application> installed. 253 </para> 254 255 <para> 256 <option>--disable-introspection</option>: Use this switch if <xref 257 linkend="gobject-introspection"/> is installed and you want to build 258 without introspection support. This also removes the need for <xref 259 linkend="pygobject3"/>. 249 <parameter>-Dlibaudit=no</parameter> and 250 <parameter>-Dselinux=false</parameter>: libaudit and SELinux are not used 251 in BLFS. 252 </para> 253 254 <para> 255 <parameter>-Dqt=false</parameter>: disables the 256 <application>QT</application> examples. Omit if you have 257 <application>QT</application> available and wish to install the examples. 260 258 </para> 261 259 -
packages.ent
rf9fdb6f rd267a13 563 563 <!ENTITY bind-version "&bind-minor-version;.3"> 564 564 <!ENTITY mod_dnssd-version "0.6"> 565 <!ENTITY NetworkManager-version "1.1 2.2">565 <!ENTITY NetworkManager-version "1.14.2"> 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.