From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out-28.smtp.github.com (out-28.smtp.github.com [192.30.252.211]) by sourceware.org (Postfix) with ESMTPS id 91BA23857C48 for ; Sun, 23 Aug 2020 08:36:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 91BA23857C48 Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 666F790003A for ; Sun, 23 Aug 2020 01:36:50 -0700 (PDT) Date: Sun, 23 Aug 2020 01:36:50 -0700 From: Chris Packham To: crossgcc@sourceware.org Message-ID: Subject: [crosstool-ng/crosstool-ng] 30c3a4: Add rsync dependency Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: crossgcc@sourceware.org X-Auto-Response-Suppress: All X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: crossgcc@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: crossgcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Aug 2020 08:36:51 -0000 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 30c3a44b4bb05859f46764b327a5d264298dfcaf https://github.com/crosstool-ng/crosstool-ng/commit/30c3a44b4bb05859f46764b327a5d264298dfcaf Author: Chris Packham Date: 2020-06-09 (Tue, 09 Jun 2020) Changed paths: M testing/docker/alpine3.8/Dockerfile M testing/docker/archlinux/Dockerfile M testing/docker/centos6/Dockerfile M testing/docker/centos7/Dockerfile M testing/docker/fedora29/Dockerfile M testing/docker/mint19-amd64/Dockerfile M testing/docker/ubuntu16.04/Dockerfile M testing/docker/ubuntu18.04/Dockerfile Log Message: ----------- Add rsync dependency Recent Linux kernels (5.3 and newer) use rsync to copy headers around. Add the rsync package to the list of dependencies. Signed-off-by: Chris Packham Commit: 8de51abf94a901d52e23fe783460fc0acd311547 https://github.com/crosstool-ng/crosstool-ng/commit/8de51abf94a901d52e23fe783460fc0acd311547 Author: Chris Packham Date: 2020-08-23 (Sun, 23 Aug 2020) Changed paths: M testing/docker/alpine3.8/Dockerfile M testing/docker/archlinux/Dockerfile M testing/docker/centos6/Dockerfile M testing/docker/centos7/Dockerfile M testing/docker/fedora29/Dockerfile M testing/docker/mint19-amd64/Dockerfile M testing/docker/ubuntu16.04/Dockerfile M testing/docker/ubuntu18.04/Dockerfile Log Message: ----------- Merge pull request #1295 from cpackham/rsync Add rsync dependency Compare: https://github.com/crosstool-ng/crosstool-ng/compare/2fbf355f2861...8de51abf94a9