Your message dated Sun, 12 Feb 2012 23:34:18 +0000
with message-id <[email protected]>
and subject line Bug#628776: fixed in shadow 1:4.1.5-1
has caused the Debian Bug report #628776,
regarding passwd: Minor changes for shadow-man-pages
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
628776: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628776
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: passwd
Version: 1:4.1.4.2+svn3283-2+squeeze1
Severity: wishlist
Tags: patch
Two patches for the shadow manpages. They just remove typos or include
very minor changes.
Cheers,
Simon
-- System Information:
Debian Release: 6.0.1
APT prefers stable
APT policy: (990, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages passwd depends on:
ii debianutils 3.4 Miscellaneous utilities specific t
ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib
ii libpam-modules 1.1.1-6.1 Pluggable Authentication Modules f
ii libpam0g 1.1.1-6.1 Pluggable Authentication Modules l
ii libselinux1 2.0.96-1 SELinux runtime shared libraries
passwd recommends no packages.
passwd suggests no packages.
-- no debconf information
Index: newusers.8.xml
===================================================================
--- newusers.8.xml (revision 3313)
+++ newusers.8.xml (working copy)
@@ -163,11 +163,11 @@
</para>
<para>
If this field contains the name of a group which does not
- exist (and was not created earlier wbefore by
+ exist (and was not created before by
<command>newusers</command>), a new group will be created with
the specified name and a GID will be automatically defined by
<command>newusers</command> to be used as the primary group ID
- for the user and Gs the ID for the new group.
+ for the user and GID for the new group.
</para>
</listitem>
</varlistentry>
Index: suauth.5.xml
===================================================================
--- suauth.5.xml (revision 3313)
+++ suauth.5.xml (working copy)
@@ -76,7 +76,7 @@
<para>
Where to-id is either the word <emphasis>ALL</emphasis>, a list of
usernames delimited by "," or the words <emphasis>ALL
- EXCEPT</emphasis> followed by a list of usernames delimited by ","
+ EXCEPT</emphasis> followed by a list of usernames delimited by ",".
</para>
<para>
Index: limits.5.xml
===================================================================
--- limits.5.xml (revision 3313)
+++ limits.5.xml (working copy)
@@ -137,15 +137,15 @@
</para>
<para>
- If a line with limits for an user exist, only the first line for
+ If more than one line with limits for an user exist, only the first line for
this user will be considered.
</para>
<para>
If no lines are specified for an user, the last
<replaceable>@group</replaceable> line matching a group whose the
- user is a member of will be conisdered, or the last line with
- default limits if no groups contain the user).
+ user is a member of will be considered, or the last line with
+ default limits if no groups contain the user.
</para>
<para>
Index: logoutd.8.xml
===================================================================
--- logoutd.8.xml (revision 3313)
+++ logoutd.8.xml (working copy)
@@ -37,7 +37,7 @@
</refmeta>
<refnamediv id='name'>
<refname>logoutd</refname>
- <refpurpose>Enforce login time restrictions</refpurpose>
+ <refpurpose>enforce login time restrictions</refpurpose>
</refnamediv>
<!-- body begins here -->
<refsynopsisdiv id='synopsis'>
Index: chgpasswd.8.xml
===================================================================
--- chgpasswd.8.xml (revision 3313)
+++ chgpasswd.8.xml (working copy)
@@ -74,7 +74,7 @@
</para>
<para>
The default encryption algorithm can be defined for the system with
- the ENCRYPT_METHOD variable of <filename>/etc/login.defs</filename>,
+ the <option>ENCRYPT_METHOD</option> variable of <filename>/etc/login.defs</filename>,
and can be overwiten with the <option>-e</option>,
<option>-m</option>, or <option>-c</option> options.
</para>
Index: groups.1.xml
===================================================================
--- groups.1.xml (revision 3313)
+++ groups.1.xml (working copy)
@@ -67,7 +67,7 @@
Systems which do not support concurrent group sets will have the
information from <filename>/etc/group</filename> reported. The user
must use <command>newgrp</command> or <command>sg</command> to change
- their current real and effective group ID.
+ his current real and effective group ID.
</para>
</refsect1>
Index: faillog.5.xml
===================================================================
--- faillog.5.xml (revision 3313)
+++ faillog.5.xml (working copy)
@@ -50,7 +50,7 @@
The file contains fixed length
records, indexed by numerical UID. Each record contains the count of
login failures since the last successful login; the maximum number of
- failures before the account is disabled; the line on whiche the last login
+ failures before the account is disabled; the line on which the last login
failure occurred; the date of the last login failure;
and the duration (in seconds) during which the account will be locked after
a failure.
Index: MD5_CRYPT_ENAB.xml
===================================================================
--- MD5_CRYPT_ENAB.xml (revision 3313)
+++ MD5_CRYPT_ENAB.xml (working copy)
@@ -42,7 +42,7 @@
Default is <replaceable>no</replaceable>.
</para>
<para>
- This variable is superceded by the <option>ENCRYPT_METHOD</option>
+ This variable is superseded by the <option>ENCRYPT_METHOD</option>
variable or by any command line option used to configure the
encryption algorithm.
</para>
Index: PORTTIME_CHECKS_ENAB.xml
===================================================================
--- PORTTIME_CHECKS_ENAB.xml (revision 3313)
+++ PORTTIME_CHECKS_ENAB.xml (working copy)
@@ -32,7 +32,8 @@
<term><option>PORTTIME_CHECKS_ENAB</option> (boolean)</term>
<listitem>
<para>
- Enable checking of time restrictions specified in /etc/porttime.
+ Enable checking of time restrictions specified in
+ <filename>/etc/porttime</filename>.
</para>
</listitem>
</varlistentry>
Index: SHA_CRYPT_MIN_ROUNDS.xml
===================================================================
--- SHA_CRYPT_MIN_ROUNDS.xml (revision 3313)
+++ SHA_CRYPT_MIN_ROUNDS.xml (working copy)
@@ -47,7 +47,7 @@
(5000).
</para>
<para>
- The values must be inside the 1000-999999999 range.
+ The values must be inside the 1000-999,999,999 range.
</para>
<para>
If only one of the <option>SHA_CRYPT_MIN_ROUNDS</option> or
Index: DEFAULT_HOME.xml
===================================================================
--- DEFAULT_HOME.xml (revision 3313)
+++ DEFAULT_HOME.xml (working copy)
@@ -33,7 +33,7 @@
<listitem>
<para>
Indicate if login is allowed if we can't cd to the home directory.
- Default in no.
+ Default is no.
</para>
<para>
If set to <replaceable>yes</replaceable>, the user will login in
Index: LOGIN_RETRIES.xml
===================================================================
--- LOGIN_RETRIES.xml (revision 3313)
+++ LOGIN_RETRIES.xml (working copy)
@@ -36,7 +36,7 @@
</para>
<para condition="pam">
This will most likely be overridden by PAM, since the default
- pam_unix module has it's own built in of 3 retries. However, this is
+ pam_unix module has its own built in of 3 retries. However, this is
a safe fallback in case you are using an authentication module that
does not enforce PAM_MAXTRIES.
</para>
--- End Message ---
--- Begin Message ---
Source: shadow
Source-Version: 1:4.1.5-1
We believe that the bug you reported is fixed in the latest version of
shadow, which is due to be installed in the Debian FTP archive:
login_4.1.5-1_i386.deb
to main/s/shadow/login_4.1.5-1_i386.deb
passwd_4.1.5-1_i386.deb
to main/s/shadow/passwd_4.1.5-1_i386.deb
shadow_4.1.5-1.diff.gz
to main/s/shadow/shadow_4.1.5-1.diff.gz
shadow_4.1.5-1.dsc
to main/s/shadow/shadow_4.1.5-1.dsc
shadow_4.1.5.orig.tar.gz
to main/s/shadow/shadow_4.1.5.orig.tar.gz
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nicolas FRANCOIS (Nekral) <[email protected]> (supplier of
updated shadow 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 12 Feb 2012 22:27:03 +0100
Source: shadow
Binary: passwd login
Architecture: source i386
Version: 1:4.1.5-1
Distribution: unstable
Urgency: low
Maintainer: Shadow package maintainers
<[email protected]>
Changed-By: Nicolas FRANCOIS (Nekral) <[email protected]>
Description:
login - system login tools
passwd - change and administer password and group data
Closes: 544184 580434 584868 597661 602264 603315 605329 606159 609117 614321
616167 617295 620930 620978 621126 621330 621810 622106 622765 622834 622908
623608 623722 627526 628776 628777 628843 630250 630618 632461 634465 636047
647308 647469 655194 655858 656503 656686 657010 657514 657516 657621 657622
657710 657717
Changes:
shadow (1:4.1.5-1) unstable; urgency=low
.
* The "Charolais" release.
.
[ Nicolas FRANCOIS (Nekral) ]
* New upstream release:
- su: Fix possible tty hijacking by dropping the controlling terminal when
executing a command (CVE-2005-4890). Closes: #628843
- userdel: Check the existence of the user's mail spool before trying to
remove it. If it does not exist, a warning is issued, but no failure.
Closes: #617295
- userdel: Do not remove a group with the same name as the user
(usergroup) if this group isn't the user's primary group.
Closes: #584868
- su: Close the PAM session as root (fix issues with pam_mount and
pam_systemd). Closes: #580434
- Fix several typos in manpages. Thanks to Simon Brandmair.
Closes: #628776
- userdel error message has been clarified when the user is still
executing processes (it used to complain that the user is logged in).
Closes: #603315
- passwd(1) references chpasswd(8). Closes: #609117
- Spaces have been added between options and arguments in the Russian
manpages. Closes: #606159
- Fix handling of numerical dates in usermod -e. Closes: #621810
- usermod: When the shadow file exists but there are no shadow entries, an
entry is created if the password is changed and passwd requires a shadow
entry, or if aging features are used (-e or -f). Closes: 632461
- Added diagnosis for lock failures. Closes: #616167
- grpck/pwck: NIS entries were dropped by -s (sort). Closes: #622765
- login does not log into utmp(x) and wtmp. This is already done by
pam_lastlog. Closes: #605329
- groupmod: document that /etc/passwd can be modified by groupmod -g.
Closes: #647308
- Updated patches
+ debian/patches/008_login_log_failure_in_FTMP
+ debian/patches/401_cppw_src.dpatch
+ debian/patches/402_cppw_selinux
+ debian/patches/428_grpck_add_prune_option
+ debian/patches/429_login_FAILLOG_ENAB
+ debian/patches/463_login_delay_obeys_to_PAM
+ debian/patches/501_commonio_group_shadow
+ debian/patches/505_useradd_recommend_adduser
+ debian/patches/506_relaxed_usernames
+ debian/patches/508_nologin_in_usr_sbin
+ debian/patches/523_su_arguments_are_concatenated
+ debian/patches/523_su_arguments_are_no_more_concatenated_by_default
+ debian/patches/542_useradd-O_option
+ debian/patches/900_testsuite_groupmems
- debian/patches/008_su_get_PAM_username: Removed, feature supported
upstream.
- debian/patches/300_CVE-2011-0721: Removed, applied upstream.
- Upstream translation updates from Debian BTS:
+ Brazilian Portuguese. Closes: #622834
+ Catalan. Closes: #627526
+ Danish. Closes: #621330, #657514
+ German. Closes: #622908, #656503
+ French. Closes: #623608, #657621
+ Japanese. Closes: #620978
+ Kazakh. Closes: #620930
+ Portuguese. Closes: #623722, #656686
+ Russian. Closes: #622106, #655194
+ Spanish (Closes: #630618)
+ Swedish. Closes: #621126
+ Simplified Chinese. Closes: #655858
- Upstream manpages translation updates from Debian BTS:
+ French. Closes: #630250, #657622
+ German. Closes: #628777
+ Simplified Chinese. Closes: #602264, #655858
+ Danish added. Closes: #657516
+ Russian. Closes: #657710
* debian/control: mark passwd as 'Multi-Arch: foreign'. Closes: #614321
* debian/securetty.linux: Add IBM pSeries console ports. Closes: #597661
* debian/securetty.linux: Add serial Console for MIPS Swarm.
(http://lists.debian.org/debian-release/2011/02/msg00320.html)
* debian/securetty.linux: Add s390/s390x ports ttysclp0. Closes: #647469
* debian/securetty.linux: Fixed typo: ttyama -> ttyAMA. Closes: #544184
* debian/rules, debian/man.insert, debian/man.insert.sed: Bug #507673 has
been closed. It is no more needed to patch the generated manpages. This
also fix failures to build twice is a row. Closes: #636047
* debian/patches/401_cppw_src.dpatch: Replace progname by Prog. Rename
create_backup_file to create_copy. The lock functions do not set errno.
Do not report the error string on cppwexit.
* debian/patches/401_cppw_src.dpatch, debian/patches/402_cppw_selinux:
Synchronize with coding style.
* debian/patches/401_cppw_src.dpatch: Detect as well too many and too
few arguments.
* debian/patches/506_relaxed_usernames: Really check if the user/group
name starts with a dash. Also forbid names starting with '+' or '~'.
Document the naming policy in useradd.8 / groupadd.8.
* debian/patches/506_relaxed_usernames: Also forbid names containing a
comma.
* debian/patches/901_testsuite_gcov: Do not revert the locale when testing
with gcov to avoid coverage false negatives. This does not impact the
debian binary package, only the test package.
* debian/control: Add Build-Depends on libsemanage1-dev [linux-any]
* debian/rules: Do not hard-code CFLAGS and LDFLAGS. Build with all
hardening flags set. Closes: #657010
* debian/control: depends on dpkg-dev (>= 1.16.1~) for including
/usr/share/dpkg/buildflags.mk
* debian/control: Standards-Version: bumped to 3.9.2. No changes.
* debian/login.defs: Set the default encryption method to SHA512.
Closes: #657717
.
[ Christian Perrier ]
* Use "linux-any" instead of a negated list of architectures in
Build-Depends. Closes: #634465
Checksums-Sha1:
20e1b380f87ab47b1dc4df181e0d5bccaa1351bf 1571 shadow_4.1.5-1.dsc
57aa71b24378e3e549a5424ff7dc717d92ca266e 3426609 shadow_4.1.5.orig.tar.gz
2f900ce1e275133fd440e4190aa41ff8cee4d086 80614 shadow_4.1.5-1.diff.gz
06fe5fc7c55a199b178dd1122a393741dfb1f5ad 1269570 passwd_4.1.5-1_i386.deb
1b0d5f4693d151ab94a9cbd56677440c2cd7d7b4 982270 login_4.1.5-1_i386.deb
Checksums-Sha256:
a82f4432ec52aa6c163a4093db27f315dc36656863508fa5ac1598948ece7c3d 1571
shadow_4.1.5-1.dsc
11decbb65bc35aacd27b27f2e8c56eec0047dab056ebbaf5d07e55c42fcf63d1 3426609
shadow_4.1.5.orig.tar.gz
cd76ac895667fe8e8866b5adc3d5d84784950f53fd8926c348b72dda7ea6a3fc 80614
shadow_4.1.5-1.diff.gz
cf489b966bb36c150aafe392bf179acac4652a5ae0a0cb5c6e5bdf4c31683950 1269570
passwd_4.1.5-1_i386.deb
7aab48e006cc159c8b277879a5f2c3611bca78d00c01f9bf256d6a947e3a11a2 982270
login_4.1.5-1_i386.deb
Files:
7797ed0ee9acb4a6c5819a671f653299 1571 admin required shadow_4.1.5-1.dsc
18a0142a9c22d5c85297358398e99b0c 3426609 admin required
shadow_4.1.5.orig.tar.gz
a42217dda63d7c92f9717036b37a9578 80614 admin required shadow_4.1.5-1.diff.gz
84e72e93ea8fe69b74bf8dc028c13284 1269570 admin required passwd_4.1.5-1_i386.deb
982b60b21762a0ce12e9bf983740b937 982270 admin required login_4.1.5-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk84OJsACgkQWgo5mup89a2V5ACeJNx7QyHEshAj/ycISL5FFw5y
0FoAn1r8naDGD7yfdU+TxVT70XeBwREA
=ncUx
-----END PGP SIGNATURE-----
--- End Message ---