From owner-svn-src-all@freebsd.org Sun Mar 18 22:26:08 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFEA6F594FB for ; Sun, 18 Mar 2018 22:26:08 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-yw0-x22e.google.com (mail-yw0-x22e.google.com [IPv6:2607:f8b0:4002:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F6946A159 for ; Sun, 18 Mar 2018 22:26:08 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: by mail-yw0-x22e.google.com with SMTP id l200so10373075ywb.0 for ; Sun, 18 Mar 2018 15:26:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=+Onsl0hVrIPTrfE4dLw25PSVHTaYW0ApRfEYzLBieFc=; b=K+k6uVtDExOq4v5CZ+IMbol+BkMDCQu0+O9L7bX73yKVj/SF3P/2YPOUOM7aRnOWg4 U7QQQUjgRA5JMAiCClAIbVhL48hgCzd0KOKkhLdDjwWrmKGb/+sLI0KOimyAXypYWI4Q norD6zXAdVp45I9iDNjhoQ5W2rsMkYxDjthDU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=+Onsl0hVrIPTrfE4dLw25PSVHTaYW0ApRfEYzLBieFc=; b=iGBiFDj0v3M065rGGSY0r6ztrMz3SKblSFrbqdw4W991aZ/s6pQtTCvVFR16GG7Iy+ X75Q5X/+79pYNkP+d6NVSBd0U1lV+UqYnM8Z04H5qE2VFjZKO7umDBn0wMaxBLndOBPI dP+OQJizRsFX2QfXB8inVR5tXzcaHFwGTu8kT+R6TmJIQ7up34B1RbiJASAzVcF4hCGp DMF01Uh0XjlOcgO54U7b2T8gnwC/l921kPSMBRWhAREa3b5xR3+96QZT8HYJsp+WDFEJ RZtLGThJsB+aJZSRUK469y7Axn3WsXQWxgpH/W3DpjbFt2ceKLPMhH861kWH05+6MHoH DaaQ== X-Gm-Message-State: AElRT7GChSTsTrHmRQbgBUqBGmdH+w/AKLepR6VXVEj4aPzVfYUF6VJr DUIcwpsn3LjAVvJkLgtULnnwMPIb9UV1gUoNCUf4qw== X-Google-Smtp-Source: AG47ELtImSRWypBKJCLrMvKUBRX/g+rPfMSQUfiWjsznPtD89pu9QmdIFeyFqQzaqSW95EjHQQEXnAZmmcmN92MKkw8= X-Received: by 10.129.120.130 with SMTP id t124mr5624721ywc.37.1521411967455; Sun, 18 Mar 2018 15:26:07 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:23d2:0:0:0:0:0 with HTTP; Sun, 18 Mar 2018 15:25:37 -0700 (PDT) In-Reply-To: <201706030242.v532gni4072040@repo.freebsd.org> References: <201706030242.v532gni4072040@repo.freebsd.org> From: Eitan Adler Date: Sun, 18 Mar 2018 15:25:37 -0700 Message-ID: Subject: Re: svn commit: r319510 - head/contrib/xz/src/liblzma/check To: Ed Maste Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Mar 2018 22:26:09 -0000 On 2 June 2017 at 19:42, Ed Maste wrote: > Author: emaste > Date: Sat Jun 3 02:42:49 2017 > New Revision: 319510 > URL: https://svnweb.freebsd.org/changeset/base/319510 > > Log: > xz: set noexec stack flag on FreeBSD Heya. Is this one safe to MFC ? -- Eitan Adler