Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba: ChangeLog samba-3.0.28.ebuild samba-3.0.24-r3.ebuild
Date: Wed, 27 Feb 2008 19:19:52
Message-Id: E1JURoj-0005BK-G9@stork.gentoo.org
1 dev-zero 08/02/27 19:19:49
2
3 Modified: ChangeLog samba-3.0.28.ebuild
4 Removed: samba-3.0.24-r3.ebuild
5 Log:
6 Fixed double pam_*.so installation (bug #207021, thanks to flameeyes). Dropped old version and patches.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.329 net-fs/samba/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?rev=1.329&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?rev=1.329&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?r1=1.328&r2=1.329
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
19 retrieving revision 1.328
20 retrieving revision 1.329
21 diff -u -r1.328 -r1.329
22 --- ChangeLog 20 Feb 2008 20:02:53 -0000 1.328
23 +++ ChangeLog 27 Feb 2008 19:19:48 -0000 1.329
24 @@ -1,6 +1,14 @@
25 # ChangeLog for net-fs/samba
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.328 2008/02/20 20:02:53 dev-zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.329 2008/02/27 19:19:48 dev-zero Exp $
29 +
30 + 27 Feb 2008; Tiziano Müller <dev-zero@g.o>
31 + -files/3.0.24-heap_overflow_v2.patch,
32 + -files/3.0.24-sid2name_elevation_v2.patch,
33 + -files/3.0.24-shell_escape.patch, -samba-3.0.24-r3.ebuild,
34 + samba-3.0.28.ebuild:
35 + Fixed double pam_*.so installation (bug #207021, thanks to flameeyes).
36 + Dropped old version and patches.
37
38 20 Feb 2008; Tiziano Müller <dev-zero@g.o>
39 +files/3.0.28-fix_broken_readdir_detection.patch,
40
41
42
43 1.5 net-fs/samba/samba-3.0.28.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild?rev=1.5&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild?rev=1.5&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild?r1=1.4&r2=1.5
48
49 Index: samba-3.0.28.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild,v
52 retrieving revision 1.4
53 retrieving revision 1.5
54 diff -u -r1.4 -r1.5
55 --- samba-3.0.28.ebuild 20 Feb 2008 20:02:53 -0000 1.4
56 +++ samba-3.0.28.ebuild 27 Feb 2008 19:19:48 -0000 1.5
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild,v 1.4 2008/02/20 20:02:53 dev-zero Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild,v 1.5 2008/02/27 19:19:48 dev-zero Exp $
62
63 inherit autotools eutils pam python multilib versionator confutils
64
65 @@ -109,6 +109,7 @@
66 --localstatedir=/var \
67 --with-configdir=/etc/samba \
68 --with-libdir=/usr/$(get_libdir)/samba \
69 + --with-pammodulesdir=$(getpam_mod_dir) \
70 --with-swatdir=/usr/share/doc/${PF}/swat \
71 --with-piddir=/var/run/samba \
72 --with-lockdir=/var/cache/samba \
73 @@ -171,11 +172,6 @@
74 dosym libnss_winbind.so /usr/$(get_libdir)/libnss_winbind.so.2
75 fi
76
77 - if use pam ; then
78 - dopammod bin/pam_smbpass.so
79 - use winbind && dopammod bin/pam_winbind.so
80 - fi
81 -
82 if use kernel_linux ; then
83 # Warning: this can byte you if /usr is
84 # on a separate volume and you have to mount
85
86
87
88 --
89 gentoo-commits@l.g.o mailing list