From nobody Sat May 20 21:32:41 2023 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QNxl96BmCz4BYYW; Sat, 20 May 2023 21:32:53 +0000 (UTC) (envelope-from rick.macklem@gmail.com) Received: from mail-pj1-x102f.google.com (mail-pj1-x102f.google.com [IPv6:2607:f8b0:4864:20::102f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4QNxl85rzHz4F6l; Sat, 20 May 2023 21:32:52 +0000 (UTC) (envelope-from rick.macklem@gmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20221208 header.b=oE0A9PN1; spf=pass (mx1.freebsd.org: domain of rick.macklem@gmail.com designates 2607:f8b0:4864:20::102f as permitted sender) smtp.mailfrom=rick.macklem@gmail.com; dmarc=pass (policy=none) header.from=gmail.com Received: by mail-pj1-x102f.google.com with SMTP id 98e67ed59e1d1-253570deb8dso2680440a91.1; Sat, 20 May 2023 14:32:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1684618371; x=1687210371; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=u/9zg8NAcg+e2dHjwCHJDiiCyR5swlAub7dpwNRmzgo=; b=oE0A9PN1AwnnBA9K0lOYl0hl0LzpEZgtEBoNFZZ3FqC8Wo2un6M3IGcBBso0BigjUy tnXJYgHhqXYYigSYAJ2b41tvSC28RjEGshluJBufl35pWOysEfleZB7AMUWxvupv2cxi JR0Zpjnszu6XzfMkFM0ACVKDJVxD6lcURDbdt8sXDYXmtQzH1X/x3Kvk3fVaVtSmId6y F/qn9+jcEY8GJxthdReIYzVH8VK5/C3xBybzIAir835PZ0h68o0GpGEW1SV5zLcnD0rP /KQObrA/YZ3lGtqvyd1WxHuO575IL5M6LDlfmXnb0gLqtouQQ1TBPQMvJzGP7tLab74m p1Cg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684618371; x=1687210371; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=u/9zg8NAcg+e2dHjwCHJDiiCyR5swlAub7dpwNRmzgo=; b=hK0ZTqtPZVF0V6cClg+0NkXOPrBX8VMURdXxsEpNvdUFRSFeOFEoIpuvRDIIwarhOC qyraENNRnAA3vjU3v6sU6VVqFLyiFZuH/v1UtW/t4IQ0HCRIeXsjDFF59JH3sJ/o8IV+ 1WtYSpvTBuDkVVKmqW7ePvL9IavxKK8ZXq/v4Ed6ULJWzDZpqAxGNYVMpr7taFGnJGLW +YYYpMuVPgwA9S0P617acs2PdBYYhjdgkx8XxsGUyj7HH5hBcMeZrh7u3XryLmaegqkZ L9yasKzxOWVrW6lIdykTT8yi++pOrGUKXt5zgXybAHu7tVZfs4qeNg3KbXvSCdeVYuYv u8yw== X-Gm-Message-State: AC+VfDyseGkFMI+OQwGHqbT1DBfBy4WrHurosOceuC6vOq/rEMNdHcpK 8p42Dm5rHeUsO5LbeEueQ2KstC611tzNkWRuK9F7DF7lcQ== X-Google-Smtp-Source: ACHHUZ585X1F1WffsUpR6zQpUq9fD/MkP88NSpE1R4+tpXC/4R2D/g2+qURCSjDwqsf2bc0gqRY/bT4YyiZWDW0hB2Q= X-Received: by 2002:a17:90a:e557:b0:250:7347:39d9 with SMTP id ei23-20020a17090ae55700b00250734739d9mr5883858pjb.37.1684618371357; Sat, 20 May 2023 14:32:51 -0700 (PDT) List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 References: <202305201841.34KIfpN7025526@gitrepo.freebsd.org> In-Reply-To: From: Rick Macklem Date: Sat, 20 May 2023 14:32:41 -0700 Message-ID: Subject: Re: git: c6750ddec917 - main - Require the OpenSSL 1.1 APIs when compiling ldns To: Ed Maste Cc: Enji Cooper , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spamd-Result: default: False [-3.17 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20221208]; NEURAL_HAM_SHORT(-0.17)[-0.169]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[dev-commits-src-all@freebsd.org,dev-commits-src-main@freebsd.org]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::102f:from]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FREEMAIL_ENVFROM(0.00)[gmail.com]; DKIM_TRACE(0.00)[gmail.com:+]; RCVD_TLS_LAST(0.00)[]; TAGGED_FROM(0.00)[]; TO_DN_SOME(0.00)[]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROMTLD(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; RCPT_COUNT_FIVE(0.00)[5]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Queue-Id: 4QNxl85rzHz4F6l X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N On Sat, May 20, 2023 at 12:20=E2=80=AFPM Rick Macklem wrote: > > On Sat, May 20, 2023 at 12:09=E2=80=AFPM Ed Maste wr= ote: > > > > CAUTION: This email originated from outside of the University of Guelph= . Do not click links or open attachments unless you recognize the sender an= d know the content is safe. If in doubt, forward suspicious emails to IThel= p@uoguelph.ca. > > > > > > On Sat, 20 May 2023 at 14:41, Enji Cooper wrote: > > > > > > The branch main has been updated by ngie: > > > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=3Dc6750ddec9177b67bb4883= 717933e87ac24a3a44 > > > > > > commit c6750ddec9177b67bb4883717933e87ac24a3a44 > > > Author: Enji Cooper > > > AuthorDate: 2023-05-13 02:38:18 +0000 > > > Commit: Enji Cooper > > > CommitDate: 2023-05-20 18:41:24 +0000 > > > ... > > > Submitted by: Pierre Pronchery > > > > With the transition to Git the `Submitted by:` header is deprecated -- > > the original Author metadata should be retained. (There may be > > occasional exceptions for old patches prepared before the Git > > transition, or where a change was submitted by some form other than a > > patch.) > Ok, this is news to me. > > What is the preferred alternative to "Submitted by:", assuming it does > not already have git junk on the patch? Ok, thanks to Jessica, I now see that the Committer's Guide has "Submitted by:" listed as deprecated. I was confused because it is listed in the left column and then you have to read the next column to see what you are supposed to do now. I'll learn to read someday, rick > > rick