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 042B5138334 for ; Fri, 14 Jun 2019 20:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22992E0841; Fri, 14 Jun 2019 20:53:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 04E17E0841 for ; Fri, 14 Jun 2019 20:53:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8C7B8346109 for ; Fri, 14 Jun 2019 20:53:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2FFB5FE for ; Fri, 14 Jun 2019 20:53:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1560545567.8d9e3bd82f598c9f0782400624ecb342ffab262c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-misc/smb4k/ X-VCS-Repository: proj/kde X-VCS-Files: net-misc/smb4k/smb4k-9999.ebuild X-VCS-Directories: net-misc/smb4k/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8d9e3bd82f598c9f0782400624ecb342ffab262c X-VCS-Branch: master Date: Fri, 14 Jun 2019 20:53:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 877bce1c-aa33-4693-b6a7-9208aa91728e X-Archives-Hash: 054e89a46b200cf5c82283a58b9d3e56 commit: 8d9e3bd82f598c9f0782400624ecb342ffab262c Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jun 14 20:52:47 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jun 14 20:52:47 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8d9e3bd8 net-misc/smb4k: Add pkg_postinst note about Samba 4.7 fix Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner gentoo.org> net-misc/smb4k/smb4k-9999.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/net-misc/smb4k/smb4k-9999.ebuild b/net-misc/smb4k/smb4k-9999.ebuild index 578795e8d7..896232bad4 100644 --- a/net-misc/smb4k/smb4k-9999.ebuild +++ b/net-misc/smb4k/smb4k-9999.ebuild @@ -56,3 +56,13 @@ src_configure(){ ) kde5_src_configure } + +pkg_postinst() { + kde5_pkg_postinst + elog "Users of Samba 4.7 and above please note that for the time being," + elog "the following setting has to be added to or changed in the [global]" + elog "section of the smb.conf file:" + elog + elog "[global]" + elog "client max protocol = NT1" +}