Jan Engelhardt 2012-09-10 01:14:07 +00:00 committed by Git OBS Bridge
parent 5eac15cc6a
commit dd9bee6148
7 changed files with 46 additions and 31 deletions

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAABCAAGBQJPurGmAAoJEICnf2CVzeR+3gYQAIW59h4GYUZg8uiMaZ/qi+AB
CJGn2/SRFymKqyZ5QKOZq6ohNaxGibDBFrf4oUOEinn2OjKBFFiBalZFaGHEijxw
AnS3fLnwEAwnz88lcjSSWeRvYMasop8/HwUbiWUr2g5VaBiqX1QsBQ/nSDCAVhnx
eAJ8i/RXU46d3sMCDk+E2N77uMXQ6b+7yAUzBKUIY95jtGvTeLFomVhlSiw/js/8
6mkJAeHK7b1Juq99LVF2R0mOwdf1eJtDl48bXSJvrnnPYpsbA5QuZP03K/eGBI+o
j82G+mcbzFAJMitl9Tsm1Gj33RcsvxaOid1hJgvy70kwPRu9ECmt452y07kp57K0
OaJyee2GsFWnr1m4VX6Oo4sj+6pXfeWFJ7A6IvqkOhvUdVAOd32VCggTkePWqbbT
lsBZbwn8cl5VKZYfCVPm+L5/r6gL3fPPiImMPI0JvsVbB4Dl9fJS4Io3ZFyaKgjc
Ql8xJOymWTFEATRO/r2sxehpRR9P6GGNrTNR1xwFOcexe7nc8RgFWxmiFilRn0Xg
MPyrSFylB5MYPGu/+HLLz3SsPlMP/VtOPIIevbWWmwkT3WQrta23U7RQD9Tx84Me
bdjlcDx5bGULE3WuydMCteLt14rvJyGd/GR6PJyMKVr5vzywQcROTJklWwA8E66f
Oqnwm8kv9wL2RfDzWPab
=0aQq
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38e846e412b2fa235a447b50c20ad1e9770d1b3ed4d3ab18ca0b18c6e8b79ba4
size 382092

17
iproute2-3.5.1.tar.sign Normal file
View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAABCAAGBQJQKRpzAAoJEICnf2CVzeR+mowP/3KoA933duQUH0FYkz7vPRmI
808S/DxCDGwfD8y7+u7syFmFdlZmMXIIa2hDsXlr7pgCRFpGDj+migYcNrnV35Ug
WeAJw4DJ2/MShQNbsromQFW4ZETh3c8xXDp9osmEPTg8BEsSruSXdK0b5eqUlhxj
Cn2RMbwPKjo/QIDoBEBsLarw7CdYMZ8zIoTVLn6uz8sbDMrEAq5bydYrhP1eDp0G
P5PkOE7ell+H15/l5C53JVLO4rMj2JXgJd9Mbckdbn7Sww9ObszCuIa14V3zzpPN
DXaYAjsUodkqihMuqKCebE0iJ3e/xHtVmlTc2sHjzExCIpK+0LvueQC/e+icfGWC
Hn3IGA4SsZFsSgQ2f4QX8+zDUy+1dZWN7ItIob/Uu0kuuUF4diEJbn9pIKhaxg1d
QjOLVlUbamq3SNUTygEBYw6DIeNac+6uIxfZ+4hRoSrtt5ik5pszWsKpLwxNGUXe
0Ky4nbb+PNapRlAQyLyGZTsKel5inGd8KLMjKJCvAf570zcm1arjcWVfErJD8Pi9
sc3UsnmTdkugAGQxh071CSWpUWoNBLmJSjtsOMMj9v3d8RMJyreilAHtLDV2C1hf
xEiod0pd1frAZafWj7pMMWdtKfgZj6t8exZzizHexPmmazaYxE4ZM+swE0Gw/UIB
vU77GQfuNryGbPwtraJm
=Yfl+
-----END PGP SIGNATURE-----

3
iproute2-3.5.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36f2674e5436289f3ccfb0a58707aca9dcfa295d06afc36d2117674508f5ef72
size 387984

View File

@ -4,10 +4,10 @@
netem/Makefile | 6 ++++--
3 files changed, 8 insertions(+), 6 deletions(-)
Index: iproute2-3.4.0/Makefile
Index: iproute2-3.5.1/Makefile
===================================================================
--- iproute2-3.4.0.orig/Makefile
+++ iproute2-3.4.0/Makefile
--- iproute2-3.5.1.orig/Makefile
+++ iproute2-3.5.1/Makefile
@@ -1,10 +1,10 @@
ROOTDIR=$(DESTDIR)
PREFIX=/usr
@ -29,11 +29,11 @@ Index: iproute2-3.4.0/Makefile
+CFLAGS = -DLIBDIR=\"${LIBDIR}\" $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)
YACCFLAGS = -d -t -v
SUBDIRS=lib ip tc misc netem genl man
Index: iproute2-3.4.0/include/iptables.h
SUBDIRS=lib ip tc bridge misc netem genl man
Index: iproute2-3.5.1/include/iptables.h
===================================================================
--- iproute2-3.4.0.orig/include/iptables.h
+++ iproute2-3.4.0/include/iptables.h
--- iproute2-3.5.1.orig/include/iptables.h
+++ iproute2-3.5.1/include/iptables.h
@@ -5,7 +5,7 @@
#include "libiptc/libiptc.h"
@ -43,10 +43,10 @@ Index: iproute2-3.4.0/include/iptables.h
#endif
#ifndef IPPROTO_SCTP
Index: iproute2-3.4.0/netem/Makefile
Index: iproute2-3.5.1/netem/Makefile
===================================================================
--- iproute2-3.4.0.orig/netem/Makefile
+++ iproute2-3.4.0/netem/Makefile
--- iproute2-3.5.1.orig/netem/Makefile
+++ iproute2-3.5.1/netem/Makefile
@@ -5,6 +5,8 @@ HOSTCC ?= $(CC)
CCOPTS = $(CBUILD_CFLAGS)
LDLIBS += -lm

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Sep 8 09:26:32 UTC 2012 - jengelh@inai.de
- Update to new upstream release 3.5.1
* ss: Report MSS from internal TCP information
* ip: allow IPv6 addresses for l2tp local and remote parameters
* tc: Support for tc_codel - Controlled Delay AQM
* tc: Support for fq_codel - Fair Queue Codel AQM
* tc-netem: Add support for ECN packet marking
-------------------------------------------------------------------
Mon Jul 30 14:33:58 UTC 2012 - werner@suse.de

View File

@ -17,7 +17,7 @@
Name: iproute2
Version: 3.4.0
Version: 3.5.1
Release: 0
Summary: Linux network configuration utilities
License: GPL-2.0
@ -48,6 +48,11 @@ BuildRequires: xz
%if 0%{?suse_version}
BuildRequires: ghostscript-x11
BuildRequires: sgmltool
%endif
%if 0%{?suse_version} >= 1230
BuildRequires: texlive-dvips-bin
%endif
%if 0%{?suse_version} < 1230
BuildRequires: texlive-latex
%if 0%{?suse_version} > 1220
BuildRequires: texlive-amsfonts