From nobody Wed Oct 18 13:49:00 2023 X-Original-To: dev-commits-ports-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 4S9XJm4syRz4x3NR; Wed, 18 Oct 2023 13:49:28 +0000 (UTC) (envelope-from ashafer@badland.io) Received: from badland.io (badland.io [178.128.156.9]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4S9XJm20d3z3DNw; Wed, 18 Oct 2023 13:49:28 +0000 (UTC) (envelope-from ashafer@badland.io) Authentication-Results: mx1.freebsd.org; none Received: from [10.20.215.92] (unknown [12.22.141.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by badland.io (Postfix) with ESMTPSA id C5623AE88; Wed, 18 Oct 2023 09:35:29 -0400 (EDT) Message-ID: <9afaac56-ac69-b008-fbd3-31138d3bc7a7@badland.io> Date: Wed, 18 Oct 2023 09:49:00 -0400 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Subject: Re: git: ade14c9a20f1 - main - graphics/nvidia-drm-515-kmod: Chase drm-kmod 5.15.118 update. Content-Language: en-US To: "Sergey A. Osokin" , Emmanuel Vadot Cc: Gleb Popov , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org References: <202310171749.39HHnVjA013681@gitrepo.freebsd.org> <20231018074955.1db71d7160f9aec5767ad5b8@bidouilliste.com> From: Austin Shafer In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:14061, ipnet:178.128.144.0/20, country:US] X-Rspamd-Queue-Id: 4S9XJm20d3z3DNw No worries, and yes a makesum is all that's required. It has to happen in whatever nvidia-drm-51*-kmod ports correspond to the drm-kmod update. If something goes wrong and fails to build feel free to email or CC me on any bugs and I'll take a look. Thanks, Austin On 10/18/23 09:24, Sergey A. Osokin wrote: > On Wed, Oct 18, 2023 at 07:49:55AM +0200, Emmanuel Vadot wrote: >> On Tue, 17 Oct 2023 19:23:18 +0000 >> "Sergey A. Osokin" wrote: >> >>> On Tue, Oct 17, 2023 at 05:49:31PM +0000, Gleb Popov wrote: >>> >>> [...] >>> >>>> diff --git a/graphics/nvidia-drm-515-kmod/distinfo b/graphics/nvidia-drm-515-kmod/distinfo >>>> index 8d32877b4880..aebb73768a87 100644 >>>> --- a/graphics/nvidia-drm-515-kmod/distinfo >>>> +++ b/graphics/nvidia-drm-515-kmod/distinfo >>>> @@ -1,5 +1,5 @@ >>>> -TIMESTAMP = 1693165353 >>>> +TIMESTAMP = 1697556443 >>>> SHA256 (amshafer-nvidia-driver-535.104.05-nvidia-drm-515-kmod-535.104.05_GH0.tar.gz) = 37d43cf4c1cb26d2850a998c04cc3e7504f1f816e3d1b22d32c808abe39c061a >>>> SIZE (amshafer-nvidia-driver-535.104.05-nvidia-drm-515-kmod-535.104.05_GH0.tar.gz) = 185527912 >>>> -SHA256 (freebsd-drm-kmod-drm_v5.15.25_5_GH0.tar.gz) = bd5eb5a39cd46f532d0310958bfc2870da1c1a003e92874f18f7f88c8baac6a5 >>>> -SIZE (freebsd-drm-kmod-drm_v5.15.25_5_GH0.tar.gz) = 26084713 >>>> +SHA256 (freebsd-drm-kmod-drm_v5.15.118_1_GH0.tar.gz) = 40b0fc61b9e8d303d4e78a54fba94c25938aedb7e2f2c57748a18bbb96a8590f >>>> +SIZE (freebsd-drm-kmod-drm_v5.15.118_1_GH0.tar.gz) = 26092494 >>> >>> It seem to me this change requires an additional change in >>> graphics/drm-515-kmod/Makefile.version as well, i.e. (not tested): >>> >>> # drm-kmod common version definition >>> # >>> # This will be included from consumers such as nvidia-drm >>> -DRM_KMOD_DISTVERSION= 5.15.25 >>> -DRM_KMOD_GH_TAGNAME= drm_v5.15.25_5 >>> +DRM_KMOD_DISTVERSION= 5.15.118 >>> +DRM_KMOD_GH_TAGNAME= drm_v5.15.118_1 >>> >>> Thank you. >> >> https://cgit.freebsd.org/ports/tree/graphics/drm-515-kmod/Makefile.version >> >> This is already done. > > Yep, got it. Still curious, why that hasn't been updated all > together at the same time. > >> Austin, how do you want to coordinate for next updates ? I admit that >> I didn't knew that this port should be updated too. Is make makesum >> enough in all cases ? > > Thanks. > > -- > Sergey A. Osokin