packages: coreutils/coreutils-fmt-wchars.patch, coreutils/coreutils-pam.pat...
hawk
hawk at pld-linux.org
Wed Apr 18 12:06:21 CEST 2012
Author: hawk Date: Wed Apr 18 10:06:21 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- updated for 8.16
---- Files affected:
packages/coreutils:
coreutils-fmt-wchars.patch (1.9 -> 1.10) , coreutils-pam.patch (1.16 -> 1.17) , coreutils-runuser.patch (1.14 -> 1.15) , coreutils-split-pam.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/coreutils/coreutils-fmt-wchars.patch
diff -u packages/coreutils/coreutils-fmt-wchars.patch:1.9 packages/coreutils/coreutils-fmt-wchars.patch:1.10
--- packages/coreutils/coreutils-fmt-wchars.patch:1.9 Sun Jan 9 15:11:19 2011
+++ packages/coreutils/coreutils-fmt-wchars.patch Wed Apr 18 12:06:16 2012
@@ -83,11 +83,11 @@
+
/* Extra ctype(3)-style macros. */
--#define isopen(c) (strchr ("([`'\"", c) != NULL)
+-#define isopen(c) (strchr ("(['`\"", c) != NULL)
-#define isclose(c) (strchr (")]'\"", c) != NULL)
-#define isperiod(c) (strchr (".?!", c) != NULL)
+#define isopen(c) \
-+ (wcschr (L"([`'\"\u2018\u201A\u201B\u201C\u201E\u201F", c) != NULL)
++ (wcschr (L"(['`\"\u2018\u201A\u201B\u201C\u201E\u201F", c) != NULL)
+#define isclose(c) (wcschr (L")]'\"\u2018\u2019\u201C\u201D", c) != NULL)
+#define isperiod(c) (wcschr (L".?!", c) != NULL)
@@ -589,10 +589,10 @@
+ start->line_width = wid;
}
-- /* This is a kludge to keep us from computing `len' as the
+- /* This is a kludge to keep us from computing 'len' as the
- sum of the sentinel length and some non-zero number.
- Since the sentinel w->length may be INT_MAX, adding
-+ /* This is a kludge to keep us from computing `wid' as the
++ /* This is a kludge to keep us from computing 'wid' as the
+ sum of the sentinel width and some non-zero number.
+ Since the sentinel w->width may be INT_MAX, adding
to that would give a negative result. */
================================================================
Index: packages/coreutils/coreutils-pam.patch
diff -u packages/coreutils/coreutils-pam.patch:1.16 packages/coreutils/coreutils-pam.patch:1.17
--- packages/coreutils/coreutils-pam.patch:1.16 Sat Jan 7 16:16:16 2012
+++ packages/coreutils/coreutils-pam.patch Wed Apr 18 12:06:16 2012
@@ -474,7 +474,7 @@
+msgid " killed.\n"
+msgstr " zabito.\n"
+
- #: src/su.c:373
+ #: src/su.c:372
msgid ""
"Change the effective user id and group id to that of USER.\n"
diff -Nur coreutils-5.2.1.orig/man/es/su.1 coreutils-5.2.1/man/es/su.1
================================================================
Index: packages/coreutils/coreutils-runuser.patch
diff -u packages/coreutils/coreutils-runuser.patch:1.14 packages/coreutils/coreutils-runuser.patch:1.15
--- packages/coreutils/coreutils-runuser.patch:1.14 Sat Jan 7 16:17:36 2012
+++ packages/coreutils/coreutils-runuser.patch Wed Apr 18 12:06:16 2012
@@ -45,7 +45,7 @@
@@ -109,9 +109,15 @@
#include "error.h"
- /* The official name of this program (e.g., no `g' prefix). */
+ /* The official name of this program (e.g., no 'g' prefix). */
+#ifndef RUNUSER
#define PROGRAM_NAME "su"
+#else
================================================================
Index: packages/coreutils/coreutils-split-pam.patch
diff -u packages/coreutils/coreutils-split-pam.patch:1.1 packages/coreutils/coreutils-split-pam.patch:1.2
--- packages/coreutils/coreutils-split-pam.patch:1.1 Tue Mar 27 17:24:52 2007
+++ packages/coreutils/coreutils-split-pam.patch Wed Apr 18 12:06:16 2012
@@ -5,8 +5,8 @@
#include "error.h"
--/* The official name of this program (e.g., no `g' prefix). */
-+/* The official name of this program (e.g., no `g' prefix).
+-/* The official name of this program (e.g., no 'g' prefix). */
++/* The official name of this program (e.g., no 'g' prefix).
+ * - Add a "-l" to the name passed to PAM if this is a login simulation
+ */
#ifndef RUNUSER
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/coreutils/coreutils-fmt-wchars.patch?r1=1.9&r2=1.10
http://cvs.pld-linux.org/packages/coreutils/coreutils-pam.patch?r1=1.16&r2=1.17
http://cvs.pld-linux.org/packages/coreutils/coreutils-runuser.patch?r1=1.14&r2=1.15
http://cvs.pld-linux.org/packages/coreutils/coreutils-split-pam.patch?r1=1.1&r2=1.2
More information about the pld-cvs-commit
mailing list