summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-02-20 21:03:09 -0800
committerMichael Forney <mforney@mforney.org>2020-02-20 21:03:09 -0800
commitcc0cf73bc04c668321c91e319e463ca01ee9556e (patch)
tree204c13181dc719eb30099d78b022100e695f9694 /pkg
parent3502501b404156a146efbe28ee6a787a3856bce3 (diff)
iproute2: Remove patch no longer necessary with latest cproc
Diffstat (limited to 'pkg')
-rw-r--r--pkg/iproute2/patch/0005-Don-t-use-empty-initializer-lists.patch (renamed from pkg/iproute2/patch/0006-Don-t-use-empty-initializer-lists.patch)0
-rw-r--r--pkg/iproute2/patch/0005-Make-RT_TABLE_MAX-a-preprocessor-define-since-it-doe.patch29
-rw-r--r--pkg/iproute2/patch/0006-Avoid-non-standard-e-escape-sequence.patch (renamed from pkg/iproute2/patch/0007-Avoid-non-standard-e-escape-sequence.patch)0
-rw-r--r--pkg/iproute2/patch/0007-Remove-semicolon-after-function-definitions.patch (renamed from pkg/iproute2/patch/0008-Remove-semicolon-after-function-definitions.patch)0
-rw-r--r--pkg/iproute2/patch/0008-Don-t-omit-second-operand-to-operator.patch (renamed from pkg/iproute2/patch/0009-Don-t-omit-second-operand-to-operator.patch)0
-rw-r--r--pkg/iproute2/patch/0009-Avoid-unnecessary-VLAs.patch (renamed from pkg/iproute2/patch/0010-Avoid-unnecessary-VLAs.patch)0
-rw-r--r--pkg/iproute2/patch/0010-ip-Fix-get_link_kind-when-linked-statically.patch (renamed from pkg/iproute2/patch/0011-ip-Fix-get_link_kind-when-linked-statically.patch)0
-rw-r--r--pkg/iproute2/patch/0011-Use-alloca-instead-of-VLA-when-VLA-is-not-available.patch (renamed from pkg/iproute2/patch/0012-Use-alloca-instead-of-VLA-when-VLA-is-not-available.patch)0
-rw-r--r--pkg/iproute2/patch/0012-Use-static-inline-function-for-min.patch (renamed from pkg/iproute2/patch/0013-Use-static-inline-function-for-min.patch)0
-rw-r--r--pkg/iproute2/ver2
10 files changed, 1 insertions, 30 deletions
diff --git a/pkg/iproute2/patch/0006-Don-t-use-empty-initializer-lists.patch b/pkg/iproute2/patch/0005-Don-t-use-empty-initializer-lists.patch
index 3131e9c0..3131e9c0 100644
--- a/pkg/iproute2/patch/0006-Don-t-use-empty-initializer-lists.patch
+++ b/pkg/iproute2/patch/0005-Don-t-use-empty-initializer-lists.patch
diff --git a/pkg/iproute2/patch/0005-Make-RT_TABLE_MAX-a-preprocessor-define-since-it-doe.patch b/pkg/iproute2/patch/0005-Make-RT_TABLE_MAX-a-preprocessor-define-since-it-doe.patch
deleted file mode 100644
index d96ad095..00000000
--- a/pkg/iproute2/patch/0005-Make-RT_TABLE_MAX-a-preprocessor-define-since-it-doe.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From a382de34be20b5627c24f169c590d979b07d3873 Mon Sep 17 00:00:00 2001
-From: Michael Forney <mforney@mforney.org>
-Date: Sun, 16 Jun 2019 12:16:50 -0700
-Subject: [PATCH] Make RT_TABLE_MAX a preprocessor define, since it doesn't fit
- in `int`
-
----
- include/uapi/linux/rtnetlink.h | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/include/uapi/linux/rtnetlink.h b/include/uapi/linux/rtnetlink.h
-index 4b93791c..a89cab32 100644
---- a/include/uapi/linux/rtnetlink.h
-+++ b/include/uapi/linux/rtnetlink.h
-@@ -319,9 +319,10 @@ enum rt_class_t {
- RT_TABLE_DEFAULT=253,
- RT_TABLE_MAIN=254,
- RT_TABLE_LOCAL=255,
-- RT_TABLE_MAX=0xFFFFFFFF
- };
-
-+#define RT_TABLE_MAX 0xFFFFFFFF
-+
-
- /* Routing message attributes */
-
---
-2.25.0
-
diff --git a/pkg/iproute2/patch/0007-Avoid-non-standard-e-escape-sequence.patch b/pkg/iproute2/patch/0006-Avoid-non-standard-e-escape-sequence.patch
index 37a12c0c..37a12c0c 100644
--- a/pkg/iproute2/patch/0007-Avoid-non-standard-e-escape-sequence.patch
+++ b/pkg/iproute2/patch/0006-Avoid-non-standard-e-escape-sequence.patch
diff --git a/pkg/iproute2/patch/0008-Remove-semicolon-after-function-definitions.patch b/pkg/iproute2/patch/0007-Remove-semicolon-after-function-definitions.patch
index e08377aa..e08377aa 100644
--- a/pkg/iproute2/patch/0008-Remove-semicolon-after-function-definitions.patch
+++ b/pkg/iproute2/patch/0007-Remove-semicolon-after-function-definitions.patch
diff --git a/pkg/iproute2/patch/0009-Don-t-omit-second-operand-to-operator.patch b/pkg/iproute2/patch/0008-Don-t-omit-second-operand-to-operator.patch
index b6cc3872..b6cc3872 100644
--- a/pkg/iproute2/patch/0009-Don-t-omit-second-operand-to-operator.patch
+++ b/pkg/iproute2/patch/0008-Don-t-omit-second-operand-to-operator.patch
diff --git a/pkg/iproute2/patch/0010-Avoid-unnecessary-VLAs.patch b/pkg/iproute2/patch/0009-Avoid-unnecessary-VLAs.patch
index dae07dea..dae07dea 100644
--- a/pkg/iproute2/patch/0010-Avoid-unnecessary-VLAs.patch
+++ b/pkg/iproute2/patch/0009-Avoid-unnecessary-VLAs.patch
diff --git a/pkg/iproute2/patch/0011-ip-Fix-get_link_kind-when-linked-statically.patch b/pkg/iproute2/patch/0010-ip-Fix-get_link_kind-when-linked-statically.patch
index dc419c34..dc419c34 100644
--- a/pkg/iproute2/patch/0011-ip-Fix-get_link_kind-when-linked-statically.patch
+++ b/pkg/iproute2/patch/0010-ip-Fix-get_link_kind-when-linked-statically.patch
diff --git a/pkg/iproute2/patch/0012-Use-alloca-instead-of-VLA-when-VLA-is-not-available.patch b/pkg/iproute2/patch/0011-Use-alloca-instead-of-VLA-when-VLA-is-not-available.patch
index 516ee48e..516ee48e 100644
--- a/pkg/iproute2/patch/0012-Use-alloca-instead-of-VLA-when-VLA-is-not-available.patch
+++ b/pkg/iproute2/patch/0011-Use-alloca-instead-of-VLA-when-VLA-is-not-available.patch
diff --git a/pkg/iproute2/patch/0013-Use-static-inline-function-for-min.patch b/pkg/iproute2/patch/0012-Use-static-inline-function-for-min.patch
index 88f117c2..88f117c2 100644
--- a/pkg/iproute2/patch/0013-Use-static-inline-function-for-min.patch
+++ b/pkg/iproute2/patch/0012-Use-static-inline-function-for-min.patch
diff --git a/pkg/iproute2/ver b/pkg/iproute2/ver
index 45587d2c..f4b2a0b4 100644
--- a/pkg/iproute2/ver
+++ b/pkg/iproute2/ver
@@ -1 +1 @@
-5.5.0 r0
+5.5.0 r1