]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
shadow: Update to 4.1.4.3.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 13 Mar 2011 15:43:49 +0000 (16:43 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 13 Mar 2011 15:43:49 +0000 (16:43 +0100)
Fixes #138.

pkgs/shadow/patches/shadow-4.1.4.3-goodname.patch [moved from pkgs/shadow/patches/shadow-4.1.4.2-goodname.patch with 98% similarity]
pkgs/shadow/shadow.nm

similarity index 98%
rename from pkgs/shadow/patches/shadow-4.1.4.2-goodname.patch
rename to pkgs/shadow/patches/shadow-4.1.4.3-goodname.patch
index 45e3814a4bb1b0ce44f9a8049c97882d15b0649a..fe49765b896acb46cb9749ccdf5ee73b17a21af8 100644 (file)
@@ -51,7 +51,7 @@ diff -Nur shadow-4.1.4.2_orig/man/groupadd.8 shadow-4.1.4.2/man/groupadd.8
  .PP
 -Groupnames must start with a lower case letter or an underscore, followed by lower case letters, digits, underscores, or dashes\&. They can end with a dollar sign\&. In regular expression terms: [a\-z_][a\-z0\-9_\-]*[$]?
 -.PP
--Groupnames may only be up to 16 characters long\&.
+-Groupnames may only be up to characters long\&.
 +Groupnames may only be up to 32 characters long\&.
  .PP
  You may not add a NIS or LDAP group\&. This must be performed on the corresponding server\&.
index d7ec1edaa3f4a16013c3b892b07bd0ac79e7c09a..e8c8f552da9a8d0fb00516059ffdaeed542a6b32 100644 (file)
@@ -25,8 +25,8 @@
 include $(PKGROOT)/Include
 
 PKG_NAME       = shadow
-PKG_VER        = 4.1.4.2
-PKG_REL        = 2
+PKG_VER        = 4.1.4.3
+PKG_REL        = 3
 
 PKG_MAINTAINER =
 PKG_GROUP      = System/Base
@@ -66,6 +66,9 @@ define STAGE_PREPARE_CMDS
 
        # Do not install korean and zh man pages
        cd $(DIR_APP) && sed -i -e 's/ ko//' -e 's/ zh_CN zh_TW//' man/Makefile.in
+
+       # Do not install russion man pages - was broken in 4.1.4.3
+       cd $(DIR_APP) && sed -i -e 's/ ru//' man/Makefile.in
 endef
 
 define STAGE_INSTALL_CMDS