From patchwork Tue Feb 7 13:01:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6497 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 4PB3DH2bMtz3xDP for ; Tue, 7 Feb 2023 13:01:35 +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 4PB3DB399fz11l; 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 4PB3D94bt1z30HK; 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 4PB3D74S7Sz2xLF 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 4PB3D72qDZzv5; 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=UBqU4lTx358s5NQJ6GPVs8VWw9BJolgxmOMajY0NkKU=; b=ceCz/umrMlZdUatZgk7r5hR3JKy/YMFJE8B75um9d471njpLTORVTWB8BaVhmwy91CdHIc f1GmoUURX7LAsTAw== 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=UBqU4lTx358s5NQJ6GPVs8VWw9BJolgxmOMajY0NkKU=; b=FdrWFVLKb7bao2MJZ61gXMJh6YI2JILVJhQDxDQxftdxrCZi2P6MIXn8jLkllNUTM4A84s YmXD6oNSifSM8OIY+Ns1PD0HTDuSRue8s1MSM5SQuXti8/u+XpKc21VC4g+Nzgf0DGy46o 055AiU5K4Gkdj8pekIMCl3H9prExgDF5sRpou5pZc/q00+c86YDCuEyuaKw2Tx4bR3t5qv kpvTefjNSWZiS1xB4mic8QZHhDDfJkVzcmnFohT+nQQOL0vBhMx1WhHQsjpAyCXJ/zoYAp n2X+oGPpU8udRuJuot2StYq5SNboNnzLYkaAmo97V9TlfZpX7muzj/nY39r+SQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 4/5] samba: libtirpc removed from dependencies as now core package Date: Tue, 7 Feb 2023 14:01:19 +0100 Message-Id: <20230207130120.1311417-4-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/samba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/samba b/lfs/samba index 12ffccfa7..e7b31c900 100644 --- a/lfs/samba +++ b/lfs/samba @@ -33,9 +33,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = samba -PAK_VER = 90 +PAK_VER = 91 -DEPS = avahi cups libtirpc perl-Parse-Yapp perl-JSON +DEPS = avahi cups perl-Parse-Yapp perl-JSON SERVICES = samba