From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E46F15827B for ; Tue, 12 Aug 2025 18:09:25 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E31E0340CF1 for ; Tue, 12 Aug 2025 18:09:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CC2A6110280; Tue, 12 Aug 2025 18:09:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C04CB110280 for ; Tue, 12 Aug 2025 18:09:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54D80340CF1 for ; Tue, 12 Aug 2025 18:09:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC7252A90 for ; Tue, 12 Aug 2025 18:09:21 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1755022103.7f39d401ccd8ca316b5e8752519c174fb2a86f40.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.20.8-r1.ebuild net-fs/samba/samba-4.21.7.ebuild net-fs/samba/samba-4.22.3.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 7f39d401ccd8ca316b5e8752519c174fb2a86f40 X-VCS-Branch: master Date: Tue, 12 Aug 2025 18:09:21 +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: 8a914dd2-ccbf-43e6-bd04-5563f285a6de X-Archives-Hash: d35f676a4aa197453cc4ea61f80ad0d3 commit: 7f39d401ccd8ca316b5e8752519c174fb2a86f40 Author: Mike Gilbert gentoo org> AuthorDate: Tue Aug 12 18:08:23 2025 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Aug 12 18:08:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f39d401 net-fs/samba: remove obsolete sed for gpgme.h Closes: https://bugs.gentoo.org/961427 Signed-off-by: Mike Gilbert gentoo.org> net-fs/samba/samba-4.20.8-r1.ebuild | 4 ---- net-fs/samba/samba-4.21.7.ebuild | 4 ---- net-fs/samba/samba-4.22.3.ebuild | 4 ---- 3 files changed, 12 deletions(-) diff --git a/net-fs/samba/samba-4.20.8-r1.ebuild b/net-fs/samba/samba-4.20.8-r1.ebuild index ec9a9ee1ef84..8f5eefc426b3 100644 --- a/net-fs/samba/samba-4.20.8-r1.ebuild +++ b/net-fs/samba/samba-4.20.8-r1.ebuild @@ -209,10 +209,6 @@ src_prepare() { # Ugly hackaround for bug #592502 #cp /usr/include/tevent_internal.h "${S}"/lib/tevent/ || die - sed -e 's:::' \ - -i source4/dsdb/samdb/ldb_modules/password_hash.c \ - || die - # WAF multilib_copy_sources } diff --git a/net-fs/samba/samba-4.21.7.ebuild b/net-fs/samba/samba-4.21.7.ebuild index 2cdfea3e095b..859ebf0287ff 100644 --- a/net-fs/samba/samba-4.21.7.ebuild +++ b/net-fs/samba/samba-4.21.7.ebuild @@ -208,10 +208,6 @@ src_prepare() { # Ugly hackaround for bug #592502 #cp /usr/include/tevent_internal.h "${S}"/lib/tevent/ || die - sed -e 's:::' \ - -i source4/dsdb/samdb/ldb_modules/password_hash.c \ - || die - # bug #943942 append-cflags -std=gnu17 diff --git a/net-fs/samba/samba-4.22.3.ebuild b/net-fs/samba/samba-4.22.3.ebuild index 3fa4ed236dd8..27bc11609d6e 100644 --- a/net-fs/samba/samba-4.22.3.ebuild +++ b/net-fs/samba/samba-4.22.3.ebuild @@ -208,10 +208,6 @@ src_prepare() { # Ugly hackaround for bug #592502 #cp /usr/include/tevent_internal.h "${S}"/lib/tevent/ || die - sed -e 's:::' \ - -i source4/dsdb/samdb/ldb_modules/password_hash.c \ - || die - # bug #943942 append-cflags -std=gnu17