[mipv6-daemon] - Move to umip.org codebase (head: 6232b73e869a589a9eea22653929ab670eb0c6bb)

Thomas Graf tgraf at fedoraproject.org
Thu Feb 3 10:26:19 UTC 2011


commit 24ce0757855d88f9009fc720ab38696a1a2a6476
Author: Thomas Graf <tgraf at suug.ch>
Date:   Thu Feb 3 11:25:06 2011 +0100

    - Move to umip.org codebase (head: 6232b73e869a589a9eea22653929ab670eb0c6bb)

 .gitignore        |    1 +
 mipv6-daemon.spec |   23 ++++++++++-------------
 sources           |    2 +-
 3 files changed, 12 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0af7643..faa1038 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 mipv6-daemon-umip-0.4.tar.gz
+/mipv6-daemon-2.0.2.20110203git.tar.gz
diff --git a/mipv6-daemon.spec b/mipv6-daemon.spec
index 315dd52..c8d8117 100644
--- a/mipv6-daemon.spec
+++ b/mipv6-daemon.spec
@@ -1,19 +1,16 @@
 Name:		mipv6-daemon
-Version:	0.4
-Release:	5%{?dist}
+Version:	2.0.2.20110203git
+Release:	1%{?dist}
 Summary:	Mobile IPv6 (MIPv6) Daemon
 
 Group:		System Environment/Daemons
 License:	GPLv2
-URL:		http://www.linux-ipv6.org/memo/mipv6/
-Source0:	ftp://ftp.linux-ipv6.org/pub/usagi/patch/mipv6/umip-%{version}/daemon/tarball/mipv6-daemon-umip-%{version}.tar.gz
+URL:		http://www.umip.org/
+Source0:	http://www.infradead.org/~tgr/mip6d/mipv6-daemon-2.0.2.20110203git.tar.gz
 Source1:	mip6d.init
 Source2:	mip6d.sysconfig
 Source3:	mip6d.conf
-Patch0:		mipv6-daemon-header-fix.patch
-Patch1:		mipv6-daemon-nemo.patch
-Patch2:		mipv6-daemon-netlink-msg-origin-check.patch
-Patch3:		mipv6-daemon-nd-opts-sanity-check.patch
+#Patch0:	foo.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:	flex bison indent
@@ -24,13 +21,11 @@ The mobile IPv6 daemon allows nodes to remain
 reachable while moving around in the IPv6 Internet.
 
 %prep
-%setup -q -n mipv6-daemon-umip-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%setup -q -n %{name}-%{version}
+#%patch0 -p1
 
 %build
+autoreconf -fi
 %configure
 make %{?_smp_mflags}
 
@@ -74,6 +69,8 @@ fi
 %{_mandir}/man7/*
 
 %changelog
+* Thu Feb 03 2011 Thomas Graf <tgraf at, redhat.com> 2.0.2.20100203git-1
+- Move to umip.org codebase (head: 6232b73e869a589a9eea22653929ab670eb0c6bb)
 * Wed Jul 14 2010 Thomas Graf <tgraf at, redhat.com> 0.4-5
 - Fix CVE-2010-2522 and CVE-2010-2523 by including the patches:
   - Additional sanity checks for ND options length
diff --git a/sources b/sources
index 39c7d04..5155618 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a8ebeb4f41ceed71037d0f5596ccc11d  mipv6-daemon-umip-0.4.tar.gz
+7d74698047bf16c9593422d24e9702ab  mipv6-daemon-2.0.2.20110203git.tar.gz


More information about the scm-commits mailing list