From patchwork Tue Feb 21 15:03:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6590 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 4PLjGv0ys2z3xDP for ; Tue, 21 Feb 2023 15:03:51 +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 4PLjGr6MN4z2JP; Tue, 21 Feb 2023 15:03:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PLjGr184Hz2yvq; Tue, 21 Feb 2023 15:03:48 +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 4PLjGq3HPPz2xPs for ; Tue, 21 Feb 2023 15:03:47 +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 4PLjGq0155zRR; Tue, 21 Feb 2023 15:03:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1676991827; 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=P0aXiJLbtYZSSAPXDtTJvFpl7UszLKt43WQk1CzhPCg=; b=eRol6Du83IX4AtNchlJLNKUcnVX0QFMaj0KP5hnaeMsfHIJxS10L0H2/Mj/+GhokRW9goc nHU/BGGYHOTKRPCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676991827; 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=P0aXiJLbtYZSSAPXDtTJvFpl7UszLKt43WQk1CzhPCg=; b=RaJZPS0w4H7lx5oXep90TO4JHUS2mFKuIWYD9pHnx9zlfwNH47qEmQl+dzenfwUWYGYBxX Pj4sRKThxUWXxB8yWFXbHuB/Y1bWWPC9U9T/jXBmRhf/ewQDX0Gp7kJNjsAOoQKrmj6Ljq 8LoiHWeIcNrW2RAuxSgdkDFUnBZxWSOHluTWLOHp6M70PPAY8MSq/SC6vxS4lBqvuAYPKx FJ6ALHgWUOok67b6DXRG64YSbOo2yF5cWsmQs5YoaKVyzesgcZVIElTHfi9YdwXmAdfbL7 bNEdT0pWBiS+w3/eyv2aPVwcm2khRjb87HXY7gpRb3BVTGv6i/3gZxSHgdYVSw== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/3] libtirpc: Does not depend on libgssglue Date: Tue, 21 Feb 2023 16:03:38 +0100 Message-Id: <20230221150339.878076-2-stefan.schantl@ipfire.org> In-Reply-To: <20230221150339.878076-1-stefan.schantl@ipfire.org> References: <20230221150339.878076-1-stefan.schantl@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: Stefan Schantl --- libtirpc/libtirpc.nm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libtirpc/libtirpc.nm b/libtirpc/libtirpc.nm index b37755962..55857a103 100644 --- a/libtirpc/libtirpc.nm +++ b/libtirpc/libtirpc.nm @@ -5,7 +5,7 @@ name = libtirpc version = 1.3.3 -release = 1 +release = 2 groups = System/Libraries url = http://nfsv4.bullopensource.org/ @@ -26,7 +26,6 @@ build requires autoconf automake - libgssglue-devel libtool end