Changeset 8cce479c
- Timestamp:
- 12/31/2012 02:26:44 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a3c54ef2
- Parents:
- 52a90a3
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r52a90a3 r8cce479c 4 4 --> 5 5 6 <!ENTITY day "3 0"> <!-- Always 2 digits -->6 <!ENTITY day "31"> <!-- Always 2 digits --> 7 7 <!ENTITY month "12"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2012"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "December 3 0th, &year;">12 <!ENTITY releasedate "December 31th, &year;"> 13 13 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 14 14 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 184 184 <!ENTITY nettle-version "2.5"> 185 185 <!ENTITY nss-major-version "14"> 186 <!ENTITY nss-minor-version " 0">187 <!ENTITY nss-version "3.&nss-major-version; ">186 <!ENTITY nss-minor-version "1"> 187 <!ENTITY nss-version "3.&nss-major-version;.&nss-minor-version;"> 188 188 <!ENTITY openssh-version "6.1p1"> 189 189 <!ENTITY openssl-version "1.0.1c"> … … 467 467 <!ENTITY wget-version "1.14"> 468 468 <!ENTITY wireless-tools-version "29"> 469 <!ENTITY wpa_supplicant-version "1. 0">469 <!ENTITY wpa_supplicant-version "1.1"> 470 470 471 471 <!-- Chapter 16 --> … … 525 525 <!ENTITY mysql-version "5.5.28"> 526 526 <!ENTITY postgresql-version "9.2.1"> 527 <!ENTITY sqlite-version "3.7.1 4.1">527 <!ENTITY sqlite-version "3.7.15.1"> 528 528 529 529 <!-- Chapter 23 --> … … 796 796 <!ENTITY blueman-version "1.23"> 797 797 <!ENTITY ekiga-version "4.0.0"> 798 <!ENTITY gparted-version "0.14. 0">798 <!ENTITY gparted-version "0.14.1"> 799 799 <!ENTITY gnash-version "0.8.10"> 800 800 <!ENTITY gimp-version "2.8.2"> … … 805 805 <!ENTITY rox-filer-version "2.11"> 806 806 <!ENTITY thunderbird-version "16.0.1"> 807 <!ENTITY transmission-version "2.7 3">807 <!ENTITY transmission-version "2.75"> 808 808 <!ENTITY xchat-version "2.8.8"> 809 809 <!ENTITY xdg-utils-version "1.1.0-rc1"> -
introduction/welcome/changelog.xml
r52a90a3 r8cce479c 44 44 45 45 --> 46 <listitem> 47 <para>December 31th, 2012</para> 48 <itemizedlist> 49 <listitem> 50 <para>[krejzi] - GParted 0.14.1.</para> 51 </listitem> 52 <listitem> 53 <para>[krejzi] - NSS 3.14.1.</para> 54 </listitem> 55 <listitem> 56 <para>[krejzi] - SQLite 3.7.15.1.</para> 57 </listitem> 58 <listitem> 59 <para>[krejzi] - Transmission 2.75.</para> 60 </listitem> 61 <listitem> 62 <para>[krejzi] - WPA Supplicant 1.1.</para> 63 </listitem> 64 </itemizedlist> 65 </listitem> 66 46 67 <listitem> 47 68 <para>December 30th, 2012</para> -
networking/netprogs/wpa_supplicant.xml
r52a90a3 r8cce479c 8 8 "http://hostap.epitest.fi/releases/wpa_supplicant-&wpa_supplicant-version;.tar.gz"> 9 9 <!ENTITY wpa_supplicant-download-ftp " "> 10 <!ENTITY wpa_supplicant-md5sum " 8650f6aa23646ef634402552d0669640">10 <!ENTITY wpa_supplicant-md5sum "b29b9af02d7e092db8c5c8508de0e45c"> 11 11 <!ENTITY wpa_supplicant-size "1.9 MB"> 12 <!ENTITY wpa_supplicant-buildsize " 16MB">12 <!ENTITY wpa_supplicant-buildsize "25 MB"> 13 13 <!ENTITY wpa_supplicant-time "0.1 SBU"> 14 14 ]> … … 82 82 <para role="recommended"> 83 83 <xref linkend="libnl"/> and 84 <!-- From defconfig: WEXT is deprecated in the current Linux kernel85 version and no new functionality is added to it. nl80211-based86 interface is the new replacement for WEXT -->87 84 <xref linkend="openssl"/> 88 <!-- For EAP-* Methods -->89 85 </para> 90 86 91 87 <bridgehead renderas="sect4">Optional</bridgehead> 92 88 <para role="optional"> 93 <xref linkend="dbus"/> and 94 <xref linkend="libxml2"/> 95 <!-- D-Bus and libxml2 are required for D-Bus Interface which 96 NetworkManager uses. 97 98 WPA Supplicant uses internal Linux specific implemenation 99 for L2_PACKET, libpcap or libdnet are only there for portability 100 with other OS'es. See README if you don't believe me. --> 101 </para> 102 103 <!-- TODO: Write instructions for building wpa_gui --> 89 <xref linkend="dbus"/>, 90 <xref linkend="libxml2"/> and 91 <xref linkend="qt"/> 92 </para> 104 93 105 94 <para condition="html" role="usernotes">User Notes: … … 153 142 CONFIG_BACKEND=file 154 143 CONFIG_CTRL_IFACE=y 144 CONFIG_DEBUG_FILE=y 145 CONFIG_DEBUG_SYSLOG=y 146 CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON 155 147 CONFIG_DRIVER_NL80211=y 156 148 CONFIG_DRIVER_WEXT=y … … 198 190 199 191 <para> 192 If you have installed <xref linkend="qt"/> and wish to build 193 <application>WPA Supplicant</application> GUI program, run 194 the following commands: 195 </para> 196 197 <screen><userinput>pushd wpa_gui-qt4 && 198 qmake wpa_gui.pro && 199 make && 200 popd</userinput></screen> 201 202 <para> 200 203 This package does not come with a test suite. 201 204 </para> … … 221 224 /usr/share/dbus-1/system-services && 222 225 install -v -m644 dbus/dbus-wpa_supplicant.conf /etc/dbus-1/system.d/wpa_supplicant.conf</userinput></screen> 226 227 <para> 228 If you have built <application>WPA Supplicant</application> GUI 229 program, install it by running the following commands as the 230 <systemitem class="username">root</systemitem> user: 231 </para> 232 233 <screen role="root"><userinput>install -m755 wpa_gui-qt4/wpa_gui /usr/bin/ && 234 install -m644 doc/docbook/wpa_gui.8 /usr/share/man/man8/ && 235 install -m644 wpa_gui-qt4/wpa_gui.desktop /usr/share/applications/ && 236 install -m644 wpa_gui-qt4/icons/wpa_gui.svg /usr/share/pixmaps/</userinput></screen> 223 237 224 238 <note> … … 330 344 <segmentedlist> 331 345 <segtitle>Installed Programs</segtitle> 332 <segtitle>Installed Libraries</segtitle>333 <segtitle>Installed Directories</segtitle>334 346 335 347 <seglistitem> 336 <seg> wpa_supplicant, wpa_passphrase and wpa_cli</seg>337 <seg>none</seg> 338 <seg>none</seg>348 <seg> 349 wpa_gui, wpa_supplicant, wpa_passphrase and wpa_cli 350 </seg> 339 351 </seglistitem> 340 352 </segmentedlist> … … 344 356 <?dbfo list-presentation="list"?> 345 357 <?dbhtml list-presentation="table"?> 358 359 <varlistentry id="wpa_gui"> 360 <term><command>wpa_gui</command></term> 361 <listitem> 362 <para> 363 is a graphical frontend program for interacting with 364 <application>wpa_supplicant</application>. 365 </para> 366 <indexterm zone="wpa_supplicant wpa_gui"> 367 <primary sortas="b-wpa_gui">wpa_gui</primary> 368 </indexterm> 369 </listitem> 370 </varlistentry> 346 371 347 372 <varlistentry id="wpa_supplicant-prog"> -
postlfs/security/nss.xml
r52a90a3 r8cce479c 6 6 7 7 <!ENTITY nss-download-http 8 "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_&nss-major-version;_ RTM/src/nss-&nss-version;.tar.gz">8 "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_&nss-major-version;_&nss-minor-version;_WITH_CKBI_1_93_RTM/src/nss-&nss-version;.with.ckbi.1.93.tar.gz"> 9 9 <!ENTITY nss-download-ftp 10 "ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_&nss-major-version;_ RTM/src/nss-&nss-version;.tar.gz">11 <!ENTITY nss-md5sum " 3918d5f9eb2996271cf62d52f084fd45">12 <!ENTITY nss-size "5. 8MB">10 "ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_&nss-major-version;_&nss-minor-version;_WITH_CKBI_1_93_RTM/src/nss-&nss-version;.with.ckbi.1.93.tar.gz"> 11 <!ENTITY nss-md5sum "49e6661758deb0c469f0b4edd4e727d5"> 12 <!ENTITY nss-size "5.6 MB"> 13 13 <!ENTITY nss-buildsize "70 MB"> 14 14 <!ENTITY nss-time "0.8 SBU"> -
server/databases/sqlite.xml
r52a90a3 r8cce479c 5 5 %general-entities; 6 6 7 <!ENTITY sqlite-dl-version "3071401"> 8 <!ENTITY sqlite-doc-version "3071400"> 7 <!ENTITY sqlite-dl-version "3071501"> 8 <!ENTITY sqlite-doc-version "3071501"> 9 9 10 <!ENTITY sqlite-download-http 10 "http://sqlite.org/sqlite-autoconf-&sqlite-dl-version;.tar.gz">11 "http://sqlite.org/sqlite-autoconf-&sqlite-dl-version;.tar.gz"> 11 12 <!ENTITY sqlite-download-ftp " "> 12 <!ENTITY sqlite-md5sum " 4cf3fd434bbb6e50777019ff3507bfa5">13 <!ENTITY sqlite-md5sum "a67c25afa199a11f0a37aff7ed9d2c14"> 13 14 <!ENTITY sqlite-size "1.8 MB"> 14 15 <!ENTITY sqlite-buildsize "28 MB (includes optional documentation)"> 15 16 <!ENTITY sqlite-time "0.2 SBU"> 16 17 17 <!ENTITY sqlite-docs-md5sum "5eaeaa2d0aef3b2c980aa784846fd562"> 18 <!ENTITY sqlite-docs-download 19 "http://sqlite.org/sqlite-doc-&sqlite-doc-version;.zip"> 20 <!ENTITY sqlite-docs-md5sum "f39774e459354b9df768ee34e93b47e4"> 18 21 <!ENTITY sqlite-docs-size "4 MB"> 19 <!ENTITY sqlite-docs-download20 "http://sqlite.org/sqlite-doc-&sqlite-doc-version;.zip">21 22 ]> 22 23 … … 104 105 <bridgehead renderas="sect4">Optional</bridgehead> 105 106 <para role="optional"> 107 <xref linkend="tcl"/> and 106 108 <xref linkend="unzip"/> (required to unzip the documentation). 107 109 </para> … … 127 129 </para> 128 130 129 <screen><userinput>./configure --prefix=/usr --disable-static \ 130 CFLAGS="-g -O2 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1" && 131 <screen><userinput>./configure --prefix=/usr --disable-static \ 132 CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1 \ 133 -DSQLITE_ENABLE_COLUMN_METADATA=1 \ 134 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \ 135 -DSQLITE_SECURE_DELETE=1" && 131 136 make</userinput></screen> 132 137 133 138 <para> 139 If you have installed <xref linkend="tcl"/> and wish to build 140 <application>SQLite</application> <application>TCL</application> 141 extension, issue the following commands: 142 </para> 143 144 <screen><userinput>pushd tea && 145 ./configure --prefix=/usr && 146 make && 147 popd</userinput></screen> 148 149 <para> 134 150 This package does not come with a test suite. 135 151 </para> … … 140 156 141 157 <screen role="root"><userinput>make install</userinput></screen> 158 159 <para> 160 If you have built <xref linkend="tcl"/> extension, install it by 161 running the following command as the 162 <systemitem class="username">root</systemitem> user: 163 </para> 164 165 <screen role="root"><userinput>make -C tea install</userinput></screen> 142 166 143 167 <para> … … 157 181 158 182 <para> 159 <parameter>CFLAGS="-g -O2 -DSQLITE_SECURE_DELETE 183 <parameter>CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1 184 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_SECURE_DELETE 160 185 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1"</parameter>: Applications such as 161 186 <application>Firefox</application> require secure delete and enable unlock … … 176 201 <segtitle>Installed Program</segtitle> 177 202 <segtitle>Installed Library</segtitle> 203 <segtitle>Installed Directories</segtitle> 178 204 179 205 <seglistitem> 180 <seg>sqlite3</seg> 181 <seg>libsqlite3.so</seg> 206 <seg> 207 sqlite3 208 </seg> 209 <seg> 210 libsqlite3.so 211 </seg> 212 <seg> 213 /usr/lib/sqlite&sqlite-version; and 214 /usr/share/doc/sqlite-&sqlite-version; 215 </seg> 182 216 </seglistitem> 183 217 </segmentedlist> … … 203 237 204 238 <varlistentry id="libsqlite3"> 205 <term><filename class= 'libraryfile'>libsqlite3.so</filename></term>239 <term><filename class="libraryfile">libsqlite3.so</filename></term> 206 240 <listitem> 207 241 <para> … … 213 247 </listitem> 214 248 </varlistentry> 249 215 250 </variablelist> 216 </sect2> 251 252 </sect2> 253 217 254 </sect1> -
xsoft/other/gparted.xml
r52a90a3 r8cce479c 8 8 "&sourceforge-repo;/gparted/gparted-&gparted-version;.tar.bz2"> 9 9 <!ENTITY gparted-download-ftp " "> 10 <!ENTITY gparted-md5sum " fc3507479e930967a2049c533907384d">10 <!ENTITY gparted-md5sum "1ffe859c70e102a776dffb1ff0a2164a"> 11 11 <!ENTITY gparted-size "1.8 MB"> 12 <!ENTITY gparted-buildsize " 75 MB">12 <!ENTITY gparted-buildsize "115 MB"> 13 13 <!ENTITY gparted-time "1.2 SBU"> 14 14 ]> -
xsoft/other/transmission.xml
r52a90a3 r8cce479c 8 8 "http://download.transmissionbt.com/files/transmission-&transmission-version;.tar.xz"> 9 9 <!ENTITY transmission-download-ftp " "> 10 <!ENTITY transmission-md5sum " fae00b13a7b18f9dc16edef020edea85">10 <!ENTITY transmission-md5sum "26b92e56e1574bb10443eccbf17443a7"> 11 11 <!ENTITY transmission-size "2.9 MB"> 12 <!ENTITY transmission-buildsize "2 05MB">12 <!ENTITY transmission-buildsize "240 MB"> 13 13 <!ENTITY transmission-time "0.8 SBU"> 14 14 ]> … … 113 113 <para> 114 114 If you have installed <xref linkend="qt"/> and would like to compile the 115 Qt GUI :115 Qt GUI, run the following commands: 116 116 </para> 117 117 … … 132 132 133 133 <para> 134 If you compiled the Qt GUI, install it as the 135 <systemitem class="username">root</systemitem> user: 136 </para> 137 138 <screen role="root"><userinput>INSTALL_ROOT=/usr make -C qt install</userinput></screen> 134 If you compiled the Qt GUI, install it by running the following commands 135 as the <systemitem class="username">root</systemitem> user: 136 </para> 137 138 <screen role="root"><userinput>INSTALL_ROOT=/usr make -C qt install && 139 install -m644 qt/transmission-qt.desktop /usr/share/applications/transmission-qt.desktop && 140 install -m644 qt/icons/transmission.png /usr/share/pixmaps/transmission-qt.png</userinput></screen> 141 142 </sect2> 143 144 <sect2 role="commands"> 145 <title>Command Explanations</title> 146 147 <para> 148 <option>--without-gtk</option>: This switch disables building of the 149 <application>GTK+</application> interface. 150 </para> 151 139 152 </sect2> 140 153 … … 168 181 <para> 169 182 is a lightweight, command-line BitTorrent client with scripting 170 capabilities 183 capabilities. 171 184 </para> 172 185 <indexterm zone="transmission transmission-cli"> … … 180 193 <listitem> 181 194 <para> 182 is a command line tool to create .torrent files195 is a command line tool used to create .torrent files. 183 196 </para> 184 197 <indexterm zone="transmission transmission-create"> … … 194 207 is a daemon-based Transmission session that can be controlled via 195 208 RPC commands from transmission's web interface or 196 transmission-remote209 <command>transmission-remote</command>. 197 210 </para> 198 211 <indexterm zone="transmission transmission-daemon"> … … 206 219 <listitem> 207 220 <para> 208 is a command-line utility to modify .torrent files' announce URLs 221 is a command-line utility to modify .torrent files' announce URLs. 209 222 </para> 210 223 <indexterm zone="transmission transmission-edit"> … … 218 231 <listitem> 219 232 <para> 220 is a G tk+ bittorrent client233 is a GTK+ bittorrent client. 221 234 </para> 222 235 <indexterm zone="transmission transmission-gtk"> … … 230 243 <listitem> 231 244 <para> 232 is a Qt bittorrent client 245 is a Qt bittorrent client. 233 246 </para> 234 247 <indexterm zone="transmission transmission-qt"> … … 242 255 <listitem> 243 256 <para> 244 is a remote control utility for transmission-daemon and transmission 257 is a remote control utility for transmission-daemon and transmission. 245 258 </para> 246 259 <indexterm zone="transmission transmission-remote"> … … 254 267 <listitem> 255 268 <para> 256 is a command line tool to display bittorrent .torrent file metadata 269 is a command line tool to display bittorrent .torrent file metadata. 257 270 </para> 258 271 <indexterm zone="transmission transmission-show"> … … 261 274 </listitem> 262 275 </varlistentry> 276 263 277 </variablelist> 264 </sect2> 278 279 </sect2> 280 265 281 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.