From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b4Pk83Jsnz34Rp for ; Sat, 24 May 2025 14:37:04 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4b4Pk46y4hz330h for ; Sat, 24 May 2025 14:37:00 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (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 mail01.ipfire.org (Postfix) with ESMTPSA id 4b4Pk451vyz34H; Sat, 24 May 2025 14:37:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1748097420; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=z7XJV7KGzijXOOfXpPlOn1tz+D7/qc4v5mjLbiFsTLs=; b=Udnghv2upCj0195VTblXqmk/IQPTYcTIK4Ri9O4IfeXS4sfl1dV/6xMgul4WQ0NuJiSrZi uTeL1VEzlHW8iJBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1748097420; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=z7XJV7KGzijXOOfXpPlOn1tz+D7/qc4v5mjLbiFsTLs=; b=idHO/zNsYdUvlcd9cpuZUSHUXhkjReWCqVpj0iAGn/uokS+8mBIgGQbYso35IfKAN4jaW/ kQVDCIxaNBWSIWVbyKafzAlS9KRo15mDP0/iB7LpkRAprfcn/klSZNOcAhEOoKKwAS3s3h KMOrElDsTAu+roSxPSekFTwmNzmAKXz+M6oNQTTyB57Q5eLrA3uyJz4g4rkt0p2LVRps+l JKXOtJ3v919Xy75RmAJNIziL6u78OdiAWfkY5h+wlmKKPuTAAMSAnl80mxYmFpSXldo2QB LXaniHUexmF7tYCenJAxItHNeMA8wF3KT7/ir7S9ShTnjNz1lAToJUSUaipMBA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] gperf: Update to version 3.3 Date: Sat, 24 May 2025 16:36:48 +0200 Message-ID: <20250524143655.3304593-3-adolf.belka@ipfire.org> In-Reply-To: <20250524143655.3304593-1-adolf.belka@ipfire.org> References: <20250524143655.3304593-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 3.1 to 3.3 - Update of rootfile not required - Changelog 3.3 * Speedup: gperf is now between 2x and 2.5x faster. 3.2.1 * The generated code avoids -Wundef warnings in C++ mode. 3.2 * The input file may now use Windows line terminators (CR/LF) instead of Unix line terminators (LF). Note: This is an incompatible change. If you want to use a keyword that ends in a CR byte, such as xyz, write it as "xyz\r". * The generated code avoids several types of warnings: - "implicit fallthrough" warnings in 'switch' statements. - "unused parameter" warnings regarding 'str' or 'len'. - "missing initializer for field ..." warnings. - "zero as null pointer constant" warnings. Signed-off-by: Adolf Belka --- lfs/gperf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lfs/gperf b/lfs/gperf index c617af0c5..bc17fd777 100644 --- a/lfs/gperf +++ b/lfs/gperf @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 3.1 +VER = 3.3 THISAPP = gperf-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -39,7 +39,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = bc4c54ade3f7dce484714d77cb5759dcc02b7a607d7b1aff6bdbcd06ee4c83e9449038a7217d5f25bcbef058ba56e1fce9383b9599de005154e5a9b566ac9c69 +$(DL_FILE)_BLAKE2 = 76fd532c4443d27031c8b2dbceaa985d0d3eed8d66f2ba2d128d027ecec0175717ab1468236b0b0405445e7457076a802458e326d5023ce28869e478ca622fa9 install : $(TARGET) @@ -69,7 +69,9 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls + cd $(DIR_APP) && ./configure \ + --prefix=/usr \ + --disable-nls cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) -- 2.49.0