[iproute] 3.3.0 bump

Petr Šabata psabata at fedoraproject.org
Thu Mar 22 15:03:32 UTC 2012


commit 8537ca13f042d84b63f14419673adae4cfb4f4aa
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Mar 22 15:59:36 2012 +0100

    3.3.0 bump

 .gitignore                                         |    1 +
 iproute.spec                                       |   16 +-
 ...te2-3.2.0-Dont-put-configure-files-in-tmp.patch |  165 --------------------
 ...te2-3.2.0-dhcp-client-script-dont-use-tmp.patch |   27 ----
 sources                                            |    2 +-
 5 files changed, 10 insertions(+), 201 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe738c5..102c98b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ iproute2-2.6.35.tar.bz2
 /iproute2-2.6.39.tar.gz
 /iproute2-3.1.0.tar.bz2
 /iproute2-3.2.0.tar.bz2
+/iproute2-3.3.0.tar.gz
diff --git a/iproute.spec b/iproute.spec
index fb013e2..761a654 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:            3.2.0
-Release:            3%{?dist}
+Version:            3.3.0
+Release:            1%{?dist}
 Group:              Applications/System
-URL:                http://kernel.org/pub/linux/utils/networking/%{name}2/
-Source0:            http://kernel.org/pub/linux/utils/networking/%{name}2/%{name}2-%{version}.tar.bz2
+URL:                http://kernel.org/pub/linux/utils/net/%{name}2/
+Source0:            http://kernel.org/pub/linux/utils/net/%{name}2/%{name}2-%{version}.tar.gz
 Source1:            cbq-0000.example
 Source2:            avpkt
 Patch0:             man-pages.patch
@@ -19,8 +19,6 @@ Patch7:             iproute2-2.6.35-print-route.patch
 Patch8:             iproute2-print-route-u32.patch
 Patch9:             iproute2-2.6.39-create-peer-veth-without-a-name.patch
 Patch10:            iproute2-2.6.39-lnstat-dump-to-stdout.patch
-Patch11:            iproute2-3.2.0-Dont-put-configure-files-in-tmp.patch
-Patch12:            iproute2-3.2.0-dhcp-client-script-dont-use-tmp.patch
 License:            GPLv2+ and Public Domain
 BuildRequires:      tex(latex) tex(dvips) linuxdoc-tools
 BuildRequires:      flex linux-atm-libs-devel psutils db4-devel bison
@@ -67,8 +65,6 @@ sed -i "s/_VERSION_/%{version}/" man/man8/ss.8
 %patch8 -p1 -b .print-route-u32
 %patch9 -p1 -b .peer-veth-without-name
 %patch10 -p1 -b .lnstat-dump-to-stdout
-%patch11 -p1 -b .tmp
-%patch12 -p1 -b .tmp-dhcp
 
 %build
 export LIBDIR=/%{_libdir}
@@ -178,6 +174,10 @@ done
 %{_includedir}/libnetlink.h
 
 %changelog
+* Thu Mar 22 2012 Petr Šabata <contyk at redhat.com> - 3.3.0-1
+- 3.3.0 bump
+- Update source URL
+
 * Mon Feb 27 2012 Petr Šabata <contyk at redhat.com> - 3.2.0-3
 - Address dangerous /tmp files security issue (CVE-2012-1088, #797881, #797878)
 
diff --git a/sources b/sources
index d2b05e0..395cf02 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-90913f781aa1b161bb23c70e3111552d  iproute2-3.2.0.tar.bz2
+172f8bc6d1b5228d64a8e0f2260a3e0a  iproute2-3.3.0.tar.gz


More information about the scm-commits mailing list