pkgsrc-wip/riak/Makefile.versions
Filip Hajny ba570e5b9d Update riak to 1.4.2.
riak-1.4.2:
- Fixed various problems related to crashing stats
- Fixed extra noisy logs introduced in 1.4.1 (Not found errors and others)
- Fixed issues related to 2i queries timing out
- Added more protection against corrupt data in backends
- Fixed incorrect capability negotiation causing nodes to appear incompatible
  in Riak Control

riak-1.4.1:
- Pagination for equality queries is fixed by riak_kv/615.
- The ability to set a timeout on a 2i query has been added by riak_kv/616.
- Using 2i as input for a map-reduce job has been fixed by riak_kv/618.
- Riak Control can crash its host node when in a mixed-cluster environment
  containing a 1.4.0 node. This has been addressed by riak_control/120.
- Basho's leveldb fork has added better fadvise support and fixed some race
  conditions in the write path. See leveldb/88.
2013-10-21 13:43:31 +00:00

51 lines
1.2 KiB
Makefile

# $NetBSD: Makefile.versions,v 1.9 2013/10/21 13:43:32 fhajny Exp $
_RIAK_VERSIONS+= \
basho_metrics 1.0.0 \
basho_stats 1.0.3 \
bear 0.1.3p1-0-gda820a1 \
bitcask 1.6.3 \
cluster_info 1.2.4 \
dtrace 0.8 \
ebloom 1.1.1 \
eleveldb 1.4.2-0-g4df4947 \
eper 0.61 \
erlang_js 1.2.2 \
erlydtl 0.7.0 \
folsom 0.7.4p1-0-g4e485ce \
getopt 0.4.3 \
goldrush 0.1.2 \
innostore ${INNOVER} \
lager 2.0.0 \
lager_syslog 2.0.0 \
lucene_parser 1 \
luke 0.2.5 \
meck 0.8.1 \
merge_index 1.3.1 \
mochiweb 1.5.1p6 \
poolboy 0.8.1p1 \
protobuffs 0.8.1 \
ranch 0.4.0-p1 \
riak_api 1.4.2-0-ga7e00e2 \
riak_control 1.4.2-0-g2f08324 \
riak_core 1.4.2 \
riak_kv 1.4.2-0-g61ac9d8 \
riak_pb 1.4.1.1 \
riak_pipe 1.4.2-0-g59d1bae \
riak_search 1.4.2-0-ge31368d \
riak_sysmon 1.1.3 \
riaknostic 1.2.0 \
riakc 1.2.1 \
sext 1.1-3-g3af5478 \
sidejob 0.2.0 \
syslog 1.0.1 \
webmachine 1.10.4-0-gfcff795
.for name version in ${_RIAK_VERSIONS}
VERSION.${name}=${version}
PLIST_SUBST+= VERSION.${name}=${version}
.endfor
.for _pkg_ _version_ in $(_RIAK_VERSIONS)
PRINT_PLIST_AWK+= {if ($$0 ~ /\/$(_pkg_)-$(_version_)\//) {sub(/\/$(_pkg_)-$(_version_)\//,"/$(_pkg_)-$${VERSION.$(_pkg_)}/", $$0);}}
.endfor