From owner-dev-commits-src-all@freebsd.org Wed Sep 29 22:02:15 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 64E6167D396 for ; Wed, 29 Sep 2021 22:02:15 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKVj32Byzz3D7l; Wed, 29 Sep 2021 22:02:15 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qv1-f41.google.com (mail-qv1-f41.google.com [209.85.219.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 2B53E2E432; Wed, 29 Sep 2021 22:02:15 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qv1-f41.google.com with SMTP id o15so2417154qvq.4; Wed, 29 Sep 2021 15:02:15 -0700 (PDT) X-Gm-Message-State: AOAM530P4xUEtv/7nZ285OcIkPsGDvE5jD8RS7gTsgR3k9wX/lp9K+1+ uIDuhf2nesfQnrqZQTNa39Z8GDUj8stUR9OPYwI= X-Google-Smtp-Source: ABdhPJyFEOtcW7LTEUV2urEzPER8m6OeZ3lfIhctEflzLRIBFOeew66LY18jTNux3cCLxE00mIrBG+/f/qpoIZZfPlM= X-Received: by 2002:a0c:b559:: with SMTP id w25mr2192292qvd.51.1632952934710; Wed, 29 Sep 2021 15:02:14 -0700 (PDT) MIME-Version: 1.0 References: <202109191245.18JCjDIe088232@gitrepo.freebsd.org> In-Reply-To: <202109191245.18JCjDIe088232@gitrepo.freebsd.org> From: Kyle Evans Date: Wed, 29 Sep 2021 17:02:02 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 2f57ecae4b98..a60ef1802a36 - vendor/bc - vendor branch updated To: =?UTF-8?B?U3RlZmFuIEXDn2Vy?= Cc: src-committers , "" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 22:02:15 -0000 On Sun, Sep 19, 2021 at 7:45 AM Stefan E=C3=9Fer wrote: > > The branch vendor/bc has been updated by se: > > URL: https://cgit.FreeBSD.org/src/log/?id=3D2f57ecae4b98..a60ef1802a36 > > a60ef1802a36 vendor/bc: update to upstream version 5.0.2 Hi, Any estimate on when this will be integrated into main? I've got a local change that benefits from the strcpy rename that took place here: https://github.com/gavinhoward/bc/commit/bbe78f848ce5d471993aa083b8f8= 1f78214f0924 Thanks! Kyle Evans