blob: 552e636feaf5b3f106722ac4f388a82bb1190f26 (
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
|
# ChangeLog for sys-libs/pam
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.16 2002/12/05 19:35:02 azarah Exp $
05 Dec 2002; Martin Schlemmer <azarah@gentoo.org> pam-0.75-r10.ebuild :
Fix bison syntax for bison-1.50 or later, thanks to Redhat. Added
pam-0.75-pam_console-bison.fixes.patch for this.
26 Oct 2002; Martin Schlemmer <azarah@gentoo.org> pam-0.75-r10.ebuild :
Add pam-0.75-pam_userdb-use-db3.patch to get pam_userdb to link to
db3 or db4 if present, rather than libndbm, as that causes unresolved
symbols.
*pam-0.75-r10 (26 Oct 2002)
26 Oct 2002; Martin Schlemmer <azarah@gentoo.org> pam-0.75-r10.ebuild :
Generate the linker scripts in /usr/lib to fix bug #4411.
*pam-0.75-r9 (24 Oct 2002)
24 Oct 2002; Martin Schlemmer <azarah@gentoo.org> pam-0.75-r9.ebuild :
Another snag in the problem with gcc3 linking static libs in /usr/lib
before dynamic ones in /lib (bug #4411). Seems like c++ stuff do not
link properly with libpam.so, but rather with libpam.a, and as pam
must be dynamic to load its modules, it breaks auth for a few critical
things (like gdm and kdm). This is not tested, but the urgency demands
a solution. This release just do not install static libs for pam until
the gcc/binutils issue can be resolved.
*pam-0.75-r8 (13 Oct 2002)
13 Oct 2002; Martin Schlemmer <azarah@gentoo.org> pam-0.75-r8.ebuild :
Add pam-0.75-pam_console-fix-fullpath-in-file-classes.patch to fix a small
compat problem between pam-login and pam_console.so. pam_console.so expects
PAM_TTY to be set by login without prefixing "/dev/" it seems, which
pam-login did. This should close bug #6612.
Synced with Mandrake and Redhat for latest patches.
05 Aug 2002; M.Schlemmer <azarah@gentoo.org> ${P}-pam_group-confile.patch :
Fixes the config file location of pam_group.so. This resolves bug #6010.
31 Jul 2002; M.Schlemmer <azarah@gentoo.org> ${P}-pam_wheel-segfault.patch :
Fix a segfault in pam_wheel.so if "use_uid" was not given as parameter.
This resolves bug #5686.
*pam-0.75-r7 (31 Jul 2002)
31 Jul 2002; M.Schlemmer <azarah@gentoo.org> pam-0.75-r7.ebuild :
Update some patches. Ebuild cleanups, as well as some compiler
fixes.
15 Jul 2002; Mark Guertin <gerk@gentoo.org>
Added ppc to keywords
11 Apr 2002; Spider <spider@gentoo.org>
Update all glib dependencies to use glib-1.2* in preparation of unmasking the glib-2.0.1 packages
04 Apr 2002; M.Schlemmer <azarah@gentoo.org> pam-0.75-r6.ebuild :
Add module build checking back as we do not want some module to
silently fail and lock the user out of his system.
*pam-0.75-r6 (04 Apr 2002)
04 Apr 2002; Jared H. Hudson <jhhudso@gentoo.org> pam-0.75-r6.ebuild :
Made changes to make it compile without berkdb being defined as a use
item.
*pam-0.75-r5 (03 Apr 2002)
03 Apr 2002; Geert Bevin <gbevin@gentoo.org> pam-0.75-r5.ebuild :
Made changes to make it compile the pwdb module successfully with gcc3.
*pam-0.75-r2 (17 Feb 2002)
17 Feb 2002; Bruce A. Locke <blocke@shivan.org> pam-0.75-r2.ebuild :
Part 1 of PAM revamp. Ebuild is masked out... FOR DEVELOPER TESTING ONLY
|