logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: cc0cf73bc04c668321c91e319e463ca01ee9556e
parent 3502501b404156a146efbe28ee6a787a3856bce3
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 20 Feb 2020 21:03:09 -0800

iproute2: Remove patch no longer necessary with latest cproc

Diffstat:

Rpkg/iproute2/patch/0006-Don-t-use-empty-initializer-lists.patch -> pkg/iproute2/patch/0005-Don-t-use-empty-initializer-lists.patch0
Dpkg/iproute2/patch/0005-Make-RT_TABLE_MAX-a-preprocessor-define-since-it-doe.patch29-----------------------------
Rpkg/iproute2/patch/0007-Avoid-non-standard-e-escape-sequence.patch -> pkg/iproute2/patch/0006-Avoid-non-standard-e-escape-sequence.patch0
Rpkg/iproute2/patch/0008-Remove-semicolon-after-function-definitions.patch -> pkg/iproute2/patch/0007-Remove-semicolon-after-function-definitions.patch0
Rpkg/iproute2/patch/0009-Don-t-omit-second-operand-to-operator.patch -> pkg/iproute2/patch/0008-Don-t-omit-second-operand-to-operator.patch0
Rpkg/iproute2/patch/0010-Avoid-unnecessary-VLAs.patch -> pkg/iproute2/patch/0009-Avoid-unnecessary-VLAs.patch0
Rpkg/iproute2/patch/0011-ip-Fix-get_link_kind-when-linked-statically.patch -> pkg/iproute2/patch/0010-ip-Fix-get_link_kind-when-linked-statically.patch0
Rpkg/iproute2/patch/0012-Use-alloca-instead-of-VLA-when-VLA-is-not-available.patch -> pkg/iproute2/patch/0011-Use-alloca-instead-of-VLA-when-VLA-is-not-available.patch0
Rpkg/iproute2/patch/0013-Use-static-inline-function-for-min.patch -> pkg/iproute2/patch/0012-Use-static-inline-function-for-min.patch0
Mpkg/iproute2/ver2+-
10 files changed, 1 insertion(+), 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 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 @@ -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 diff --git 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 diff --git 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 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 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 diff --git a/pkg/iproute2/ver b/pkg/iproute2/ver @@ -1 +1 @@ -5.5.0 r0 +5.5.0 r1