Jan Engelhardt 2015-01-07 09:42:17 +00:00 committed by Git OBS Bridge
parent 4b1c9b496f
commit a1cb54e53e
8 changed files with 27 additions and 15 deletions

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09e406636e7598e46d5d4f7b928bf5db57049d65dbeb9a496005957ee16f6000
size 440188

BIN
iproute2-3.18.0.tar.sign Normal file

Binary file not shown.

3
iproute2-3.18.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d5a182154abd0749b1df7d1649115a32c65f559951477396203b1f514dbff1df
size 448396

View File

@ -2,13 +2,13 @@
lib/utils.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Index: iproute2-3.4.0/lib/utils.c
Index: iproute2-3.18.0/lib/utils.c
===================================================================
--- iproute2-3.4.0.orig/lib/utils.c
+++ iproute2-3.4.0/lib/utils.c
@@ -30,6 +30,10 @@
--- iproute2-3.18.0.orig/lib/utils.c
+++ iproute2-3.18.0/lib/utils.c
@@ -34,6 +34,10 @@
#include "utils.h"
int timestamp_short = 0;
+#ifndef HZ
+#define HZ sysconf(_SC_CLK_TCK)
@ -17,7 +17,7 @@ Index: iproute2-3.4.0/lib/utils.c
int get_integer(int *val, const char *arg, int base)
{
long res;
@@ -453,8 +457,8 @@ int matches(const char *cmd, const char
@@ -558,8 +562,8 @@ int matches(const char *cmd, const char
int inet_addr_match(const inet_prefix *a, const inet_prefix *b, int bits)
{

View File

@ -1,7 +1,7 @@
#
# spec file for package iproute2-doc
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products 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,9 +17,9 @@
Name: iproute2-doc
Version: 3.17
Version: 3.18
Release: 0
%define rversion 3.17.0
%define rversion 3.18.0
Summary: Documentation to iproute2
License: GPL-2.0+
Group: Documentation/Other

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jan 7 09:11:03 UTC 2015 - jengelh@inai.de
- Update to new upstream release 3.18
* Support for configuring bridges (replacing brctl)
* Human readable output for `ip -s link` (ip -s -h link)
* Permit filtering `ip monitor` events by device per "dev NAME".
* Permit filtering `ip link` output by device per "master NAME",
and by type per `type T` (e.g. type vlan).
* Permit filtering `ip addr` output by flags like "tentative" and
"-tentative".
-------------------------------------------------------------------
Tue Nov 25 08:18:52 UTC 2014 - mkubecek@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package iproute2
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products 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,9 +17,9 @@
Name: iproute2
Version: 3.17
Version: 3.18
Release: 0
%define rversion 3.17.0
%define rversion 3.18.0
Summary: Linux network configuration utilities
License: GPL-2.0
Group: Productivity/Networking/Routing