hermann 0.23.0.271 → 0.23.0.278
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZGM3NDQ4NzM4M2MzMzI3ODIxZGYwNDc3N2I2YTVmZTgyODFiMDA0MA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NDc5MmY0OTliODMxYWJlYTNkZmUyZmNjNjZmY2Q0OTdjN2Y5OGRlNA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ODZlMGY1ODRjM2U2ZTk5Njg1M2ZmOWFkY2YzOWRlZjY3MzUzM2U5YjNmNmNk
|
10
|
+
YWRkYmJiMmJlZGE0MmZmNGNlM2ExYzg1YjYyYWU3NzQ0MmVkM2RiMjI3N2M2
|
11
|
+
OGM3ZDFmNjIxMDY2ZGEzNmM1MjQ0MDJiNWM3ZTJkNDEwZWIyOWQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OGIxMzlmNGMxYmYxM2Q1ZjE4MzhhMDU3YTIzZTkxOTFlMTM3Yzc5NzE2NmQ0
|
14
|
+
ODA1YTZhZDNlMDM4ZWFjZmM2Mzg0NmQ3ODVlZDkzZGU2ZWNjYzI3NWM3ODE5
|
15
|
+
MWU5ZWU1ZDI1YzMyYTMyZGMxOGMwYWQ1MDRiOWQ2ZGExMmRmNjQ=
|
data/ext/hermann/extconf.rb
CHANGED
@@ -122,10 +122,9 @@ class RdKafkaRecipe < MiniPortile
|
|
122
122
|
end
|
123
123
|
################################################################################
|
124
124
|
|
125
|
-
librdkafka = RdKafkaRecipe.new('librdkafka', '0.8.
|
125
|
+
librdkafka = RdKafkaRecipe.new('librdkafka', '0.8.6')
|
126
126
|
librdkafka.files = ["https://github.com/edenhill/librdkafka/archive/#{librdkafka.version}.tar.gz"]
|
127
|
-
librdkafka.checksum = '
|
128
|
-
librdkafka.patch_files = Dir["#{File.join(BASE_DIR, 'ext', 'patches', 'librdkafka')}/*.patch"]
|
127
|
+
librdkafka.checksum = '1b77543f9be82d3f700c0ef98f494990'
|
129
128
|
checkpoint = ".librdkafka.#{librdkafka.version}.cooked"
|
130
129
|
|
131
130
|
unless File.exists?(checkpoint)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hermann
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.23.0.
|
4
|
+
version: 0.23.0.278
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- R. Tyler Croy
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2015-06-
|
13
|
+
date: 2015-06-15 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: json
|
@@ -68,7 +68,6 @@ files:
|
|
68
68
|
- ext/hermann/extconf.rb
|
69
69
|
- ext/hermann/hermann_lib.c
|
70
70
|
- ext/hermann/hermann_lib.h
|
71
|
-
- ext/patches/librdkafka/0006-Update-some-headers-to-include-the-right-headers-to-.patch
|
72
71
|
- lib/hermann.rb
|
73
72
|
- lib/hermann/consumer.rb
|
74
73
|
- lib/hermann/discovery/zookeeper.rb
|
@@ -1,57 +0,0 @@
|
|
1
|
-
From 888ca33b571d99e877d665235b822f7c961c8fdb Mon Sep 17 00:00:00 2001
|
2
|
-
From: "R. Tyler Croy" <tyler@monkeypox.org>
|
3
|
-
Date: Thu, 28 Aug 2014 16:24:04 -0700
|
4
|
-
Subject: [PATCH 6/8] Update some headers to include the right headers to build
|
5
|
-
on FreeBSD
|
6
|
-
|
7
|
-
---
|
8
|
-
src/rd.h | 9 +++++++++
|
9
|
-
src/rdaddr.h | 4 ++++
|
10
|
-
2 files changed, 13 insertions(+)
|
11
|
-
|
12
|
-
diff --git a/src/rd.h b/src/rd.h
|
13
|
-
index c31501e..4789493 100644
|
14
|
-
--- a/src/rd.h
|
15
|
-
+++ b/src/rd.h
|
16
|
-
@@ -37,7 +37,11 @@
|
17
|
-
#include <errno.h>
|
18
|
-
#include <time.h>
|
19
|
-
#include <sys/time.h>
|
20
|
-
+
|
21
|
-
+#ifndef __FreeBSD__
|
22
|
-
+/* alloca(3) is in stdlib on FreeBSD */
|
23
|
-
#include <alloca.h>
|
24
|
-
+#endif
|
25
|
-
#include <assert.h>
|
26
|
-
#include <pthread.h>
|
27
|
-
|
28
|
-
@@ -110,6 +114,11 @@
|
29
|
-
# endif
|
30
|
-
#endif /* sun */
|
31
|
-
|
32
|
-
+#ifdef __FreeBSD__
|
33
|
-
+/* FreeBSD defines be64toh() in sys/endian.h */
|
34
|
-
+#include <sys/endian.h>
|
35
|
-
+#endif
|
36
|
-
+
|
37
|
-
#ifndef be64toh
|
38
|
-
#ifndef __APPLE__
|
39
|
-
#ifndef sun
|
40
|
-
diff --git a/src/rdaddr.h b/src/rdaddr.h
|
41
|
-
index 0b37354..e55bd55 100644
|
42
|
-
--- a/src/rdaddr.h
|
43
|
-
+++ b/src/rdaddr.h
|
44
|
-
@@ -32,6 +32,10 @@
|
45
|
-
#include <arpa/inet.h>
|
46
|
-
#include <netdb.h>
|
47
|
-
|
48
|
-
+#ifdef __FreeBSD__
|
49
|
-
+#include <sys/socket.h>
|
50
|
-
+#endif
|
51
|
-
+
|
52
|
-
/**
|
53
|
-
* rd_sockaddr_inx_t is a union for either ipv4 or ipv6 sockaddrs.
|
54
|
-
* It provides conveniant abstraction of AF_INET* agnostic operations.
|
55
|
-
--
|
56
|
-
1.9.0
|
57
|
-
|