← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2130126] [NEW] Merge nfs-utils from Debian Unstable for resolute

 

Public bug reported:

Scheduled-For: ubuntu-25.11
Ubuntu: 1:2.8.3-1ubuntu3
Debian Unstable: 1:2.8.4-1

A new release of nfs-utils is available for merging from Debian
Unstable.

If it turns out this needs a sync rather than a merge, please change the
tagging from ['dcr-merge'] to ['dcr-sync'], and (optionally) update the
title as desired.

If this merge pulls in a new upstream version, also consider adding an
entry to the resolute Release Notes:
https://discourse.ubuntu.com/t/resolute-raccoon-release-notes/

### New Debian Changes ###

nfs-utils (1:2.8.4-1) unstable; urgency=medium

  * New upstream version 2.8.4

  [ Ben Hutchings ]
  * d/salsa-ci.yml: Remove obsolete lintian error suppressions

  [ Salvatore Bonaccorso ]
  * debian/watch: Convert to uscan version 5
  * nfs-common: Install nfsroot-generator into system-generators

 -- Salvatore Bonaccorso <carnil@xxxxxxxxxx>  Sun, 14 Sep 2025 15:41:13
+0200


### Old Ubuntu Delta ###

nfs-utils (1:2.8.3-1ubuntu3) questing; urgency=medium

  * Fix FTBFS with glibc 2.42 (LP: #2122270)

 -- Heinrich Schuchardt <heinrich.schuchardt@xxxxxxxxxxxxx>  Sun, 07 Sep
2025 10:50:39 +0200

nfs-utils (1:2.8.3-1ubuntu2) questing; urgency=medium

  * Rebuild to include updated RISC-V base ISA RVA23

 -- Heinrich Schuchardt <heinrich.schuchardt@xxxxxxxxxxxxx>  Sat, 06 Sep
2025 14:17:52 +0000

nfs-utils (1:2.8.3-1ubuntu1) questing; urgency=medium

  * Merge with Debian unstable (LP: #2112047).
    Nothing of note in this merge, very straightforward rebase.
    Remaining changes:
    - d/control: don't provide libnfsidmap2 in libnfsidmap1. This
      package contains not only plugins, but an actual shared library,
      with a different soname.
    - Update README file:
      + d/README.Ubuntu: new /etc/nfs.conf config structure
      + d/libnfsidmap1.docs, d/nfs-common.docs: install README.Ubuntu
    - New apport hook (LP #1961058):
      + d/source.apport: apport hook for nfs-utils
      + d/control: build-depend dh-apport
      + d/rules: build with apport, and install the hook in the
        nfs-common package which is installed on both client and servers
    - Move the regex module to a separate binary package libnfsidmap-regex
      (LP #1974067):
      + d/control: new package, adjust breaks/conflicts
      + d/libnfsidmap-regex.install: install the plugin file
      + d/libnfsidmap1.install: don't install regex.so
      + d/p/ubuntu-idmapd-manpage-update-regex-other-package.patch:
        note that the regex plugin is in another package
    - rpc.svcgssd fixes and improvements (LP #1977745):
      + d/p/nfs-conf-manpage-missing-svcgssd-options.patch: also
        document the missing svcgssd options to the nfs.conf(5) manpage
    - d/not-installed: mark files we knowingly don't include in the
      packaging

 -- Florent 'Skia' Jacquet <florent.jacquet@xxxxxxxxxxxxx>  Mon, 30 Jun
2025 16:00:10 +0200

** Affects: nfs-utils (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: dcr-merge

** Changed in: nfs-utils (Ubuntu)
    Milestone: None => ubuntu-25.11

-- 
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to nfs-utils in Ubuntu.
https://bugs.launchpad.net/bugs/2130126

Title:
  Merge nfs-utils from Debian Unstable for resolute

Status in nfs-utils package in Ubuntu:
  New

Bug description:
  Scheduled-For: ubuntu-25.11
  Ubuntu: 1:2.8.3-1ubuntu3
  Debian Unstable: 1:2.8.4-1

  A new release of nfs-utils is available for merging from Debian
  Unstable.

  If it turns out this needs a sync rather than a merge, please change
  the tagging from ['dcr-merge'] to ['dcr-sync'], and (optionally)
  update the title as desired.

  If this merge pulls in a new upstream version, also consider adding an
  entry to the resolute Release Notes:
  https://discourse.ubuntu.com/t/resolute-raccoon-release-notes/

  ### New Debian Changes ###

  nfs-utils (1:2.8.4-1) unstable; urgency=medium

    * New upstream version 2.8.4

    [ Ben Hutchings ]
    * d/salsa-ci.yml: Remove obsolete lintian error suppressions

    [ Salvatore Bonaccorso ]
    * debian/watch: Convert to uscan version 5
    * nfs-common: Install nfsroot-generator into system-generators

   -- Salvatore Bonaccorso <carnil@xxxxxxxxxx>  Sun, 14 Sep 2025
  15:41:13 +0200


  ### Old Ubuntu Delta ###

  nfs-utils (1:2.8.3-1ubuntu3) questing; urgency=medium

    * Fix FTBFS with glibc 2.42 (LP: #2122270)

   -- Heinrich Schuchardt <heinrich.schuchardt@xxxxxxxxxxxxx>  Sun, 07
  Sep 2025 10:50:39 +0200

  nfs-utils (1:2.8.3-1ubuntu2) questing; urgency=medium

    * Rebuild to include updated RISC-V base ISA RVA23

   -- Heinrich Schuchardt <heinrich.schuchardt@xxxxxxxxxxxxx>  Sat, 06
  Sep 2025 14:17:52 +0000

  nfs-utils (1:2.8.3-1ubuntu1) questing; urgency=medium

    * Merge with Debian unstable (LP: #2112047).
      Nothing of note in this merge, very straightforward rebase.
      Remaining changes:
      - d/control: don't provide libnfsidmap2 in libnfsidmap1. This
        package contains not only plugins, but an actual shared library,
        with a different soname.
      - Update README file:
        + d/README.Ubuntu: new /etc/nfs.conf config structure
        + d/libnfsidmap1.docs, d/nfs-common.docs: install README.Ubuntu
      - New apport hook (LP #1961058):
        + d/source.apport: apport hook for nfs-utils
        + d/control: build-depend dh-apport
        + d/rules: build with apport, and install the hook in the
          nfs-common package which is installed on both client and servers
      - Move the regex module to a separate binary package libnfsidmap-regex
        (LP #1974067):
        + d/control: new package, adjust breaks/conflicts
        + d/libnfsidmap-regex.install: install the plugin file
        + d/libnfsidmap1.install: don't install regex.so
        + d/p/ubuntu-idmapd-manpage-update-regex-other-package.patch:
          note that the regex plugin is in another package
      - rpc.svcgssd fixes and improvements (LP #1977745):
        + d/p/nfs-conf-manpage-missing-svcgssd-options.patch: also
          document the missing svcgssd options to the nfs.conf(5) manpage
      - d/not-installed: mark files we knowingly don't include in the
        packaging

   -- Florent 'Skia' Jacquet <florent.jacquet@xxxxxxxxxxxxx>  Mon, 30
  Jun 2025 16:00:10 +0200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/2130126/+subscriptions