Resolve conflicts
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=33
This commit is contained in:
parent
5d36d11f32
commit
f909895e50
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:47629a4f547f21d94d8e823a87dd8e13042cadecefea2e2dc433e4134fa9aec4
|
|
||||||
size 390166
|
|
3
iproute2-2.6.39.tar.xz
Normal file
3
iproute2-2.6.39.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:83469db5a2f1e9ed629f84a1023931915f47bc42df4be66159ebdd22a1889847
|
||||||
|
size 356388
|
@ -30,7 +30,7 @@ Index: Makefile
|
|||||||
+CFLAGS = -DLIBDIR=\"$(LIBDIR)\" $(CCOPTS) -I../include $(DEFINES)
|
+CFLAGS = -DLIBDIR=\"$(LIBDIR)\" $(CCOPTS) -I../include $(DEFINES)
|
||||||
YACCFLAGS = -d -t -v
|
YACCFLAGS = -d -t -v
|
||||||
|
|
||||||
LDLIBS += -L../lib -lnetlink -lutil
|
SUBDIRS=lib ip tc misc netem genl
|
||||||
Index: include/iptables.h
|
Index: include/iptables.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- include/iptables.h.orig
|
--- include/iptables.h.orig
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- ip/ipmaddr.c 2009-09-16 11:21:21.000000000 +0200
|
|
||||||
+++ ip/ipmaddr.c 2009-09-16 11:23:14.000000000 +0200
|
|
||||||
@@ -136,7 +136,7 @@
|
|
||||||
m.addr.bytelen = 4;
|
|
||||||
|
|
||||||
while (fgets(buf, sizeof(buf), fp)) {
|
|
||||||
- struct ma_info *ma = malloc(sizeof(m));
|
|
||||||
+ struct ma_info *ma;
|
|
||||||
|
|
||||||
if (buf[0] != '\t') {
|
|
||||||
sscanf(buf, "%d%s", &m.index, m.name);
|
|
@ -1,33 +0,0 @@
|
|||||||
Index: doc/Makefile
|
|
||||||
===================================================================
|
|
||||||
--- doc/Makefile.orig
|
|
||||||
+++ doc/Makefile
|
|
||||||
@@ -15,6 +15,7 @@
|
|
||||||
|
|
||||||
HTMLFILES=$(subst .sgml,.html,$(shell echo *.sgml))
|
|
||||||
DVIFILES=$(subst .ps,.dvi,$(PSFILES))
|
|
||||||
+PDFFILES=$(subst .ps,.pdf,$(PSFILES))
|
|
||||||
|
|
||||||
|
|
||||||
all: pstwocol
|
|
||||||
@@ -25,6 +26,8 @@
|
|
||||||
|
|
||||||
dvi: $(DVIFILES)
|
|
||||||
|
|
||||||
+pdf: $(PDFFILES)
|
|
||||||
+
|
|
||||||
print: $(PSFILES)
|
|
||||||
$(LPR) $(PSFILES)
|
|
||||||
|
|
||||||
@@ -41,6 +44,11 @@
|
|
||||||
echo "Re-running LaTeX $<, $${pass}d pass"; pass=$$[$$pass + 1]; \
|
|
||||||
done
|
|
||||||
|
|
||||||
+#%.pdf: %.tex
|
|
||||||
+# pdflatex $<
|
|
||||||
+%.pdf: %.ps
|
|
||||||
+ ps2pdf $<
|
|
||||||
+
|
|
||||||
%.ps: %.dvi
|
|
||||||
$(DVIPS) $< -o $@
|
|
||||||
|
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 8 17:43:01 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Update to new upstream release 2.6.39
|
||||||
|
* support device group semantics
|
||||||
|
* support listing devices by group
|
||||||
|
* parse flag XFRM_POLICY_ICMP
|
||||||
|
* CHOKe scheduler
|
||||||
|
* macvlan/macvtap: support 'passthru' mode
|
||||||
|
* tc: SFB flow scheduler
|
||||||
|
* tc add mqprio qdisc support
|
||||||
|
* xfrm security context support
|
||||||
|
* allow to specify truncation bits on auth algo
|
||||||
|
* fix unit conversion of rtt/rttvar/rto_min
|
||||||
|
* support IFLA_TXQLEN in ip link command
|
||||||
|
- Remove iproute2-pdfdoc.diff: merged upstream
|
||||||
|
- Remove iproute2-memleak.diff: merged upstream
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 31 21:35:16 UTC 2011 - jengelh@medozas.de
|
Tue May 31 21:35:16 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -22,20 +22,19 @@ Name: iproute2
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/Networking/Routing
|
Group: Productivity/Networking/Routing
|
||||||
Provides: iproute
|
Provides: iproute
|
||||||
Version: 2.6.38
|
Version: 2.6.39
|
||||||
Release: 5
|
Release: 1
|
||||||
%define rversion 2.6.38
|
Summary: Linux network configuration utilities
|
||||||
Summary: Advanced Routing
|
URL: http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
|
||||||
Url: http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
|
Source0: %name-%version.tar.xz
|
||||||
Source0: %name-%rversion.tar.bz2
|
|
||||||
Patch0: %name-libdir-1.diff
|
Patch0: %name-libdir-1.diff
|
||||||
Patch1: %name-HZ.diff
|
Patch1: %name-HZ.diff
|
||||||
Patch2: %name-pdfdoc.diff
|
Patch4: iproute2-xt.diff
|
||||||
Patch3: %name-memleak.diff
|
Patch5: iproute2-libxtables6.diff
|
||||||
Patch4: iproute2-xt.diff
|
BuildRoot: %_tmppath/%name-%version-build
|
||||||
Patch5: iproute2-libxtables6.diff
|
BuildRequires: bison, db-devel, flex, ghostscript-fonts-std, ghostscript-x11
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRequires: libpng-devel, libtiff-devel, sgmltool, texlive-latex
|
||||||
BuildRequires: bison db-devel flex ghostscript-fonts-std ghostscript-x11 libpng-devel libtiff-devel sgmltool texlive-latex xorg-x11-devel
|
BuildRequires: xorg-x11-devel, xz
|
||||||
%define with_xt 1
|
%define with_xt 1
|
||||||
%if 0%{?with_xt}
|
%if 0%{?with_xt}
|
||||||
BuildRequires: iptables-devel
|
BuildRequires: iptables-devel
|
||||||
@ -74,11 +73,9 @@ This package contains the PDF documentation from iproute2,
|
|||||||
as well as examples and other outdated files.
|
as well as examples and other outdated files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %name-%rversion
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
|
||||||
%patch3
|
|
||||||
%patch -P 4 -P 5 -p1
|
%patch -P 4 -P 5 -p1
|
||||||
find . -name *.orig -print0 | xargs -r0 rm -v
|
find . -name *.orig -print0 | xargs -r0 rm -v
|
||||||
|
|
||||||
@ -104,9 +101,6 @@ mkdir -p %buildroot/bin
|
|||||||
ln -sf /sbin/ip %buildroot/bin/ip
|
ln -sf /sbin/ip %buildroot/bin/ip
|
||||||
rm %buildroot%_sbindir/ifcfg
|
rm %buildroot%_sbindir/ifcfg
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %buildroot
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README* RELNOTES
|
%doc README* RELNOTES
|
||||||
@ -115,12 +109,7 @@ rm -rf %buildroot
|
|||||||
/bin/ip
|
/bin/ip
|
||||||
%_mandir/man8/*
|
%_mandir/man8/*
|
||||||
%dir %_sysconfdir/iproute2
|
%dir %_sysconfdir/iproute2
|
||||||
%config(noreplace) %_sysconfdir/iproute2/rt_dsfield
|
%config(noreplace) %_sysconfdir/iproute2/*
|
||||||
%config(noreplace) %_sysconfdir/iproute2/rt_protos
|
|
||||||
%config(noreplace) %_sysconfdir/iproute2/rt_scopes
|
|
||||||
%config(noreplace) %_sysconfdir/iproute2/rt_realms
|
|
||||||
%config(noreplace) %_sysconfdir/iproute2/rt_tables
|
|
||||||
%config(noreplace) %_sysconfdir/iproute2/ematch_map
|
|
||||||
%_libdir/tc
|
%_libdir/tc
|
||||||
%dir %_datadir/tc
|
%dir %_datadir/tc
|
||||||
%attr(644,root,root)%_datadir/tc/*
|
%attr(644,root,root)%_datadir/tc/*
|
||||||
|
Loading…
Reference in New Issue
Block a user