From patchwork Sun Feb 26 12:19:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6619 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 4PPjNl4b7Fz3wk1 for ; Sun, 26 Feb 2023 12:19:19 +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 4PPjNh4ND6z1nJ; 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 4PPjNg45Tzz30Cq; 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 4PPjNd3tmQz2xDp 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 4PPjNd0hZVzXR; 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=RwVWcpIYt8QGx2ZpomJ1tARrS7cP2n5hB6Z4QqJPQm4=; b=3S5ESqNS/mlnRum1AtjQQm+MKw1ZfXdgZqEVdx1x2xKo49TkV5h1mS2PyFSoNNn8bRWrdX /mvjD/Uf7iTFCNBg== 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=RwVWcpIYt8QGx2ZpomJ1tARrS7cP2n5hB6Z4QqJPQm4=; b=MApI2YmJeHro+2Vl9Pp7pxSRrduPmf8eZPfwWvJmnBbWLJlihav/po1AXugQOjzgBD0z8E E2aZgAWZG2hz+C3x3vAYZfUx1RZaN8gi5ufkr/25kuHuWmHVUcxEh8DW3aKoRkTXT6tut4 HciQpN7RHp1IGl6/KepKocOgDOJTkqzGSXgxc/tzOT3muLj16Fv4h5FMvu0yJN2Og23F/4 5weL9wv/h++hBKRkp+Yp2ZPn/AMXzmS3PImhG+ZGkjGk5AyTAE/hP9bzvMHaExeYzL79gL iLF2gHyqdJuGqoc2W9QLuzUR0YEr5pjrOzUT132/Q61Py1yzVMNMTEdUomcnBw== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/4] ppp: Fix build dependencies. Date: Sun, 26 Feb 2023 13:19:03 +0100 Message-Id: <20230226121905.273373-2-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" * Requires libxcrypt for crypt.h file. * systemd-units does not longer exist. Signed-off-by: Stefan Schantl --- ppp/ppp.nm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ppp/ppp.nm b/ppp/ppp.nm index 6ccfcecc9..53155d819 100644 --- a/ppp/ppp.nm +++ b/ppp/ppp.nm @@ -5,7 +5,7 @@ name = ppp version = 2.4.9 -release = 1 +release = 2 groups = System/Daemons url = https://ppp.samba.org/ @@ -27,9 +27,10 @@ build libpcap-devel libudev-devel linux-atm-devel + libxcrypt-devel openssl-devel pam-devel - systemd-units + systemd-devel end prepare_cmds