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
|
# ChangeLog for net-fs/samba
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.14 2002/10/21 02:56:13 mjc Exp $
*samba-2.2.5-r1 (Aug 27 2002)
20 Oct 2002; Michael Cohen <mjc@gentoo.org> samba-2.2.5-r1.ebuild,
added portldap use flag for my nifty ldap stuff coming up. no need
to bump version.
27 Aug 2002; Donny Davies <woodchip@gentoo.org> samba-2.2.5-r1.ebuid,
smb.conf.example :
Fix #6936; thanks shadow@ines.ro. Fix #7133, thanks klebermass@limtec.de.
*samba-2.2.5 (23 Jun 2002)
25 Aug 2002; Jack Morgan <jmorgan@gentoo.org> :
Added sparc64 keyword
14 Aug 2002; Pieter Van den Abeele <pvdabeel@gentoo.org> :
Added ppc keyword
23 Jun 2002; Donny Davies <woodchip@gentoo.org> :
Update to latest; samba-2.2.5. Please see the samba WHATSNEW.txt file
in /usr/doc/samba for the detailed fixes.
*samba-2.2.4-r1 (13 May 2002)
13 May 2002; Donny Davies <woodchip@gentoo.org> :
Install smbmnt and smbumount suid root, close #2635.
Pass --bindir to ./configure, close #2515.
Add a few more codepages.
*samba-2.2.4 (6 May 2002)
6 May 2002; Donny Davies <woodchip@gentoo.org> samba-2.2.4.ebuild,
smb.conf.example, system-auth-winbind, samba-svc, winbind-init, lmhosts,
samba-init, nsswitch.conf-winbind, nsswitch.conf-wins :
Added a much better smb.conf.example. Added smbwrapper (smbsh). Added
libnss_winbind (see /etc/nsswitch.conf-winbind). Added libnss_wins
(see /etc/nsswitch.conf-wins). Added libsmbclient. Added USE ssl and
ldap support. Added better winbind support including an example
nsswitch.conf, a pam.d/ service snippet and a winbind initscript. Also
see smb.conf.example. Mucho cleaned up the docs (no more 2 copies of
the book!). Removed the recycle bin patches. Removed the afs patch.
Added a few convenience directories for netlogon, profiles, samba-hosted
printer drivers and the samba spool directory.
*samba-2.2.3a-r3 (3 May 2002)
3 May 2002; Donny Davies <woodchip@gentoo.org> :
Added LICENSE, SLOT, $Headers.
*samba-2.2.3a-r2 (27 March 2002)
27 March 2002; Donny Davies <woodchip@gentoo.org> samba-2.2.3a-r2.ebuild,
swat.xinetd, smbusers, samba.rc6, samba-2.2.3a-srv_spoolss_nt.patch :
/etc/smb has moved to the better-suited /etc/samba directory. Simply move
your /etc/smb/* to /etc/samba. Then delete the /etc/samba/codepages
directory. These files are now in /var/lib/samba/codepages. /var/run/smb
has moved to /var/run/samba. Simply move your /var/run/smb/* to
/var/run/samba. If you have the string "/etc/smb" in your smb.conf file,
then please change all occurances of that to "/etc/samba". Added a
sample smbusers file. Added an xinetd snippet for the swat service.
Added a patch to fix changing printer properties from Windows NT.
10 March 2002; Donny Davies <woodchip@gentoo.org> files/samba.rc6 :
Tweak initscript to kill the daemons via pidfile.
*samba-2.2.3a-r1 (5 March 2002)
5 March 2002; M.Schlemmer <azarah@gentoo.org> samba-2.2.3a-r1.ebuild,
samba-2.2.3a-loadparm.c.patch, samba-2.2.3a-proto.c.patch,
samba-2.2.3a-reply.h.patch :
Move the patches to ${FILESDIR}, as they have the same names as those for
2.2.2, but is not the same, thus ibiblio do not cache the new ones, and
we get digest errors.
*samba-2.2.3a (4 March 2002)
4 March 2002; Donny Davies <woodchip@gentoo.org> samba-2.2.3a.ebuild,
files/samba-2.2.3a-cli_spoolss_notify.diff, files/samba-2.2.3a-pam_smbpass.diff,
files/samba-2.2.2-XFS-quota.diff :
Added acl USE flag support, patch to fix pam_smbpass compilation, patch for Win2k
printing and removed XFS quota patch -- its merged upstream. Updated to latest
network recycle bin patches. If you get md5 checksum errors with the recycle bin
patches then: delete the 3 patches from your local distfiles, and comment out
your GENTOO_MIRRORS from make.conf/make.globals. This will ensure that the
proper patches are fetched from the author's site.
*samba-2.2.2-r9 (2 March 2002)
2 March 2002; M.Schlemmer <azarah@gentoo.org> samba-2.2.2-r9.ebuild :
Added creation of symlink for supporting cups printing.
*samba-2.2.2-r8 (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.
|