From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AEF7C138334 for ; Fri, 16 Nov 2018 07:46:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 879C9E09EE; Fri, 16 Nov 2018 07:46:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59B60E09EE for ; Fri, 16 Nov 2018 07:46:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95821335C7F for ; Fri, 16 Nov 2018 07:46:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBB63431 for ; Fri, 16 Nov 2018 07:46:41 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1542354391.3b72a744702238e2aedb7cad6f57ee95096a1fed.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/files/, net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/files/samba-4.9.2-timespec.patch net-fs/samba/samba-4.9.2-r1.ebuild net-fs/samba/samba-4.9.2.ebuild X-VCS-Directories: net-fs/samba/ net-fs/samba/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3b72a744702238e2aedb7cad6f57ee95096a1fed X-VCS-Branch: master Date: Fri, 16 Nov 2018 07:46:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a737fee5-5c93-46b3-ae25-e861b3bf03da X-Archives-Hash: 94267de1e51acb2e2d0a5ec5598a56be commit: 3b72a744702238e2aedb7cad6f57ee95096a1fed Author: Craig Andrews gentoo org> AuthorDate: Mon Nov 12 03:32:28 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Nov 16 07:46:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b72a744 net-fs/samba: Fix compatibility issues with the timespec struct Closes: https://bugs.gentoo.org/666548 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Craig Andrews gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/10396 Signed-off-by: Lars Wendler gentoo.org> net-fs/samba/files/samba-4.9.2-timespec.patch | 21 +++++++++++++++++++++ .../{samba-4.9.2.ebuild => samba-4.9.2-r1.ebuild} | 1 + 2 files changed, 22 insertions(+) diff --git a/net-fs/samba/files/samba-4.9.2-timespec.patch b/net-fs/samba/files/samba-4.9.2-timespec.patch new file mode 100644 index 00000000000..c82f4af4e7e --- /dev/null +++ b/net-fs/samba/files/samba-4.9.2-timespec.patch @@ -0,0 +1,21 @@ +From 11e8c14b78e2423041f3846882f74cd6490a3e44 Mon Sep 17 00:00:00 2001 +From: Joan Karadimov +Date: Thu, 18 Oct 2018 18:16:17 +0300 +Subject: [PATCH] Fix compatibility issues with the timespec struct + +--- + source3/include/libsmbclient.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h +index 5e4a1715402..6487ea7a8aa 100644 +--- a/source3/include/libsmbclient.h ++++ b/source3/include/libsmbclient.h +@@ -78,6 +78,7 @@ extern "C" { + #include + #include + #include ++#include + #include + + #define SMBC_BASE_FD 10000 /* smallest file descriptor returned */ diff --git a/net-fs/samba/samba-4.9.2.ebuild b/net-fs/samba/samba-4.9.2-r1.ebuild similarity index 99% rename from net-fs/samba/samba-4.9.2.ebuild rename to net-fs/samba/samba-4.9.2-r1.ebuild index 474ff007b0b..9552e026df2 100644 --- a/net-fs/samba/samba-4.9.2.ebuild +++ b/net-fs/samba/samba-4.9.2-r1.ebuild @@ -132,6 +132,7 @@ S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}/${PN}-4.4.0-pam.patch" "${FILESDIR}/${PN}-4.5.1-compile_et_fix.patch" + "${FILESDIR}/${PN}-4.9.2-timespec.patch" ) #CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)"