From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102051 invoked by alias); 28 Sep 2018 20:33:08 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 102019 invoked by uid 89); 28 Sep 2018 20:33:06 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=mint, neyman, Neyman, heads X-HELO: m69-169.mailgun.net Received: from m69-169.mailgun.net (HELO m69-169.mailgun.net) (166.78.69.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 28 Sep 2018 20:33:04 +0000 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1538166782; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=xf+Dc61qeT9t8JmV1VbOgEiKyz2CVETS8D7JRQ4XNgI=; b=YcO5RCID9UhMpu8poRh/FCdgs9YXFGrAltrhJemZDFlqu7mfC32r4w+JsRp/unFYVYrQl6yV urQZYeYomQU/01YuBY90GHuNwXyD3zmh3jEPXlqmiDheODCT0mUJYK39BwOCYINVNLgbz8+G Fd5kipuwWgE2AlFPIMw+Cmnlle8= X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Sender: stilor=att.net@github.com Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5bae8ffd.7f3eac0dced0-smtp-out-n01; Fri, 28 Sep 2018 20:33:01 -0000 (UTC) Date: Fri, 28 Sep 2018 20:33:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5bae8ffcbf782_26632b0e26d5ced872660@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 6ad79d: Add globbing patches to make from upstream Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5bae8ffcbf375_26632b0e26d5ced8725a0"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-09/txt/msg00020.txt.bz2 ----==_mimepart_5bae8ffcbf375_26632b0e26d5ced8725a0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 3297 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 6ad79d8932d10c77d4288009cf3063691fab6c34 https://github.com/crosstool-ng/crosstool-ng/commit/6ad79d8932d10c77d4288009cf3063691fab6c34 Author: Alexey Neyman Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: A packages/make/4.2.1/0000-glob-v2.patch A packages/make/4.2.1/0001-glob-v2-gl_lstat.patch Log Message: ----------- Add globbing patches to make from upstream Fixes #1004. Signed-off-by: Alexey Neyman Commit: efe65615d053f29d25fdf5fe787b267e4609d9cf https://github.com/crosstool-ng/crosstool-ng/commit/efe65615d053f29d25fdf5fe787b267e4609d9cf Author: Alexey Neyman Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: M scripts/build/libc/glibc.sh M scripts/functions Log Message: ----------- Fix up timestamps after patching ... so that autotools-based packages do not re-run autoconf/autoheader/automake. Signed-off-by: Alexey Neyman Commit: 9d7c783a93dd4693a009aae5e99156c1f187acaf https://github.com/crosstool-ng/crosstool-ng/commit/9d7c783a93dd4693a009aae5e99156c1f187acaf Author: Alexey Neyman Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: M testing/docker/archlinux/Dockerfile A testing/docker/centos6/Dockerfile M testing/docker/common-scripts/ctng-build-sample M testing/docker/common-scripts/ctng-install M testing/docker/common-scripts/ctng-test-basic R testing/docker/common-scripts/su-as-user M testing/docker/dmgr.sh A testing/docker/docker-remove-all.sh M testing/docker/gentoo-amd64/Dockerfile A testing/docker/mint19-amd64/Dockerfile Log Message: ----------- Make dockerfiles a bit more consistent ... and add Mint 19 and CentOS 6. The latter currently fails in ctng's configure due to an old libtool; need to make libtool optional. Signed-off-by: Alexey Neyman Commit: d0dd654ca65029da8b30e2437a29c0934b7ecf80 https://github.com/crosstool-ng/crosstool-ng/commit/d0dd654ca65029da8b30e2437a29c0934b7ecf80 Author: Alexey Neyman Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: A packages/make/4.2.1/0000-glob-v2.patch A packages/make/4.2.1/0001-glob-v2-gl_lstat.patch M scripts/build/libc/glibc.sh M scripts/functions M testing/docker/archlinux/Dockerfile A testing/docker/centos6/Dockerfile M testing/docker/common-scripts/ctng-build-sample M testing/docker/common-scripts/ctng-install M testing/docker/common-scripts/ctng-test-basic R testing/docker/common-scripts/su-as-user M testing/docker/dmgr.sh A testing/docker/docker-remove-all.sh M testing/docker/gentoo-amd64/Dockerfile A testing/docker/mint19-amd64/Dockerfile Log Message: ----------- Merge pull request #1038 from stilor/make-fix-glob Fix make's glob() with new glibc Compare: https://github.com/crosstool-ng/crosstool-ng/compare/5f18c3ed4e3a...d0dd654ca650 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. ----==_mimepart_5bae8ffcbf375_26632b0e26d5ced8725a0--