* [PATCH 1/4] iproute2: Do not depend on linux-atm.
@ 2023-02-26 12:19 Stefan Schantl
2023-02-26 12:19 ` [PATCH 2/4] ppp: Fix build dependencies Stefan Schantl
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Stefan Schantl @ 2023-02-26 12:19 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 656 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
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}
--
2.30.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2/4] ppp: Fix build dependencies.
2023-02-26 12:19 [PATCH 1/4] iproute2: Do not depend on linux-atm Stefan Schantl
@ 2023-02-26 12:19 ` Stefan Schantl
2023-02-26 12:19 ` [PATCH 3/4] ppp: Do not longer depend on linux-atm Stefan Schantl
2023-02-26 12:19 ` [PATCH 4/4] linux-atm: Drop package Stefan Schantl
2 siblings, 0 replies; 4+ messages in thread
From: Stefan Schantl @ 2023-02-26 12:19 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 672 bytes --]
* Requires libxcrypt for crypt.h file.
* systemd-units does not longer exist.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
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
--
2.30.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 3/4] ppp: Do not longer depend on linux-atm
2023-02-26 12:19 [PATCH 1/4] iproute2: Do not depend on linux-atm Stefan Schantl
2023-02-26 12:19 ` [PATCH 2/4] ppp: Fix build dependencies Stefan Schantl
@ 2023-02-26 12:19 ` Stefan Schantl
2023-02-26 12:19 ` [PATCH 4/4] linux-atm: Drop package Stefan Schantl
2 siblings, 0 replies; 4+ messages in thread
From: Stefan Schantl @ 2023-02-26 12:19 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 543 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
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
--
2.30.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 4/4] linux-atm: Drop package
2023-02-26 12:19 [PATCH 1/4] iproute2: Do not depend on linux-atm Stefan Schantl
2023-02-26 12:19 ` [PATCH 2/4] ppp: Fix build dependencies Stefan Schantl
2023-02-26 12:19 ` [PATCH 3/4] ppp: Do not longer depend on linux-atm Stefan Schantl
@ 2023-02-26 12:19 ` Stefan Schantl
2 siblings, 0 replies; 4+ messages in thread
From: Stefan Schantl @ 2023-02-26 12:19 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 6623 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
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 <info(a)ipfire.org> #
-###############################################################################
-
-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 <sys/time.h>
- #include <unistd.h>
- #include <signal.h>
-+#include <limits.h>
- #include <ctype.h>
- #include <string.h>
- #include <getopt.h>
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
--
2.30.2
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-02-26 12:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-26 12:19 [PATCH 1/4] iproute2: Do not depend on linux-atm Stefan Schantl
2023-02-26 12:19 ` [PATCH 2/4] ppp: Fix build dependencies Stefan Schantl
2023-02-26 12:19 ` [PATCH 3/4] ppp: Do not longer depend on linux-atm Stefan Schantl
2023-02-26 12:19 ` [PATCH 4/4] linux-atm: Drop package Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox