Changeset fe75a2b


Ignore:
Timestamp:
06/22/2005 02:42:23 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
c721fc9
Parents:
3d467bf
Message:

Upgraded shadow to 4.0.9. Removed lastlog patch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6111 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3d467bf rfe75a2b  
    4747<listitem><para>Psmisc 21.6</para></listitem>
    4848<listitem><para>Sed 4.1.4</para></listitem>
    49 <listitem><para>Shadow 4.0.7</para></listitem>
     49<listitem><para>Shadow 4.0.9</para></listitem>
    5050<listitem><para>Sysvinit 2.86</para></listitem>
    5151<listitem><para>Tar 1.15.1</para></listitem>
     
    6666<listitem><para>gzip-1.3.5-security_fixes-1.patch</para></listitem>
    6767<listitem><para>Hotplug 2004_09_23</para></listitem>
    68 <listitem><para>shadow-4.0.7-fix_lastlog-1.patch</para></listitem>
    6968<listitem><para>sysklogd-1.4.1-fixes-1.patch</para></listitem>
    7069<listitem><para>tar-1.15.1-sparse_fix-1.patch</para></listitem>
     
    8786</listitem>
    8887
     88<listitem><para>June 22nd, 2005 [archaic]: Upgraded shadow to 4.0.9. Removed
     89lastlog patch.</para></listitem>
     90
    8991<listitem><para>June 21st, 2005 [archaic]: Removed --with-included-regex from
    9092chapter05/grep since there seems to no longer be a valid reason to use it and
  • chapter06/shadow.xml

    r3d467bf rfe75a2b  
    2929<sect2 role="installation">
    3030<title>Installation of Shadow</title>
    31 
    32 <para>Shadow fails to update the time of last login as noted by
    33 <command>lastlog</command> when logging into a regular console.
    34 The Port (tty) column does get updated. Remote logins and
    35 <command>xterm</command> logins seem to not be broken; just console.
    36 The following patch properly fixes this issue:</para>
    37 
    38 <screen><userinput>patch -Np1 -i ../shadow-&shadow-version;-fix_lastlog-1.patch</userinput></screen>
    3931
    4032<para>Prepare Shadow for compilation:</para>
  • general.ent

    r3d467bf rfe75a2b  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "TESTING-20050621">
    3 <!ENTITY releasedate "June 21, 2005">
     2<!ENTITY version "TESTING-20050622">
     3<!ENTITY releasedate "June 22, 2005">
    44<!ENTITY milestone "6.1">
    55
     
    6868<!ENTITY readline-version "5.0">
    6969<!ENTITY sed-version "4.1.4">
    70 <!ENTITY shadow-version "4.0.7">
     70<!ENTITY shadow-version "4.0.9">
    7171<!ENTITY sysklogd-version "1.4.1">
    7272<!ENTITY sysvinit-version "2.86">
Note: See TracChangeset for help on using the changeset viewer.