[ubuntu/impish-proposed] nfs-utils 1:1.3.4-6ubuntu1 (Accepted)

Dave Jones dave.jones at canonical.com
Tue Jul 6 13:12:12 UTC 2021


nfs-utils (1:1.3.4-6ubuntu1) impish; urgency=medium

  * Merge from Debian unstable (LP: #1929406). Remaining changes:
    - debian/nfs-common.default: always start idmapd automatically; drop the
      configuration option.
      - debian/nfs-common.default: remove NEED_STATD and related comment.
    - Add 90-gss-free-lucid-sec-context.patch: adjust for changes to the ctx
      argument of the serialize_krb5_ctx() function.
    - Add remove-gssproxy.patch: Drop gssproxy as it does not exist in Ubuntu
    - Fixing nfs-mountd dependency on rpcbind (race condition) by adding
      "rpcbind.socket" to "nfs-mountd.service"  as a dependency to avoid race
      conditions:
      - Add systemd-Fix-nfs-mountd-dependency-on-rpcbind.patch
    - truncate_gid*.patch: Backports from upstream to prevent truncating UIDs
      and GIDs over 65536 on certain architectures
    - d/p/fix-start-ordering-1.patch, d/p/fix-start-ordering-2.patch, d/p/fix-
      start-ordering-3.patch, d/nfs-kernel-server.install: Fix systemd service
      start ordering
    - Depend on network-online.target when starting services.
      - d/p/lp1918141-use-network-online-target-01.patch: Declare a
        Wants=network-online.target on all NFS server services.
      - d/p/lp1918141-use-network-online-target-02.patch: Declare a
        After=network-online.target on all NFS server services. Thanks to
        Niklas Edmundsson for helping with the reproducer.
    - d/nfs-common.postinst: always start nfs-utils.service, so the restart in
      the #DEBHELPER# section can do its job if needed
  * Removed patches obsoleted/merged by upstream:
    - Remove hard-coded dep on libtirpc1; already merged upstream, but
      previously un-noted
    - d/nfs-utils_env.sh: alongside RPCSVCGSSDARGS, also export SVCGSSDARGS,
      which is the variable name expected by the rpc-svcgssd systemd service;
      already merged upstream, but previously un-noted
    - d/p/python3.diff obsoleted by
      d/p/Convert-remaining-python-scripts-to-python3.patch
  * d/p/nfsiostat-replace-list-reserved-word.patch: re-instated after
    previous merge removed a patch already merged upstream
  * d/p/01-sm-notify-in-sbin.patch,
    d/p/03-handle-mtab-symlink.patch,
    d/p/17-multiarch-kerberos-paths.patch,
    d/p/unbreak-blkmapd-rpc_pipefs-run.patch:
    reverted unnecessary refresh of patches

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

  * mountstats:  Remove a shebang
  * Convert remaining python scripts to python3 (Closes: #883194)
  * debian/control: Switch Recommends from python to python3
  * Removed a resource leak from mountd/fsloc.c (Closes: #513284)

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

  [ Felix Lechner ]
  * Propagate $RPCGSSDOPTS from /etc/default/nfs-common to the system
    service script for rpc-gssd. (Closes: #846950)

Date: Tue, 06 Jul 2021 11:47:33 +0100
Changed-By: Dave Jones <dave.jones at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Graham Inggs <graham.inggs+ubuntu at gmail.com>
https://launchpad.net/ubuntu/+source/nfs-utils/1:1.3.4-6ubuntu1
-------------- next part --------------
Format: 1.8
Date: Tue, 06 Jul 2021 11:47:33 +0100
Source: nfs-utils
Built-For-Profiles: noudeb
Architecture: source
Version: 1:1.3.4-6ubuntu1
Distribution: impish
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dave Jones <dave.jones at canonical.com>
Closes: 513284 846950 883194
Launchpad-Bugs-Fixed: 1929406
Changes:
 nfs-utils (1:1.3.4-6ubuntu1) impish; urgency=medium
 .
   * Merge from Debian unstable (LP: #1929406). Remaining changes:
     - debian/nfs-common.default: always start idmapd automatically; drop the
       configuration option.
       - debian/nfs-common.default: remove NEED_STATD and related comment.
     - Add 90-gss-free-lucid-sec-context.patch: adjust for changes to the ctx
       argument of the serialize_krb5_ctx() function.
     - Add remove-gssproxy.patch: Drop gssproxy as it does not exist in Ubuntu
     - Fixing nfs-mountd dependency on rpcbind (race condition) by adding
       "rpcbind.socket" to "nfs-mountd.service"  as a dependency to avoid race
       conditions:
       - Add systemd-Fix-nfs-mountd-dependency-on-rpcbind.patch
     - truncate_gid*.patch: Backports from upstream to prevent truncating UIDs
       and GIDs over 65536 on certain architectures
     - d/p/fix-start-ordering-1.patch, d/p/fix-start-ordering-2.patch, d/p/fix-
       start-ordering-3.patch, d/nfs-kernel-server.install: Fix systemd service
       start ordering
     - Depend on network-online.target when starting services.
       - d/p/lp1918141-use-network-online-target-01.patch: Declare a
         Wants=network-online.target on all NFS server services.
       - d/p/lp1918141-use-network-online-target-02.patch: Declare a
         After=network-online.target on all NFS server services. Thanks to
         Niklas Edmundsson for helping with the reproducer.
     - d/nfs-common.postinst: always start nfs-utils.service, so the restart in
       the #DEBHELPER# section can do its job if needed
   * Removed patches obsoleted/merged by upstream:
     - Remove hard-coded dep on libtirpc1; already merged upstream, but
       previously un-noted
     - d/nfs-utils_env.sh: alongside RPCSVCGSSDARGS, also export SVCGSSDARGS,
       which is the variable name expected by the rpc-svcgssd systemd service;
       already merged upstream, but previously un-noted
     - d/p/python3.diff obsoleted by
       d/p/Convert-remaining-python-scripts-to-python3.patch
   * d/p/nfsiostat-replace-list-reserved-word.patch: re-instated after
     previous merge removed a patch already merged upstream
   * d/p/01-sm-notify-in-sbin.patch,
     d/p/03-handle-mtab-symlink.patch,
     d/p/17-multiarch-kerberos-paths.patch,
     d/p/unbreak-blkmapd-rpc_pipefs-run.patch:
     reverted unnecessary refresh of patches
 .
 nfs-utils (1:1.3.4-6) unstable; urgency=medium
 .
   * mountstats:  Remove a shebang
   * Convert remaining python scripts to python3 (Closes: #883194)
   * debian/control: Switch Recommends from python to python3
   * Removed a resource leak from mountd/fsloc.c (Closes: #513284)
 .
 nfs-utils (1:1.3.4-5) unstable; urgency=medium
 .
   [ Felix Lechner ]
   * Propagate $RPCGSSDOPTS from /etc/default/nfs-common to the system
     service script for rpc-gssd. (Closes: #846950)
Checksums-Sha1:
 aad6ca10962707294f673ed5994a15949e1413ad 2400 nfs-utils_1.3.4-6ubuntu1.dsc
 646fb41ed27c8c6189117c97726d791f58b12650 65380 nfs-utils_1.3.4-6ubuntu1.debian.tar.xz
 4e7864f0c2b3fc48b799acaa0c13c8a6bbbf43a0 6738 nfs-utils_1.3.4-6ubuntu1_source.buildinfo
Checksums-Sha256:
 3eb959fcb8a3297a58bc42c0eaea499611e76a7705320d906b64d37f5c2fc7d2 2400 nfs-utils_1.3.4-6ubuntu1.dsc
 5be05fc0da70012a346a4589399abc73b08b6c433c7e955aee935e41804438eb 65380 nfs-utils_1.3.4-6ubuntu1.debian.tar.xz
 27a0e3fb07c93a028824aa5ba46a18841eb6d7d8b7fed86ce51668a64e5f15a8 6738 nfs-utils_1.3.4-6ubuntu1_source.buildinfo
Files:
 6df33b39ade15ca87823420c19d62b3a 2400 net optional nfs-utils_1.3.4-6ubuntu1.dsc
 a190c06947f10f73e78005ba1f9083b1 65380 net optional nfs-utils_1.3.4-6ubuntu1.debian.tar.xz
 63f66aff394e130dec8433cbf6b6b148 6738 net optional nfs-utils_1.3.4-6ubuntu1_source.buildinfo
Original-Maintainer: Debian kernel team <debian-kernel at lists.debian.org>


More information about the impish-changes mailing list