Changeset cf7ae162


Ignore:
Timestamp:
09/21/2003 07:11:48 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7c6fa631
Parents:
2a7d0fc9
Message:

update to lcms-1.11

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1150 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
20 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib/glib2-exp.xml

    r2a7d0fc9 rcf7ae162  
    33
    44<para><command>--enable-gtk-doc</command> : This switch will rebuild
    5 the API documentation during the make command.</para>
     5the <acronym>API</acronym> documentation during the
     6<command>make</command> command.</para>
    67
    78</sect2>
  • general/genlib/guile/guile-intro.xml

    r2a7d0fc9 rcf7ae162  
    22<title>Introduction to <application>Guile</application></title>
    33
    4 <para>The <application>Guile</application> package contains the Project GNU's
    5 extension language library.  <application>Guile</application> also contains a
    6 stand alone <application>Scheme</application> interpreter.</para>
     4<para>The <application>Guile</application> package contains the Project
     5<acronym>GNU</acronym>'s extension language library.  <application>Guile
     6</application> also contains a stand alone <application>Scheme</application>
     7interpreter.</para>
    78
    89<sect3><title>Package information</title>
  • general/genlib/gwrap.xml

    r2a7d0fc9 rcf7ae162  
    55&gwrap-intro;
    66&gwrap-inst;
    7 &gwrap-exp;
    87&gwrap-desc;
    98
  • general/genlib/libfam/libfam-exp.xml

    r2a7d0fc9 rcf7ae162  
    99necessary to get fam to compile with gcc-&gcc-version;.</para>
    1010
     11<para><screen><command>libtoolize --force
     12aclocal
     13automake --add-missing
     14autoconf</command></screen>
     15These commands are necessary since the patches affect the
     16<filename>configure.in</filename> file. They regenerate a new
     17<command>configure</command> command with the necessary changes.</para>
     18
    1119</sect2>
    1220
  • general/genlib/lzo/lzo-desc.xml

    r2a7d0fc9 rcf7ae162  
    22<title>Contents</title>
    33
    4 <para>LZO package provides
     4<para><application><acronym>LZO</acronym></application> package provides
    55<filename class="libraryfile">liblzo</filename> library.</para>
    66
  • general/genlib/lzo/lzo-inst.xml

    r2a7d0fc9 rcf7ae162  
    11<sect2>
    2 <title>Installation of <application>LZO</application></title>
     2<title>Installation of <application><acronym>LZO</acronym></application></title>
    33
    4 <para>Install <application>LZO</application> by running the
     4<para>Install <application><acronym>LZO</acronym></application> by running the
    55following commands:</para>
    66
  • general/genlib/lzo/lzo-intro.xml

    r2a7d0fc9 rcf7ae162  
    11<sect2>
    2 <title>Introduction to <application>LZO</application></title>
     2<title>Introduction to <application><acronym>LZO</acronym></application></title>
    33
    4 <para><application>LZO</application> is a data compression library which is suitable for data
    5 decompression and compression in real-time. This means it favours
    6 speed over compression ratio.</para>
     4<para><application><acronym>LZO</acronym></application> is a data compression
     5library which is suitable for data decompression and compression in real-time.
     6This means it favours speed over compression ratio.</para>
    77
    88<sect3><title>Package information</title>
  • general/graphlib/lcms.xml

    r2a7d0fc9 rcf7ae162  
    66&lcms-inst;
    77<!-- &lcms-exp; -->
    8 &lcms-config;
     8<!--&lcms-config; -->
    99&lcms-desc;
    1010
  • general/graphlib/lcms/lcms-inst.xml

    r2a7d0fc9 rcf7ae162  
    44<para>Install <application>lcms</application> by running the following commands:</para>
    55
    6 <screen><userinput><command>make &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     7make &amp;&amp;
    78make install</command></userinput></screen>
    89
     10<!--
    911<para>The above completes the installation for most users, for users
    1012interested in image conversion, this package includes two utilities that
     
    2729<para>Final installation of this module appears to be left undone by the
    2830package which infers that a Python programmer would know what to
    29 do.</para>
     31do.</para> -->
    3032
    3133</sect2>
  • general/graphlib/lcms/lcms.ent

    r2a7d0fc9 rcf7ae162  
    55<!ENTITY lcms-desc SYSTEM "lcms-desc.xml">
    66<!ENTITY lcms-config SYSTEM "lcms-config.xml">
    7 <!ENTITY lcms-buildsize "6.9 MB">
    8 <!ENTITY lcms-version "1.10">
     7<!ENTITY lcms-buildsize "8.5 MB">
     8<!ENTITY lcms-version "1.11">
    99<!ENTITY lcms-download-http "http://www.littlecms.com/lcms-&lcms-version;.tar.gz">
    1010<!ENTITY lcms-download-ftp "">
    11 <!ENTITY lcms-size "232 KB">
    12 <!ENTITY lcms-time "0.29 SBU">
     11<!ENTITY lcms-size "276 KB">
     12<!ENTITY lcms-time "0.19 SBU">
  • general/graphlib/libungif/libungif-inst.xml

    r2a7d0fc9 rcf7ae162  
    55commands:</para>
    66
    7 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    88make &amp;&amp;
    9 make install</userinput></screen>
     9make install</command></userinput></screen>
    1010
    1111<note><para>If you get an error during the make portion compiling
  • general/sysutils/gpm.xml

    r2a7d0fc9 rcf7ae162  
    22<title>gpm-&gpm-version;</title>
    33
    4 <para>Gpm (the general purpose mouse daemon) is a mouse server for
    5 applications running in the console.  It not only provides cut and paste
    6 support generally, but its library component is used by various software
     4<para><acronym>GPM</acronym> (the general purpose mouse daemon) is a mouse
     5server for applications running in the console.  It not only provides cut and
     6paste support generally, but its library component is used by various software
    77such as links to provide mouse support to the application generally.  It
    88is useful on desktops, especially if following (Beyond)LinuxFromScratch
  • general/sysutils/gpm/gpm-config.xml

    r2a7d0fc9 rcf7ae162  
    11<sect2>
    2 <title>Configuring <application>gpm</application></title>
     2<title>Configuring <application><acronym>gpm</acronym></application></title>
    33
    44<sect3><title>gpm init.d script</title>
     
    106106
    107107</sect2>
    108 
  • general/sysutils/gpm/gpm-desc.xml

    r2a7d0fc9 rcf7ae162  
    22<title>Contents</title>
    33
    4 <para>The <application>gpm</application> package contains
     4<para>The <application><acronym>gpm</acronym></application> package contains
    55<command>gpm</command>,
    66<command>gpm-root</command>, <command>disable-paste</command>
  • general/sysutils/gpm/gpm-inst.xml

    r2a7d0fc9 rcf7ae162  
    11<sect2>
    2 <title>Installation of <application>gpm</application></title>
     2<title>Installation of <application><acronym>gpm</acronym></application></title>
    33
    4 <para>Download the patches for <application>gpm</application> from <ulink url="&hfile-root;"/>.</para>
     4<para>Download the patches for <application><acronym>gpm</acronym></application> from <ulink url="&hfile-root;"/>.</para>
    55
    6 <para>Install <application>gpm</application> by running the following commands:
     6<para>Install <application><acronym>gpm</acronym></application> by running the following commands:
    77</para>
    88<!--
  • general/sysutils/gpm/gpm-intro.xml

    r2a7d0fc9 rcf7ae162  
    11<sect2>
    2 <title>Introduction to <application>gpm</application></title>
     2<title>Introduction to <application><acronym>gpm</acronym></application></title>
    33
    4 <para>The <application>gpm</application> package contains a mouse server for
     4<para>The <application><acronym>gpm</acronym></application> package contains a mouse server for
    55the console and <command>xterm</command>. This is useful for cutting and
    66pasting text in console mode, and also because many console-based programs
  • introduction/welcome/changelog.xml

    r2a7d0fc9 rcf7ae162  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>September 21st, 2003 [larry]: Updated to
     15lcms-1.11.</para></listitem>
    1316
    1417<listitem><para>September 21st, 2003 [igor]: update to
  • postlfs/editors/editors.xml

    r2a7d0fc9 rcf7ae162  
    33<title>Editors</title>
    44
    5 <para>From a developer's point of view, this is the only program that
    6 really matters.  We spend so much time using it that it is critical that
    7 we are comfortable with the one we use.  This chapter is referenced in the
    8 LFS book for those wishing to use other editors on their LFS system.  We
    9 also have the opportunity to show how some LFS installed programs
    10 benefit from being recompiled after GUI libraries have been installed.</para>
     5<para>This chapter is referenced in the <acronym>LFS</acronym> book for those
     6wishing to use other editors on their <acronym>LFS</acronym> system.  We
     7also have the opportunity to show how some <acronym>LFS</acronym> installed
     8programs benefit from being recompiled after <acronym>GUI</acronym> libraries
     9have been installed.</para>
    1110
    1211&postlfs-editors-vim;
  • postlfs/security/security.xml

    r2a7d0fc9 rcf7ae162  
    55<para>Security takes many forms in a computing environment. This chapter
    66gives examples of three different types of security; access, prevention
    7 and detection.  Access for users is usually handled by
    8 <command>login</command> or an application designed to handle the login
    9 function.  In this chapter, we show how to enhance
    10 <command>login</command> by setting policies with
     7and detection.</para>
     8
     9<para>Access for users is usually handled by <command>login</command> or an
     10application designed to handle the login function.  In this chapter, we show
     11how to enhance <command>login</command> by setting policies with
    1112<application><acronym>PAM</acronym></application> modules.  Access via networks
    12 can also be secured by policies set by
    13 <application>iptables</application>. Prevention of breaches, like
    14 trojans, are assisted by applications like <application>gnupg</application>,
    15 specifically the ability to confirm signed packages, which prevents
    16 modification of the tarball after the packager creates it. Finally, we touch on
    17 detection with a package that stores "signatures" and then regenerates those
     13can also be secured by policies set by <application>iptables</application>,
     14commonly referred to as a firewall.</para>
     15
     16<para>Prevention of breaches, like a trojan, are assisted by applications like
     17<application>gnupg</application>, specifically the ability to confirm signed
     18packages, which prevents modification of the tarball after the packager creates
     19it.</para>
     20
     21<para> Finally, we touch on detection with a package that stores "signatures"
     22of critical files (defined by the administrator) and then regenerates those
    1823"signatures" and compares for files that have been changed.</para>
    1924
     
    2429&gnupg;
    2530&tripwire;
    26 &postlfs-security-syslog;
     31<!--&postlfs-security-syslog;-->
    2732
    2833</chapter>
  • postlfs/security/shadow/shadow-config.xml

    r2a7d0fc9 rcf7ae162  
    8888allow anyone with an account on the machine to use programs
    8989that do not specifically have a configuration file of their own. After
    90 testing PAM for proper configuration, it can be changed to the
    91 following:</para>
     90testing <application><acronym>PAM</acronym></application> for proper
     91configuration, it can be changed to the following:</para>
    9292
    9393<screen><userinput><command>cat &gt; /etc/pam.d/other &lt;&lt; "EOF"</command>
     
    120120
    121121<para>This stops <command>login</command> from performing these functions, as
    122 they will now be performed by <application><acronym>PAM</acronym></application>
    123 modules.</para>
     122they will now be performed by <acronym>PAM</acronym> modules.</para>
    124123
    125124</sect3>
Note: See TracChangeset for help on using the changeset viewer.