[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r612 - in trunk/debian: . patches patches/hurd



Author: dnusinow
Date: 2005-09-22 17:07:22 -0500 (Thu, 22 Sep 2005)
New Revision: 612

Added:
   trunk/debian/patches/hurd/804_maxhostnamelen.diff
Modified:
   trunk/debian/changelog
   trunk/debian/patches/series
Log:
* Added hurd/806_gnuLib_update.diff. Thanks, Michael Banck. (closes: #295472)


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-09-22 03:10:46 UTC (rev 611)
+++ trunk/debian/changelog	2005-09-22 22:07:22 UTC (rev 612)
@@ -10,13 +10,15 @@
   [ Christian Perrier ]
   * Updated Basque translation (zh_CN.po). Thanks, Piarres Beobide!
     (closes: #327409).
-  * Updated Portuguese translation (pt.po). Thanks, Miguel Figueiredo! 
+  * Updated Portuguese translation (pt.po). Thanks, Miguel Figueiredo!
     (closes: #328878).
 
   [ David Nusinow ]
-  * Added hurd/806_gnuLib_update.diff. Thanks, Michael Banck. (closes: #295472)
+  * Added various hurd-i386 patches. Thanks, Michael Banck. 
+    + hurd/806_gnuLib_update.diff (closes: #295472)
+    + hurd/804_maxhostnamelen.diff (closes: #325204)
 
- -- David Nusinow <dnusinow@debian.org>  Wed, 21 Sep 2005 23:08:18 -0400
+ -- David Nusinow <dnusinow@debian.org>  Thu, 22 Sep 2005 18:05:48 -0400
 
 xorg-x11 (6.8.2.dfsg.1-7) unstable; urgency=high
 

Added: trunk/debian/patches/hurd/804_maxhostnamelen.diff
===================================================================
--- trunk/debian/patches/hurd/804_maxhostnamelen.diff	2005-09-22 03:10:46 UTC (rev 611)
+++ trunk/debian/patches/hurd/804_maxhostnamelen.diff	2005-09-22 22:07:22 UTC (rev 612)
@@ -0,0 +1,13 @@
+--- xc/lib/xtrans/Xtranssock.c.orig	2005-08-26 15:35:03.000000000 +0200
++++ xc/lib/xtrans/Xtranssock.c	2005-08-26 15:35:32.000000000 +0200
+@@ -275,6 +275,10 @@
+ 
+ #define PORTBUFSIZE	32
+ 
++#ifndef MAXHOSTNAMELEN
++#define MAXHOSTNAMELEN 255
++#endif
++
+ /*
+  * This provides compatibility for apps linked against system libraries
+  * that don't have IPv6 support.

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2005-09-22 03:10:46 UTC (rev 611)
+++ trunk/debian/patches/series	2005-09-22 22:07:22 UTC (rev 612)
@@ -137,6 +137,7 @@
 amd64/600_amd64_support.diff -p0
 hurd/800_gnu_config.diff -p0
 hurd/803_gnu_xterm_openpty.diff -p0
+hurd/804_maxhostnamelen.diff -p0
 hurd/806_gnuLib_update.diff -p0
 netbsd/840_netbsd_bsdLib.rules_fix.diff -p0
 netbsd/841_netbsd_imake.c_fixes.diff -p0



Reply to: