Changeset 3d6df725


Ignore:
Timestamp:
07/01/2016 10:45:58 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:
92dd66f
Parents:
8615350
Message:

Update to at-3.1.20

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8615350 r3d6df725  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "30">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "06">                   <!-- Always 2 digits -->
     3<!ENTITY day          "01">                   <!-- Always 2 digits -->
     4<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 30th &year;">
     9<!ENTITY releasedate  "July 1st &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/at.xml

    r8615350 r3d6df725  
    77  <!ENTITY at-download-http "http://ftp.de.debian.org/debian/pool/main/a/at/at_&at-version;.orig.tar.gz">
    88  <!ENTITY at-download-ftp  "ftp://ftp.de.debian.org/debian/pool/main/a/at/at_&at-version;.orig.tar.gz">
    9   <!ENTITY at-md5sum        "f67a7aab557cd5b4a1311079a08acebe">
    10   <!ENTITY at-size          "124 KB">
     9  <!ENTITY at-md5sum        "e7bd7b785b2cbb17e133d6bdc0fb099e">
     10  <!ENTITY at-size          "128 KB">
    1111  <!ENTITY at-buildsize     "1.8 MB">
    1212  <!ENTITY at-time          "less than 0.1 SBU">
     
    7777  <sect2 role="installation">
    7878    <title>Installation of at</title>
    79 
    80     <note>
    81       <para>
    82         This package tarball has not been made from a directory. Unlike the
    83         normal packages in BLFS, you need to create a directory and untar
    84         into it:
    85       </para>
    86 
    87 <screen><userinput>mkdir -v at-&at-version; &amp;&amp;
    88 cd       at-&at-version; &amp;&amp;
    89 tar -xf  ../at_&at-version;.tar.gz</userinput></screen>
    90    </note>
    9179
    9280    <para>Before building <application>at</application>, as the
     
    10694
    10795<screen><userinput>sed -i '/docdir/s/=.*/= @docdir@/' Makefile.in</userinput></screen>
     96
     97    <para>
     98      Regenerate the build files to be consistent with this package version:
     99    </para>
     100
     101<screen><userinput>autoreconf</userinput></screen>
    108102
    109103    <para>Install <application>at</application> with the following
  • introduction/welcome/changelog.xml

    r8615350 r3d6df725  
    4444
    4545-->
     46    <listitem>
     47      <para>July 1st, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Update to at-3.1.20. Fixes
     51          <ulink url="&blfs-ticket-root;8020">#8020</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4656    <listitem>
    4757      <para>June 30th, 2016</para>
  • packages.ent

    r8615350 r3d6df725  
    229229<!-- Chapter 12 -->
    230230<!ENTITY acpid-version                "2.0.27">
    231 <!ENTITY at-version                   "3.1.18">
     231<!ENTITY at-version                   "3.1.20">
    232232<!ENTITY autofs-version               "5.1.2">
    233233<!ENTITY bluez-version                "5.40">
Note: See TracChangeset for help on using the changeset viewer.