From patchwork Tue Feb 21 15:03:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6589 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 4PLjGs6YBHz3x1t for ; Tue, 21 Feb 2023 15:03:49 +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 4PLjGr2mBVzRR; 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 4PLjGr0LTKz2xSs; 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 4PLjGp6c25z2xPs for ; Tue, 21 Feb 2023 15:03:46 +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 4PLjGp2PZbz1rg; 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=1676991826; 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; bh=FFKsr6zD8dvwZy0GF44AedpcBhHOzsMm0hYZN+HKRcE=; b=wwpCqtO0YqfG9HWalDOLReoEJTCQ6DMbKvjDG9J/PJBdHfqLAsqcGEUc7qPZt26offFuTK KhKJSol5FpJlJYDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676991826; 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; bh=FFKsr6zD8dvwZy0GF44AedpcBhHOzsMm0hYZN+HKRcE=; b=P7MPMNOe4fIV44B/Sk2J+XYIHTJORad3nviLKu9zuxiY+kTa2Cp7t+qV2oGLVdnMqSlK40 chAWnfPgF5WIQFz4b4HLKmYOIwc8pRKr+h2YhMakJ6cxFGyrGP+zCKqa+82+pSu3QilfkL us5oolhnC3bP77Wn4Ohg0U4eWgBswxhNq699zxrTEiH58GjPODWIOGxRG3psYJRVwpjY2y Cr5Ooz0li/uGi8Sm6iWRGTDBnbklLAnSokFaXTw/feW7xKOToTssZnXEm4/6mDgygYWW6p rJvPxgzESeuzhYBJPsAg2wYthxpwNgfrP8sMawnsNGB2UUdxqjl3KufygagebQ== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/3] nfs-utils: Does not depend on libgssglue Date: Tue, 21 Feb 2023 16:03:37 +0100 Message-Id: <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 --- nfs-utils/nfs-utils.nm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nfs-utils/nfs-utils.nm b/nfs-utils/nfs-utils.nm index f703bf53a..6625f798c 100644 --- a/nfs-utils/nfs-utils.nm +++ b/nfs-utils/nfs-utils.nm @@ -5,7 +5,7 @@ name = nfs-utils version = 2.6.2 -release = 1 +release = 2 groups = Networking/Tools url = http://nfs.sourceforge.net/ @@ -35,7 +35,6 @@ build libdevmapper-devel libcap-devel libevent-devel - libgssglue-devel >= 0.3 libkeyutils-devel libmount-devel libtirpc-devel 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 From patchwork Tue Feb 21 15:03:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6591 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 4PLjGy0HhBz3x1t for ; Tue, 21 Feb 2023 15:03:54 +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 4PLjGx4hSjz1ys; Tue, 21 Feb 2023 15:03:53 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PLjGx0Ws0z2xPW; Tue, 21 Feb 2023 15:03:53 +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 4PLjGr1H22z2yy5 for ; Tue, 21 Feb 2023 15:03:48 +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 4PLjGq4LlwzrZ; Tue, 21 Feb 2023 15:03:47 +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=ELJqzNG6pbFg/v8HmkZP8keb3b3zXJD0W7wfhYIac0s=; b=uqrFLxJ06bl5mne42fipHb7Qq+hjJ51SvFHE9BnB3dJbam2k6HeI6yJ54TVLqfOrHJ3giE cu4kEA8FISHBFYDQ== 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=ELJqzNG6pbFg/v8HmkZP8keb3b3zXJD0W7wfhYIac0s=; b=Qvma7kqBPiluiWQE5mTT/GqHtvP5BuGIRsM8Hqq7kP7Fe6WDS65Tn/LliDmtPUJWe7fZPE R8aWnhJUqyTH8gkBw2d+s2P9gvDdDeuTH5nTaZ8sI7KXRW9rGXhTRXqkWx7sXpeFKNnPDg fFOmNJP7+x3PtjKpB74bFbCI/pqIzJXvr2RCL5+AUoDQWk4ljLOhR8xisW5uyIMEqCy9CN +ACGx4xRku1vxSCUR4Yh9uRro77riazZKIYJgfF0bQs/sONc2EvNCohgDOqY2NdEERYghY eblyrULTv+X5PgguzDhdlTVTXqGhpMzvfJyVsb3JXjISwnp/QPOZe7lCWk6jkA== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 3/3] libgssglue: Drop package Date: Tue, 21 Feb 2023 16:03:39 +0100 Message-Id: <20230221150339.878076-3-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 --- libgssglue/libgssglue.nm | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 libgssglue/libgssglue.nm diff --git a/libgssglue/libgssglue.nm b/libgssglue/libgssglue.nm deleted file mode 100644 index 97691ec4a..000000000 --- a/libgssglue/libgssglue.nm +++ /dev/null @@ -1,33 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = libgssglue -version = 0.4 -release = 1 - -groups = Development/Tools -url = http://www.citi.umich.edu/projects/nfsv4/linux/ -license = BSD -summary = This library exports a gssapi interface. - -description - This library exports a gssapi interface, but doesn't implement any - gssapi mechanisms itself; instead it calls gssapi routines in other - libraries, depending on the mechanism. -end - -source_dl = http://www.citi.umich.edu/projects/nfsv4/linux/%{name}/ - -packages - package %{name} - - package %{name}-devel - template DEVEL - end - - package %{name}-debuginfo - template DEBUGINFO - end -end