r8338 - in /general/libsockets/trunk/debian: changelog patches/00list patches/03_gcc44.dpatch

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Tue Jan 19 22:18:29 UTC 2010


Author: tiber-guest
Date: Tue Jan 19 22:18:29 2010
New Revision: 8338

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=8338
Log:
Added 03_gcc44.dpatch from Hanno Zulla

Added:
    general/libsockets/trunk/debian/patches/03_gcc44.dpatch
Modified:
    general/libsockets/trunk/debian/changelog
    general/libsockets/trunk/debian/patches/00list

Modified: general/libsockets/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libsockets/trunk/debian/changelog?rev=8338&op=diff
==============================================================================
--- general/libsockets/trunk/debian/changelog (original)
+++ general/libsockets/trunk/debian/changelog Tue Jan 19 22:18:29 2010
@@ -1,3 +1,9 @@
+libsockets (2.2.5-4) experimental; urgency=low
+
+  * Added 03_gcc44.dpatch from Hanno Zulla
+
+ -- Tobias Grimm <etobi at debian.org>  Tue, 19 Jan 2010 23:16:46 +0100
+
 libsockets (2.2.5-3) experimental; urgency=low
 
   * Replaced cdbs patch system by dpatch

Modified: general/libsockets/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libsockets/trunk/debian/patches/00list?rev=8338&op=diff
==============================================================================
--- general/libsockets/trunk/debian/patches/00list (original)
+++ general/libsockets/trunk/debian/patches/00list Tue Jan 19 22:18:29 2010
@@ -1,2 +1,3 @@
 01_libsockets-dev-2.2.5_ssloff
 02_gcc43
+03_gcc44

Added: general/libsockets/trunk/debian/patches/03_gcc44.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libsockets/trunk/debian/patches/03_gcc44.dpatch?rev=8338&op=file
==============================================================================
--- general/libsockets/trunk/debian/patches/03_gcc44.dpatch (added)
+++ general/libsockets/trunk/debian/patches/03_gcc44.dpatch Tue Jan 19 22:18:29 2010
@@ -1,0 +1,128 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_gcc44.dpatch by Hanno Zulla <kontakt at hanno.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Adding some missing includes.
+
+ at DPATCH@
+diff -urNad libsockets-2.2.5~/Ajp13Socket.cpp libsockets-2.2.5/Ajp13Socket.cpp
+--- libsockets-2.2.5~/Ajp13Socket.cpp	2007-11-04 12:46:05.000000000 +0100
++++ libsockets-2.2.5/Ajp13Socket.cpp	2010-01-19 23:00:22.000000000 +0100
+@@ -23,6 +23,7 @@
+ #ifdef _MSC_VER
+ #pragma warning(disable:4786)
+ #endif
++#include <cstdio>
+ #include "Ajp13Socket.h"
+ #include "ajp13.h"
+ #include "HttpRequest.h"
+diff -urNad libsockets-2.2.5~/Debug.h libsockets-2.2.5/Debug.h
+--- libsockets-2.2.5~/Debug.h	2007-11-04 12:46:02.000000000 +0100
++++ libsockets-2.2.5/Debug.h	2010-01-19 23:00:22.000000000 +0100
+@@ -1,6 +1,7 @@
+ #ifndef _SOCKETS_Debug_H
+ #define _SOCKETS_Debug_H
+ 
++#include <cstdio>
+ #include "sockets-config.h"
+ #include <string>
+ #include "Utility.h"
+diff -urNad libsockets-2.2.5~/HTTPSocket.cpp libsockets-2.2.5/HTTPSocket.cpp
+--- libsockets-2.2.5~/HTTPSocket.cpp	2010-01-19 22:59:49.000000000 +0100
++++ libsockets-2.2.5/HTTPSocket.cpp	2010-01-19 23:00:22.000000000 +0100
+@@ -30,6 +30,7 @@
+ #ifdef _MSC_VER
+ #pragma warning(disable:4786)
+ #endif
++#include <cstdio>
+ #include "HTTPSocket.h"
+ #include "Parse.h"
+ #include "ISocketHandler.h"
+diff -urNad libsockets-2.2.5~/HttpClientSocket.cpp libsockets-2.2.5/HttpClientSocket.cpp
+--- libsockets-2.2.5~/HttpClientSocket.cpp	2007-11-04 12:46:05.000000000 +0100
++++ libsockets-2.2.5/HttpClientSocket.cpp	2010-01-19 23:00:22.000000000 +0100
+@@ -23,6 +23,7 @@
+ #ifdef _MSC_VER
+ #pragma warning(disable:4786)
+ #endif
++#include <cstdio>
+ #include "HttpClientSocket.h"
+ #include "StdLog.h"
+ #include "ISocketHandler.h"
+diff -urNad libsockets-2.2.5~/HttpPostSocket.cpp libsockets-2.2.5/HttpPostSocket.cpp
+--- libsockets-2.2.5~/HttpPostSocket.cpp	2007-11-04 12:46:05.000000000 +0100
++++ libsockets-2.2.5/HttpPostSocket.cpp	2010-01-19 23:00:22.000000000 +0100
+@@ -36,6 +36,7 @@
+ #include <errno.h>
+ #include <ctype.h>
+ #endif
++#include <cstdio>
+ #include "ISocketHandler.h"
+ #include <sys/types.h>
+ #include <sys/stat.h>
+diff -urNad libsockets-2.2.5~/HttpPutSocket.cpp libsockets-2.2.5/HttpPutSocket.cpp
+--- libsockets-2.2.5~/HttpPutSocket.cpp	2007-11-04 12:46:05.000000000 +0100
++++ libsockets-2.2.5/HttpPutSocket.cpp	2010-01-19 23:00:22.000000000 +0100
+@@ -34,6 +34,7 @@
+ #else
+ #include <errno.h>
+ #endif
++#include <cstdio>
+ #include "ISocketHandler.h"
+ #include <sys/types.h>
+ #include <sys/stat.h>
+diff -urNad libsockets-2.2.5~/HttpdCookies.cpp libsockets-2.2.5/HttpdCookies.cpp
+--- libsockets-2.2.5~/HttpdCookies.cpp	2007-11-04 12:46:05.000000000 +0100
++++ libsockets-2.2.5/HttpdCookies.cpp	2010-01-19 23:00:22.000000000 +0100
+@@ -29,6 +29,7 @@
+ #ifdef _MSC_VER
+ #pragma warning(disable:4786)
+ #endif
++#include <cstdio>
+ #include "Parse.h"
+ #include "Utility.h"
+ #include "HTTPSocket.h"
+diff -urNad libsockets-2.2.5~/HttpdForm.cpp libsockets-2.2.5/HttpdForm.cpp
+--- libsockets-2.2.5~/HttpdForm.cpp	2010-01-19 22:59:49.000000000 +0100
++++ libsockets-2.2.5/HttpdForm.cpp	2010-01-19 23:00:22.000000000 +0100
+@@ -31,6 +31,7 @@
+ #ifdef _MSC_VER
+ #pragma warning(disable:4786)
+ #endif
++#include <cstdio>
+ #include "socket_include.h"
+ #include "Parse.h"
+ #include "IFile.h"
+diff -urNad libsockets-2.2.5~/SocketHandler.cpp libsockets-2.2.5/SocketHandler.cpp
+--- libsockets-2.2.5~/SocketHandler.cpp	2007-11-04 12:46:05.000000000 +0100
++++ libsockets-2.2.5/SocketHandler.cpp	2010-01-19 23:00:22.000000000 +0100
+@@ -32,6 +32,7 @@
+ #pragma warning(disable:4786)
+ #endif
+ #endif
++#include <cstdio>
+ #include <stdlib.h>
+ #include <errno.h>
+ 
+diff -urNad libsockets-2.2.5~/StdoutLog.cpp libsockets-2.2.5/StdoutLog.cpp
+--- libsockets-2.2.5~/StdoutLog.cpp	2007-11-04 12:46:05.000000000 +0100
++++ libsockets-2.2.5/StdoutLog.cpp	2010-01-19 23:00:22.000000000 +0100
+@@ -30,6 +30,7 @@
+ #ifdef _MSC_VER
+ #pragma warning(disable:4786)
+ #endif
++#include <cstdio>
+ #include "ISocketHandler.h"
+ #include "Socket.h"
+ #include "StdoutLog.h"
+diff -urNad libsockets-2.2.5~/TcpSocket.cpp libsockets-2.2.5/TcpSocket.cpp
+--- libsockets-2.2.5~/TcpSocket.cpp	2007-11-04 12:46:05.000000000 +0100
++++ libsockets-2.2.5/TcpSocket.cpp	2010-01-19 23:00:22.000000000 +0100
+@@ -35,6 +35,7 @@
+ #else
+ #include <errno.h>
+ #endif
++#include <cstdio>
+ #include "ISocketHandler.h"
+ #include <fcntl.h>
+ #include <assert.h>




More information about the pkg-vdr-dvb-changes mailing list