From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3948 invoked by alias); 6 Oct 2009 08:27:51 -0000 Received: (qmail 3939 invoked by uid 22791); 6 Oct 2009 08:27:50 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 06 Oct 2009 08:27:46 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 9262329002D; Tue, 6 Oct 2009 10:27:44 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id slkaFatXnxaE; Tue, 6 Oct 2009 10:27:43 +0200 (CEST) Received: from province.act-europe.fr (province.act-europe.fr [10.10.0.214]) by mel.act-europe.fr (Postfix) with ESMTP id 32B4929003F; Tue, 6 Oct 2009 10:27:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by filtered-province.act-europe.fr (Postfix) with ESMTP id 0CE58164D8F; Tue, 6 Oct 2009 10:27:42 +0200 (CEST) Received: from province.act-europe.fr ([127.0.0.1]) by localhost (province.act-europe.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 827HCySIIhYY; Tue, 6 Oct 2009 10:27:41 +0200 (CEST) Received: from [IPv6:::1] (province.act-europe.fr [10.10.0.214]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by province.act-europe.fr (Postfix) with ESMTPSA id B7222164D8D; Tue, 6 Oct 2009 10:27:41 +0200 (CEST) Subject: Re: [RFA-Darwin]: Add an info key in darwin executable Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: Tristan Gingold In-Reply-To: <8ac60eac0910052118j7f3894fek22b6fa3b891118b1@mail.gmail.com> Date: Tue, 06 Oct 2009 08:27:00 -0000 Cc: gdb-patches ml Content-Transfer-Encoding: 7bit Message-Id: References: <8ac60eac0910052118j7f3894fek22b6fa3b891118b1@mail.gmail.com> To: Paul Pluzhnikov X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00121.txt.bz2 On Oct 6, 2009, at 6:18 AM, Paul Pluzhnikov wrote: > On Mon, Oct 5, 2009 at 5:22 AM, Tristan Gingold > wrote: > >> I think we should let the user or the system administrator signing >> the >> executable by itself as we can't create and publish a certificate. > > I have tried and failed to find info on just how to do such > signing :-( > > Would you mind writing instructions somewhere in GDB wiki, > and reference that page here: I added a wiki page: http://sourceware.org/gdb/wiki/BuildingOnDarwin Feel free to improve it!