[med-svn] r15678 - in trunk/packages/socket++/trunk/debian: . patches

Mathieu Malaterre malat at moszumanska.debian.org
Tue Dec 31 07:42:31 UTC 2013


Author: malat
Date: 2013-12-31 07:42:31 +0000 (Tue, 31 Dec 2013)
New Revision: 15678

Added:
   trunk/packages/socket++/trunk/debian/patches/hurd5.patch
Modified:
   trunk/packages/socket++/trunk/debian/changelog
   trunk/packages/socket++/trunk/debian/patches/series
Log:
Final hurd changes

Modified: trunk/packages/socket++/trunk/debian/changelog
===================================================================
--- trunk/packages/socket++/trunk/debian/changelog	2013-12-30 22:47:02 UTC (rev 15677)
+++ trunk/packages/socket++/trunk/debian/changelog	2013-12-31 07:42:31 UTC (rev 15678)
@@ -1,3 +1,9 @@
+socket++ (1.12.13-6) unstable; urgency=low
+
+  * Final fixes for Hurd
+
+ -- Mathieu Malaterre <malat at debian.org>  Tue, 31 Dec 2013 08:39:12 +0100
+
 socket++ (1.12.13-5) unstable; urgency=low
 
   * Yet another round of fixes for Hurd/kFreeBSD

Added: trunk/packages/socket++/trunk/debian/patches/hurd5.patch
===================================================================
--- trunk/packages/socket++/trunk/debian/patches/hurd5.patch	                        (rev 0)
+++ trunk/packages/socket++/trunk/debian/patches/hurd5.patch	2013-12-31 07:42:31 UTC (rev 15678)
@@ -0,0 +1,18 @@
+Description: Fix compilation issue on kFreeBSD and HURD
+Author: Mathieu Malaterre <malat at debian.org>
+Forwarded: no
+
+Index: socket++-1.12.13/socket++/ftp.h
+===================================================================
+--- socket++-1.12.13.orig/socket++/ftp.h	2013-12-31 08:36:53.000000000 +0100
++++ socket++-1.12.13/socket++/ftp.h	2013-12-31 08:38:09.338459766 +0100
+@@ -14,6 +14,9 @@
+ #include <socket++/protocol.h>
+ #ifndef WIN32
+ #	include <sys/param.h>
++#ifndef MAXPATHLEN
++#define MAXPATHLEN 4096
++#endif
+ #else
+ #define	MAXPATHLEN MAX_PATH
+ #endif // !WIN32

Modified: trunk/packages/socket++/trunk/debian/patches/series
===================================================================
--- trunk/packages/socket++/trunk/debian/patches/series	2013-12-30 22:47:02 UTC (rev 15677)
+++ trunk/packages/socket++/trunk/debian/patches/series	2013-12-31 07:42:31 UTC (rev 15678)
@@ -2,3 +2,4 @@
 kfreebsd.patch
 hurd3.patch
 hurd4.patch
+hurd5.patch




More information about the debian-med-commit mailing list