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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3AAD6159C9B for ; Tue, 6 Aug 2024 02:13:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEC762BC040; Tue, 6 Aug 2024 02:13:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D50072BC040 for ; Tue, 6 Aug 2024 02:13:40 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B1B433E3A9 for ; Tue, 6 Aug 2024 02:13:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EA151EBB for ; Tue, 6 Aug 2024 02:13:37 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1722910335.6e77a6a87c9e70f03a0a1ac9b367478ac5e1ff45.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/ffmpegfs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild X-VCS-Directories: sys-fs/ffmpegfs/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 6e77a6a87c9e70f03a0a1ac9b367478ac5e1ff45 X-VCS-Branch: dev Date: Tue, 6 Aug 2024 02:13:37 +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: 168cbc4d-aef1-48aa-8a31-c879132e21a7 X-Archives-Hash: 5274a4db5235cebbcef832ead1e572e7 commit: 6e77a6a87c9e70f03a0a1ac9b367478ac5e1ff45 Author: Lucio Sauer posteo net> AuthorDate: Mon Aug 5 11:37:55 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Tue Aug 6 02:12:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e77a6a8 sys-fs/ffmpegfs: remove build system -D_FORTIFY_SOURCE=2 We handle it downstream. No revbump needed since vanilla Gentoo enables these by default (as of 23.0 profiles) https://wiki.gentoo.org/wiki/Hardened/Toolchain#Changes Closes: https://bugs.gentoo.org/936615 Signed-off-by: Lucio Sauer posteo.net> sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild b/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild index 33dbbffbb..dab7b1dff 100644 --- a/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild +++ b/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild @@ -40,6 +40,8 @@ PATCHES=( src_prepare() { default + # bug 936615 + sed 's/-D_FORTIFY_SOURCE=2//' -i Makefile.am || die eautoreconf } 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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24AD2159C9B for ; Tue, 6 Aug 2024 14:10:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70CA42BC07E; Tue, 6 Aug 2024 14:10:54 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 567082BC07E for ; Tue, 6 Aug 2024 14:10:54 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72CF3343027 for ; Tue, 6 Aug 2024 14:10:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6739D1EBD for ; Tue, 6 Aug 2024 14:10:50 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1722910335.6e77a6a87c9e70f03a0a1ac9b367478ac5e1ff45.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/ffmpegfs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild X-VCS-Directories: sys-fs/ffmpegfs/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 6e77a6a87c9e70f03a0a1ac9b367478ac5e1ff45 X-VCS-Branch: master Date: Tue, 6 Aug 2024 14:10:50 +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: 135ba8fc-97d7-4862-b997-44f8e4a82d69 X-Archives-Hash: a540dec2f489a20d0cf5bacf81a6948c Message-ID: <20240806141050.Gfse4z3YgSRZkKcQArPQ6iz6Yv-GcL44GHJY8QeWnAU@z> commit: 6e77a6a87c9e70f03a0a1ac9b367478ac5e1ff45 Author: Lucio Sauer posteo net> AuthorDate: Mon Aug 5 11:37:55 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Tue Aug 6 02:12:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e77a6a8 sys-fs/ffmpegfs: remove build system -D_FORTIFY_SOURCE=2 We handle it downstream. No revbump needed since vanilla Gentoo enables these by default (as of 23.0 profiles) https://wiki.gentoo.org/wiki/Hardened/Toolchain#Changes Closes: https://bugs.gentoo.org/936615 Signed-off-by: Lucio Sauer posteo.net> sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild b/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild index 33dbbffbb..dab7b1dff 100644 --- a/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild +++ b/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild @@ -40,6 +40,8 @@ PATCHES=( src_prepare() { default + # bug 936615 + sed 's/-D_FORTIFY_SOURCE=2//' -i Makefile.am || die eautoreconf }