Commit Graph

10548 Commits

Author SHA1 Message Date
tb ff896f02ec borgbackup/2.0: bump after openssl update 2023-02-07 16:44:54 +00:00
op d289417ef1 ooops, s/try_import/try_repeat 2023-02-07 10:35:57 +00:00
op dc25437217 +try_import 2023-02-07 10:32:06 +00:00
op 1b5f3c5e70 import try_repeat-0.2.0
try_repeat tries to run a command n times, exiting early if the command exits
with a non-zero exit code. This is useful when trying to find intermittent
failures in a command.

port from Laurence Tratt (laurie [at] tratt [dot] net); thanks!
ok edd@
2023-02-07 10:30:42 +00:00
gonzalo cd2bcd40db Update for Gource to 0.54
OK op@
2023-02-07 08:54:07 +00:00
tb b55d4b9420 sysutils/idled: convert logfile() into a proper vararg function and add
string header to squelch some warnings. Unbreaks clang 15 build. People
who like removing ports should probably consider this one.
2023-02-07 00:06:50 +00:00
bket 00ea471ea0 +rustic 2023-02-06 20:37:28 +00:00
bket e771ec9b87 Import sysutils/rustic-0.4.3
OK rsadowski@, aisha@

DESCR
Rustic is a backup tool that provides fast, encrypted, deduplicated
backups. It reads and writes the restic repo format desribed in the
design document and can therefore be used as a complete replacement for
restic.

Note that rustic currently is in an beta release and misses tests. It is
not yet considered to be ready for use in a production environment.
2023-02-06 20:30:48 +00:00
tb 781de92d35 sysutils/fwa: sprinkle void to fix build with clang 15.
https://github.com/PeterHajdu/fwa/pull/2
2023-02-06 10:37:40 +00:00
tb 0c17406a53 sysutils/collectd: disable -Werror. The code contains a few counters that
are only printed in DEBUG mode. In llvm-15 -Wunused-but-set-variable became
more sensitive, so this breaks the build.
2023-02-06 09:11:30 +00:00
kettenis 600dad843b Enable speakers on the M1 Pro/Max/Ultra machines
ok tobhe@, sthen@
2023-02-05 21:15:39 +00:00
bket 655e8682b7 Update to restic-0.15.1
Changes: https://github.com/restic/restic/releases/tag/v0.15.1

OK sthen@
2023-02-04 14:27:22 +00:00
sthen e034b09c30 update to moreutils-0.67 2023-02-04 13:29:18 +00:00
kettenis 154162a42b Enable speakers on the M2 13" MacBook Pro and the M2 MacBook Air
ok sthen@
2023-02-04 10:51:25 +00:00
ajacoutot e88d96a93b Update to awscli-1.27.64. 2023-02-04 10:41:55 +00:00
tb 63d50496ba seabios: regen patches 2023-02-04 09:36:42 +00:00
tb de54e7ff51 seabios: Pass --keep-section .fixedaddress.* to llvm-strip. Removing these
sections from rom16.o would result in vmd hanging and spinning on early
boot.

ok dv
2023-02-04 09:35:35 +00:00
ajacoutot 09cd3724cf Update to terragrunt-0.43.2. 2023-02-03 08:33:03 +00:00
lraab bc52df8563 sysutils/grafana: update to 9.3.6
changelog:
https://github.com/grafana/grafana/compare/v9.2.1...v9.3.6

ok landry@
2023-02-03 04:18:27 +00:00
lraab 549a58b251 sysutils/loki: update to 2.7.2
changelog:
Notable bug fixes:

Fixed bug in validation of pattern and regexp parsers where missing
or empty parameters for these parsers caused panics.

Fixed bugs in processing delete requests with line filters:
  Whole chunks covered by delete requests with a line filter were
  incorrectly skipped.
  Chunks partially covered by delete requests with a line filter
  were not properly processed.

  The part that was not covered by the delete request was rewritten
  with a line filter, while the part that was covered by the delete
  request was completely deleted.

Fixed bug in multi-tenant querying that caused HTTP 400 responses
when multiple tenants where used in X-Scope-OrgID header like so
tenant-a|tenant-b.

Upgraded Go build version and Docker container base images to 1.19.5
to mitigate GO-2022-1144 vulnerability.

ok landry@
2023-02-03 04:13:26 +00:00
pvk 6122c39cdc Update ansible 7.1.0 -> 7.2.0
Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/7/CHANGELOG-v7.rst#v7-2-0
2023-02-02 20:11:14 +00:00
pvk f7a8bcefba Update ansible-core 2.14.1 -> 2.14.2
Changelog: https://github.com/ansible/ansible/blob/stable-2.14/changelogs/CHANGELOG-v2.14.rst#v2-14-2
2023-02-02 20:09:58 +00:00
ajacoutot 440c129182 Update to glide-0.13.3. 2023-02-02 11:06:01 +00:00
ajacoutot 26d14b3183 Update to terragrunt-0.43.1. 2023-02-01 08:09:12 +00:00
ajacoutot ec6984cecc Update to govc-0.30.2. 2023-02-01 07:57:24 +00:00
ajacoutot 8102f175e7 Update to google-cloud-sdk-416.0.0. 2023-02-01 07:45:20 +00:00
sthen fb6831abcc fix typo (I forgot to re-run update-patches), pointed out by
Laurent Cheylus
2023-02-01 05:07:56 +00:00
tb 66a169c468 bump after change in openssl/1.1 (static linking) as there might be
binary change on amd64.
2023-01-31 20:55:52 +00:00
sthen 10bec4ac3b update to fd-8.6.0, install shell-completion files 2023-01-31 20:04:16 +00:00
jca 5f65c44b85 Fix some types mismatches and unbreak with clang 15 2023-01-31 13:34:52 +00:00
gonzalo b33592a02a Add artty 2023-01-31 09:33:23 +00:00
gonzalo 0d7e927c0a art for your TTY OK op@ 2023-01-31 09:30:50 +00:00
kmos 0aa631a73c Shift to using ports-gcc from base-gcc to fix build on sparc64 2023-01-31 04:26:41 +00:00
kmos c891e82cda Do the usual c99 dance to fix build on sparc64 2023-01-30 17:19:55 +00:00
sthen 56a28fcfb7 remove DISTFILES setting for cargo ports using GH_*, no longer needed
with cargo.port.mk r1.35
2023-01-30 13:28:38 +00:00
tb b6f5fce745 borgbackup: USE_NOEXECONLY is needed due to static linking with OpenSSL.
Move it to the top and annotate it.
2023-01-29 07:41:20 +00:00
kn ea695506d0 +gitlab-cli 2023-01-28 16:08:19 +00:00
kn e0e0e1bb0b Import sysutils/gitlab-cli 1.24.1
OK sthen
---
GLab is an open source GitLab CLI tool bringing GitLab to your terminal
next to where you are already working with git and your code without
switching between windows and browser tabs. Work with issues, merge requests,
watch running pipelines directly from your CLI among other features.

glab(1) is available for repositories hosted on GitLab.com and self-managed
GitLab instances. glab supports multiple authenticated GitLab instances
and automatically detects the authenticated hostname from the remotes
available in the working Git directory.
2023-01-28 16:07:13 +00:00
ajacoutot b20a2efd8f Update to govc-0.30.1. 2023-01-28 10:51:19 +00:00
ajacoutot 71dc8b527b Update to awscli-1.27.59. 2023-01-28 10:34:03 +00:00
sthen 3db4f9142f borgmatic: add BUILD_DEPENDS=${RUN_DEPENDS} so generate-borgmatic-config
can run, found by naddy
2023-01-28 01:38:15 +00:00
bket bc2fab81db Hook up borgbackup/2.0 2023-01-27 20:30:26 +00:00
bket ce28f307c0 Import borgbackup-2.0.0b4
This is a beta release, only for testing, and not yet supported - do not
use for production repos. Note that this is a major - breaking -
release, and is not compatible with existing repos.

OK kn@
2023-01-27 20:26:19 +00:00
bket a98bec0a32 Prepare for import of borgbackup-2.0.0b4
No bump needed.
2023-01-27 20:15:34 +00:00
jca 9534ca3d75 Rewrite two macros to avoid a seemingly false positive from clang -Wint-conversion
The code was weirdly written anyway.  ok ajacoutot@ (maintainer)
2023-01-27 18:51:50 +00:00
sthen cde8f9cb43 update to borgmatic-1.7.6
generate config at fake-install time with "generate-borgmatic-config"
rather than using a static file in ${FILESDIR}
2023-01-27 12:26:30 +00:00
sthen b73ae3948a update to memtester-4.6.0 2023-01-27 12:22:34 +00:00
sthen dbede039cc update to ddrescue-1.27, from Martin Ziemer (maintainer) 2023-01-27 11:37:08 +00:00
ajacoutot a350eaeced Update to consul-1.14.4. 2023-01-27 08:52:12 +00:00
edd fb6feb4815 sysutils/fzf: easy update to version 0.37.0.
Diff from Laurent Cheylus, thanks.
2023-01-26 14:14:38 +00:00