summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-29 00:35:53 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-29 00:35:53 +0000
commit8afdea99c97ff59d0d0a31d924850a8cee70e62c (patch)
treeada9a98cf0d4deaa6b8d365537577b892fce8daa /sys-apps/iproute2
parentQA: kde-base -> kde, newdepend -> DEPEND, need-kde after R/DEPEND (diff)
downloadhistorical-8afdea99c97ff59d0d0a31d924850a8cee70e62c.tar.gz
historical-8afdea99c97ff59d0d0a31d924850a8cee70e62c.tar.bz2
historical-8afdea99c97ff59d0d0a31d924850a8cee70e62c.zip
not all linux-headers-2.6.6 have the patch to make this work, so lets depend on 2.6.7
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r--sys-apps/iproute2/Manifest22
-rw-r--r--sys-apps/iproute2/files/2.6.7.20040608-misc-gentoo-fixes.patch2
2 files changed, 17 insertions, 7 deletions
diff --git a/sys-apps/iproute2/Manifest b/sys-apps/iproute2/Manifest
index 321f36fb3467..22abb52b3138 100644
--- a/sys-apps/iproute2/Manifest
+++ b/sys-apps/iproute2/Manifest
@@ -1,17 +1,27 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 51a5d66591abd2131e668c3162131f07 ChangeLog 5499
-MD5 3cefe68e11314446a33c96c3be0d3b7a iproute2-2.4.7.20010824-r5.ebuild 2720
-MD5 dfe118530c9cadb6cf609d0feeed9666 iproute2-2.4.7.20020116.ebuild 2780
MD5 d0dad7daa0e6d356fc35f778fed36006 metadata.xml 225
+MD5 dfe118530c9cadb6cf609d0feeed9666 iproute2-2.4.7.20020116.ebuild 2780
+MD5 3cefe68e11314446a33c96c3be0d3b7a iproute2-2.4.7.20010824-r5.ebuild 2720
MD5 72382552d55aaffe0ecf7d01601c9a39 iproute2-2.6.7.20040608.ebuild 2170
+MD5 6430380d9057802a2f24581b2e7e1b3d files/digest-iproute2-2.4.7.20010824-r5 150
+MD5 299a059309d3dbe6202e0380c34bd7e1 files/digest-iproute2-2.4.7.20020116 83
+MD5 9977add19060fbeac6a3582ce8a5e098 files/2.4.7.20020116-htb.patch 9207
MD5 7aa13dbeefb733697d49aa63e18d4110 files/2.4.7.20010824-hfsc.patch 9465
MD5 d762a24b5c857658cc0a06432b122439 files/2.4.7.20010824-local-exploit-fix.patch 666
MD5 d3a321fa8b70eef6df11d7343a14fd02 files/2.4.7.20020116-hfsc.patch 9507
-MD5 9977add19060fbeac6a3582ce8a5e098 files/2.4.7.20020116-htb.patch 9207
MD5 2d163d8622e69d17eb7ba73a61ffb51e files/2.4.7.20020116-local-exploit-fix.patch 666
MD5 0d2d21898d30525b3b77936c68a53dd4 files/2.4.7.20020116-manpages.patch 107468
MD5 249c1788ee3cc7a3d55dee871076a5a1 files/2.4.7.20020116-misc-deb-fixes.patch 977
-MD5 6430380d9057802a2f24581b2e7e1b3d files/digest-iproute2-2.4.7.20010824-r5 150
-MD5 299a059309d3dbe6202e0380c34bd7e1 files/digest-iproute2-2.4.7.20020116 83
MD5 efc13e1a9a4a7bd080305d540ff5d48d files/digest-iproute2-2.6.7.20040608 75
MD5 d0071e387038661c76eefb2c8e6b5c46 files/2.6.7.20040608-misc-deb-fixes.patch 632
-MD5 2a32a0525b486d46aac86c24174cd833 files/2.6.7.20040608-misc-gentoo-fixes.patch 3970
+MD5 24a69d69fb222231a8d0f4358743190f files/2.6.7.20040608-misc-gentoo-fixes.patch 3970
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.8 (GNU/Linux)
+
+iD4DBQFA4Ll9HTu7gpaalycRAuToAKDhThled8Mm4HhxkZG+0QzAlHLNAACYqetH
+JIkBHSoZmAfqoO30aPHHnQ==
+=2PjX
+-----END PGP SIGNATURE-----
diff --git a/sys-apps/iproute2/files/2.6.7.20040608-misc-gentoo-fixes.patch b/sys-apps/iproute2/files/2.6.7.20040608-misc-gentoo-fixes.patch
index 7acde047b2d4..ead416350e22 100644
--- a/sys-apps/iproute2/files/2.6.7.20040608-misc-gentoo-fixes.patch
+++ b/sys-apps/iproute2/files/2.6.7.20040608-misc-gentoo-fixes.patch
@@ -73,7 +73,7 @@ diff -ur iproute2-2.6.7.orig/misc/ss.c iproute2-2.6.7/misc/ss.c
if (info->tcpi_snd_ssthresh < 0xFFFF)
printf(" ssthresh:%d", info->tcpi_snd_ssthresh);
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,6)
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,7)
if (info->tcpi_rcv_rtt)
printf(" rcv_rtt:%g", (double) info->tcpi_rcv_rtt/1000);
if (info->tcpi_rcv_space)