lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fluentd: 0.12.6 -> 0.14.0

+110 -119
+27 -21
pkgs/tools/misc/fluentd/Gemfile.lock
··· 1 1 GEM 2 2 remote: https://rubygems.org/ 3 3 specs: 4 - cool.io (1.3.0) 5 - elasticsearch (1.0.8) 6 - elasticsearch-api (= 1.0.7) 7 - elasticsearch-transport (= 1.0.7) 8 - elasticsearch-api (1.0.7) 4 + cool.io (1.4.4) 5 + elasticsearch (1.0.17) 6 + elasticsearch-api (= 1.0.17) 7 + elasticsearch-transport (= 1.0.17) 8 + elasticsearch-api (1.0.17) 9 9 multi_json 10 - elasticsearch-transport (1.0.7) 10 + elasticsearch-transport (1.0.17) 11 11 faraday 12 12 multi_json 13 - faraday (0.9.1) 13 + excon (0.49.0) 14 + faraday (0.9.2) 14 15 multipart-post (>= 1.2, < 3) 15 - fluent-plugin-elasticsearch (0.7.0) 16 + fluent-plugin-elasticsearch (1.5.0) 16 17 elasticsearch 18 + excon 17 19 fluentd (>= 0.10.43) 18 - patron (~> 0) 19 - fluent-plugin-record-reformer (0.6.0) 20 + fluent-plugin-record-reformer (0.8.1) 20 21 fluentd 21 - fluentd (0.12.6) 22 - cool.io (>= 1.2.2, < 2.0.0) 22 + fluentd (0.14.0) 23 + cool.io (>= 1.4.3, < 2.0.0) 23 24 http_parser.rb (>= 0.5.1, < 0.7.0) 24 25 json (>= 1.4.3) 25 - msgpack (>= 0.5.11, < 0.6.0) 26 + msgpack (>= 0.7.0) 27 + serverengine (>= 1.6.4) 26 28 sigdump (~> 0.2.2) 27 - string-scrub (>= 0.0.3) 29 + strptime (>= 0.1.7) 28 30 tzinfo (>= 1.0.0) 29 31 tzinfo-data (>= 1.0.0) 30 32 yajl-ruby (~> 1.0) 31 33 http_parser.rb (0.6.0) 32 - json (1.8.2) 33 - msgpack (0.5.11) 34 - multi_json (1.11.0) 34 + json (1.8.3) 35 + msgpack (0.7.6) 36 + multi_json (1.12.1) 35 37 multipart-post (2.0.0) 36 - patron (0.4.20) 37 - sigdump (0.2.2) 38 - string-scrub (0.0.5) 38 + serverengine (1.6.4) 39 + sigdump (~> 0.2.2) 40 + sigdump (0.2.4) 41 + strptime (0.1.8) 39 42 thread_safe (0.3.5) 40 43 tzinfo (1.2.2) 41 44 thread_safe (~> 0.1) 42 - tzinfo-data (1.2015.1) 45 + tzinfo-data (1.2016.4) 43 46 tzinfo (>= 1.0.0) 44 47 yajl-ruby (1.2.1) 45 48 ··· 50 53 fluent-plugin-elasticsearch 51 54 fluent-plugin-record-reformer 52 55 fluentd 56 + 57 + BUNDLED WITH 58 + 1.11.2
+1 -1
pkgs/tools/misc/fluentd/default.nix
··· 1 1 { stdenv, lib, bundlerEnv, ruby, curl }: 2 2 3 3 bundlerEnv { 4 - name = "fluentd-0.12.6"; 4 + name = "fluentd-0.14.0"; 5 5 6 6 inherit ruby; 7 7 gemfile = ./Gemfile;
+82 -97
pkgs/tools/misc/fluentd/gemset.nix
··· 1 1 { 2 2 "cool.io" = { 3 - version = "1.3.0"; 4 3 source = { 4 + remotes = ["https://rubygems.org"]; 5 + sha256 = "0ycc8qdvpba8bf6da8nsna34md86mk527j4qizxh059vqm3521sb"; 5 6 type = "gem"; 6 - sha256 = "1s3x0a32gbr6sg4lb0yk5irh48z4260my6g5ssifyl54rh4b6lzh"; 7 7 }; 8 + version = "1.4.4"; 8 9 }; 9 - "elasticsearch" = { 10 - version = "1.0.8"; 10 + elasticsearch = { 11 11 source = { 12 + remotes = ["https://rubygems.org"]; 13 + sha256 = "1g7vax396l68w5mrrfbsaly39zkc4rrvljz9717mxyn82m5f66w5"; 12 14 type = "gem"; 13 - sha256 = "0kfiza9p98gchqgd0a64ryw77wgy42b7hhy89ba1s2jy2kcm3ahl"; 14 15 }; 15 - dependencies = [ 16 - "elasticsearch-api" 17 - "elasticsearch-transport" 18 - ]; 16 + version = "1.0.17"; 19 17 }; 20 - "elasticsearch-api" = { 21 - version = "1.0.7"; 18 + elasticsearch-api = { 22 19 source = { 20 + remotes = ["https://rubygems.org"]; 21 + sha256 = "08bb63raz381fmspijwjc4ksvrrgavmwrymjms1b9mg4qkic87jx"; 23 22 type = "gem"; 24 - sha256 = "0fb7pmzhfl48zxkbx3ayc61x1gv3qvvs4xcp4yf1rxflz1iw6ck9"; 25 23 }; 26 - dependencies = [ 27 - "multi_json" 28 - ]; 24 + version = "1.0.17"; 29 25 }; 30 - "elasticsearch-transport" = { 31 - version = "1.0.7"; 26 + elasticsearch-transport = { 32 27 source = { 28 + remotes = ["https://rubygems.org"]; 29 + sha256 = "07r798g3lnzr3zabk2ks2j5jnxdga23bc8wrr7mcqzn8q0yv82bz"; 33 30 type = "gem"; 34 - sha256 = "0p5yzbvgpw84asfj8ifbqckw6qbssc6xrw086qfh58kxpfnin0zc"; 35 31 }; 36 - dependencies = [ 37 - "faraday" 38 - "multi_json" 39 - ]; 32 + version = "1.0.17"; 40 33 }; 41 - "faraday" = { 42 - version = "0.9.1"; 34 + excon = { 43 35 source = { 36 + remotes = ["https://rubygems.org"]; 37 + sha256 = "0jmdgc4lhlbxccpg79a32vn3qngqipcaaq8bxa0ivfw5mvz0zc0z"; 44 38 type = "gem"; 45 - sha256 = "1h33znnfzxpscgpq28i9fcqijd61h61zgs3gabpdgqfa1043axsn"; 46 39 }; 47 - dependencies = [ 48 - "multipart-post" 49 - ]; 40 + version = "0.49.0"; 50 41 }; 51 - "fluent-plugin-elasticsearch" = { 52 - version = "0.7.0"; 42 + faraday = { 43 + source = { 44 + remotes = ["https://rubygems.org"]; 45 + sha256 = "1kplqkpn2s2yl3lxdf6h7sfldqvkbkpxwwxhyk7mdhjplb5faqh6"; 46 + type = "gem"; 47 + }; 48 + version = "0.9.2"; 49 + }; 50 + fluent-plugin-elasticsearch = { 53 51 source = { 52 + remotes = ["https://rubygems.org"]; 53 + sha256 = "1kgv62s51y9x98qk0b6wrg4a73jfbhw50vg5z36hr0bh9rh2rq4y"; 54 54 type = "gem"; 55 - sha256 = "1jav4lqf9j3w014ksgl3zr05kg62lkc58xnhjjriqp3c1412vwpy"; 56 55 }; 57 - dependencies = [ 58 - "elasticsearch" 59 - "fluentd" 60 - "patron" 61 - ]; 56 + version = "1.5.0"; 62 57 }; 63 - "fluent-plugin-record-reformer" = { 64 - version = "0.6.0"; 58 + fluent-plugin-record-reformer = { 65 59 source = { 60 + remotes = ["https://rubygems.org"]; 61 + sha256 = "1ca09msvcdgrjv0xdjxh0nhxx8crp3h9nz5qw90c75s5hss2ws9b"; 66 62 type = "gem"; 67 - sha256 = "1h43xx7dypbrhdw22c28jsp3054g4imic2wd12rl5nf1k85phfkk"; 68 63 }; 69 - dependencies = [ 70 - "fluentd" 71 - ]; 64 + version = "0.8.1"; 72 65 }; 73 - "fluentd" = { 74 - version = "0.12.6"; 66 + fluentd = { 75 67 source = { 68 + remotes = ["https://rubygems.org"]; 69 + sha256 = "1v6c8g6fv9s710lrl0jy9ihbb8af37gvw3klk7csr5whp1mhwb8f"; 76 70 type = "gem"; 77 - sha256 = "04lrr133ci6m3j85cj2rhhjkw3b1r12fxcymk943lsdlrip0brr1"; 78 71 }; 79 - dependencies = [ 80 - "cool.io" 81 - "http_parser.rb" 82 - "json" 83 - "msgpack" 84 - "sigdump" 85 - "string-scrub" 86 - "tzinfo" 87 - "tzinfo-data" 88 - "yajl-ruby" 89 - ]; 72 + version = "0.14.0"; 90 73 }; 91 74 "http_parser.rb" = { 92 - version = "0.6.0"; 93 75 source = { 94 - type = "gem"; 95 76 sha256 = "15nidriy0v5yqfjsgsra51wmknxci2n2grliz78sf9pga3n0l7gi"; 77 + type = "gem"; 96 78 }; 79 + version = "0.6.0"; 97 80 }; 98 - "json" = { 99 - version = "1.8.2"; 81 + json = { 100 82 source = { 83 + remotes = ["https://rubygems.org"]; 84 + sha256 = "1nsby6ry8l9xg3yw4adlhk2pnc7i0h0rznvcss4vk3v74qg0k8lc"; 101 85 type = "gem"; 102 - sha256 = "0zzvv25vjikavd3b1bp6lvbgj23vv9jvmnl4vpim8pv30z8p6vr5"; 103 86 }; 87 + version = "1.8.3"; 104 88 }; 105 - "msgpack" = { 106 - version = "0.5.11"; 89 + msgpack = { 107 90 source = { 91 + remotes = ["https://rubygems.org"]; 92 + sha256 = "1fn2riiaygiyvmr0glgm1vx995np3jb2hjf5i0j78vncd2wbwdw5"; 108 93 type = "gem"; 109 - sha256 = "1jmi0i3j8xfvidx6ivbcbdwpyf54r0d7dc4rrq1jbvhd1ffvr79w"; 110 94 }; 95 + version = "0.7.6"; 111 96 }; 112 - "multi_json" = { 113 - version = "1.11.0"; 97 + multi_json = { 114 98 source = { 99 + remotes = ["https://rubygems.org"]; 100 + sha256 = "1wpc23ls6v2xbk3l1qncsbz16npvmw8p0b38l8czdzri18mp51xk"; 115 101 type = "gem"; 116 - sha256 = "1mg3hp17ch8bkf3ndj40s50yjs0vrqbfh3aq5r02jkpjkh23wgxl"; 117 102 }; 103 + version = "1.12.1"; 118 104 }; 119 - "multipart-post" = { 120 - version = "2.0.0"; 105 + multipart-post = { 121 106 source = { 122 - type = "gem"; 123 107 sha256 = "09k0b3cybqilk1gwrwwain95rdypixb2q9w65gd44gfzsd84xi1x"; 108 + type = "gem"; 124 109 }; 110 + version = "2.0.0"; 125 111 }; 126 - "patron" = { 127 - version = "0.4.20"; 112 + serverengine = { 128 113 source = { 114 + remotes = ["https://rubygems.org"]; 115 + sha256 = "16sy6yissv8h2vla5ba4msqzsjy0cm0x8q2llssx3kl3bwysrbrp"; 129 116 type = "gem"; 130 - sha256 = "0wdgjazzyllnajkzgdh55q60mlczq8h5jhwpzisrj2i8izrq45zb"; 131 117 }; 118 + version = "1.6.4"; 132 119 }; 133 - "sigdump" = { 134 - version = "0.2.2"; 120 + sigdump = { 135 121 source = { 122 + remotes = ["https://rubygems.org"]; 123 + sha256 = "1mqf06iw7rymv54y7rgbmfi6ppddgjjmxzi3hrw658n1amp1gwhb"; 136 124 type = "gem"; 137 - sha256 = "1h4d4vfg1g3wbbmqahmk7khzhswk5mjv4hwbs7bhmp808h8mz973"; 138 125 }; 126 + version = "0.2.4"; 139 127 }; 140 - "string-scrub" = { 141 - version = "0.0.5"; 128 + strptime = { 142 129 source = { 130 + remotes = ["https://rubygems.org"]; 131 + sha256 = "0lkadizgdls9ya4sbf3bg5i1z6g2kxfw1r5ja0wkc9711zxjilx2"; 143 132 type = "gem"; 144 - sha256 = "0fy4qby2az268qzmf00mb3p0hiqgshz9g6kvgl5vg76y90hl178g"; 145 133 }; 134 + version = "0.1.8"; 146 135 }; 147 - "thread_safe" = { 148 - version = "0.3.5"; 136 + thread_safe = { 149 137 source = { 138 + sha256 = "1hq46wqsyylx5afkp6jmcihdpv4ynzzq9ygb6z2pb1cbz5js0gcr"; 150 139 type = "gem"; 151 - sha256 = "1hq46wqsyylx5afkp6jmcihdpv4ynzzq9ygb6z2pb1cbz5js0gcr"; 152 140 }; 141 + version = "0.3.5"; 153 142 }; 154 - "tzinfo" = { 155 - version = "1.2.2"; 143 + tzinfo = { 144 + dependencies = ["thread_safe"]; 156 145 source = { 157 - type = "gem"; 158 146 sha256 = "1c01p3kg6xvy1cgjnzdfq45fggbwish8krd0h864jvbpybyx7cgx"; 147 + type = "gem"; 159 148 }; 160 - dependencies = [ 161 - "thread_safe" 162 - ]; 149 + version = "1.2.2"; 163 150 }; 164 - "tzinfo-data" = { 165 - version = "1.2015.1"; 151 + tzinfo-data = { 166 152 source = { 153 + remotes = ["https://rubygems.org"]; 154 + sha256 = "1bxfljd5i7g89s7jc5l4a3ddykfsvvp0gm02805r1q77ahn1gp33"; 167 155 type = "gem"; 168 - sha256 = "1x6fa8ayd2kal397d5gdsdg0fjqynfqv1n9n0q702mq839dw593h"; 169 156 }; 170 - dependencies = [ 171 - "tzinfo" 172 - ]; 157 + version = "1.2016.4"; 173 158 }; 174 - "yajl-ruby" = { 175 - version = "1.2.1"; 159 + yajl-ruby = { 176 160 source = { 161 + sha256 = "0zvvb7i1bl98k3zkdrnx9vasq0rp2cyy5n7p9804dqs4fz9xh9vf"; 177 162 type = "gem"; 178 - sha256 = "0zvvb7i1bl98k3zkdrnx9vasq0rp2cyy5n7p9804dqs4fz9xh9vf"; 179 163 }; 164 + version = "1.2.1"; 180 165 }; 181 166 }