[iproute] 2.6.39 bump

Petr Sabata psabata at fedoraproject.org
Thu Jun 30 08:37:15 UTC 2011


commit b493ea710712ff10eeed15bfacba4c1e6071a737
Author: Petr Sabata <contyk at redhat.com>
Date:   Thu Jun 30 10:36:54 2011 +0200

    2.6.39 bump

 .gitignore                                         |    1 +
 iproute.spec                                       |   11 +++++++----
 ...e2-2.6.33-create-peer-veth-without-a-name.patch |   11 -----------
 ...e2-2.6.39-create-peer-veth-without-a-name.patch |   17 +++++++++++++++++
 sources                                            |    2 +-
 5 files changed, 26 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 783d881..d358fba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ iproute2-2.6.35.tar.bz2
 /iproute2-2.6.37.tar.bz2
 /iproute2-2.6.38.tar.bz2
 /iproute2-2.6.38.1.tar.bz2
+/iproute2-2.6.39.tar.gz
diff --git a/iproute.spec b/iproute.spec
index 955d8cc..beea15c 100644
--- a/iproute.spec
+++ b/iproute.spec
@@ -1,11 +1,11 @@
 %global             cbq_version v0.7.3
 Summary:            Advanced IP routing and network device configuration tools
 Name:               iproute
-Version:            2.6.38.1
-Release:            4%{?dist}
+Version:            2.6.39
+Release:            1%{?dist}
 Group:              Applications/System
 URL:                http://www.linuxfoundation.org/collaborate/workgroups/networking/%{name}2
-Source0:            http://devresources.linuxfoundation.org/dev/iproute2/download/%{name}2-%{version}.tar.bz2
+Source0:            http://devresources.linuxfoundation.org/dev/iproute2/download/%{name}2-%{version}.tar.gz
 Source1:            cbq-0000.example
 Source2:            avpkt
 Patch0:             man-pages.patch
@@ -18,7 +18,7 @@ Patch6:             iproute2-2.6.29-IPPROTO_IP_for_SA.patch
 Patch7:             iproute2-example-cbq-service.patch
 Patch8:             iproute2-2.6.35-print-route.patch
 Patch9:             iproute2-print-route-u32.patch
-Patch10:            iproute2-2.6.33-create-peer-veth-without-a-name.patch
+Patch10:            iproute2-2.6.39-create-peer-veth-without-a-name.patch
 
 License:            GPLv2+ and Public Domain
 BuildRequires:      tex(latex) tex(dvips) linuxdoc-tools
@@ -183,6 +183,9 @@ done
 %{_includedir}/libnetlink.h
 
 %changelog
+* Thu Jun 30 2011 Petr Sabata <contyk at redhat.com> - 2.6.39-1
+- 2.6.39 bump
+
 * Wed Apr 27 2011 Petr Sabata <psabata at redhat.com> - 2.6.38.1-4
 - Link [cr]tstat to lnstat
 
diff --git a/iproute2-2.6.39-create-peer-veth-without-a-name.patch b/iproute2-2.6.39-create-peer-veth-without-a-name.patch
new file mode 100644
index 0000000..b77dd71
--- /dev/null
+++ b/iproute2-2.6.39-create-peer-veth-without-a-name.patch
@@ -0,0 +1,17 @@
+diff --git a/ip/.link_veth.c.swp b/ip/.link_veth.c.swp
+deleted file mode 100644
+index e3b5480..0000000
+Binary files a/ip/.link_veth.c.swp and /dev/null differ
+diff --git a/ip/link_veth.c b/ip/link_veth.c
+index 3d19b01..eb0f41e 100644
+--- a/ip/link_veth.c
++++ b/ip/link_veth.c
+@@ -27,7 +27,7 @@ static void usage(void)
+ static int veth_parse_opt(struct link_util *lu, int argc, char **argv,
+ 			  struct nlmsghdr *hdr)
+ {
+-	char *name, *type, *link, *dev;
++	char *name = NULL, *type = NULL, *link = NULL, *dev = NULL;
+ 	int err, len;
+ 	struct rtattr * data;
+ 	int group;
diff --git a/sources b/sources
index 8132d5f..01e3295 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c18932fb8570af4456dbde50b1e90806  iproute2-2.6.38.1.tar.bz2
+8a3b6bc77c2ecf752284aa4a6fc630a6  iproute2-2.6.39.tar.gz


More information about the scm-commits mailing list