[Glibc-bsd-commits] r5174 - in trunk/kfreebsd-9/debian: . patches

Robert Millan rmh at moszumanska.debian.org
Thu Nov 28 12:41:45 UTC 2013


Author: rmh
Date: 2013-11-28 12:41:44 +0000 (Thu, 28 Nov 2013)
New Revision: 5174

Added:
   trunk/kfreebsd-9/debian/patches/maxlogname.diff
Modified:
   trunk/kfreebsd-9/debian/changelog
   trunk/kfreebsd-9/debian/patches/series
Log:
Bump MAXLOGNAME to match with kfreebsd-10.

Modified: trunk/kfreebsd-9/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2013-11-28 12:24:24 UTC (rev 5173)
+++ trunk/kfreebsd-9/debian/changelog	2013-11-28 12:41:44 UTC (rev 5174)
@@ -1,9 +1,13 @@
-kfreebsd-9 (9.2-2) UNRELEASED; urgency=low
+kfreebsd-9 (9.2-3) UNRELEASED; urgency=low
 
+  [ Guillem Jover ]
   * Remove myself from Uploaders.
 
- -- Guillem Jover <guillem at debian.org>  Sun, 13 Oct 2013 00:52:39 +0200
+  [ Robert Millan ]
+  * Bump MAXLOGNAME to match with kfreebsd-10.
 
+ -- Robert Millan <rmh at debian.org>  Thu, 28 Nov 2013 13:41:13 +0100
+
 kfreebsd-9 (9.2-1) unstable; urgency=high
 
   * New upstream release.

Added: trunk/kfreebsd-9/debian/patches/maxlogname.diff
===================================================================
--- trunk/kfreebsd-9/debian/patches/maxlogname.diff	                        (rev 0)
+++ trunk/kfreebsd-9/debian/patches/maxlogname.diff	2013-11-28 12:41:44 UTC (rev 5174)
@@ -0,0 +1,11 @@
+--- a/sys/sys/param.h
++++ b/sys/sys/param.h
+@@ -96,7 +96,7 @@
+ 
+ #define	MAXCOMLEN	19		/* max command name remembered */
+ #define	MAXINTERP	PATH_MAX	/* max interpreter file name length */
+-#define	MAXLOGNAME	17		/* max login name length (incl. NUL) */
++#define	MAXLOGNAME	33		/* max login name length (incl. NUL) */
+ #define	MAXUPRC		CHILD_MAX	/* max simultaneous processes */
+ #define	NCARGS		ARG_MAX		/* max bytes for an exec function */
+ #define	NGROUPS		(NGROUPS_MAX+1)	/* max number groups */

Modified: trunk/kfreebsd-9/debian/patches/series
===================================================================
--- trunk/kfreebsd-9/debian/patches/series	2013-11-28 12:24:24 UTC (rev 5173)
+++ trunk/kfreebsd-9/debian/patches/series	2013-11-28 12:41:44 UTC (rev 5174)
@@ -1,6 +1,7 @@
 # Patches from (or merged in) upstream
 000_cpuclockid2_syscall.diff
 000_cpuclockid2_compat32.diff
+maxlogname.diff
 
 # Other patches that might or might not be mergeable
 cxgbe.diff




More information about the Glibc-bsd-commits mailing list