rpms/busybox/devel busybox-1.9.1-headers.patch, NONE, 1.1 busybox.spec, 1.76, 1.77

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Tue Feb 19 14:52:50 UTC 2008


Author: varekova

Update of /cvs/pkgs/rpms/busybox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15240

Modified Files:
	busybox.spec 
Added Files:
	busybox-1.9.1-headers.patch 
Log Message:
- fix a problem with netfilter.h - thanks dwmw2


busybox-1.9.1-headers.patch:

--- NEW FILE busybox-1.9.1-headers.patch ---
diff -up busybox-1.9.1/ipsvd/tcpudp.c.head busybox-1.9.1/ipsvd/tcpudp.c
--- busybox-1.9.1/ipsvd/tcpudp.c.head	2008-02-12 17:03:10.000000000 +0100
+++ busybox-1.9.1/ipsvd/tcpudp.c	2008-02-19 15:05:30.000000000 +0100
@@ -30,6 +30,9 @@
  */
 
 #include <limits.h>
+#include <linux/types.h>
+#include <netinet/in.h>
+#define u_int32_t __u32
 #include <linux/netfilter_ipv4.h> /* wants <limits.h> */
 
 #include "libbb.h"


Index: busybox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/busybox/devel/busybox.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- busybox.spec	14 Feb 2008 08:27:18 -0000	1.76
+++ busybox.spec	19 Feb 2008 14:52:14 -0000	1.77
@@ -16,6 +16,7 @@
 Patch14: busybox-1.9.0-msh.patch
 Patch15: busybox-1.9.0-gc-section.patch
 Patch16: busybox-1.9.0-hwclock.patch
+Patch17: busybox-1.9.1-headers.patch
 URL: http://www.busybox.net
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  
 BuildRequires: libselinux-devel >= 1.27.7-2
@@ -60,6 +61,7 @@
 %patch14 -b .msh -p1
 %patch15 -b .sect -p1
 %patch16 -b .ia64 -p1
+%patch17 -b .head -p1
 
 %build
 # create static busybox - the executable is kept as busybox-static
@@ -115,6 +117,7 @@
 %changelog
 * Thu Feb 14 2008 Ivana Varekova <varekova at redhat.com> - 1:1.9.1-1
 - update to 1.9.1
+- fix a problem with netfilter.h - thanks dwmw2
 
 * Fri Feb  8 2008 Ivana Varekova <varekova at redhat.com> - 1:1.9.0-2
 - fix hwclock on ia64 machines




More information about the fedora-extras-commits mailing list