From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62098 invoked by alias); 13 Dec 2019 22:41:32 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 62089 invoked by uid 89); 13 Dec 2019 22:41:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,MIME_QP_LONG_LINE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Received:13da, crit, HX-Languages-Length:2967, =c3=a9crit?= X-HELO: mail-qk1-f171.google.com Received: from mail-qk1-f171.google.com (HELO mail-qk1-f171.google.com) (209.85.222.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 13 Dec 2019 22:41:30 +0000 Received: by mail-qk1-f171.google.com with SMTP id w127so534480qkb.11 for ; Fri, 13 Dec 2019 14:41:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=9jdaRBS/WY+UZLoU+UJx7GeHUPRRw9A37UrsbGZZngQ=; b=VUApfZV2jUhnZ+7p0Z6BinptHqpSTz4epPAFnnbUWQk/R5pXFhNc+mJsdl9tvXWwuh 8fKXRdKtw7jt/BDQA/DNggswYQcsCLxIE2XgaGkZCJH6/4pjuaA9/9BiaNXXKRpteh1V mfdqi05vN97rpMafr3h3XqtXtNg4PdNR3XVF9af5s6m3EXXov2uKLpWNST9WYoPV7H9D LutH1eqkRZqQkuy7acjFWRCr8TciEhwvnfLRbE2IIhyoyKgKBvfaujdezZOlY+PUuk1V i2+6tiANcnEuW+B3iXuNTRX5shXAJfVnTn1Opm1dhLPvu2aX3inFMoNDmzIJD0oH6Ox3 TVEw== Return-Path: Received: from [100.92.135.177] ([204.48.95.177]) by smtp.gmail.com with ESMTPSA id k50sm3968790qtc.90.2019.12.13.14.41.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Dec 2019 14:41:27 -0800 (PST) Mime-Version: 1.0 (1.0) Subject: Re: Add script to setup codesigning on macOS From: Philippe Blain In-Reply-To: <20191212230518.GC2511@adacore.com> Date: Fri, 13 Dec 2019 22:41:00 -0000 Cc: gdb@sourceware.org Message-Id: <625FCCFB-9AF7-4A91-B2AD-3CEBF7784026@gmail.com> References: <4CFCAA53-2233-4013-A682-48BB2025058E@gmail.com> <20191212230518.GC2511@adacore.com> To: Joel Brobecker Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2019-12/txt/msg00023.txt.bz2 I don=E2=80=99t think that would be a problem for me.=20 The original script in LLDB does not have a specific license, so I guess th= e general LLDB license [1] (Apache 2.0) would apply to that file. From what= I understand that would be OK for GDB but I don=E2=80=99t know a lot about= these things.=20 I=E2=80=99ll get started ! Philippe.=20 [1] https://github.com/llvm-mirror/lldb/blob/master/LICENSE.TXT Le 12 d=C3=A9c. 2019 =C3=A0 18:05, Joel Brobecker a= =C3=A9crit : >> I=E2=80=99m interested in setting up a macOS build of GDB on conda-forge= ([1], >> [2]) and it seems that in order to do it the codesigning procedure >> would have to be automated, i.e. entirely command-line driven. The >> LLDB project already has a script doing exactly that [3], and I was >> thinking of adding such a script to the conda-forge GDB feedstock. >> However, I thought it could be a good idea to add it directly to the >> GDB repository. Would a patch adding such a script be well received ? >=20 > Not speaking for the entire group, but from my perspective, > I don't see an objection off-hand to the idea of having it in > the GDB repository. However, the GDB projects only accepts > contributions that are either small or obvious enough to be > accepted as is. For other contributions such as this one (IMO) > that do not qualify, you need to be able to assign the copyrigh > of that file to the FSF (need copyright assignment on file, and > have permission to assign the copyright to the FSF). >=20 > --=20 > Joel