FreeBSD Bugzilla – Attachment 169180 Details for
Bug 207400
databases/influxdb: v0.11 available
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update influxdb do v0.12.1
influxdb-0.12.1.patch (text/plain), 17.65 KB, created by
cheffo
on 2016-04-11 09:37:26 UTC
(
hide
)
Description:
Update influxdb do v0.12.1
Filename:
MIME Type:
Creator:
cheffo
Created:
2016-04-11 09:37:26 UTC
Size:
17.65 KB
patch
obsolete
>diff -urN influxdb.orig/Makefile influxdb/Makefile >--- influxdb.orig/Makefile 2016-02-02 16:27:32.726204000 +0200 >+++ influxdb/Makefile 2016-04-11 12:26:17.056649518 +0300 >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= influxdb >-PORTVERSION= 0.9.6.1 >+PORTVERSION= 0.12.1 > DISTVERSIONPREFIX= v > CATEGORIES= databases net-mgmt > >@@ -17,43 +17,27 @@ > USE_RC_SUBR= influxd > > USE_GITHUB= yes >-GH_ACCOUNT= influxdb:DEFAULT \ >- alecthomas:log4go \ >- armon:go_metrics \ >- BurntSushi:toml \ >- bmizerany:pat \ >- boltdb:bolt \ >- cheffo:crypto,go_uuid \ >- collectd:go_collectd \ >- dgryski:go_bits,go_bitstream \ >- fatih:pool \ >- gogo:gogo_protobuf \ >- golang:golang_protobuf,golang_snappy \ >- hashicorp:raft,raft_boltdb,go_msgpack \ >- influxdb:enterprise_client \ >- influxdata:usage_client \ >- jwilder:encoding \ >- kimor79:gollectd \ >- peterh:liner \ >- rakyll:statik \ >- paulbellamy:ratecounter >-GH_PROJECT= bolt:bolt crypto:crypto encoding:encoding \ >- enterprise-client:enterprise_client go-bits:go_bits \ >- go-bitstream:go_bitstream go-collectd:go_collectd \ >- go-metrics:go_metrics go-msgpack:go_msgpack gollectd:gollectd \ >- liner:liner log4go:log4go pat:pat pool:pool \ >- protobuf:gogo_protobuf protobuf:golang_protobuf \ >- raft-boltdb:raft_boltdb raft:raft ratecounter:ratecounter \ >- snappy:golang_snappy, statik:statik toml:toml go-uuid:go_uuid \ >- usage-client:usage_client >-GH_TAGNAME= b34b35e:bolt 056c9bc:toml 1351f93:crypto 4d47685:liner \ >- 5c3c713:log4go 274df12:statik e492fd3:gogo_protobuf \ >- 61d0dee:gollectd 68415e7:golang_protobuf 06b6099:go_metrics \ >- b8a3500:pat cba550e:pool d1e82c1:raft_boltdb ed3ca8a:go_uuid \ >- d136cd1:raft fa3f638:go_msgpack 723cc1e:golang_snappy \ >- 9fc824c:go_collectd 86c69b3:go_bits 27cd597:go_bitstream \ >- 07d88d4:encoding 25665cb:enterprise_client 5a11f58:ratecounter \ >- 475977e:usage_client >+GH_ACCOUNT= influxdata:DEFAULT >+GH_TUPLE= BurntSushi:toml:bbd5bb6:toml \ >+ armon:go-metrics:f303b03:go_metrics \ >+ bmizerany:pat:c068ca2:pat \ >+ boltdb:bolt:144418e:bolt \ >+ dgryski:go-bits:86c69b3:go_bits \ >+ dgryski:go-bitstream:27cd597:go_bitstream \ >+ gogo:protobuf:74b6e9d:protobuf \ >+ golang:snappy:ef80b33:snappy \ >+ hashicorp:go-msgpack:fa3f638:go_msgpack \ >+ hashicorp:raft:1c84b7c:raft \ >+ hashicorp:raft-boltdb:d1e82c1:raft_boltdb \ >+ influxdata:usage-client:475977e:usage_client \ >+ jwilder:encoding:07d88d4:encoding \ >+ kimor79:gollectd:b5dddb1:gollectd \ >+ paulbellamy:ratecounter:5a11f58:ratecounter \ >+ peterh:liner:49ca659:liner \ >+ rakyll:statik:2940084:statik \ >+ collectd:go-collectd:9fc824c:go_collectd \ >+ golang:crypto:3fbbcd2:crypto \ >+ fatih:pool:cba550e:pool > > SUB_FILES= influxd > SUB_LIST+= INFLUXD_USER=${INFLUXD_USER} \ >@@ -81,62 +65,56 @@ > STRIP= # stripping can break go binaries > > post-patch: >- @${MKDIR} ${WRKSRC}/src/code.google.com/p > @${MKDIR} ${WRKSRC}/src/github.com/BurntSushi > @${MKDIR} ${WRKSRC}/src/github.com/armon > @${MKDIR} ${WRKSRC}/src/github.com/bmizerany > @${MKDIR} ${WRKSRC}/src/github.com/boltdb >- @${MKDIR} ${WRKSRC}/src/collectd.org > @${MKDIR} ${WRKSRC}/src/github.com/dgryski >- @${MKDIR} ${WRKSRC}/src/github.com/fatih > @${MKDIR} ${WRKSRC}/src/github.com/gogo > @${MKDIR} ${WRKSRC}/src/github.com/golang > @${MKDIR} ${WRKSRC}/src/github.com/hashicorp >+ @${MKDIR} ${WRKSRC}/src/github.com/influxdata > @${MKDIR} ${WRKSRC}/src/github.com/jwilder >- @${MKDIR} ${WRKSRC}/src/github.com/influxdb > @${MKDIR} ${WRKSRC}/src/github.com/kimor79 > @${MKDIR} ${WRKSRC}/src/github.com/paulbellamy > @${MKDIR} ${WRKSRC}/src/github.com/peterh > @${MKDIR} ${WRKSRC}/src/github.com/rakyll > @${MKDIR} ${WRKSRC}/src/golang.org/x >+ @${MKDIR} ${WRKSRC}/src/gopkg.in/fatih > @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} >-.for src in LICENSE_OF_DEPENDENCIES.md Makefile build-docker.sh build.py \ >- circle-test.sh circle.yml client cluster cmd errors.go etc importer \ >- influxql influxvar.go meta models monitor nightly.sh package.sh \ >- pkg scripts services shared snapshot statik stress tcp \ >- test-32bit-docker.sh tests toml tsdb uuid >- @${MV} ${WRKSRC}/${src} \ >- ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} >-.endfor >+ @cd ${WRKSRC} && \ >+ ${MV} CHANGELOG.md CODING_GUIDELINES.md CONTRIBUTING.md DOCKER.md \ >+ Dockerfile Dockerfile_build_ubuntu32 Dockerfile_build_ubuntu64 \ >+ Dockerfile_build_ubuntu64_git Dockerfile_test_ubuntu32 Godeps LICENSE \ >+ LICENSE_OF_DEPENDENCIES.md Makefile QUERIES.md README.md build-docker.sh \ >+ build.py build.sh circle-test.sh circle.yml client cluster \ >+ cmd errors.go etc gobuild.sh importer influxdb.go influxql \ >+ influxvar.go models monitor nightly.sh node.go package.sh pkg scripts \ >+ services stress tcp test.sh tests toml tsdb uuid \ >+ ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} >+ @${MV} ${WRKSRC_toml} ${WRKSRC}/src/github.com/BurntSushi/toml >+ @${MV} ${WRKSRC_go_metrics} ${WRKSRC}/src/github.com/armon/go-metrics >+ @${MV} ${WRKSRC_pat} ${WRKSRC}/src/github.com/bmizerany/pat > @${MV} ${WRKSRC_bolt} ${WRKSRC}/src/github.com/boltdb/bolt >- @${MV} ${WRKSRC_crypto} ${WRKSRC}/src/golang.org/x/crypto >- @${MV} ${WRKSRC_encoding} ${WRKSRC}/src/github.com/jwilder/encoding >- @${MV} ${WRKSRC_enterprise_client} ${WRKSRC}/src/github.com/influxdb/enterprise-client >- @${MV} ${WRKSRC_usage_client} ${WRKSRC}/src/github.com/influxdb/usage-client > @${MV} ${WRKSRC_go_bits} ${WRKSRC}/src/github.com/dgryski/go-bits > @${MV} ${WRKSRC_go_bitstream} ${WRKSRC}/src/github.com/dgryski/go-bitstream >- @${MV} ${WRKSRC_go_collectd}/api ${WRKSRC}/src/collectd.org/api >- @${MV} ${WRKSRC_go_collectd}/network ${WRKSRC}/src/collectd.org/network >- @${MV} ${WRKSRC_go_collectd}/cdtime ${WRKSRC}/src/collectd.org/cdtime >- @${MV} ${WRKSRC_go_metrics} ${WRKSRC}/src/github.com/armon/go-metrics >- @${MV} ${WRKSRC_go_uuid} ${WRKSRC}/src/code.google.com/p/go-uuid >+ @${MV} ${WRKSRC_protobuf} ${WRKSRC}/src/github.com/gogo/protobuf >+ @${MV} ${WRKSRC_snappy} ${WRKSRC}/src/github.com/golang/snappy > @${MV} ${WRKSRC_go_msgpack} ${WRKSRC}/src/github.com/hashicorp/go-msgpack >- @${MV} ${WRKSRC_gogo_protobuf} ${WRKSRC}/src/github.com/gogo/protobuf >- @${MV} ${WRKSRC_golang_protobuf} ${WRKSRC}/src/github.com/golang/protobuf >- @${MV} ${WRKSRC_gollectd} ${WRKSRC}/src/github.com/kimor79/gollectd >- @${MV} ${WRKSRC_liner} ${WRKSRC}/src/github.com/peterh/liner >- @${MV} ${WRKSRC_log4go} ${WRKSRC}/src/code.google.com/p/log4go >- @${MV} ${WRKSRC_pat} ${WRKSRC}/src/github.com/bmizerany/pat >- @${MV} ${WRKSRC_pool} ${WRKSRC}/src/github.com/fatih/pool >- @${MV} ${WRKSRC_raft_boltdb} ${WRKSRC}/src/github.com/hashicorp/raft-boltdb > @${MV} ${WRKSRC_raft} ${WRKSRC}/src/github.com/hashicorp/raft >+ @${MV} ${WRKSRC_raft_boltdb} ${WRKSRC}/src/github.com/hashicorp/raft-boltdb >+ @${MV} ${WRKSRC_usage_client} ${WRKSRC}/src/github.com/influxdata/usage-client >+ @${MV} ${WRKSRC_encoding} ${WRKSRC}/src/github.com/jwilder/encoding >+ @${MV} ${WRKSRC_gollectd} ${WRKSRC}/src/github.com/kimor79/gollectd > @${MV} ${WRKSRC_ratecounter} ${WRKSRC}/src/github.com/paulbellamy/ratecounter >+ @${MV} ${WRKSRC_liner} ${WRKSRC}/src/github.com/peterh/liner > @${MV} ${WRKSRC_statik} ${WRKSRC}/src/github.com/rakyll/statik >- @${MV} ${WRKSRC_golang_snappy} ${WRKSRC}/src/github.com/golang/snappy >- @${MV} ${WRKSRC_toml} ${WRKSRC}/src/github.com/BurntSushi/toml >+ @${MV} ${WRKSRC_go_collectd} ${WRKSRC}/src/collectd.org >+ @${MV} ${WRKSRC_crypto} ${WRKSRC}/src/golang.org/x/crypto >+ @${MV} ${WRKSRC_pool} ${WRKSRC}/src/gopkg.in/fatih/pool.v2 > > do-build: >- @cd ${WRKSRC}/src/github.com/influxdb/ && ${SETENV} GOPATH=${WRKSRC} go install ./... >+ @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} && ${SETENV} GOPATH=${WRKSRC} go install ./... > > do-install: > ${MKDIR} ${STAGEDIR}${INFLUXD_DBDIR} \ >@@ -146,6 +124,8 @@ > post-install: > ${INSTALL_PROGRAM} ${WRKSRC}/bin/influxd ${STAGEDIR}${PREFIX}/bin/influxd > ${INSTALL_PROGRAM} ${WRKSRC}/bin/influx ${STAGEDIR}${PREFIX}/bin/influx >+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/influx_inspect ${STAGEDIR}${PREFIX}/bin/influx_inspect >+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/influx_tsm ${STAGEDIR}${PREFIX}/bin/influx_tsm > @${SED} -i .bak -e \ > "s|/tmp/influxdb/development|/var/db/influxdb|g" \ > ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/etc/config.sample.toml >diff -urN influxdb.orig/distinfo influxdb/distinfo >--- influxdb.orig/distinfo 2016-02-02 16:27:32.726204000 +0200 >+++ influxdb/distinfo 2016-04-11 12:14:40.779700898 +0300 >@@ -1,50 +1,42 @@ >-SHA256 (influxdb-influxdb-v0.9.6.1_GH0.tar.gz) = 4e5e2a83f885d1c531ea538397cef1de94717eab02c7e589b9696f22dd65d3e2 >-SIZE (influxdb-influxdb-v0.9.6.1_GH0.tar.gz) = 1134698 >-SHA256 (alecthomas-log4go-5c3c713_GH0.tar.gz) = ea492017025d02f1204ba744fc01130b547da7e07b661598cac83a3ca63c6255 >-SIZE (alecthomas-log4go-5c3c713_GH0.tar.gz) = 16187 >-SHA256 (armon-go-metrics-06b6099_GH0.tar.gz) = 9536fa2418200cc060edeb24fa3c778abbed7dfce626784663aa39b411477a8a >-SIZE (armon-go-metrics-06b6099_GH0.tar.gz) = 13229 >-SHA256 (BurntSushi-toml-056c9bc_GH0.tar.gz) = 73125940543e2922a77bee42f068f35383b5e260e5fbab867efcb7a59a05671a >-SIZE (BurntSushi-toml-056c9bc_GH0.tar.gz) = 37104 >-SHA256 (bmizerany-pat-b8a3500_GH0.tar.gz) = 6468a8b27db2bed1edf6eb845da6f7466221c7b0b41112d77710e4ac76926a2f >-SIZE (bmizerany-pat-b8a3500_GH0.tar.gz) = 5205 >-SHA256 (boltdb-bolt-b34b35e_GH0.tar.gz) = e1ab58b0a50d6b3537b0c5be8d5ef358ddcd64ecb112cadd9046173af1747156 >-SIZE (boltdb-bolt-b34b35e_GH0.tar.gz) = 76007 >-SHA256 (cheffo-crypto-1351f93_GH0.tar.gz) = 29ddf6009158914fb35f9d8e27c48164428dedac6a1314215e1717ae913d96f0 >-SIZE (cheffo-crypto-1351f93_GH0.tar.gz) = 860364 >-SHA256 (cheffo-go-uuid-ed3ca8a_GH0.tar.gz) = 3ad72804ee9b735add1039ec8cffd445fefd66852a3b7c0b82baf428696ca921 >-SIZE (cheffo-go-uuid-ed3ca8a_GH0.tar.gz) = 41022 >-SHA256 (collectd-go-collectd-9fc824c_GH0.tar.gz) = 4d6f6d88f85e48eff7fa5443145ab62c30463b102dbcc70c3309519b7e01e546 >-SIZE (collectd-go-collectd-9fc824c_GH0.tar.gz) = 24548 >+SHA256 (influxdata-influxdb-v0.12.1_GH0.tar.gz) = 7b0340681e0e755db16da44ac4be30000cddc4e554da90872a238a78aeae55a0 >+SIZE (influxdata-influxdb-v0.12.1_GH0.tar.gz) = 1185645 >+SHA256 (BurntSushi-toml-bbd5bb6_GH0.tar.gz) = ad48de2a9f53a0065d0be9bf93b40ac3c7b17a0664f25415cdad2d6e08621acf >+SIZE (BurntSushi-toml-bbd5bb6_GH0.tar.gz) = 38297 >+SHA256 (armon-go-metrics-f303b03_GH0.tar.gz) = 70a38d8118b5969d346c27edd012acc3aaded40cdaedb3c6781da5d51db3d84b >+SIZE (armon-go-metrics-f303b03_GH0.tar.gz) = 13729 >+SHA256 (bmizerany-pat-c068ca2_GH0.tar.gz) = 1bff463e4313717c5561a97020e5b6ae8095560fa834aa565c488b85b5549433 >+SIZE (bmizerany-pat-c068ca2_GH0.tar.gz) = 6246 >+SHA256 (boltdb-bolt-144418e_GH0.tar.gz) = 0e43693a198ada8b16994b62dd455f23278aa2916d58f14dfa10d16543875fa2 >+SIZE (boltdb-bolt-144418e_GH0.tar.gz) = 79242 > SHA256 (dgryski-go-bits-86c69b3_GH0.tar.gz) = 92e7227b8527dacd387bd89536b8d349e7d57131ead1071329a94133a5e67780 > SIZE (dgryski-go-bits-86c69b3_GH0.tar.gz) = 2137 > SHA256 (dgryski-go-bitstream-27cd597_GH0.tar.gz) = 9bd56e5019d84d31b7ffd68feca5f61db683588c9bb2033763dfc84c99d5c370 > SIZE (dgryski-go-bitstream-27cd597_GH0.tar.gz) = 2801 >-SHA256 (fatih-pool-cba550e_GH0.tar.gz) = fdcbcf67872333b16b74647bc4c8aa8100de81f58f0ea99ff83a519bf142e4cb >-SIZE (fatih-pool-cba550e_GH0.tar.gz) = 4854 >-SHA256 (gogo-protobuf-e492fd3_GH0.tar.gz) = 914aafa56baa6c24c24c8732b53c09b111a4324b7a50d3bb9af4ec3797d03c47 >-SIZE (gogo-protobuf-e492fd3_GH0.tar.gz) = 1570750 >-SHA256 (golang-protobuf-68415e7_GH0.tar.gz) = 5b54f372d62be2b0a13a2d757950d922b4ccdd12180178798bcd4927a26848a0 >-SIZE (golang-protobuf-68415e7_GH0.tar.gz) = 178721 >-SHA256 (golang-snappy-723cc1e_GH0.tar.gz) = 205b26745b6ceb62b762f07282842cafb4f4b0395b9ab14b0349a990e299fbed >-SIZE (golang-snappy-723cc1e_GH0.tar.gz) = 10075 >-SHA256 (hashicorp-raft-d136cd1_GH0.tar.gz) = 550bfaed021d46ffe6ae4873c43125c934d69d6210c2c422fa33ea0205a79516 >-SIZE (hashicorp-raft-d136cd1_GH0.tar.gz) = 59284 >-SHA256 (hashicorp-raft-boltdb-d1e82c1_GH0.tar.gz) = 68bb2996a4ec490c099612efcc255ad721014aaf42afbf9f0b21fcf8361162d9 >-SIZE (hashicorp-raft-boltdb-d1e82c1_GH0.tar.gz) = 8879 >+SHA256 (gogo-protobuf-74b6e9d_GH0.tar.gz) = dc5f11a2478886dd1b40de5bd542e3572c1572fd0c2be4a36d59277002454859 >+SIZE (gogo-protobuf-74b6e9d_GH0.tar.gz) = 1911653 >+SHA256 (golang-snappy-ef80b33_GH0.tar.gz) = cf7c3976c8f3e0a86f9ea9a72a980005cd7d57d7b42b735c4799876311d7447d >+SIZE (golang-snappy-ef80b33_GH0.tar.gz) = 39014 > SHA256 (hashicorp-go-msgpack-fa3f638_GH0.tar.gz) = 6353c623d5d58c7ca03e2bdac63f9da7da8848fb1f5f7f239b33e3ce6fe6c6bd > SIZE (hashicorp-go-msgpack-fa3f638_GH0.tar.gz) = 49496 >-SHA256 (influxdb-enterprise-client-25665cb_GH0.tar.gz) = 867a109025936d030b1d43e35df4e88ed7a9f267c8bf33b5e110293f6c7ef694 >-SIZE (influxdb-enterprise-client-25665cb_GH0.tar.gz) = 6531 >+SHA256 (hashicorp-raft-1c84b7c_GH0.tar.gz) = ce03d76ac813bb1890b70702616b17aee7adaf5364b3ed42b91855670e778dab >+SIZE (hashicorp-raft-1c84b7c_GH0.tar.gz) = 66023 >+SHA256 (hashicorp-raft-boltdb-d1e82c1_GH0.tar.gz) = 68bb2996a4ec490c099612efcc255ad721014aaf42afbf9f0b21fcf8361162d9 >+SIZE (hashicorp-raft-boltdb-d1e82c1_GH0.tar.gz) = 8879 > SHA256 (influxdata-usage-client-475977e_GH0.tar.gz) = b62bc789b1e508b3904a9514705d0d5c362e9788028eeab97c588927a94d59f7 > SIZE (influxdata-usage-client-475977e_GH0.tar.gz) = 6620 > SHA256 (jwilder-encoding-07d88d4_GH0.tar.gz) = c061d88b954e13a5c1c74b964e9b56c9a670f3f3ec8c8f563827f5323b8e2ae7 > SIZE (jwilder-encoding-07d88d4_GH0.tar.gz) = 9462 >-SHA256 (kimor79-gollectd-61d0dee_GH0.tar.gz) = 217d827fb26d1cf7b1fa3bae7fa51fc5b25ff2141151ffa7d328d015cd4fb498 >-SIZE (kimor79-gollectd-61d0dee_GH0.tar.gz) = 9508 >-SHA256 (peterh-liner-4d47685_GH0.tar.gz) = 49dbb396f03cdb4358955066db8411bc51eade6e294688a456c771f76e50d276 >-SIZE (peterh-liner-4d47685_GH0.tar.gz) = 18603 >-SHA256 (rakyll-statik-274df12_GH0.tar.gz) = 47cb3d4bc95171baeac813c0373cdfc232c4339fb09f251a76df247615216d49 >-SIZE (rakyll-statik-274df12_GH0.tar.gz) = 77898 >+SHA256 (kimor79-gollectd-b5dddb1_GH0.tar.gz) = b97efdb5777d10a193a2de81048798dd5ab9e9626fe8af2accc56c0d4907d84d >+SIZE (kimor79-gollectd-b5dddb1_GH0.tar.gz) = 9589 > SHA256 (paulbellamy-ratecounter-5a11f58_GH0.tar.gz) = e493c6c8d673ecda63e9c0bd4e63a5af11362878c0c95f0e46711ccad1462eba > SIZE (paulbellamy-ratecounter-5a11f58_GH0.tar.gz) = 2877 >+SHA256 (peterh-liner-49ca659_GH0.tar.gz) = 0725f2acb6bdda937b9e4a93654811a75b5bdb966714b55e7244876970800f95 >+SIZE (peterh-liner-49ca659_GH0.tar.gz) = 19257 >+SHA256 (rakyll-statik-2940084_GH0.tar.gz) = 4ac0ba6d281986dadc60b85bc8a72a824c297db13ca5f5d9b75e405c9e26a6bc >+SIZE (rakyll-statik-2940084_GH0.tar.gz) = 77894 >+SHA256 (collectd-go-collectd-9fc824c_GH0.tar.gz) = 4d6f6d88f85e48eff7fa5443145ab62c30463b102dbcc70c3309519b7e01e546 >+SIZE (collectd-go-collectd-9fc824c_GH0.tar.gz) = 24548 >+SHA256 (golang-crypto-3fbbcd2_GH0.tar.gz) = ef0b4e9616af6abe6ee859beb4fb1b69042f2cce0b11f0d8fe5ffe0d888511d2 >+SIZE (golang-crypto-3fbbcd2_GH0.tar.gz) = 904953 >+SHA256 (fatih-pool-cba550e_GH0.tar.gz) = fdcbcf67872333b16b74647bc4c8aa8100de81f58f0ea99ff83a519bf142e4cb >+SIZE (fatih-pool-cba550e_GH0.tar.gz) = 4854 >diff -urN influxdb.orig/files/patch-cluster_client__pool.go influxdb/files/patch-cluster_client__pool.go >--- influxdb.orig/files/patch-cluster_client__pool.go 2015-12-08 17:06:54.630021000 +0200 >+++ influxdb/files/patch-cluster_client__pool.go 1970-01-01 02:00:00.000000000 +0200 >@@ -1,11 +0,0 @@ >---- cluster/client_pool.go.orig 2015-06-23 14:38:16 UTC >-+++ cluster/client_pool.go >-@@ -4,7 +4,7 @@ import ( >- "net" >- "sync" >- >-- "gopkg.in/fatih/pool.v2" >-+ "github.com/fatih/pool" >- ) >- >- type clientPool struct { >diff -urN influxdb.orig/files/patch-cluster_shard__writer.go influxdb/files/patch-cluster_shard__writer.go >--- influxdb.orig/files/patch-cluster_shard__writer.go 2016-02-02 16:27:32.727252000 +0200 >+++ influxdb/files/patch-cluster_shard__writer.go 1970-01-01 02:00:00.000000000 +0200 >@@ -1,11 +0,0 @@ >---- cluster/shard_writer.go.orig 2015-12-08 15:03:30 UTC >-+++ cluster/shard_writer.go >-@@ -7,7 +7,7 @@ import ( >- >- "github.com/influxdb/influxdb/meta" >- "github.com/influxdb/influxdb/models" >-- "gopkg.in/fatih/pool.v2" >-+ "github.com/fatih/pool" >- ) >- >- const ( >diff -urN influxdb.orig/pkg-descr influxdb/pkg-descr >--- influxdb.orig/pkg-descr 2015-06-26 16:17:18.107144000 +0300 >+++ influxdb/pkg-descr 2016-03-10 12:07:25.753177433 +0200 >@@ -1,13 +1,16 @@ >-An open-source, distributed, time series database with no external dependencies. >-InfluxDB is the new home for all of your metrics, events, and analytics. >+An open-source, distributed, time series database with no external >+dependencies. InfluxDB is the new home for all of your metrics, >+events, and analytics. > >-InfluxDB is a time series, metrics, and analytics database. It'written in Go and >-has no external dependencies. That means once you install it there's nothing >-else to manage (like Redis, ZooKeeper, HBase, or whatever). >+InfluxDB is a time series, metrics, and analytics database. It'written >+in Go and has no external dependencies. That means once you install >+it there's nothing else to manage (like Redis, ZooKeeper, HBase, >+or whatever). > >-InfluxDB is targeted at use cases for DevOps, metrics, sensor data, and >-real-time analytics. It arose from our need for a database like this on more >-than a few previous products we' built. You can read more about our jurney from >-SaaS application to open source time series database. >+InfluxDB is targeted at use cases for DevOps, metrics, sensor data, >+and real-time analytics. It arose from our need for a database like >+this on more than a few previous products we' built. You can read >+more about our jurney from SaaS application to open source time >+series database. > > WWW: http://influxdb.com >diff -urN influxdb.orig/pkg-plist influxdb/pkg-plist >--- influxdb.orig/pkg-plist 2015-06-26 16:17:18.107144000 +0300 >+++ influxdb/pkg-plist 2016-03-10 12:07:25.753177433 +0200 >@@ -1,4 +1,6 @@ > bin/influx >+bin/influx_inspect >+bin/influx_tsm > bin/influxd > @dir(%%INFLUXD_USER%%,%%INFLUXD_GROUP%%,0750) %%INFLUXD_DBDIR%% > @dir(%%INFLUXD_USER%%,%%INFLUXD_GROUP%%,0750) %%INFLUXD_LOGDIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
cheffo:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 207400
:
168885
|
168886
|
168954
| 169180 |
169183
|
169184
|
169186