rpms/mipv6-daemon/F-12 mipv6-daemon.spec,1.1,1.2

Thomas Graf tgraf at fedoraproject.org
Wed Jul 14 14:26:38 UTC 2010


Author: tgraf

Update of /cvs/pkgs/rpms/mipv6-daemon/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9821

Modified Files:
	mipv6-daemon.spec 
Log Message:
- Fix CVE-2010-2522 and CVE-2010-2523 by including the patches:
  - Additional sanity checks for ND options length
  - Security fix: Check origin of netlink messages in netlink helpers.



Index: mipv6-daemon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mipv6-daemon/F-12/mipv6-daemon.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- mipv6-daemon.spec	20 Aug 2009 08:26:47 -0000	1.1
+++ mipv6-daemon.spec	14 Jul 2010 14:26:38 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		mipv6-daemon
 Version:	0.4
-Release:	1%{?dist}
+Release:	3%{?dist}
 Summary:	Mobile IPv6 (MIPv6) Daemon
 
 Group:		System Environment/Daemons
@@ -11,6 +11,8 @@ Source1:	mip6d.init
 Source2:	mip6d.sysconfig
 Source3:	mip6d.conf
 Patch0:		mipv6-daemon-header-fix.patch
+Patch1:		mipv6-daemon-netlink-msg-origin-check.patch
+Patch2:		mipv6-daemon-nd-opts-sanity-check.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:	flex bison indent
@@ -23,6 +25,8 @@ reachable while moving around in the IPv
 %prep
 %setup -q -n mipv6-daemon-umip-%{version}
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 %configure
@@ -68,5 +72,11 @@ fi
 %{_mandir}/man7/*
 
 %changelog
+* Wed Jul 14 2010 Thomas Graf <tgraf at, redhat.com> 0.4-3
+- Fix CVE-2010-2522 and CVE-2010-2523 by including the patches:
+  - Additional sanity checks for ND options length
+  - Security fix: Check origin of netlink messages in netlink helpers.
+* Wed Mar 24 2010 Thomas Graf <tgraf at, redhat.com> 0.4-2
+- Inclusion of NEPL patch (NEMO support)
 * Tue Aug 17 2009 Thomas Graf <tgraf at, redhat.com> 0.4-1
 - initial package release



More information about the scm-commits mailing list