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, 13 Nov 2017 15:56:52
Message-Id: 1510588600.43216e1833dd91caef752e565150fb6df9684ccc.polynomial-c@gentoo
1 commit: 43216e1833dd91caef752e565150fb6df9684ccc
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 13 15:56:40 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 13 15:56:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43216e18
7
8 net-fs/samba: Fix stable samba when glibc[-rpc] is installed.
9
10 Bug: https://bugs.gentoo.org/606542
11 Package-Manager: Portage-2.3.13, Repoman-2.3.4
12
13 net-fs/samba/samba-4.2.14.ebuild | 1 +
14 net-fs/samba/samba-4.5.10-r1.ebuild | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/net-fs/samba/samba-4.2.14.ebuild b/net-fs/samba/samba-4.2.14.ebuild
18 index 0213488e770..67fef98bf87 100644
19 --- a/net-fs/samba/samba-4.2.14.ebuild
20 +++ b/net-fs/samba/samba-4.2.14.ebuild
21 @@ -91,6 +91,7 @@ S="${WORKDIR}/${MY_P}"
22 PATCHES=(
23 "${FILESDIR}/${PN}-4.2.3-heimdal_compilefix.patch"
24 "${FILESDIR}/${PN}-4.2.7-pam.patch"
25 + "${FILESDIR}/${PN}-glibc-2.26-no_rpc.patch" #637320
26 )
27
28 CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)"
29
30 diff --git a/net-fs/samba/samba-4.5.10-r1.ebuild b/net-fs/samba/samba-4.5.10-r1.ebuild
31 index 92ac19751e0..d21506da9c7 100644
32 --- a/net-fs/samba/samba-4.5.10-r1.ebuild
33 +++ b/net-fs/samba/samba-4.5.10-r1.ebuild
34 @@ -102,6 +102,7 @@ S="${WORKDIR}/${MY_P}"
35 PATCHES=(
36 "${FILESDIR}/${PN}-4.4.0-pam.patch"
37 "${FILESDIR}/${PN}-4.5.1-compile_et_fix.patch"
38 + "${FILESDIR}/${PN}-glibc-2.26-no_rpc.patch" #637320
39 )
40
41 #CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)"