[Pkg-shadow-commits] r2269 - in debian/branches/lenny/debian: . patches

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Fri Aug 15 20:58:54 UTC 2008


Author: nekral-guest
Date: 2008-08-15 20:58:53 +0000 (Fri, 15 Aug 2008)
New Revision: 2269

Added:
   debian/branches/lenny/debian/patches/302_remove_non_translated_polish_manpages
Modified:
   debian/branches/lenny/debian/changelog
   debian/branches/lenny/debian/patches/494_passwd_lock-no_account_lock
   debian/branches/lenny/debian/patches/506_relaxed_usernames
   debian/branches/lenny/debian/patches/507_32char_grnames.dpatch
   debian/branches/lenny/debian/patches/series
Log:
Preparation of the next release. Documentation updates.

  * The "Rocamadour" release.
  * debian/patches/302_remove_non_translated_polish_manpages,
    debian/patches/series: Remove the (untranslated) su.1 and login.1 polish
    translation.  Closes: #491460
  * debian/patches/506_relaxed_usernames: Document that the naming policy is
    also used for the group names policy. Differentiate the Debian
    constraints in a separate paragraph. Added documentation of the username
    length restriction. Closes: #493230
  * debian/patches/507_32char_grnames.dpatch: Update the documentation of the
    group length restriction. Closes: #493230
  * debian/login.pam: Replace the "multiple" option of pam_selinux by
    "select_context". This requires PAM 1.0.1, but is commented.
    Closes: #493181
  * debian/patches/494_passwd_lock-no_account_lock: Fix typo (missing
    parenthesis). Thanks to Moray Allan.


Modified: debian/branches/lenny/debian/changelog
===================================================================
--- debian/branches/lenny/debian/changelog	2008-08-15 15:25:53 UTC (rev 2268)
+++ debian/branches/lenny/debian/changelog	2008-08-15 20:58:53 UTC (rev 2269)
@@ -1,3 +1,23 @@
+shadow (1:4.1.1-4) unstable; urgency=low
+
+  * The "Rocamadour" release.
+  * debian/patches/302_remove_non_translated_polish_manpages,
+    debian/patches/series: Remove the (untranslated) su.1 and login.1 polish
+    translation.  Closes: #491460
+  * debian/patches/506_relaxed_usernames: Document that the naming policy is
+    also used for the group names policy. Differentiate the Debian
+    constraints in a separate paragraph. Added documentation of the username
+    length restriction. Closes: #493230
+  * debian/patches/507_32char_grnames.dpatch: Update the documentation of the
+    group length restriction. Closes: #493230
+  * debian/login.pam: Replace the "multiple" option of pam_selinux by
+    "select_context". This requires PAM 1.0.1, but is commented.
+    Closes: #493181
+  * debian/patches/494_passwd_lock-no_account_lock: Fix typo (missing
+    parenthesis). Thanks to Moray Allan.
+
+ -- Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net>  Fri, 15 Aug 2008 12:36:15 -0300
+
 shadow (1:4.1.1-3) unstable; urgency=low
 
   * The "Morbier" release.

Added: debian/branches/lenny/debian/patches/302_remove_non_translated_polish_manpages
===================================================================
--- debian/branches/lenny/debian/patches/302_remove_non_translated_polish_manpages	                        (rev 0)
+++ debian/branches/lenny/debian/patches/302_remove_non_translated_polish_manpages	2008-08-15 20:58:53 UTC (rev 2269)
@@ -0,0 +1,26 @@
+Goal: Do not distribute the login.1 and su.1 Polish translations
+
+Fixes: #491460
+
+Status wrt upstream: Already applied
+
+Index: shadow-4.1.1/man/pl/Makefile.am
+===================================================================
+--- shadow-4.1.1.orig/man/pl/Makefile.am
++++ shadow-4.1.1/man/pl/Makefile.am
+@@ -20,7 +20,6 @@
+ 	grpconv.8 \
+ 	grpunconv.8 \
+ 	lastlog.8 \
+-	login.1 \
+ 	login.defs.5 \
+ 	logoutd.8 \
+ 	newgrp.1 \
+@@ -32,7 +31,6 @@
+ 	pwunconv.8 \
+ 	sg.1 \
+ 	shadow.5 \
+-	su.1 \
+ 	suauth.5 \
+ 	useradd.8 \
+ 	userdel.8 \

Modified: debian/branches/lenny/debian/patches/494_passwd_lock-no_account_lock
===================================================================
--- debian/branches/lenny/debian/patches/494_passwd_lock-no_account_lock	2008-08-15 15:25:53 UTC (rev 2268)
+++ debian/branches/lenny/debian/patches/494_passwd_lock-no_account_lock	2008-08-15 20:58:53 UTC (rev 2269)
@@ -19,7 +19,7 @@
 -	    and by setting the account expiry field to 1.
 +	    Lock the password of the named account. This option disables a password by changing
 +	    it to a value which matches no possible encrypted value
-+	    (it adds a '!' at the beginning of the password.
++	    (it adds a '!' at the beginning of the password).
 +	  </para>
 +	  <para>
 +	    Note that this does not disable the account. The user may

Modified: debian/branches/lenny/debian/patches/506_relaxed_usernames
===================================================================
--- debian/branches/lenny/debian/patches/506_relaxed_usernames	2008-08-15 15:25:53 UTC (rev 2268)
+++ debian/branches/lenny/debian/patches/506_relaxed_usernames	2008-08-15 20:58:53 UTC (rev 2269)
@@ -1,6 +1,8 @@
 Goal: Relaxed usernames/groupnames checking patch.
 
 Status wrt upstream: Debian specific. Not to be used upstream
+                     The documentation of the usernam length restriction
+                     was added upstream
 
 Details:
  Allows any non-empty user/grounames that don't contain ':' and '\n'
@@ -60,7 +62,7 @@
  	  </para>
  	</listitem>
        </varlistentry>
-@@ -372,9 +373,13 @@
+@@ -372,9 +373,18 @@
      </para>
  
      <para>
@@ -71,9 +73,37 @@
 +      a lower case letter or an underscore, and are only followed by lower
 +      case letters, digits, underscores, dashes, and optionally terminated by
 +      a dollar sign. In regular expression terms: [a-z_][a-z0-9_-]*[$]?
++    </para>
++    <para>
 +      On Debian, the only constraints are that usernames must neither start
 +      with a dash ('-') nor contain a colon (':') or a whitespace (space:' ',
 +      end of line: '\n', tabulation: '\t', etc.).
++    </para>
++    <para>
++      Usernames may only be up to 32 characters long.
      </para>
    </refsect1>
  
+Index: shadow-4.1.1/man/groupadd.8.xml
+===================================================================
+--- shadow-4.1.1.orig/man/groupadd.8.xml	2008-08-15 09:07:37.033120372 -0300
++++ shadow-4.1.1/man/groupadd.8.xml	2008-08-15 09:10:24.961112507 -0300
+@@ -170,9 +170,15 @@
+    <refsect1 id='caveats'>
+      <title>CAVEATS</title>
+      <para>
+-       Groupnames must begin with a lower case letter or an underscore,
+-       and only lower case letters, underscores, dashes, and dollar signs
+-       may follow. In regular expression terms: [a-z_][a-z0-9_-]*[$]
++       It is usually recommended to only use usernames that begin with
++       a lower case letter or an underscore, and are only followed by lower
++       case letters, digits, underscores, dashes, and optionally terminated by
++       a dollar sign. In regular expression terms: [a-z_][a-z0-9_-]*[$]?
++     </para>
++     <para>
++       On Debian, the only constraints are that usernames must neither start
++       with a dash ('-') nor contain a colon (':') or a whitespace (space:' ',
++       end of line: '\n', tabulation: '\t', etc.).
+      </para>
+      <para>
+        Groupnames may only be up to 16 characters long.

Modified: debian/branches/lenny/debian/patches/507_32char_grnames.dpatch
===================================================================
--- debian/branches/lenny/debian/patches/507_32char_grnames.dpatch	2008-08-15 15:25:53 UTC (rev 2268)
+++ debian/branches/lenny/debian/patches/507_32char_grnames.dpatch	2008-08-15 20:58:53 UTC (rev 2269)
@@ -49,3 +49,16 @@
  		return 0;
  
  	return good_name (name);
+Index: shadow-4.1.1/man/groupadd.8.xml
+===================================================================
+--- shadow-4.1.1.orig/man/groupadd.8.xml
++++ shadow-4.1.1/man/groupadd.8.xml
+@@ -175,7 +175,7 @@
+        may follow. In regular expression terms: [a-z_][a-z0-9_-]*[$]
+      </para>
+      <para>
+-       Groupnames may only be up to 16 characters long.
++       Groupnames may only be up to 32 characters long.
+      </para>
+      <para>
+        You may not add a NIS or LDAP group. This must be performed on the

Modified: debian/branches/lenny/debian/patches/series
===================================================================
--- debian/branches/lenny/debian/patches/series	2008-08-15 15:25:53 UTC (rev 2268)
+++ debian/branches/lenny/debian/patches/series	2008-08-15 20:58:53 UTC (rev 2269)
@@ -33,3 +33,4 @@
 302_vim_selinux_support
 200_Czech_binary_translation
 494_passwd_lock-no_account_lock
+302_remove_non_translated_polish_manpages




More information about the Pkg-shadow-commits mailing list