10342 Commits

Author SHA1 Message Date
patrick
1fa5a693c4 Enable both touchpads to make the touchpads work on all machines. Also
fix interrupts on the devices hanging off the SPMI bus.  The interrupts
one should head into upstream as well at some point, for the touchpad one
I'm not so sure.

ok tobhe@
2022-11-30 10:00:25 +00:00
patrick
6e8377aef6 Apply current for-next patchset from Linux QCOM maintainers for the Lenovo
Thinkpad x13s.

ok tobhe@
2022-11-30 09:56:42 +00:00
ajacoutot
2a93abb8c3 Update to terragrunt-0.42.2. 2022-11-30 09:03:36 +00:00
lraab
e253d2ad64 sysutils/glances: update to 3.3.0.4
changelog:
https://raw.githubusercontent.com/nicolargo/glances/develop/NEWS.rst

ok sthen@
2022-11-28 22:23:02 +00:00
sthen
bbeddb9c17 update to py3-cpuinfo-9.0.0 2022-11-28 22:09:46 +00:00
sthen
cb6d2eaa68 update to tentakel-3.1.3 2022-11-28 20:46:49 +00:00
jeremy
1871d460bd Unbreak after upgrade to Ruby 3.1.3 2022-11-28 15:47:51 +00:00
patrick
5fffe97e2e update dtb to linux 6.0.10
Includes a revert of the changes in linux 5.15 that switched the cpsw(4)
bindings to a different format.  This allows us to update the dtb port
without breaking cpsw(4) on the Beaglebone Black.  If we ever adjust
cpsw(4) to work with the new bindings, this could be dropped.

ok tobhe@
2022-11-28 15:16:20 +00:00
sthen
da0c898721 update to borgmatic-1.7.5 2022-11-28 10:27:52 +00:00
ajacoutot
6baa36903b Update to deja-dup-44.0. 2022-11-28 09:08:57 +00:00
kn
67447ab7b9 Bring back CLI tools, use Qt6, build everything with cmake
Turns out README.md is a little misleading/inaccurate and the global cmake file
just works for all tools (except the fake/install target, see GitHub issue).

Contrary to qmake, using cmake requires Qt6, but we have that and it works, so
make the move.
2022-11-27 17:06:56 +00:00
kn
8c9e8069fe Update to UEFITool A62, pull OpenBSD fix PR 2022-11-27 16:38:16 +00:00
kn
ee3d8f3803 Update to UEFITool A60
Upstream's versioning is a bit confusing;  there has been no 0.x.y release in
two years, but they keep shipping A* versions, so jump from 0.28.0 to 60.

This now only includes the graphical UEFITool built with qmake.
The CLI tools are built with cmake and could be readded later on, but for now
fiddling with both qmake and cmake modules in one port is too much hassle.

A60 is the latest version that compiles without errors/patches.
2022-11-27 15:53:15 +00:00
ajacoutot
336d95a5ad Update to remotebox-3.2. 2022-11-27 10:36:15 +00:00
jturner
b9ca1521d4 Update login_duo to 2.0.0 2022-11-27 03:22:03 +00:00
sthen
d858b7cc2a Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00
sthen
18323762b9 use MODPY_PYBUILD 2022-11-26 15:02:49 +00:00
lraab
b04697043e sysutils/loki: update to 2.7.0
changelog: https://grafana.com/docs/loki/next/upgrading/#270

ok sthen@
2022-11-26 13:43:14 +00:00
sthen
4bef8c5762 use MODPY_PYBUILD 2022-11-25 21:11:34 +00:00
sthen
e414892690 update to py3-platformdirs-2.5.4 2022-11-25 12:05:04 +00:00
sthen
9049aa4fe6 update to msktutil-1.2.1 2022-11-25 09:55:35 +00:00
sthen
dcf468059a update to py3-subprocess-tee-0.4.0 2022-11-25 09:13:27 +00:00
ajacoutot
42e63f06ed Update to terragrunt-0.41.0. 2022-11-25 07:46:05 +00:00
ajacoutot
62f3539761 Update to awscli-1.27.16. 2022-11-25 07:45:36 +00:00
pascal
e0e6f0e586 Update to parallel 20221122. 2022-11-24 23:09:49 +00:00
sthen
1f122d339f update to ansible-lint-6.9.0 2022-11-24 16:49:14 +00:00
sthen
34ad2a445a update to ansible-lint-6.8.7 2022-11-24 16:42:07 +00:00
sthen
6dce26af64 +py-subprocess-tee, py-ansible-compat 2022-11-24 16:40:55 +00:00
sthen
55a8eba15a import ports/sysutils/py-ansible-compat, ok solene@
ansible-compat is a Python package containing functions that facilitate
working with various versions of Ansible 2.9 and newer.
2022-11-24 16:39:38 +00:00
sthen
27eba592c1 import ports/sysutils/py-subprocess-tee, ok solene@
This package provides a drop-in alternative to subprocess.run that
captures the output while still printing it in real-time, just the way
tee does.

Printing output in real-time while still capturing is valuable for any
tool that executes long-running child processes. For those, you do want
to provide instant feedback (progress) related to what is happening.
2022-11-24 16:39:35 +00:00
sthen
e4d1aab383 update to snmp_exporter-0.21.0 2022-11-24 14:54:42 +00:00
op
c15cd11c31 update sysutils/nnn to 4.7
diff from MAINTAINER Martin Ziemer, thanks!
changelog: https://github.com/jarun/nnn/releases/tag/v4.7
2022-11-24 10:25:40 +00:00
ajacoutot
422d1501a2 Update to nomad-1.4.3. 2022-11-24 08:37:14 +00:00
pvk
4a406e5168 Update py-vsphere-automation 8.0.0.0 -> 8.0.0.1
Changelog: https://github.com/vmware/vsphere-automation-sdk-python/releases/tag/v8.0.0.1
2022-11-23 21:20:26 +00:00
kn
52c7e01431 drop myself as maintainer 2022-11-23 20:34:14 +00:00
pvk
411413bfa9 Update ansible 6.6.0 -> 7.0.0
Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/7/CHANGELOG-v7.rst#v7-0-0
2022-11-23 18:13:43 +00:00
op
fa1e63a0dc add back DISTFILE, lost before importing. reported by aja, thanks! 2022-11-23 16:57:05 +00:00
op
ac8bd4f82c drop punctuation from COMMENT, ok gonzalo@ 2022-11-23 15:51:35 +00:00
gonzalo
297b042e64 Add llama 2022-11-23 15:10:47 +00:00
gonzalo
5117f88130 llama is a terminal file manager. OK op@ 2022-11-23 15:07:00 +00:00
pvk
d5d65fb851 Update py-zabbix-api 0.5.4 -> 0.5.5 2022-11-22 10:30:31 +00:00
ajacoutot
0613d19a89 Update to consul-1.14.1. 2022-11-22 08:33:20 +00:00
sthen
407b134c13 take maintainer of borgmatic, agreed with jasper@ 2022-11-21 20:17:10 +00:00
tb
4d87e3d76f Update fd to 8.5.3
The new test_owner_current_group fails, I haven't looked deeply into it.

Major update: https://github.com/sharkdp/fd/releases/tag/v8.5.0
Minor bugfix releases:
https://github.com/sharkdp/fd/releases/tag/v8.5.1
https://github.com/sharkdp/fd/releases/tag/v8.5.2
https://github.com/sharkdp/fd/releases/tag/v8.5.3
2022-11-20 22:32:56 +00:00
rsadowski
5d8280e849 Update docker-cli to 20.10.21
OK sthen@, thanks
2022-11-20 16:14:43 +00:00
ajacoutot
99357e83fd Update to amazon-ssm-agent-3.2.286.0. 2022-11-20 09:03:43 +00:00
rsadowski
3a2c0476e0 Update kubectl to 1.25.4 2022-11-20 08:26:15 +00:00
bket
6394d409f3 Update to rclone-3.60.1
Changes: https://rclone.org/changelog/#v1-60-1-2022-11-17
2022-11-20 06:54:56 +00:00
ajacoutot
b934d98390 +cloud-sql-proxy 2022-11-19 14:36:22 +00:00
ajacoutot
db33fd9489 Import cloud-sql-proxy-2.0.0rc3
The Cloud SQL Auth proxy is a utility for ensuring secure connections to your
Cloud SQL instances.
<...>

ok robert@
2022-11-19 14:35:54 +00:00