From patchwork Sun Feb 26 12:19:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6618 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PPjNk5lD4z3wjy for ; Sun, 26 Feb 2023 12:19:18 +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 4PPjNg4BQRzXR; Sun, 26 Feb 2023 12:19:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PPjNg2ytsz2x9t; 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PPjNd2MGdz2x9t 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 4PPjNc129QzQ5; Sun, 26 Feb 2023 12:19:12 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677413952; 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=rlnleklQ2VcHDwhsv70oXSVXW7Rp8hNXGnYUEI0UYIM=; b=J4vn3ybvisMMnnCIwbAx7cBj69lBQl3FX2O/CjmsjCRDTxDaznGSAqS3hbYPnq5xvtzskR AH5I22G7uS7yAxBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677413952; 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=rlnleklQ2VcHDwhsv70oXSVXW7Rp8hNXGnYUEI0UYIM=; b=f2j4ZTi1iC1sl0bC6uejd+mVRzX+hg7jMguq+hWwKT5uK1hCuhai5QxDbZeITRfVYUiwkD u4s0vLjREhjlXyVYLPa4Cjtau29e71lbL8vctNsTZiJy2I39LA6PjK6cpbHk0C8n+jh/5I DyyvUjdhbIMIL6Xb4UNhGrUMp0YOao0jtepoOx6wkoalZ2LbhTtTlx1vZfiYqBXZnutdBA tmPFDzYqkI/cIhkQQK/wViIH73CBw37dig/Ar49mSJYdm1uvIIdFGmyAsgE7N0k2i1TDd5 MgK3XcaWkCFLNgV+Kb35sju96Tb5CsprvwJLpzhuFtuyyGo/f4+hEjz+xqZBIQ== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/4] iproute2: Do not depend on linux-atm. Date: Sun, 26 Feb 2023 13:19:02 +0100 Message-Id: <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 --- iproute2/iproute2.nm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/iproute2/iproute2.nm b/iproute2/iproute2.nm index 12764f296..965d1cf3f 100644 --- a/iproute2/iproute2.nm +++ b/iproute2/iproute2.nm @@ -5,7 +5,7 @@ name = iproute2 version = 6.0.0 -release = 2 +release = 3 groups = Networking/Tools url = https://git.kernel.org/pub/scm/network/iproute2/iproute2.git @@ -30,7 +30,6 @@ build libmnl-devel libnl-devel libtirpc-devel - linux-atm-devel >= 2.5.1 end export RPM_OPT_FLAGS = %{CFLAGS} %{LDFLAGS} 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 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 From patchwork Sun Feb 26 12:19:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6621 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 4PPjNm4npGz3wkG 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 4PPjNh6dqvz3BZ; 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 4PPjNg5tXYz30H7; 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 4PPjNf3CDSz2ykj for ; Sun, 26 Feb 2023 12:19:14 +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 4PPjNf0hGRzQ5; Sun, 26 Feb 2023 12:19:14 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677413954; 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=xCqSJAK9UCO1CN5WlcBXnnv91TfiX/BGR7x9cLr1ipM=; b=CIymhCE+NGYtcRpUQbSOSYp2vqsHjO2CbWtKtiZVa78z/TR8W1FBdzWvKykFQ/2dp4jCXT UvSVMHmmR8F0GVDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677413954; 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=xCqSJAK9UCO1CN5WlcBXnnv91TfiX/BGR7x9cLr1ipM=; b=LJqBR9vsX1co9fUThgWTfEy6cZj65DugVqja/P4Gh8aNU6Gq7F3mI5o8FYOj4OmASGx8PD NwC100qj98RxUeo3F8E9hNGrbwEHGmHHC7yp9oufjwfwFaM+mjPxxHGz/TiuAFTIGYep/E KWbfuEH8/VZ+Wb3rkp2IwHjHDxA7MhGA/Haf8eK5Y70NIc4ap6Uk/7PpRawqvwYS5qzVQZ wKSW1TIxHdRIMPYcvhIfnxyalTlEoLRanTf7mtCbat627KLsdkkMbiqfXbdSXX0nBtSytv TWzZjIqkOJtZk4WBlf1lq49OMKaRSpo2/qnKF5f3kU9lnas9jB9q+FgcWZUVHg== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 4/4] linux-atm: Drop package Date: Sun, 26 Feb 2023 13:19:05 +0100 Message-Id: <20230226121905.273373-4-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 --- linux-atm/linux-atm.nm | 55 ------------------- linux-atm/patches/linux-arm-gcc43.patch | 11 ---- .../linux-atm-2.5.0-disable-ilmidiag.patch | 11 ---- .../patches/linux-atm-2.5.0-open-macro.patch | 11 ---- linux-atm/patches/man-pages.patch | 45 --------------- 5 files changed, 133 deletions(-) delete mode 100644 linux-atm/linux-atm.nm delete mode 100644 linux-atm/patches/linux-arm-gcc43.patch delete mode 100644 linux-atm/patches/linux-atm-2.5.0-disable-ilmidiag.patch delete mode 100644 linux-atm/patches/linux-atm-2.5.0-open-macro.patch delete mode 100644 linux-atm/patches/man-pages.patch diff --git a/linux-atm/linux-atm.nm b/linux-atm/linux-atm.nm deleted file mode 100644 index 4b3ac47ba..000000000 --- a/linux-atm/linux-atm.nm +++ /dev/null @@ -1,55 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = linux-atm -version = 2.5.1 -release = 2 - -groups = System/Daemons -url = http://linux-atm.sourceforge.net/ -license = BSD and GPLv2 and GPLv2+ and LGPLv2+ and MIT -summary = Tools to support ATM networking under Linux. - -description - This package contains header files and libraries for development \ - using theLinux ATM API. -end - -sources = %{thisapp}.tgz -source_dl = http://downloads.sf.net/%{name}/ - -build - requires - bison - flex - flex-devel - kernel-headers - perl - end - - prepare_cmds - sed -e "s/-lfl/&_pic/g" -i src/*{,/*}/Makefile.in - end - - PARALLELISMFLAGS = -end - -packages - package %{name} - - package %{name}-libs - template LIBS - end - - package %{name}-devel - template DEVEL - - requires += %{name}-libs = %{thisver} - end - - package %{name}-debuginfo - template DEBUGINFO - end -end diff --git a/linux-atm/patches/linux-arm-gcc43.patch b/linux-atm/patches/linux-arm-gcc43.patch deleted file mode 100644 index 9d9c5cd0e..000000000 --- a/linux-atm/patches/linux-arm-gcc43.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -rNu linux-atm-2.5.0/src/led/main.c linux-atm-2.5.0-atomix/src/led/main.c ---- linux-atm-2.5.0/src/led/main.c 2005-10-06 19:27:50.000000000 +0200 -+++ linux-atm-2.5.0-atomix/src/led/main.c 2008-04-18 12:14:21.000000000 +0200 -@@ -36,6 +36,7 @@ - #include - #include - #include -+#include - #include - #include - #include diff --git a/linux-atm/patches/linux-atm-2.5.0-disable-ilmidiag.patch b/linux-atm/patches/linux-atm-2.5.0-disable-ilmidiag.patch deleted file mode 100644 index c420be9c5..000000000 --- a/linux-atm/patches/linux-atm-2.5.0-disable-ilmidiag.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- linux-atm/src/ilmid/Makefile.am~ 2007-07-11 17:07:57.000000000 +0100 -+++ linux-atm/src/ilmid/Makefile.am 2007-08-23 09:22:45.000000000 +0100 -@@ -2,7 +2,7 @@ SUBDIRS = asn1 - - INCLUDES = -I$(srcdir)/../ilmid/asn1 - --sbin_PROGRAMS = ilmid ilmidiag -+sbin_PROGRAMS = ilmid - - ilmid_SOURCES = rfc1157_snmp.c rfc1157_snmp.h rfc1155_smi.c rfc1155_smi.h \ - util.c util.h io.c io.h message.c message.h \ diff --git a/linux-atm/patches/linux-atm-2.5.0-open-macro.patch b/linux-atm/patches/linux-atm-2.5.0-open-macro.patch deleted file mode 100644 index 928222fa2..000000000 --- a/linux-atm/patches/linux-atm-2.5.0-open-macro.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- linux-atm/src/maint/atmtcp.c~ 2007-08-22 14:59:21.000000000 +0100 -+++ linux-atm/src/maint/atmtcp.c 2007-08-22 18:27:24.000000000 +0100 -@@ -109,7 +109,7 @@ static void control(int in_link,struct a - switch (msg->type) { - case ATMTCP_CTRL_OPEN: - if (out->ops->open) -- changed += out->ops->open(out,in_link,msg); -+ changed += (out->ops->open)(out,in_link,msg); - break; - case ATMTCP_CTRL_CLOSE: - if (out->ops->close) diff --git a/linux-atm/patches/man-pages.patch b/linux-atm/patches/man-pages.patch deleted file mode 100644 index c504cfe87..000000000 --- a/linux-atm/patches/man-pages.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff -up linux-atm-2.5.1/src/led/zeppelin.8.fixman linux-atm-2.5.1/src/led/zeppelin.8 ---- linux-atm-2.5.1/src/led/zeppelin.8.fixman 2003-05-02 19:35:04.000000000 +0200 -+++ linux-atm-2.5.1/src/led/zeppelin.8 2010-10-13 12:58:18.000000000 +0200 -@@ -99,7 +99,7 @@ Ring and ATM parts of the ELAN, so using - recommended. Token Ring support has received less testing than its - Ethernet counterpart. - .SH FILES --.IP \fI/var/run/lec[interface number].pid\fP -+\fI/var/run/lec[interface number].pid\fP - The file containing the process id of zeppelin. - .SH BUGS - John Bonham died 1980 and Led Zeppelin broke. -diff -up linux-atm-2.5.1/src/mpoad/mpcd.8.fixman linux-atm-2.5.1/src/mpoad/mpcd.8 ---- linux-atm-2.5.1/src/mpoad/mpcd.8.fixman 2001-10-10 00:33:07.000000000 +0200 -+++ linux-atm-2.5.1/src/mpoad/mpcd.8 2010-10-13 12:59:14.000000000 +0200 -@@ -28,7 +28,7 @@ mpcd \- ATM MPOA (Multi\-Protocol Over A - .B ]] - .SH DESCRIPTION - MPOA client --.SM(MPC) is responsible for creating and receiving -+.SM (MPC) is responsible for creating and receiving - internetwork layer shortcuts. Using these shortcuts MPCs forward - unicast internetwork layer packets effectively over ATM without need - for routing protocols. -@@ -43,7 +43,7 @@ accepts shortcuts and packets arriving o - shortcuts is done with the help of - .SM MPOA - server --.SM(MPS). -+.SM (MPS). - .PP - Just as the Linux - .SM LAN -diff -up linux-atm-2.5.1/src/sigd/atmsigd.conf.4.fixman linux-atm-2.5.1/src/sigd/atmsigd.conf.4 ---- linux-atm-2.5.1/src/sigd/atmsigd.conf.4.fixman 2001-10-10 00:33:07.000000000 +0200 -+++ linux-atm-2.5.1/src/sigd/atmsigd.conf.4 2010-10-13 12:58:49.000000000 +0200 -@@ -125,7 +125,7 @@ a comment. The `#' character cannot be e - .P - If an option is specified in \fBatmsigd.conf\fP and on the command - line, the command line has priority. --.COMPATIBILITY -+.SH COMPATIBILITY - Certain options used by past versions of \fBatmsigd\fP but no longer documented - on the man page are still recognized and supported, but they also yield a - warning message. Future versions of \fBatmsigd\fP will not recognize those