diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-13 23:25:04 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-13 23:25:04 +0000 |
commit | 6a628fecf839eba945741bad69b076212e0e6f5b (patch) | |
tree | a870fd3bb545067d4683b82f7c5948f0f9bdd95a /databases/tarantool/files | |
parent | Add LICENSE_FILE (diff) |
Update to 2.1.3
Changes: https://github.com/tarantool/tarantool/releases
Notes
Notes:
svn path=/head/; revision=517410
Diffstat (limited to 'databases/tarantool/files')
5 files changed, 0 insertions, 64 deletions
diff --git a/databases/tarantool/files/patch-src-lib-swim-swim_io.h b/databases/tarantool/files/patch-src-lib-swim-swim_io.h deleted file mode 100644 index 301779ffe7e3..000000000000 --- a/databases/tarantool/files/patch-src-lib-swim-swim_io.h +++ /dev/null @@ -1,12 +0,0 @@ -Obtained from: https://github.com/tarantool/tarantool/commit/67d33761ceaf07564a156dc8252b5edb857808ed - ---- src/lib/swim/swim_io.h.orig -+++ src/lib/swim/swim_io.h -@@ -37,6 +37,7 @@ - #include "tarantool_ev.h" - #include <stdbool.h> - #include <arpa/inet.h> -+#include <netinet/in.h> - - /** - * SWIM protocol transport level. diff --git a/databases/tarantool/files/patch-src-lib-swim-swim_proto.c b/databases/tarantool/files/patch-src-lib-swim-swim_proto.c deleted file mode 100644 index 5ab781cb278c..000000000000 --- a/databases/tarantool/files/patch-src-lib-swim-swim_proto.c +++ /dev/null @@ -1,12 +0,0 @@ -Obtained from: https://github.com/tarantool/tarantool/commit/67d33761ceaf07564a156dc8252b5edb857808ed - ---- src/lib/swim/swim_proto.c.orig -+++ src/lib/swim/swim_proto.c -@@ -33,6 +33,7 @@ - #include "say.h" - #include "version.h" - #include "diag.h" -+#include <sys/socket.h> /* AF_INET for FreeBSD. */ - - const char *swim_member_status_strs[] = { - "alive", diff --git a/databases/tarantool/files/patch-src-lib-swim-swim_proto.h b/databases/tarantool/files/patch-src-lib-swim-swim_proto.h deleted file mode 100644 index cf0aca124ef1..000000000000 --- a/databases/tarantool/files/patch-src-lib-swim-swim_proto.h +++ /dev/null @@ -1,13 +0,0 @@ -Obtained from: https://github.com/tarantool/tarantool/commit/67d33761ceaf07564a156dc8252b5edb857808ed - ---- src/lib/swim/swim_proto.h.orig 2019-04-05 11:27:32 UTC -+++ src/lib/swim/swim_proto.h -@@ -33,6 +33,8 @@ - #include "trivia/util.h" - #include "uuid/tt_uuid.h" - #include <arpa/inet.h> -+#include <netinet/in.h> -+#include <sys/socket.h> - #include <stdbool.h> - - /** diff --git a/databases/tarantool/files/patch-src-lib-swim-swim_transport.h b/databases/tarantool/files/patch-src-lib-swim-swim_transport.h deleted file mode 100644 index a15aaa88a19e..000000000000 --- a/databases/tarantool/files/patch-src-lib-swim-swim_transport.h +++ /dev/null @@ -1,15 +0,0 @@ -Obtained from: https://github.com/tarantool/tarantool/commit/67d33761ceaf07564a156dc8252b5edb857808ed - https://github.com/tarantool/tarantool/commit/03e114b91a55dbb89ea9b0b5f134dd6a19ea6a81 - ---- src/lib/swim/swim_transport.h.orig 2019-04-05 11:27:32 UTC -+++ src/lib/swim/swim_transport.h -@@ -31,7 +31,9 @@ - * SUCH DAMAGE. - */ - #include "trivia/util.h" -+#include <netinet/in.h> - #include <arpa/inet.h> -+#include <unistd.h> - - /** Transport implementation. */ - struct swim_transport { diff --git a/databases/tarantool/files/patch-test-unit-swim_test_transport.c b/databases/tarantool/files/patch-test-unit-swim_test_transport.c deleted file mode 100644 index 3b6948deca01..000000000000 --- a/databases/tarantool/files/patch-test-unit-swim_test_transport.c +++ /dev/null @@ -1,12 +0,0 @@ -Obtained from: https://github.com/tarantool/tarantool/commit/67d33761ceaf07564a156dc8252b5edb857808ed - ---- test/unit/swim_test_transport.c.orig -+++ test/unit/swim_test_transport.c -@@ -33,6 +33,7 @@ - #include "swim/swim_io.h" - #include "fiber.h" - #include <errno.h> -+#include <sys/socket.h> - - enum { - /** |