Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Mon, 28 Jan 2019 19:41:49
Message-Id: 1548674805.4ec8f4c6bfa4ea6c0dbab74c05610658f7b15d7e.polynomial-c@gentoo
1 commit: 4ec8f4c6bfa4ea6c0dbab74c05610658f7b15d7e
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 28 11:26:26 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 11:26:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec8f4c6
7
8 net-fs/samba: Fixed dependency on net-libs/socket_wrapper
9
10 Bug: https://bugs.gentoo.org/674468
11 Package-Manager: Portage-2.3.58, Repoman-2.3.12
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 net-fs/samba/samba-4.10.0_rc1-r1.ebuild | 2 +-
15 net-fs/samba/samba-4.8.6-r3.ebuild | 2 +-
16 net-fs/samba/samba-4.8.8-r1.ebuild | 2 +-
17 net-fs/samba/samba-4.9.4-r1.ebuild | 2 +-
18 4 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/net-fs/samba/samba-4.10.0_rc1-r1.ebuild b/net-fs/samba/samba-4.10.0_rc1-r1.ebuild
21 index 842a8c1c5c9..ee0899ac915 100644
22 --- a/net-fs/samba/samba-4.10.0_rc1-r1.ebuild
23 +++ b/net-fs/samba/samba-4.10.0_rc1-r1.ebuild
24 @@ -99,7 +99,7 @@ DEPEND="${CDEPEND}
25 !system-mitkrb5? (
26 >=sys-libs/nss_wrapper-1.1.3
27 >=net-dns/resolv_wrapper-1.1.4
28 - >=net-libs/socket_wrapper-1.1.7
29 + >=net-libs/socket_wrapper-1.1.9
30 >=sys-libs/uid_wrapper-1.2.1
31 )
32 )"
33
34 diff --git a/net-fs/samba/samba-4.8.6-r3.ebuild b/net-fs/samba/samba-4.8.6-r3.ebuild
35 index dce949b2939..742b6cd1b8e 100644
36 --- a/net-fs/samba/samba-4.8.6-r3.ebuild
37 +++ b/net-fs/samba/samba-4.8.6-r3.ebuild
38 @@ -98,7 +98,7 @@ DEPEND="${CDEPEND}
39 !system-mitkrb5? (
40 >=sys-libs/nss_wrapper-1.1.3
41 >=net-dns/resolv_wrapper-1.1.4
42 - >=net-libs/socket_wrapper-1.1.7
43 + >=net-libs/socket_wrapper-1.1.9
44 >=sys-libs/uid_wrapper-1.2.1
45 )
46 )"
47
48 diff --git a/net-fs/samba/samba-4.8.8-r1.ebuild b/net-fs/samba/samba-4.8.8-r1.ebuild
49 index ed0d3aa61ee..e004ef37a58 100644
50 --- a/net-fs/samba/samba-4.8.8-r1.ebuild
51 +++ b/net-fs/samba/samba-4.8.8-r1.ebuild
52 @@ -98,7 +98,7 @@ DEPEND="${CDEPEND}
53 !system-mitkrb5? (
54 >=sys-libs/nss_wrapper-1.1.3
55 >=net-dns/resolv_wrapper-1.1.4
56 - >=net-libs/socket_wrapper-1.1.7
57 + >=net-libs/socket_wrapper-1.1.9
58 >=sys-libs/uid_wrapper-1.2.1
59 )
60 )"
61
62 diff --git a/net-fs/samba/samba-4.9.4-r1.ebuild b/net-fs/samba/samba-4.9.4-r1.ebuild
63 index 778ff1fd3f4..27d25a8f113 100644
64 --- a/net-fs/samba/samba-4.9.4-r1.ebuild
65 +++ b/net-fs/samba/samba-4.9.4-r1.ebuild
66 @@ -99,7 +99,7 @@ DEPEND="${CDEPEND}
67 !system-mitkrb5? (
68 >=sys-libs/nss_wrapper-1.1.3
69 >=net-dns/resolv_wrapper-1.1.4
70 - >=net-libs/socket_wrapper-1.1.7
71 + >=net-libs/socket_wrapper-1.1.9
72 >=sys-libs/uid_wrapper-1.2.1
73 )
74 )"