iproute-3.8.0
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=64
This commit is contained in:
parent
e25ccccc08
commit
82ec9f13d9
@ -1,17 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.4.12 (GNU/Linux)
|
|
||||||
|
|
||||||
iQIcBAABCAAGBQJQx3OMAAoJEICnf2CVzeR+riwP/A4c+uxCP4NyN9m+Wh+BT7wg
|
|
||||||
vqQ7sGM++Vufcj+rb+dS/qjZivTDf32Eg/1D6iZttO8JcaOvWGa0Q2FiAn7XBQSS
|
|
||||||
zIvaAidpLAxAvHqwcYMdW4e19orP6XMiItYYLfg2Q1BjLfyuybtZDU8pnAY1HH1q
|
|
||||||
pDIfYRDMZtP3FrKYImfEp38ZSxSl+vLzTozGF9Gah9QOnfUXO6lPHvvk6+61umZL
|
|
||||||
z2nR6EKvoMI2XeBp5g8PANZ3lGzmzPftoyUyathqu7waRryno75f7Hr+I/6nra3Q
|
|
||||||
luO2hblS0CQ2v/1qbr86odGLdfWweGF6xi1iwBg12gMGIDi9JJ0qLdS3W4w3mB4M
|
|
||||||
HpDClPcD4pbwFg0XXCSTtWKb8lZl3DJ6swGyUCb943W3CbRFZLJaF55n4/j6uFKn
|
|
||||||
en1M/h75EpKeQid48py7Dsxr42k1qgpXwuVNi7SXo7mN48ShXJUf5I76j7erLWEG
|
|
||||||
ZjtrEL8OeCRGuaanddHt96s3r3dWchamsp4kEcIj2ZPatWh4yHq+/midgo49mAsu
|
|
||||||
a0clZESmhC3WQO0aS4/b0guP9tlVwfJPRyzEXRDMCiNh4cEtDJ3IYDkkcw2NOg/c
|
|
||||||
MpCczaaKN7E1ntS1MvcfTJixBI7f3qUll3YsYRDqDbqpUPfmBzsZOb3OMy4PMG9I
|
|
||||||
ZipC+zdFcurN7uoxK2Wb
|
|
||||||
=xnXs
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:102b7b47ccb8397b14a1426c76e0764158cf337251e9ef5d9b38283733429b0e
|
|
||||||
size 399964
|
|
BIN
iproute2-3.8.0.tar.sign
Normal file
BIN
iproute2-3.8.0.tar.sign
Normal file
Binary file not shown.
3
iproute2-3.8.0.tar.xz
Normal file
3
iproute2-3.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:579145749f1aaf60e7c7a5de24b7f00fa2200a961094733c792b4ff139181e4f
|
||||||
|
size 407608
|
@ -4,10 +4,10 @@
|
|||||||
netem/Makefile | 6 ++++--
|
netem/Makefile | 6 ++++--
|
||||||
3 files changed, 7 insertions(+), 5 deletions(-)
|
3 files changed, 7 insertions(+), 5 deletions(-)
|
||||||
|
|
||||||
Index: iproute2-3.6.0/Makefile
|
Index: iproute2-3.8.0/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- iproute2-3.6.0.orig/Makefile
|
--- iproute2-3.8.0.orig/Makefile
|
||||||
+++ iproute2-3.6.0/Makefile
|
+++ iproute2-3.8.0/Makefile
|
||||||
@@ -1,7 +1,7 @@
|
@@ -1,7 +1,7 @@
|
||||||
ROOTDIR=$(DESTDIR)
|
ROOTDIR=$(DESTDIR)
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
@ -17,19 +17,19 @@ Index: iproute2-3.6.0/Makefile
|
|||||||
CONFDIR=/etc/iproute2
|
CONFDIR=/etc/iproute2
|
||||||
DATADIR=$(PREFIX)/share
|
DATADIR=$(PREFIX)/share
|
||||||
DOCDIR=$(DATADIR)/doc/iproute2
|
DOCDIR=$(DATADIR)/doc/iproute2
|
||||||
@@ -35,7 +35,7 @@ HOSTCC = gcc
|
@@ -33,7 +33,7 @@ CCOPTS = -O2
|
||||||
DEFINES += -D_GNU_SOURCE
|
WFLAGS := -Wall -Wstrict-prototypes -Werror -Wmissing-prototypes
|
||||||
CCOPTS = -O2
|
WFLAGS += -Wmissing-declarations -Wold-style-definition
|
||||||
WFLAGS = -Wall -Wstrict-prototypes
|
|
||||||
-CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)
|
-CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)
|
||||||
+CFLAGS = -DLIBDIR=\"${LIBDIR}\" $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)
|
+CFLAGS = -DLIBDIR=\"${LIBDIR}\" $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)
|
||||||
YACCFLAGS = -d -t -v
|
YACCFLAGS = -d -t -v
|
||||||
|
|
||||||
SUBDIRS=lib ip tc bridge misc netem genl man
|
SUBDIRS=lib ip tc bridge misc netem genl man
|
||||||
Index: iproute2-3.6.0/include/iptables.h
|
Index: iproute2-3.8.0/include/iptables.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- iproute2-3.6.0.orig/include/iptables.h
|
--- iproute2-3.8.0.orig/include/iptables.h
|
||||||
+++ iproute2-3.6.0/include/iptables.h
|
+++ iproute2-3.8.0/include/iptables.h
|
||||||
@@ -5,7 +5,7 @@
|
@@ -5,7 +5,7 @@
|
||||||
#include "libiptc/libiptc.h"
|
#include "libiptc/libiptc.h"
|
||||||
|
|
||||||
@ -39,10 +39,10 @@ Index: iproute2-3.6.0/include/iptables.h
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef IPPROTO_SCTP
|
#ifndef IPPROTO_SCTP
|
||||||
Index: iproute2-3.6.0/netem/Makefile
|
Index: iproute2-3.8.0/netem/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- iproute2-3.6.0.orig/netem/Makefile
|
--- iproute2-3.8.0.orig/netem/Makefile
|
||||||
+++ iproute2-3.6.0/netem/Makefile
|
+++ iproute2-3.8.0/netem/Makefile
|
||||||
@@ -5,6 +5,8 @@ HOSTCC ?= $(CC)
|
@@ -5,6 +5,8 @@ HOSTCC ?= $(CC)
|
||||||
CCOPTS = $(CBUILD_CFLAGS)
|
CCOPTS = $(CBUILD_CFLAGS)
|
||||||
LDLIBS += -lm
|
LDLIBS += -lm
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 15 07:31:11 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 3.8.0
|
||||||
|
* implement bridge mdb commands
|
||||||
|
* add DOVE extensions
|
||||||
|
* add `ip netns pids` and `ip netns identify`
|
||||||
|
* tc netem: allow negative packet/cell overhead
|
||||||
|
* support tunnels in `ip link type ipip|sit|ip6tnl`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 13 06:43:49 UTC 2012 - jengelh@inai.de
|
Thu Dec 13 06:43:49 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package iproute2
|
# spec file for package iproute2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: iproute2
|
Name: iproute2
|
||||||
Version: 3.7.0
|
Version: 3.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux network configuration utilities
|
Summary: Linux network configuration utilities
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -99,10 +99,10 @@ as well as examples and other outdated files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?__xz:1}
|
%if 0%{?__xz:1}
|
||||||
%setup -qn iproute-%version
|
%setup -q
|
||||||
%else
|
%else
|
||||||
tar -xf "%{S:0}" --use=xz;
|
tar -xf "%{S:0}" --use=xz;
|
||||||
%setup -DTqn iproute-%version
|
%setup -DTq
|
||||||
%endif
|
%endif
|
||||||
%patch -P 1 -P 2 -p1
|
%patch -P 1 -P 2 -p1
|
||||||
%if 0%{?sles_version} == 11 || (0%{?suse_version} && 0%{?suse_version} <= 1220)
|
%if 0%{?sles_version} == 11 || (0%{?suse_version} && 0%{?suse_version} <= 1220)
|
||||||
@ -115,7 +115,7 @@ find . -name *.orig -delete
|
|||||||
# https://bugzilla.novell.com/show_bug.cgi?id=388021
|
# https://bugzilla.novell.com/show_bug.cgi?id=388021
|
||||||
xt_libdir="$(pkg-config xtables --variable=xtlibdir)";
|
xt_libdir="$(pkg-config xtables --variable=xtlibdir)";
|
||||||
xt_cflags="$(pkg-config xtables --cflags)";
|
xt_cflags="$(pkg-config xtables --cflags)";
|
||||||
make %{?_smp_mflags} LIBDIR="%_libdir" CCOPTS="-D_GNU_SOURCE %optflags -Wstrict-prototypes -fPIC -DXT_LIB_DIR=\\\"$xt_libdir\\\" $xt_cflags"
|
make %{?_smp_mflags} LIBDIR="%_libdir" CCOPTS="-D_GNU_SOURCE %optflags -Wstrict-prototypes -Wno-error -fPIC -DXT_LIB_DIR=\\\"$xt_libdir\\\" $xt_cflags"
|
||||||
cd doc
|
cd doc
|
||||||
make pdf
|
make pdf
|
||||||
|
|
||||||
@ -152,6 +152,7 @@ cp -an README* COPYING doc/*.pdf ip/{ifcfg,routef,routel} \
|
|||||||
/sbin/*
|
/sbin/*
|
||||||
/bin/ip
|
/bin/ip
|
||||||
#EndUsrMerge
|
#EndUsrMerge
|
||||||
|
%_mandir/man7/*
|
||||||
%_mandir/man8/*
|
%_mandir/man8/*
|
||||||
%dir %_sysconfdir/iproute2
|
%dir %_sysconfdir/iproute2
|
||||||
%config(noreplace) %_sysconfdir/iproute2/*
|
%config(noreplace) %_sysconfdir/iproute2/*
|
||||||
|
Loading…
Reference in New Issue
Block a user