From patchwork Wed Jan 4 11:51:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6384 Return-Path: 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7JD6HyQz42gD for ; Wed, 4 Jan 2023 11:52:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7Hj1nkyz2PY; Wed, 4 Jan 2023 11:52:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Hg3wpSz30FK; Wed, 4 Jan 2023 11:51:59 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7HZ1jWXz30Fg for ; Wed, 4 Jan 2023 11:51:54 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7HX2Yv5z1Pv; Wed, 4 Jan 2023 11:51:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833112; 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=j11b2yK4jePoS3lKwCeCaxMdthN8c8k5DC+FNU3PdYA=; b=+58ohxEAotdwYa1628nz9fM1bVpgMOUHpzED6C2H+Ip8p6MUM+2XdLE7o+BgT9Tenvh5Yl rQGgA68DnjfVt5Dw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833112; 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=j11b2yK4jePoS3lKwCeCaxMdthN8c8k5DC+FNU3PdYA=; b=gLK1Dut8Mck8WBPrV21wfV7u6Ku2ywZcxG7ojxSouUHMUAt/9sSpTzz9qmtbWHySg8GxZc x5WOa+e14tfI75oWcTD6H/IcTR19IjDuqB4iI9Up3yFX22j5hp+FAnoNmmJqpHNlfvOlRf u8B92Qtg8bUu0GJVjSK6RhlVdwLXOoOdOLPPa8IrFgxzQYJTyjGS/mb6OGwjJwgCp5fey/ hWDuk+y2RUhyVbzWiipA7KsTej4HeOqpP6ZMNaoRivOnWt0lL8P7d0gXQwS5HTPlsVE1FR FjDRQXCyChz5XWZuuxmF9OvbSIFgCBHja8pxvwboa5vog4xEyvwP4Wh1/yqDlQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 13/29] gnump3d: Ship due to sobump from json-c update Date: Wed, 4 Jan 2023 12:51:27 +0100 Message-Id: <20230104115143.5600-13-adolf.belka@ipfire.org> In-Reply-To: <20230104115143.5600-1-adolf.belka@ipfire.org> References: <20230104115143.5600-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/gnump3d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/gnump3d b/lfs/gnump3d index f2d6ba0f9..3deca8eae 100644 --- a/lfs/gnump3d +++ b/lfs/gnump3d @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2023 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 # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = gnump3d -PAK_VER = 8 +PAK_VER = 9 DEPS =