mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Update to List-AllUtils-0.10.
Add --disable-avahi to cups filters with explanation. Update to Linux-PAM-1.3.0. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17339 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
96031390a0
commit
03a0a63807
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "07"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "09"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "05"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2016">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "May 7th &year;">
|
||||
<!ENTITY releasedate "May 9th &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
|
@ -61,7 +61,7 @@
|
||||
<!ENTITY libwww-perl-md5sum "6888c9d8728cd6f3ea3c9754461c9f94">
|
||||
|
||||
<!ENTITY List-AllUtils-download-http "http://www.cpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-&List-AllUtils-version;.tar.gz">
|
||||
<!ENTITY List-AllUtils-md5sum "3e2dfeeef80c4e1952443c6b7d48583c">
|
||||
<!ENTITY List-AllUtils-md5sum "a17e4239bd9bdfa272a104954678336a">
|
||||
|
||||
<!ENTITY List-MoreUtils-download-http "http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-&List-MoreUtils-version;.tar.gz">
|
||||
<!ENTITY List-MoreUtils-md5sum "a8e42767dd4f41f51b96749efe5ef31a">
|
||||
|
@ -43,6 +43,25 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>May 9th, 2016</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to List-AllUtils-0.10. Fixes
|
||||
<ulink url="&blfs-ticket-root;7814">#7814</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add --disable-avahi to cups filters with
|
||||
explanation. Fixes
|
||||
<ulink url="&blfs-ticket-root;7805">#7805</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to Linux-PAM-1.3.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;7704">#7794</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>May 7th, 2016</para>
|
||||
<itemizedlist>
|
||||
|
@ -320,7 +320,7 @@
|
||||
<!ENTITY Glib-perl-version "1.280">
|
||||
<!ENTITY HTML-Parser-version "3.72">
|
||||
<!ENTITY IPC-Run3-version "0.048">
|
||||
<!ENTITY List-AllUtils-version "0.09">
|
||||
<!ENTITY List-AllUtils-version "0.10">
|
||||
<!ENTITY List-MoreUtils-version "0.415">
|
||||
<!ENTITY Log-Log4perl-version "1.47">
|
||||
<!ENTITY LWP-version "6.15">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY linux-pam-download-http "http://linux-pam.org/library/Linux-PAM-&linux-pam-version;.tar.bz2">
|
||||
<!ENTITY linux-pam-download-ftp " ">
|
||||
<!ENTITY linux-pam-md5sum "9dc53067556d2dd567808fd509519dd6">
|
||||
<!ENTITY linux-pam-md5sum "da4b2289b7cfb19583d54e9eaaef1c3a">
|
||||
<!ENTITY linux-pam-size "1.3 MB">
|
||||
<!ENTITY linux-pam-buildsize "33 MB (with tests)">
|
||||
<!ENTITY linux-pam-time "0.3 SBU (with tests)">
|
||||
<!ENTITY linux-pam-buildsize "28 MB (with tests)">
|
||||
<!ENTITY linux-pam-time "0.5 SBU (with tests)">
|
||||
|
||||
<!ENTITY linux-pam-docs-download "http://linux-pam.org/documentation/Linux-PAM-&linux-pam-docs-version;-docs.tar.bz2">
|
||||
<!ENTITY linux-pam-docs-md5sum "558378b8be9b8b5c987326f4529f2130">
|
||||
|
@ -137,6 +137,7 @@
|
||||
--localstatedir=/var \
|
||||
--without-rcdir \
|
||||
--disable-static \
|
||||
--disable-avahi \
|
||||
--with-gs-path=/usr/bin/gs \
|
||||
--with-pdftops-path=/usr/bin/gs \
|
||||
--docdir=/usr/share/doc/cups-filters-&cups-filters-version; &&
|
||||
@ -157,6 +158,13 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<parameter>--disable-avahi</parameter>: This switch is needed
|
||||
if the optional <xref linkend="avahi"/> is not installed. Remove
|
||||
it if avahi is installed and you need network printer discovery
|
||||
capabilities.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--without-rcdir</parameter>: This switch disables
|
||||
installation of the bundled bootscript which is not compatible
|
||||
|
Loading…
Reference in New Issue
Block a user