Debian Bug report logs - #579107
Patch to add --firstgid and --lastgid to addgroup

version graph

Package: adduser; Maintainer for adduser is Debian Adduser Developers <adduser@packages.debian.org>; Source for adduser is src:adduser (PTS, buildd, popcon).

Reported by: James Iseppi <iseppi@humbug.org.au>

Date: Sun, 25 Apr 2010 11:42:02 UTC

Owned by: mh+debian-packages@zugschlus.de

Severity: wishlist

Tags: patch

Found in version adduser/3.110

Fixed in version adduser/3.130

Done: Marc Haber <mh+debian-packages@zugschlus.de>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian Adduser Developers <adduser-devel@lists.alioth.debian.org>:
Bug#579107; Package adduser. (Sun, 25 Apr 2010 11:42:05 GMT) (full text, mbox, link).


Acknowledgement sent to James Iseppi <iseppi@humbug.org.au>:
New Bug report received and forwarded. Copy sent to Debian Adduser Developers <adduser-devel@lists.alioth.debian.org>. (Sun, 25 Apr 2010 11:42:05 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: James Iseppi <iseppi@humbug.org.au>
To: submit@bugs.debian.org
Subject: Patch to add --firstgid and --lastgid to addgroup
Date: Sun, 25 Apr 2010 21:32:02 +1000
[Message part 1 (text/plain, inline)]
Package: adduser
Version: 3.110
Severity: wishlist
Tags: patch

Hi,

I was after a way to use a different range of gid's when invoking  
addgroup, similar to --firstuid and --lastuid with adduser. When I  
discovered it wasn't currently supported I modified the script to  
include it. If you think this feature is an appropriate addition to  
the functionality of addgroup, It would be good if this patch was  
incorporated into the next release. This may be a better solution for  
bug #440801 than relying on --firstuid and --lastuid.

I also noticed that --firstuid and --lastuid did not work for adduser  
--system (bug #344824) so I have also incorporated that feature.

Thanks
James

[adduser.patch (application/octet-stream, attachment)]
[Message part 3 (text/plain, inline)]



Owner recorded as mh+debian-packages@zugschlus.de. Request was from Marc Haber <mh+debian-packages@zugschlus.de> to control@bugs.debian.org. (Wed, 07 Dec 2022 20:27:08 GMT) (full text, mbox, link).


Message sent on to James Iseppi <iseppi@humbug.org.au>:
Bug#579107. (Thu, 22 Dec 2022 15:09:04 GMT) (full text, mbox, link).


Message #10 received at 579107-submitter@bugs.debian.org (full text, mbox, reply):

From: Marc Haber <mh+debian-packages@zugschlus.de>
To: 579107-submitter@bugs.debian.org
Subject: Bug#579107 marked as pending in adduser
Date: Thu, 22 Dec 2022 15:04:34 +0000
Control: tag -1 pending

Hello,

Bug #579107 in adduser reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/debian/adduser/-/commit/9f118621497c170c3c8271ddb40a6528c6aa7727

------------------------------------------------------------------------
implement test for (first|last)(uid|gid)

Closes: #579107, #344824
------------------------------------------------------------------------

(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/579107



Added tag(s) pending. Request was from Marc Haber <mh+debian-packages@zugschlus.de> to 579107-submitter@bugs.debian.org. (Thu, 22 Dec 2022 15:09:04 GMT) (full text, mbox, link).


Reply sent to Marc Haber <mh+debian-packages@zugschlus.de>:
You have taken responsibility. (Sun, 25 Dec 2022 17:51:22 GMT) (full text, mbox, link).


Notification sent to James Iseppi <iseppi@humbug.org.au>:
Bug acknowledged by developer. (Sun, 25 Dec 2022 17:51:22 GMT) (full text, mbox, link).


Message #17 received at 579107-close@bugs.debian.org (full text, mbox, reply):

From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
To: 579107-close@bugs.debian.org
Subject: Bug#579107: fixed in adduser 3.130
Date: Sun, 25 Dec 2022 17:49:04 +0000
Source: adduser
Source-Version: 3.130
Done: Marc Haber <mh+debian-packages@zugschlus.de>

We believe that the bug you reported is fixed in the latest version of
adduser, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 579107@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marc Haber <mh+debian-packages@zugschlus.de> (supplier of updated adduser package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 25 Dec 2022 17:11:31 +0100
Source: adduser
Architecture: source
Version: 3.130
Distribution: unstable
Urgency: low
Maintainer: Debian Adduser Developers <adduser@packages.debian.org>
Changed-By: Marc Haber <mh+debian-packages@zugschlus.de>
Closes: 243929 344824 579107 625758 1016014 1016913 1020615 1021217 1023836 1025384
Changes:
 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:
 a605f123e96baea8bcf4505324aa23260d0bb38c 1671 adduser_3.130.dsc
 6234b82fb583e959c0921f69a630ba2b29db9c38 239024 adduser_3.130.tar.xz
 08aded8fa43fbd93073a7135b9ed1688ccc8cbca 6086 adduser_3.130_source.buildinfo
Checksums-Sha256:
 d5ab297aab740b1abcc24e20bf4b5534ab26ed1a1b67ee4f5707a9431e96ce2f 1671 adduser_3.130.dsc
 8d0c22438056493972bce5cc0e487826c8e85b5f6c57760a47030126dae5e2e1 239024 adduser_3.130.tar.xz
 cb6d2536c5b98197713f5dc81c8c8cf01931615689034fd699350ab01584a700 6086 adduser_3.130_source.buildinfo
Files:
 e4b2e7b95cc8ac68f67788d72289d05c 1671 admin important adduser_3.130.dsc
 116e8d022c24a16d8ee75adeb9da7288 239024 admin important adduser_3.130.tar.xz
 9392ed2f503ecd5a9c07d71f65b80d1a 6086 admin important adduser_3.130_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEE6QL5UJ/L0pcuNEbjj3cgEwEyBEIFAmOohssACgkQj3cgEwEy
BEIh6hAApxXA3QxH6c+H4j/0dCUsiiwU0TQWxIbQVugRDjZ+VfUVIuGFFHlapba4
suWEMPDmUVZcZQXIw5TqgP6vOYYiVGLisjr7nt56wavlC3hhdrem7aBIoYhEABwk
8X/8OIfHaL4lHaF10DkrzwOSk2KDG4zzGk8yZxgN3HHM5ai1CvKufIu2r97cW5Er
5gkEIRB3owiCTQU2IuAANMiNK204XbRIcTGQaziJPcgI5R3cB6Y0AVuZOhTK/BLs
7l49VjBFu+4xe0MSNwxH677ywFVU8nOcAl2nPNqA8kW+YALW3lV+2+Xi3m6nuCLF
C5zk4WSRhFCNmReKpDkcoO5d0BwvKOtvk1PXYd6V+S7f6p3lX41gxYgesXbyi4Cn
Cn1HYohgFOsrvfCATIR537Ep/0Mfm0Qz/C81tbp/j0xKR+dSwd9/v93dQE239K/K
a5I3G1r/nObDZZj/BXB/w1cNEIe1pMTuWHJ9GHbpFMDsAra340pTXgTK96qivNBc
Rtj4pcjWQ9gkdt8hL1v9ilj7hIoqZdtltBT6FyMvwCWMyO9s0SC49g+xxj7DyLQ2
AZf4CYtlDPhb7Bo5ZrTzlHftwTLh6g/qgV+jEm83G5FpO/ydJiLeC20Ga64SjIYk
sbreWAC4mLFec3iXJbn1pd7SsK6+0s3R3o4CGcIaFwDIBNPkJ2s=
=VV85
-----END PGP SIGNATURE-----




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Tue, 07 Feb 2023 07:24:56 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sat Jul 1 21:07:26 2023; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.