[ubuntu/mantic-proposed] adduser 3.134ubuntu1 (Accepted)
Mateus Rodrigues de Morais
mateus.morais at canonical.com
Wed Jun 21 14:43:12 UTC 2023
adduser (3.134ubuntu1) mantic; urgency=medium
* Merge from Debian unstable (LP: #2021498). Remaining changes:
- Add support for encrypting home directories (MR: !87):
+ adduser: Add --encrypt-home option, which calls ecryptfs-setup-private
for the hard work.
+ doc/adduser.8: document the --encrypt-home option
+ debian/control: suggest ecryptfs-utils >= 67-1
+ deluser: remove all of /var/lib/ecryptfs/$user with --remove-home
- extrausers support for adduser and gpasswd (LP: #1323732)
- Add support for ZFS home directories (LP: #1873263)
- Enable private home directories by default (LP: #48734)
+ Set DIR_MODE=0750 and SYS_DIR_MODE=0750 in the default adduser.conf
- AdduserCommon.pm, adduser.conf: Change default SYS_NAME_REGEX to allow
uppercase letters in the names of system users.
* d/t/ecryptfs: test cases for adduser and deluser with --encrypt-home
* Fixed failing autopkgtests (MR: !89):
- d/t/f/adduser_system.t: Smart increment of test uid to next available
value.
- d/t/f/firstlastuidgid.t: Smart increment of test uid and gid values to
next available value.
- d/t/f/firstlastuidgid.t: Changed S4L test group first and last uid
values to 3xx instead of 4xx to comply with SYS_UID_MAX.
adduser (3.134) unstable; urgency=medium
* Revert "mark adduser as Protected:yes"
adduser (3.133) unstable; urgency=medium
[ Johannes Schauer Marin Rodrigues ]
* mark adduser as Protected:yes. This is a temporary fix for #1035694
adduser (3.132) unstable; urgency=medium
* This is a translation/documentation only release
[ Marc Haber ]
* Update on Portuguese translation of man page.
Thanks to Américo Monteiro (Closes: #1028103)
[ Helge Kreutzmann ]
* Fix various trivial issues in man pages.
This partly addresses #1031081
Thanks to Helge Kreutzmann
* Update German translation of man page.
Thanks to Helge Kreutzmann (Closes: #1031079)
adduser (3.131) unstable; urgency=medium
[ Marc Haber ]
* Fix a bug: system user names are now allowed to begin with an
underscore. Thanks to Guillem Jover for spotting this.
* Updated Portuguese translation of program messages.
Thanks to Américo Monteiro (Closes: #1028147)
* Update on Portuguese translation of man page.
Thanks to Américo Monteiro (Closes: #1028103)
* New Dutch translation of man page.
Thanks to Frans Spiesschaert (Closes: #1028337)
* Update french program translation.
Thanks to Jean-Paul Guillonneau (Closes: #1029486)
[ Helge Kreutzmann ]
* Update german program translation.
Thanks to Helge Kreutzmann (Closes: #1029572)
* Update Dutch program translation.
Thanks to Frans Spiesschaert (Closes: #1028336)
* Update French translation of man page.
Thanks to Jean-Paul Guillonneau (Closes: #1029124)
adduser (3.130) unstable; urgency=low
[ Marc Haber ]
* debian/NEWS: inform about planned deprecations
* Fully implement and test (first|last)(uid|gid).
(Closes: #579107, #344824)
* Implement usage of UID-Pool.
Thanks to Hilko Bengen and Christoph Biedl (Closes: #243929)
* More clearly document supplementary group behavior with USERGROUPS=yes.
This fixes an inconsistency between code, adduser.8 and
adduser.conf.5. adduser.conf.5. code and tests implement consensus
reached in summer 2022 in #678615. (Closes: #1025384)
* Re-work --disabled-(login|password) as discussed on -devel.
Thanks to Matthew Woodcraft and Sam Morris (Closes: #625758)
* Add quota to Suggests. Addresses part of #541728.
Thanks to Christoph Anton Mitterer
* Change --allow-badname to --allow-bad-names.
--allow-badname and --force-badname are deprecated but still supported.
* Deprecate --no-preserve-root.
* Deprecate --gecos, new option --comment
* Remove invalidate_nscd calls. (Closes: #1016913)
* Specialcase /nonexistent so that it never gets created
* Multiple --conf options are now allowed
* Sync options in manual pages, help, configuration file and code
* Be clearer in 'directory already exists' message. Addresses part of #541728.
Thanks to Christoph Anton Mitterer
* Manpage re-work
* Re-word, re-structure, many clarifications, remove ambiguities
* Sort options
* Give general options explanation
* Remove wrong information about sgid bits from adduser.8
* Fix typos and formatting errors in adduser.8.
Thanks to Jean-Paul Guillonneau
* Add test that fails if dangling manpage symlinks are there
* Semantic linebreaks, lint clean, formatting changes to deluser.conf.5
* Have po4a accept manpages that are > 95 % translated
* README:
* Actually install the file.
Thanks to Olaf van der Spek (Closes: #1020615)
* Fix typos. Thanks to Olaf van der Spek
* Mention no duplication policy from man pages.
* Move po4a to Build-Depends.
Thanks to Adam Borowski (Closes: #1021217)
* Standards-Version: 4.6.2 (no changes necessary)
[ Jason Franklin ]
* Use "#! /bin/sh" in the maintainer scripts. (Closes: #1023836)
* Remove symbolic links for man pages that do not exist. (Closes: #1016014)
[ Akbarkhon Variskhanov ]
* adduser.8: Fix formatting issues
[ Niels Thykier ]
* Make adduser build without (fake)root
[ Benjamin Drung ]
* adduser: Remove trailing newline.
Date: Wed, 21 Jun 2023 16:38:18 +0200
Changed-By: Mateus Rodrigues de Morais <mateus.morais at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Benjamin Drung <bdrung at posteo.de>
https://launchpad.net/ubuntu/+source/adduser/3.134ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 21 Jun 2023 16:38:18 +0200
Source: adduser
Built-For-Profiles: noudeb
Architecture: source
Version: 3.134ubuntu1
Distribution: mantic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Mateus Rodrigues de Morais <mateus.morais at canonical.com>
Closes: 243929 344824 579107 625758 1016014 1016913 1020615 1021217 1023836 1025384 1028103 1028147 1028336 1028337 1029124 1029486 1029572 1031079
Launchpad-Bugs-Fixed: 48734 1323732 1873263 2021498
Changes:
adduser (3.134ubuntu1) mantic; urgency=medium
.
* Merge from Debian unstable (LP: #2021498). Remaining changes:
- Add support for encrypting home directories (MR: !87):
+ adduser: Add --encrypt-home option, which calls ecryptfs-setup-private
for the hard work.
+ doc/adduser.8: document the --encrypt-home option
+ debian/control: suggest ecryptfs-utils >= 67-1
+ deluser: remove all of /var/lib/ecryptfs/$user with --remove-home
- extrausers support for adduser and gpasswd (LP: #1323732)
- Add support for ZFS home directories (LP: #1873263)
- Enable private home directories by default (LP: #48734)
+ Set DIR_MODE=0750 and SYS_DIR_MODE=0750 in the default adduser.conf
- AdduserCommon.pm, adduser.conf: Change default SYS_NAME_REGEX to allow
uppercase letters in the names of system users.
* d/t/ecryptfs: test cases for adduser and deluser with --encrypt-home
* Fixed failing autopkgtests (MR: !89):
- d/t/f/adduser_system.t: Smart increment of test uid to next available
value.
- d/t/f/firstlastuidgid.t: Smart increment of test uid and gid values to
next available value.
- d/t/f/firstlastuidgid.t: Changed S4L test group first and last uid
values to 3xx instead of 4xx to comply with SYS_UID_MAX.
.
adduser (3.134) unstable; urgency=medium
.
* Revert "mark adduser as Protected:yes"
.
adduser (3.133) unstable; urgency=medium
.
[ Johannes Schauer Marin Rodrigues ]
* mark adduser as Protected:yes. This is a temporary fix for #1035694
.
adduser (3.132) unstable; urgency=medium
.
* This is a translation/documentation only release
.
[ Marc Haber ]
* Update on Portuguese translation of man page.
Thanks to Américo Monteiro (Closes: #1028103)
.
[ Helge Kreutzmann ]
* Fix various trivial issues in man pages.
This partly addresses #1031081
Thanks to Helge Kreutzmann
* Update German translation of man page.
Thanks to Helge Kreutzmann (Closes: #1031079)
.
adduser (3.131) unstable; urgency=medium
.
[ Marc Haber ]
* Fix a bug: system user names are now allowed to begin with an
underscore. Thanks to Guillem Jover for spotting this.
* Updated Portuguese translation of program messages.
Thanks to Américo Monteiro (Closes: #1028147)
* Update on Portuguese translation of man page.
Thanks to Américo Monteiro (Closes: #1028103)
* New Dutch translation of man page.
Thanks to Frans Spiesschaert (Closes: #1028337)
* Update french program translation.
Thanks to Jean-Paul Guillonneau (Closes: #1029486)
.
[ Helge Kreutzmann ]
* Update german program translation.
Thanks to Helge Kreutzmann (Closes: #1029572)
* Update Dutch program translation.
Thanks to Frans Spiesschaert (Closes: #1028336)
* Update French translation of man page.
Thanks to Jean-Paul Guillonneau (Closes: #1029124)
.
adduser (3.130) unstable; urgency=low
.
[ Marc Haber ]
.
* debian/NEWS: inform about planned deprecations
* Fully implement and test (first|last)(uid|gid).
(Closes: #579107, #344824)
* Implement usage of UID-Pool.
Thanks to Hilko Bengen and Christoph Biedl (Closes: #243929)
* More clearly document supplementary group behavior with USERGROUPS=yes.
This fixes an inconsistency between code, adduser.8 and
adduser.conf.5. adduser.conf.5. code and tests implement consensus
reached in summer 2022 in #678615. (Closes: #1025384)
* Re-work --disabled-(login|password) as discussed on -devel.
Thanks to Matthew Woodcraft and Sam Morris (Closes: #625758)
* Add quota to Suggests. Addresses part of #541728.
Thanks to Christoph Anton Mitterer
* Change --allow-badname to --allow-bad-names.
--allow-badname and --force-badname are deprecated but still supported.
* Deprecate --no-preserve-root.
* Deprecate --gecos, new option --comment
* Remove invalidate_nscd calls. (Closes: #1016913)
* Specialcase /nonexistent so that it never gets created
* Multiple --conf options are now allowed
* Sync options in manual pages, help, configuration file and code
* Be clearer in 'directory already exists' message. Addresses part of #541728.
Thanks to Christoph Anton Mitterer
* Manpage re-work
* Re-word, re-structure, many clarifications, remove ambiguities
* Sort options
* Give general options explanation
* Remove wrong information about sgid bits from adduser.8
* Fix typos and formatting errors in adduser.8.
Thanks to Jean-Paul Guillonneau
* Add test that fails if dangling manpage symlinks are there
* Semantic linebreaks, lint clean, formatting changes to deluser.conf.5
* Have po4a accept manpages that are > 95 % translated
* README:
* Actually install the file.
Thanks to Olaf van der Spek (Closes: #1020615)
* Fix typos. Thanks to Olaf van der Spek
* Mention no duplication policy from man pages.
* Move po4a to Build-Depends.
Thanks to Adam Borowski (Closes: #1021217)
* Standards-Version: 4.6.2 (no changes necessary)
.
[ Jason Franklin ]
* Use "#! /bin/sh" in the maintainer scripts. (Closes: #1023836)
* Remove symbolic links for man pages that do not exist. (Closes: #1016014)
.
[ Akbarkhon Variskhanov ]
* adduser.8: Fix formatting issues
.
[ Niels Thykier ]
* Make adduser build without (fake)root
.
[ Benjamin Drung ]
* adduser: Remove trailing newline.
Checksums-Sha1:
b2c1da69392e5eda7b83b25bc85bdea342ebefd4 1862 adduser_3.134ubuntu1.dsc
043ec141630fcf380352645ffd5af17777cca469 275048 adduser_3.134ubuntu1.tar.xz
0ba94d99ebf441e3f3311f4d20638c1ef11447ef 7194 adduser_3.134ubuntu1_source.buildinfo
Checksums-Sha256:
b9a03e0a86ce87c118ce50936d0aa499ad074f97c5a569b24987891d7a8711da 1862 adduser_3.134ubuntu1.dsc
92e6c1ad26c722b4f6df3bb6ce55551b57d739d8ebb5041e61783b444d1f63a0 275048 adduser_3.134ubuntu1.tar.xz
c9e2e317d6b3ab8d4ad7d161722519104b62b970c6820a3091f64d27e7261200 7194 adduser_3.134ubuntu1_source.buildinfo
Files:
2c0ccb11dc874e678c78d19a6472fcf7 1862 admin important adduser_3.134ubuntu1.dsc
e7598c3924e8c809ad37b058ebc4f2bf 275048 admin important adduser_3.134ubuntu1.tar.xz
37bbe980053ac2700d12443ad2113927 7194 admin important adduser_3.134ubuntu1_source.buildinfo
Original-Maintainer: Debian Adduser Developers <adduser at packages.debian.org>
More information about the mantic-changes
mailing list