From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) by huchra.bufferbloat.net (Postfix) with ESMTP id C9CE221F33B for ; Fri, 12 Jun 2015 19:18:42 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1434161921; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=JeYZBMcNKUd5/iusScI2DFlpQnjnbpFWITHfy+cCWIQ=; b=DWs7bH1fNrH5D4AnOE32z3/5MVCffzv/JpBxv9MpTZQwApbgWsnQTe17P1SPYTJfV54hCSKv Syt5vEOSfsuD5n8MX8MbL02hdI2m8Uqok8BCchdD+qAqpvPe2cLbQwD6l0pGfjIhtAEW2Lfk Bvl+S5cq5b1lSpUuWnfR9Pb3z60= DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Sender: Date: From: Reply-To: To: Message-ID: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding; b=fwxg4wbjbe/nyG7tP+NSzoEb/88gLFBbXTi6M+rQH7VYXjZvX8tOznUrUYTCne6Gkfqxoe ipTBYg1nxrbfDNiwjGYk4XaFXsm8OEVl/0I/c1JPP0KDQx5B7iAxUs8lwDzB0cDBnw5P/Oqg W1VpIvhJGqRhluI4deZIwDLDikPfQ= Sender: noreply@github.com X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Received: from github.com (Unknown [192.30.252.41]) by mxa.mailgun.org with ESMTP id 557b9301.62acfc0-in01; Sat, 13 Jun 2015 02:18:41 -0000 (UTC) Date: Fri, 12 Jun 2015 19:18:41 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <557b930164368_27923fe9911c92a0114276@hookshot-fe5-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] 466fef: Change the conflicting iproute2 package to tc-adv Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_557b930163efd_27923fe9911c92a01141a2"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 02:19:11 -0000 ----==_mimepart_557b930163efd_27923fe9911c92a01141a2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: 466fef0c73abfa5227746fc085d0a18f32630728 https://github.com/dtaht/ceropackages-3.10/commit/466fef0c73abfa5227746fc085d0a18f32630728 Author: Dave Taht Date: 2015-06-12 (Fri, 12 Jun 2015) Changed paths: M net/iproute2/Makefile Log Message: ----------- Change the conflicting iproute2 package to tc-adv Hopefully this will let us build an advanced version of tc while we debug everything else Commit: 73ffe24284188a05715558bdff99f1ed93050b1b https://github.com/dtaht/ceropackages-3.10/commit/73ffe24284188a05715558bdff99f1ed93050b1b Author: Dave Taht Date: 2015-06-12 (Fri, 12 Jun 2015) Changed paths: A net/tc-adv/Makefile A net/tc-adv/files/15-teql A net/tc-adv/patches/001-config.patch A net/tc-adv/patches/004-darwin_fixes.patch A net/tc-adv/patches/006-no_sctp.patch A net/tc-adv/patches/007-no_arpd.patch A net/tc-adv/patches/010-type_fixes.patch A net/tc-adv/patches/100-allow_pfifo_fast.patch A net/tc-adv/patches/110-extra-ccopts.patch A net/tc-adv/patches/120-libnetlink-pic.patch A net/tc-adv/patches/130-missing_include.patch A net/tc-adv/patches/200-add-tc_esfq.patch A net/tc-adv/patches/210-add-act_connmark.patch A net/tc-adv/patches/300-ip_tiny.patch A net/tc-adv/patches/600-Add-alternate-queue-models.patch A net/tc-adv/patches/601-iproute2-add-fq_pie-support.patch A net/tc-adv/patches/800-tc-util-Fix-possible-buffer-overflow-when-print-clas.patch A net/tc-adv/patches/801-tc-fix-compilation-warning-on-32bits-arch.patch A net/tc-adv/patches/900-drop_FAILED_POLICY.patch A net/tc-adv/patches/910-sanitize_headers_for_musl.patch Log Message: ----------- rename the custom iproute2 package dir to tc-adv Commit: a3fe0582682e267f4c2e6f49484b47bf09420b26 https://github.com/dtaht/ceropackages-3.10/commit/a3fe0582682e267f4c2e6f49484b47bf09420b26 Author: Dave Taht Date: 2015-06-12 (Fri, 12 Jun 2015) Changed paths: R net/tc-adv/patches/600-Add-alternate-queue-models.patch R net/tc-adv/patches/601-iproute2-add-fq_pie-support.patch R net/tc-adv/patches/800-tc-util-Fix-possible-buffer-overflow-when-print-clas.patch R net/tc-adv/patches/801-tc-fix-compilation-warning-on-32bits-arch.patch Log Message: ----------- We are pulling from git and do not need these backported patches Commit: d8b883c348e5efda3dfafad3a4eae37ce3dfc917 https://github.com/dtaht/ceropackages-3.10/commit/d8b883c348e5efda3dfafad3a4eae37ce3dfc917 Author: Dave Taht Date: 2015-06-12 (Fri, 12 Jun 2015) Changed paths: R net/iproute2/Makefile R net/iproute2/files/15-teql R net/iproute2/patches/001-config.patch R net/iproute2/patches/004-darwin_fixes.patch R net/iproute2/patches/006-no_sctp.patch R net/iproute2/patches/007-no_arpd.patch R net/iproute2/patches/010-type_fixes.patch R net/iproute2/patches/100-allow_pfifo_fast.patch R net/iproute2/patches/110-extra-ccopts.patch R net/iproute2/patches/120-libnetlink-pic.patch R net/iproute2/patches/130-missing_include.patch R net/iproute2/patches/200-add-tc_esfq.patch R net/iproute2/patches/210-add-act_connmark.patch R net/iproute2/patches/300-ip_tiny.patch R net/iproute2/patches/600-Add-alternate-queue-models.patch R net/iproute2/patches/601-iproute2-add-fq_pie-support.patch R net/iproute2/patches/800-tc-util-Fix-possible-buffer-overflow-when-print-clas.patch R net/iproute2/patches/801-tc-fix-compilation-warning-on-32bits-arch.patch R net/iproute2/patches/900-drop_FAILED_POLICY.patch R net/iproute2/patches/910-sanitize_headers_for_musl.patch Log Message: ----------- nuke my copy of iproute2 Compare: https://github.com/dtaht/ceropackages-3.10/compare/1c446066648a...d8b883c348e5 ----==_mimepart_557b930163efd_27923fe9911c92a01141a2--