From nobody Wed Jan 11 18:13:26 2023 X-Original-To: dev-commits-ports-main@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 4NsbQn3l9Sz2qmXy; Wed, 11 Jan 2023 18:13:37 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (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 (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NsbQm3DMwz4kyl; Wed, 11 Jan 2023 18:13:36 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1673460808; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oCKYyl8grbwxKuFBdAaLKyZw9+yaOKRJA4Dd09SDpRg=; b=AdGwzAZp+uT5v8jKfPHeYmaZPCxShKwD4N6jgO1KBx8KxuXjhG2JakfxK5J46AvVM8reWO p34euMElsaTKVp15PLYjbyCucEL2fpp7SLGHpFAbVckad+A4Gz0s1R9JgACkDhUqaTfZQx j2ouydyGdtH13T0oWJr2MjcH1xSi3Aw= Received: from amy.home.blih.net (lfbn-lyo-1-2174-135.w90-66.abo.wanadoo.fr [90.66.97.135]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 32bf5d40 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 11 Jan 2023 18:13:27 +0000 (UTC) Date: Wed, 11 Jan 2023 19:13:26 +0100 From: Emmanuel Vadot To: Adam Weinberger Cc: Dmitri Goutnik , Dmitri Goutnik , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: cf25897f304e - main - lang/go119: Update to 1.19.5 Message-Id: <20230111191326.226f0b0346f61136055e62fa@bidouilliste.com> In-Reply-To: References: <202301111401.30BE1eAN069454@gitrepo.freebsd.org> <8a2d2724-75f5-ec2a-41af-5b353acb3aa0@syrec.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4NsbQm3DMwz4kyl X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Wed, 11 Jan 2023 10:58:14 -0700 Adam Weinberger wrote: > Ahh okay, I wondered what the calculus on that was! > > It seems a little odd to me to only bump for security changes. Given that > all go binaries are statically linked from the go stdlib, upgrading go > alone does nothing for the entirety of go ports. It does not do nothing, in fact it does a really bad thing which is that we now have different package result for all go ports that what is currently in the package repo (official or not). Also since the builder always bulk -c (I think) this means that if a user install whatever go package today and another user install the same package after the next build they will have different package. And if this go update actually fixes a bug that is present in this package it means that the first user will have the bug and not the second one, so it causes headache for PR. > Does the benefit of fewer upgrades offset the value lost by go upgrades > that don't make it to go-based ports? > > # Adam > > > On Wed, Jan 11, 2023 at 9:47 AM Dmitri Goutnik wrote: > > > Hi Adam, > > > > No, the release notes do not mention any security fixes so this is just a > > bugfix release. > > On 11/01/2023 10:56, Adam Weinberger wrote: > > > > On Wed, Jan 11, 2023 at 7:01 AM Dmitri Goutnik wrote: > > > >> The branch main has been updated by dmgk: > >> > >> URL: > >> https://cgit.FreeBSD.org/ports/commit/?id=cf25897f304ef0251fdc238c9d13ea3b1b6dad16 > >> > >> commit cf25897f304ef0251fdc238c9d13ea3b1b6dad16 > >> Author: Dmitri Goutnik > >> AuthorDate: 2023-01-11 13:58:47 +0000 > >> Commit: Dmitri Goutnik > >> CommitDate: 2023-01-11 14:01:05 +0000 > >> > >> lang/go119: Update to 1.19.5 > >> > >> Changes: https://go.dev/doc/devel/release#go1.19.5 > >> > > > > Hi Dmitri, > > > > Are you intending to bump go ports after this update? > > > > # Adam > > > > > > -- > > Adam Weinberger > > adamw@adamw.org > > https://www.adamw.org > > > > > > -- > Adam Weinberger > adamw@adamw.org > https://www.adamw.org -- Emmanuel Vadot