CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/07/11 06:07:03
Modified files:
databases/influxdb: Makefile crates.inc distinfo modules.inc
databases/influxdb/pkg: PLIST
Added files:
databases/influxdb/patches: patch-cmd_influxd_launcher_cmd_go
patch-pkg_fs_fs_unix_go
Removed files:
databases/influxdb/patches: patch-etc_config_sample_toml
patch-go_mod patch-go_sum
patch-man_Makefile
Log message:
databases/influxdb: major update to 2.7.1
- cf https://docs.influxdata.com/influxdb/v2.7/upgrade/v1-to-v2/
- fix influxd version by passing MODGO_VERSION via MODGO_LDFLAGS
- fetch, generate and bundle the web ui assets so that the web interface
on port 8086 works ootb
- the influx cli moved to a separate port that will be imported shortly
- migration notes will be added to current.html
- drop sample config, influxd setup should be used to generate one
- disable reporting by default in the code (was previously in the
default config)
ok & testing lraab@, thanks !