[Bug 2138326] Re: [SRU] New upstream microrelease .NET 8.0.123/8.0.23

Andreas Hasenack 2138326 at bugs.launchpad.net
Fri Jan 23 18:31:21 UTC 2026


There are two undocumented changes to d/rules:

--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,7 @@ SHELL = /usr/bin/bash
 # See https://github.com/dotnet/source-build/issues/2767
 export HOME=$(shell mktemp --directory)
 
+export DNX_BIN = /usr/bin/dnx
 export DOTNET_BIN = /usr/bin/dotnet
 export DOTNET_ROOT_DIR = /usr/lib/dotnet
 export DOTNET_SYSCONF_DIR = /etc/dotnet
@@ -77,11 +78,6 @@ ifeq ($(DOTNET_90_OR_GREATER), true)
     DOTNET_BUILD_ARGS += --source-only
     DOTNET_RELEASE_ARTIFACTS_DIR = $(CURDIR)/artifacts/assets/Release
 
-#      Temporary branding parameter for .NET 10.0 GA release
-    ifeq ($(DOTNET_100_OR_GREATER), true)
-        DOTNET_BUILD_ARGS += --branding rtm
-    endif
-
     ifeq ($(DOTNET_USE_SYSTEM_BROTLI), true)
         SYSTEM_LIBRARIES += +brotli
     endif

Are these intentional, and the d/changelog update was just forgotten? Or
should they not be there? The branding seems to apply only to dotnet10,
and this is dotnet8, so it's dead code I presume, but what about the
DNX_BIN? It wasn't there in the current dotnet8 package that is in the
archive.

I see bin:dotnet-host-10.0 has /usr/bin/dnx, but bin:dotnet-host-8.0
(from your ppa[1]) does not. Is this expected?


1. https://launchpad.net/~mateus-morais/+archive/ubuntu/dotnet-servicing-jan-2026-2/


** Bug watch added: github.com/dotnet/source-build/issues #2767
   https://github.com/dotnet/source-build/issues/2767

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to dotnet8 in Ubuntu.
https://bugs.launchpad.net/bugs/2138326

Title:
  [SRU] New upstream microrelease .NET 8.0.123/8.0.23

Status in dotnet8 package in Ubuntu:
  New
Status in dotnet8 source package in Jammy:
  New
Status in dotnet8 source package in Noble:
  New
Status in dotnet8 source package in Questing:
  New

Bug description:
  This is the tracking bug for the .NET 8 January 2026 release.

  [Impact]

   * This corresponds to an upstream microrelease released on January 13th, 2026. See also:
     - release announcement: https://github.com/dotnet/source-build/discussions/5460
     - .NET 8.0.23 Runtime release notes: https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.23/8.0.23.md
     - .NET 8.0.123 SDK release notes: https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.23/8.0.123.md

   * It is beneficial for all our users (including LTS users) to have
  access to the latest .NET stack.

  [Test Case]

   * The package should build successfully in -proposed (respectively).

   * The packages should be installable on jammy, noble, and questing on
     amd64, arm64, s390x and ppc64el architectures.

   * Autopackage tests should pass.

  [Regression Potential]

   * The dotnet8 package has no reverse dependencies.

   * The upstream testing routine is usually satisfactory (see for
  example Microsoft's public Azure Pipeline for .NET related
  repositories: https://dev.azure.com/dnceng-public/public/_build), but
  there is always a risk of something breaking.

  [Other]

  * The tarball originated from here:
  https://github.com/canonical/dotnet-source-
  build/actions/runs/20970209269

  * 8.0.23 is the version number of the .NET Runtime and 8.0.123 is the version
    number of the .NET SDK.

  * We are only building the 8.0.1xx feature band, because this is the only
    feature band that allows building from source. See explanation of feature
    bands: https://learn.microsoft.com/en-us/dotnet/core/releases-and-support#feature-bands-sdk-only

  * Overview of how dotnet is versioned: https://learn.microsoft.com/en-
  us/dotnet/core/versions/

  * PPA for review: https://launchpad.net/~mateus-
  morais/+archive/ubuntu/dotnet-servicing-jan-2026-2/+packages

  * In order to keep all dotnet* packages consistent, this release also includes debian/ changes uploaded to resolute, which are:
    * d/t/regular-tests: synced with upstream.
      - Removed release-version-sane test following upstream.
      - Removed unnecessary files from source tree.
      - cgroup-limit/test.sh: fix autopkgtest regression in Ubuntu releases with
        rust-coreutils by comparing the cgroup filesystem ID instead of friendly
        name.
    * d/t/run-regular-tests: fixed test username typo.
    * d/rules: cleaned up trailing spaces.
    * d/eng/test-runner: removed unnecessary files from source tree.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dotnet8/+bug/2138326/+subscriptions




More information about the foundations-bugs mailing list