diff options
Diffstat (limited to '')
151 files changed, 1342 insertions, 951 deletions
diff --git a/databases/Makefile b/databases/Makefile index 25ae57561e4b..8096fff6ce47 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -817,7 +817,6 @@ SUBDIR += py-rb SUBDIR += py-redis SUBDIR += py-redis2 - SUBDIR += py-redis3 SUBDIR += py-rrdtool SUBDIR += py-schemachange SUBDIR += py-sispy @@ -891,6 +890,7 @@ SUBDIR += ruby-xapian SUBDIR += rubygem-active_model_serializers SUBDIR += rubygem-active_record_query_trace + SUBDIR += rubygem-activemodel-gitlab SUBDIR += rubygem-activemodel-serializers-xml SUBDIR += rubygem-activemodel4 SUBDIR += rubygem-activemodel5 @@ -903,6 +903,7 @@ SUBDIR += rubygem-activemodel72 SUBDIR += rubygem-activemodel80 SUBDIR += rubygem-activerecord-explain-analyze + SUBDIR += rubygem-activerecord-gitlab SUBDIR += rubygem-activerecord-import SUBDIR += rubygem-activerecord-jdbc-adapter SUBDIR += rubygem-activerecord-jdbcmysql-adapter @@ -964,9 +965,11 @@ SUBDIR += rubygem-fabrication SUBDIR += rubygem-familia SUBDIR += rubygem-flipper-active_record + SUBDIR += rubygem-flipper-active_record-rails-gitlab SUBDIR += rubygem-flipper-active_record-rails70 SUBDIR += rubygem-gdbm SUBDIR += rubygem-globalid + SUBDIR += rubygem-globalid-rails-gitlab SUBDIR += rubygem-globalid-rails5 SUBDIR += rubygem-globalid-rails50 SUBDIR += rubygem-globalid-rails52 @@ -1012,6 +1015,7 @@ SUBDIR += rubygem-red-parquet SUBDIR += rubygem-redis SUBDIR += rubygem-redis-actionpack + SUBDIR += rubygem-redis-actionpack-rails-gitlab SUBDIR += rubygem-redis-actionpack-rails5 SUBDIR += rubygem-redis-actionpack-rails50 SUBDIR += rubygem-redis-actionpack-rails52 diff --git a/databases/arrow/Makefile b/databases/arrow/Makefile index 9e3867246e89..053adc2fefb3 100644 --- a/databases/arrow/Makefile +++ b/databases/arrow/Makefile @@ -1,6 +1,6 @@ PORTNAME= arrow DISTVERSION= 19.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION} \ https://github.com/apache/orc/archive/rel/:orc diff --git a/databases/cayley/Makefile b/databases/cayley/Makefile index b1bf431ad5ce..ded8f24e6e2d 100644 --- a/databases/cayley/Makefile +++ b/databases/cayley/Makefile @@ -1,7 +1,7 @@ PORTNAME= cayley DISTVERSIONPREFIX= v DISTVERSION= 0.7.7 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/cockroach/Makefile b/databases/cockroach/Makefile index e0215ebb383c..837aa3385ef5 100644 --- a/databases/cockroach/Makefile +++ b/databases/cockroach/Makefile @@ -1,7 +1,7 @@ PORTNAME= cockroach DISTVERSIONPREFIX= v DISTVERSION= 19.1.11 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= databases MASTER_SITES= https://binaries.cockroachdb.com/ EXTRACT_SUFX= .src.tgz diff --git a/databases/couchdb3/Makefile b/databases/couchdb3/Makefile index caa0df3915dd..bac226b27473 100644 --- a/databases/couchdb3/Makefile +++ b/databases/couchdb3/Makefile @@ -1,6 +1,6 @@ PORTNAME= couchdb3 -DISTVERSION= 3.4.3 -PORTREVISION= 2 +DISTVERSION= 3.5.0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= APACHE/couchdb/source/${DISTVERSION} DISTNAME= apache-couchdb-${DISTVERSION} @@ -15,7 +15,7 @@ LICENSE_COMB= multi BUILD_DEPENDS= erlang-runtime${_ERLVER}>=${_ERLVER}.0:lang/erlang-runtime${_ERLVER} \ rebar:devel/rebar LIB_DEPENDS= libicudata.so:devel/icu \ - libmozjs-91.so:lang/spidermonkey91 + libmozjs-102.so:lang/spidermonkey102 USES= compiler:c++17-lang cpe gmake libtool ncurses CPE_VENDOR= apache @@ -26,7 +26,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --skip-deps \ --user ${USERS} \ --rebar ${LOCALBASE}/bin/rebar \ - --spidermonkey-version 91 + --spidermonkey-version 102 MAKE_ENV= PATH=${LOCALBASE}/lib/erlang${_ERLVER}/bin:${PATH} ALL_TARGET= release @@ -50,7 +50,7 @@ OPTIONS_SUB= yes _APPDIR= ${LOCALBASE}/libexec/${PORTNAME} _DBDIR?= /var/db/${PORTNAME} -_ERLVER?= 26 +_ERLVER?= 27 _LOGDIR?= /var/log/${PORTNAME} _LOGFILE?= ${_LOGDIR}/couch.log _RELDIR= ${_APPDIR}/releases/${DISTVERSION} @@ -107,6 +107,7 @@ do-install: ${WRKSRC}/rel/couchdb/lib/couch-*/priv/couch_js/60 \ ${WRKSRC}/rel/couchdb/lib/couch-*/priv/couch_js/68 \ ${WRKSRC}/rel/couchdb/lib/couch-*/priv/couch_js/86 \ + ${WRKSRC}/rel/couchdb/lib/couch-*/priv/couch_js/91 \ ${WRKSRC}/rel/couchdb/lib/couch-*/priv/priv/couchjs \ ${WRKSRC}/rel/couchdb/releases/*/vm.args \ ${WRKSRC}/rel/couchdb/share/docs \ @@ -124,9 +125,10 @@ do-install: -exec ${STRIP_CMD} {} + ${STRIP_CMD} ${STAGEDIR}${_APPDIR}/lib/os_mon-*/priv/bin/*sup ${CHMOD} -R ${BINMODE} ${STAGEDIR}${_APPDIR}/bin + ${CHMOD} -R ${BINMODE} ${STAGEDIR}${_APPDIR}/erts-*/bin + ${CHMOD} -R ${BINMODE} ${STAGEDIR}${_APPDIR}/lib/*/priv/*.so ${CHMOD} -R ${BINMODE} ${STAGEDIR}${_APPDIR}/lib/couch_quickjs-*/priv/couchjs_* ${CHMOD} -R ${BINMODE} ${STAGEDIR}${_APPDIR}/lib/os_mon-*/priv/bin - ${CHMOD} -R ${BINMODE} ${STAGEDIR}${_APPDIR}/erts-*/bin # fauxton UI is a required component (cd ${WRKSRC}/share/www && \ ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) diff --git a/databases/couchdb3/distinfo b/databases/couchdb3/distinfo index 918597482b26..9bcbd1e9a134 100644 --- a/databases/couchdb3/distinfo +++ b/databases/couchdb3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742544960 -SHA256 (apache-couchdb-3.4.3.tar.gz) = 0357511b6fed70e3e64f4e75aa5d7cc2000cb0f264ef301702b1816427f72f20 -SIZE (apache-couchdb-3.4.3.tar.gz) = 24139963 +TIMESTAMP = 1746571809 +SHA256 (apache-couchdb-3.5.0.tar.gz) = 6a98b90a9a980bbef2c35b4996a8e71a2f1ae5227546c85f04c436101bdf78bf +SIZE (apache-couchdb-3.5.0.tar.gz) = 24165005 diff --git a/databases/couchdb3/pkg-plist b/databases/couchdb3/pkg-plist index 12f446f79030..6ae7b72ba8a2 100644 --- a/databases/couchdb3/pkg-plist +++ b/databases/couchdb3/pkg-plist @@ -5,49 +5,49 @@ libexec/couchdb3/bin/couchdb libexec/couchdb3/bin/couchjs libexec/couchdb3/bin/remsh libexec/couchdb3/bin/weatherreport -libexec/couchdb3/erts-14.2.5.4/bin/beam.smp -libexec/couchdb3/erts-14.2.5.4/bin/ct_run -libexec/couchdb3/erts-14.2.5.4/bin/epmd -libexec/couchdb3/erts-14.2.5.4/bin/erl -libexec/couchdb3/erts-14.2.5.4/bin/erl_call -libexec/couchdb3/erts-14.2.5.4/bin/erl_child_setup -libexec/couchdb3/erts-14.2.5.4/bin/erlc -libexec/couchdb3/erts-14.2.5.4/bin/erlexec -libexec/couchdb3/erts-14.2.5.4/bin/escript -libexec/couchdb3/erts-14.2.5.4/bin/heart -libexec/couchdb3/erts-14.2.5.4/bin/inet_gethost -libexec/couchdb3/erts-14.2.5.4/bin/run_erl -libexec/couchdb3/erts-14.2.5.4/bin/start -libexec/couchdb3/erts-14.2.5.4/bin/to_erl -libexec/couchdb3/erts-14.2.5.4/bin/yielding_c_fun -libexec/couchdb3/erts-14.2.5.4/info -libexec/couchdb3/erts-14.2.5.4/lib/internal/README +libexec/couchdb3/erts-15.2.7/bin/beam.smp +libexec/couchdb3/erts-15.2.7/bin/ct_run +libexec/couchdb3/erts-15.2.7/bin/epmd +libexec/couchdb3/erts-15.2.7/bin/erl +libexec/couchdb3/erts-15.2.7/bin/erl_call +libexec/couchdb3/erts-15.2.7/bin/erl_child_setup +libexec/couchdb3/erts-15.2.7/bin/erlc +libexec/couchdb3/erts-15.2.7/bin/erlexec +libexec/couchdb3/erts-15.2.7/bin/escript +libexec/couchdb3/erts-15.2.7/bin/heart +libexec/couchdb3/erts-15.2.7/bin/inet_gethost +libexec/couchdb3/erts-15.2.7/bin/run_erl +libexec/couchdb3/erts-15.2.7/bin/start +libexec/couchdb3/erts-15.2.7/bin/to_erl +libexec/couchdb3/erts-15.2.7/bin/yielding_c_fun +libexec/couchdb3/erts-15.2.7/lib/internal/README libexec/couchdb3/etc/default.ini libexec/couchdb3/etc/nouveau.yaml -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1.app -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1.appup -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1_db.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct_check.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct_constructed_ber_bin_v2.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct_constructed_per.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct_eval_ext.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct_func.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct_gen.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct_gen_ber_bin_v2.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct_gen_check.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct_gen_jer.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct_gen_per.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct_imm.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct_name.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct_parser2.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct_pretty_format.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct_rtt.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct_table.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct_tok.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1ct_value.beam -libexec/couchdb3/lib/asn1-5.2.2/ebin/asn1rt_nif.beam -libexec/couchdb3/lib/asn1-5.2.2/priv/lib/asn1rt_nif.so +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1.app +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1.appup +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1_db.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_check.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_constructed_ber_bin_v2.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_constructed_per.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_eval_ext.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_func.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_gen.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_gen_ber_bin_v2.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_gen_check.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_gen_jer.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_gen_per.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_imm.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_name.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_parser2.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_partial_decode.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_pretty_format.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_rtt.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_table.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_tok.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_value.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1rt_nif.beam +libexec/couchdb3/lib/asn1-5.3.4/priv/lib/asn1rt_nif.so libexec/couchdb3/lib/b64url-%%VERSION%%/ebin/b64url.app libexec/couchdb3/lib/b64url-%%VERSION%%/ebin/b64url.beam libexec/couchdb3/lib/b64url-%%VERSION%%/priv/b64url.so @@ -78,67 +78,68 @@ libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_xframe_options.beam libexec/couchdb3/lib/chttpd-%%VERSION%%/include/chttpd.hrl libexec/couchdb3/lib/chttpd-%%VERSION%%/include/chttpd_cors.hrl libexec/couchdb3/lib/chttpd-%%VERSION%%/priv/stats_descriptions.cfg -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_a.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_asm.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_block.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_bounds.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_call_types.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_clean.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_dict.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_digraph.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_disasm.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_flatten.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_jump.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_kernel_to_ssa.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_listing.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_opcodes.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_ssa.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_ssa_alias.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_ssa_bc_size.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_ssa_bool.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_ssa_bsm.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_ssa_check.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_ssa_codegen.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_ssa_dead.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_ssa_lint.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_ssa_opt.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_ssa_pp.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_ssa_pre_codegen.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_ssa_private_append.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_ssa_recv.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_ssa_share.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_ssa_throw.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_ssa_type.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_trim.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_types.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_utils.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_validator.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/beam_z.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/cerl.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/cerl_clauses.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/cerl_inline.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/cerl_trees.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/compile.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/compiler.app -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/compiler.appup -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/core_lib.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/core_lint.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/core_parse.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/core_pp.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/core_scan.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/erl_bifs.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/rec_env.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/sys_core_alias.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/sys_core_bsm.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/sys_core_fold.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/sys_core_fold_lists.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/sys_core_inline.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/sys_core_prepare.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/sys_messages.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/sys_pre_attributes.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/v3_core.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/v3_kernel.beam -libexec/couchdb3/lib/compiler-8.4.3.2/ebin/v3_kernel_pp.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_a.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_asm.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_block.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_bounds.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_call_types.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_clean.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_core_to_ssa.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_dict.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_digraph.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_disasm.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_doc.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_flatten.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_jump.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_listing.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_opcodes.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_alias.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_bc_size.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_bool.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_bsm.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_check.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_codegen.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_dead.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_destructive_update.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_lint.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_opt.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_pp.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_pre_codegen.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_recv.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_share.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_ss.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_throw.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_type.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_trim.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_types.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_utils.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_validator.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_z.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/cerl.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/cerl_clauses.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/cerl_inline.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/cerl_trees.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/compile.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/compiler.app +libexec/couchdb3/lib/compiler-8.6.1/ebin/compiler.appup +libexec/couchdb3/lib/compiler-8.6.1/ebin/core_lib.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/core_lint.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/core_parse.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/core_pp.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/core_scan.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/erl_bifs.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/rec_env.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/sys_core_alias.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/sys_core_bsm.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/sys_core_fold.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/sys_core_fold_lists.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/sys_core_inline.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/sys_core_prepare.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/sys_coverage.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/sys_messages.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/sys_pre_attributes.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/v3_core.beam libexec/couchdb3/lib/config-%%VERSION%%/ebin/config.app libexec/couchdb3/lib/config-%%VERSION%%/ebin/config.beam libexec/couchdb3/lib/config-%%VERSION%%/ebin/config_app.beam @@ -160,6 +161,7 @@ libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_bt_engine_compactor.beam libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_bt_engine_header.beam libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_bt_engine_stream.beam libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_btree.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_cfile.beam libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_changes.beam libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_compress.beam libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_db.beam @@ -217,6 +219,7 @@ libexec/couchdb3/lib/couch-%%VERSION%%/include/couch_db.hrl libexec/couchdb3/lib/couch-%%VERSION%%/include/couch_eunit.hrl libexec/couchdb3/lib/couch-%%VERSION%%/include/couch_eunit_proper.hrl libexec/couchdb3/lib/couch-%%VERSION%%/include/couch_js_functions.hrl +libexec/couchdb3/lib/couch-%%VERSION%%/priv/couch_cfile.so libexec/couchdb3/lib/couch-%%VERSION%%/priv/couch_ejson_compare.so libexec/couchdb3/lib/couch-%%VERSION%%/priv/couchjs libexec/couchdb3/lib/couch-%%VERSION%%/priv/stats_descriptions.cfg @@ -345,6 +348,7 @@ libexec/couchdb3/lib/couch_scanner-%%VERSION%%/ebin/couch_scanner.beam libexec/couchdb3/lib/couch_scanner-%%VERSION%%/ebin/couch_scanner_app.beam libexec/couchdb3/lib/couch_scanner-%%VERSION%%/ebin/couch_scanner_checkpoint.beam libexec/couchdb3/lib/couch_scanner-%%VERSION%%/ebin/couch_scanner_plugin.beam +libexec/couchdb3/lib/couch_scanner-%%VERSION%%/ebin/couch_scanner_plugin_conflict_finder.beam libexec/couchdb3/lib/couch_scanner-%%VERSION%%/ebin/couch_scanner_plugin_ddoc_features.beam libexec/couchdb3/lib/couch_scanner-%%VERSION%%/ebin/couch_scanner_plugin_find.beam libexec/couchdb3/lib/couch_scanner-%%VERSION%%/ebin/couch_scanner_rate_limiter.beam @@ -365,13 +369,13 @@ libexec/couchdb3/lib/couch_stats-%%VERSION%%/ebin/couch_stats_server.beam libexec/couchdb3/lib/couch_stats-%%VERSION%%/ebin/couch_stats_sup.beam libexec/couchdb3/lib/couch_stats-%%VERSION%%/ebin/couch_stats_util.beam libexec/couchdb3/lib/couch_stats-%%VERSION%%/priv/sample_descriptions.cfg -libexec/couchdb3/lib/crypto-5.4.2.2/ebin/crypto.app -libexec/couchdb3/lib/crypto-5.4.2.2/ebin/crypto.appup -libexec/couchdb3/lib/crypto-5.4.2.2/ebin/crypto.beam -libexec/couchdb3/lib/crypto-5.4.2.2/ebin/crypto_ec_curves.beam -libexec/couchdb3/lib/crypto-5.4.2.2/priv/lib/crypto.so -libexec/couchdb3/lib/crypto-5.4.2.2/priv/lib/crypto_callback.so -libexec/couchdb3/lib/crypto-5.4.2.2/priv/lib/otp_test_engine.so +libexec/couchdb3/lib/crypto-5.5.3/ebin/crypto.app +libexec/couchdb3/lib/crypto-5.5.3/ebin/crypto.appup +libexec/couchdb3/lib/crypto-5.5.3/ebin/crypto.beam +libexec/couchdb3/lib/crypto-5.5.3/ebin/crypto_ec_curves.beam +libexec/couchdb3/lib/crypto-5.5.3/priv/lib/crypto.so +libexec/couchdb3/lib/crypto-5.5.3/priv/lib/crypto_callback.so +libexec/couchdb3/lib/crypto-5.5.3/priv/lib/otp_test_engine.so libexec/couchdb3/lib/custodian-%%VERSION%%/ebin/custodian.app libexec/couchdb3/lib/custodian-%%VERSION%%/ebin/custodian.beam libexec/couchdb3/lib/custodian-%%VERSION%%/ebin/custodian_app.beam @@ -477,74 +481,74 @@ libexec/couchdb3/lib/ibrowse-4.4.2/ebin/ibrowse_socks5.beam libexec/couchdb3/lib/ibrowse-4.4.2/ebin/ibrowse_sup.beam libexec/couchdb3/lib/ibrowse-4.4.2/include/ibrowse.hrl libexec/couchdb3/lib/ibrowse-4.4.2/priv/ibrowse.conf -libexec/couchdb3/lib/inets-9.1.0.1/ebin/http_chunk.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/http_request.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/http_response.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/http_transport.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/http_uri.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/http_util.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpc.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpc_cookie.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpc_handler.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpc_handler_sup.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpc_manager.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpc_profile_sup.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpc_request.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpc_response.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpc_sup.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_acceptor.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_acceptor_sup.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_cgi.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_conf.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_connection_sup.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_custom.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_custom_api.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_esi.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_example.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_file.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_instance_sup.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_log.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_logger.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_manager.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_misc_sup.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_request.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_request_handler.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_response.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_script_env.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_socket.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_sup.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/httpd_util.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/inets.app -libexec/couchdb3/lib/inets-9.1.0.1/ebin/inets.appup -libexec/couchdb3/lib/inets-9.1.0.1/ebin/inets.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/inets_app.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/inets_lib.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/inets_service.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/inets_sup.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/inets_trace.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_actions.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_alias.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_auth.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_auth_dets.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_auth_mnesia.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_auth_plain.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_auth_server.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_cgi.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_dir.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_disk_log.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_esi.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_get.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_head.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_log.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_range.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_responsecontrol.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_security.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_security_server.beam -libexec/couchdb3/lib/inets-9.1.0.1/ebin/mod_trace.beam -libexec/couchdb3/lib/inets-9.1.0.1/include/httpd.hrl -libexec/couchdb3/lib/inets-9.1.0.1/include/mod_auth.hrl -libexec/couchdb3/lib/inets-9.1.0.1/priv/bin/runcgi.sh +libexec/couchdb3/lib/inets-9.3.2/ebin/http_chunk.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/http_request.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/http_response.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/http_transport.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/http_uri.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/http_util.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpc.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpc_cookie.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpc_handler.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpc_handler_sup.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpc_manager.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpc_profile_sup.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpc_request.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpc_response.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpc_sup.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_acceptor.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_acceptor_sup.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_cgi.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_conf.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_connection_sup.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_custom.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_custom_api.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_esi.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_example.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_file.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_instance_sup.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_log.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_logger.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_manager.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_misc_sup.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_request.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_request_handler.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_response.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_script_env.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_socket.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_sup.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_util.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/inets.app +libexec/couchdb3/lib/inets-9.3.2/ebin/inets.appup +libexec/couchdb3/lib/inets-9.3.2/ebin/inets.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/inets_app.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/inets_lib.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/inets_service.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/inets_sup.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/inets_trace.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_actions.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_alias.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_auth.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_auth_dets.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_auth_mnesia.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_auth_plain.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_auth_server.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_cgi.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_dir.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_disk_log.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_esi.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_get.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_head.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_log.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_range.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_responsecontrol.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_security.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_security_server.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_trace.beam +libexec/couchdb3/lib/inets-9.3.2/include/httpd.hrl +libexec/couchdb3/lib/inets-9.3.2/include/mod_auth.hrl +libexec/couchdb3/lib/inets-9.3.2/priv/bin/runcgi.sh libexec/couchdb3/lib/ioq-%%VERSION%%/ebin/ioq.app libexec/couchdb3/lib/ioq-%%VERSION%%/ebin/ioq.beam libexec/couchdb3/lib/ioq-%%VERSION%%/ebin/ioq_app.beam @@ -564,114 +568,117 @@ libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_app.beam libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_event_handler.beam libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_server.beam libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_sup.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/application.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/application_controller.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/application_master.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/application_starter.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/auth.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/code.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/code_server.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/disk_log.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/disk_log_1.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/disk_log_server.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/disk_log_sup.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/dist_ac.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/dist_util.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/erl_boot_server.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/erl_compile_server.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/erl_ddll.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/erl_distribution.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/erl_epmd.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/erl_erts_errors.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/erl_kernel_errors.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/erl_reply.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/erl_signal_handler.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/erpc.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/error_handler.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/error_logger.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/erts_debug.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/file.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/file_io_server.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/file_server.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/gen_sctp.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/gen_tcp.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/gen_tcp_socket.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/gen_udp.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/gen_udp_socket.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/global.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/global_group.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/global_search.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/group.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/group_history.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/heart.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/inet.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/inet6_sctp.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/inet6_tcp.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/inet6_tcp_dist.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/inet6_udp.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/inet_config.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/inet_db.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/inet_dns.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/inet_epmd_dist.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/inet_epmd_socket.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/inet_gethost_native.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/inet_hosts.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/inet_parse.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/inet_res.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/inet_sctp.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/inet_tcp.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/inet_tcp_dist.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/inet_udp.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/kernel.app -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/kernel.appup -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/kernel.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/kernel_config.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/kernel_refc.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/local_tcp.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/local_udp.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/logger.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/logger_backend.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/logger_config.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/logger_disk_log_h.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/logger_filters.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/logger_formatter.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/logger_h_common.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/logger_handler_watcher.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/logger_olp.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/logger_proxy.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/logger_server.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/logger_simple_h.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/logger_std_h.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/logger_sup.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/net.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/net_adm.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/net_kernel.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/os.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/pg.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/pg2.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/prim_tty.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/ram_file.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/raw_file_io.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/raw_file_io_compressed.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/raw_file_io_deflate.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/raw_file_io_delayed.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/raw_file_io_inflate.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/raw_file_io_list.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/rpc.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/seq_trace.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/socket.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/standard_error.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/user_drv.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/user_sup.beam -libexec/couchdb3/lib/kernel-9.2.4.3/ebin/wrap_log_reader.beam -libexec/couchdb3/lib/kernel-9.2.4.3/include/dist.hrl -libexec/couchdb3/lib/kernel-9.2.4.3/include/dist_util.hrl -libexec/couchdb3/lib/kernel-9.2.4.3/include/eep48.hrl -libexec/couchdb3/lib/kernel-9.2.4.3/include/file.hrl -libexec/couchdb3/lib/kernel-9.2.4.3/include/inet.hrl -libexec/couchdb3/lib/kernel-9.2.4.3/include/inet_sctp.hrl -libexec/couchdb3/lib/kernel-9.2.4.3/include/logger.hrl -libexec/couchdb3/lib/kernel-9.2.4.3/include/net_address.hrl +libexec/couchdb3/lib/kernel-10.2.7/ebin/application.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/application_controller.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/application_master.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/application_starter.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/auth.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/code.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/code_server.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/disk_log.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/disk_log_1.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/disk_log_server.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/disk_log_sup.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/dist_ac.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/dist_util.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_boot_server.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_compile_server.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_ddll.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_distribution.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_epmd.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_erts_errors.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_kernel_errors.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_reply.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_signal_handler.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erpc.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/error_handler.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/error_logger.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erts_debug.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/file.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/file_io_server.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/file_server.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/gen_sctp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/gen_tcp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/gen_tcp_socket.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/gen_udp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/gen_udp_socket.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/global.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/global_group.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/global_search.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/group.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/group_history.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/heart.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet6_sctp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet6_tcp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet6_tcp_dist.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet6_udp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_config.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_db.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_dns.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_dns_tsig.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_epmd_dist.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_epmd_socket.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_gethost_native.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_hosts.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_parse.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_res.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_sctp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_tcp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_tcp_dist.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_udp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/kernel.app +libexec/couchdb3/lib/kernel-10.2.7/ebin/kernel.appup +libexec/couchdb3/lib/kernel-10.2.7/ebin/kernel.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/kernel_config.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/kernel_refc.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/local_tcp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/local_udp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_backend.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_config.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_disk_log_h.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_filters.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_formatter.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_h_common.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_handler.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_handler_watcher.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_olp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_proxy.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_server.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_simple_h.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_std_h.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_sup.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/net.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/net_adm.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/net_kernel.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/os.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/pg.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/pg2.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/prim_tty.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/ram_file.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/raw_file_io.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/raw_file_io_compressed.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/raw_file_io_deflate.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/raw_file_io_delayed.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/raw_file_io_inflate.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/raw_file_io_list.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/rpc.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/seq_trace.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/socket.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/standard_error.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/trace.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/user_drv.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/user_sup.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/wrap_log_reader.beam +libexec/couchdb3/lib/kernel-10.2.7/include/dist.hrl +libexec/couchdb3/lib/kernel-10.2.7/include/dist_util.hrl +libexec/couchdb3/lib/kernel-10.2.7/include/eep48.hrl +libexec/couchdb3/lib/kernel-10.2.7/include/file.hrl +libexec/couchdb3/lib/kernel-10.2.7/include/inet.hrl +libexec/couchdb3/lib/kernel-10.2.7/include/inet_sctp.hrl +libexec/couchdb3/lib/kernel-10.2.7/include/logger.hrl +libexec/couchdb3/lib/kernel-10.2.7/include/net_address.hrl libexec/couchdb3/lib/mango-%%VERSION%%/ebin/mango.app libexec/couchdb3/lib/mango-%%VERSION%%/ebin/mango_app.beam libexec/couchdb3/lib/mango-%%VERSION%%/ebin/mango_crud.beam @@ -792,35 +799,35 @@ libexec/couchdb3/lib/nouveau-%%VERSION%%/ebin/nouveau_sup.beam libexec/couchdb3/lib/nouveau-%%VERSION%%/ebin/nouveau_util.beam libexec/couchdb3/lib/nouveau-%%VERSION%%/include/nouveau.hrl libexec/couchdb3/lib/nouveau-%%VERSION%%/priv/stats_descriptions.cfg -libexec/couchdb3/lib/os_mon-2.9.1/ebin/cpu_sup.beam -libexec/couchdb3/lib/os_mon-2.9.1/ebin/disksup.beam -libexec/couchdb3/lib/os_mon-2.9.1/ebin/memsup.beam -libexec/couchdb3/lib/os_mon-2.9.1/ebin/nteventlog.beam -libexec/couchdb3/lib/os_mon-2.9.1/ebin/os_mon.app -libexec/couchdb3/lib/os_mon-2.9.1/ebin/os_mon.appup -libexec/couchdb3/lib/os_mon-2.9.1/ebin/os_mon.beam -libexec/couchdb3/lib/os_mon-2.9.1/ebin/os_mon_mib.beam -libexec/couchdb3/lib/os_mon-2.9.1/ebin/os_mon_sysinfo.beam -libexec/couchdb3/lib/os_mon-2.9.1/ebin/os_sup.beam -libexec/couchdb3/lib/os_mon-2.9.1/priv/bin/cpu_sup -libexec/couchdb3/lib/os_mon-2.9.1/priv/bin/memsup -libexec/couchdb3/lib/public_key-1.15.1.3/ebin/OTP-PUB-KEY.beam -libexec/couchdb3/lib/public_key-1.15.1.3/ebin/PKCS-FRAME.beam -libexec/couchdb3/lib/public_key-1.15.1.3/ebin/pubkey_cert.beam -libexec/couchdb3/lib/public_key-1.15.1.3/ebin/pubkey_cert_records.beam -libexec/couchdb3/lib/public_key-1.15.1.3/ebin/pubkey_crl.beam -libexec/couchdb3/lib/public_key-1.15.1.3/ebin/pubkey_ocsp.beam -libexec/couchdb3/lib/public_key-1.15.1.3/ebin/pubkey_os_cacerts.beam -libexec/couchdb3/lib/public_key-1.15.1.3/ebin/pubkey_pbe.beam -libexec/couchdb3/lib/public_key-1.15.1.3/ebin/pubkey_pem.beam -libexec/couchdb3/lib/public_key-1.15.1.3/ebin/pubkey_policy_tree.beam -libexec/couchdb3/lib/public_key-1.15.1.3/ebin/pubkey_ssh.beam -libexec/couchdb3/lib/public_key-1.15.1.3/ebin/public_key.app -libexec/couchdb3/lib/public_key-1.15.1.3/ebin/public_key.appup -libexec/couchdb3/lib/public_key-1.15.1.3/ebin/public_key.beam -libexec/couchdb3/lib/public_key-1.15.1.3/include/OTP-PUB-KEY.hrl -libexec/couchdb3/lib/public_key-1.15.1.3/include/PKCS-FRAME.hrl -libexec/couchdb3/lib/public_key-1.15.1.3/include/public_key.hrl +libexec/couchdb3/lib/os_mon-2.10.1/ebin/cpu_sup.beam +libexec/couchdb3/lib/os_mon-2.10.1/ebin/disksup.beam +libexec/couchdb3/lib/os_mon-2.10.1/ebin/memsup.beam +libexec/couchdb3/lib/os_mon-2.10.1/ebin/nteventlog.beam +libexec/couchdb3/lib/os_mon-2.10.1/ebin/os_mon.app +libexec/couchdb3/lib/os_mon-2.10.1/ebin/os_mon.appup +libexec/couchdb3/lib/os_mon-2.10.1/ebin/os_mon.beam +libexec/couchdb3/lib/os_mon-2.10.1/ebin/os_mon_mib.beam +libexec/couchdb3/lib/os_mon-2.10.1/ebin/os_mon_sysinfo.beam +libexec/couchdb3/lib/os_mon-2.10.1/ebin/os_sup.beam +libexec/couchdb3/lib/os_mon-2.10.1/priv/bin/cpu_sup +libexec/couchdb3/lib/os_mon-2.10.1/priv/bin/memsup +libexec/couchdb3/lib/public_key-1.17.1/ebin/OTP-PUB-KEY.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/PKCS-FRAME.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/pubkey_cert.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/pubkey_cert_records.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/pubkey_crl.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/pubkey_ocsp.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/pubkey_os_cacerts.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/pubkey_pbe.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/pubkey_pem.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/pubkey_policy_tree.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/pubkey_ssh.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/public_key.app +libexec/couchdb3/lib/public_key-1.17.1/ebin/public_key.appup +libexec/couchdb3/lib/public_key-1.17.1/ebin/public_key.beam +libexec/couchdb3/lib/public_key-1.17.1/include/OTP-PUB-KEY.hrl +libexec/couchdb3/lib/public_key-1.17.1/include/PKCS-FRAME.hrl +libexec/couchdb3/lib/public_key-1.17.1/include/public_key.hrl libexec/couchdb3/lib/recon-2.5.6/ebin/recon.app libexec/couchdb3/lib/recon-2.5.6/ebin/recon.beam libexec/couchdb3/lib/recon-2.5.6/ebin/recon_alloc.beam @@ -840,43 +847,43 @@ libexec/couchdb3/lib/rexi-%%VERSION%%/ebin/rexi_sup.beam libexec/couchdb3/lib/rexi-%%VERSION%%/ebin/rexi_utils.beam libexec/couchdb3/lib/rexi-%%VERSION%%/include/rexi.hrl libexec/couchdb3/lib/rexi-%%VERSION%%/priv/stats_descriptions.cfg -libexec/couchdb3/lib/runtime_tools-2.0.1/ebin/appmon_info.beam -libexec/couchdb3/lib/runtime_tools-2.0.1/ebin/dbg.beam -libexec/couchdb3/lib/runtime_tools-2.0.1/ebin/dyntrace.beam -libexec/couchdb3/lib/runtime_tools-2.0.1/ebin/erts_alloc_config.beam -libexec/couchdb3/lib/runtime_tools-2.0.1/ebin/instrument.beam -libexec/couchdb3/lib/runtime_tools-2.0.1/ebin/msacc.beam -libexec/couchdb3/lib/runtime_tools-2.0.1/ebin/observer_backend.beam -libexec/couchdb3/lib/runtime_tools-2.0.1/ebin/runtime_tools.app -libexec/couchdb3/lib/runtime_tools-2.0.1/ebin/runtime_tools.appup -libexec/couchdb3/lib/runtime_tools-2.0.1/ebin/runtime_tools.beam -libexec/couchdb3/lib/runtime_tools-2.0.1/ebin/runtime_tools_sup.beam -libexec/couchdb3/lib/runtime_tools-2.0.1/ebin/scheduler.beam -libexec/couchdb3/lib/runtime_tools-2.0.1/ebin/system_information.beam -libexec/couchdb3/lib/runtime_tools-2.0.1/ebin/ttb_autostart.beam -libexec/couchdb3/lib/runtime_tools-2.0.1/include/observer_backend.hrl -libexec/couchdb3/lib/runtime_tools-2.0.1/priv/lib/dyntrace.so -libexec/couchdb3/lib/runtime_tools-2.0.1/priv/lib/trace_file_drv.so -libexec/couchdb3/lib/runtime_tools-2.0.1/priv/lib/trace_ip_drv.so -libexec/couchdb3/lib/sasl-4.2.1/ebin/alarm_handler.beam -libexec/couchdb3/lib/sasl-4.2.1/ebin/erlsrv.beam -libexec/couchdb3/lib/sasl-4.2.1/ebin/format_lib_supp.beam -libexec/couchdb3/lib/sasl-4.2.1/ebin/misc_supp.beam -libexec/couchdb3/lib/sasl-4.2.1/ebin/rb.beam -libexec/couchdb3/lib/sasl-4.2.1/ebin/rb_format_supp.beam -libexec/couchdb3/lib/sasl-4.2.1/ebin/release_handler.beam -libexec/couchdb3/lib/sasl-4.2.1/ebin/release_handler_1.beam -libexec/couchdb3/lib/sasl-4.2.1/ebin/sasl.app -libexec/couchdb3/lib/sasl-4.2.1/ebin/sasl.appup -libexec/couchdb3/lib/sasl-4.2.1/ebin/sasl.beam -libexec/couchdb3/lib/sasl-4.2.1/ebin/sasl_report.beam -libexec/couchdb3/lib/sasl-4.2.1/ebin/sasl_report_file_h.beam -libexec/couchdb3/lib/sasl-4.2.1/ebin/sasl_report_tty_h.beam -libexec/couchdb3/lib/sasl-4.2.1/ebin/systools.beam -libexec/couchdb3/lib/sasl-4.2.1/ebin/systools_lib.beam -libexec/couchdb3/lib/sasl-4.2.1/ebin/systools_make.beam -libexec/couchdb3/lib/sasl-4.2.1/ebin/systools_rc.beam -libexec/couchdb3/lib/sasl-4.2.1/ebin/systools_relup.beam +libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/appmon_info.beam +libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/dbg.beam +libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/dyntrace.beam +libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/erts_alloc_config.beam +libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/instrument.beam +libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/msacc.beam +libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/observer_backend.beam +libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/runtime_tools.app +libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/runtime_tools.appup +libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/runtime_tools.beam +libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/runtime_tools_sup.beam +libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/scheduler.beam +libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/system_information.beam +libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/ttb_autostart.beam +libexec/couchdb3/lib/runtime_tools-2.1.1/include/observer_backend.hrl +libexec/couchdb3/lib/runtime_tools-2.1.1/priv/lib/dyntrace.so +libexec/couchdb3/lib/runtime_tools-2.1.1/priv/lib/trace_file_drv.so +libexec/couchdb3/lib/runtime_tools-2.1.1/priv/lib/trace_ip_drv.so +libexec/couchdb3/lib/sasl-4.2.2/ebin/alarm_handler.beam +libexec/couchdb3/lib/sasl-4.2.2/ebin/erlsrv.beam +libexec/couchdb3/lib/sasl-4.2.2/ebin/format_lib_supp.beam +libexec/couchdb3/lib/sasl-4.2.2/ebin/misc_supp.beam +libexec/couchdb3/lib/sasl-4.2.2/ebin/rb.beam +libexec/couchdb3/lib/sasl-4.2.2/ebin/rb_format_supp.beam +libexec/couchdb3/lib/sasl-4.2.2/ebin/release_handler.beam +libexec/couchdb3/lib/sasl-4.2.2/ebin/release_handler_1.beam +libexec/couchdb3/lib/sasl-4.2.2/ebin/sasl.app +libexec/couchdb3/lib/sasl-4.2.2/ebin/sasl.appup +libexec/couchdb3/lib/sasl-4.2.2/ebin/sasl.beam +libexec/couchdb3/lib/sasl-4.2.2/ebin/sasl_report.beam +libexec/couchdb3/lib/sasl-4.2.2/ebin/sasl_report_file_h.beam +libexec/couchdb3/lib/sasl-4.2.2/ebin/sasl_report_tty_h.beam +libexec/couchdb3/lib/sasl-4.2.2/ebin/systools.beam +libexec/couchdb3/lib/sasl-4.2.2/ebin/systools_lib.beam +libexec/couchdb3/lib/sasl-4.2.2/ebin/systools_make.beam +libexec/couchdb3/lib/sasl-4.2.2/ebin/systools_rc.beam +libexec/couchdb3/lib/sasl-4.2.2/ebin/systools_relup.beam libexec/couchdb3/lib/setup-%%VERSION%%/ebin/setup.app libexec/couchdb3/lib/setup-%%VERSION%%/ebin/setup.beam libexec/couchdb3/lib/setup-%%VERSION%%/ebin/setup_app.beam @@ -896,191 +903,197 @@ libexec/couchdb3/lib/smoosh-%%VERSION%%/ebin/smoosh_utils.beam libexec/couchdb3/lib/snappy-1.0.5/ebin/snappy.app libexec/couchdb3/lib/snappy-1.0.5/ebin/snappy.beam libexec/couchdb3/lib/snappy-1.0.5/priv/snappy_nif.so -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/dtls_connection.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/dtls_connection_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/dtls_gen_connection.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/dtls_handshake.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/dtls_listener_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/dtls_packet_demux.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/dtls_record.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/dtls_server_session_cache_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/dtls_server_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/dtls_socket.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/dtls_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/dtls_v1.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/inet6_tls_dist.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/inet_tls_dist.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl.app -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl.appup -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_admin_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_alert.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_app.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_certificate.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_cipher.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_cipher_format.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_client_session_cache_db.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_config.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_connection_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_crl.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_crl_cache.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_crl_cache_api.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_crl_hash_dir.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_dh_groups.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_dist_admin_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_dist_connection_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_dist_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_gen_statem.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_handshake.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_listen_tracker_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_logger.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_manager.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_pem_cache.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_pkix_db.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_record.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_server_session_cache.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_server_session_cache_db.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_server_session_cache_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_session.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_session_cache_api.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_srp_primes.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_trace.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/ssl_upgrade_server_session_cache_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_bloom_filter.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_client_connection_1_3.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_client_ticket_store.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_connection.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_connection_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_dist_server_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_dist_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_dtls_connection.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_dyn_connection_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_gen_connection.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_gen_connection_1_3.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_handshake.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_handshake_1_3.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_record.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_record_1_3.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_sender.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_server_connection_1_3.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_server_session_ticket.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_server_session_ticket_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_server_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_socket.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_sup.beam -libexec/couchdb3/lib/ssl-11.1.4.4/ebin/tls_v1.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/argparse.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/array.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/base64.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/beam_lib.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/binary.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/c.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/calendar.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/dets.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/dets_server.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/dets_sup.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/dets_utils.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/dets_v9.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/dict.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/digraph.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/digraph_utils.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/edlin.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/edlin_context.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/edlin_expand.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/edlin_key.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/edlin_type_suggestion.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/epp.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/erl_abstract_code.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/erl_anno.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/erl_bits.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/erl_compile.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/erl_error.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/erl_eval.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/erl_expand_records.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/erl_features.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/erl_internal.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/erl_lint.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/erl_parse.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/erl_posix_msg.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/erl_pp.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/erl_scan.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/erl_stdlib_errors.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/erl_tar.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/error_logger_file_h.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/error_logger_tty_h.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/escript.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/ets.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/eval_bits.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/file_sorter.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/filelib.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/filename.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/gb_sets.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/gb_trees.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/gen.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/gen_event.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/gen_fsm.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/gen_server.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/gen_statem.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/io.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/io_lib.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/io_lib_format.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/io_lib_fread.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/io_lib_pretty.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/lists.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/log_mf_h.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/maps.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/math.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/ms_transform.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/orddict.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/ordsets.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/otp_internal.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/peer.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/pool.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/proc_lib.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/proplists.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/qlc.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/qlc_pt.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/queue.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/rand.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/random.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/re.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/sets.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/shell.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/shell_default.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/shell_docs.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/slave.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/sofs.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/stdlib.app -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/stdlib.appup -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/string.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/supervisor.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/supervisor_bridge.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/sys.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/timer.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/unicode.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/unicode_util.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/uri_string.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/win32reg.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/ebin/zip.beam -libexec/couchdb3/lib/stdlib-5.2.3.2/include/assert.hrl -libexec/couchdb3/lib/stdlib-5.2.3.2/include/erl_bits.hrl -libexec/couchdb3/lib/stdlib-5.2.3.2/include/erl_compile.hrl -libexec/couchdb3/lib/stdlib-5.2.3.2/include/ms_transform.hrl -libexec/couchdb3/lib/stdlib-5.2.3.2/include/qlc.hrl -libexec/couchdb3/lib/stdlib-5.2.3.2/include/zip.hrl -libexec/couchdb3/lib/syntax_tools-3.1/ebin/epp_dodger.beam -libexec/couchdb3/lib/syntax_tools-3.1/ebin/erl_comment_scan.beam -libexec/couchdb3/lib/syntax_tools-3.1/ebin/erl_prettypr.beam -libexec/couchdb3/lib/syntax_tools-3.1/ebin/erl_recomment.beam -libexec/couchdb3/lib/syntax_tools-3.1/ebin/erl_syntax.beam -libexec/couchdb3/lib/syntax_tools-3.1/ebin/erl_syntax_lib.beam -libexec/couchdb3/lib/syntax_tools-3.1/ebin/merl.beam -libexec/couchdb3/lib/syntax_tools-3.1/ebin/merl_transform.beam -libexec/couchdb3/lib/syntax_tools-3.1/ebin/prettypr.beam -libexec/couchdb3/lib/syntax_tools-3.1/ebin/syntax_tools.app -libexec/couchdb3/lib/syntax_tools-3.1/ebin/syntax_tools.appup -libexec/couchdb3/lib/syntax_tools-3.1/include/merl.hrl +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_client_connection.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_connection_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_gen_connection.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_handshake.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_listener_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_packet_demux.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_record.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_server_connection.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_server_session_cache_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_server_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_socket.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_v1.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/inet6_tls_dist.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/inet_tls_dist.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl.app +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl.appup +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_admin_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_alert.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_app.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_certificate.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_cipher.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_cipher_format.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_client_session_cache_db.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_config.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_connection_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_crl.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_crl_cache.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_crl_cache_api.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_crl_hash_dir.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_dh_groups.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_dist_admin_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_dist_connection_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_dist_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_gen_statem.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_handshake.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_listen_tracker_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_logger.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_manager.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_pem_cache.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_pkix_db.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_record.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_server_session_cache.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_server_session_cache_db.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_server_session_cache_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_session.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_session_cache_api.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_srp_primes.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_trace.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_upgrade_server_session_cache_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_bloom_filter.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_client_connection.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_client_connection_1_3.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_client_ticket_store.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_connection_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_dist_server_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_dist_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_dtls_client_connection.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_dtls_gen_connection.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_dtls_server_connection.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_dyn_connection_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_gen_connection.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_gen_connection_1_3.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_handshake.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_handshake_1_3.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_record.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_record_1_3.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_sender.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_server_connection.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_server_connection_1_3.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_server_session_ticket.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_server_session_ticket_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_server_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_socket.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_v1.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/argparse.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/array.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/base64.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/beam_lib.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/binary.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/c.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/calendar.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/dets.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/dets_server.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/dets_sup.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/dets_utils.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/dets_v9.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/dict.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/digraph.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/digraph_utils.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/edlin.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/edlin_context.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/edlin_expand.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/edlin_key.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/edlin_type_suggestion.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/epp.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_abstract_code.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_anno.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_bits.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_compile.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_error.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_eval.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_expand_records.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_features.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_internal.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_lint.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_parse.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_posix_msg.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_pp.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_scan.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_stdlib_errors.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_tar.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/error_logger_file_h.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/error_logger_tty_h.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/escript.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/ets.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/eval_bits.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/file_sorter.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/filelib.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/filename.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/gb_sets.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/gb_trees.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/gen.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/gen_event.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/gen_fsm.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/gen_server.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/gen_statem.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/io.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/io_lib.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/io_lib_format.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/io_lib_fread.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/io_lib_pretty.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/json.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/lists.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/log_mf_h.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/maps.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/math.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/ms_transform.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/orddict.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/ordsets.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/otp_internal.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/peer.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/pool.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/proc_lib.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/proplists.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/qlc.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/qlc_pt.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/queue.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/rand.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/random.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/re.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/sets.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/shell.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/shell_default.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/shell_docs.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/shell_docs_markdown.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/slave.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/sofs.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/stdlib.app +libexec/couchdb3/lib/stdlib-6.2.2/ebin/stdlib.appup +libexec/couchdb3/lib/stdlib-6.2.2/ebin/string.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/supervisor.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/supervisor_bridge.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/sys.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/timer.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/unicode.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/unicode_util.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/uri_string.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/win32reg.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/zip.beam +libexec/couchdb3/lib/stdlib-6.2.2/include/assert.hrl +libexec/couchdb3/lib/stdlib-6.2.2/include/erl_bits.hrl +libexec/couchdb3/lib/stdlib-6.2.2/include/erl_compile.hrl +libexec/couchdb3/lib/stdlib-6.2.2/include/ms_transform.hrl +libexec/couchdb3/lib/stdlib-6.2.2/include/qlc.hrl +libexec/couchdb3/lib/stdlib-6.2.2/include/zip.hrl +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/epp_dodger.beam +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/erl_comment_scan.beam +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/erl_prettypr.beam +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/erl_recomment.beam +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/erl_syntax.beam +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/erl_syntax_lib.beam +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/merl.beam +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/merl_transform.beam +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/prettypr.beam +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/syntax_tools.app +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/syntax_tools.appup +libexec/couchdb3/lib/syntax_tools-3.2.2/include/merl.hrl libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport.app libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport.beam libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_check.beam @@ -1105,44 +1118,45 @@ libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_log.beam libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_node.beam libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_runner.beam libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_util.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl.app -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl.appup -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_b64Bin.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_b64Bin_scan.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_eventp.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_html.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_lib.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_otpsgml.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_regexp.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_sax_old_dom.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_sax_parser.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_sax_parser_latin1.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_sax_parser_list.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_sax_parser_utf16be.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_sax_parser_utf16le.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_sax_parser_utf8.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_sax_simple_dom.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_scan.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_sgml.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_simple.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_text.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_ucs.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_uri.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_validate.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_xlate.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_xml.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_xpath.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_xpath_lib.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_xpath_parse.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_xpath_pred.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_xpath_scan.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_xs.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_xsd.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/ebin/xmerl_xsd_type.beam -libexec/couchdb3/lib/xmerl-1.3.34.1/include/xmerl.hrl -libexec/couchdb3/lib/xmerl-1.3.34.1/include/xmerl_xpath.hrl -libexec/couchdb3/lib/xmerl-1.3.34.1/include/xmerl_xsd.hrl +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl.app +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl.appup +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_b64Bin.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_b64Bin_scan.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_eventp.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_html.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_lib.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_otpsgml.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_regexp.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_old_dom.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_parser.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_parser_latin1.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_parser_list.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_parser_utf16be.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_parser_utf16le.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_parser_utf8.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_simple_dom.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_scan.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sgml.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_simple.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_text.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_ucs.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_uri.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_validate.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xlate.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xml.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xml_indent.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xpath.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xpath_lib.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xpath_parse.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xpath_pred.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xpath_scan.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xs.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xsd.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xsd_type.beam +libexec/couchdb3/lib/xmerl-2.1.3/include/xmerl.hrl +libexec/couchdb3/lib/xmerl-2.1.3/include/xmerl_xpath.hrl +libexec/couchdb3/lib/xmerl-2.1.3/include/xmerl_xsd.hrl libexec/couchdb3/releases/RELEASES libexec/couchdb3/releases/couchdb.boot libexec/couchdb3/releases/couchdb.rel @@ -1157,8 +1171,8 @@ libexec/couchdb3/share/server/main-ast-bypass.js libexec/couchdb3/share/server/main-coffee.js libexec/couchdb3/share/server/main.js share/man/man1/apachecouchdb.1.gz -%%WWWDIR%%/dashboard.assets/css/styles.66139ad96c3035c173df.css -%%WWWDIR%%/dashboard.assets/css/styles.b90df3642b0d7188479d.css +%%WWWDIR%%/dashboard.assets/css/styles.15ce47346466128f4cb6.css +%%WWWDIR%%/dashboard.assets/css/styles.4141083cc0c9d5dfd41f.css %%WWWDIR%%/dashboard.assets/fonts/fauxtonicon9.eot %%WWWDIR%%/dashboard.assets/fonts/fauxtonicon9.ttf %%WWWDIR%%/dashboard.assets/fonts/fauxtonicon9.woff @@ -1204,16 +1218,16 @@ share/man/man1/apachecouchdb.1.gz %%WWWDIR%%/dashboard.assets/js/673f81475ab1fd9d5f01bde9e904915b.js %%WWWDIR%%/dashboard.assets/js/6a9c234a4925df876f6c00c206b8c09c.js %%WWWDIR%%/dashboard.assets/js/7b9db4f1ff9f6e35c66435d49577ce9f.js -%%WWWDIR%%/dashboard.assets/js/bundle.66139ad96c3035c173df.js -%%WWWDIR%%/dashboard.assets/js/bundle.66139ad96c3035c173df.js.LICENSE.txt +%%WWWDIR%%/dashboard.assets/js/bundle.15ce47346466128f4cb6.js +%%WWWDIR%%/dashboard.assets/js/bundle.15ce47346466128f4cb6.js.LICENSE.txt %%WWWDIR%%/dashboard.assets/js/c34b396be957d24d22a9649c00881c74.js %%WWWDIR%%/dashboard.assets/js/c75b1e2346308dfbb01b787c576238ee.js %%WWWDIR%%/dashboard.assets/js/cb24550074912ba2d7419fd38824e716.js %%WWWDIR%%/dashboard.assets/js/d75c996bb2b8d5b2f8a520a2fa32d899.js %%WWWDIR%%/dashboard.assets/js/e97724d3a05ed901c1b18c5ab7aa2fef.js %%WWWDIR%%/dashboard.assets/js/manifest.6787559ca43ea1f7037e.js -%%WWWDIR%%/dashboard.assets/js/vendor.b90df3642b0d7188479d.js -%%WWWDIR%%/dashboard.assets/js/vendor.b90df3642b0d7188479d.js.LICENSE.txt +%%WWWDIR%%/dashboard.assets/js/vendor.4141083cc0c9d5dfd41f.js +%%WWWDIR%%/dashboard.assets/js/vendor.4141083cc0c9d5dfd41f.js.LICENSE.txt %%WWWDIR%%/docs/_images/23379351593_0c480537de_q.jpg %%WWWDIR%%/docs/_images/TLS-Handshake.png %%WWWDIR%%/docs/_images/fair-enough.png @@ -1322,6 +1336,7 @@ share/man/man1/apachecouchdb.1.gz %%WWWDIR%%/docs/_sources/cve/index.rst.txt %%WWWDIR%%/docs/_sources/ddocs/ddocs.rst.txt %%WWWDIR%%/docs/_sources/ddocs/index.rst.txt +%%WWWDIR%%/docs/_sources/ddocs/mango.rst.txt %%WWWDIR%%/docs/_sources/ddocs/nouveau.rst.txt %%WWWDIR%%/docs/_sources/ddocs/search.rst.txt %%WWWDIR%%/docs/_sources/ddocs/views/collation.rst.txt @@ -1393,6 +1408,7 @@ share/man/man1/apachecouchdb.1.gz %%WWWDIR%%/docs/_sources/whatsnew/3.2.rst.txt %%WWWDIR%%/docs/_sources/whatsnew/3.3.rst.txt %%WWWDIR%%/docs/_sources/whatsnew/3.4.rst.txt +%%WWWDIR%%/docs/_sources/whatsnew/3.5.rst.txt %%WWWDIR%%/docs/_sources/whatsnew/index.rst.txt %%WWWDIR%%/docs/_static/_sphinx_javascript_frameworks_compat.js %%WWWDIR%%/docs/_static/basic.css @@ -1546,6 +1562,7 @@ share/man/man1/apachecouchdb.1.gz %%WWWDIR%%/docs/cve/index.html %%WWWDIR%%/docs/ddocs/ddocs.html %%WWWDIR%%/docs/ddocs/index.html +%%WWWDIR%%/docs/ddocs/mango.html %%WWWDIR%%/docs/ddocs/nouveau.html %%WWWDIR%%/docs/ddocs/search.html %%WWWDIR%%/docs/ddocs/views/collation.html @@ -1622,9 +1639,11 @@ share/man/man1/apachecouchdb.1.gz %%WWWDIR%%/docs/whatsnew/3.2.html %%WWWDIR%%/docs/whatsnew/3.3.html %%WWWDIR%%/docs/whatsnew/3.4.html +%%WWWDIR%%/docs/whatsnew/3.5.html %%WWWDIR%%/docs/whatsnew/index.html %%WWWDIR%%/favicon.ico %%WWWDIR%%/index.html +@dir libexec/couchdb3/lib/couch-%%VERSION%%/priv/couch_cfile @dir libexec/couchdb3/lib/couch-%%VERSION%%/priv/couch_ejson_compare @dir libexec/couchdb3/lib/couch-%%VERSION%%/priv/couch_js/102 @dir(couchdb,couchdb,750) /var/db/couchdb3 diff --git a/databases/galera26/Makefile b/databases/galera26/Makefile index 5c0f571c3833..cf36dd2b4ea3 100644 --- a/databases/galera26/Makefile +++ b/databases/galera26/Makefile @@ -1,7 +1,6 @@ PORTNAME= galera -PORTVERSION= 26.4.21 -PORTREVISION= 1 DISTVERSIONPREFIX= mariadb- +DISTVERSION= 26.4.22 CATEGORIES= databases PKGNAMESUFFIX= 26 @@ -24,22 +23,20 @@ NOT_FOR_ARCHS_REASON_i386=Uses 64 bit atomics that clang cannot generate on i386 NOT_FOR_ARCHS_REASON_powerpc=Uses 64 bit atomics that clang cannot generate on powerpc BUILD_DEPENDS= checkmk:devel/check \ - ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs \ objdump:devel/binutils -LIB_DEPENDS= libboost_date_time.so:devel/boost-libs +LIB_DEPENDS= libboost_program_options.so:devel/boost-libs -USES= compiler:c++11-lang python:build cmake ssl +USES= cmake compiler:c++11-lang python:build ssl USE_GITHUB= yes -GH_TUPLE?= mariadb:galera:${DISTVERSIONPREFIX}${PORTVERSION}${DISTVERSIONSUFFIX} \ - codership:wsrep-API:b03acea3661835a48f52ed44dc0f6e7f037390a0:dummy/wsrep/src - -CMAKE_ARGS+= -DGALERA_REVISION=${GH_TAGNAME} - +GH_TUPLE?= mariadb:galera:${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} \ + codership:wsrep-API:65608d3f503ba9f4c170fc4e01c539be9fafd46c:dummy/wsrep/src USE_LDCONFIG= yes USE_RC_SUBR= garb.sh -CONFLICTS_INSTALL= galera +CMAKE_ARGS+= -DGALERA_REVISION=${GH_TAGNAME} + +CONFLICTS_INSTALL= galera PLIST_FILES= bin/garbd \ lib/libgalera.so \ diff --git a/databases/galera26/distinfo b/databases/galera26/distinfo index 8476610ae58e..a40a144a81dc 100644 --- a/databases/galera26/distinfo +++ b/databases/galera26/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1738941683 -SHA256 (mariadb-galera-mariadb-26.4.21_GH0.tar.gz) = 3938d56b2ebffad1e1bee053b962f9922162caa13de5a2d33e8ca9d9385f9672 -SIZE (mariadb-galera-mariadb-26.4.21_GH0.tar.gz) = 3642929 -SHA256 (codership-wsrep-API-b03acea3661835a48f52ed44dc0f6e7f037390a0_GH0.tar.gz) = 3966894bcf142d8d8382204f6db3b7b70eee324bfb3e93ebdc7bcbc822e869f4 -SIZE (codership-wsrep-API-b03acea3661835a48f52ed44dc0f6e7f037390a0_GH0.tar.gz) = 92663 +TIMESTAMP = 1747761557 +SHA256 (mariadb-galera-mariadb-26.4.22_GH0.tar.gz) = 39a7b2f61dd36fee5d1ca7b4d19e71fe4c0029c1b0a2c8a1fe9f35b34fa49d79 +SIZE (mariadb-galera-mariadb-26.4.22_GH0.tar.gz) = 3644556 +SHA256 (codership-wsrep-API-65608d3f503ba9f4c170fc4e01c539be9fafd46c_GH0.tar.gz) = 65a99b338b7c7a7fc1e33350da9b13c56a518aa16be5e3de7cfa00e5fe5ef2fd +SIZE (codership-wsrep-API-65608d3f503ba9f4c170fc4e01c539be9fafd46c_GH0.tar.gz) = 93726 diff --git a/databases/geoserver-mysql-plugin/Makefile b/databases/geoserver-mysql-plugin/Makefile index 57656dc0b8b5..bab3b9e2193a 100644 --- a/databases/geoserver-mysql-plugin/Makefile +++ b/databases/geoserver-mysql-plugin/Makefile @@ -1,5 +1,5 @@ PORTNAME= geoserver -DISTVERSION= 2.27.0 +DISTVERSION= 2.27.1 CATEGORIES= databases geography java MASTER_SITES= SF/${PORTNAME}/GeoServer/${PORTVERSION}/extensions PKGNAMESUFFIX= -mysql-plugin @@ -22,7 +22,7 @@ NO_BUILD= yes SUB_FILES= pkg-message GSLIBDIR= geoserver/webapps/geoserver/WEB-INF/lib -PLIST_FILES= ${GSLIBDIR}/gt-jdbc-mysql-33.0.jar \ +PLIST_FILES= ${GSLIBDIR}/gt-jdbc-mysql-33.1.jar \ ${GSLIBDIR}/mysql-connector-j-9.1.0.jar do-install: diff --git a/databases/geoserver-mysql-plugin/distinfo b/databases/geoserver-mysql-plugin/distinfo index db9593e341ed..952e6898d0bf 100644 --- a/databases/geoserver-mysql-plugin/distinfo +++ b/databases/geoserver-mysql-plugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746722445 -SHA256 (geoserver-2.27.0-mysql-plugin.zip) = 0edb5c64f8167c36c07ee370aeab94a087403238a3dce9a6094d40ca000999da -SIZE (geoserver-2.27.0-mysql-plugin.zip) = 2492562 +TIMESTAMP = 1747678986 +SHA256 (geoserver-2.27.1-mysql-plugin.zip) = d1c63a5983b534e1ec3f7ab55506187f3b4a197ac044331a2ff0a02c386480bf +SIZE (geoserver-2.27.1-mysql-plugin.zip) = 2492566 diff --git a/databases/go-carbon/Makefile b/databases/go-carbon/Makefile index 7bea4eec1554..912216b60f49 100644 --- a/databases/go-carbon/Makefile +++ b/databases/go-carbon/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-carbon DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= databases MAINTAINER= a.andersson.thn@gmail.com diff --git a/databases/go-pgweb/Makefile b/databases/go-pgweb/Makefile index 899937b511b9..bfaf37366be9 100644 --- a/databases/go-pgweb/Makefile +++ b/databases/go-pgweb/Makefile @@ -1,7 +1,7 @@ PORTNAME= pgweb DISTVERSIONPREFIX= v DISTVERSION= 0.11.7 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= databases www PKGNAMEPREFIX= go- diff --git a/databases/goose/Makefile b/databases/goose/Makefile index 7b8268d00426..2b0818f2dfee 100644 --- a/databases/goose/Makefile +++ b/databases/goose/Makefile @@ -1,7 +1,7 @@ PORTNAME= goose DISTVERSIONPREFIX= v DISTVERSION= 3.22.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases PKGNAMESUFFIX= -db-migration-tool diff --git a/databases/grass8/Makefile b/databases/grass8/Makefile index 14fc9ae2d0b5..91cdfbf5a07c 100644 --- a/databases/grass8/Makefile +++ b/databases/grass8/Makefile @@ -1,6 +1,6 @@ PORTNAME= grass DISTVERSION= 8.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ diff --git a/databases/immudb/Makefile b/databases/immudb/Makefile index db751578b367..86a41b0d26d8 100644 --- a/databases/immudb/Makefile +++ b/databases/immudb/Makefile @@ -1,7 +1,7 @@ PORTNAME= immudb DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= databases net PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} diff --git a/databases/imposm3/Makefile b/databases/imposm3/Makefile index f2576bc29813..98135a2d26b9 100644 --- a/databases/imposm3/Makefile +++ b/databases/imposm3/Makefile @@ -1,7 +1,7 @@ PORTNAME= imposm3 DISTVERSIONPREFIX= v DISTVERSION= 0.11.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= databases geography MAINTAINER= darcy@dbitech.ca diff --git a/databases/influxdb/Makefile b/databases/influxdb/Makefile index f2d1983b7bbf..c0232e28f4c6 100644 --- a/databases/influxdb/Makefile +++ b/databases/influxdb/Makefile @@ -1,7 +1,7 @@ PORTNAME= influxdb DISTVERSIONPREFIX= v DISTVERSION= 1.8.10 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= databases net-mgmt MAINTAINER= driesm@FreeBSD.org diff --git a/databases/influxdb2-cli/Makefile b/databases/influxdb2-cli/Makefile index da44257b0d4e..15c7c18ed616 100644 --- a/databases/influxdb2-cli/Makefile +++ b/databases/influxdb2-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= influxdb2-cli DISTVERSIONPREFIX= v DISTVERSION= 2.7.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases net-mgmt MAINTAINER= driesm@FreeBSD.org diff --git a/databases/kyotocabinet/Makefile b/databases/kyotocabinet/Makefile index 540f015c6af0..cd1bf2a5159e 100644 --- a/databases/kyotocabinet/Makefile +++ b/databases/kyotocabinet/Makefile @@ -20,21 +20,11 @@ CPPFLAGS+= -fPIC GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_ARGS= PCDIR=${PREFIX}/libdata/pkgconfig -REINPLACE_ARGS= -i '' TEST_TARGET= check USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS -post-patch: - @${REINPLACE_CMD} -e 's|-lstdc++ ||g' ${WRKSRC}/configure ${WRKSRC}/doc/spex.html ${WRKSRC}/example/Makefile ${WRKSRC}/lab/kcdict/Makefile - @${REINPLACE_CMD} -e 's|-g0 -O2||g' \ - ${PATCH_WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-march=native||g' \ - ${PATCH_WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-m64 ||g' \ - ${PATCH_WRKSRC}/configure - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libkyotocabinet.so diff --git a/databases/kyotocabinet/files/patch-configure b/databases/kyotocabinet/files/patch-configure new file mode 100644 index 000000000000..8818087aa773 --- /dev/null +++ b/databases/kyotocabinet/files/patch-configure @@ -0,0 +1,59 @@ +--- configure.orig 2023-04-13 18:15:33 UTC ++++ configure +@@ -2139,8 +2139,8 @@ MYPCFILES="kyotocabinet.pc" + MYPCFILES="kyotocabinet.pc" + + # Building flags +-MYCFLAGS="-Wall -ansi -pedantic -fPIC -fsigned-char -g0 -O2" +-MYCXXFLAGS="-Wall -fPIC -fsigned-char -g0 -O2" ++MYCFLAGS="-Wall -ansi -pedantic -fPIC -fsigned-char" ++MYCXXFLAGS="-Wall -fPIC -fsigned-char" + MYCPPFLAGS="-I. -I\$(INCLUDEDIR) -I/usr/local/include" + MYCPPFLAGS="$MYCPPFLAGS -DNDEBUG -D_GNU_SOURCE=1" + MYCPPFLAGS="$MYCPPFLAGS -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__" +@@ -4007,10 +4007,10 @@ printf 'checking for 64-bit availability... ' + + # System-depending optimization + printf 'checking for 64-bit availability... ' +-if printf 'int main(void) {return 0;}' | $CC -xc -m64 -o config.tmp - >config.tmp 2>&1 ++if printf 'int main(void) {return 0;}' | $CC -xc -o config.tmp - >config.tmp 2>&1 + then +- MYCFLAGS="-m64 $MYCFLAGS" +- MYCXXFLAGS="-m64 $MYCXXFLAGS" ++ MYCFLAGS="$MYCFLAGS" ++ MYCXXFLAGS="$MYCXXFLAGS" + printf 'yes\n' + else + printf 'no\n' +@@ -4018,10 +4018,10 @@ then + if test "$enable_opt" != "no" + then + printf 'checking for CPU optimization availability... ' +- if printf 'int main(void) {return 0;}' | $CC -xc -march=native -o config.tmp - >config.tmp 2>&1 ++ if printf 'int main(void) {return 0;}' | $CC -xc -o config.tmp - >config.tmp 2>&1 + then +- MYCFLAGS="-march=native $MYCFLAGS" +- MYCXXFLAGS="-march=native $MYCXXFLAGS" ++ MYCFLAGS="$MYCFLAGS" ++ MYCXXFLAGS="$MYCXXFLAGS" + printf 'yes\n' + else + printf 'no\n' +@@ -4231,7 +4231,7 @@ else + $as_echo_n "(cached) " >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lstdc++ $LIBS" ++LIBS="$LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -4260,7 +4260,7 @@ _ACEOF + #define HAVE_LIBSTDC__ 1 + _ACEOF + +- LIBS="-lstdc++ $LIBS" ++ LIBS="$LIBS" + + fi + diff --git a/databases/kyotocabinet/files/patch-doc-spex.html b/databases/kyotocabinet/files/patch-doc-spex.html new file mode 100644 index 000000000000..e01715f2aa4a --- /dev/null +++ b/databases/kyotocabinet/files/patch-doc-spex.html @@ -0,0 +1,11 @@ +--- doc/spex.html.orig 2012-05-24 11:32:01 UTC ++++ doc/spex.html +@@ -257,7 +257,7 @@ + <p>Kyoto Cabinet provides API of the C++ language and it is available by programs conforming to the C++03 standard. As the header files of Kyoto Cabinet are provided as `<code>kcutil.h</code>', `<code>kchashdb.h</code>', and so on, applications should include one or more of them accordingly to use the API. As the library is provided as `<code>libkyotocabinet.a</code>' and `<code>libkyotocabinet.so</code>' and they depends on `<code>libz.so</code>', `<code>libstdc++.so</code>', `<code>librt.so</code>', `<code>libpthread.so</code>', `<code>libm.so</code>', and `<code>libc.so</code>', linker options corresponding to them are required by the build command. The typical build command is the following.</p> + + <pre>$ g++ -I/usr/local/include example.cc -o example \ +- -L/usr/local/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc ++ -L/usr/local/lib -lkyotocabinet -lz -lrt -lpthread -lm -lc + </pre> + + <h3 id="installation_windows">For Windows</h3> diff --git a/databases/kyotocabinet/files/patch-example-Makefile b/databases/kyotocabinet/files/patch-example-Makefile new file mode 100644 index 000000000000..896196921d67 --- /dev/null +++ b/databases/kyotocabinet/files/patch-example-Makefile @@ -0,0 +1,11 @@ +--- example/Makefile.orig 2011-02-05 14:17:43 UTC ++++ example/Makefile +@@ -20,7 +20,7 @@ LDFLAGS = + CFLAGS = -I. -I.. -Wall -ansi -pedantic -fsigned-char -O2 + CXXFLAGS = -I. -I.. -Wall -fsigned-char -O2 + LDFLAGS = +-LIBS = -L. -L.. -lkyotocabinet -lstdc++ -lz -lrt -lpthread -lm -lc ++LIBS = -L. -L.. -lkyotocabinet -lz -lrt -lpthread -lm -lc + LDENV = LD_RUN_PATH=/lib:/usr/lib:$(HOME)/lib:/usr/local/lib:.:.. + RUNENV = LD_LIBRARY_PATH=/lib:/usr/lib:$(HOME)/lib:/usr/local/lib:.:.. + diff --git a/databases/kyototycoon/Makefile b/databases/kyototycoon/Makefile index 924e439b2052..b7b505e66191 100644 --- a/databases/kyototycoon/Makefile +++ b/databases/kyototycoon/Makefile @@ -21,7 +21,6 @@ CPPFLAGS+= -fPIC GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_ARGS= PCDIR=${PREFIX}/libdata/pkgconfig -REINPLACE_ARGS= -i '' TEST_TARGET= check USE_CXXSTD= gnu++98 USE_LDCONFIG= yes @@ -55,9 +54,6 @@ LZO_CONFIGURE_OFF= ac_cv_lib_lzo2_main=no LZO_CONFIGURE_ON= ac_cv_lib_lzo2_main=yes LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 -post-patch: - @${REINPLACE_CMD} -e 's|-lstdc++ ||g' ${WRKSRC}/configure ${WRKSRC}/doc/spex.html ${WRKSRC}/example/Makefile - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libkyototycoon.so ${STAGEDIR}${PREFIX}/libexec/*.so diff --git a/databases/kyototycoon/files/patch-configure b/databases/kyototycoon/files/patch-configure index 2ac536c3a2ea..ad1c1a719508 100644 --- a/databases/kyototycoon/files/patch-configure +++ b/databases/kyototycoon/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2020-03-19 09:12:04 UTC +--- configure.orig 2012-05-02 13:04:11 UTC +++ configure -@@ -3389,10 +3389,10 @@ fi +@@ -3389,10 +3389,10 @@ then if test "$enable_opt" != "no" then printf 'checking for CPU optimization availability... ' @@ -14,3 +14,21 @@ printf 'yes\n' else printf 'no\n' +@@ -3729,7 +3729,7 @@ else + $as_echo_n "(cached) " >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lstdc++ $LIBS" ++LIBS="$LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -3758,7 +3758,7 @@ _ACEOF + #define HAVE_LIBSTDC__ 1 + _ACEOF + +- LIBS="-lstdc++ $LIBS" ++ LIBS="$LIBS" + + fi + diff --git a/databases/kyototycoon/files/patch-doc-spex.html b/databases/kyototycoon/files/patch-doc-spex.html new file mode 100644 index 000000000000..3332e501815c --- /dev/null +++ b/databases/kyototycoon/files/patch-doc-spex.html @@ -0,0 +1,11 @@ +--- doc/spex.html.orig 2012-05-24 17:44:23 UTC ++++ doc/spex.html +@@ -160,7 +160,7 @@ + <p>Kyoto Tycoon provides API of the C++ language and it is available by programs conforming to the C++03 standard. As the header files of Kyoto Tycoon are provided as `<code>ktutil.h</code>', `<code>ktremotedb.h</code>', and so on, applications should include one or more of them accordingly to use the API. As the library is provided as `<code>libkyototycoon.a</code>' and `<code>libkyototycoon.so</code>' and they depends on underlying system libraries, linker options corresponding to them are required by the build command. The typical build command is the following.</p> + + <pre>$ g++ -I/usr/local/include example.cc -o example \ +- -L/usr/local/lib -lkyototycoon -lkyotocabinet -lz -lstdc++ \ ++ -L/usr/local/lib -lkyototycoon -lkyotocabinet -lz \ + -lresolv -lnsl -ldl -lrt -lpthread -lm -lc + </pre> + diff --git a/databases/kyototycoon/files/patch-example-Makefile b/databases/kyototycoon/files/patch-example-Makefile new file mode 100644 index 000000000000..ae9276e598c2 --- /dev/null +++ b/databases/kyototycoon/files/patch-example-Makefile @@ -0,0 +1,11 @@ +--- example/Makefile.orig 2010-10-21 15:38:49 UTC ++++ example/Makefile +@@ -19,7 +19,7 @@ LDFLAGS = + CFLAGS = -I. -I.. -Wall -ansi -pedantic -fsigned-char -O2 + CXXFLAGS = -I. -I.. -Wall -fsigned-char -O2 + LDFLAGS = +-LIBS = -L. -L.. -lkyototycoon -lkyotocabinet -lstdc++ -lz -lrt -lpthread -lm -lc ++LIBS = -L. -L.. -lkyototycoon -lkyotocabinet -lz -lrt -lpthread -lm -lc + LDENV = LD_RUN_PATH=/lib:/usr/lib:$(HOME)/lib:/usr/local/lib:.:.. + RUNENV = LD_LIBRARY_PATH=/lib:/usr/lib:$(HOME)/lib:/usr/local/lib:.:.. + diff --git a/databases/lua-xapian/Makefile b/databases/lua-xapian/Makefile index f2db164c1c33..9b3e03500316 100644 --- a/databases/lua-xapian/Makefile +++ b/databases/lua-xapian/Makefile @@ -1,5 +1,5 @@ PORTNAME= xapian -PORTVERSION= 1.4.28 +PORTVERSION= 1.4.29 DISTVERSIONPREFIX= bindings- CATEGORIES= databases MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ diff --git a/databases/lua-xapian/distinfo b/databases/lua-xapian/distinfo index 1827bcf20eef..af5c4151c1fd 100644 --- a/databases/lua-xapian/distinfo +++ b/databases/lua-xapian/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745177928 -SHA256 (xapian-bindings-1.4.28.tar.xz) = 6340981c5b05cf8b4e1b2c0a117c83defbf1007577cf4d9c5ffcaa193255d761 -SIZE (xapian-bindings-1.4.28.tar.xz) = 1121172 +TIMESTAMP = 1745936060 +SHA256 (xapian-bindings-1.4.29.tar.xz) = 1740e927bb6850ef67d99a0b808a1b7c9af3f16c15577e0261bbd3fc016fc8ce +SIZE (xapian-bindings-1.4.29.tar.xz) = 1121212 diff --git a/databases/mongodb-tools/Makefile b/databases/mongodb-tools/Makefile index 09f3a6fdf384..f4af947eb11d 100644 --- a/databases/mongodb-tools/Makefile +++ b/databases/mongodb-tools/Makefile @@ -1,6 +1,5 @@ PORTNAME= mongodb-tools -DISTVERSION= 100.12.0 -PORTREVISION= 1 +DISTVERSION= 100.12.1 CATEGORIES= databases MAINTAINER= ronald@FreeBSD.org @@ -56,7 +55,7 @@ SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_USE= my_tags=sasl SSL_USE= my_tags=ssl -pre-configure: +post-extract: # Verify we use the proper go version. ${SH} -xc "test \"X`grep -E '^go [[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+$$' ${WRKSRC}/go.mod`\" = \"Xgo ${GO_VERSION}.0\"" diff --git a/databases/mongodb-tools/distinfo b/databases/mongodb-tools/distinfo index 64ed14029630..28ce3b76d556 100644 --- a/databases/mongodb-tools/distinfo +++ b/databases/mongodb-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743670576 -SHA256 (mongodb-mongo-tools-100.12.0_GH0.tar.gz) = 407447dda5f2a2e59a720ea383b6e20b165838d427211879ebded1c1af0606fe -SIZE (mongodb-mongo-tools-100.12.0_GH0.tar.gz) = 6622407 +TIMESTAMP = 1748004042 +SHA256 (mongodb-mongo-tools-100.12.1_GH0.tar.gz) = 611578ab2fb2c0d65972205f416b458082de9c7b61f1836b850622ed25e4ad10 +SIZE (mongodb-mongo-tools-100.12.1_GH0.tar.gz) = 6639195 diff --git a/databases/mongodb60/Makefile b/databases/mongodb60/Makefile index dd2d6b2e3a10..a9e63d9f1d60 100644 --- a/databases/mongodb60/Makefile +++ b/databases/mongodb60/Makefile @@ -1,6 +1,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 6.0.23 +PORTREVISION= 1 CATEGORIES= databases net MASTER_SITES= https://hg.mozilla.org/mozilla-central/raw-rev/:patches PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} @@ -18,6 +19,9 @@ LICENSE_NAME_SSPLv1= Server Side Public License Version 1 LICENSE_FILE_SSPLv1= ${WRKSRC}/LICENSE-Community.txt LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +DEPRECATED= EOL starting August 2025, see https://www.mongodb.com/legal/support-policy/lifecycles, please use databases/mongodb60 +EXPIRATION_DATE= 2025-10-30 + ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le ONLY_FOR_ARCHS_REASON= only ported to amd64, aarch64, and powerpc64le on FreeBSD; upstream supports arm64, ppc64le, s390x, and x86-64 @@ -121,7 +125,7 @@ MOZJS_ARCH= ${ARCH} .endif post-extract: - # Verify we downloaded the proper mozjs git tag. +# Verify we downloaded the proper mozjs git tag. ${SH} -xc "test \"X`grep -E '^LIB_GIT_REVISION=' ${WRKSRC}/src/third_party/mozjs/get-sources.sh`\" = \"XLIB_GIT_REVISION=${MOZJS_TAG}\"" post-patch: diff --git a/databases/mongodb80/Makefile b/databases/mongodb80/Makefile index d5092f9dc9ff..88b5017d5905 100644 --- a/databases/mongodb80/Makefile +++ b/databases/mongodb80/Makefile @@ -1,13 +1,8 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 8.0.8 -PORTREVISION= 1 +DISTVERSION= 8.0.9 CATEGORIES= databases net -MASTER_SITES= https://hg.mozilla.org/mozilla-central/raw-rev/:patches PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} -DISTFILES= 223087fdc29f18678f6174e9807b8780e439acf6:patches # https://bugzilla.mozilla.org/1894423 -EXTRACT_ONLY= ${GH_ACCOUNT}-${GH_PROJECT}-${DISTVERSIONPREFIX}${DISTVERSION}_GH0.tar.gz \ - ${GH_ACCOUNT}-forks-spidermonkey-${MOZJS_TAG}_GH0.tar.gz MAINTAINER= ronald@FreeBSD.org COMMENT= MongoDB Community Edition (8.0.x Branch) @@ -32,7 +27,8 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=3.11:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}retry2>0:devel/py-retry2@${PY_FLAVOR} \ - git:devel/git@tiny + git:devel/git@tiny \ + rust-cbindgen>0:devel/rust-cbindgen # build depends used while running ${WRKSRC}/src/third_party/mozjs/gen-config.sh BUILD_DEPENDS+= gm4:devel/m4 \ gsed:textproc/gsed @@ -44,14 +40,16 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libzstd.so:archivers/zstd FLAVORS= default armv80a + armv80a_PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}-armv80a USES= compiler:c++20-lang cpe python:build scons shebangfix ssl # gmake is used while running ${WRKSRC}/src/third_party/mozjs/gen-config.sh USES+= gmake pkgconfig +CPE_PRODUCT= mongodb # mozjs tag comes from ${WRKSRC}/src/third_party/mozjs/get-sources.sh -MOZJS_TAG= 4c197344dfc48dfbbd242333878f17f0379e6205 +MOZJS_TAG= ee5eabe03bfae1cba9d97eb380fbc9408707b9ee USE_GITHUB= yes GH_ACCOUNT= mongodb mongodb-forks:mozjs @@ -62,7 +60,12 @@ USE_RC_SUBR= mongod SHEBANG_FILES= buildscripts/scons.py python_OLD_CMD= @python_interpreter@ -CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4 +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= gen-config.sh +CONFIGURE_ARGS+= ${MOZJS_ARCH} \ + freebsd +CONFIGURE_ENV+= PYTHON3="${PYTHON_CMD}" + MAKE_ARGS= --allocator=system \ --cxx-std=20 \ --disable-warnings-as-errors \ @@ -79,6 +82,7 @@ MAKE_ARGS= --allocator=system \ AR=llvm-ar \ MONGO_VERSION=${DISTVERSION} \ VERBOSE=on +ALL_TARGET= install-servers CFLAGS+= -DBOOST_NO_CXX98_FUNCTION_BASE @@ -92,15 +96,18 @@ EXTRACT_AFTER_ARGS= --exclude src/third_party/snappy-* \ --exclude src/third_party/zstandard \ --no-same-owner --no-same-permissions +# This ports is only following the Major Release. +# https://docs.mongodb.com/manual/reference/versioning/ +PORTSCOUT= limit:^8\.0\. + +CONFIGURE_WRKSRC= ${MOZJS_WRKSRC} + USERS= mongodb GROUPS= mongodb OPTIONS_DEFINE= LTO NOAVX SASL OPTIONS_DEFINE_aarch64= ARMV80A OPTIONS_DEFAULT= NOAVX SASL -.if ${FLAVOR:U} == armv80a -OPTIONS_SET+= ARMV80A -.endif # MongoDB on non-LSE ARM cpu like Raspberry Pi can work but is unsupported upstream. # Can give corruption on high concurrency. @@ -119,20 +126,18 @@ NOAVX_EXTRA_PATCHES= ${FILESDIR}/extrapatch-src_third__party_mozjs_SConscript \ SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_MAKE_ARGS= --use-sasl-client +MOZJS_WRKSRC= ${WRKSRC}/src/third_party/mozjs + +.if ${FLAVOR:U} == armv80a +OPTIONS_SET+= ARMV80A +.endif + .include <bsd.port.pre.mk> .if ${FLAVOR:U} == armv80a && ${ARCH} != aarch64 IGNORE= flavor armv80a is only valid on aarch64 .endif -ALL_TARGET= install-servers - -# This ports is only following the Major Release. -# https://docs.mongodb.com/manual/reference/versioning/ -PORTSCOUT= limit:^7\.0\. - -CPE_PRODUCT= mongodb - .if ${ARCH} == amd64 MOZJS_ARCH= x86_64 .elif ${ARCH} == powerpc64le @@ -143,15 +148,11 @@ MOZJS_ARCH= ${ARCH} post-extract: # Verify we downloaded the proper mozjs git tag. - ${SH} -xc "test \"X`grep -E '^LIB_GIT_REVISION=' ${WRKSRC}/src/third_party/mozjs/get-sources.sh`\" = \"XLIB_GIT_REVISION=${MOZJS_TAG}\"" - -post-patch: - ${PATCH} -d ${WRKSRC}/src/third_party/mozjs/extract --quiet -p1 -V none < ${DISTDIR}/223087fdc29f18678f6174e9807b8780e439acf6 + ${SH} -xc "test \"X`grep -E '^LIB_GIT_REVISION=' ${MOZJS_WRKSRC}/get-sources.sh`\" = \"XLIB_GIT_REVISION=${MOZJS_TAG}\"" -do-configure: +pre-configure: # Replacement of ${WRKSRC}/src/third_party/mozjs/get-sources.sh - ${LN} -sF ${WRKDIR}/spidermonkey-${MOZJS_TAG} ${WRKSRC}/src/third_party/mozjs/mozilla-release - cd ${WRKSRC}/src/third_party/mozjs && PYTHON3="${PYTHON_CMD}" ${SH} ./gen-config.sh ${MOZJS_ARCH} freebsd + ${LN} -sF ${WRKDIR}/spidermonkey-${MOZJS_TAG} ${MOZJS_WRKSRC}/mozilla-release do-build: ${WRKSRC}/buildscripts/scons.py -C ${WRKSRC} ${MAKE_ARGS} diff --git a/databases/mongodb80/distinfo b/databases/mongodb80/distinfo index c74232ebd757..ed1014a17d4e 100644 --- a/databases/mongodb80/distinfo +++ b/databases/mongodb80/distinfo @@ -1,7 +1,5 @@ -TIMESTAMP = 1745839944 -SHA256 (223087fdc29f18678f6174e9807b8780e439acf6) = f234371584e2b2bc9953ae4fd145da19c99a6f04087f53d59616aecf29df039c -SIZE (223087fdc29f18678f6174e9807b8780e439acf6) = 1597 -SHA256 (mongodb-mongo-r8.0.8_GH0.tar.gz) = 325e6a8ccac80769f6b1527c8e174794ac10a008de37bc0b491c1fd183f9b80d -SIZE (mongodb-mongo-r8.0.8_GH0.tar.gz) = 94643838 -SHA256 (mongodb-forks-spidermonkey-4c197344dfc48dfbbd242333878f17f0379e6205_GH0.tar.gz) = 25ddc30c800d44231798793f788765e0ae8060b9f9f2f09d7f23955b2f63f034 -SIZE (mongodb-forks-spidermonkey-4c197344dfc48dfbbd242333878f17f0379e6205_GH0.tar.gz) = 164661704 +TIMESTAMP = 1747478715 +SHA256 (mongodb-mongo-r8.0.9_GH0.tar.gz) = e91b309ea620ff26862fefad73bd2fc61695c6546f9c153297cee03d22997974 +SIZE (mongodb-mongo-r8.0.9_GH0.tar.gz) = 95427540 +SHA256 (mongodb-forks-spidermonkey-ee5eabe03bfae1cba9d97eb380fbc9408707b9ee_GH0.tar.gz) = ff2f5ed45ae507d64022e3af17d11dc984b66f9b99931d8da34ce92fe5b6d816 +SIZE (mongodb-forks-spidermonkey-ee5eabe03bfae1cba9d97eb380fbc9408707b9ee_GH0.tar.gz) = 280291333 diff --git a/databases/mongodb80/files/patch-src_third__party_mozjs_gen-config.sh b/databases/mongodb80/files/patch-src_third__party_mozjs_gen-config.sh index e05c48c9f8f7..2e515c03f964 100644 --- a/databases/mongodb80/files/patch-src_third__party_mozjs_gen-config.sh +++ b/databases/mongodb80/files/patch-src_third__party_mozjs_gen-config.sh @@ -1,5 +1,11 @@ ---- src/third_party/mozjs/gen-config.sh.orig 2024-07-22 19:17:33 UTC +--- src/third_party/mozjs/gen-config.sh.orig 2025-05-13 17:12:47 UTC +++ src/third_party/mozjs/gen-config.sh +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + + set -e + set -v @@ -29,6 +29,9 @@ case "$_Path" in } @@ -10,16 +16,16 @@ "platform/aarch64/linux") _CONFIG_OPTS="--host=aarch64-linux" ;; -@@ -109,7 +112,7 @@ CFLAGS="$CFLAGS -D__STDC_FORMAT_MACROS" \ - --disable-js-shell \ - --disable-tests "$_CONFIG_OPTS" +@@ -111,7 +114,7 @@ CFLAGS="$CFLAGS -D__STDC_FORMAT_MACROS" \ + --disable-wasm-moz-intgemm \ + "$_CONFIG_OPTS" -make recurse_export +gmake recurse_export cd ../../../.. -@@ -164,7 +167,7 @@ find "$_Path/build" -name '*.cpp' | +@@ -166,7 +169,7 @@ find "$_Path/build" -name '*.cpp' | find "$_Path/build" -name '*.cpp' | while read unified_file ; do echo "Processing $unified_file" diff --git a/databases/mydumper/Makefile b/databases/mydumper/Makefile index afb8f0ee6964..7b6468164ee1 100644 --- a/databases/mydumper/Makefile +++ b/databases/mydumper/Makefile @@ -1,6 +1,6 @@ PORTNAME= mydumper DISTVERSIONPREFIX= v -DISTVERSION= 0.19.1-1 +DISTVERSION= 0.19.2-2 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org diff --git a/databases/mydumper/distinfo b/databases/mydumper/distinfo index a154bafc48d7..521cfebbec85 100644 --- a/databases/mydumper/distinfo +++ b/databases/mydumper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745177892 -SHA256 (mydumper-mydumper-v0.19.1-1_GH0.tar.gz) = 5431a91befdb767f7620242da45673f699164f7590599b091f023f394802899c -SIZE (mydumper-mydumper-v0.19.1-1_GH0.tar.gz) = 245162 +TIMESTAMP = 1747715290 +SHA256 (mydumper-mydumper-v0.19.2-2_GH0.tar.gz) = 40f462153607a1a749a5fd2a47b2a62534746b0f73bafba9bb9ef0be8b36e026 +SIZE (mydumper-mydumper-v0.19.2-2_GH0.tar.gz) = 841584 diff --git a/databases/neo4j/Makefile b/databases/neo4j/Makefile index c71d98b90b76..233c88b5011a 100644 --- a/databases/neo4j/Makefile +++ b/databases/neo4j/Makefile @@ -1,36 +1,66 @@ PORTNAME= neo4j -DISTVERSION= 4.4.35 +DISTVERSION= 4.4.44 +PORTREVISION= 1 CATEGORIES= databases java MASTER_SITES= http://dist.neo4j.org/ DISTNAME= ${PORTNAME}-community-${DISTVERSION}-unix -MAINTAINER= ports@FreeBSD.org +MAINTAINER= otis@FreeBSD.org COMMENT= High performance graph store and database WWW= https://neo4j.com -LICENSE= GPLv3 +# Bouncy Castle License is in fact MIT. +# Scala is licensed under BSD3CLAUSE. +# Java Servlet API is licensed under CDDL and GPLv2wCE +LICENSE= APACHE20 BSD2CLAUSE BSD3CLAUSE CDDL GPLv2wCE GPLv3 ISCL MIT MPL20 OFL11 +LICENSE_COMB= multi +LICENSE_NAME_GPLv2wCE= GPLv2 with Classpath Exception +LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE.txt +LICENSE_FILE= ${WRKSRC}/LICENSES.txt +LICENSE_PERMS_GPLv2wCE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -RUN_DEPENDS= bash:shells/bash - -WRKSRC= ${WRKDIR}/${DISTNAME:S,-unix,,} -NO_BUILD= yes USES= cpe java shebangfix -SHEBANG_FILES= bin/cypher-shell bin/neo4j-admin JAVA_VERSION= 11 USE_RC_SUBR= ${PORTNAME} + +SHEBANG_FILES= bin/cypher-shell bin/neo4j-admin + +NO_ARCH= yes +NO_BUILD= yes + SUB_FILES= ${PORTNAME}.sh -SUB_LIST= LOGDIR=${LOGDIR} RUNDIR=${RUNDIR} +SUB_LIST= JAVA_HOME=${JAVA_HOME} \ + LOGDIR=${LOGDIR} \ + RUNDIR=${RUNDIR} + +WRKSRC= ${WRKDIR}/${DISTNAME:S,-unix,,} + +USERS?= neo4j +GROUPS?= neo4j -PLIST_SUB= DBDIR=${DBDIR} DISTVERSION=${DISTVERSION} +PLIST_SUB= CERTDIR=${CERTDIR} \ + DBDATADIR=${DBDATADIR} \ + DBDIR=${DBDIR} \ + DBIMPORTDIR=${DBIMPORTDIR} \ + DISTVERSION=${DISTVERSION} \ + GROUPS=${GROUPS} \ + METRICSDIR=${METRICSDIR} \ + USERS=${USERS} +CERTDIR= ${ETCDIR}/certificates +DBDATADIR= ${DBDIR}/data DBDIR= ${DESTDIR}/var/db/${PORTNAME} +DBIMPORTDIR= ${DBDIR}/import LOGDIR= ${DESTDIR}/var/log/${PORTNAME} -RUNDIR= ${DESTDIR}/var/run/ +METRICSDIR= ${DBDIR}/metrics +RUNDIR= ${DESTDIR}/var/run/${PORTNAME} NEO4JDIR= ${PREFIX}/${PORTNAME} -NEO4J_CONFDIR= ${PREFIX}/etc +NEO4J_CONFDIR= ${PREFIX}/etc/neo4j post-patch: - ${REINPLACE_CMD} 's,%%DBDIR%%,${DBDIR},g;s,%%JAVA_HOME%%,${JAVA_HOME},g;s,%%LOGDIR%%,${LOGDIR},g;s,%%PREFIX%%,${PREFIX},g;s,%%RUNDIR%%,${RUNDIR},g' \ + ${REINPLACE_CMD} 's,%%DBDATADIR%%,${DBDATADIR},g;s,%%DBDIR%%,${DBDIR},g;\ + s,%%JAVA_HOME%%,${JAVA_HOME},g;s,%%LOGDIR%%,${LOGDIR},g;s,%%PREFIX%%,${PREFIX},g;s,%%RUNDIR%%,${RUNDIR},g;\ + s,%%DBIMPORTDIR%%,${DBIMPORTDIR},g;s,%%CERTDIR%%,${CERTDIR},g' \ ${WRKSRC}/bin/cypher-shell ${WRKSRC}/bin/neo4j* \ ${WRKSRC}/conf/neo4j.conf @@ -38,6 +68,7 @@ post-patch: ${WRKSRC}/bin/neo4j do-install: + ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/libexec/tools ${INSTALL_SCRIPT} ${WRKSRC}/bin/tools/* \ @@ -49,8 +80,12 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/lib/* ${STAGEDIR}${PREFIX}/${PORTNAME}/lib .for f in ${PORTNAME}.conf ${INSTALL_DATA} ${WRKSRC}/conf/$f \ - ${STAGEDIR}${PREFIX}/etc/$f.sample + ${STAGEDIR}${ETCDIR}/$f.sample .endfor - ${MKDIR} ${STAGEDIR}${DBDIR} ${STAGEDIR}${PREFIX}/etc/neo4j-certificates + ${MKDIR} ${STAGEDIR}${DBDIR} \ + ${STAGEDIR}${DBDATADIR} \ + ${STAGEDIR}${DBIMPORTDIR} \ + ${STAGEDIR}${METRICSDIR} \ + ${STAGEDIR}${CERTDIR} .include <bsd.port.mk> diff --git a/databases/neo4j/distinfo b/databases/neo4j/distinfo index da328127f67c..9a0feb193012 100644 --- a/databases/neo4j/distinfo +++ b/databases/neo4j/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721746940 -SHA256 (neo4j-community-4.4.35-unix.tar.gz) = a31d88a599c7581da325b7768830898dcc2c454af4a8ebb52d52b170a366ada3 -SIZE (neo4j-community-4.4.35-unix.tar.gz) = 122576944 +TIMESTAMP = 1748085455 +SHA256 (neo4j-community-4.4.44-unix.tar.gz) = 7a4652c869dd875bd843ab1204bdcb2c5816abd1b57e27f9d0c6b32e55704814 +SIZE (neo4j-community-4.4.44-unix.tar.gz) = 141325358 diff --git a/databases/neo4j/files/neo4j.in b/databases/neo4j/files/neo4j.in index 6cb20b01c3ea..a7f9e6f83cd7 100644 --- a/databases/neo4j/files/neo4j.in +++ b/databases/neo4j/files/neo4j.in @@ -7,6 +7,18 @@ # Add the following line to /etc/rc.conf to enable neo4j: # # neo4j_enable=YES +# +# The following rc.conf variable can be set: +# +# For user/group to run neo4j under: +# +# neo4j_user (str) Default: neo4j +# neo4j_group (str) Default: neo4j +# +# For service jail: +# +# neo4j_svcj_options (str) Default: net_basic +# . /etc/rc.subr @@ -17,21 +29,30 @@ desc="Graphing database" load_rc_config $name : ${neo4j_enable:=NO} +: ${neo4j_user=neo4j} +: ${neo4j_group=neo4j} +: ${neo4j_svcj_options:=net_basic} +: ${neo4j_env:="HOME=%%DBDIR%% NEO4J_CONF=%%ETCDIR%% JAVA_HOME=%%JAVA_HOME%%"} command=%%PREFIX%%/bin/neo4j -start_cmd="$command start" +procname=%%JAVA_HOME%%/bin/java +start_cmd="su -m $neo4j_user -c \"$command start\"" start_precmd=neo4j_prestart -stop_cmd="$command stop" -status_cmd="$command status" +stop_cmd="su -m $neo4j_user -c \"$command stop\"" +status_cmd="su -m $neo4j_user -c \"$command status\"" neo4j_prestart() { - NEO4J_DATA=%%DBDIR%% + NEO4J_DATA=%%DBDIR%%/data + NEO4J_METRICS=%%DBDIR%%/metrics NEO4J_LIB=%%PREFIX%%/neo4j/lib NEO4J_LOGS=%%LOGDIR%% NEO4J_PLUGINS=${NEO4J_LIB}/plugins NEO4J_RUN=%%RUNDIR%% - mkdir -p ${NEO4J_LOGS} ${NEO4J_RUN} + [ -d ${NEO4J_LOGS} ] || install -d -o ${neo4j_user} -g ${neo4j_group} -m 0750 ${NEO4J_LOGS} + [ -d ${NEO4J_RUN} ] || install -d -o ${neo4j_user} -g ${neo4j_group} ${NEO4J_RUN} + [ -d ${NEO4J_DATA} ] || install -d -o ${neo4j_user} -g ${neo4j_group} -m 0750 ${NEO4J_DATA} + [ -d ${NEO4J_METRICS} ] || install -d -o ${neo4j_user} -g ${neo4j_group} -m 0750 ${NEO4J_METRICS} } run_rc_command $1 diff --git a/databases/neo4j/files/neo4j.sh.in b/databases/neo4j/files/neo4j.sh.in index 01a498c14583..f2704e7bc0fd 100644 --- a/databases/neo4j/files/neo4j.sh.in +++ b/databases/neo4j/files/neo4j.sh.in @@ -1,3 +1,3 @@ -#!/usr/bin/env bash - +#!/bin/sh +export JAVA_HOME=${JAVA_HOME:-"%%JAVA_HOME%%"} exec %%PREFIX%%/bin/$(basename $0) ${1+"$@"} diff --git a/databases/neo4j/files/patch-conf_neo4j.conf b/databases/neo4j/files/patch-conf_neo4j.conf index d7a5984f2abc..7fd32a3f5f5b 100644 --- a/databases/neo4j/files/patch-conf_neo4j.conf +++ b/databases/neo4j/files/patch-conf_neo4j.conf @@ -1,17 +1,69 @@ ---- conf/neo4j.conf.orig 2022-05-06 21:00:03 UTC +--- conf/neo4j.conf.orig 2025-05-15 11:34:49 UTC +++ conf/neo4j.conf -@@ -9,11 +9,11 @@ +@@ -9,18 +9,18 @@ #dbms.default_database=neo4j # Paths of directories in the installation. -#dbms.directories.data=data -+dbms.directories.data=/var/db/neo4j ++dbms.directories.data=%%DBDATADIR%% #dbms.directories.plugins=plugins -#dbms.directories.logs=logs -+dbms.directories.logs=/var/log/neo4j ++dbms.directories.logs=%%LOGDIR%% #dbms.directories.lib=lib -#dbms.directories.run=run -+dbms.directories.run=/var/run/ ++dbms.directories.run=%%RUNDIR%% #dbms.directories.licenses=licenses - #dbms.directories.transaction.logs.root=data/transactions +-#dbms.directories.transaction.logs.root=data/transactions ++dbms.directories.transaction.logs.root=%%DBDIR%%/transactions + + # This setting constrains all `LOAD CSV` import files to be under the `import` directory. Remove or comment it out to + # allow files to be loaded from anywhere in the filesystem; this introduces possible security problems. See the + # `LOAD CSV` section of the manual for details. +-dbms.directories.import=import ++dbms.directories.import=%%DBIMPORTDIR%% + + # Whether requests to Neo4j are authenticated. + # To disable authentication, uncomment this line +@@ -118,8 +118,8 @@ dbms.connector.https.enabled=false + # Allowable values are 'bolt', 'https', 'cluster' or 'backup'. + + # E.g if bolt and https connectors should use the same policy, the following could be declared +-# dbms.ssl.policy.bolt.base_directory=certificates/default +-# dbms.ssl.policy.https.base_directory=certificates/default ++# dbms.ssl.policy.bolt.base_directory=%%CERTDIR%%/default ++# dbms.ssl.policy.https.base_directory=%%CERTDIR%%/default + # However, it's strongly encouraged to not use the same key pair for multiple scopes. + # + # N.B: Note that a connector must be configured to support/require +@@ -157,27 +157,27 @@ dbms.connector.https.enabled=false + + # Bolt SSL configuration + #dbms.ssl.policy.bolt.enabled=true +-#dbms.ssl.policy.bolt.base_directory=certificates/bolt ++#dbms.ssl.policy.bolt.base_directory=%%CERTDIR%%/bolt + #dbms.ssl.policy.bolt.private_key=private.key + #dbms.ssl.policy.bolt.public_certificate=public.crt + #dbms.ssl.policy.bolt.client_auth=NONE + + # Https SSL configuration + #dbms.ssl.policy.https.enabled=true +-#dbms.ssl.policy.https.base_directory=certificates/https ++#dbms.ssl.policy.https.base_directory=%%CERTDIR%%/https + #dbms.ssl.policy.https.private_key=private.key + #dbms.ssl.policy.https.public_certificate=public.crt + #dbms.ssl.policy.https.client_auth=NONE + + # Cluster SSL configuration + #dbms.ssl.policy.cluster.enabled=true +-#dbms.ssl.policy.cluster.base_directory=certificates/cluster ++#dbms.ssl.policy.cluster.base_directory=%%CERTDIR%%/cluster + #dbms.ssl.policy.cluster.private_key=private.key + #dbms.ssl.policy.cluster.public_certificate=public.crt + + # Backup SSL configuration + #dbms.ssl.policy.backup.enabled=true +-#dbms.ssl.policy.backup.base_directory=certificates/backup ++#dbms.ssl.policy.backup.base_directory=%%CERTDIR%%/backup + #dbms.ssl.policy.backup.private_key=private.key + #dbms.ssl.policy.backup.public_certificate=public.crt diff --git a/databases/neo4j/pkg-plist b/databases/neo4j/pkg-plist index 72d1a1ef458a..3cda72ff21e4 100644 --- a/databases/neo4j/pkg-plist +++ b/databases/neo4j/pkg-plist @@ -1,7 +1,7 @@ bin/cypher-shell bin/neo4j bin/neo4j-admin -@sample etc/neo4j.conf.sample +@sample %%ETCDIR%%/neo4j.conf.sample neo4j/lib/FastInfoset-1.2.16.jar neo4j/lib/WMI4Java-1.6.3.jar neo4j/lib/annotations-%%DISTVERSION%%.jar @@ -13,7 +13,7 @@ neo4j/lib/commons-beanutils-1.9.4.jar neo4j/lib/commons-codec-1.16.1.jar neo4j/lib/commons-collections-3.2.2.jar neo4j/lib/commons-compress-1.26.0.jar -neo4j/lib/commons-io-2.11.0.jar +neo4j/lib/commons-io-2.17.0.jar neo4j/lib/commons-lang3-3.12.0.jar neo4j/lib/commons-logging-1.2.jar neo4j/lib/commons-text-1.10.0.jar @@ -52,14 +52,14 @@ neo4j/lib/jersey-container-servlet-core-2.34.jar neo4j/lib/jersey-hk2-2.34.jar neo4j/lib/jersey-server-2.34.jar neo4j/lib/jettison-1.5.4.jar -neo4j/lib/jetty-http-9.4.53.v20231009.jar -neo4j/lib/jetty-io-9.4.53.v20231009.jar -neo4j/lib/jetty-security-9.4.53.v20231009.jar -neo4j/lib/jetty-server-9.4.53.v20231009.jar -neo4j/lib/jetty-servlet-9.4.53.v20231009.jar -neo4j/lib/jetty-util-9.4.53.v20231009.jar -neo4j/lib/jetty-webapp-9.4.53.v20231009.jar -neo4j/lib/jetty-xml-9.4.53.v20231009.jar +neo4j/lib/jetty-http-9.4.57.v20241219.jar +neo4j/lib/jetty-io-9.4.57.v20241219.jar +neo4j/lib/jetty-security-9.4.57.v20241219.jar +neo4j/lib/jetty-server-9.4.57.v20241219.jar +neo4j/lib/jetty-servlet-9.4.57.v20241219.jar +neo4j/lib/jetty-util-9.4.57.v20241219.jar +neo4j/lib/jetty-webapp-9.4.57.v20241219.jar +neo4j/lib/jetty-xml-9.4.57.v20241219.jar neo4j/lib/jna-5.9.0.jar neo4j/lib/lucene-analyzers-common-8.11.2.jar neo4j/lib/lucene-backward-codecs-8.11.2.jar @@ -72,7 +72,7 @@ neo4j/lib/neo4j-ast-%%DISTVERSION%%.jar neo4j/lib/neo4j-batch-insert-%%DISTVERSION%%.jar neo4j/lib/neo4j-bolt-%%DISTVERSION%%.jar neo4j/lib/neo4j-bootcheck-%%DISTVERSION%%.jar -neo4j/lib/neo4j-browser-5.21.0.jar +neo4j/lib/neo4j-browser-2025.01.0.jar neo4j/lib/neo4j-buffers-%%DISTVERSION%%.jar neo4j/lib/neo4j-capabilities-%%DISTVERSION%%.jar neo4j/lib/neo4j-codegen-%%DISTVERSION%%.jar @@ -137,22 +137,22 @@ neo4j/lib/neo4j-unsafe-%%DISTVERSION%%.jar neo4j/lib/neo4j-util-%%DISTVERSION%%.jar neo4j/lib/neo4j-values-%%DISTVERSION%%.jar neo4j/lib/neo4j-wal-%%DISTVERSION%%.jar -neo4j/lib/netty-buffer-4.1.100.Final.jar -neo4j/lib/netty-codec-4.1.100.Final.jar -neo4j/lib/netty-codec-http-4.1.100.Final.jar -neo4j/lib/netty-common-4.1.100.Final.jar -neo4j/lib/netty-handler-4.1.100.Final.jar -neo4j/lib/netty-resolver-4.1.100.Final.jar -neo4j/lib/netty-transport-4.1.100.Final.jar -neo4j/lib/netty-transport-classes-epoll-4.1.100.Final.jar -neo4j/lib/netty-transport-native-epoll-4.1.100.Final-linux-aarch_64.jar -neo4j/lib/netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar -neo4j/lib/netty-transport-native-unix-common-4.1.100.Final.jar +neo4j/lib/netty-buffer-4.1.119.Final.jar +neo4j/lib/netty-codec-4.1.119.Final.jar +neo4j/lib/netty-codec-http-4.1.119.Final.jar +neo4j/lib/netty-common-4.1.119.Final.jar +neo4j/lib/netty-handler-4.1.119.Final.jar +neo4j/lib/netty-resolver-4.1.119.Final.jar +neo4j/lib/netty-transport-4.1.119.Final.jar +neo4j/lib/netty-transport-classes-epoll-4.1.119.Final.jar +neo4j/lib/netty-transport-native-epoll-4.1.119.Final-linux-aarch_64.jar +neo4j/lib/netty-transport-native-epoll-4.1.119.Final-linux-x86_64.jar +neo4j/lib/netty-transport-native-unix-common-4.1.119.Final.jar neo4j/lib/parboiled-core-1.2.0.jar neo4j/lib/parboiled-scala_2.12-1.2.0.jar neo4j/lib/picocli-4.6.1.jar neo4j/lib/reactive-streams-1.0.4.jar -neo4j/lib/reactor-core-3.6.6.jar +neo4j/lib/reactor-core-3.6.14.jar neo4j/lib/scala-library-2.12.13.jar neo4j/lib/scala-reflect-2.12.13.jar neo4j/lib/server-api-%%DISTVERSION%%.jar @@ -172,6 +172,9 @@ neo4j/lib/txw2-2.3.2.jar neo4j/lib/zstd-jni-1.5.0-4.jar neo4j/lib/zstd-proxy-%%DISTVERSION%%.jar neo4j/libexec/tools/cypher-shell.jar -@dir etc/neo4j-certificates @dir neo4j/lib/plugins -@dir %%DBDIR%% +@dir(%%USERS%%,%%GROUPS%%,750) %%CERTDIR%% +@dir(%%USERS%%,%%GROUPS%%,750) %%DBDIR%% +@dir(%%USERS%%,%%GROUPS%%,750) %%DBDATADIR%% +@dir(%%USERS%%,%%GROUPS%%,750) %%METRICSDIR%% +@dir(%%USERS%%,%%GROUPS%%,750) %%DBIMPORTDIR%% diff --git a/databases/octosql/Makefile b/databases/octosql/Makefile index c062f1df0153..514838dabaa5 100644 --- a/databases/octosql/Makefile +++ b/databases/octosql/Makefile @@ -1,7 +1,7 @@ PORTNAME= octosql DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/p5-Search-Xapian/Makefile b/databases/p5-Search-Xapian/Makefile index 32b473ee1c5a..b179842a8d64 100644 --- a/databases/p5-Search-Xapian/Makefile +++ b/databases/p5-Search-Xapian/Makefile @@ -1,5 +1,6 @@ PORTNAME= Search-Xapian PORTVERSION= 1.2.25.5 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION:R}/ \ LOCAL/sunpoet \ diff --git a/databases/p5-Xapian/Makefile b/databases/p5-Xapian/Makefile index 7c8a1f656c26..2edab8543671 100644 --- a/databases/p5-Xapian/Makefile +++ b/databases/p5-Xapian/Makefile @@ -1,5 +1,5 @@ PORTNAME= Xapian -PORTVERSION= 1.4.28.0 +PORTVERSION= 1.4.29.0 CATEGORIES= databases perl5 MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION:R}/ \ LOCAL/sunpoet diff --git a/databases/p5-Xapian/distinfo b/databases/p5-Xapian/distinfo index 4f11c170438a..338a619aa555 100644 --- a/databases/p5-Xapian/distinfo +++ b/databases/p5-Xapian/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745177926 -SHA256 (xapian-bindings-1.4.28.tar.xz) = 6340981c5b05cf8b4e1b2c0a117c83defbf1007577cf4d9c5ffcaa193255d761 -SIZE (xapian-bindings-1.4.28.tar.xz) = 1121172 +TIMESTAMP = 1745936058 +SHA256 (xapian-bindings-1.4.29.tar.xz) = 1740e927bb6850ef67d99a0b808a1b7c9af3f16c15577e0261bbd3fc016fc8ce +SIZE (xapian-bindings-1.4.29.tar.xz) = 1121212 diff --git a/databases/percona-orchestrator/Makefile b/databases/percona-orchestrator/Makefile index 0da2c94c1405..9680cac69ed7 100644 --- a/databases/percona-orchestrator/Makefile +++ b/databases/percona-orchestrator/Makefile @@ -1,6 +1,7 @@ PORTNAME= orchestrator DISTVERSIONPREFIX= v DISTVERSION= 3.2.6-16 +PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= percona- diff --git a/databases/pgagroal/Makefile b/databases/pgagroal/Makefile index 4c9b2ea26cf1..d11561b0511c 100644 --- a/databases/pgagroal/Makefile +++ b/databases/pgagroal/Makefile @@ -9,6 +9,8 @@ WWW= https://agroal.github.io/pgagroal/ LICENSE= BSD3CLAUSE +BROKEN_armv7= wants long to be a 64 bit type + BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libcjson.so:devel/libcjson \ libev.so:devel/libev diff --git a/databases/pgbarman/Makefile b/databases/pgbarman/Makefile index 5bf87b4b4ffa..d7365ea6e12d 100644 --- a/databases/pgbarman/Makefile +++ b/databases/pgbarman/Makefile @@ -1,6 +1,6 @@ PORTNAME= barman DISTVERSIONPREFIX= release/ -DISTVERSION= 3.13.3 +DISTVERSION= 3.14.0 CATEGORIES= databases PKGNAMEPREFIX= pg PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} diff --git a/databases/pgbarman/distinfo b/databases/pgbarman/distinfo index 21f55b3b4fa4..9583ce37ee68 100644 --- a/databases/pgbarman/distinfo +++ b/databases/pgbarman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745572296 -SHA256 (EnterpriseDB-barman-release-3.13.3_GH0.tar.gz) = 731b15a53abb30fd92048cb0d82d16d5f8f3f9b0c51f52dbf9456697ed38ab50 -SIZE (EnterpriseDB-barman-release-3.13.3_GH0.tar.gz) = 1866213 +TIMESTAMP = 1747831882 +SHA256 (EnterpriseDB-barman-release-3.14.0_GH0.tar.gz) = 6a799a460af2289630cee1d255fea09430a293812ed0b936248361cd03f1b843 +SIZE (EnterpriseDB-barman-release-3.14.0_GH0.tar.gz) = 1904103 diff --git a/databases/pgmetrics/Makefile b/databases/pgmetrics/Makefile index 1d41e08631b1..96901c250393 100644 --- a/databases/pgmetrics/Makefile +++ b/databases/pgmetrics/Makefile @@ -1,7 +1,7 @@ PORTNAME= pgmetrics PORTVERSION= 1.17.1 DISTVERSIONPREFIX=v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= girgen@FreeBSD.org diff --git a/databases/pgpool-II-43/Makefile b/databases/pgpool-II-43/Makefile index aaf0c0487c49..03aabba7997c 100644 --- a/databases/pgpool-II-43/Makefile +++ b/databases/pgpool-II-43/Makefile @@ -1,5 +1,5 @@ PORTNAME= pgpool-II -DISTVERSION= 4.3.14 +DISTVERSION= 4.3.15 CATEGORIES= databases MASTER_SITES= http://www.pgpool.net/mediawiki/images/ PKGNAMESUFFIX= -43 diff --git a/databases/pgpool-II-43/distinfo b/databases/pgpool-II-43/distinfo index 6368944e662a..48ecf622aad7 100644 --- a/databases/pgpool-II-43/distinfo +++ b/databases/pgpool-II-43/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741070774 -SHA256 (pgpool-II-4.3.14.tar.gz) = 641b26a6060cb9d6f8fa5a5125bd4cf1d9e27bff9e4dc9d40a3f0c295e1d0fee -SIZE (pgpool-II-4.3.14.tar.gz) = 5014610 +TIMESTAMP = 1747321582 +SHA256 (pgpool-II-4.3.15.tar.gz) = 4e20e1c7b86355008f48c8fd643698312b13bbc7973ad607988aad16fda9eb48 +SIZE (pgpool-II-4.3.15.tar.gz) = 5126489 diff --git a/databases/pgpool-II-44/Makefile b/databases/pgpool-II-44/Makefile index 7a4a6b68b20d..ac2fe9c2b510 100644 --- a/databases/pgpool-II-44/Makefile +++ b/databases/pgpool-II-44/Makefile @@ -1,5 +1,5 @@ PORTNAME= pgpool-II -DISTVERSION= 4.4.11 +DISTVERSION= 4.4.12 CATEGORIES= databases MASTER_SITES= http://www.pgpool.net/mediawiki/images/ PKGNAMESUFFIX= -44 diff --git a/databases/pgpool-II-44/distinfo b/databases/pgpool-II-44/distinfo index 478acc225fee..5531009a876e 100644 --- a/databases/pgpool-II-44/distinfo +++ b/databases/pgpool-II-44/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741070935 -SHA256 (pgpool-II-4.4.11.tar.gz) = 7a46a7dc78a37185bff94b253aeb45ebe387f38e173551ecc5451aa8c3571bea -SIZE (pgpool-II-4.4.11.tar.gz) = 5126252 +TIMESTAMP = 1747591099 +SHA256 (pgpool-II-4.4.12.tar.gz) = 39d964df36d69fb943a8eb46038f685c8bb0428900d34d7189b0db6b28bde5a8 +SIZE (pgpool-II-4.4.12.tar.gz) = 5197601 diff --git a/databases/pgpool-II-45/Makefile b/databases/pgpool-II-45/Makefile index dfe0e5d67131..9091600770d5 100644 --- a/databases/pgpool-II-45/Makefile +++ b/databases/pgpool-II-45/Makefile @@ -1,5 +1,5 @@ PORTNAME= pgpool-II -DISTVERSION= 4.5.6 +DISTVERSION= 4.5.7 CATEGORIES= databases MASTER_SITES= http://www.pgpool.net/mediawiki/images/ PKGNAMESUFFIX= -45 diff --git a/databases/pgpool-II-45/distinfo b/databases/pgpool-II-45/distinfo index cb22bc8bd1ea..70d7d98cb433 100644 --- a/databases/pgpool-II-45/distinfo +++ b/databases/pgpool-II-45/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741071006 -SHA256 (pgpool-II-4.5.6.tar.gz) = 23af1f4c4fdc29ca1f2dd642c1541af578f6fbf699337869e7649a4f52bd756d -SIZE (pgpool-II-4.5.6.tar.gz) = 5311237 +TIMESTAMP = 1747591571 +SHA256 (pgpool-II-4.5.7.tar.gz) = 8c25f9e7cf803e3bc800e7589a5af265685b2ea13bc19663dda3b01c781dc58e +SIZE (pgpool-II-4.5.7.tar.gz) = 5456994 diff --git a/databases/pgpool-II-46/Makefile b/databases/pgpool-II-46/Makefile index 590d4fa53e76..13df38beb68c 100644 --- a/databases/pgpool-II-46/Makefile +++ b/databases/pgpool-II-46/Makefile @@ -1,5 +1,5 @@ PORTNAME= pgpool-II -DISTVERSION= 4.6.0 +DISTVERSION= 4.6.1 CATEGORIES= databases MASTER_SITES= http://www.pgpool.net/mediawiki/images/ PKGNAMESUFFIX= -46 diff --git a/databases/pgpool-II-46/distinfo b/databases/pgpool-II-46/distinfo index 8045a142ef57..573ee3c66d85 100644 --- a/databases/pgpool-II-46/distinfo +++ b/databases/pgpool-II-46/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741071089 -SHA256 (pgpool-II-4.6.0.tar.gz) = f68a6571442d7ea53b69f39d749ad457790b00180e19b019fc82e235bab07321 -SIZE (pgpool-II-4.6.0.tar.gz) = 5396128 +TIMESTAMP = 1747591668 +SHA256 (pgpool-II-4.6.1.tar.gz) = 0f8805d93bc40002c8019dc40ae03a71a3d144bd39f3dffe6fa01f7fc19bb8e8 +SIZE (pgpool-II-4.6.1.tar.gz) = 5549482 diff --git a/databases/php-xapian/Makefile b/databases/php-xapian/Makefile index f8f7d4c168e1..707289aa6547 100644 --- a/databases/php-xapian/Makefile +++ b/databases/php-xapian/Makefile @@ -1,5 +1,5 @@ PORTNAME= xapian -PORTVERSION= 1.4.28 +PORTVERSION= 1.4.29 DISTVERSIONPREFIX= bindings- CATEGORIES= databases MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ diff --git a/databases/php-xapian/distinfo b/databases/php-xapian/distinfo index 1097ae0ae5f1..e55c319e40eb 100644 --- a/databases/php-xapian/distinfo +++ b/databases/php-xapian/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745177930 -SHA256 (xapian-bindings-1.4.28.tar.xz) = 6340981c5b05cf8b4e1b2c0a117c83defbf1007577cf4d9c5ffcaa193255d761 -SIZE (xapian-bindings-1.4.28.tar.xz) = 1121172 +TIMESTAMP = 1745936062 +SHA256 (xapian-bindings-1.4.29.tar.xz) = 1740e927bb6850ef67d99a0b808a1b7c9af3f16c15577e0261bbd3fc016fc8ce +SIZE (xapian-bindings-1.4.29.tar.xz) = 1121212 diff --git a/databases/plpgsql_check/Makefile b/databases/plpgsql_check/Makefile index 0a325b31fb88..68a4719aa8d9 100644 --- a/databases/plpgsql_check/Makefile +++ b/databases/plpgsql_check/Makefile @@ -1,5 +1,5 @@ PORTNAME= plpgsql_check -PORTVERSION= 2.8.0 +PORTVERSION= 2.8.1 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER_NODOT}- diff --git a/databases/plpgsql_check/distinfo b/databases/plpgsql_check/distinfo index 0163b0614655..40dbad4ab352 100644 --- a/databases/plpgsql_check/distinfo +++ b/databases/plpgsql_check/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742405440 -SHA256 (okbob-plpgsql_check-v2.8.0_GH0.tar.gz) = 46a69c4d8b68e9ee0ef19fc5ee407c0b5f2388e579398f4fc129df345057f47c -SIZE (okbob-plpgsql_check-v2.8.0_GH0.tar.gz) = 258155 +TIMESTAMP = 1745936016 +SHA256 (okbob-plpgsql_check-v2.8.1_GH0.tar.gz) = 868cc064b4e66cb33b3c14e4409f699dab9a4055504cfa951cf8c1b24892ef34 +SIZE (okbob-plpgsql_check-v2.8.1_GH0.tar.gz) = 258371 diff --git a/databases/postgis33/Makefile b/databases/postgis33/Makefile index e736ff74b858..2771a6783720 100644 --- a/databases/postgis33/Makefile +++ b/databases/postgis33/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis DISTVERSION= 3.3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 33 diff --git a/databases/postgis34/Makefile b/databases/postgis34/Makefile index 179bc45734fa..fe713c48bd03 100644 --- a/databases/postgis34/Makefile +++ b/databases/postgis34/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis DISTVERSION= 3.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 34 diff --git a/databases/postgis35/Makefile b/databases/postgis35/Makefile index 8f087664e7dc..a441e8c6eff9 100644 --- a/databases/postgis35/Makefile +++ b/databases/postgis35/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis DISTVERSION= 3.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 35 diff --git a/databases/postgresql-ogr_fdw/Makefile b/databases/postgresql-ogr_fdw/Makefile index 8df55f161dca..fda391f9ea7b 100644 --- a/databases/postgresql-ogr_fdw/Makefile +++ b/databases/postgresql-ogr_fdw/Makefile @@ -1,6 +1,7 @@ PORTNAME= ogr_fdw DISTVERSIONPREFIX= v DISTVERSION= 1.1.6 +PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- diff --git a/databases/prometheus-postgres-exporter/Makefile b/databases/prometheus-postgres-exporter/Makefile index 402d38a59471..3da49ff2a8bf 100644 --- a/databases/prometheus-postgres-exporter/Makefile +++ b/databases/prometheus-postgres-exporter/Makefile @@ -1,6 +1,7 @@ PORTNAME= prometheus-postgres-exporter DISTVERSIONPREFIX= v DISTVERSION= 0.17.1 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= ivy@FreeBSD.org diff --git a/databases/prometheus-postgresql-adapter/Makefile b/databases/prometheus-postgresql-adapter/Makefile index f6885914edcd..9bdf1f3c301a 100644 --- a/databases/prometheus-postgresql-adapter/Makefile +++ b/databases/prometheus-postgresql-adapter/Makefile @@ -1,7 +1,7 @@ PORTNAME= prometheus-postgresql-adapter DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= databases MAINTAINER= felix@userspace.com.au diff --git a/databases/pspg/Makefile b/databases/pspg/Makefile index 3816690fa7cd..33a1ed7559c2 100644 --- a/databases/pspg/Makefile +++ b/databases/pspg/Makefile @@ -1,5 +1,5 @@ PORTNAME= pspg -DISTVERSION= 5.8.10 +DISTVERSION= 5.8.11 CATEGORIES= databases MAINTAINER= bofh@FreeBSD.org diff --git a/databases/pspg/distinfo b/databases/pspg/distinfo index b475c917d275..6f2043740bb0 100644 --- a/databases/pspg/distinfo +++ b/databases/pspg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747216936 -SHA256 (okbob-pspg-5.8.10_GH0.tar.gz) = 806d6b3c3f53144487368caff851d3373735129db68908b9eb45efa58e3d0a8e -SIZE (okbob-pspg-5.8.10_GH0.tar.gz) = 2445610 +TIMESTAMP = 1747591745 +SHA256 (okbob-pspg-5.8.11_GH0.tar.gz) = ae1122d7946c69ca17b3e2e672418957a1b3c6efa221eed62be7d5f7b5e3d0ea +SIZE (okbob-pspg-5.8.11_GH0.tar.gz) = 2446197 diff --git a/databases/py-cymysql/Makefile b/databases/py-cymysql/Makefile index 76b57f585c3a..9d2f91d5bba6 100644 --- a/databases/py-cymysql/Makefile +++ b/databases/py-cymysql/Makefile @@ -1,5 +1,5 @@ PORTNAME= cymysql -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.10 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-cymysql/distinfo b/databases/py-cymysql/distinfo index 9f22240295a0..afcc61de21ef 100644 --- a/databases/py-cymysql/distinfo +++ b/databases/py-cymysql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745177970 -SHA256 (cymysql-1.0.8.tar.gz) = 994d504102220f9f8cc3ea3e811b0d2a9f5ce83e74756a384eb8da735f029189 -SIZE (cymysql-1.0.8.tar.gz) = 53449 +TIMESTAMP = 1747715338 +SHA256 (cymysql-1.0.10.tar.gz) = 01547ce0a19e461a7075b30b4d4b9a6000a98bd43e33d1fc7f32992d377c0d7d +SIZE (cymysql-1.0.10.tar.gz) = 53428 diff --git a/databases/py-fakeredis/Makefile b/databases/py-fakeredis/Makefile index 8ee1e285292a..96eab6d8a6ee 100644 --- a/databases/py-fakeredis/Makefile +++ b/databases/py-fakeredis/Makefile @@ -1,5 +1,5 @@ PORTNAME= fakeredis -PORTVERSION= 2.28.1 +PORTVERSION= 2.29.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonpath-ng>=1.5<2:devel/py-jsonpath-ng@${P ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/databases/py-fakeredis/distinfo b/databases/py-fakeredis/distinfo index bf0fe5e46c3a..65aa317ba83c 100644 --- a/databases/py-fakeredis/distinfo +++ b/databases/py-fakeredis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288838 -SHA256 (fakeredis-2.28.1.tar.gz) = 5e542200b945aa0a7afdc0396efefe3cdabab61bc0f41736cc45f68960255964 -SIZE (fakeredis-2.28.1.tar.gz) = 161179 +TIMESTAMP = 1747546478 +SHA256 (fakeredis-2.29.0.tar.gz) = 159cebf2c53e2c2bd7d18220fa93aa5f1d7152f6b6dd7896c46234d674342398 +SIZE (fakeredis-2.29.0.tar.gz) = 162915 diff --git a/databases/py-pgspecial/Makefile b/databases/py-pgspecial/Makefile index e6942566a316..986ac31aa8b9 100644 --- a/databases/py-pgspecial/Makefile +++ b/databases/py-pgspecial/Makefile @@ -1,5 +1,5 @@ PORTNAME= pgspecial -PORTVERSION= 2.1.3 +PORTVERSION= 2.2.1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,8 @@ WWW= https://github.com/dbcli/pgspecial LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=4.1:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psycopg>=3.0.10:databases/py-psycopg@${PY_FLAVOR} \ diff --git a/databases/py-pgspecial/distinfo b/databases/py-pgspecial/distinfo index 82e03c6b1861..7edbad360f17 100644 --- a/databases/py-pgspecial/distinfo +++ b/databases/py-pgspecial/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888138 -SHA256 (pgspecial-2.1.3.tar.gz) = 6d4d2316aff7d47954db99d4c391d6c0bb26568ebcb9d151f65dab7938b6cbe2 -SIZE (pgspecial-2.1.3.tar.gz) = 51204 +TIMESTAMP = 1745936108 +SHA256 (pgspecial-2.2.1.tar.gz) = da6c7fcc7bef7bb0132dc2046f74ec6513b1fe6f0c80e5528d630d14b7c4849d +SIZE (pgspecial-2.2.1.tar.gz) = 50389 diff --git a/databases/py-pgspecial/files/patch-pyproject.toml b/databases/py-pgspecial/files/patch-pyproject.toml new file mode 100644 index 000000000000..b781773a6426 --- /dev/null +++ b/databases/py-pgspecial/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-04-28 03:55:37 UTC ++++ pyproject.toml +@@ -22,7 +22,7 @@ dev = [ + ] + + [build-system] +-requires = ["setuptools>=64.0", "setuptools-scm>=8"] ++requires = ["setuptools>=61.0", "setuptools-scm>=8"] + build-backend = "setuptools.build_meta" + + [tool.setuptools_scm] diff --git a/databases/py-psycopg-c/Makefile b/databases/py-psycopg-c/Makefile index c0cb323199cd..9f62dcd38118 100644 --- a/databases/py-psycopg-c/Makefile +++ b/databases/py-psycopg-c/Makefile @@ -1,5 +1,5 @@ PORTNAME= psycopg-c -PORTVERSION= 3.2.6 +PORTVERSION= 3.2.9 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-psycopg-c/distinfo b/databases/py-psycopg-c/distinfo index dc9fea1cfb19..f8a6b14a4d83 100644 --- a/databases/py-psycopg-c/distinfo +++ b/databases/py-psycopg-c/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070320 -SHA256 (psycopg_c-3.2.6.tar.gz) = b5fd4ce70f82766a122ca5076a36c4d5818eaa9df9bf76870bc83a064ffaed3a -SIZE (psycopg_c-3.2.6.tar.gz) = 609304 +TIMESTAMP = 1747715342 +SHA256 (psycopg_c-3.2.9.tar.gz) = 8c9f654f20c6c56bddc4543a3caab236741ee94b6732ab7090b95605502210e2 +SIZE (psycopg_c-3.2.9.tar.gz) = 609538 diff --git a/databases/py-psycopg/Makefile b/databases/py-psycopg/Makefile index f16bd3714c11..2b1868ca0150 100644 --- a/databases/py-psycopg/Makefile +++ b/databases/py-psycopg/Makefile @@ -1,5 +1,5 @@ PORTNAME= psycopg -PORTVERSION= 3.2.6 +PORTVERSION= 3.2.9 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-psycopg/distinfo b/databases/py-psycopg/distinfo index 7896d2cb5ec9..27dcf5f2fa64 100644 --- a/databases/py-psycopg/distinfo +++ b/databases/py-psycopg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070318 -SHA256 (psycopg-3.2.6.tar.gz) = 16fa094efa2698f260f2af74f3710f781e4a6f226efe9d1fd0c37f384639ed8a -SIZE (psycopg-3.2.6.tar.gz) = 156322 +TIMESTAMP = 1747715340 +SHA256 (psycopg-3.2.9.tar.gz) = 2fbb46fcd17bc81f993f28c47f1ebea38d66ae97cc2dbc3cad73b37cefbff700 +SIZE (psycopg-3.2.9.tar.gz) = 158122 diff --git a/databases/py-rb/Makefile b/databases/py-rb/Makefile index 1f80532ddf03..bd215fe6edcf 100644 --- a/databases/py-rb/Makefile +++ b/databases/py-rb/Makefile @@ -1,6 +1,6 @@ PORTNAME= rb PORTVERSION= 1.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis2>=2.6:databases/py-redis2@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=2.6:databases/py-redis@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/databases/py-redis/Makefile b/databases/py-redis/Makefile index ba9ae67a85bb..75834356a096 100644 --- a/databases/py-redis/Makefile +++ b/databases/py-redis/Makefile @@ -1,5 +1,5 @@ PORTNAME= redis -PORTVERSION= 5.2.1 +PORTVERSION= 5.3.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.9.0:www/py-pyjwt@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ redis-server:databases/redis diff --git a/databases/py-redis/distinfo b/databases/py-redis/distinfo index ef2db740957b..5f2887a5fdd9 100644 --- a/databases/py-redis/distinfo +++ b/databases/py-redis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888140 -SHA256 (redis-5.2.1.tar.gz) = 16f2e22dff21d5125e8481515e386711a34cbec50f0e44413dd7d9c060a54e0f -SIZE (redis-5.2.1.tar.gz) = 4608355 +TIMESTAMP = 1747546484 +SHA256 (redis-5.3.0.tar.gz) = 8d69d2dde11a12dc85d0dbf5c45577a5af048e2456f7077d87ad35c1c81c310e +SIZE (redis-5.3.0.tar.gz) = 4626288 diff --git a/databases/py-redis/files/patch-setup.py b/databases/py-redis/files/patch-setup.py new file mode 100644 index 000000000000..a91867d1562f --- /dev/null +++ b/databases/py-redis/files/patch-setup.py @@ -0,0 +1,13 @@ +Obtained from: https://github.com/redis/redis-py/commit/fdfc0d2ff41687e7b77c794101114f47d9d5a560 + +--- setup.py.orig 2025-04-30 14:54:05 UTC ++++ setup.py +@@ -38,7 +38,7 @@ setup( + python_requires=">=3.8", + install_requires=[ + 'async-timeout>=4.0.3; python_full_version<"3.11.3"', +- "PyJWT~=2.9.0", ++ "PyJWT>=2.9.0", + ], + classifiers=[ + "Development Status :: 5 - Production/Stable", diff --git a/databases/py-redis3/Makefile b/databases/py-redis3/Makefile deleted file mode 100644 index 39c5a361c510..000000000000 --- a/databases/py-redis3/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PORTNAME= redis -PORTVERSION= 3.5.3 -PORTREVISION= 1 -CATEGORIES= databases python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 3 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python client for Redis key-value store -WWW= https://github.com/redis/redis-py - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ - redis-server:databases/redis - -USES= python -USE_PYTHON= autoplist concurrent pep517 pytest - -NO_ARCH= yes - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}redis \ - ${PYTHON_PKGNAMEPREFIX}redis2 - -PORTSCOUT= limit:^3\. - -OPTIONS_DEFINE= HIREDIS -HIREDIS_DESC= High performance response parser - -HIREDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hiredis>=0.1.3:databases/py-hiredis@${PY_FLAVOR} - -.include <bsd.port.mk> diff --git a/databases/py-redis3/distinfo b/databases/py-redis3/distinfo deleted file mode 100644 index 71e7e1348570..000000000000 --- a/databases/py-redis3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1647264502 -SHA256 (redis-3.5.3.tar.gz) = 0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2 -SIZE (redis-3.5.3.tar.gz) = 141112 diff --git a/databases/py-redis3/pkg-descr b/databases/py-redis3/pkg-descr deleted file mode 100644 index 2058c4d187a8..000000000000 --- a/databases/py-redis3/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is the Python interface to the Redis key-value store. diff --git a/databases/py-sqlalchemy20/Makefile b/databases/py-sqlalchemy20/Makefile index 72e0a88cc12b..16578871eaa5 100644 --- a/databases/py-sqlalchemy20/Makefile +++ b/databases/py-sqlalchemy20/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlalchemy -PORTVERSION= 2.0.40 +PORTVERSION= 2.0.41 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqlalchemy20/distinfo b/databases/py-sqlalchemy20/distinfo index ccb537a263a9..4e55edf1d2a6 100644 --- a/databases/py-sqlalchemy20/distinfo +++ b/databases/py-sqlalchemy20/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288844 -SHA256 (sqlalchemy-2.0.40.tar.gz) = d827099289c64589418ebbcaead0145cd19f4e3e8a93919a0100247af245fa00 -SIZE (sqlalchemy-2.0.40.tar.gz) = 9664299 +TIMESTAMP = 1747715344 +SHA256 (sqlalchemy-2.0.41.tar.gz) = edba70118c4be3c2b1f90754d308d0b79c6fe2c0fdc52d8ddf603916f83f4db9 +SIZE (sqlalchemy-2.0.41.tar.gz) = 9689424 diff --git a/databases/py-sqlframe/Makefile b/databases/py-sqlframe/Makefile index 05e72f364cc1..406fc8f65095 100644 --- a/databases/py-sqlframe/Makefile +++ b/databases/py-sqlframe/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlframe -PORTVERSION= 3.29.1 +PORTVERSION= 3.33.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}prettytable>=0<4:devel/py-prettytable@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlglot>=24.0.0<26.15:databases/py-sqlglot@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlglot>=24.0.0<26.18:databases/py-sqlglot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} USES= python diff --git a/databases/py-sqlframe/distinfo b/databases/py-sqlframe/distinfo index f8544c1d8707..810c5c71549b 100644 --- a/databases/py-sqlframe/distinfo +++ b/databases/py-sqlframe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745177972 -SHA256 (sqlframe-3.29.1.tar.gz) = 85d67d6376822d36ee99a0cd71c6736060f2ff8eb5a5dd7f1c19496916b0120f -SIZE (sqlframe-3.29.1.tar.gz) = 29472307 +TIMESTAMP = 1747715346 +SHA256 (sqlframe-3.33.0.tar.gz) = 2c8a903e34616ca1f3575e726ab4c619d80fe2b6e20fdcb3a89fb4fefe9c96a0 +SIZE (sqlframe-3.33.0.tar.gz) = 29477232 diff --git a/databases/py-sqlglot/Makefile b/databases/py-sqlglot/Makefile index 06f9f225494d..8a7e32e27b3e 100644 --- a/databases/py-sqlglot/Makefile +++ b/databases/py-sqlglot/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlglot -PORTVERSION= 26.14.0 +PORTVERSION= 26.17.1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqlglot/distinfo b/databases/py-sqlglot/distinfo index e9a91bf2f29f..1bacd3b71602 100644 --- a/databases/py-sqlglot/distinfo +++ b/databases/py-sqlglot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745177974 -SHA256 (sqlglot-26.14.0.tar.gz) = 7c75e28cb5c245ed3b3d995c2affcc6d5975e2ca8ec052fe132b8e5287e72c61 -SIZE (sqlglot-26.14.0.tar.gz) = 5348485 +TIMESTAMP = 1747546488 +SHA256 (sqlglot-26.17.1.tar.gz) = 518c649ff4ae9601e2f156758c21d3552db8a109872f1228e0f6e89d3712bf73 +SIZE (sqlglot-26.17.1.tar.gz) = 5356122 diff --git a/databases/py-tiledb/Makefile b/databases/py-tiledb/Makefile index abbf45005afd..1e1b10798581 100644 --- a/databases/py-tiledb/Makefile +++ b/databases/py-tiledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= tiledb -PORTVERSION= 0.33.6 +PORTVERSION= 0.34.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.25,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0:devel/py-scikit-build-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ - tiledb>=2.27.2:databases/tiledb + tiledb>=2.28.0:databases/tiledb LIB_DEPENDS= libtiledb.so:databases/tiledb RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.25,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} diff --git a/databases/py-tiledb/distinfo b/databases/py-tiledb/distinfo index b278dbec31c3..fd69d6cbb79a 100644 --- a/databases/py-tiledb/distinfo +++ b/databases/py-tiledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288850 -SHA256 (tiledb-0.33.6.tar.gz) = 15d48d4306e5cb2aa0b6f844a293e1639700082362fdf6789ca721937a122f69 -SIZE (tiledb-0.33.6.tar.gz) = 373673 +TIMESTAMP = 1747715308 +SHA256 (tiledb-0.34.0.tar.gz) = ce4995f7455bebfa651fa45a795b07e8bc79867a6feb9b8523c8066ac817e44c +SIZE (tiledb-0.34.0.tar.gz) = 376015 diff --git a/databases/py-xapian/Makefile b/databases/py-xapian/Makefile index a9b6b761d19e..0c5f3e2fa9ac 100644 --- a/databases/py-xapian/Makefile +++ b/databases/py-xapian/Makefile @@ -1,5 +1,5 @@ PORTNAME= xapian -PORTVERSION= 1.4.28 +PORTVERSION= 1.4.29 DISTVERSIONPREFIX= bindings- CATEGORIES= databases python MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ diff --git a/databases/py-xapian/distinfo b/databases/py-xapian/distinfo index 6b347cd3af14..d6c14ba420f7 100644 --- a/databases/py-xapian/distinfo +++ b/databases/py-xapian/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745177932 -SHA256 (xapian-bindings-1.4.28.tar.xz) = 6340981c5b05cf8b4e1b2c0a117c83defbf1007577cf4d9c5ffcaa193255d761 -SIZE (xapian-bindings-1.4.28.tar.xz) = 1121172 +TIMESTAMP = 1745936064 +SHA256 (xapian-bindings-1.4.29.tar.xz) = 1740e927bb6850ef67d99a0b808a1b7c9af3f16c15577e0261bbd3fc016fc8ce +SIZE (xapian-bindings-1.4.29.tar.xz) = 1121212 diff --git a/databases/py-xrootd/Makefile b/databases/py-xrootd/Makefile index 066fcba413e8..e0ac51935fcb 100644 --- a/databases/py-xrootd/Makefile +++ b/databases/py-xrootd/Makefile @@ -1,5 +1,5 @@ PORTNAME= xrootd -PORTVERSION= 5.8.1 +PORTVERSION= 5.8.2 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-xrootd/distinfo b/databases/py-xrootd/distinfo index d81bcac95c1f..2e1d8056e336 100644 --- a/databases/py-xrootd/distinfo +++ b/databases/py-xrootd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745177976 -SHA256 (xrootd-5.8.1.tar.gz) = ff19edeb16b4c7f6ef688b55039cbf1d3388b5a9cf7b0de27a034e2edcb1c1a8 -SIZE (xrootd-5.8.1.tar.gz) = 6898401 +TIMESTAMP = 1747546490 +SHA256 (xrootd-5.8.2.tar.gz) = 4edac8c49f5e6094b585d88338e5a3a673e7f086806369095ab3b524bb433dcf +SIZE (xrootd-5.8.2.tar.gz) = 6899955 diff --git a/databases/redis_exporter/Makefile b/databases/redis_exporter/Makefile index 9618cc17be25..5770088438ac 100644 --- a/databases/redis_exporter/Makefile +++ b/databases/redis_exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= redis_exporter DISTVERSIONPREFIX= v -DISTVERSION= 1.71.0 +DISTVERSION= 1.72.1 CATEGORIES= databases MAINTAINER= arcade@b1t.name @@ -10,7 +10,7 @@ WWW= https://github.com/oliver006/redis_exporter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:modules USE_RC_SUBR= redis_exporter diff --git a/databases/redis_exporter/distinfo b/databases/redis_exporter/distinfo index 1873e831155f..d7f37d95aab9 100644 --- a/databases/redis_exporter/distinfo +++ b/databases/redis_exporter/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1746623624 -SHA256 (go/databases_redis_exporter/redis_exporter-v1.71.0/v1.71.0.mod) = 7cb10da1caae2ca24030533b3d8ade6689fa156daee0dd1c004682d15ccac789 -SIZE (go/databases_redis_exporter/redis_exporter-v1.71.0/v1.71.0.mod) = 695 -SHA256 (go/databases_redis_exporter/redis_exporter-v1.71.0/v1.71.0.zip) = ae002f1ac6a05dd1846eb21e30a0d7286cac7d83c97d1ccc8952713f3274589a -SIZE (go/databases_redis_exporter/redis_exporter-v1.71.0/v1.71.0.zip) = 127590 +TIMESTAMP = 1747824729 +SHA256 (go/databases_redis_exporter/redis_exporter-v1.72.1/v1.72.1.mod) = 7cb10da1caae2ca24030533b3d8ade6689fa156daee0dd1c004682d15ccac789 +SIZE (go/databases_redis_exporter/redis_exporter-v1.72.1/v1.72.1.mod) = 695 +SHA256 (go/databases_redis_exporter/redis_exporter-v1.72.1/v1.72.1.zip) = 6f08d5d007b5b7b383cab5cb30031f31f1ab4e7c5a3880583e4b56258e062d66 +SIZE (go/databases_redis_exporter/redis_exporter-v1.72.1/v1.72.1.zip) = 128238 diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile index 18fc1de57deb..aefb4a31fc10 100644 --- a/databases/rocksdb/Makefile +++ b/databases/rocksdb/Makefile @@ -1,5 +1,5 @@ PORTNAME= rocksdb -PORTVERSION= 10.1.3 +PORTVERSION= 10.2.1 DISTVERSIONPREFIX= v CATEGORIES= databases diff --git a/databases/rocksdb/distinfo b/databases/rocksdb/distinfo index 7651257a7046..f676191920bc 100644 --- a/databases/rocksdb/distinfo +++ b/databases/rocksdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745177896 -SHA256 (facebook-rocksdb-v10.1.3_GH0.tar.gz) = df44cbca43d2002726ebbdd5caeae1701dcdf0500d4c2065d6fca261b4706a37 -SIZE (facebook-rocksdb-v10.1.3_GH0.tar.gz) = 13766405 +TIMESTAMP = 1747546410 +SHA256 (facebook-rocksdb-v10.2.1_GH0.tar.gz) = d1ddfd3551e649f7e2d180d5a6a006d90cfde56dcfe1e548c58d95b7f1c87049 +SIZE (facebook-rocksdb-v10.2.1_GH0.tar.gz) = 13775021 diff --git a/databases/ruby-xapian/Makefile b/databases/ruby-xapian/Makefile index 3e5d894bd717..bccc10a5e552 100644 --- a/databases/ruby-xapian/Makefile +++ b/databases/ruby-xapian/Makefile @@ -1,5 +1,5 @@ PORTNAME= xapian -PORTVERSION= 1.4.28 +PORTVERSION= 1.4.29 DISTVERSIONPREFIX= bindings- CATEGORIES= databases ruby MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ diff --git a/databases/ruby-xapian/distinfo b/databases/ruby-xapian/distinfo index 6cb76eed1d12..df6560df8027 100644 --- a/databases/ruby-xapian/distinfo +++ b/databases/ruby-xapian/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745177934 -SHA256 (xapian-bindings-1.4.28.tar.xz) = 6340981c5b05cf8b4e1b2c0a117c83defbf1007577cf4d9c5ffcaa193255d761 -SIZE (xapian-bindings-1.4.28.tar.xz) = 1121172 +TIMESTAMP = 1745936066 +SHA256 (xapian-bindings-1.4.29.tar.xz) = 1740e927bb6850ef67d99a0b808a1b7c9af3f16c15577e0261bbd3fc016fc8ce +SIZE (xapian-bindings-1.4.29.tar.xz) = 1121212 diff --git a/databases/rubygem-activemodel-gitlab/Makefile b/databases/rubygem-activemodel-gitlab/Makefile new file mode 100644 index 000000000000..52a7f4f11de6 --- /dev/null +++ b/databases/rubygem-activemodel-gitlab/Makefile @@ -0,0 +1,24 @@ +PORTNAME= activemodel +PORTVERSION= ${RAILS_VERSION} +CATEGORIES= databases rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Toolkit for building modeling frameworks like Active Record +WWW= https://github.com/rails/rails/tree/main/activemodel \ + https://rubyonrails.org/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-activesupport-gitlab>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport-gitlab + +USES= gem + +NO_ARCH= yes + +PORTSCOUT= limit:^7\.1\. + +.include "${.CURDIR}/../../www/gitlab/Makefile.common" +.include <bsd.port.mk> diff --git a/databases/rubygem-activemodel-gitlab/distinfo b/databases/rubygem-activemodel-gitlab/distinfo new file mode 100644 index 000000000000..e4865ee9c810 --- /dev/null +++ b/databases/rubygem-activemodel-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1734888804 +SHA256 (rubygem/activemodel-7.1.5.1.gem) = 74727466854a7fbdfe8f2702ca3112b23877500d4926bf7e02e921ad542191f1 +SIZE (rubygem/activemodel-7.1.5.1.gem) = 69632 diff --git a/databases/rubygem-activemodel-gitlab/pkg-descr b/databases/rubygem-activemodel-gitlab/pkg-descr new file mode 100644 index 000000000000..9e0e982e3352 --- /dev/null +++ b/databases/rubygem-activemodel-gitlab/pkg-descr @@ -0,0 +1,7 @@ +Active Model provides a known set of interfaces for usage in model classes. They +allow for Action Pack helpers to interact with non-Active Record models, for +example. Active Model also helps with building custom ORMs for use outside of +the Rails framework. + +Active Model provides a default module that implements the basic API required to +integrate with Action Pack out of the box: ActiveModel::API. diff --git a/databases/rubygem-activerecord-gitlab/Makefile b/databases/rubygem-activerecord-gitlab/Makefile new file mode 100644 index 000000000000..182cb62b8dd2 --- /dev/null +++ b/databases/rubygem-activerecord-gitlab/Makefile @@ -0,0 +1,26 @@ +PORTNAME= activerecord +PORTVERSION= ${RAILS_VERSION} +CATEGORIES= databases rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Object-relational mapping layer for Rails MVC Framework +WWW= https://github.com/rails/rails/tree/main/activerecord \ + https://rubyonrails.org/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-activemodel-gitlab>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activemodel-gitlab \ + rubygem-activesupport-gitlab>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport-gitlab \ + rubygem-timeout>=0.4.0:devel/rubygem-timeout + +USES= gem + +NO_ARCH= yes + +PORTSCOUT= limit:^7\.1\. + +.include "${.CURDIR}/../../www/gitlab/Makefile.common" +.include <bsd.port.mk> diff --git a/databases/rubygem-activerecord-gitlab/distinfo b/databases/rubygem-activerecord-gitlab/distinfo new file mode 100644 index 000000000000..d5e0a1e9d921 --- /dev/null +++ b/databases/rubygem-activerecord-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1734888806 +SHA256 (rubygem/activerecord-7.1.5.1.gem) = f40ad1609bf33b9ba5bdc4e16d80a77b1517153234ceb413d31d635d7b91f1e3 +SIZE (rubygem/activerecord-7.1.5.1.gem) = 548352 diff --git a/databases/rubygem-activerecord-gitlab/pkg-descr b/databases/rubygem-activerecord-gitlab/pkg-descr new file mode 100644 index 000000000000..2ec976f87967 --- /dev/null +++ b/databases/rubygem-activerecord-gitlab/pkg-descr @@ -0,0 +1,11 @@ +Active Record connects classes to relational database tables to establish an +almost zero-configuration persistence layer for applications. The library +provides a base class that, when subclassed, sets up a mapping between the new +class and an existing table in the database. In the context of an application, +these classes are commonly referred to as models. Models can also be connected +to other models; this is done by defining associations. + +Active Record relies heavily on naming in that it uses class and association +names to establish mappings between respective database tables and foreign key +columns. Although these mappings can be defined explicitly, it's recommended to +follow naming conventions, especially when getting started with the library. diff --git a/databases/rubygem-flipper-active_record-rails-gitlab/Makefile b/databases/rubygem-flipper-active_record-rails-gitlab/Makefile new file mode 100644 index 000000000000..85162f9791b0 --- /dev/null +++ b/databases/rubygem-flipper-active_record-rails-gitlab/Makefile @@ -0,0 +1,20 @@ +PORTNAME= flipper-active_record +PORTVERSION= 0.28.3 +CATEGORIES= databases rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails-gitlab + +MAINTAINER= ruby@FreeBSD.org +COMMENT= ActiveRecord adapter for Flipper +WWW= https://github.com/jnunemaker/flipper + +LICENSE= MIT + +RUN_DEPENDS= rubygem-activerecord-gitlab>=4.2<8:databases/rubygem-activerecord-gitlab \ + rubygem-flipper-gitlab>=${PORTVERSION}<0.29:devel/rubygem-flipper-gitlab + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/databases/rubygem-flipper-active_record-rails-gitlab/distinfo b/databases/rubygem-flipper-active_record-rails-gitlab/distinfo new file mode 100644 index 000000000000..b2946f771c56 --- /dev/null +++ b/databases/rubygem-flipper-active_record-rails-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1742395937 +SHA256 (rubygem/flipper-active_record-0.28.3.gem) = c6a91c265da8062b75cf575708e325b931e248e5f81582fea8c4cdf461ad1920 +SIZE (rubygem/flipper-active_record-0.28.3.gem) = 10240 diff --git a/databases/rubygem-flipper-active_record-rails-gitlab/pkg-descr b/databases/rubygem-flipper-active_record-rails-gitlab/pkg-descr new file mode 100644 index 000000000000..635d5a774c49 --- /dev/null +++ b/databases/rubygem-flipper-active_record-rails-gitlab/pkg-descr @@ -0,0 +1 @@ +Flipper ActiveRecord is an ActiveRecord adapter for Flipper. diff --git a/databases/rubygem-globalid-rails-gitlab/Makefile b/databases/rubygem-globalid-rails-gitlab/Makefile new file mode 100644 index 000000000000..d2d7830a5099 --- /dev/null +++ b/databases/rubygem-globalid-rails-gitlab/Makefile @@ -0,0 +1,20 @@ +PORTNAME= globalid +PORTVERSION= 1.2.1 +CATEGORIES= databases rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails-gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= URIs for your models makes it easy to pass references around +WWW= https://github.com/rails/globalid + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-activesupport-gitlab>=6.1:devel/rubygem-activesupport-gitlab + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/databases/rubygem-globalid-rails-gitlab/distinfo b/databases/rubygem-globalid-rails-gitlab/distinfo new file mode 100644 index 000000000000..f25598c9d396 --- /dev/null +++ b/databases/rubygem-globalid-rails-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1697330208 +SHA256 (rubygem/globalid-1.2.1.gem) = 70bf76711871f843dbba72beb8613229a49429d1866828476f9c9d6ccc327ce9 +SIZE (rubygem/globalid-1.2.1.gem) = 14848 diff --git a/databases/rubygem-globalid-rails-gitlab/pkg-descr b/databases/rubygem-globalid-rails-gitlab/pkg-descr new file mode 100644 index 000000000000..09672db6bc67 --- /dev/null +++ b/databases/rubygem-globalid-rails-gitlab/pkg-descr @@ -0,0 +1 @@ +URIs for your models makes it easy to pass references around. diff --git a/databases/rubygem-google-cloud-datastore-v1/Makefile b/databases/rubygem-google-cloud-datastore-v1/Makefile index df053373221b..455b82c66bbf 100644 --- a/databases/rubygem-google-cloud-datastore-v1/Makefile +++ b/databases/rubygem-google-cloud-datastore-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-datastore-v1 -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-datastore-v1/lat LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors USES= gem diff --git a/databases/rubygem-google-cloud-datastore-v1/distinfo b/databases/rubygem-google-cloud-datastore-v1/distinfo index 5147aa545c63..0489eb8c56d9 100644 --- a/databases/rubygem-google-cloud-datastore-v1/distinfo +++ b/databases/rubygem-google-cloud-datastore-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836208 -SHA256 (rubygem/google-cloud-datastore-v1-1.3.0.gem) = bb05e3bba9cc86a1db68f600cd8a1e0d68f93400fbe79e73b8f769200af14b35 -SIZE (rubygem/google-cloud-datastore-v1-1.3.0.gem) = 67072 +TIMESTAMP = 1747715486 +SHA256 (rubygem/google-cloud-datastore-v1-1.4.0.gem) = 6d418406cd4cbafbe42842fa5b6ceeaf5faae7daab839e520e6959d661729836 +SIZE (rubygem/google-cloud-datastore-v1-1.4.0.gem) = 67072 diff --git a/databases/rubygem-google-cloud-firestore-v1/Makefile b/databases/rubygem-google-cloud-firestore-v1/Makefile index 65c4c1e5e0e7..72ad2646f86e 100644 --- a/databases/rubygem-google-cloud-firestore-v1/Makefile +++ b/databases/rubygem-google-cloud-firestore-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-firestore-v1 -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -12,9 +12,9 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-firestore-v1/lat LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors \ - rubygem-google-cloud-location>=0.7<2.0:net/rubygem-google-cloud-location + rubygem-google-cloud-location>=1.0<2:net/rubygem-google-cloud-location USES= gem diff --git a/databases/rubygem-google-cloud-firestore-v1/distinfo b/databases/rubygem-google-cloud-firestore-v1/distinfo index ccc684622e78..ed4a38aca48b 100644 --- a/databases/rubygem-google-cloud-firestore-v1/distinfo +++ b/databases/rubygem-google-cloud-firestore-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070496 -SHA256 (rubygem/google-cloud-firestore-v1-2.0.0.gem) = c21674a0b5ede080d39173295a0a466afd99490129eaf654690dbe64d68d9554 -SIZE (rubygem/google-cloud-firestore-v1-2.0.0.gem) = 83456 +TIMESTAMP = 1747715488 +SHA256 (rubygem/google-cloud-firestore-v1-2.1.0.gem) = cba1a41136b681f9048ecf4327f2f72121a90603085fecba7bb2f24a9749a3da +SIZE (rubygem/google-cloud-firestore-v1-2.1.0.gem) = 86016 diff --git a/databases/rubygem-marginalia/Makefile b/databases/rubygem-marginalia/Makefile index 0be937b94511..d6d2da9ccb2b 100644 --- a/databases/rubygem-marginalia/Makefile +++ b/databases/rubygem-marginalia/Makefile @@ -1,6 +1,6 @@ PORTNAME= marginalia PORTVERSION= 1.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -11,8 +11,8 @@ WWW= https://github.com/basecamp/marginalia LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-actionpack70>=2.3:www/rubygem-actionpack70 \ - rubygem-activerecord70>=2.3:databases/rubygem-activerecord70 +RUN_DEPENDS= rubygem-actionpack-gitlab>=2.3:www/rubygem-actionpack-gitlab \ + rubygem-activerecord-gitlab>=2.3:databases/rubygem-activerecord-gitlab USES= cpe gem CPE_VENDOR= ${PORTNAME}_project diff --git a/databases/rubygem-redis-actionpack-rails-gitlab/Makefile b/databases/rubygem-redis-actionpack-rails-gitlab/Makefile new file mode 100644 index 000000000000..98ca3d2728bd --- /dev/null +++ b/databases/rubygem-redis-actionpack-rails-gitlab/Makefile @@ -0,0 +1,22 @@ +PORTNAME= redis-actionpack +PORTVERSION= 5.5.0 +CATEGORIES= databases rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails-gitlab + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Redis session store for ActionPack +WWW= https://redis-store.org/redis-actionpack/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-actionpack-gitlab>=5:www/rubygem-actionpack-gitlab \ + rubygem-redis-rack-gitlab>=2.1.0<4:www/rubygem-redis-rack-gitlab \ + rubygem-redis-store>=1.1.0<2:devel/rubygem-redis-store + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/databases/rubygem-redis-actionpack-rails-gitlab/distinfo b/databases/rubygem-redis-actionpack-rails-gitlab/distinfo new file mode 100644 index 000000000000..e74b30ddb543 --- /dev/null +++ b/databases/rubygem-redis-actionpack-rails-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1734501996 +SHA256 (rubygem/redis-actionpack-5.5.0.gem) = dc0570b78c14ec62b35c17b97fab778ee5986bc55e695bfb6826488088693311 +SIZE (rubygem/redis-actionpack-5.5.0.gem) = 14848 diff --git a/databases/rubygem-redis-actionpack-rails-gitlab/pkg-descr b/databases/rubygem-redis-actionpack-rails-gitlab/pkg-descr new file mode 100644 index 000000000000..ebcad6a52a5c --- /dev/null +++ b/databases/rubygem-redis-actionpack-rails-gitlab/pkg-descr @@ -0,0 +1 @@ +Redis session store for ActionPack diff --git a/databases/rubygem-solid_cable-rails72/Makefile b/databases/rubygem-solid_cable-rails72/Makefile index a723c07bc3ac..7c0b3a3cd41a 100644 --- a/databases/rubygem-solid_cable-rails72/Makefile +++ b/databases/rubygem-solid_cable-rails72/Makefile @@ -1,5 +1,5 @@ PORTNAME= solid_cable -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.8 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails72 diff --git a/databases/rubygem-solid_cable-rails72/distinfo b/databases/rubygem-solid_cable-rails72/distinfo index bd72e9d532cd..4b5a62830e85 100644 --- a/databases/rubygem-solid_cable-rails72/distinfo +++ b/databases/rubygem-solid_cable-rails72/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738089186 -SHA256 (rubygem/solid_cable-3.0.7.gem) = f2bce91e17e2c6e04c3c5e9905cc31b1078ff991702278c8bb1ac2e09f441a21 -SIZE (rubygem/solid_cable-3.0.7.gem) = 12800 +TIMESTAMP = 1747715492 +SHA256 (rubygem/solid_cable-3.0.8.gem) = 71fcc85587c8899d4c145f25ac15e092ed0ecc14477e67c9220f82ae3cdd8c3a +SIZE (rubygem/solid_cable-3.0.8.gem) = 12800 diff --git a/databases/rubygem-solid_cable/Makefile b/databases/rubygem-solid_cable/Makefile index 883dab6156fc..4c0a940417fd 100644 --- a/databases/rubygem-solid_cable/Makefile +++ b/databases/rubygem-solid_cable/Makefile @@ -1,5 +1,5 @@ PORTNAME= solid_cable -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.8 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-solid_cable/distinfo b/databases/rubygem-solid_cable/distinfo index b3ffc5b394bd..9998669e5710 100644 --- a/databases/rubygem-solid_cable/distinfo +++ b/databases/rubygem-solid_cable/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738089184 -SHA256 (rubygem/solid_cable-3.0.7.gem) = f2bce91e17e2c6e04c3c5e9905cc31b1078ff991702278c8bb1ac2e09f441a21 -SIZE (rubygem/solid_cable-3.0.7.gem) = 12800 +TIMESTAMP = 1747715490 +SHA256 (rubygem/solid_cable-3.0.8.gem) = 71fcc85587c8899d4c145f25ac15e092ed0ecc14477e67c9220f82ae3cdd8c3a +SIZE (rubygem/solid_cable-3.0.8.gem) = 12800 diff --git a/databases/rubygem-solid_queue-rails72/Makefile b/databases/rubygem-solid_queue-rails72/Makefile index bd56b875bbbc..d705e9616033 100644 --- a/databases/rubygem-solid_queue-rails72/Makefile +++ b/databases/rubygem-solid_queue-rails72/Makefile @@ -1,5 +1,5 @@ PORTNAME= solid_queue -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.5 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails72 diff --git a/databases/rubygem-solid_queue-rails72/distinfo b/databases/rubygem-solid_queue-rails72/distinfo index a4b5399264d0..65f580997e2b 100644 --- a/databases/rubygem-solid_queue-rails72/distinfo +++ b/databases/rubygem-solid_queue-rails72/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742405518 -SHA256 (rubygem/solid_queue-1.1.4.gem) = 7b5b3395ec7ca8c131c71df9082e919ab7b5332684f6f686206f321d1c6b9f90 -SIZE (rubygem/solid_queue-1.1.4.gem) = 43520 +TIMESTAMP = 1745936244 +SHA256 (rubygem/solid_queue-1.1.5.gem) = bae0c9d76310f4953ebc57466f2e8c78703a0fbf4b89d25756c23c88f9b6df9b +SIZE (rubygem/solid_queue-1.1.5.gem) = 43008 diff --git a/databases/rubygem-solid_queue/Makefile b/databases/rubygem-solid_queue/Makefile index e8916255c2d7..f8de1726629a 100644 --- a/databases/rubygem-solid_queue/Makefile +++ b/databases/rubygem-solid_queue/Makefile @@ -1,5 +1,5 @@ PORTNAME= solid_queue -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.5 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-solid_queue/distinfo b/databases/rubygem-solid_queue/distinfo index 2de67835f9c3..3af490b79128 100644 --- a/databases/rubygem-solid_queue/distinfo +++ b/databases/rubygem-solid_queue/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742405516 -SHA256 (rubygem/solid_queue-1.1.4.gem) = 7b5b3395ec7ca8c131c71df9082e919ab7b5332684f6f686206f321d1c6b9f90 -SIZE (rubygem/solid_queue-1.1.4.gem) = 43520 +TIMESTAMP = 1745936242 +SHA256 (rubygem/solid_queue-1.1.5.gem) = bae0c9d76310f4953ebc57466f2e8c78703a0fbf4b89d25756c23c88f9b6df9b +SIZE (rubygem/solid_queue-1.1.5.gem) = 43008 diff --git a/databases/sqldeveloper/Makefile b/databases/sqldeveloper/Makefile index fcabb49aa9db..93385d380ba2 100644 --- a/databases/sqldeveloper/Makefile +++ b/databases/sqldeveloper/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqldeveloper -DISTVERSION= 24.3.0.284.2209 +DISTVERSION= 24.3.1.347.1826 DISTVERSIONSUFFIX= -no-jre CATEGORIES= databases java # https://www.oracle.com/tools/downloads/sqldev-downloads.html diff --git a/databases/sqldeveloper/distinfo b/databases/sqldeveloper/distinfo index 2d6a99c2a813..93c829c41e22 100644 --- a/databases/sqldeveloper/distinfo +++ b/databases/sqldeveloper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729415847 -SHA256 (oracle/sqldeveloper-24.3.0.284.2209-no-jre.zip) = fd931ea992a99f3330bd4dcaa6ae07d99366c7b07c7e4f6bba8ff131e9641dd2 -SIZE (oracle/sqldeveloper-24.3.0.284.2209-no-jre.zip) = 583624745 +TIMESTAMP = 1748299411 +SHA256 (oracle/sqldeveloper-24.3.1.347.1826-no-jre.zip) = 3390ef58972f1f255077c49e66b171b8664773bb16e37570a7ca16acc5afb8cb +SIZE (oracle/sqldeveloper-24.3.1.347.1826-no-jre.zip) = 587604133 diff --git a/databases/sqldeveloper/pkg-plist b/databases/sqldeveloper/pkg-plist index e539bb1f8b58..a7e30b2512b9 100644 --- a/databases/sqldeveloper/pkg-plist +++ b/databases/sqldeveloper/pkg-plist @@ -1120,8 +1120,10 @@ share/icons/hicolor/32x32/apps/sqldeveloper.png %%DATADIR%%/sqldeveloper/bin/sqldeveloper.boot %%DATADIR%%/sqldeveloper/bin/sqldeveloper.conf %%DATADIR%%/sqldeveloper/bin/version.properties +%%DATADIR%%/sqldeveloper/doc/dataminer_help.jar %%DATADIR%%/sqldeveloper/doc/icon.png %%DATADIR%%/sqldeveloper/doc/otn_new.css +%%DATADIR%%/sqldeveloper/doc/sqldeveloper_help.jar %%DATADIR%%/sqldeveloper/doc/sqldevtips.jar %%DATADIR%%/sqldeveloper/doc/welcome/TrainingPaths.gif %%DATADIR%%/sqldeveloper/doc/welcome/de/Training.html diff --git a/databases/tile38/Makefile b/databases/tile38/Makefile index 09f66ad1fe8c..48848b4d6957 100644 --- a/databases/tile38/Makefile +++ b/databases/tile38/Makefile @@ -1,6 +1,6 @@ PORTNAME= tile38 DISTVERSION= 1.12.0 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= databases MAINTAINER= a.andersson.thn@gmail.com diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile index 896d0644e26f..d555a64c86d0 100644 --- a/databases/tiledb/Makefile +++ b/databases/tiledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= tiledb -PORTVERSION= 2.27.2 +PORTVERSION= 2.28.0 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org diff --git a/databases/tiledb/distinfo b/databases/tiledb/distinfo index 705118107d8f..97631c52ef4a 100644 --- a/databases/tiledb/distinfo +++ b/databases/tiledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070294 -SHA256 (TileDB-Inc-TileDB-2.27.2_GH0.tar.gz) = 7522e83599421b35a554c9eae84903e951a46a1b6d9c7e32409492f938b63ad2 -SIZE (TileDB-Inc-TileDB-2.27.2_GH0.tar.gz) = 4376904 +TIMESTAMP = 1747715306 +SHA256 (TileDB-Inc-TileDB-2.28.0_GH0.tar.gz) = de731cd0c8e82fe8cfca084b937dc0df41e451c8eb93071e4cc5aba7bbef854e +SIZE (TileDB-Inc-TileDB-2.28.0_GH0.tar.gz) = 4404203 diff --git a/databases/timescaledb-backup/Makefile b/databases/timescaledb-backup/Makefile index 64fa751ab4e5..71e4d3454893 100644 --- a/databases/timescaledb-backup/Makefile +++ b/databases/timescaledb-backup/Makefile @@ -1,6 +1,6 @@ PORTNAME= timescaledb-backup DISTVERSION= 0.1.1 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org diff --git a/databases/timescaledb-tune/Makefile b/databases/timescaledb-tune/Makefile index 1a8738164cc6..6c02da37818e 100644 --- a/databases/timescaledb-tune/Makefile +++ b/databases/timescaledb-tune/Makefile @@ -1,7 +1,7 @@ PORTNAME= timescaledb-tune DISTVERSIONPREFIX= v DISTVERSION= 0.18.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index 005871ec1f39..75b628ebb28d 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= timescaledb -PORTVERSION= 2.20.0 +PORTVERSION= 2.20.1 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index dd39311a2482..585e5159a44e 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747370173 -SHA256 (timescale-timescaledb-2.20.0_GH0.tar.gz) = b6ac4c29ef29e93249fcc25bf193dab2637422797360b12e00fd73067138a953 -SIZE (timescale-timescaledb-2.20.0_GH0.tar.gz) = 7784597 +TIMESTAMP = 1748423351 +SHA256 (timescale-timescaledb-2.20.1_GH0.tar.gz) = 0bd5d30dc91780b587b98bb5f9ed6e06f53a3bbb5619073dff8ce2c6f314f615 +SIZE (timescale-timescaledb-2.20.1_GH0.tar.gz) = 7790432 diff --git a/databases/timescaledb/pkg-plist b/databases/timescaledb/pkg-plist index 14bc5543ffc8..40e058863595 100644 --- a/databases/timescaledb/pkg-plist +++ b/databases/timescaledb/pkg-plist @@ -36,5 +36,6 @@ share/postgresql/extension/timescaledb--2.19.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.19.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.19.2--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.19.3--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--2.20.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb.control diff --git a/databases/xapian-bindings/Makefile b/databases/xapian-bindings/Makefile index 18d6d4e31460..cf39281c3419 100644 --- a/databases/xapian-bindings/Makefile +++ b/databases/xapian-bindings/Makefile @@ -1,5 +1,5 @@ PORTNAME= xapian-bindings -PORTVERSION= 1.4.28 +PORTVERSION= 1.4.29 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org diff --git a/databases/xapian-core/Makefile b/databases/xapian-core/Makefile index f348a2e05cb8..c950acc088ad 100644 --- a/databases/xapian-core/Makefile +++ b/databases/xapian-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= xapian-core -PORTVERSION= 1.4.28 +PORTVERSION= 1.4.29 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ diff --git a/databases/xapian-core/distinfo b/databases/xapian-core/distinfo index ae12da82e21f..9b926e2269e3 100644 --- a/databases/xapian-core/distinfo +++ b/databases/xapian-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745177924 -SHA256 (xapian-core-1.4.28.tar.xz) = 3d0976e142217c1baba48bf89b405e674422e7e4448ae5016f67fe0dd49daa07 -SIZE (xapian-core-1.4.28.tar.xz) = 3250732 +TIMESTAMP = 1745936056 +SHA256 (xapian-core-1.4.29.tar.xz) = c55c9bc8613ad3ec2c218eafca088c218ab7cddcba7ef08f3af0e542f4e521bc +SIZE (xapian-core-1.4.29.tar.xz) = 3250704 diff --git a/databases/xapian-core/pkg-plist b/databases/xapian-core/pkg-plist index d36b34591856..26b37429aa33 100644 --- a/databases/xapian-core/pkg-plist +++ b/databases/xapian-core/pkg-plist @@ -54,8 +54,8 @@ include/xapian/weight.h lib/cmake/xapian/xapian-config-version.cmake lib/cmake/xapian/xapian-config.cmake lib/libxapian.so -lib/libxapian.so.29 -lib/libxapian.so.29.14.0 +lib/libxapian.so.30 +lib/libxapian.so.30.14.1 libdata/pkgconfig/xapian-core.pc share/aclocal/xapian.m4 %%PORTDOCS%%%%DOCSDIR%%/admin_notes.html |