diff options
Diffstat (limited to 'databases')
104 files changed, 1387 insertions, 734 deletions
diff --git a/databases/Makefile b/databases/Makefile index 0f3fa1c7271b..1bab6b1673ea 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -84,6 +84,7 @@ SUBDIR += grass8 SUBDIR += greptimedb SUBDIR += hashtypes + SUBDIR += heidisql SUBDIR += hiredis SUBDIR += hsqldb SUBDIR += immudb @@ -767,6 +768,7 @@ SUBDIR += py-couchdb SUBDIR += py-cymysql SUBDIR += py-databases + SUBDIR += py-databricks-sql-connector SUBDIR += py-datafusion SUBDIR += py-dbf SUBDIR += py-dbt-core @@ -844,6 +846,7 @@ SUBDIR += py-redis5 SUBDIR += py-redis6 SUBDIR += py-redisvl + SUBDIR += py-redshift-connector SUBDIR += py-rrdtool SUBDIR += py-schemachange SUBDIR += py-sispy @@ -1127,6 +1130,7 @@ SUBDIR += tcl-lmdb SUBDIR += tcl-sqlite3 SUBDIR += tdb + SUBDIR += tdb1 SUBDIR += tdb1410 SUBDIR += tdb1413 SUBDIR += tdbc diff --git a/databases/akonadi/distinfo b/databases/akonadi/distinfo index 3e24aaa77e27..58fc3d79a2f6 100644 --- a/databases/akonadi/distinfo +++ b/databases/akonadi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264316 -SHA256 (KDE/release-service/25.08.3/akonadi-25.08.3.tar.xz) = f867fd1e16d9d637a92dab334dc4170f20f58be13367392094ec539e3eee017a -SIZE (KDE/release-service/25.08.3/akonadi-25.08.3.tar.xz) = 1767120 +TIMESTAMP = 1765478319 +SHA256 (KDE/release-service/25.12.0/akonadi-25.12.0.tar.xz) = 89d0ffc9e6f065857e5d6ffb085f352c998ae2f31c9ddf812f5696d3d16660dc +SIZE (KDE/release-service/25.12.0/akonadi-25.12.0.tar.xz) = 1771140 diff --git a/databases/arrow/Makefile b/databases/arrow/Makefile index 1ca8597dd782..47b3ebccc274 100644 --- a/databases/arrow/Makefile +++ b/databases/arrow/Makefile @@ -1,6 +1,6 @@ PORTNAME= arrow DISTVERSION= 21.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION} \ https://github.com/apache/orc/archive/rel/:orc diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 7936d369a72b..610ebe21321f 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.52.44 +PORTVERSION= 2.53.3 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 11a5ce32f0d7..d80d1e9ab581 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764002940 -SHA256 (cego-2.52.44.tar.gz) = 5ae76ece54f791de2e2a6f1f7e224fcfe8c86e7c0d104685467f543278a9a895 -SIZE (cego-2.52.44.tar.gz) = 3320320 +TIMESTAMP = 1765887376 +SHA256 (cego-2.53.3.tar.gz) = 0d72aa50fb61ec6b5368520330fa2f2124daeef8fbc35fd2c98f807de5a2bb98 +SIZE (cego-2.53.3.tar.gz) = 3322655 diff --git a/databases/cegobridge/Makefile b/databases/cegobridge/Makefile index b5d392ae07cb..c12126bf3f2b 100644 --- a/databases/cegobridge/Makefile +++ b/databases/cegobridge/Makefile @@ -1,5 +1,5 @@ PORTNAME= cegobridge -PORTVERSION= 1.9.0 +PORTVERSION= 1.10.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cegobridge/distinfo b/databases/cegobridge/distinfo index 0e6a6e38153e..6e89cf13734b 100644 --- a/databases/cegobridge/distinfo +++ b/databases/cegobridge/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743839586 -SHA256 (cegobridge-1.9.0.tar.gz) = 0ac52240d8461ec60f394027ab3fe0d15df7e99e5dbe87dfab7d24d0f6a1a101 -SIZE (cegobridge-1.9.0.tar.gz) = 616967 +TIMESTAMP = 1765457677 +SHA256 (cegobridge-1.10.0.tar.gz) = 3b1bad0ef59d074a151909677e77da8447d2eeb16d8b0a2efaf9e8ec7d7c3794 +SIZE (cegobridge-1.10.0.tar.gz) = 617113 diff --git a/databases/couchdb3/Makefile b/databases/couchdb3/Makefile index 20b8b9bf5493..036001612de2 100644 --- a/databases/couchdb3/Makefile +++ b/databases/couchdb3/Makefile @@ -1,6 +1,6 @@ PORTNAME= couchdb3 DISTVERSION= 3.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= APACHE/couchdb/source/${DISTVERSION} DISTNAME= apache-couchdb-${DISTVERSION} @@ -53,7 +53,7 @@ OPTIONS_SUB= yes _APPDIR= ${LOCALBASE}/libexec/${PORTNAME} _DBDIR?= /var/db/${PORTNAME} -_ERLVER?= 27 +_ERLVER?= 28 _LOGDIR?= /var/log/${PORTNAME} _LOGFILE?= ${_LOGDIR}/couch.log _RELDIR= ${_APPDIR}/releases/${DISTVERSION} diff --git a/databases/couchdb3/pkg-plist b/databases/couchdb3/pkg-plist index ca3b9dcbf960..2e79b6c2485b 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-15.2.7.4/bin/beam.smp -libexec/couchdb3/erts-15.2.7.4/bin/ct_run -libexec/couchdb3/erts-15.2.7.4/bin/epmd -libexec/couchdb3/erts-15.2.7.4/bin/erl -libexec/couchdb3/erts-15.2.7.4/bin/erl_call -libexec/couchdb3/erts-15.2.7.4/bin/erl_child_setup -libexec/couchdb3/erts-15.2.7.4/bin/erlc -libexec/couchdb3/erts-15.2.7.4/bin/erlexec -libexec/couchdb3/erts-15.2.7.4/bin/escript -libexec/couchdb3/erts-15.2.7.4/bin/heart -libexec/couchdb3/erts-15.2.7.4/bin/inet_gethost -libexec/couchdb3/erts-15.2.7.4/bin/run_erl -libexec/couchdb3/erts-15.2.7.4/bin/start -libexec/couchdb3/erts-15.2.7.4/bin/to_erl -libexec/couchdb3/erts-15.2.7.4/bin/yielding_c_fun -libexec/couchdb3/erts-15.2.7.4/lib/internal/README +libexec/couchdb3/erts-16.1.2/bin/beam.smp +libexec/couchdb3/erts-16.1.2/bin/ct_run +libexec/couchdb3/erts-16.1.2/bin/epmd +libexec/couchdb3/erts-16.1.2/bin/erl +libexec/couchdb3/erts-16.1.2/bin/erl_call +libexec/couchdb3/erts-16.1.2/bin/erl_child_setup +libexec/couchdb3/erts-16.1.2/bin/erlc +libexec/couchdb3/erts-16.1.2/bin/erlexec +libexec/couchdb3/erts-16.1.2/bin/escript +libexec/couchdb3/erts-16.1.2/bin/heart +libexec/couchdb3/erts-16.1.2/bin/inet_gethost +libexec/couchdb3/erts-16.1.2/bin/run_erl +libexec/couchdb3/erts-16.1.2/bin/start +libexec/couchdb3/erts-16.1.2/bin/to_erl +libexec/couchdb3/erts-16.1.2/bin/yielding_c_fun +libexec/couchdb3/erts-16.1.2/lib/internal/README libexec/couchdb3/etc/default.ini libexec/couchdb3/etc/nouveau.yaml -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1.app -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1.appup -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1_db.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_check.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_constructed_ber_bin_v2.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_constructed_per.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_eval_ext.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_func.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_gen.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_gen_ber_bin_v2.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_gen_check.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_gen_jer.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_gen_per.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_imm.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_name.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_parser2.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_partial_decode.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_pretty_format.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_rtt.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_table.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_tok.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_value.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1rt_nif.beam -libexec/couchdb3/lib/asn1-5.3.4.2/priv/lib/asn1rt_nif.so +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1.app +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1.appup +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1_db.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_check.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_constructed_ber_bin_v2.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_constructed_per.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_eval_ext.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_func.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_gen.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_gen_ber_bin_v2.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_gen_check.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_gen_jer.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_gen_per.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_imm.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_name.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_parser2.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_partial_decode.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_pretty_format.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_rtt.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_table.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_tok.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_value.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1rt_nif.beam +libexec/couchdb3/lib/asn1-5.4.2/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,68 +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.6.1.2/ebin/beam_a.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_asm.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_block.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_bounds.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_call_types.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_clean.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_core_to_ssa.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_dict.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_digraph.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_disasm.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_doc.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_flatten.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_jump.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_listing.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_opcodes.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_alias.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_bc_size.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_bool.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_bsm.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_check.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_codegen.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_dead.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_destructive_update.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_lint.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_opt.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_pp.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_pre_codegen.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_recv.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_share.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_ss.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_throw.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_type.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_trim.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_types.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_utils.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_validator.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_z.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/cerl.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/cerl_clauses.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/cerl_inline.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/cerl_trees.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/compile.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/compiler.app -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/compiler.appup -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/core_lib.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/core_lint.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/core_parse.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/core_pp.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/core_scan.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/erl_bifs.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/rec_env.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/sys_core_alias.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/sys_core_bsm.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/sys_core_fold.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/sys_core_fold_lists.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/sys_core_inline.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/sys_core_prepare.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/sys_coverage.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/sys_messages.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/sys_pre_attributes.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/v3_core.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_a.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_asm.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_block.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_bounds.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_call_types.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_clean.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_core_to_ssa.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_dict.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_digraph.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_disasm.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_doc.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_flatten.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_jump.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_listing.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_opcodes.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_alias.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_bc_size.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_bool.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_bsm.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_check.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_codegen.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_dead.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_destructive_update.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_lint.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_opt.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_pp.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_pre_codegen.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_recv.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_share.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_ss.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_throw.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_type.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_trim.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_types.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_utils.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_validator.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_z.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/cerl.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/cerl_clauses.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/cerl_inline.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/cerl_trees.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/compile.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/compiler.app +libexec/couchdb3/lib/compiler-9.0.3/ebin/compiler.appup +libexec/couchdb3/lib/compiler-9.0.3/ebin/core_lib.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/core_lint.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/core_parse.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/core_pp.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/core_scan.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/erl_bifs.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/rec_env.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/sys_core_alias.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/sys_core_bsm.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/sys_core_fold.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/sys_core_fold_lists.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/sys_core_inline.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/sys_core_prepare.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/sys_coverage.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/sys_messages.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/sys_pre_attributes.beam +libexec/couchdb3/lib/compiler-9.0.3/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 @@ -398,13 +398,13 @@ libexec/couchdb3/lib/cowlib-2.15.0/ebin/cow_ws.beam libexec/couchdb3/lib/cowlib-2.15.0/ebin/cowlib.app libexec/couchdb3/lib/cowlib-2.15.0/include/cow_inline.hrl libexec/couchdb3/lib/cowlib-2.15.0/include/cow_parse.hrl -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/crypto-5.7/ebin/crypto.app +libexec/couchdb3/lib/crypto-5.7/ebin/crypto.appup +libexec/couchdb3/lib/crypto-5.7/ebin/crypto.beam +libexec/couchdb3/lib/crypto-5.7/ebin/crypto_ec_curves.beam +libexec/couchdb3/lib/crypto-5.7/priv/lib/crypto.so +libexec/couchdb3/lib/crypto-5.7/priv/lib/crypto_callback.so +libexec/couchdb3/lib/crypto-5.7/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 @@ -544,74 +544,73 @@ 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.3.2.2/ebin/http_chunk.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/http_request.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/http_response.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/http_transport.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/http_uri.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/http_util.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpc.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpc_cookie.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpc_handler.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpc_handler_sup.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpc_manager.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpc_profile_sup.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpc_request.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpc_response.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpc_sup.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_acceptor.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_acceptor_sup.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_cgi.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_conf.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_connection_sup.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_custom.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_custom_api.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_esi.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_example.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_file.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_instance_sup.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_log.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_logger.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_manager.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_misc_sup.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_request.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_request_handler.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_response.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_script_env.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_socket.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_sup.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_util.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/inets.app -libexec/couchdb3/lib/inets-9.3.2.2/ebin/inets.appup -libexec/couchdb3/lib/inets-9.3.2.2/ebin/inets.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/inets_app.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/inets_lib.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/inets_service.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/inets_sup.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/inets_trace.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_actions.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_alias.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_auth.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_auth_dets.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_auth_mnesia.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_auth_plain.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_auth_server.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_cgi.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_dir.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_disk_log.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_esi.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_get.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_head.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_log.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_range.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_responsecontrol.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_security.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_security_server.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_trace.beam -libexec/couchdb3/lib/inets-9.3.2.2/include/httpd.hrl -libexec/couchdb3/lib/inets-9.3.2.2/include/mod_auth.hrl -libexec/couchdb3/lib/inets-9.3.2.2/priv/bin/runcgi.sh +libexec/couchdb3/lib/inets-9.4.2/ebin/http_chunk.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/http_request.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/http_response.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/http_transport.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/http_uri.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/http_util.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpc.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpc_cookie.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpc_handler.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpc_handler_sup.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpc_manager.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpc_profile_sup.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpc_request.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpc_response.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpc_sup.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_acceptor.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_acceptor_sup.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_cgi.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_conf.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_connection_sup.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_custom.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_custom_api.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_esi.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_example.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_file.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_instance_sup.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_log.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_logger.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_manager.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_misc_sup.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_request.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_request_handler.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_response.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_script_env.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_socket.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_sup.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_util.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/inets.app +libexec/couchdb3/lib/inets-9.4.2/ebin/inets.appup +libexec/couchdb3/lib/inets-9.4.2/ebin/inets.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/inets_app.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/inets_lib.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/inets_service.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/inets_sup.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/inets_trace.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_actions.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_alias.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_auth.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_auth_dets.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_auth_mnesia.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_auth_plain.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_auth_server.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_cgi.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_dir.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_disk_log.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_esi.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_get.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_head.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_log.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_range.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_responsecontrol.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_security.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_security_server.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_trace.beam +libexec/couchdb3/lib/inets-9.4.2/include/httpd.hrl +libexec/couchdb3/lib/inets-9.4.2/include/mod_auth.hrl 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 @@ -631,117 +630,119 @@ 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-10.2.7.3/ebin/application.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/application_controller.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/application_master.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/application_starter.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/auth.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/code.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/code_server.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/disk_log.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/disk_log_1.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/disk_log_server.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/disk_log_sup.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/dist_ac.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/dist_util.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erl_boot_server.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erl_compile_server.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erl_ddll.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erl_distribution.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erl_epmd.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erl_erts_errors.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erl_kernel_errors.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erl_reply.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erl_signal_handler.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erpc.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/error_handler.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/error_logger.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erts_debug.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/file.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/file_io_server.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/file_server.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/gen_sctp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/gen_tcp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/gen_tcp_socket.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/gen_udp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/gen_udp_socket.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/global.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/global_group.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/global_search.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/group.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/group_history.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/heart.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet6_sctp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet6_tcp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet6_tcp_dist.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet6_udp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_config.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_db.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_dns.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_dns_tsig.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_epmd_dist.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_epmd_socket.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_gethost_native.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_hosts.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_parse.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_res.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_sctp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_tcp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_tcp_dist.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_udp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/kernel.app -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/kernel.appup -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/kernel.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/kernel_config.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/kernel_refc.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/local_tcp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/local_udp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_backend.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_config.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_disk_log_h.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_filters.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_formatter.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_h_common.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_handler.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_handler_watcher.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_olp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_proxy.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_server.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_simple_h.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_std_h.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_sup.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/net.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/net_adm.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/net_kernel.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/os.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/pg.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/pg2.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/prim_tty.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/ram_file.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/raw_file_io.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/raw_file_io_compressed.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/raw_file_io_deflate.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/raw_file_io_delayed.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/raw_file_io_inflate.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/raw_file_io_list.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/rpc.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/seq_trace.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/socket.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/standard_error.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/trace.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/user_drv.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/user_sup.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/wrap_log_reader.beam -libexec/couchdb3/lib/kernel-10.2.7.3/include/dist.hrl -libexec/couchdb3/lib/kernel-10.2.7.3/include/dist_util.hrl -libexec/couchdb3/lib/kernel-10.2.7.3/include/eep48.hrl -libexec/couchdb3/lib/kernel-10.2.7.3/include/file.hrl -libexec/couchdb3/lib/kernel-10.2.7.3/include/inet.hrl -libexec/couchdb3/lib/kernel-10.2.7.3/include/inet_sctp.hrl -libexec/couchdb3/lib/kernel-10.2.7.3/include/logger.hrl -libexec/couchdb3/lib/kernel-10.2.7.3/include/net_address.hrl +libexec/couchdb3/lib/kernel-10.4.2/ebin/application.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/application_controller.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/application_master.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/application_starter.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/auth.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/code.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/code_server.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/disk_log.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/disk_log_1.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/disk_log_server.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/disk_log_sup.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/dist_ac.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/dist_util.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_boot_server.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_compile_server.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_ddll.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_debugger.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_distribution.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_epmd.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_erts_errors.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_kernel_errors.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_reply.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_signal_handler.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erpc.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/error_handler.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/error_logger.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erts_debug.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/file.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/file_io_server.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/file_server.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/gen_sctp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/gen_tcp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/gen_tcp_socket.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/gen_udp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/gen_udp_socket.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/global.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/global_group.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/global_search.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/group.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/group_history.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/heart.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet6_sctp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet6_tcp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet6_tcp_dist.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet6_udp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_config.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_db.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_dns.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_dns_tsig.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_epmd_dist.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_epmd_socket.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_gethost_native.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_hosts.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_parse.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_res.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_sctp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_tcp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_tcp_dist.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_udp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/kernel.app +libexec/couchdb3/lib/kernel-10.4.2/ebin/kernel.appup +libexec/couchdb3/lib/kernel-10.4.2/ebin/kernel.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/kernel_config.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/kernel_refc.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/local_tcp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/local_udp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_backend.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_config.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_disk_log_h.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_filters.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_formatter.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_h_common.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_handler.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_handler_watcher.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_olp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_proxy.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_server.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_simple_h.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_std_h.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_sup.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/net.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/net_adm.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/net_kernel.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/os.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/pg.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/pg2.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/prim_tty.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/prim_tty_sighandler.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/ram_file.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/raw_file_io.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/raw_file_io_compressed.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/raw_file_io_deflate.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/raw_file_io_delayed.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/raw_file_io_inflate.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/raw_file_io_list.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/rpc.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/seq_trace.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/socket.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/standard_error.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/trace.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/user_drv.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/user_sup.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/wrap_log_reader.beam +libexec/couchdb3/lib/kernel-10.4.2/include/dist.hrl +libexec/couchdb3/lib/kernel-10.4.2/include/dist_util.hrl +libexec/couchdb3/lib/kernel-10.4.2/include/eep48.hrl +libexec/couchdb3/lib/kernel-10.4.2/include/file.hrl +libexec/couchdb3/lib/kernel-10.4.2/include/inet.hrl +libexec/couchdb3/lib/kernel-10.4.2/include/inet_sctp.hrl +libexec/couchdb3/lib/kernel-10.4.2/include/logger.hrl +libexec/couchdb3/lib/kernel-10.4.2/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 @@ -864,35 +865,64 @@ 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.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.1/ebin/OTP-PUB-KEY.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/PKCS-FRAME.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/pubkey_cert.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/pubkey_cert_records.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/pubkey_crl.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/pubkey_ocsp.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/pubkey_os_cacerts.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/pubkey_pbe.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/pubkey_pem.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/pubkey_policy_tree.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/pubkey_ssh.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/public_key.app -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/public_key.appup -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/public_key.beam -libexec/couchdb3/lib/public_key-1.17.1.1/include/OTP-PUB-KEY.hrl -libexec/couchdb3/lib/public_key-1.17.1.1/include/PKCS-FRAME.hrl -libexec/couchdb3/lib/public_key-1.17.1.1/include/public_key.hrl +libexec/couchdb3/lib/os_mon-2.11.1/ebin/cpu_sup.beam +libexec/couchdb3/lib/os_mon-2.11.1/ebin/disksup.beam +libexec/couchdb3/lib/os_mon-2.11.1/ebin/memsup.beam +libexec/couchdb3/lib/os_mon-2.11.1/ebin/nteventlog.beam +libexec/couchdb3/lib/os_mon-2.11.1/ebin/os_mon.app +libexec/couchdb3/lib/os_mon-2.11.1/ebin/os_mon.appup +libexec/couchdb3/lib/os_mon-2.11.1/ebin/os_mon.beam +libexec/couchdb3/lib/os_mon-2.11.1/ebin/os_mon_mib.beam +libexec/couchdb3/lib/os_mon-2.11.1/ebin/os_mon_sysinfo.beam +libexec/couchdb3/lib/os_mon-2.11.1/ebin/os_sup.beam +libexec/couchdb3/lib/os_mon-2.11.1/priv/bin/cpu_sup +libexec/couchdb3/lib/os_mon-2.11.1/priv/bin/memsup +libexec/couchdb3/lib/public_key-1.19/ebin/AlgorithmInformation-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/AttributeCertificateVersion1-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/CMSAesRsaesOaep-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/CryptographicMessageSyntax-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/CryptographicMessageSyntaxAlgorithms-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/DSS.beam +libexec/couchdb3/lib/public_key-1.19/ebin/ECPrivateKey.beam +libexec/couchdb3/lib/public_key-1.19/ebin/EnrollmentMessageSyntax-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/KEMAlgorithmInformation-2023.beam +libexec/couchdb3/lib/public_key-1.19/ebin/OCSP-2024-08.beam +libexec/couchdb3/lib/public_key-1.19/ebin/OTP-PKIX.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKCS-1.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKCS-10.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKCS-3.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKCS-FRAME.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKIX-CommonTypes-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKIX-X400Address-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKIX1-PSS-OAEP-Algorithms-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKIX1Explicit-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKIX1Implicit-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKIXAlgs-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKIXAttributeCertificate-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKIXCMP-2023.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKIXCRMF-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/RFC5639.beam +libexec/couchdb3/lib/public_key-1.19/ebin/Safecurves-pkix-18.beam +libexec/couchdb3/lib/public_key-1.19/ebin/SecureMimeMessageV3dot1-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/X509-ML-DSA-2025.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_cert.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_cert_records.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_crl.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_ocsp.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_os_cacerts.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_pbe.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_pem.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_policy_tree.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_ssh.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_translation.beam +libexec/couchdb3/lib/public_key-1.19/ebin/public_key.app +libexec/couchdb3/lib/public_key-1.19/ebin/public_key.appup +libexec/couchdb3/lib/public_key-1.19/ebin/public_key.beam +libexec/couchdb3/lib/public_key-1.19/include/OTP-PUB-KEY.hrl +libexec/couchdb3/lib/public_key-1.19/include/PKCS-FRAME.hrl +libexec/couchdb3/lib/public_key-1.19/include/PKIXCMP.hrl +libexec/couchdb3/lib/public_key-1.19/include/PKIXCRMF.hrl +libexec/couchdb3/lib/public_key-1.19/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 @@ -912,43 +942,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.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/runtime_tools-2.3/ebin/appmon_info.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/dbg.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/dyntrace.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/erts_alloc_config.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/instrument.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/msacc.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/observer_backend.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/runtime_tools.app +libexec/couchdb3/lib/runtime_tools-2.3/ebin/runtime_tools.appup +libexec/couchdb3/lib/runtime_tools-2.3/ebin/runtime_tools.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/runtime_tools_sup.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/scheduler.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/system_information.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/ttb_autostart.beam +libexec/couchdb3/lib/runtime_tools-2.3/include/observer_backend.hrl +libexec/couchdb3/lib/runtime_tools-2.3/priv/lib/dyntrace.so +libexec/couchdb3/lib/runtime_tools-2.3/priv/lib/trace_file_drv.so +libexec/couchdb3/lib/runtime_tools-2.3/priv/lib/trace_ip_drv.so +libexec/couchdb3/lib/sasl-4.3/ebin/alarm_handler.beam +libexec/couchdb3/lib/sasl-4.3/ebin/erlsrv.beam +libexec/couchdb3/lib/sasl-4.3/ebin/format_lib_supp.beam +libexec/couchdb3/lib/sasl-4.3/ebin/misc_supp.beam +libexec/couchdb3/lib/sasl-4.3/ebin/rb.beam +libexec/couchdb3/lib/sasl-4.3/ebin/rb_format_supp.beam +libexec/couchdb3/lib/sasl-4.3/ebin/release_handler.beam +libexec/couchdb3/lib/sasl-4.3/ebin/release_handler_1.beam +libexec/couchdb3/lib/sasl-4.3/ebin/sasl.app +libexec/couchdb3/lib/sasl-4.3/ebin/sasl.appup +libexec/couchdb3/lib/sasl-4.3/ebin/sasl.beam +libexec/couchdb3/lib/sasl-4.3/ebin/sasl_report.beam +libexec/couchdb3/lib/sasl-4.3/ebin/sasl_report_file_h.beam +libexec/couchdb3/lib/sasl-4.3/ebin/sasl_report_tty_h.beam +libexec/couchdb3/lib/sasl-4.3/ebin/systools.beam +libexec/couchdb3/lib/sasl-4.3/ebin/systools_lib.beam +libexec/couchdb3/lib/sasl-4.3/ebin/systools_make.beam +libexec/couchdb3/lib/sasl-4.3/ebin/systools_rc.beam +libexec/couchdb3/lib/sasl-4.3/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 @@ -968,197 +998,201 @@ 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.2.12.4/ebin/dtls_client_connection.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_gen_connection.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_handshake.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_listener_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_packet_demux.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_record.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_server_connection.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_server_session_cache_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_server_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_socket.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_v1.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/inet6_tls_dist.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/inet_tls_dist.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl.app -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl.appup -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_admin_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_alert.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_app.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_certificate.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_cipher.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_cipher_format.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_client_session_cache_db.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_config.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_crl.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_crl_cache.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_crl_cache_api.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_crl_hash_dir.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_dh_groups.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_dist_admin_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_dist_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_dist_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_gen_statem.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_handshake.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_listen_tracker_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_logger.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_manager.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_pem_cache.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_pkix_db.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_record.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_server_session_cache.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_server_session_cache_db.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_server_session_cache_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_session.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_session_cache_api.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_srp_primes.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_trace.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_upgrade_server_session_cache_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_bloom_filter.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_client_connection.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_client_connection_1_3.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_client_ticket_store.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_dist_server_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_dist_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_dtls_client_connection.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_dtls_gen_connection.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_dtls_server_connection.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_dyn_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_gen_connection.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_gen_connection_1_3.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_handshake.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_handshake_1_3.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_record.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_record_1_3.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_sender.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_server_connection.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_server_connection_1_3.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_server_session_ticket.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_server_session_ticket_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_server_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_socket.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_v1.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/argparse.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/array.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/base64.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/beam_lib.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/binary.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/c.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/calendar.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/dets.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/dets_server.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/dets_sup.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/dets_utils.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/dets_v9.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/dict.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/digraph.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/digraph_utils.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/edlin.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/edlin_context.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/edlin_expand.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/edlin_key.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/edlin_type_suggestion.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/epp.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_abstract_code.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_anno.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_bits.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_compile.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_error.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_eval.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_expand_records.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_features.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_internal.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_lint.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_parse.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_posix_msg.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_pp.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_scan.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_stdlib_errors.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_tar.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/error_logger_file_h.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/error_logger_tty_h.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/escript.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/ets.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/eval_bits.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/file_sorter.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/filelib.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/filename.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/gb_sets.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/gb_trees.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/gen.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/gen_event.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/gen_fsm.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/gen_server.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/gen_statem.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/io.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/io_lib.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/io_lib_format.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/io_lib_fread.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/io_lib_pretty.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/json.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/lists.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/log_mf_h.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/maps.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/math.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/ms_transform.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/orddict.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/ordsets.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/otp_internal.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/peer.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/pool.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/proc_lib.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/proplists.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/qlc.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/qlc_pt.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/queue.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/rand.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/random.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/re.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/sets.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/shell.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/shell_default.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/shell_docs.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/shell_docs_markdown.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/slave.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/sofs.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/stdlib.app -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/stdlib.appup -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/string.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/supervisor.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/supervisor_bridge.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/sys.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/timer.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/unicode.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/unicode_util.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/uri_string.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/win32reg.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/zip.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/include/assert.hrl -libexec/couchdb3/lib/stdlib-6.2.2.2/include/erl_bits.hrl -libexec/couchdb3/lib/stdlib-6.2.2.2/include/erl_compile.hrl -libexec/couchdb3/lib/stdlib-6.2.2.2/include/ms_transform.hrl -libexec/couchdb3/lib/stdlib-6.2.2.2/include/qlc.hrl -libexec/couchdb3/lib/stdlib-6.2.2.2/include/zip.hrl -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/epp_dodger.beam -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/erl_comment_scan.beam -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/erl_prettypr.beam -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/erl_recomment.beam -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/erl_syntax.beam -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/erl_syntax_lib.beam -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/merl.beam -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/merl_transform.beam -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/prettypr.beam -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/syntax_tools.app -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/syntax_tools.appup -libexec/couchdb3/lib/syntax_tools-3.2.2.2/include/merl.hrl +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_client_connection.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_connection_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_gen_connection.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_handshake.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_listener_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_packet_demux.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_record.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_server_connection.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_server_session_cache_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_server_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_socket.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_v1.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/inet6_tls_dist.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/inet_epmd_tls_socket.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/inet_tls_dist.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl.app +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl.appup +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_admin_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_alert.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_app.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_certificate.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_cipher.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_cipher_format.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_client_session_cache_db.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_config.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_connection_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_crl.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_crl_cache.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_crl_cache_api.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_crl_hash_dir.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_dh_groups.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_dist_admin_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_dist_connection_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_dist_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_gen_statem.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_handshake.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_listen_tracker_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_logger.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_manager.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_pem_cache.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_pkix_db.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_record.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_server_session_cache.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_server_session_cache_db.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_server_session_cache_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_session.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_session_cache_api.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_srp_primes.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_trace.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_upgrade_server_session_cache_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_bloom_filter.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_client_connection.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_client_connection_1_3.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_client_ticket_store.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_connection_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_dist_server_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_dist_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_dtls_client_connection.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_dtls_gen_connection.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_dtls_server_connection.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_dyn_connection_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_gen_connection.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_gen_connection_1_3.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_handshake.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_handshake_1_3.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_record.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_record_1_3.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_sender.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_server_connection.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_server_connection_1_3.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_server_session_ticket.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_server_session_ticket_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_server_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_socket.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_socket_tcp.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_v1.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/argparse.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/array.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/base64.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/beam_lib.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/binary.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/c.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/calendar.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/dets.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/dets_server.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/dets_sup.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/dets_utils.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/dets_v9.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/dict.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/digraph.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/digraph_utils.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/edlin.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/edlin_context.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/edlin_expand.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/edlin_key.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/edlin_type_suggestion.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/epp.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_abstract_code.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_anno.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_bits.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_compile.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_error.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_eval.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_expand_records.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_features.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_internal.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_lint.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_parse.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_posix_msg.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_pp.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_scan.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_stdlib_errors.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_tar.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/error_logger_file_h.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/error_logger_tty_h.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/escript.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/ets.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/eval_bits.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/file_sorter.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/filelib.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/filename.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/gb_sets.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/gb_trees.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/gen.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/gen_event.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/gen_fsm.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/gen_server.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/gen_statem.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/io.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/io_lib.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/io_lib_format.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/io_lib_fread.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/io_lib_pretty.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/json.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/lists.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/log_mf_h.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/maps.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/math.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/ms_transform.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/orddict.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/ordsets.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/otp_internal.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/peer.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/pool.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/proc_lib.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/proplists.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/qlc.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/qlc_pt.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/queue.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/rand.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/random.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/re.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/sets.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/shell.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/shell_default.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/shell_docs.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/shell_docs_markdown.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/shell_docs_test.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/slave.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/sofs.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/stdlib.app +libexec/couchdb3/lib/stdlib-7.1/ebin/stdlib.appup +libexec/couchdb3/lib/stdlib-7.1/ebin/string.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/supervisor.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/supervisor_bridge.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/sys.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/timer.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/unicode.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/unicode_util.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/uri_string.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/win32reg.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/zip.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/zstd.beam +libexec/couchdb3/lib/stdlib-7.1/include/assert.hrl +libexec/couchdb3/lib/stdlib-7.1/include/erl_bits.hrl +libexec/couchdb3/lib/stdlib-7.1/include/erl_compile.hrl +libexec/couchdb3/lib/stdlib-7.1/include/ms_transform.hrl +libexec/couchdb3/lib/stdlib-7.1/include/qlc.hrl +libexec/couchdb3/lib/stdlib-7.1/include/zip.hrl +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/epp_dodger.beam +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/erl_comment_scan.beam +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/erl_prettypr.beam +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/erl_recomment.beam +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/erl_syntax.beam +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/erl_syntax_lib.beam +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/merl.beam +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/merl_transform.beam +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/prettypr.beam +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/syntax_tools.app +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/syntax_tools.appup +libexec/couchdb3/lib/syntax_tools-4.0.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 @@ -1183,45 +1217,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-2.1.3.2/ebin/xmerl.app -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl.appup -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_b64Bin.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_b64Bin_scan.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_eventp.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_html.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_lib.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_otpsgml.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_regexp.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_sax_old_dom.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_sax_parser.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_sax_parser_latin1.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_sax_parser_list.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_sax_parser_utf16be.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_sax_parser_utf16le.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_sax_parser_utf8.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_sax_simple_dom.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_scan.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_sgml.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_simple.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_text.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_ucs.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_uri.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_validate.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xlate.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xml.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xml_indent.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xpath.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xpath_lib.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xpath_parse.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xpath_pred.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xpath_scan.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xs.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xsd.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xsd_type.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/include/xmerl.hrl -libexec/couchdb3/lib/xmerl-2.1.3.2/include/xmerl_xpath.hrl -libexec/couchdb3/lib/xmerl-2.1.3.2/include/xmerl_xsd.hrl +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl.app +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl.appup +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_b64Bin.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_b64Bin_scan.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_eventp.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_html.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_lib.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_otpsgml.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_regexp.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_sax_old_dom.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_sax_parser.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_sax_parser_latin1.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_sax_parser_list.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_sax_parser_utf16be.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_sax_parser_utf16le.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_sax_parser_utf8.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_sax_simple_dom.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_scan.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_sgml.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_simple.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_text.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_ucs.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_uri.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_validate.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xlate.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xml.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xml_indent.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xpath.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xpath_lib.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xpath_parse.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xpath_pred.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xpath_scan.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xs.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xsd.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xsd_type.beam +libexec/couchdb3/lib/xmerl-2.1.7/include/xmerl.hrl +libexec/couchdb3/lib/xmerl-2.1.7/include/xmerl_xpath.hrl +libexec/couchdb3/lib/xmerl-2.1.7/include/xmerl_xsd.hrl libexec/couchdb3/releases/RELEASES libexec/couchdb3/releases/couchdb.boot libexec/couchdb3/releases/couchdb.rel diff --git a/databases/diesel/Makefile b/databases/diesel/Makefile index ce8ea854d08f..a80d1e51b669 100644 --- a/databases/diesel/Makefile +++ b/databases/diesel/Makefile @@ -1,7 +1,7 @@ PORTNAME= diesel DISTVERSIONPREFIX= v DISTVERSION= 2.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases PKGNAMESUFFIX= -cli diff --git a/databases/frece/Makefile b/databases/frece/Makefile index 69f7ed125b91..e01cd5e1d703 100644 --- a/databases/frece/Makefile +++ b/databases/frece/Makefile @@ -1,7 +1,7 @@ PORTNAME= frece DISTVERSIONPREFIX= v DISTVERSION= 1.0.6 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile index 9dc4ac8766a6..200c741d7a43 100644 --- a/databases/freetds-devel/Makefile +++ b/databases/freetds-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= freetds -DISTVERSION= 1.5.179 +DISTVERSION= 1.5.203 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= https://www.freetds.org/files/current/ diff --git a/databases/freetds-devel/distinfo b/databases/freetds-devel/distinfo index 6e5b02ce36da..f0f33ec6f26f 100644 --- a/databases/freetds-devel/distinfo +++ b/databases/freetds-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765230754 -SHA256 (freetds-dev.1.5.179.tar.bz2) = 4097edded87e9a8651da97da7d5dcf36696738bf61eb58b0d5069e076a5fe332 -SIZE (freetds-dev.1.5.179.tar.bz2) = 2467865 +TIMESTAMP = 1765960072 +SHA256 (freetds-dev.1.5.203.tar.bz2) = 6b14b4e98334dacffb01615efaf3ffa768d62503e8b15d0abcedb50832756161 +SIZE (freetds-dev.1.5.203.tar.bz2) = 2475625 diff --git a/databases/gobang/Makefile b/databases/gobang/Makefile index 3695c410b963..5184ba81ba90 100644 --- a/databases/gobang/Makefile +++ b/databases/gobang/Makefile @@ -1,7 +1,7 @@ PORTNAME= gobang DISTVERSIONPREFIX= v DISTVERSION= 0.1.0-alpha.5 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/heidisql/Makefile b/databases/heidisql/Makefile new file mode 100644 index 000000000000..74f024f7d6c5 --- /dev/null +++ b/databases/heidisql/Makefile @@ -0,0 +1,53 @@ +PORTNAME= heidisql +DISTVERSION= 12.14.1.1 +DISTVERSIONPREFIX= v +CATEGORIES= databases +PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} + +MAINTAINER= acm@FreeBSD.org +COMMENT= a lightweight client for managing multiple databases +WWW= https://www.heidisql.com/ + +LICENSE= GPLv2 + +ONLY_FOR_ARCHS= aarch64 amd64 i386 + +USES= desktop-file-utils fpc lazarus:flavors xorg +USE_XORG= x11 +USE_GITHUB= yes +GH_ACCOUNT= HeidiSQL +GH_PROJECT= HeidiSQL +GH_TAGNAME= 2967ad28b4e3172e302cb8d487c0d3a5c752b3f + +LAZARUS_PROJECT_FILES+= heidisql.lpi + +LAZBUILD_ARGS= -d + +gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5 ${PORTNAME}-qt6 +qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt6 +qt6_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt5 + +USE_FPC_gtk2= cairo +USE_GNOME_gtk2= cairo +USE_FPC+= ${USE_FPC_${FLAVOR}} +USE_GNOME+= ${USE_GNOME_${FLAVOR}} + +SUB_FILES= pkg-message + +post-patch: + ${REINPLACE_CMD} -e 's|FPC_FULLVERSION<30204|FPC_FULLVERSION<30203|g' \ + ${WRKSRC}/source/main.pas ${WRKSRC}/source/usermanager.pas + ${REINPLACE_CMD} -e 's|System.UITypes,||g' ${WRKSRC}/source/table_editor.pas \ + ${WRKSRC}/source/grideditlinks.pas + ${REINPLACE_CMD} -e 's| \+ \[ofAllowMultiSelect\]||g' ${WRKSRC}/source/main.pas + ${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/source/apphelpers.pas + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/out/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/package-skeleton/usr/share/applications/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/${PORTNAME}.desktop + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps + ${INSTALL_DATA} ${WRKSRC}/res/deb-package-icon.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/${PORTNAME}.png + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/extra/ini/*.ini ${STAGEDIR}${DATADIR} + +.include <bsd.port.mk> diff --git a/databases/heidisql/distinfo b/databases/heidisql/distinfo new file mode 100644 index 000000000000..e8689ddf9710 --- /dev/null +++ b/databases/heidisql/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765951752 +SHA256 (HeidiSQL-HeidiSQL-v12.14.1.1-2967ad28b4e3172e302cb8d487c0d3a5c752b3f_GH0.tar.gz) = 9fbbf09f21220d3f96ea37f4d869dc18cd0f3a67073ca2a8b3539473cd9c79e6 +SIZE (HeidiSQL-HeidiSQL-v12.14.1.1-2967ad28b4e3172e302cb8d487c0d3a5c752b3f_GH0.tar.gz) = 27522595 diff --git a/databases/heidisql/files/patch-source_apphelpers.pas b/databases/heidisql/files/patch-source_apphelpers.pas new file mode 100644 index 000000000000..2d542650c371 --- /dev/null +++ b/databases/heidisql/files/patch-source_apphelpers.pas @@ -0,0 +1,63 @@ +--- source/apphelpers.pas 2025-12-16 11:00:34.000000000 -0800 ++++ source/apphelpers.pas 2025-12-17 00:09:19.625236000 -0800 +@@ -1316,16 +1316,21 @@ + {$IFDEF LINUX} + Result := ''; + {$ENDIF} ++ {$IFDEF FREEBSD} ++ Result := ''; ++ {$ENDIF} + end; + + function GetResourcesDir: String; + begin ++ Result := GetAppDir; + // point to resources dir in macOS app bundle + {$IFDEF DARWIN} + Result := GetAppDir + '..' + DirectorySeparator + 'Resources' + DirectorySeparator; +- {$ELSE} +- Result := GetAppDir; + {$ENDIF} ++ {$IFDEF FREEBSD} ++ Result := '%%DATADIR%%/'; ++ {$ENDIF} + end; + + {** +@@ -2911,7 +2916,7 @@ + Output: String; + CmdResult: Boolean; + begin +- {$IfDef LINUX} ++ {$if defined(LINUX) or defined(FREEBSD)} + // Netcat on Linux + CmdResult := Process.RunCommandInDir('', 'nc', ['-w 1 -zv 127.0.0.1 '+Port.ToString], Output); + Result := not CmdResult; +@@ -3026,7 +3031,7 @@ + FreeLibrary(NTHandle); + end; + {$EndIf} +- {$IfDef LINUX} ++ {$if defined(LINUX) or defined(FREEBSD)} + IsWineStored := 0; + {$EndIf} + Result := IsWineStored = 1; +@@ -3063,6 +3068,9 @@ + function GetOS: String; + begin + Result := 'Unknown'; ++ {$IfDef FreeBSD} ++ Result := 'FreeBSD'; ++ {$EndIf} + {$IfDef LINUX} + Result := 'Linux'; + {$EndIf} +@@ -4569,7 +4577,7 @@ + 1: begin // String + Value := StringReplace(Value, CHR13REPLACEMENT, #13, [rfReplaceAll]); + Value := StringReplace(Value, CHR10REPLACEMENT, #10, [rfReplaceAll]); +- {$IfDef LINUX} ++ {$if defined(LINUX) or defined(FREEBSD)} + Value := ConvertWindowsToLinuxPath(Value); + {$EndIf} + FRegistry.WriteString(Name, Value); diff --git a/databases/heidisql/files/patch-source_dbconnection.pas b/databases/heidisql/files/patch-source_dbconnection.pas new file mode 100644 index 000000000000..bf2637ad4a58 --- /dev/null +++ b/databases/heidisql/files/patch-source_dbconnection.pas @@ -0,0 +1,127 @@ +--- source/dbconnection.pas 2025-12-16 22:09:54.829290000 -0800 ++++ source/dbconnection.pas 2025-12-16 22:11:26.512363000 -0800 +@@ -231,10 +231,10 @@ + end; + TDatabaseCache = class(TObjectList<TDBObjectList>); // A list of db object lists, used for caching + TDBObjectComparer = class(TComparer<TDBObject>) +- function Compare({$IF FPC_FULLVERSION<30204}constref{$ELSE}const{$ENDIF} Left, Right: TDBObject): Integer; override; ++ function Compare({$IF FPC_FULLVERSION<30203}constref{$ELSE}const{$ENDIF} Left, Right: TDBObject): Integer; override; + end; + TDBObjectDropComparer = class(TComparer<TDBObject>) +- function Compare({$IF FPC_FULLVERSION<30204}constref{$ELSE}const{$ENDIF} Left, Right: TDBObject): Integer; override; ++ function Compare({$IF FPC_FULLVERSION<30203}constref{$ELSE}const{$ENDIF} Left, Right: TDBObject): Integer; override; + end; + + TOidStringPairs = TDictionary<POid, String>; +@@ -1911,7 +1911,7 @@ + {$If defined(WINDOWS) OR defined(DARWIN)} + DllPath, DllFile: String; + Dlls: TStringList; +- {$ElseIf defined(LINUX)} ++ {$ElseIf defined(LINUX) OR defined(FREEBSD)} + LibMapOutput, LibMap: String; + LibMapLines: TStringList; + {$EndIf} +@@ -1926,9 +1926,11 @@ + rx.ModifierI := True; + case NetTypeGroup of + ngMySQL: +- {$IfDef LINUX} ++ {$If defined(LINUX)} + // libmariadb.so.0 (libc,...) => /lib/x86_64-linux-gnu/libmariadb.so + rx.Expression := '^\s*lib(mysqlclient|mariadb|perconaserverclient)\.[^=]+=>\s*(\S+)$'; ++ {$ElseIf defined(FREEBSD)} ++ rx.Expression := '(mysqlclient|mariadb|perconaserverclient)[^=]+=>\s*(\S+)$'; + {$Else} + rx.Expression := '^lib(mysql|mariadb).*\.' + SharedSuffix; + {$EndIf} +@@ -1939,14 +1941,18 @@ + rx.Expression := '^(dblib|libsybdb).*\.' + SharedSuffix; + {$EndIf} + ngPgSQL: +- {$IfDef LINUX} ++ {$If defined(LINUX)} + rx.Expression := '^\s*(libpq)[^=]+=>\s*(\S+)$'; ++ {$ElseIf defined(FREEBSD)} ++ rx.Expression := '(lpq)[^=]+=>\s*(\S+)$'; + {$Else} + rx.Expression := '^libpq.*\.' + SharedSuffix; + {$EndIf} + ngSQLite: begin +- {$IfDef LINUX} ++ {$If defined(LINUX)} + rx.Expression := '^\s*(libsqlite3)[^=]+=>\s*(\S+)$'; ++ {$ElseIf defined(FREEBSD)} ++ rx.Expression := '(lsqlite3)[^=]+=>\s*(\S+)$'; + {$Else} + if NetType = ntSQLite then + rx.Expression := '^(lib)?sqlite.*\.' + SharedSuffix +@@ -1959,9 +1965,13 @@ + end; + case NetTypeGroup of + ngMySQL, ngMSSQL, ngPgSQL, ngSQLite, ngInterbase: begin ++ {$if defined(LINUX) or defined(FREEBSD)} + {$IfDEF LINUX} + // See https://serverfault.com/a/513938 + Process.RunCommandInDir('', '/sbin/ldconfig', ['-p'], LibMapOutput); ++ {$Else} ++ Process.RunCommandInDir('', '/sbin/ldconfig', ['-r'], LibMapOutput); ++ {$EndIf} + LibMapLines := Explode(sLineBreak, LibMapOutput); + for LibMap in LibMapLines do begin + if rx.Exec(LibMap) and FileExists(rx.Match[2]) then begin +@@ -3301,6 +3311,11 @@ + begin + // Init libmysql before actually connecting. + LibraryPath := GetLibDir + Parameters.LibraryOrProvider; ++{$IF DEFINED(LINUX) OR DEFINED(FREEBSD)} ++ LibraryPath := Parameters.LibraryOrProvider; ++{$ELSE} ++ LibraryPath := ExtractFilePath(ParamStr(0)) + Parameters.LibraryOrProvider; ++{$ENDIF} + Log(lcDebug, f_('Loading library file %s ...', [LibraryPath])); + // Throws EDbError on any failure: + FLib := TMySQLLib.Create(LibraryPath, Parameters.DefaultLibrary); +@@ -3315,7 +3330,11 @@ + msg: String; + begin + // Init lib before actually connecting. +- LibraryPath := GetLibDir + Parameters.LibraryOrProvider; ++{$IF DEFINED(LINUX) OR DEFINED(FREEBSD)} ++ LibraryPath := Parameters.LibraryOrProvider; ++{$ELSE} ++ LibraryPath := ExtractFilePath(ParamStr(0)) + Parameters.LibraryOrProvider; ++{$ENDIF} + Log(lcDebug, f_('Loading library file %s ...', [LibraryPath])); + try + FLib := TPostgreSQLLib.Create(LibraryPath, Parameters.DefaultLibrary); +@@ -3346,7 +3365,11 @@ + LibraryPath: String; + begin + // Init lib before actually connecting. +- LibraryPath := GetLibDir + Parameters.LibraryOrProvider; ++{$IF DEFINED(LINUX) OR DEFINED(FREEBSD)} ++ LibraryPath := Parameters.LibraryOrProvider; ++{$ELSE} ++ LibraryPath := ExtractFilePath(ParamStr(0)) + Parameters.LibraryOrProvider; ++{$ENDIF} + Log(lcDebug, f_('Loading library file %s ...', [LibraryPath])); + // Throws EDbError on any failure: + if Parameters.NetType = ntSQLite then +@@ -10238,14 +10261,14 @@ + + { TDBObjectComparer } + +-function TDBObjectComparer.Compare({$IF FPC_FULLVERSION<30204}constref{$ELSE}const{$ENDIF} Left, Right: TDBObject): Integer; ++function TDBObjectComparer.Compare({$IF FPC_FULLVERSION<30203}constref{$ELSE}const{$ENDIF} Left, Right: TDBObject): Integer; + begin + // Simple sort method for a TDBObjectList + Result := CompareAnyNode(Left.Schema+'.'+Left.Name, Right.Schema+'.'+Right.Name); + end; + + +-function TDBObjectDropComparer.Compare({$IF FPC_FULLVERSION<30204}constref{$ELSE}const{$ENDIF} Left, Right: TDBObject): Integer; ++function TDBObjectDropComparer.Compare({$IF FPC_FULLVERSION<30203}constref{$ELSE}const{$ENDIF} Left, Right: TDBObject): Integer; + begin + // Sorting a TDBObject items so that dropping them does not trap in SQL errors + if (Left.NodeType = lntTrigger) and (Right.NodeType <> lntTrigger) then diff --git a/databases/heidisql/files/pkg-message.in b/databases/heidisql/files/pkg-message.in new file mode 100644 index 000000000000..805b720ea77e --- /dev/null +++ b/databases/heidisql/files/pkg-message.in @@ -0,0 +1,26 @@ +[ +{ type: install + message: <<EOM +HeidiSQL was installed + +1) HeidiSQL needs client library to connect to a supported database. Well + supported databases are MySQL/MariaDB, PostgreSQL and SQLite. + + # pkg search -x "^(mysql|mariadb)[0-9].*-client-*" + # pkg search -x "^postgresql.*-client-*" + # pkg search -x "^(sqlite|sqlite3)-[2|3]" + +2) Do not forget install client library. E.g. an user wants use postgresql from + HeidiSQL. + + # pkg install postgresql17-client + +3) HeidiSQL can be compiled and installed with supports for gtk2, qt5 or qt6 + graphic interfaces. + + # pkg install heidisql-qt6 + +4) Enjoy it! +EOM +} +] diff --git a/databases/heidisql/pkg-descr b/databases/heidisql/pkg-descr new file mode 100644 index 000000000000..bd2f5156743c --- /dev/null +++ b/databases/heidisql/pkg-descr @@ -0,0 +1,5 @@ +HeidiSQL is a graphical interface for managing MariaDB or MySQL servers, +Microsoft SQL databases, PostgreSQL, SQLite, Interbase or Firebird. "Heidi" +lets you browse and edit data, create and edit tables, views, procedures, +triggers and scheduled events. Also, you can export structure and data, either +to SQL file, clipboard or to other servers. diff --git a/databases/heidisql/pkg-plist b/databases/heidisql/pkg-plist new file mode 100644 index 000000000000..74be7c7b9f38 --- /dev/null +++ b/databases/heidisql/pkg-plist @@ -0,0 +1,9 @@ +bin/heidisql +share/applications/heidisql.desktop +%%DATADIR%%/functions-mariadb.ini +%%DATADIR%%/functions-mysql.ini +%%DATADIR%%/functions-mysql8.ini +%%DATADIR%%/functions-postgresql.ini +%%DATADIR%%/functions-redshift.ini +%%DATADIR%%/functions-sqlite.ini +share/icons/hicolor/256x256/apps/heidisql.png diff --git a/databases/jrrd/Makefile b/databases/jrrd/Makefile index 19cd32c1e762..58361138c15e 100644 --- a/databases/jrrd/Makefile +++ b/databases/jrrd/Makefile @@ -8,9 +8,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Java native interface (JNI) to RRDtool WWW= https://www.opennms.org/index.php/Jrrd +DEPRECATED= only builds with Java 8, unmaintained, no dependencies in the ports tree +EXPIRATION_DATE= 2026-04-13 + LIB_DEPENDS= librrd.so:databases/rrdtool USES= java libtool +JAVA_VERSION= 8 JAVA_VENDOR= openjdk USE_LDCONFIG= yes diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index f83201fc339a..b25609303a34 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -1,5 +1,5 @@ PORTNAME= memcached -DISTVERSION= 1.6.39 +DISTVERSION= 1.6.40 CATEGORIES= databases MASTER_SITES= http://www.memcached.org/files/ diff --git a/databases/memcached/distinfo b/databases/memcached/distinfo index 1db70aceb31e..a6aad0c0a4b9 100644 --- a/databases/memcached/distinfo +++ b/databases/memcached/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753828034 -SHA256 (memcached-1.6.39.tar.gz) = 23e5507e933b15463161d4c5d3921b0c5f340b542d6edd7f6c5e17c34f11a363 -SIZE (memcached-1.6.39.tar.gz) = 1284104 +TIMESTAMP = 1765960262 +SHA256 (memcached-1.6.40.tar.gz) = a3d360e9da2221a49bf9aae4e6880f2d44da6b2a2fae39b1911b9ca76488fbfd +SIZE (memcached-1.6.40.tar.gz) = 1266094 diff --git a/databases/mongodb70/Makefile b/databases/mongodb70/Makefile index a7c98831d597..990ed8e9fe1e 100644 --- a/databases/mongodb70/Makefile +++ b/databases/mongodb70/Makefile @@ -1,6 +1,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 7.0.26 +PORTREVISION= 1 CATEGORIES= databases net PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} diff --git a/databases/mongodb80/Makefile b/databases/mongodb80/Makefile index 55d0792f2e44..787903c74bc3 100644 --- a/databases/mongodb80/Makefile +++ b/databases/mongodb80/Makefile @@ -1,7 +1,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 8.0.12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases net PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} diff --git a/databases/movine/Makefile b/databases/movine/Makefile index 74409048f784..f44eab02d92c 100644 --- a/databases/movine/Makefile +++ b/databases/movine/Makefile @@ -1,7 +1,7 @@ PORTNAME= movine DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/mydumper/Makefile b/databases/mydumper/Makefile index a469d8b33e18..6e09e80ea745 100644 --- a/databases/mydumper/Makefile +++ b/databases/mydumper/Makefile @@ -1,6 +1,6 @@ PORTNAME= mydumper DISTVERSIONPREFIX= v -DISTVERSION= 0.21.2-1 +DISTVERSION= 0.21.2-2 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org diff --git a/databases/mydumper/distinfo b/databases/mydumper/distinfo index 6d3d047cfc07..ee7104384273 100644 --- a/databases/mydumper/distinfo +++ b/databases/mydumper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764510878 -SHA256 (mydumper-mydumper-v0.21.2-1_GH0.tar.gz) = 83c81df5a6a324efe9758e9ec372793bf31882c2d3ab464f2d36890abd6da5b5 -SIZE (mydumper-mydumper-v0.21.2-1_GH0.tar.gz) = 855327 +TIMESTAMP = 1765032644 +SHA256 (mydumper-mydumper-v0.21.2-2_GH0.tar.gz) = 430281c9d7f756a252fb81cc3d9ba5ac72ebe6db913725f6565b56d7b361e57b +SIZE (mydumper-mydumper-v0.21.2-2_GH0.tar.gz) = 865730 diff --git a/databases/ods2sql/Makefile b/databases/ods2sql/Makefile index 5e8d916632e7..6d8cb166866a 100644 --- a/databases/ods2sql/Makefile +++ b/databases/ods2sql/Makefile @@ -1,6 +1,6 @@ PORTNAME= ods2sql DISTVERSION= 0.4.0 -PORTREVISION= 46 +PORTREVISION= 47 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/p5-DBD-cego/Makefile b/databases/p5-DBD-cego/Makefile index ef358152b51a..53872a123ff5 100644 --- a/databases/p5-DBD-cego/Makefile +++ b/databases/p5-DBD-cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= DBD-cego -PORTVERSION= 1.5.3 +PORTVERSION= 1.5.4 CATEGORIES= databases perl5 MASTER_SITES= http://www.lemke-it.com/ PKGNAMEPREFIX= p5- diff --git a/databases/p5-DBD-cego/distinfo b/databases/p5-DBD-cego/distinfo index 4626aed9f252..adac3234f052 100644 --- a/databases/p5-DBD-cego/distinfo +++ b/databases/p5-DBD-cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690739648 -SHA256 (DBD-cego-1.5.3.tar.gz) = 8ec5f6bfa69e75755ca490994d21944d72debed4b8f777ca9f592f860a2a1271 -SIZE (DBD-cego-1.5.3.tar.gz) = 36784 +TIMESTAMP = 1765457700 +SHA256 (DBD-cego-1.5.4.tar.gz) = eb2550801e9371dcdc0e8ee9e6763dc8ba0a2a69d86b93320b75e8913fd410a6 +SIZE (DBD-cego-1.5.4.tar.gz) = 37125 diff --git a/databases/pgpool-II-43/Makefile b/databases/pgpool-II-43/Makefile index efa684775ca7..c7de57010518 100644 --- a/databases/pgpool-II-43/Makefile +++ b/databases/pgpool-II-43/Makefile @@ -1,5 +1,5 @@ PORTNAME= pgpool-II -DISTVERSION= 4.3.17 +DISTVERSION= 4.3.18 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 767283eacf8d..aa915d005a19 100644 --- a/databases/pgpool-II-43/distinfo +++ b/databases/pgpool-II-43/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764321678 -SHA256 (pgpool-II-4.3.17.tar.gz) = 3418538eb81d42ac1b9b01928110a0c5403f80375181501028886cc7bbad4077 -SIZE (pgpool-II-4.3.17.tar.gz) = 5089549 +TIMESTAMP = 1765960496 +SHA256 (pgpool-II-4.3.18.tar.gz) = 698e5c289509cc604c2bded3185f530a42076ac9c239435c3ac2b3d800fc1fa3 +SIZE (pgpool-II-4.3.18.tar.gz) = 5100895 diff --git a/databases/pgpool-II-44/Makefile b/databases/pgpool-II-44/Makefile index f4046fe51fba..43bc1dd51e7e 100644 --- a/databases/pgpool-II-44/Makefile +++ b/databases/pgpool-II-44/Makefile @@ -1,5 +1,5 @@ PORTNAME= pgpool-II -DISTVERSION= 4.4.14 +DISTVERSION= 4.4.15 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 00d3c8250f27..41ec684f07b2 100644 --- a/databases/pgpool-II-44/distinfo +++ b/databases/pgpool-II-44/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764321761 -SHA256 (pgpool-II-4.4.14.tar.gz) = 68a1995b8cf79f64dd8131ce04d73be2718c5867a2f53373d6d88d10a6e747a3 -SIZE (pgpool-II-4.4.14.tar.gz) = 5225540 +TIMESTAMP = 1765960627 +SHA256 (pgpool-II-4.4.15.tar.gz) = 955165b227933bdfc3e41076c3561d16aeca0e3b02285fbeec3328906203b9b2 +SIZE (pgpool-II-4.4.15.tar.gz) = 5238007 diff --git a/databases/pgpool-II-45/Makefile b/databases/pgpool-II-45/Makefile index 473b128f81ee..e4f6942e4f3e 100644 --- a/databases/pgpool-II-45/Makefile +++ b/databases/pgpool-II-45/Makefile @@ -1,5 +1,5 @@ PORTNAME= pgpool-II -DISTVERSION= 4.5.9 +DISTVERSION= 4.5.10 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 223c814dfcbe..2a2475704db8 100644 --- a/databases/pgpool-II-45/distinfo +++ b/databases/pgpool-II-45/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764321849 -SHA256 (pgpool-II-4.5.9.tar.gz) = 31d445278cc348bbd2f86ffd7e9e48fa3fe16c2c21a7ac4bfbd9875781798a3a -SIZE (pgpool-II-4.5.9.tar.gz) = 5540584 +TIMESTAMP = 1765960809 +SHA256 (pgpool-II-4.5.10.tar.gz) = 447acb0b1ec3cda1de4883b58b620b2e4ff291c2a40f9628f873381f109486d3 +SIZE (pgpool-II-4.5.10.tar.gz) = 5538349 diff --git a/databases/pgpool-II-46/Makefile b/databases/pgpool-II-46/Makefile index 8544fe028d05..cb4a74ff1d25 100644 --- a/databases/pgpool-II-46/Makefile +++ b/databases/pgpool-II-46/Makefile @@ -1,5 +1,5 @@ PORTNAME= pgpool-II -DISTVERSION= 4.6.4 +DISTVERSION= 4.6.5 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 588f8c1ca954..b885393adfff 100644 --- a/databases/pgpool-II-46/distinfo +++ b/databases/pgpool-II-46/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764321907 -SHA256 (pgpool-II-4.6.4.tar.gz) = ef0d2e91a9a11d737c6476247219e679f718bec53550646189594ef9aefd298d -SIZE (pgpool-II-4.6.4.tar.gz) = 5655119 +TIMESTAMP = 1765960910 +SHA256 (pgpool-II-4.6.5.tar.gz) = 43dcb860e7099d3e322418378e856935f76bb4f3f09b9024c9b7d65af55e4036 +SIZE (pgpool-II-4.6.5.tar.gz) = 5670207 diff --git a/databases/pgpool-II-47/Makefile b/databases/pgpool-II-47/Makefile index 8d45853c28ea..dbab0798a138 100644 --- a/databases/pgpool-II-47/Makefile +++ b/databases/pgpool-II-47/Makefile @@ -1,5 +1,5 @@ PORTNAME= pgpool-II -DISTVERSION= 4.7beta1 +DISTVERSION= 4.7RC1 CATEGORIES= databases MASTER_SITES= http://www.pgpool.net/mediawiki/images/ PKGNAMESUFFIX= -47 diff --git a/databases/pgpool-II-47/distinfo b/databases/pgpool-II-47/distinfo index e17bc34154c5..93bb5583d1d4 100644 --- a/databases/pgpool-II-47/distinfo +++ b/databases/pgpool-II-47/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764322047 -SHA256 (pgpool-II-4.7beta1.tar.gz) = 0e54151aa5fe8a521537fcd1ee4cea4446b768e3d2d284b05e8b2f50a8986b97 -SIZE (pgpool-II-4.7beta1.tar.gz) = 5597175 +TIMESTAMP = 1765530589 +SHA256 (pgpool-II-4.7RC1.tar.gz) = cf44a893733abc170a582312be57ab7f1ea9fc4713570463705f7e057d59fbdc +SIZE (pgpool-II-4.7RC1.tar.gz) = 5594640 diff --git a/databases/pgreplay/Makefile b/databases/pgreplay/Makefile index c0acb035d0aa..48fc28df2f98 100644 --- a/databases/pgreplay/Makefile +++ b/databases/pgreplay/Makefile @@ -1,7 +1,6 @@ PORTNAME= pgreplay DISTVERSIONPREFIX= ${PORTNAME:tu}_ -DISTVERSION= 1_3_0 -PORTREVISION= 3 +DISTVERSION= 1_5_0 CATEGORIES= databases MAINTAINER= matthew@FreeBSD.org diff --git a/databases/pgreplay/distinfo b/databases/pgreplay/distinfo index d8c794620f4f..2917c35d6038 100644 --- a/databases/pgreplay/distinfo +++ b/databases/pgreplay/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1487664678 -SHA256 (laurenz-pgreplay-PGREPLAY_1_3_0_GH0.tar.gz) = ff1d67d568df5a23c0ba79b74d7870f0f8711683cda8b9e0a1fafd18c2f33409 -SIZE (laurenz-pgreplay-PGREPLAY_1_3_0_GH0.tar.gz) = 118450 +TIMESTAMP = 1765484814 +SHA256 (laurenz-pgreplay-PGREPLAY_1_5_0_GH0.tar.gz) = b43b236218b607d85dde17715a1f1bb6703e4ff128e7858472b59915eacf1e03 +SIZE (laurenz-pgreplay-PGREPLAY_1_5_0_GH0.tar.gz) = 124215 diff --git a/databases/pgreplay/files/patch-Makefile.in b/databases/pgreplay/files/patch-Makefile.in deleted file mode 100644 index 9e66158a85c7..000000000000 --- a/databases/pgreplay/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.in.orig 2016-05-25 09:58:50 UTC -+++ Makefile.in -@@ -1,4 +1,5 @@ - CFLAGS = @CFLAGS@ -+CPPFLAGS= @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ - CC = @CC@ -@@ -57,4 +58,4 @@ install_html: $(EXE).html - $(INSTALL) -D -m 0644 $< $(DESTDIR)$(htmldir)/$< - - .c.o: $(HEADERS) -- $(CC) -c $(CFLAGS) -DVERSION='"$(VERSION)"' $< -+ $(CC) -c $(CFLAGS) $(CPPFLAGS) -DVERSION='"$(VERSION)"' $< diff --git a/databases/postgresql-promscale/Makefile b/databases/postgresql-promscale/Makefile index 767011bf69a6..abcfb15e5d49 100644 --- a/databases/postgresql-promscale/Makefile +++ b/databases/postgresql-promscale/Makefile @@ -1,6 +1,6 @@ PORTNAME= promscale PORTVERSION= 0.8.0 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- diff --git a/databases/powa-web/Makefile b/databases/powa-web/Makefile index 298fa6733079..f5daddde351f 100644 --- a/databases/powa-web/Makefile +++ b/databases/powa-web/Makefile @@ -1,5 +1,5 @@ PORTNAME= powa-web -PORTVERSION= 5.1.1 +PORTVERSION= 5.1.2 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/powa-web/distinfo b/databases/powa-web/distinfo index 1feb9908f324..25d1be8d0401 100644 --- a/databases/powa-web/distinfo +++ b/databases/powa-web/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764577688 -SHA256 (powa-team-powa-web-5.1.1_GH0.tar.gz) = 02f506ba85aa17469d796866ea71dd8aa2ce9570fff8ca2c8e0b44536e3ec743 -SIZE (powa-team-powa-web-5.1.1_GH0.tar.gz) = 801096 +TIMESTAMP = 1765787795 +SHA256 (powa-team-powa-web-5.1.2_GH0.tar.gz) = 5056534f6ca1d94385410c314b08151085152deae2d825dfbcc202a38dc8d056 +SIZE (powa-team-powa-web-5.1.2_GH0.tar.gz) = 801095 diff --git a/databases/prisma-engines/Makefile b/databases/prisma-engines/Makefile index 4ee87c2020ff..57f5c518ff22 100644 --- a/databases/prisma-engines/Makefile +++ b/databases/prisma-engines/Makefile @@ -1,6 +1,6 @@ PORTNAME= prisma-engines DISTVERSION= 6.19.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= otis@FreeBSD.org diff --git a/databases/pspg/Makefile b/databases/pspg/Makefile index 8352a5105d6d..e09cb972e07b 100644 --- a/databases/pspg/Makefile +++ b/databases/pspg/Makefile @@ -1,5 +1,5 @@ PORTNAME= pspg -DISTVERSION= 5.8.12 +DISTVERSION= 5.8.13 CATEGORIES= databases MAINTAINER= bofh@FreeBSD.org diff --git a/databases/pspg/distinfo b/databases/pspg/distinfo index c89c182e6f67..d7a023544e8e 100644 --- a/databases/pspg/distinfo +++ b/databases/pspg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754156760 -SHA256 (okbob-pspg-5.8.12_GH0.tar.gz) = 9f74c236944bea79586a3a12ab9d36735bfa62a92a8d7953e8c1ff5c108277af -SIZE (okbob-pspg-5.8.12_GH0.tar.gz) = 2447085 +TIMESTAMP = 1765961706 +SHA256 (okbob-pspg-5.8.13_GH0.tar.gz) = b6f198a98c0e8ec0f1ea0893deb23f20be7196a4f075c879722f91bef65a12f8 +SIZE (okbob-pspg-5.8.13_GH0.tar.gz) = 2447114 diff --git a/databases/py-databricks-sql-connector/Makefile b/databases/py-databricks-sql-connector/Makefile new file mode 100644 index 000000000000..c74806b0c7e8 --- /dev/null +++ b/databases/py-databricks-sql-connector/Makefile @@ -0,0 +1,42 @@ +PORTNAME= databricks-sql-connector +PORTVERSION= 4.2.2 +PORTREVISION= 1 +CATEGORIES= databases python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= databricks_sql_connector-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Databricks SQL Connector for Python +WWW= https://github.com/databricks/databricks-sql-python + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lz4>=4.0.2<5:archivers/py-lz4@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}oauthlib>=3.1.0<4:security/py-oauthlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openpyxl>=3.0.10<4:textproc/py-openpyxl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=2.2.3,1:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pybreaker>=1.0.0<2:devel/py-pybreaker@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.0.0<3:www/py-pyjwt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8.0<3:devel/py-python-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.18.1<3:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests-kerberos>=0<0.16:security/py-requests-kerberos@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}thrift>=0.16.0,1:devel/py-thrift@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>=1.26,1:net/py-urllib3@${PY_FLAVOR} + +USES= python shebangfix +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +SHEBANG_FILES= src/databricks/sql/thrift_api/TCLIService/TCLIService-remote + +OPTIONS_DEFINE= PYARROW +OPTIONS_DEFAULT=PYARROW +PYARROW_DESC= Apache Arrow support + +PYARROW_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyarrow>=18.0.0:databases/py-pyarrow@${PY_FLAVOR} + +.include <bsd.port.mk> diff --git a/databases/py-databricks-sql-connector/distinfo b/databases/py-databricks-sql-connector/distinfo new file mode 100644 index 000000000000..67475348d141 --- /dev/null +++ b/databases/py-databricks-sql-connector/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765032620 +SHA256 (databricks_sql_connector-4.2.2.tar.gz) = 409632a6adb93e849ecd5faaa2e98192e307c984e85cc7c696fb8e953acb7403 +SIZE (databricks_sql_connector-4.2.2.tar.gz) = 186206 diff --git a/databases/py-databricks-sql-connector/files/patch-pyproject.toml b/databases/py-databricks-sql-connector/files/patch-pyproject.toml new file mode 100644 index 000000000000..805a3305bd48 --- /dev/null +++ b/databases/py-databricks-sql-connector/files/patch-pyproject.toml @@ -0,0 +1,32 @@ +--- pyproject.toml.orig 1970-01-01 00:00:00 UTC ++++ pyproject.toml +@@ -10,10 +10,10 @@ python = "^3.8.0" + + [tool.poetry.dependencies] + python = "^3.8.0" +-thrift = ">=0.16.0,<0.21.0" ++thrift = ">=0.16.0" + pandas = [ +- { version = ">=1.2.5,<2.3.0", python = ">=3.8,<3.13" }, +- { version = ">=2.2.3,<2.3.0", python = ">=3.13" } ++ { version = ">=1.2.5", python = ">=3.8,<3.13" }, ++ { version = ">=2.2.3", python = ">=3.13" } + ] + lz4 = "^4.0.2" + requests = "^2.18.1" +@@ -27,7 +27,7 @@ pybreaker = "^1.0.0" + ] + pyjwt = "^2.0.0" + pybreaker = "^1.0.0" +-requests-kerberos = {version = "^0.15.0", optional = true} ++requests-kerberos = {version = "<0.16", optional = true} + + + [tool.poetry.extras] +@@ -88,4 +88,4 @@ skip_covered = false + skip_covered = false + + [tool.coverage.xml] +-output = "coverage.xml" +\ No newline at end of file ++output = "coverage.xml" diff --git a/databases/py-databricks-sql-connector/pkg-descr b/databases/py-databricks-sql-connector/pkg-descr new file mode 100644 index 000000000000..d8ce2f20df94 --- /dev/null +++ b/databases/py-databricks-sql-connector/pkg-descr @@ -0,0 +1,15 @@ +The Databricks SQL Connector for Python allows you to develop Python +applications that connect to Databricks clusters and SQL warehouses. It is a +Thrift-based client with no dependencies on ODBC or JDBC. It conforms to the +Python DB API 2.0 specification. + +This connector uses Arrow as the data-exchange format, and supports APIs (e.g. +fetchmany_arrow) to directly fetch Arrow tables. Arrow tables are wrapped in the +ArrowQueue class to provide a natural API to get several rows at a time. PyArrow +is required to enable this and use these APIs, you can install it via pip +install pyarrow or pip install databricks-sql-connector[pyarrow]. + +The connector includes built-in support for HTTP/HTTPS proxy servers with +multiple authentication methods including basic authentication and +Kerberos/Negotiate authentication. See docs/proxy.md and +examples/proxy_authentication.py for details. diff --git a/databases/py-datafusion/Makefile b/databases/py-datafusion/Makefile index 06556c00d32c..e03817b7d6f7 100644 --- a/databases/py-datafusion/Makefile +++ b/databases/py-datafusion/Makefile @@ -1,6 +1,6 @@ PORTNAME= datafusion PORTVERSION= 50.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-psycopg-pool/Makefile b/databases/py-psycopg-pool/Makefile index d4146c9b3166..670329ca14e7 100644 --- a/databases/py-psycopg-pool/Makefile +++ b/databases/py-psycopg-pool/Makefile @@ -1,5 +1,5 @@ PORTNAME= psycopg-pool -PORTVERSION= 3.2.8 +PORTVERSION= 3.3.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-psycopg-pool/distinfo b/databases/py-psycopg-pool/distinfo index 3d6baaee1f6a..986ddc1b2a3a 100644 --- a/databases/py-psycopg-pool/distinfo +++ b/databases/py-psycopg-pool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853254 -SHA256 (psycopg_pool-3.2.8.tar.gz) = 854e17c2a637c3b9f8d8b24faad57d4cf850baf3fc03ca56ef7e5b4998e391b9 -SIZE (psycopg_pool-3.2.8.tar.gz) = 29956 +TIMESTAMP = 1765032688 +SHA256 (psycopg_pool-3.3.0.tar.gz) = fa115eb2860bd88fce1717d75611f41490dec6135efb619611142b24da3f6db5 +SIZE (psycopg_pool-3.3.0.tar.gz) = 31606 diff --git a/databases/py-psycopg-pool/files/patch-pyproject.toml b/databases/py-psycopg-pool/files/patch-pyproject.toml new file mode 100644 index 000000000000..d91ea8ef68d7 --- /dev/null +++ b/databases/py-psycopg-pool/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-12-01 03:37:38 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=80.3.1", "wheel>=0.37"] ++requires = ["setuptools>=61", "wheel>=0.37"] + build-backend = "setuptools.build_meta" + + [project] +@@ -11,8 +11,7 @@ version = "3.3.0" + # also change: + # - `docs/news_pool.rst` to declare this version current or unreleased + +-license = "LGPL-3.0-only" +-license-files = ["LICENSE.txt"] ++license = {text = "LGPL-3.0-only"} + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", diff --git a/databases/py-redshift-connector/Makefile b/databases/py-redshift-connector/Makefile new file mode 100644 index 000000000000..0beee7491ee0 --- /dev/null +++ b/databases/py-redshift-connector/Makefile @@ -0,0 +1,35 @@ +PORTNAME= redshift-connector +PORTVERSION= 2.1.10 +DISTVERSIONPREFIX= v +CATEGORIES= databases python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Redshift interface library +WWW= https://github.com/aws/amazon-redshift-python-driver + +LICENSE= APACHE20 +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}beautifulsoup>=4.7.0<5.0.0:www/py-beautifulsoup@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}boto3>=1.9.201<2.0.0:www/py-boto3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.201<2.0.0:devel/py-botocore@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>=4.6.5:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>=2020.1,1:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.23.0<3.0.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scramp>=1.2.0<1.5.0:security/py-scramp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +USE_GITHUB= yes +GH_ACCOUNT= aws +GH_PROJECT= amazon-redshift-python-driver + +.include <bsd.port.mk> diff --git a/databases/py-redshift-connector/distinfo b/databases/py-redshift-connector/distinfo new file mode 100644 index 000000000000..ea53324af524 --- /dev/null +++ b/databases/py-redshift-connector/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765032622 +SHA256 (aws-amazon-redshift-python-driver-v2.1.10_GH0.tar.gz) = 9317e6a2c70cc68e59bf1f76d56013cc3ee1650693c61e9d6c23a41f29e0f498 +SIZE (aws-amazon-redshift-python-driver-v2.1.10_GH0.tar.gz) = 389062 diff --git a/databases/py-redshift-connector/files/patch-requirements.txt b/databases/py-redshift-connector/files/patch-requirements.txt new file mode 100644 index 000000000000..2548d97cfd6a --- /dev/null +++ b/databases/py-redshift-connector/files/patch-requirements.txt @@ -0,0 +1,11 @@ +--- requirements.txt.orig 2025-11-19 00:47:17 UTC ++++ requirements.txt +@@ -3,7 +3,7 @@ requests>=2.23.0,<3.0.0 + beautifulsoup4>=4.7.0,<5.0.0 + boto3>=1.9.201,<2.0.0 + requests>=2.23.0,<3.0.0 +-lxml>=4.6.5,<6.0.0 ++lxml>=4.6.5 + botocore>=1.12.201,<2.0.0 + packaging + setuptools diff --git a/databases/py-redshift-connector/pkg-descr b/databases/py-redshift-connector/pkg-descr new file mode 100644 index 000000000000..8704bb6925ff --- /dev/null +++ b/databases/py-redshift-connector/pkg-descr @@ -0,0 +1,10 @@ +redshift_connector is the Amazon Redshift connector for Python. Easy integration +with pandas and numpy, as well as support for numerous Amazon Redshift specific +features help you get the most out of your data. + +Supported Amazon Redshift features include: +- IAM authentication +- Identity provider (IdP) authentication +- Redshift specific data types + +This pure Python connector implements Python Database API Specification 2.0. diff --git a/databases/py-sqlalchemy20/Makefile b/databases/py-sqlalchemy20/Makefile index 8f18aa2f0ef3..469777fdd844 100644 --- a/databases/py-sqlalchemy20/Makefile +++ b/databases/py-sqlalchemy20/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlalchemy -PORTVERSION= 2.0.44 +PORTVERSION= 2.0.45 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqlalchemy20/distinfo b/databases/py-sqlalchemy20/distinfo index 1ee175c34be0..755452774eac 100644 --- a/databases/py-sqlalchemy20/distinfo +++ b/databases/py-sqlalchemy20/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759774575 -SHA256 (sqlalchemy-2.0.44.tar.gz) = 0ae7454e1ab1d780aee69fd2aae7d6b8670a581d8847f2d1e0f7ddfbf47e5a22 -SIZE (sqlalchemy-2.0.44.tar.gz) = 9819830 +TIMESTAMP = 1765895710 +SHA256 (sqlalchemy-2.0.45.tar.gz) = 1632a4bda8d2d25703fdad6363058d882541bdaaee0e5e3ddfa0cd3229efce88 +SIZE (sqlalchemy-2.0.45.tar.gz) = 9869912 diff --git a/databases/py-sqlframe/Makefile b/databases/py-sqlframe/Makefile index 7874f779af2e..e1841bcb96e9 100644 --- a/databases/py-sqlframe/Makefile +++ b/databases/py-sqlframe/Makefile @@ -25,4 +25,21 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +OPTIONS_DEFINE= BIGQUERY DUCKDB OPENAI PANDAS POSTGRES REDSHIFT +BIGQUERY_DESC= BigQuery support +DUCKDB_DESC= DuckDB support +DUCKDB_IMPLIES= PANDAS +OPENAI_DESC= OpenAI support +PANDAS_DESC= Pandas support +POSTGRES_DESC= PostgreSQL support +REDSHIFT_DESC= Amazon Redshift support + +BIGQUERY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-cloud-bigquery>=3<4:www/py-google-cloud-bigquery@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-cloud-bigquery-storage>=2<3:www/py-google-cloud-bigquery-storage@${PY_FLAVOR} +DUCKDB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}duckdb>=1.2<1.5:databases/py-duckdb@${PY_FLAVOR} +OPENAI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openai>=1.30<3:misc/py-openai@${PY_FLAVOR} +PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=2,1<3,1:math/py-pandas@${PY_FLAVOR} +POSTGRES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.8<3:databases/py-psycopg2@${PY_FLAVOR} +REDSHIFT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redshift-connector>=2.1.1<2.2.0:databases/py-redshift-connector@${PY_FLAVOR} + .include <bsd.port.mk> diff --git a/databases/py-sqlglotrs/Makefile b/databases/py-sqlglotrs/Makefile index cbbd055e279f..6bcb14f493f0 100644 --- a/databases/py-sqlglotrs/Makefile +++ b/databases/py-sqlglotrs/Makefile @@ -1,6 +1,6 @@ PORTNAME= sqlglotrs PORTVERSION= 0.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqloxide/Makefile b/databases/py-sqloxide/Makefile index 13578f5ad012..5e31a896499e 100644 --- a/databases/py-sqloxide/Makefile +++ b/databases/py-sqloxide/Makefile @@ -1,6 +1,6 @@ PORTNAME= sqloxide PORTVERSION= 0.1.48 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-tiledb/Makefile b/databases/py-tiledb/Makefile index c81628966c7e..bc8cbca7cf1a 100644 --- a/databases/py-tiledb/Makefile +++ b/databases/py-tiledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= tiledb -PORTVERSION= 0.35.2 +PORTVERSION= 0.36.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,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.29.2:databases/tiledb + tiledb>=2.30.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 0973230e733a..c2ff7f17c77b 100644 --- a/databases/py-tiledb/distinfo +++ b/databases/py-tiledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762586752 -SHA256 (tiledb-0.35.2.tar.gz) = 13a7d35dd6270272dc309d88fa392377e0212785f1e9d0a5c0794d2782cd6abc -SIZE (tiledb-0.35.2.tar.gz) = 387746 +TIMESTAMP = 1765895702 +SHA256 (tiledb-0.36.0.tar.gz) = 69d519c25853127a89e6827b1b0eae372af3f4f0a284b8d8126ae1c29ad1aed0 +SIZE (tiledb-0.36.0.tar.gz) = 391407 diff --git a/databases/py-xapian/files/patch-configure b/databases/py-xapian/files/patch-configure new file mode 100644 index 000000000000..64ca64f30aee --- /dev/null +++ b/databases/py-xapian/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig 2025-11-20 03:31:02 UTC ++++ configure +@@ -20400,16 +20400,6 @@ printf "%s\n" "$version (too old, only 3.3 or newer is + PYTHON3_INC=`$PYTHON3 -c 'import os,sysconfig;print(sysconfig.get_path("include").replace(os.sep,"/"))' 2>/dev/null` + + +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for python3 sphinx module" >&5 +-printf %s "checking for python3 sphinx module... " >&6; } +- if $PYTHON3 -c 'import sphinx' >&5 2>&5 ; then +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +-printf "%s\n" "yes" >&6; } +- else +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no (try installing package python3-sphinx" >&5 +-printf "%s\n" "no (try installing package python3-sphinx" >&6; } +- python3_ok=no +- fi + fi + if test yes = "$python3_ok" ; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $PYTHON3_INC/Python.h" >&5 diff --git a/databases/qdrant/Makefile b/databases/qdrant/Makefile index eaf1996c2a4d..df01acbceda1 100644 --- a/databases/qdrant/Makefile +++ b/databases/qdrant/Makefile @@ -1,6 +1,7 @@ PORTNAME= qdrant DISTVERSIONPREFIX= v DISTVERSION= 1.16.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases diff --git a/databases/quake/Makefile b/databases/quake/Makefile index 5e3572ce3178..b278925205ea 100644 --- a/databases/quake/Makefile +++ b/databases/quake/Makefile @@ -2,7 +2,7 @@ PORTNAME= quake DISTVERSIONPREFIX= v DISTVERSION= 0.5.1-57 DISTVERSIONSUFFIX= -gbb8ae55 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= databases PKGNAMESUFFIX= -framework diff --git a/databases/redisjson/Makefile b/databases/redisjson/Makefile index 9577f5d2c0b3..e92f6aea3e54 100644 --- a/databases/redisjson/Makefile +++ b/databases/redisjson/Makefile @@ -1,7 +1,7 @@ PORTNAME= redisjson DISTVERSIONPREFIX= v DISTVERSION= 2.0.8 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= databases MAINTAINER= ports@FreeBSD.org diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile index 2d49affe4b91..9697890e31d2 100644 --- a/databases/rocksdb/Makefile +++ b/databases/rocksdb/Makefile @@ -1,6 +1,7 @@ PORTNAME= rocksdb PORTVERSION= 10.7.5 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org diff --git a/databases/rocksdb9/Makefile b/databases/rocksdb9/Makefile index 70627710c458..2a4b5720a570 100644 --- a/databases/rocksdb9/Makefile +++ b/databases/rocksdb9/Makefile @@ -1,6 +1,7 @@ PORTNAME= rocksdb PORTVERSION= 9.11.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases PKGNAMESUFFIX= 9 diff --git a/databases/rqlite/Makefile b/databases/rqlite/Makefile index 859680354e4b..fdbc65611f25 100644 --- a/databases/rqlite/Makefile +++ b/databases/rqlite/Makefile @@ -12,7 +12,7 @@ WWW= https://rqlite.io \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.25,modules +USES= go:1.25+,modules GO_MODULE= github.com/rqlite/rqlite/v9 GO_TARGET= ./cmd/rqbench \ diff --git a/databases/rubygem-active_model_serializers/Makefile b/databases/rubygem-active_model_serializers/Makefile index 3b43fd9343ba..6f650d4eef0c 100644 --- a/databases/rubygem-active_model_serializers/Makefile +++ b/databases/rubygem-active_model_serializers/Makefile @@ -1,5 +1,5 @@ PORTNAME= active_model_serializers -PORTVERSION= 0.10.15 +PORTVERSION= 0.10.16 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-active_model_serializers/distinfo b/databases/rubygem-active_model_serializers/distinfo index 85a761f31934..44debc185943 100644 --- a/databases/rubygem-active_model_serializers/distinfo +++ b/databases/rubygem-active_model_serializers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888392 -SHA256 (rubygem/active_model_serializers-0.10.15.gem) = 08275b2083ab4e8304279d838b99af546878e0d879a8154f731b0d16cb8b0c4c -SIZE (rubygem/active_model_serializers-0.10.15.gem) = 61952 +TIMESTAMP = 1765895764 +SHA256 (rubygem/active_model_serializers-0.10.16.gem) = aab6371a27eac08fac0c0d57c8207c4e08127515a7394d28eafbaabbedcc061a +SIZE (rubygem/active_model_serializers-0.10.16.gem) = 61952 diff --git a/databases/rubygem-redis-client/Makefile b/databases/rubygem-redis-client/Makefile index fcbc18b1217b..80eee44fed1d 100644 --- a/databases/rubygem-redis-client/Makefile +++ b/databases/rubygem-redis-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= redis-client -PORTVERSION= 0.26.1 +PORTVERSION= 0.26.2 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-redis-client/distinfo b/databases/rubygem-redis-client/distinfo index 5fbe24f54aad..79d189d9fc6d 100644 --- a/databases/rubygem-redis-client/distinfo +++ b/databases/rubygem-redis-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759816756 -SHA256 (rubygem/redis-client-0.26.1.gem) = 1e39d2862c4516a75ff777ee6ed08827af39336bfece4a48e944244891d9a073 -SIZE (rubygem/redis-client-0.26.1.gem) = 28672 +TIMESTAMP = 1765032844 +SHA256 (rubygem/redis-client-0.26.2.gem) = 1336fb5a7202d398b719531853c184b7c9cbdcace1f00f8356062b9dfba6779b +SIZE (rubygem/redis-client-0.26.2.gem) = 28672 diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile index 8dcfacd0d9e5..ad06936544a2 100644 --- a/databases/rubygem-sqlite3/Makefile +++ b/databases/rubygem-sqlite3/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlite3 -PORTVERSION= 2.8.0 +PORTVERSION= 2.8.1 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-sqlite3/distinfo b/databases/rubygem-sqlite3/distinfo index 60462d3beb3c..3244dec75597 100644 --- a/databases/rubygem-sqlite3/distinfo +++ b/databases/rubygem-sqlite3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853494 -SHA256 (rubygem/sqlite3-2.8.0.gem) = 88b403fb0ec0992907ef00cfc5db8fae53d284b81f6123f20ca0f7ef85c222e1 -SIZE (rubygem/sqlite3-2.8.0.gem) = 3274240 +TIMESTAMP = 1765032846 +SHA256 (rubygem/sqlite3-2.8.1.gem) = acd0ac7912a4d92b2484b5befb6faa8d496497eb1e38bdbe8d7818fb8d05d726 +SIZE (rubygem/sqlite3-2.8.1.gem) = 3274240 diff --git a/databases/rubygem-sqlite3/files/patch-gemspec b/databases/rubygem-sqlite3/files/patch-gemspec index 9299833b7e74..0c7c09ead043 100644 --- a/databases/rubygem-sqlite3/files/patch-gemspec +++ b/databases/rubygem-sqlite3/files/patch-gemspec @@ -1,12 +1,12 @@ % sed -i .orig 's|, "ports/[^"]*".freeze||g; /mini_portile2/d' sqlite3.gemspec ---- sqlite3.gemspec.orig 2025-11-23 12:31:39 UTC +--- sqlite3.gemspec.orig 2025-12-06 21:40:37 UTC +++ sqlite3.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.description = "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled\nbinaries are available for common platforms for recent versions of Ruby.\n".freeze s.extensions = ["ext/sqlite3/extconf.rb".freeze] s.extra_rdoc_files = ["CHANGELOG.md".freeze, "README.md".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/statement.c".freeze] -- s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze, "ports/archives/sqlite-autoconf-3510000.tar.gz".freeze] +- s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze, "ports/archives/sqlite-autoconf-3510100.tar.gz".freeze] + s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze] s.homepage = "https://github.com/sparklemotion/sqlite3-ruby".freeze s.licenses = ["BSD-3-Clause".freeze] diff --git a/databases/sqlx-cli/Makefile b/databases/sqlx-cli/Makefile index c3b3bef3bd08..e4856c9e4873 100644 --- a/databases/sqlx-cli/Makefile +++ b/databases/sqlx-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= sqlx DISTVERSIONPREFIX= v DISTVERSION= 0.8.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases PKGNAMESUFFIX= -cli diff --git a/databases/surrealdb/Makefile b/databases/surrealdb/Makefile index fcdebc1ec09a..ad69842166e9 100644 --- a/databases/surrealdb/Makefile +++ b/databases/surrealdb/Makefile @@ -1,6 +1,7 @@ PORTNAME= surrealdb DISTVERSIONPREFIX= v DISTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/tdb1/Makefile b/databases/tdb1/Makefile new file mode 100644 index 000000000000..b8bd6ae70956 --- /dev/null +++ b/databases/tdb1/Makefile @@ -0,0 +1,69 @@ +PORTNAME= tdb +DISTVERSION= 1.4.14 +PORTEPOCH= 1 +CATEGORIES= databases +MASTER_SITES= SAMBA +PKGNAMESUFFIX= 1 + +MAINTAINER= samba@FreeBSD.org +COMMENT= Trivial Database +WWW= https://tdb.samba.org/ + +LICENSE= GPLv3 + +USES= compiler pkgconfig shebangfix waf +USE_LDCONFIG= yes +WAF_CMD= buildtools/bin/waf +SHEBANG_GLOB= *.py +CONFIGURE_LOG= bin/config.log + +PKGCONFIGDIR?= ${PREFIX}/libdata/pkgconfig + +CONFIGURE_ARGS+= --builtin-libraries=replace \ + --bundled-libraries=NONE \ + --disable-rpath \ + --disable-rpath-install \ + --without-gettext +CONFIGURE_ENV= PYTHONHASHSEED=1 +MAKE_ENV= PYTHONHASHSEED=1 +# Some symbols in tdb's linker version scripts are not defined, but since the +# scripts are generated dynamically, suppress errors with lld >= 17 due to these +# undefined symbols. +LDFLAGS+= -Wl,--undefined-version + +# tdb1 links with installed tdb libraries, so we need to set +# CONFLICTS instead of just CONFLICTS_INSTALL. +CONFLICTS= tdb tdb14* + +PLIST_SUB+= PKGCONFIGDIR=${PKGCONFIGDIR:S;^${PREFIX}/;;} + +OPTIONS_DEFINE= DEBUG MANPAGES PYTHON +OPTIONS_DEFAULT= MANPAGES PYTHON +OPTIONS_SUB= yes + +DEBUG_CONFIGURE_ON= --enable-debug \ + --verbose +DEBUG_MAKE_ARGS= --verbose +DEBUG_CFLAGS= -g -ggdb3 -O0 + +MANPAGES_BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl \ + xsltproc:textproc/libxslt +MANPAGES_CONFIGURE_ENV_OFF= XSLTPROC="false" + +PYTHON_USES= gettext-runtime python +PYTHON_USES_OFF= python:build,test +PYTHON_USE= PYTHON=py3kplist +PYTHON_CONFIGURE_OFF= --disable-python + +post-patch: + @${REINPLACE_CMD} -e 's|%%PKGCONFIGDIR%%|${PKGCONFIGDIR}|g' \ + ${BUILD_WRKSRC}/wscript + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tdb* + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtdb.so.1 + +post-install-PYTHON-on: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/tdb*.so + +.include <bsd.port.mk> diff --git a/databases/tdb1/distinfo b/databases/tdb1/distinfo new file mode 100644 index 000000000000..84eea0dbd77b --- /dev/null +++ b/databases/tdb1/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765736267 +SHA256 (tdb-1.4.14.tar.gz) = 144f407d42ed7a0ec1470a40ef17ad41133fe910bce865dd9fe084d49c907526 +SIZE (tdb-1.4.14.tar.gz) = 755817 diff --git a/databases/tdb1/files/patch-buildtools_wafsamba_samba__install.py b/databases/tdb1/files/patch-buildtools_wafsamba_samba__install.py new file mode 100644 index 000000000000..a852de2f200c --- /dev/null +++ b/databases/tdb1/files/patch-buildtools_wafsamba_samba__install.py @@ -0,0 +1,11 @@ +--- buildtools/wafsamba/samba_install.py.orig 2019-02-14 11:21:38 UTC ++++ buildtools/wafsamba/samba_install.py +@@ -118,7 +118,7 @@ def install_library(self): + inst_name = bld.make_libname(t.target) + elif self.vnum: + vnum_base = self.vnum.split('.')[0] +- install_name = bld.make_libname(target_name, version=self.vnum) ++ install_name = bld.make_libname(target_name, version=vnum_base) + install_link = bld.make_libname(target_name, version=vnum_base) + inst_name = bld.make_libname(t.target) + if not self.private_library: diff --git a/databases/tdb1/files/patch-buildtools_wafsamba_wscript b/databases/tdb1/files/patch-buildtools_wafsamba_wscript new file mode 100644 index 000000000000..b525397fbee9 --- /dev/null +++ b/databases/tdb1/files/patch-buildtools_wafsamba_wscript @@ -0,0 +1,15 @@ +--- buildtools/wafsamba/wscript.orig 2019-02-26 06:44:21 UTC ++++ buildtools/wafsamba/wscript +@@ -82,10 +82,10 @@ def options(opt): + + opt.add_option('--with-libiconv', + help='additional directory to search for libiconv', +- action='store', dest='iconv_open', default='/usr/local', ++ action='store', dest='iconv_open', default=None, + match = ['Checking for library iconv', 'Checking for iconv_open', 'Checking for header iconv.h']) + opt.add_option('--without-gettext', +- help=("Disable use of gettext"), ++ help=("disable use of gettext"), + action="store_true", dest='disable_gettext', default=False) + + gr = opt.option_group('developer options') diff --git a/databases/tdb1/files/patch-lib_replace_wscript b/databases/tdb1/files/patch-lib_replace_wscript new file mode 100644 index 000000000000..ba3eb912e5d7 --- /dev/null +++ b/databases/tdb1/files/patch-lib_replace_wscript @@ -0,0 +1,11 @@ +--- lib/replace/wscript.orig 2019-02-26 06:44:21 UTC ++++ lib/replace/wscript +@@ -119,7 +119,7 @@ def configure(conf): + conf.CHECK_HEADERS('sys/atomic.h stdatomic.h') + conf.CHECK_HEADERS('libgen.h') + +- if conf.CHECK_CFLAGS('-Wno-format-truncation'): ++ if conf.CHECK_CFLAGS(['-Wno-format-truncation'] + conf.env.WERROR_CFLAGS): + conf.define('HAVE_WNO_FORMAT_TRUNCATION', '1') + + if conf.CHECK_CFLAGS('-Wno-unused-function'): diff --git a/databases/tdb1/files/patch-wscript b/databases/tdb1/files/patch-wscript new file mode 100644 index 000000000000..4869b58adf01 --- /dev/null +++ b/databases/tdb1/files/patch-wscript @@ -0,0 +1,11 @@ +--- wscript.orig 2019-02-26 07:02:52 UTC ++++ wscript +@@ -121,7 +121,7 @@ def build(bld): + COMMON_SRC = bld.SUBDIR('common', COMMON_FILES) + + if bld.env.standalone_tdb: +- bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig' ++ bld.env.PKGCONFIGDIR = '%%PKGCONFIGDIR%%' + private_library = False + else: + private_library = True diff --git a/databases/tdb1/pkg-descr b/databases/tdb1/pkg-descr new file mode 100644 index 000000000000..fa18095b5ca0 --- /dev/null +++ b/databases/tdb1/pkg-descr @@ -0,0 +1,4 @@ +TDB is a Trivial Database. In concept, it is very much like GDBM, and +BSD's DB except that it allows multiple simultaneous writers and uses +locking internally to keep writers from trampling on each other. TDB is +also extremely small. diff --git a/databases/tdb1/pkg-plist b/databases/tdb1/pkg-plist new file mode 100644 index 000000000000..744b90083e2b --- /dev/null +++ b/databases/tdb1/pkg-plist @@ -0,0 +1,14 @@ +bin/tdbbackup +bin/tdbdump +bin/tdbrestore +bin/tdbtool +include/tdb.h +lib/libtdb.so +lib/libtdb.so.1 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/_tdb_text.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/tdb%%PYTHON_TAG%%.so +libdata/pkgconfig/tdb.pc +%%MANPAGES%%share/man/man8/tdbbackup.8.gz +%%MANPAGES%%share/man/man8/tdbdump.8.gz +%%MANPAGES%%share/man/man8/tdbrestore.8.gz +%%MANPAGES%%share/man/man8/tdbtool.8.gz diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile index d84d24b3f882..4af7c24b07f4 100644 --- a/databases/tiledb/Makefile +++ b/databases/tiledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= tiledb -PORTVERSION= 2.29.2 +PORTVERSION= 2.30.0 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org @@ -10,19 +10,17 @@ WWW= https://tiledb.com/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${RUN_DEPENDS} -LIB_DEPENDS= libcapnp.so:devel/capnproto1 \ +BUILD_DEPENDS= capnproto1>=1.2.0<1.2.0_99:devel/capnproto1 \ + clipp>=0:devel/clipp \ + nlohmann-json>=0:devel/nlohmann-json +LIB_DEPENDS= libblosc2.so:archivers/c-blosc2 \ + libcapnp.so:devel/capnproto1 \ libcurl.so:ftp/curl \ libfmt.so:devel/libfmt \ liblz4.so:archivers/liblz4 \ libpng.so:graphics/png \ + libspdlog.so:devel/spdlog \ libzstd.so:archivers/zstd -RUN_DEPENDS= capnproto1>=1.0.1:devel/capnproto1 \ - clipp>=1.2.3_1:devel/clipp \ - curl>=7.74.0:ftp/curl \ - liblz4>=1.9.3,1:archivers/liblz4 \ - spdlog>=1.11.0:devel/spdlog \ - zstd>=1.4.8:archivers/zstd USES= cmake compiler:c++17-lang localbase:ldflags pkgconfig ssl diff --git a/databases/tiledb/distinfo b/databases/tiledb/distinfo index 7efaffcc850c..356c44051d94 100644 --- a/databases/tiledb/distinfo +++ b/databases/tiledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762586750 -SHA256 (TileDB-Inc-TileDB-2.29.2_GH0.tar.gz) = 44fd4c6c25938a123edc711f082a1c3e632a9f8365e64fe745bbf1e782d671d4 -SIZE (TileDB-Inc-TileDB-2.29.2_GH0.tar.gz) = 3787990 +TIMESTAMP = 1765895700 +SHA256 (TileDB-Inc-TileDB-2.30.0_GH0.tar.gz) = c5f94da6de0e0f93925f7ad107bd80fef0615f9b3d111a5bae245f75b1fcc173 +SIZE (TileDB-Inc-TileDB-2.30.0_GH0.tar.gz) = 3622987 diff --git a/databases/tiledb/pkg-plist b/databases/tiledb/pkg-plist index 16c200c62eb5..d374445073ad 100644 --- a/databases/tiledb/pkg-plist +++ b/databases/tiledb/pkg-plist @@ -2,7 +2,6 @@ include/tiledb/api/c_api/api_external_common.h include/tiledb/api/c_api/array/array_api_experimental.h include/tiledb/api/c_api/array/array_api_external.h include/tiledb/api/c_api/array/encryption_type_enum.h -include/tiledb/api/c_api/array_schema/array_schema_api_deprecated.h include/tiledb/api/c_api/array_schema/array_schema_api_experimental.h include/tiledb/api/c_api/array_schema/array_schema_api_external.h include/tiledb/api/c_api/array_schema/array_type_enum.h @@ -13,7 +12,6 @@ include/tiledb/api/c_api/attribute/attribute_api_external_experimental.h include/tiledb/api/c_api/buffer/buffer_api_external.h include/tiledb/api/c_api/buffer_list/buffer_list_api_external.h include/tiledb/api/c_api/config/config_api_external.h -include/tiledb/api/c_api/context/context_api_experimental.h include/tiledb/api/c_api/context/context_api_external.h include/tiledb/api/c_api/current_domain/current_domain_api_enum.h include/tiledb/api/c_api/current_domain/current_domain_api_external_experimental.h diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index c2ae416c2191..456a4e6d82f4 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= timescaledb -PORTVERSION= 2.23.1 +PORTVERSION= 2.24.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index a870375ef3e0..d9eddc7f0c45 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763346478 -SHA256 (timescale-timescaledb-2.23.1_GH0.tar.gz) = 26575fa9e287a6107a6bf162bacab4932b0df19bee38d28c132f9a2d6591d647 -SIZE (timescale-timescaledb-2.23.1_GH0.tar.gz) = 8276671 +TIMESTAMP = 1765750143 +SHA256 (timescale-timescaledb-2.24.0_GH0.tar.gz) = 06a5d38c52bebb364104541002ccfb9ea739f93183c339895f0d1ed90b005e17 +SIZE (timescale-timescaledb-2.24.0_GH0.tar.gz) = 8324256 diff --git a/databases/timescaledb/pkg-plist b/databases/timescaledb/pkg-plist index 1acc9460083b..c6d1440f31b3 100644 --- a/databases/timescaledb/pkg-plist +++ b/databases/timescaledb/pkg-plist @@ -49,5 +49,6 @@ share/postgresql/extension/timescaledb--2.21.4--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.22.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.22.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.23.0--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--2.23.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb.control diff --git a/databases/usql/Makefile b/databases/usql/Makefile index cb71d8399a40..dd6c55bed0da 100644 --- a/databases/usql/Makefile +++ b/databases/usql/Makefile @@ -17,7 +17,7 @@ BROKEN_i386= fails to find resvg_xx symbols, see https://github.com/xo/usql/issu LIB_DEPENDS= libresvg.so:graphics/resvg-capi -USES= go:1.24,modules +USES= go:1.24+,modules GO_MODULE= github.com/xo/usql diff --git a/databases/valkey/Makefile b/databases/valkey/Makefile index 048ac1731deb..12a3791388d4 100644 --- a/databases/valkey/Makefile +++ b/databases/valkey/Makefile @@ -1,11 +1,7 @@ PORTNAME= valkey -DISTVERSION= 9.0.0 -PORTREVISION= 1 +DISTVERSION= 9.0.1 CATEGORIES= databases -PATCH_SITES= https://github.com/valkey-io/valkey/commit/ -PATCHFILES= f54818cc60597e9fe5dc03a52fd39ab944cd4932.patch:-p1 - MAINTAINER= bofh@freebsd.org COMMENT= High-performance data structure server that primarily serves key/value workloads WWW= https://valkey.io/ diff --git a/databases/valkey/distinfo b/databases/valkey/distinfo index 661b9741d6c9..be9cfca7ec9f 100644 --- a/databases/valkey/distinfo +++ b/databases/valkey/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1762119749 -SHA256 (valkey-io-valkey-9.0.0_GH0.tar.gz) = 088f47e167eb640ea31af48c81c5d62ee56321f25a4b05d4e54a0ef34232724b -SIZE (valkey-io-valkey-9.0.0_GH0.tar.gz) = 4113905 -SHA256 (f54818cc60597e9fe5dc03a52fd39ab944cd4932.patch) = 3e996dba6bf785cc9a6e0d1edba07e2cdd299c80c8be87b6f8c54fcffe05ba2b -SIZE (f54818cc60597e9fe5dc03a52fd39ab944cd4932.patch) = 1474 +TIMESTAMP = 1765532267 +SHA256 (valkey-io-valkey-9.0.1_GH0.tar.gz) = 9cfbc5f32a2a6058ee0f8c532b9c4d24167cc49d719f091dd75f1bb8353a1fc5 +SIZE (valkey-io-valkey-9.0.1_GH0.tar.gz) = 4115784 diff --git a/databases/xls2txt/Makefile b/databases/xls2txt/Makefile index f114f27817a6..553001851514 100644 --- a/databases/xls2txt/Makefile +++ b/databases/xls2txt/Makefile @@ -1,6 +1,6 @@ PORTNAME= xls2txt DISTVERSION= 1.0.1 -PORTREVISION= 45 +PORTREVISION= 46 CATEGORIES= databases textproc MAINTAINER= yuri@FreeBSD.org |
