From nobody Sat May 20 19:09:24 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 4QNtYt2Flkz4BQDZ; Sat, 20 May 2023 19:09:38 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-lf1-f44.google.com (mail-lf1-f44.google.com [209.85.167.44]) (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 4QNtYs5gLzz3tHc; Sat, 20 May 2023 19:09:37 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-lf1-f44.google.com with SMTP id 2adb3069b0e04-4f122ff663eso4873353e87.2; Sat, 20 May 2023 12:09:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684609776; x=1687201776; h=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=8+AY0wpcc2ltqxfasLD8phppUYBC7aNaUY634RQ2nHg=; b=PP/Sfmf82oTroIe9LTQmI0dITSByhkDlfJwt3yG1s4QKgkLDozWRmRWbgR0+VWQyUz ccTmlYNbuufvijrL8Ki7yjBwh5Lb/2FT6Hz8mFywUtXVoZPxFyEdNGfIhCzQRY/raCUx yE5Xqx5TbNaCEArGiINRkD3Iwf7wK7N0PvAkYEcOMqEBPl5S1Nu7biL0VozkQl4irOrU hLtuqPKdseTk0Q0iWfpzTwzMwj7bkJtHuRs7IaOCyAurLK3pt3/MuNZg62Kn4A5Q4PBf Q3I3L/WpaaUZQHd+/RGI/F/ArgM2GU4NA3zDZylQ9J67uwXSRIYaPHmz26hXCdjo268f hR4w== X-Gm-Message-State: AC+VfDwcZDev3R92/m5H6hmQX7CFF6+9JRH2qaWegGOlpR/EOLDaRzFn ulHlxpygmju0EaR9WvaFGMwjXORgeeF/ErKCbCdlaBXS X-Google-Smtp-Source: ACHHUZ6ErLmq890sxOgPthm1cbiP8O0+qY1pogpe+0wt8DIBYyGKgZHalBYILAOYRK01upMWha0VI+mwVyCeGfnpHOk= X-Received: by 2002:ac2:46d0:0:b0:4d8:5238:ae97 with SMTP id p16-20020ac246d0000000b004d85238ae97mr1893168lfo.36.1684609775628; Sat, 20 May 2023 12:09:35 -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: <202305201841.34KIfpN7025526@gitrepo.freebsd.org> From: Ed Maste Date: Sat, 20 May 2023 15:09:24 -0400 Message-ID: Subject: Re: git: c6750ddec917 - main - Require the OpenSSL 1.1 APIs when compiling ldns To: Enji Cooper Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4QNtYs5gLzz3tHc X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N 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=c6750ddec9177b67bb4883717933e87ac24a3a44 > > 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.)