Changeset 03a0a638


Ignore:
Timestamp:
05/09/2016 05:26:17 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
39ec6c9
Parents:
9603139
Message:

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9603139 r03a0a638  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     3<!ENTITY day          "09">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 7th &year;">
     9<!ENTITY releasedate  "May 9th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/perl-modules.xml

    r9603139 r03a0a638  
    6262
    6363  <!ENTITY List-AllUtils-download-http "http://www.cpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-&List-AllUtils-version;.tar.gz">
    64   <!ENTITY List-AllUtils-md5sum "3e2dfeeef80c4e1952443c6b7d48583c">
     64  <!ENTITY List-AllUtils-md5sum "a17e4239bd9bdfa272a104954678336a">
    6565
    6666  <!ENTITY List-MoreUtils-download-http "http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-&List-MoreUtils-version;.tar.gz">
  • introduction/welcome/changelog.xml

    r9603139 r03a0a638  
    4545-->
    4646    <listitem>
     47      <para>May 9th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Update to List-AllUtils-0.10.  Fixes
     51          <ulink url="&blfs-ticket-root;7814">#7814</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[bdubbs] - Add --disable-avahi to cups filters with
     55          explanation.  Fixes
     56          <ulink url="&blfs-ticket-root;7805">#7805</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[bdubbs] - Update to Linux-PAM-1.3.0.  Fixes
     60          <ulink url="&blfs-ticket-root;7704">#7794</ulink>.</para>
     61        </listitem>
     62      </itemizedlist>
     63    </listitem>
     64
     65    <listitem>
    4766      <para>May 7th, 2016</para>
    4867      <itemizedlist>
  • packages.ent

    r9603139 r03a0a638  
    321321<!ENTITY HTML-Parser-version          "3.72">
    322322<!ENTITY IPC-Run3-version             "0.048">
    323 <!ENTITY List-AllUtils-version        "0.09">
     323<!ENTITY List-AllUtils-version        "0.10">
    324324<!ENTITY List-MoreUtils-version       "0.415">
    325325<!ENTITY Log-Log4perl-version         "1.47">
  • postlfs/security/linux-pam.xml

    r9603139 r03a0a638  
    77  <!ENTITY linux-pam-download-http "http://linux-pam.org/library/Linux-PAM-&linux-pam-version;.tar.bz2">
    88  <!ENTITY linux-pam-download-ftp  " ">
    9   <!ENTITY linux-pam-md5sum        "9dc53067556d2dd567808fd509519dd6">
     9  <!ENTITY linux-pam-md5sum        "da4b2289b7cfb19583d54e9eaaef1c3a">
    1010  <!ENTITY linux-pam-size          "1.3 MB">
    11   <!ENTITY linux-pam-buildsize     "33 MB (with tests)">
    12   <!ENTITY linux-pam-time          "0.3 SBU (with tests)">
     11  <!ENTITY linux-pam-buildsize     "28 MB (with tests)">
     12  <!ENTITY linux-pam-time          "0.5 SBU (with tests)">
    1313
    1414  <!ENTITY linux-pam-docs-download "http://linux-pam.org/documentation/Linux-PAM-&linux-pam-docs-version;-docs.tar.bz2">
  • pst/printing/cups-filters.xml

    r9603139 r03a0a638  
    138138        --without-rcdir                 \
    139139        --disable-static                \
     140        --disable-avahi                 \
    140141        --with-gs-path=/usr/bin/gs      \
    141142        --with-pdftops-path=/usr/bin/gs \
     
    157158  <sect2 role="commands">
    158159    <title>Command Explanations</title>
     160
     161    <para>
     162      <parameter>--disable-avahi</parameter>: This switch is needed
     163      if the optional <xref linkend="avahi"/> is not installed. Remove
     164      it if avahi is installed and you need network printer discovery
     165      capabilities.
     166    </para>
    159167
    160168    <para>
Note: See TracChangeset for help on using the changeset viewer.