From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [91.216.245.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 881E51E5B70 for ; Wed, 28 Jan 2026 12:48:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.216.245.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769604529; cv=none; b=DHprH7eMjrN38aLHCT03SR50dmqQLTlq4Kgp+antUj7CyA05k0bydbQYg3d9n3oSDtyizqsyTFgXQpgXIRx+oRVmN0ZdCszeW1lzlynSAdTjZkq4HpVUijWmRdhUjAUR4RU3yCmInTnMByd4eIKsSq0JYzICqOzu/uZkRNv3Jos= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769604529; c=relaxed/simple; bh=BWBD5r5FtF9sHiHab4bJwHVtTxsfWJ6+eKafXU+7i9k=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qnOUcTFzwLfl/Tk9/R+OB2Zz8yGJ7SrE4E4PuH+DFY6Z3U14LSjwFoQ49BaQDaDEQ6qdUqgorEnePpMjfNHpUldkxnN1m5pse846qjjNUdHts/8Hp9uNr//qvPCML8RsdLQ3IzefOxLHhji4hi+CWBVuWqXCDhGmxBSVELlI3uk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de; spf=pass smtp.mailfrom=strlen.de; arc=none smtp.client-ip=91.216.245.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=strlen.de Received: by Chamillionaire.breakpoint.cc (Postfix, from userid 1003) id 03D3160516; Wed, 28 Jan 2026 13:48:39 +0100 (CET) Date: Wed, 28 Jan 2026 13:48:35 +0100 From: Florian Westphal To: Phil Sutter , Pablo Neira Ayuso , Jeremy Sowden , netfilter-devel@vger.kernel.org, Philipp Bartsch , Arnout Engelen Subject: Re: [nftables PATCH] build: support SOURCE_DATE_EPOCH for reproducible build Message-ID: References: <20260123123137.2327427-1-phil@amsel.grmr.de> <20260123163615.GB1387959@celephais.dreamlands> Precedence: bulk X-Mailing-List: netfilter-devel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Phil Sutter wrote: > > > Generating one time-stamp in the Makefile is a pain in backside. I have > > > come up with a way to do it, but it's fiddly. Florian, Phil, would it > > > suffice to generate the time-stamp in configure? > > I deliberately chose a build timestamp, not a configure one. In most > cases it won't matter, but since one could defeat the stamp by > recompiling after making changes without calling configure. I don't think thats a concern. This is geared towards official releases only (and catching possible issues on update path on real deployments, not deveopment workstation). So I vote for configure-time.