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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A601158287 for ; Mon, 12 May 2025 13:44:48 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7F8303434FD for ; Mon, 12 May 2025 13:44:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 72B8B1102C5; Mon, 12 May 2025 13:44:47 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 65BF61102C5 for ; Mon, 12 May 2025 13:44:47 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13BE43434F7 for ; Mon, 12 May 2025 13:44:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48A1EDA7 for ; Mon, 12 May 2025 13:44:45 +0000 (UTC) From: "Eray Aslan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eray Aslan" Message-ID: <1747057470.6cfc3bc56dfd908150abb3029c406563aece84fe.eras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mailutils/mailutils-3.18.ebuild net-mail/mailutils/mailutils-3.19.ebuild X-VCS-Directories: net-mail/mailutils/ X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan X-VCS-Revision: 6cfc3bc56dfd908150abb3029c406563aece84fe X-VCS-Branch: master Date: Mon, 12 May 2025 13:44:45 +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: d874f884-818e-464a-901e-d67c82d12e92 X-Archives-Hash: d21f37824d3c485b40e9c95fc23b8d96 commit: 6cfc3bc56dfd908150abb3029c406563aece84fe Author: Sam James gentoo org> AuthorDate: Sat May 10 13:56:03 2025 +0000 Commit: Eray Aslan gentoo org> CommitDate: Mon May 12 13:44:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cfc3bc5 net-mail/mailutils: drop -fno-strict-aliasing It was added quite a long time ago in commit 228ea23cb7dbb0a469e85d0089802c209118ac35 I don't see any -Wstrict-aliasing warnings with 3.18 or 3.19 and the testsuite passes. If I had to guess, maybe it was fixed by upstream commit 4f36463dfe2d17b2932a656fffee9aeb7832abe4. Closes: https://bugs.gentoo.org/955777 Signed-off-by: Sam James gentoo.org> Signed-off-by: Eray Aslan gentoo.org> net-mail/mailutils/mailutils-3.18.ebuild | 1 - net-mail/mailutils/mailutils-3.19.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/net-mail/mailutils/mailutils-3.18.ebuild b/net-mail/mailutils/mailutils-3.18.ebuild index d4e56e08295b..55896961d8c1 100644 --- a/net-mail/mailutils/mailutils-3.18.ebuild +++ b/net-mail/mailutils/mailutils-3.18.ebuild @@ -87,7 +87,6 @@ src_prepare() { src_configure() { # bug #943873 append-cflags -std=gnu17 - append-flags -fno-strict-aliasing if use guile; then export GUILE_SNARF="${GUILESNARF}" diff --git a/net-mail/mailutils/mailutils-3.19.ebuild b/net-mail/mailutils/mailutils-3.19.ebuild index e00a959d2338..c9d8f8669d3b 100644 --- a/net-mail/mailutils/mailutils-3.19.ebuild +++ b/net-mail/mailutils/mailutils-3.19.ebuild @@ -87,7 +87,6 @@ src_prepare() { src_configure() { # bug #943873 append-cflags -std=gnu17 - append-flags -fno-strict-aliasing if use guile; then export GUILE_SNARF="${GUILESNARF}"