forked from pool/iproute2
Accepting request 573923 from security:netfilter
- Update to new upstream release 4.15.0 OBS-URL: https://build.opensuse.org/request/show/573923 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iproute2?expand=0&rev=94
This commit is contained in:
commit
1de930d7ea
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d43ac068afcc350a448f4581b6e292331ef7e4e7aa746e34981582d5fdb10067
|
||||
size 636876
|
BIN
iproute2-4.15.0.tar.sign
Normal file
BIN
iproute2-4.15.0.tar.sign
Normal file
Binary file not shown.
3
iproute2-4.15.0.tar.xz
Normal file
3
iproute2-4.15.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48d4616a99d7b609b7b795c0ae8ec57099fb0271ed89253e8772c02327798355
|
||||
size 648836
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 7 02:17:21 UTC 2018 - avindra@opensuse.org
|
||||
|
||||
- Update to new upstream release 4.15.0
|
||||
* Add "show" subcommand to "ip fou"
|
||||
* Show 'external' link mode in output
|
||||
* bridge: vlan: support for per vlan tunnel info
|
||||
* gre6/tunnel: Output flowlabel after tclass
|
||||
* ila: support for configuring identifier and hook types
|
||||
* ila: support to configure checksum neutral-map-auto
|
||||
* ip6_gre: add support for ERSPAN tunnel
|
||||
* ip6tnl/tunnel: Output hoplimit before encapsulation limit
|
||||
* ip: add fastopen_no_cookie option to ip route
|
||||
* ip: bridge_slave: add neigh_suppress to the type help and
|
||||
* ip: bridge_slave: add support for per-port group_fwd_mask
|
||||
* ip: validate vlan value for vlan info
|
||||
* iplink: new option to set neigh suppression on a bridge port
|
||||
* link_iptnl: Print tunnel mode
|
||||
* qdisc: print offload indication
|
||||
* ss: Implement automatic column width calculation
|
||||
* ss: Introduce columns lightweight abstraction
|
||||
* ss: add AF_VSOCK support
|
||||
* ss: add missing path MTU parameter
|
||||
* ss: print tcpi_rcv_ssthresh
|
||||
* tc: Add support for the CBS qdisc
|
||||
* tc: bandwith limits can now be specified in %.
|
||||
* {f, m}_bpf: don't allow specifying multiple bpf programs
|
||||
- drop man-fix-documentation-references-in-manual-pages.patch
|
||||
* debian specific paths were removed altogether
|
||||
- partial cleanup with spec-cleaner
|
||||
- use https in urls
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 10 23:47:36 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package iproute2
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,29 +17,27 @@
|
||||
|
||||
|
||||
Name: iproute2
|
||||
Version: 4.14.1
|
||||
Version: 4.15.0
|
||||
Release: 0
|
||||
%define rversion 4.14.1
|
||||
%define rversion 4.15.0
|
||||
Summary: Linux network configuration utilities
|
||||
License: GPL-2.0
|
||||
Group: Productivity/Networking/Routing
|
||||
Url: http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
|
||||
Url: https://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
|
||||
# Using GPL-2.0 instead of GPL-2.0+ because of tc_skbedit.h and tc/q_multiq.c
|
||||
|
||||
#DL-URL: http://kernel.org/pub/linux/utils/net/iproute2/
|
||||
#DL-URL: https://kernel.org/pub/linux/utils/net/iproute2/
|
||||
#Git-Clone: git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2
|
||||
Source: http://kernel.org/pub/linux/utils/net/iproute2/%name-%rversion.tar.xz
|
||||
Source2: http://kernel.org/pub/linux/utils/net/iproute2/%name-%rversion.tar.sign
|
||||
Source: https://kernel.org/pub/linux/utils/net/iproute2/%name-%rversion.tar.xz
|
||||
Source2: https://kernel.org/pub/linux/utils/net/iproute2/%name-%rversion.tar.sign
|
||||
Source9: %name.keyring
|
||||
Patch1: adjust-installation-directories-for-openSUSE-SLE.patch
|
||||
Patch2: use-sysconf-_SC_CLK_TCK-if-HZ-undefined.patch
|
||||
Patch3: add-explicit-typecast-to-avoid-gcc-warning.patch
|
||||
Patch4: xfrm-support-displaying-transformations-used-for-Mob.patch
|
||||
Patch5: man-fix-documentation-references-in-manual-pages.patch
|
||||
Patch6: split-link-and-compile-steps-for-binaries.patch
|
||||
Patch7: examples-fix-bashisms-in-example-script.patch
|
||||
Patch102: Revert-emp-fix-warning-on-deprecated-bison-directive.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: bison
|
||||
BuildRequires: db-devel
|
||||
BuildRequires: fdupes
|
||||
@ -84,7 +82,7 @@ bash command line completion support for iproute.
|
||||
|
||||
%prep
|
||||
%setup -qn %name-%rversion
|
||||
%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 6 -P 7 -p1
|
||||
%patch -P 1 -P 2 -P 3 -P 4 -P 6 -P 7 -p1
|
||||
%if 0%{?sles_version} == 11
|
||||
%patch -P 102 -p1
|
||||
%endif
|
||||
@ -95,14 +93,16 @@ find . -name *.orig -delete
|
||||
# https://bugzilla.novell.com/show_bug.cgi?id=388021
|
||||
xt_libdir="$(pkg-config xtables --variable=xtlibdir)"
|
||||
xt_cflags="$(pkg-config xtables --cflags)"
|
||||
make %{?_smp_mflags} LIBDIR="%_libdir" CCOPTS="-D_GNU_SOURCE %optflags -Wstrict-prototypes -Wno-error -fPIC -DXT_LIB_DIR=\\\"$xt_libdir\\\" $xt_cflags"
|
||||
make %{?_smp_mflags} CCOPTS="-D_GNU_SOURCE %optflags -Wstrict-prototypes -Wno-error -fPIC -DXT_LIB_DIR=\\\"$xt_libdir\\\" $xt_cflags"
|
||||
|
||||
%install
|
||||
b="%buildroot"
|
||||
install -d "$b"/{etc/,sbin/,usr/{bin,sbin,share/man/man{3,8}}}
|
||||
install -d "$b"/{/usr/include,%_libdir,/usr/share}
|
||||
make install DESTDIR="$b" LIBDIR="%_libdir" \
|
||||
MODDESTDIR="$b/%_libdir/tc" DOCDIR="%_docdir/%name"
|
||||
%make_install \
|
||||
MODDESTDIR="$b/%_libdir/tc" \
|
||||
DOCDIR="%_docdir/%name"
|
||||
|
||||
# We have m_xt
|
||||
rm -f "$b/%_libdir/tc/m_ipt.so"
|
||||
install -pm0644 "lib/libnetlink.a" "$b/%_libdir/"
|
||||
@ -122,7 +122,6 @@ cp -an README* COPYING "$b/%_docdir/%name/"
|
||||
%fdupes %buildroot/%_prefix
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%_bindir/lnstat
|
||||
%_bindir/nstat
|
||||
%_bindir/routef
|
||||
@ -142,13 +141,11 @@ cp -an README* COPYING "$b/%_docdir/%name/"
|
||||
%_docdir/%name/
|
||||
|
||||
%files -n libnetlink-devel
|
||||
%defattr(-,root,root)
|
||||
%_includedir/*
|
||||
%_mandir/man3/libnetlink*
|
||||
%_libdir/lib*
|
||||
|
||||
%files bash-completion
|
||||
%defattr(-,root,root)
|
||||
%_datadir/bash-completion/
|
||||
|
||||
%changelog
|
||||
|
@ -1,51 +0,0 @@
|
||||
From: Michal Kubecek <mkubecek@suse.cz>
|
||||
Date: Mon, 19 Oct 2015 14:11:00 +0200
|
||||
Subject: man: fix documentation references in manual pages
|
||||
Patch-mainline: Never, SUSE specific
|
||||
References: bsc#949063
|
||||
|
||||
Some manual pages refer to Debian specific paths and package names.
|
||||
Replace them by SUSE specific ones.
|
||||
---
|
||||
man/man8/lnstat.8 | 2 +-
|
||||
man/man8/ss.8 | 4 ++--
|
||||
2 files changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/man/man8/lnstat.8 b/man/man8/lnstat.8
|
||||
index acd5f4a20522..738acd545f6a 100644
|
||||
--- a/man/man8/lnstat.8
|
||||
+++ b/man/man8/lnstat.8
|
||||
@@ -255,7 +255,7 @@ route cache removal, therefore always zero.
|
||||
|
||||
.SH SEE ALSO
|
||||
.BR ip (8),
|
||||
-and /usr/share/doc/iproute-doc/README.lnstat (package iproute-doc on Debian)
|
||||
+and /usr/share/doc/packages/iproute2/README.lnstat
|
||||
.br
|
||||
.SH AUTHOR
|
||||
lnstat was written by Harald Welte <laforge@gnumonks.org>.
|
||||
diff --git a/man/man8/ss.8 b/man/man8/ss.8
|
||||
index 81de69de8042..092570884cf6 100644
|
||||
--- a/man/man8/ss.8
|
||||
+++ b/man/man8/ss.8
|
||||
@@ -142,7 +142,7 @@ Read filter information from FILE.
|
||||
Each line of FILE is interpreted like single command line option. If FILE is - stdin is used.
|
||||
.TP
|
||||
.B FILTER := [ state STATE-FILTER ] [ EXPRESSION ]
|
||||
-Please take a look at the official documentation (Debian package iproute-doc) for details regarding filters.
|
||||
+Please take a look at the official documentation (package iproute2-doc) for details regarding filters.
|
||||
|
||||
.SH STATE-FILTER
|
||||
|
||||
@@ -197,7 +197,7 @@ Find all local processes connected to X server.
|
||||
List all the tcp sockets in state FIN-WAIT-1 for our apache to network 193.233.7/24 and look at their timers.
|
||||
.SH SEE ALSO
|
||||
.BR ip (8),
|
||||
-.BR /usr/share/doc/iproute-doc/ss.html " (package iproutedoc)",
|
||||
+.BR /usr/share/doc/packages/iproute2/ss.* " (package iproute2-doc)"
|
||||
.br
|
||||
.BR RFC " 793 "
|
||||
- https://tools.ietf.org/rfc/rfc793.txt (TCP states)
|
||||
--
|
||||
2.14.1
|
||||
|
Loading…
Reference in New Issue
Block a user