From patchwork Tue Feb 7 13:01:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6495 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 4PB3DF3prNz3ww4 for ; Tue, 7 Feb 2023 13:01:33 +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 4PB3DB0822z2dJ; 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 4PB3D92mlLz309b; 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 4PB3D71lg7z2yLN 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 4PB3D66S37zwd; Tue, 7 Feb 2023 13:01:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1675774886; 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=D3yeTxi1/GRg3kFF/hb3eot3vYfq8X5dvB4k+OTsOgg=; b=ShYAHqGb95WBdf8rQqDhM8990tnAulKo1havDq7B9hm3+7OJxw1Y5Nzizl8huC9E21JLcL VyOeGqvsuXX0nzY6w/FFdq4hrGjSvA+CKzP7vdBmJGUvD80pl4bbk5AYFzXrvWPZJ6MN5B Qhsjc8n85Jif6PSPy8NXiXkP07h1dsmc20dwiriVhb5PED0qHdcnoNHIGIHClqscinX1Bj bIb0xhg4XhUYBEYaMnax7x2/CH+/TPeBH8NGao1brFbogOXDln3umTT4CADdy79bIG1160 eZbi9lYYbjEB3b7dKDctTnIE6zYSS9qIy6qdRb75ciA33wjUW027ahRnVIUXOw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1675774886; 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=D3yeTxi1/GRg3kFF/hb3eot3vYfq8X5dvB4k+OTsOgg=; b=755UDtXM+YSjf7EajJBnj+Qqfb90DoTpsIcvbHhAF6tFdv5TAPBsXrJx82D87SeuCWxqCJ kNxt+u8yxSNQ+aBg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/5] openvmtools: libtirpc removed from dependencies as now core package Date: Tue, 7 Feb 2023 14:01:17 +0100 Message-Id: <20230207130120.1311417-2-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/openvmtools | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/openvmtools b/lfs/openvmtools index 65d5104f9..b91c89d26 100644 --- a/lfs/openvmtools +++ b/lfs/openvmtools @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 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 # @@ -35,9 +35,9 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)/open-vm-tools TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 PROG = openvmtools -PAK_VER = 11 +PAK_VER = 12 -DEPS = libtirpc +DEPS = SERVICES = openvmtools