mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Update to acl-2.2.51
Fix instructions in attr package Update to doxygen-1.75 Update to pcre-8.12 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8916 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f216c56f29
commit
778be14bee
10
general.ent
10
general.ent
@ -3,13 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "23"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "24"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "10"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2011">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "September &day;rd, &year;">
|
||||
<!ENTITY releasedate "September &day;th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
@ -123,7 +123,7 @@ $Date$
|
||||
<!ENTITY polkit-gnome-version "0.94">
|
||||
<!ENTITY consolekit-version "0.4.1">
|
||||
<!ENTITY attr-version "2.4.44">
|
||||
<!ENTITY acl-version "2.2.49">
|
||||
<!ENTITY acl-version "2.2.51">
|
||||
|
||||
<!-- Chapter 5 -->
|
||||
<!ENTITY reiser-version "3.6.21">
|
||||
@ -149,7 +149,7 @@ $Date$
|
||||
|
||||
<!-- Part III -->
|
||||
<!-- Chapter 8 -->
|
||||
<!ENTITY pcre-version "8.10">
|
||||
<!ENTITY pcre-version "8.12">
|
||||
<!ENTITY popt-version "1.16">
|
||||
<!ENTITY slang-version "2.2.2">
|
||||
<!ENTITY gamin-version "0.1.10">
|
||||
@ -314,7 +314,7 @@ $Date$
|
||||
|
||||
<!-- Chapter 12 -->
|
||||
<!ENTITY dejagnu-version "1.4.4">
|
||||
<!ENTITY doxygen-version "1.7.2">
|
||||
<!ENTITY doxygen-version "1.7.5">
|
||||
<!ENTITY expect-version "5.44.1.15">
|
||||
<!ENTITY gc-version "6.8">
|
||||
<!ENTITY gcc-version "4.5.1">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY pcre-download-http "&sourceforge-repo;/pcre/pcre-&pcre-version;.tar.bz2">
|
||||
<!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2">
|
||||
<!ENTITY pcre-md5sum "780867a700e9d4e4b9cb47aa5453e4b2">
|
||||
<!ENTITY pcre-size "964 KB">
|
||||
<!ENTITY pcre-md5sum "f14a9fef3c92f3fc6c5ac92d7a2c7eb3">
|
||||
<!ENTITY pcre-size "976 KB">
|
||||
<!ENTITY pcre-buildsize "12 MB">
|
||||
<!ENTITY pcre-time "0.4 SBU">
|
||||
<!ENTITY pcre-time "0.3 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="pcre" xreflabel="PCRE-&pcre-version;">
|
||||
@ -35,7 +35,7 @@
|
||||
matching using the same syntax and semantics as
|
||||
<application>Perl</application> 5.</para>
|
||||
|
||||
&lfs65_checked;
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -59,18 +59,6 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para>Required Patch: <ulink
|
||||
url="&patch-root;/pcre-&pcre-version;-abi_breakage-1.patch"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Required Patch: <ulink
|
||||
url="&patch-root;/pcre-&pcre-version;-security_fix-1.patch"/></para>
|
||||
</listitem>
|
||||
</itemizedlist> -->
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/pcre"/></para>
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
<application>popt</application> libraries which are used by
|
||||
some programs to parse command-line options.</para>
|
||||
|
||||
&lfs67_checked;
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -4,11 +4,11 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY doxygen-download-http "http://ftp.stack.nl/pub/users/dimitri/doxygen-&doxygen-version;.src.tar.gz">
|
||||
<!ENTITY doxygen-download-ftp "ftp://ftp.stack.nl/pub/users/dimitri/doxygen-&doxygen-version;.src.tar.gz">
|
||||
<!ENTITY doxygen-md5sum "d5f3e32474186abc64288db6b8ffd7f0">
|
||||
<!ENTITY doxygen-size "4.1 MB">
|
||||
<!ENTITY doxygen-buildsize "68 MB">
|
||||
<!ENTITY doxygen-download-http "http://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz">
|
||||
<!ENTITY doxygen-download-ftp "ftp://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz">
|
||||
<!ENTITY doxygen-md5sum "40912d0a4b8248d78df6f705837dcd80">
|
||||
<!ENTITY doxygen-size "4.5 MB">
|
||||
<!ENTITY doxygen-buildsize "74 MB">
|
||||
<!ENTITY doxygen-time "2.0 SBU (includes building the GUI frontend and all docs)">
|
||||
]>
|
||||
|
||||
@ -46,6 +46,8 @@
|
||||
inheritance diagrams, and collaboration diagrams, which are all generated
|
||||
automatically.</para>
|
||||
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
|
@ -41,6 +41,24 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>October 24th, 2011</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to acl-2.2.51.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Fix instructions in attr package.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to doxygen-1.75.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to pcre-8.12.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>October 23rd, 2011</para>
|
||||
<itemizedlist>
|
||||
|
@ -5,7 +5,7 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY acl-download-http "http://mirrors.zerg.biz/nongnu/acl/acl-&acl-version;.src.tar.gz">
|
||||
<!-- <!ENTITY acl-download-ftp "ftp://oss.sgi.com/projects/xfs/cmd_tars-oct_09/acl-&acl-version;.src.tar.gz"> -->
|
||||
<!-- <!ENTITY acl-download-ftp " "> -->
|
||||
<!ENTITY acl-download-ftp " ">
|
||||
<!ENTITY acl-md5sum "181445894cca986da9ae0099d5ce2d08">
|
||||
<!ENTITY acl-size "362 KB">
|
||||
@ -34,7 +34,7 @@
|
||||
administer Access Control Lists, which are used to define more fine-grained
|
||||
discretionary access rights for files and directories.</para>
|
||||
|
||||
<para>&lfssvn_checked;20101029&lfssvn_checked2;</para>
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -74,14 +74,7 @@
|
||||
<para>Install <application>acl</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>cat > test/sort-getfacl-output << "EOF" &&
|
||||
#! /usr/bin/perl -w
|
||||
|
||||
undef $/;
|
||||
print join("\n\n", sort split(/\n\n/, <>)), "\n\n";
|
||||
EOF
|
||||
chmod 755 test/sort-getfacl-output &&
|
||||
sed -i -e 's|/@pkg_name@|&-@pkg_version@|' \
|
||||
<screen><userinput>sed -i -e 's|/@pkg_name@|&-@pkg_version@|' \
|
||||
-e 's|@prefix|$(DESTDIR)&|' \
|
||||
-e 's|@libexec|$(DESTDIR)&|' \
|
||||
include/builddefs.in &&
|
||||
@ -97,11 +90,11 @@ make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install install-dev install-lib &&
|
||||
install -dv -m755 /usr/share/doc/acl-&acl-version; &&
|
||||
install -v -m644 doc/*.txt /usr/share/doc/acl-&acl-version; &&
|
||||
chmod -v 755 /lib/libacl.so.1.1.0 &&
|
||||
chmod -v 755 /usr/lib/libacl.la</userinput></screen>
|
||||
<screen role="root"><userinput>make install install-dev install-lib &&
|
||||
install -dv -m755 /usr/share/doc/acl-&acl-version; &&
|
||||
install -v -m644 doc/*.txt /usr/share/doc/acl-&acl-version; &&
|
||||
chmod -v 755 /usr/lib/libacl.{so.1.1.0,la} &&
|
||||
chown -v root.root /usr/lib/libacl.{so.1.1.0,la,a}</userinput></screen>
|
||||
|
||||
<para>You should now re-install <application><ulink
|
||||
url="&lfs-root;/chapter06/coreutils.html">Coreutils</ulink>
|
||||
@ -116,9 +109,6 @@ chmod -v 755 /usr/lib/libacl.la</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>cat > test/sort-getfacl-output ... EOF</command>: This
|
||||
command creates a missing test script.</para>
|
||||
|
||||
<para><command>sed -i ... include/builddefs.in</command>: This command
|
||||
changes the documentation directory to a versioned directory and provides
|
||||
for a DESTDIR installation.</para>
|
||||
|
@ -34,7 +34,7 @@
|
||||
<para>The <application>attr</application> package contains utilities to
|
||||
administer the extended attributes on filesystem objects.</para>
|
||||
|
||||
<para>&lfssvn_checked;20101029&lfssvn_checked2;</para>
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -71,10 +71,10 @@
|
||||
|
||||
<screen><userinput>cat > test/sort-getfattr-output << "EOF" &&
|
||||
#! /usr/bin/perl -w
|
||||
|
||||
undef $/;
|
||||
print join("\n\n", sort split(/\n\n/, <>)), "\n\n";
|
||||
EOF
|
||||
|
||||
chmod 755 test/sort-getfattr-output &&
|
||||
sed -i -e 's|/@pkg_name@|&-@pkg_version@|' \
|
||||
-e 's|@prefix|$(DESTDIR)&|' \
|
||||
@ -93,8 +93,8 @@ make</userinput></screen>
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install install-dev install-lib &&
|
||||
chmod -v 755 /lib/libattr.so.1.1.0 &&
|
||||
chmod -v 755 /usr/lib/libattr.la</userinput></screen>
|
||||
chmod -v 755 /usr/lib/libattr.{so.1.1.0,la} &&
|
||||
chown -v root.root /usr/lib/libattr.{a,la,so.1.1.0}</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user