Changeset e909f17


Ignore:
Timestamp:
10/17/2014 04:58:15 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 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, krejzi/svn, 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:
2c55ef1
Parents:
3acd0b1
Message:

Update to logrotate-3.8.8.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/logrotate.xml

    r3acd0b1 re909f17  
    77  <!ENTITY logrotate-download-http "http://fedorahosted.org/releases/l/o/logrotate/logrotate-&logrotate-version;.tar.gz">
    88  <!ENTITY logrotate-download-ftp  " ">
    9   <!ENTITY logrotate-md5sum        "99e08503ef24c3e2e3ff74cc5f3be213">
    10   <!ENTITY logrotate-size          "64 KB">
    11   <!ENTITY logrotate-buildsize     "1.3 MB">
     9  <!ENTITY logrotate-md5sum        "49846e873dddea15964cd0355b9943ca">
     10  <!ENTITY logrotate-size          "72 KB">
     11  <!ENTITY logrotate-buildsize     "1.9 MB">
    1212  <!ENTITY logrotate-time          "less than 0.1 SBU">
    1313]>
     
    101101    </para>
    102102
    103 <screen><userinput>make</userinput></screen>
     103<screen><userinput>./autogen.sh &amp;&amp;
     104./configure --prefix=/usr &amp;&amp;
     105make</userinput></screen>
    104106
    105107    <para>
     
    111113    </para>
    112114
    113 <screen role="root"><userinput>make MANDIR=/usr/share/man install</userinput></screen>
    114 
    115   </sect2>
    116 
     115<screen role="root"><userinput>make install</userinput></screen>
     116
     117  </sect2>
     118<!--
    117119  <sect2 role="commands">
    118120    <title>Command Explanations</title>
    119121
    120122    <para>
    121       <envar>MANDIR=/usr/share/man</envar>: Ensure the man pages are installed in
    122       the correct location.
    123     </para>
    124 
    125   </sect2>
     123      <envar>MANDIR=/usr/share/man</envar>: Ensure the man pages are installed
     124      in the correct location.
     125    </para>
     126
     127  </sect2>-->
    126128
    127129  <sect2 role="configuration">
  • introduction/welcome/changelog.xml

    r3acd0b1 re909f17  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - Update to logrotate-3.8.8.  Fixes
     52          <ulink url="&blfs-ticket-root;5698">#5698</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - Update to dovecot-2.2.14.  Fixes
    5256          <ulink url="&blfs-ticket-root;5673">#5673</ulink>.</para>
  • packages.ent

    r3acd0b1 re909f17  
    220220<!ENTITY hdparm-version               "9.45">
    221221<!ENTITY lm_sensors-version           "3.3.5">
    222 <!ENTITY logrotate-version            "3.8.7">
     222<!ENTITY logrotate-version            "3.8.8">
    223223<!ENTITY mc-version                   "4.8.13">
    224224<!ENTITY obex-data-server-version     "0.4.6">
Note: See TracChangeset for help on using the changeset viewer.