[ubuntu/kinetic-proposed] nfs-utils 1:2.6.1-2ubuntu1 (Accepted)
Andreas Hasenack
andreas at canonical.com
Wed Jun 29 14:02:12 UTC 2022
nfs-utils (1:2.6.1-2ubuntu1) kinetic; urgency=medium
* Merge with Debian unstable (LP: #1974233). 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.
- Don't install the regex module, as it's built by
src:libnfsidmap-regex which is in Universe (MIR: #1960824)
+ d/control: don't conflict/break/etc with libnfsidmap-regex
+ d/libnfsidmap1.install: don't install regex.so
+ d/not-installed: mark files we knowingly don't include in the
packaging
+ d/p/remove-regex-from-docs.patch: remove the regex section from
the idmapd.conf(5) manpage, as we are not building that plugin in
this package
- Update README file:
+ d/README.Ubuntu: new /etc/nfs.conf config structure
+ d/libnfsidmap1.docs, d/nfs-common.docs: install README.Ubuntu
- d/nfs-common.postrm: also purge /etc/nfs.conf.d/local.conf
- d/nfs-common.dirs: we also own /etc/nfs.conf.d
- 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
- Add more DEP8 tests (LP #1960828):
+ d/t/{control,kerberos-mount,util}: test NFSv4 krb5p mounts
+ d/t/{control, v3-moun}t: specific NFSv3 mount test
* Dropped:
- d/nfsconvert.py: add short "u" option for mountd's no-udp
[Included in 1:2.6.1-2]
- d/NEWS: explain some of the major changes in 2.6.x
[Obsoleted by Debian's update to the per-package NEWS files]
- d/nfs-*.bug-script: update to also include /etc/nfs.conf and
/etc/nfs.conf.d/*.conf
[Included in 1:2.6.1-2]
* Added changes:
- New binary package libnfsidmap-regex (LP: #1974067):
+ d/control: new package
+ d/libnfsidmap-regex.install: install the plugin file
+ d/not-installed: remove the plugin from the not-installed list
+ d/p/remove-regex-from-docs.patch: deleted
+ 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/svcgssd-fix-use-after-free.patch: fix use-after-free which was
preventing svcgssd options set in /etc/nfs.conf from being used
+ d/p/svcgssd-display-principal-if-set.patch: improve logging,
showing the expected principal name if it was set in the config
+ d/p/svcgssd-document-missing-options.patch: add missing options to
the svcgssd manpage
+ d/p/nfs-conf-manpage-missing-svcgssd-options.patch: also
document the missing svcgssd options to the nfs.conf(5) manpage
- d/README.Ubuntu: updated with the content of the previous d/NEWS
file
- d/rules: re-add hardening option lost from the src:libnfsidmap to
src:nfs-utils transition (LP: #1980095)
Date: Tue, 28 Jun 2022 10:59:36 -0300
Changed-By: Andreas Hasenack <andreas at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/nfs-utils/1:2.6.1-2ubuntu1
-------------- next part --------------
Format: 1.8
Date: Tue, 28 Jun 2022 10:59:36 -0300
Source: nfs-utils
Built-For-Profiles: noudeb
Architecture: source
Version: 1:2.6.1-2ubuntu1
Distribution: kinetic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Andreas Hasenack <andreas at canonical.com>
Launchpad-Bugs-Fixed: 1974067 1974233 1977745 1980095
Changes:
nfs-utils (1:2.6.1-2ubuntu1) kinetic; urgency=medium
.
* Merge with Debian unstable (LP: #1974233). 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.
- Don't install the regex module, as it's built by
src:libnfsidmap-regex which is in Universe (MIR: #1960824)
+ d/control: don't conflict/break/etc with libnfsidmap-regex
+ d/libnfsidmap1.install: don't install regex.so
+ d/not-installed: mark files we knowingly don't include in the
packaging
+ d/p/remove-regex-from-docs.patch: remove the regex section from
the idmapd.conf(5) manpage, as we are not building that plugin in
this package
- Update README file:
+ d/README.Ubuntu: new /etc/nfs.conf config structure
+ d/libnfsidmap1.docs, d/nfs-common.docs: install README.Ubuntu
- d/nfs-common.postrm: also purge /etc/nfs.conf.d/local.conf
- d/nfs-common.dirs: we also own /etc/nfs.conf.d
- 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
- Add more DEP8 tests (LP #1960828):
+ d/t/{control,kerberos-mount,util}: test NFSv4 krb5p mounts
+ d/t/{control, v3-moun}t: specific NFSv3 mount test
* Dropped:
- d/nfsconvert.py: add short "u" option for mountd's no-udp
[Included in 1:2.6.1-2]
- d/NEWS: explain some of the major changes in 2.6.x
[Obsoleted by Debian's update to the per-package NEWS files]
- d/nfs-*.bug-script: update to also include /etc/nfs.conf and
/etc/nfs.conf.d/*.conf
[Included in 1:2.6.1-2]
* Added changes:
- New binary package libnfsidmap-regex (LP: #1974067):
+ d/control: new package
+ d/libnfsidmap-regex.install: install the plugin file
+ d/not-installed: remove the plugin from the not-installed list
+ d/p/remove-regex-from-docs.patch: deleted
+ 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/svcgssd-fix-use-after-free.patch: fix use-after-free which was
preventing svcgssd options set in /etc/nfs.conf from being used
+ d/p/svcgssd-display-principal-if-set.patch: improve logging,
showing the expected principal name if it was set in the config
+ d/p/svcgssd-document-missing-options.patch: add missing options to
the svcgssd manpage
+ d/p/nfs-conf-manpage-missing-svcgssd-options.patch: also
document the missing svcgssd options to the nfs.conf(5) manpage
- d/README.Ubuntu: updated with the content of the previous d/NEWS
file
- d/rules: re-add hardening option lost from the src:libnfsidmap to
src:nfs-utils transition (LP: #1980095)
Checksums-Sha1:
d6a888e1e6f4eba3ba154c8ffa3714fec2b20c78 2651 nfs-utils_2.6.1-2ubuntu1.dsc
30d3cc715c27819c07fd39e3da7d0e9a1898091d 62468 nfs-utils_2.6.1-2ubuntu1.debian.tar.xz
5b5902acae365015cc69b2e7dc7c4eadb65cdc49 7283 nfs-utils_2.6.1-2ubuntu1_source.buildinfo
Checksums-Sha256:
6aa2ffb96a93f044d7a14a5b87ce3e76e6f640795991c0016e94cf11fe75a3f1 2651 nfs-utils_2.6.1-2ubuntu1.dsc
c61565bb26673b6e9734739183865008e71c4025e4c9253ade64c4abecb7fd99 62468 nfs-utils_2.6.1-2ubuntu1.debian.tar.xz
0d23e81d499044bfced4c677c28baf4fab1b8e755a9b9a06660772bb500c580d 7283 nfs-utils_2.6.1-2ubuntu1_source.buildinfo
Files:
dcfa64ab80c9938dd68bd4fd7f4d03bd 2651 net optional nfs-utils_2.6.1-2ubuntu1.dsc
d47606fa7d9f64771ec84d76326b5862 62468 net optional nfs-utils_2.6.1-2ubuntu1.debian.tar.xz
5de15fba277538e80ac730d1220250cc 7283 net optional nfs-utils_2.6.1-2ubuntu1_source.buildinfo
Original-Maintainer: Debian kernel team <debian-kernel at lists.debian.org>
Vcs-Git: https://git.launchpad.net/~ahasenack/ubuntu/+source/nfs-utils
Vcs-Git-Commit: 8f44dbe5f2f7977501808232f715af33c4bacc44
Vcs-Git-Ref: refs/heads/kinetic-nfsutils-merge
More information about the kinetic-changes
mailing list