From patchwork Sun Feb 26 12:19:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6620 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 4PPjNm1XyMz3wjy for ; Sun, 26 Feb 2023 12:19:20 +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 4PPjNh4R40z2Jv; Sun, 26 Feb 2023 12:19:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PPjNg4qKNz30Gq; Sun, 26 Feb 2023 12:19:15 +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 4PPjNd6mCGz2xDp for ; Sun, 26 Feb 2023 12:19:13 +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 4PPjNd4DMjzc4; Sun, 26 Feb 2023 12:19:13 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677413953; 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=DslvCkvpyMMR5pxM2PWOrVvV0mix6KsmNfk6mmUtnb4=; b=ipila678Aw2wX4mAcuiPekdA+l3ARnTEryjeGAO7w1sAbyJYm5qjs0CfMVPctNklKnO89y 47todQWphA6H9oCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677413953; 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=DslvCkvpyMMR5pxM2PWOrVvV0mix6KsmNfk6mmUtnb4=; b=nIdtB2twZm049JBCIS/xOb/M2PuEB5KrGrwW9+k/23ffj2BG+cdnvOu72JuZFX8c1PBU17 yUloGXa8z/GsfVB0Cm4hJ3qMLFsneY5iunVuTiTmYKYPU/tzohnsqA/p5BsVmKS3bzuqKV 8jurJHeryjKBsVOcKKxbyM1jS8sxStqByn9imugp+lF/tENVPNxRJEkBZVyAAoIsJLz1ho mXqHYJ9VO+ogFW0hzl8SCtipdtvs/oqERIO/fa3EiFlX0nvbnzv42rDsYYpqtyWqBZmR00 OzuBUnhrimauDOWPOnWIyJoTsiZANrHAfSOdIMNupTTu32LYA5fw5KFfNsN7aQ== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 3/4] ppp: Do not longer depend on linux-atm Date: Sun, 26 Feb 2023 13:19:04 +0100 Message-Id: <20230226121905.273373-3-stefan.schantl@ipfire.org> In-Reply-To: <20230226121905.273373-1-stefan.schantl@ipfire.org> References: <20230226121905.273373-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 --- ppp/ppp.nm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ppp/ppp.nm b/ppp/ppp.nm index 53155d819..50af895b6 100644 --- a/ppp/ppp.nm +++ b/ppp/ppp.nm @@ -5,7 +5,7 @@ name = ppp version = 2.4.9 -release = 2 +release = 3 groups = System/Daemons url = https://ppp.samba.org/ @@ -26,7 +26,6 @@ build requires libpcap-devel libudev-devel - linux-atm-devel libxcrypt-devel openssl-devel pam-devel