From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/libtorrent/patches/patch-rak_functional_h | 11 +++++++++++ package/libtorrent/patches/patch-src_data_chunk_cc | 11 +++++++++++ package/libtorrent/patches/patch-src_data_chunk_list_h | 11 +++++++++++ package/libtorrent/patches/patch-src_net_address_list_cc | 12 ++++++++++++ .../patches/patch-src_torrent_data_file_list_iterator_h | 11 +++++++++++ package/libtorrent/patches/patch-src_torrent_exceptions_cc | 11 +++++++++++ package/libtorrent/patches/patch-src_torrent_tracker_list_h | 11 +++++++++++ package/libtorrent/patches/patch-src_utils_diffie_hellman_cc | 11 +++++++++++ 8 files changed, 89 insertions(+) create mode 100644 package/libtorrent/patches/patch-rak_functional_h create mode 100644 package/libtorrent/patches/patch-src_data_chunk_cc create mode 100644 package/libtorrent/patches/patch-src_data_chunk_list_h create mode 100644 package/libtorrent/patches/patch-src_net_address_list_cc create mode 100644 package/libtorrent/patches/patch-src_torrent_data_file_list_iterator_h create mode 100644 package/libtorrent/patches/patch-src_torrent_exceptions_cc create mode 100644 package/libtorrent/patches/patch-src_torrent_tracker_list_h create mode 100644 package/libtorrent/patches/patch-src_utils_diffie_hellman_cc (limited to 'package/libtorrent/patches') diff --git a/package/libtorrent/patches/patch-rak_functional_h b/package/libtorrent/patches/patch-rak_functional_h new file mode 100644 index 000000000..1b8347d6f --- /dev/null +++ b/package/libtorrent/patches/patch-rak_functional_h @@ -0,0 +1,11 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- libtorrent-0.12.2.orig/rak/functional.h 2008-05-07 14:19:14.000000000 +0200 ++++ libtorrent-0.12.2/rak/functional.h 2008-12-14 21:36:38.000000000 +0100 +@@ -37,6 +37,7 @@ + #ifndef RAK_FUNCTIONAL_H + #define RAK_FUNCTIONAL_H + ++#include + #include + + namespace rak { diff --git a/package/libtorrent/patches/patch-src_data_chunk_cc b/package/libtorrent/patches/patch-src_data_chunk_cc new file mode 100644 index 000000000..af7c2c62d --- /dev/null +++ b/package/libtorrent/patches/patch-src_data_chunk_cc @@ -0,0 +1,11 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- libtorrent-0.12.2.orig/src/data/chunk.cc 2008-05-07 14:19:13.000000000 +0200 ++++ libtorrent-0.12.2/src/data/chunk.cc 2008-12-14 21:42:29.000000000 +0100 +@@ -38,6 +38,7 @@ + + #include + #include ++#include + + #include "torrent/exceptions.h" + diff --git a/package/libtorrent/patches/patch-src_data_chunk_list_h b/package/libtorrent/patches/patch-src_data_chunk_list_h new file mode 100644 index 000000000..c1a324bee --- /dev/null +++ b/package/libtorrent/patches/patch-src_data_chunk_list_h @@ -0,0 +1,11 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- libtorrent-0.12.2.orig/src/data/chunk_list.h 2008-05-07 14:19:13.000000000 +0200 ++++ libtorrent-0.12.2/src/data/chunk_list.h 2008-12-14 21:34:31.000000000 +0100 +@@ -38,6 +38,7 @@ + #define LIBTORRENT_DATA_CHUNK_LIST_H + + #include ++#include + #include + #include + diff --git a/package/libtorrent/patches/patch-src_net_address_list_cc b/package/libtorrent/patches/patch-src_net_address_list_cc new file mode 100644 index 000000000..4f888d13d --- /dev/null +++ b/package/libtorrent/patches/patch-src_net_address_list_cc @@ -0,0 +1,12 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- libtorrent-0.12.2.orig/src/net/address_list.cc 2008-05-07 14:19:12.000000000 +0200 ++++ libtorrent-0.12.2/src/net/address_list.cc 2008-12-14 21:47:24.000000000 +0100 +@@ -38,6 +38,8 @@ + + #include + ++#include ++ + #include "download/download_info.h" // for SocketAddressCompact + + #include "address_list.h" diff --git a/package/libtorrent/patches/patch-src_torrent_data_file_list_iterator_h b/package/libtorrent/patches/patch-src_torrent_data_file_list_iterator_h new file mode 100644 index 000000000..d20b9f974 --- /dev/null +++ b/package/libtorrent/patches/patch-src_torrent_data_file_list_iterator_h @@ -0,0 +1,11 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- libtorrent-0.12.2.orig/src/torrent/data/file_list_iterator.h 2008-05-07 14:19:13.000000000 +0200 ++++ libtorrent-0.12.2/src/torrent/data/file_list_iterator.h 2008-12-14 21:31:54.000000000 +0100 +@@ -39,6 +39,7 @@ + + #include + #include ++#include + + namespace torrent { + diff --git a/package/libtorrent/patches/patch-src_torrent_exceptions_cc b/package/libtorrent/patches/patch-src_torrent_exceptions_cc new file mode 100644 index 000000000..2ed644ae1 --- /dev/null +++ b/package/libtorrent/patches/patch-src_torrent_exceptions_cc @@ -0,0 +1,11 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- libtorrent-0.12.2.orig/src/torrent/exceptions.cc 2008-05-07 14:19:13.000000000 +0200 ++++ libtorrent-0.12.2/src/torrent/exceptions.cc 2008-12-14 21:40:48.000000000 +0100 +@@ -37,6 +37,7 @@ + #include "config.h" + + #include ++#include + + #include "exceptions.h" + diff --git a/package/libtorrent/patches/patch-src_torrent_tracker_list_h b/package/libtorrent/patches/patch-src_torrent_tracker_list_h new file mode 100644 index 000000000..b307908e4 --- /dev/null +++ b/package/libtorrent/patches/patch-src_torrent_tracker_list_h @@ -0,0 +1,11 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- libtorrent-0.12.2.orig/src/torrent/tracker_list.h 2008-05-07 14:19:13.000000000 +0200 ++++ libtorrent-0.12.2/src/torrent/tracker_list.h 2008-12-14 22:31:57.000000000 +0100 +@@ -39,6 +39,7 @@ + + #include + #include ++#include + #include + + namespace torrent { diff --git a/package/libtorrent/patches/patch-src_utils_diffie_hellman_cc b/package/libtorrent/patches/patch-src_utils_diffie_hellman_cc new file mode 100644 index 000000000..3608b70ba --- /dev/null +++ b/package/libtorrent/patches/patch-src_utils_diffie_hellman_cc @@ -0,0 +1,11 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- libtorrent-0.12.2.orig/src/utils/diffie_hellman.cc 2008-05-07 14:19:12.000000000 +0200 ++++ libtorrent-0.12.2/src/utils/diffie_hellman.cc 2008-12-14 21:51:18.000000000 +0100 +@@ -37,6 +37,7 @@ + #include "config.h" + + #include ++#include + + #ifdef USE_OPENSSL + #include -- cgit v1.2.3