From patchwork Tue Feb 7 13:01:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6498 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 4PB3DL0fF3z3ws7 for ; Tue, 7 Feb 2023 13:01:38 +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 4PB3DB5dnzz9N8; Tue, 7 Feb 2023 13:01:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PB3D95twmz30HD; Tue, 7 Feb 2023 13:01:29 +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 4PB3D75bFgz2yf4 for ; Tue, 7 Feb 2023 13:01:27 +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 4PB3D74JDLzH7; Tue, 7 Feb 2023 13:01:27 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1675774887; 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=f8IGcUfTWnmYCax2gKF9PPbmvRlkjvM0iBPnLPBwqiE=; b=TD440JmTd41qcX+sBpGMFdBDEuLisKUKZfB/XNoMPrVYc9hYRXeLbv83WXy/msPubFjvGK RJ1XJqYbiK6yZEDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1675774887; 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=f8IGcUfTWnmYCax2gKF9PPbmvRlkjvM0iBPnLPBwqiE=; b=aYz8uv6jcHjO9RMk0PbXQi6JrFcSmQ6qt7p75yTaHmcUkvxJnH/e5gDtBwSP3s4rL36ikN I1k4AUPKMjq+67cquqG3ZK3bokl8bx6Rdnluh4uvl1Q+D4pZJfUpyelh4ZwyijZbV4Dyqg dOAgb6wvlmq7/rDgmLsBunU/K0XXILXya3ISHwCYNlh/2IyNmDAcwY/3WPnZkVc902XS7L kBh8W2iUV/XfYlnuYmJzI7ooLFjXypazlVgehB+0UmHgPoKS+64sfdBCZgtaoW+v5ayFM4 ltimVyjAXyL+bndIIlZzW+6Uk+NWF8jsO/tVAd31uIk6GCym/TBbF915YZjrvQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 5/5] xinetd: libtirpc removed from dependencies as now core package Date: Tue, 7 Feb 2023 14:01:20 +0100 Message-Id: <20230207130120.1311417-5-adolf.belka@ipfire.org> In-Reply-To: <20230207130120.1311417-1-adolf.belka@ipfire.org> References: <20230207130120.1311417-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/xinetd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/xinetd b/lfs/xinetd index c5a714140..6c1cbecfc 100644 --- a/lfs/xinetd +++ b/lfs/xinetd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 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,9 +34,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = xinetd -PAK_VER = 3 +PAK_VER = 4 -DEPS = libtirpc +DEPS = SERVICES = xinetd