summaryrefslogtreecommitdiff
blob: e69d48bb580d24f45696058e0c0b770af956e005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# ChangeLog for sys-apps/shadow
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/ChangeLog,v 1.14 2002/07/14 19:20:19 aliz Exp $

*shadow-4.0.2-r4.ebuild (14 July 2002)

  14 Jul 2002; phoen][x <phoenix@gentoo.org> shadow-4.0.2-r4.ebuild :
  Added KEYWORDS, SLOT.

*shadow-4.0.1-r2.ebuild (14 July 2002)

  14 Jul 2002; phoen][x <phoenix@gentoo.org> shadow-4.0.1-r2.ebuild :
  Added KEYWORDS, SLOT.

  29 Jun 2002; M.Schlemmer <azarah@gentoo.org>
  Update to use libtool.eclass.  This fix the compile problems without
  having custom $LIBS and $LDFLAGS.

*shadow-4.0.2-r5 (28 Apr 2002)

  14 Jul 2002; phoen][x <phoenix@gentoo.org> shadow-4.0.2-r5.ebuild :
  Added KEYWORDS.

  28 Apr 2002; M.Schlemmer <azarah@gentoo.org>

  Remove /etc/login.defs.

  8 Apr 2002; M.Schlemmer <azarah@gentoo.org>

  Removed /bin/login in favour of the one in util-linux, as the one
  included here have a root exploit if pam_limits is in use.

  Libtoolized to fix .la files.  Build is pretty broken if libtoolized, so had
  to put a unortodox LIBS= and LDFLAGS= there.

*shadow-4.0.3 (3 Apr 2002)

  14 Jul 2002; phoen][x <phoenix@gentoo.org> shadow-4.0.3.ebuild :
  Added KEYWORDS.

  3 Apr 2002; Jared H. Hudson <jhhudso@gentoo.org>

  Added new shadow version, currently masked out until it's been
  tested better.
	
*shadow-4.0.2-r3 (3 Apr 2002)

  3 Apr 2002; Jared H. Hudson <jhhudso@gentoo.org>

  Cleaned up earlier fix to account for all possibilities, such as
  binary packages, different ROOT's, and an already existing good
  system-auth file.
	
*shadow-4.0.2-r2 (3 Apr 2002)

  3 Apr 2002; Jared H. Hudson <jhhudso@gentoo.org>

  Fixed /etc/pam.d/system-auth to use pam_unix instead of pam_pwdb due
  to security bug.
  
*shadow-4.0.2-r1 (25 Mar 2002)

  25 Mar 2002; M.Schlemmer <azarah@gentoo.org>

  Fix the "libdir" in /usr/lib/libmisc.la.

*shadow-20001016-r10 (12 Mar 2002)

  14 Jul 2002; phoen][x <phoenix@gentoo.org> shadow-20001016-r10.ebuild :
  Added KEYWORDS, SLOT.

  12 Mar 2002; Seemant Kulleen <seemant@gentoo.org> 

  Added USE dependent nls compilation.

*shadow-20001016-r9 (26 Feb 2002)

  14 Jul 2002; phoen][x <phoenix@gentoo.org> shadow-20001016-r9.ebuild :
  Added KEYWORDS, SLOT.

  26 Feb 2002; T.Neidt <tod@gentoo.org> shadow-20001016-r9.ebuild, login.defs

  Changed 'CREATE_HOME yes' to 'CREATE_HOME no' in login.defs.
  CREATE_HOME is a RedHat'ism and is not supported by the stock shadow
  package (see src/useradd.c).  When CREATE_HOME is set to 'yes',
  adduser generates a warning meassage. 

  Bumped ebuild revision so login.defs will be updated by emerge updates.
  
  Note to users:  'useradd -m <user>' will create the home directory and
  add any files in /etc/skel (see 'man adduser')
  

*shadow-20001016-r8 (25 Feb 2002)

  14 Jul 2002; phoen][x <phoenix@gentoo.org> shadow-20001016-r8.ebuild :
  Added KEYWORDS, SLOT.

  25 Feb 2002; M.Schlemmer <azarah@gentoo.org> shadow-20001016-r8.ebuild

  Added a 'rm -rf ${D}/usr/share/man/*' to Chris's man fix to clean the
  Polish pages.  Added the line for installing /etc/pam.d/chage again, which
  should close bug #837.

*shadow-20001016-r7 (20 Feb 2002)

  14 Jul 2002; phoen][x <phoenix@gentoo.org> shadow-20001016-r7.ebuild :
  Added KEYWORDS, SLOT.

  20 Feb 2002; Chris Houser <chouser@gentoo.org> shadow-20001016-r7.ebuild
  files/digest-shadow-20001016-r7 ChangeLog :

  Changed man page installation.  More man pages are now included, and all
  should be in English (instead of the occasional Polish page).  This closes
  bug #594.

*shadow-20001016-r6 (1 Feb 2002)

  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
  
  Added initial ChangeLog which should be updated whenever the package is
  updated in any way. This changelog is targetted to users. This means that the
  comments should well explained and written in clean English. The details about
  writing correct changelogs are explained in the skel.ChangeLog file which you
  can find in the root directory of the portage repository.