forked from pool/iproute2
Accepting request 1143108 from security:netfilter
- Update to release 6.7 OBS-URL: https://build.opensuse.org/request/show/1143108 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iproute2?expand=0&rev=138
This commit is contained in:
commit
8c7f940dd5
@ -10,19 +10,17 @@ Match the directory layout of openSUSE and SLE.
|
|||||||
tc/q_netem.c | 2 +-
|
tc/q_netem.c | 2 +-
|
||||||
3 files changed, 7 insertions(+), 6 deletions(-)
|
3 files changed, 7 insertions(+), 6 deletions(-)
|
||||||
|
|
||||||
Index: iproute2-6.6.0/Makefile
|
Index: iproute2-6.7.0/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- iproute2-6.6.0.orig/Makefile
|
--- iproute2-6.7.0.orig/Makefile
|
||||||
+++ iproute2-6.6.0/Makefile
|
+++ iproute2-6.7.0/Makefile
|
||||||
@@ -15,10 +15,10 @@ MAKEFLAGS += --no-print-directory
|
@@ -15,8 +15,8 @@ MAKEFLAGS += --no-print-directory
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PREFIX?=/usr
|
PREFIX?=/usr
|
||||||
-SBINDIR?=/sbin
|
-SBINDIR?=/sbin
|
||||||
+SBINDIR?=/usr/sbin
|
|
||||||
CONF_ETC_DIR?=/etc/iproute2
|
|
||||||
CONF_USR_DIR?=$(LIBDIR)/iproute2
|
|
||||||
-NETNS_RUN_DIR?=/var/run/netns
|
-NETNS_RUN_DIR?=/var/run/netns
|
||||||
|
+SBINDIR?=/usr/sbin
|
||||||
+NETNS_RUN_DIR?=/run/netns
|
+NETNS_RUN_DIR?=/run/netns
|
||||||
NETNS_ETC_DIR?=/etc/netns
|
NETNS_ETC_DIR?=/etc/netns
|
||||||
DATADIR?=$(PREFIX)/share
|
DATADIR?=$(PREFIX)/share
|
||||||
@ -36,10 +34,10 @@ Index: iproute2-6.6.0/Makefile
|
|||||||
ifneq ($(SHARED_LIBS),y)
|
ifneq ($(SHARED_LIBS),y)
|
||||||
DEFINES+= -DNO_SHARED_LIBS
|
DEFINES+= -DNO_SHARED_LIBS
|
||||||
endif
|
endif
|
||||||
Index: iproute2-6.6.0/netem/Makefile
|
Index: iproute2-6.7.0/netem/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- iproute2-6.6.0.orig/netem/Makefile
|
--- iproute2-6.7.0.orig/netem/Makefile
|
||||||
+++ iproute2-6.6.0/netem/Makefile
|
+++ iproute2-6.7.0/netem/Makefile
|
||||||
@@ -7,6 +7,7 @@ DISTDATA = normal.dist pareto.dist paret
|
@@ -7,6 +7,7 @@ DISTDATA = normal.dist pareto.dist paret
|
||||||
HOSTCC ?= $(CC)
|
HOSTCC ?= $(CC)
|
||||||
CCOPTS = $(CBUILD_CFLAGS)
|
CCOPTS = $(CBUILD_CFLAGS)
|
||||||
@ -60,10 +58,10 @@ Index: iproute2-6.6.0/netem/Makefile
|
|||||||
done
|
done
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
Index: iproute2-6.6.0/tc/q_netem.c
|
Index: iproute2-6.7.0/tc/q_netem.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- iproute2-6.6.0.orig/tc/q_netem.c
|
--- iproute2-6.7.0.orig/tc/q_netem.c
|
||||||
+++ iproute2-6.6.0/tc/q_netem.c
|
+++ iproute2-6.7.0/tc/q_netem.c
|
||||||
@@ -131,7 +131,7 @@ static int get_distribution(const char *
|
@@ -131,7 +131,7 @@ static int get_distribution(const char *
|
||||||
char *line = NULL;
|
char *line = NULL;
|
||||||
char name[128];
|
char name[128];
|
||||||
|
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8738c804afd09f0bf756937f0c3de23117832a98d8cbbf50386cf5005cd613ce
|
|
||||||
size 917964
|
|
BIN
iproute2-6.7.0.tar.sign
Normal file
BIN
iproute2-6.7.0.tar.sign
Normal file
Binary file not shown.
3
iproute2-6.7.0.tar.xz
Normal file
3
iproute2-6.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ff942dd9828d7d1f867f61fe72ce433078c31e5d8e4a78e20f02cb5892e8841d
|
||||||
|
size 919800
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 31 18:09:41 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 6.7
|
||||||
|
* devlink: Support setting port function ipsec_crypto cap and
|
||||||
|
ipsec_packet cap
|
||||||
|
* iplink: bridge: Add support for bridge FDB learning limits
|
||||||
|
* bridge: fdb: support match on source VNI, nexthop ID,
|
||||||
|
destination VNI, destination port, destination IP address and
|
||||||
|
[no]router flag in the flush command
|
||||||
|
* bridge: mdb: Add get support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 30 22:40:27 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Thu Nov 30 22:40:27 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package iproute2
|
# spec file for package iproute2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define _buildshell /bin/bash
|
%define _buildshell /bin/bash
|
||||||
Name: iproute2
|
Name: iproute2
|
||||||
Version: 6.6
|
Version: 6.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux network configuration utilities
|
Summary: Linux network configuration utilities
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -166,7 +166,7 @@ EOF
|
|||||||
%_mandir/man7/*
|
%_mandir/man7/*
|
||||||
%_mandir/man8/*
|
%_mandir/man8/*
|
||||||
%exclude %_mandir/man8/arpd.8*
|
%exclude %_mandir/man8/arpd.8*
|
||||||
/usr/lib/iproute2
|
%_datadir/iproute2/
|
||||||
%_libdir/tc/
|
%_libdir/tc/
|
||||||
%_datadir/tc/
|
%_datadir/tc/
|
||||||
%_docdir/%name/
|
%_docdir/%name/
|
||||||
|
Loading…
Reference in New Issue
Block a user