8571 Commits

Author SHA1 Message Date
kn
e91ba83835 SYSCONFIDR -> SYSCONFDIR
Spotted by gkoehler@, thanks.
2021-01-15 11:54:00 +00:00
kurt
83d9bccd70 Add ROCK PI N10 and MODPY_SETUPTOOLS=Yes to add missing build depend.
okay jsg@
2021-01-15 00:01:16 +00:00
fcambus
7511089faa Drop maintainership. 2021-01-14 21:55:21 +00:00
bcallah
0cc5946966 Update to ugrep-3.1.2
Changelog: https://github.com/Genivia/ugrep/releases/tag/v3.1.2
2021-01-14 20:38:31 +00:00
ajacoutot
adaa6c24de Update to awscli-1.18.214. 2021-01-14 14:27:11 +00:00
ajacoutot
bb4adc5308 Update to google-cloud-sdk-323.0.0. 2021-01-14 14:09:05 +00:00
jsg
1096c39191 update to U-Boot 2021.01
Fixes problem booting from spi with pinebook pro seen with 2020.10.

Disable CONFIG_USE_PREBOOT from rk3399 configs as this runs
'usb start' which is reported to break booting via other methods
by kurt@.

Tested by kurt@ patrick@ and myself on
am335x_evm
mx6cuboxi
omap4_panda
pinebook-pro-rk3399
rock64-rk3328
rockpro64-rk3399
rpi_3
tinker-rk3288

ok kurt@
2021-01-14 00:56:54 +00:00
fcambus
0fbd431daa Update psftools to 1.1.0. 2021-01-13 10:47:49 +00:00
sthen
de3f904cb8 update reposync, resolve relative paths for the local repo following a
note from Martin Vahlensieck
2021-01-13 09:40:23 +00:00
kn
05fb1ac79a Show COMMENT if HOMEPAGE is empty, disable empty matches for regexes 2021-01-12 13:20:41 +00:00
kn
da2bc44594 Fail on URLs without scheme, add missing RCS id
Otherwise ftp(1) drops into the "ftp> " prompt
(I fixed that bug myself in sysupgrade.sh r1.42 but forgot about it here.)

wget(1) and curl(1) always exit either way instead of blocking, *but*:

- cURL does not URL encode unsafe characters (just like ftp).
- Wget cannot be quiet except for error messages AND write files to stdout:
1. --quiet drops *every* message (incl. warnings/errors),
2. --no-verbose is silent but not quiet (still progress/stats on stdout),
3. --output-file redirects *every* message (progress *and* errors);
So no way to tell it "quiet, errors on stderr, content on stdout)...

So three different tools of which none of them gets all three things right:
- ftp fails on URLs without schema
- cURL does not URL encode its input (on purpose according to manual)
- Wget fails to provide basic stdio primitives

Stick to ftp(1), "validate" the URL with glob patterns and encode it with
jq(1) (as done before) to keep RUN_DEPENDS down at one (jq).
2021-01-12 08:34:58 +00:00
jsg
26fb81beba update to 1.20210108 2021-01-12 04:33:38 +00:00
kn
fd2c67c4ca + portroach-cli 2021-01-11 22:13:08 +00:00
kn
88323e26f1 Import portroach-cli(1)
portroach-cli is a utility to query a portroach(1) instance.

It can filter ports and prints results on standard output.

OK sthen
2021-01-11 22:12:03 +00:00
kn
3614615340 Convert quirky .rpm handling to regular EXTRACT_SUFX=.rpm
OK espie robert
2021-01-10 22:33:22 +00:00
bcallah
dad98dfde9 Update to diffoscope-164 2021-01-10 16:59:03 +00:00
ajacoutot
3ac7301d70 Update to terragrunt-0.27.0. 2021-01-09 11:41:27 +00:00
ajacoutot
0f5c3c653c Update to terraform-0.14.4. 2021-01-09 11:27:36 +00:00
ajacoutot
a056829192 Update to google-cloud-sdk-322.0.0. 2021-01-09 10:33:44 +00:00
bket
f91614d8b5 Update to borgbackup-1.1.15
Changes: https://github.com/borgbackup/borg/blob/1.1.15/docs/changes.rst

Tested by Martin Ziemer <horrad AT horrad DOT de>. Thanks!
2021-01-09 10:18:10 +00:00
ajacoutot
ace50409b8 Update to awscli-1.18.211. 2021-01-08 12:46:26 +00:00
jsg
80d079a75c update to Arm Trusted Firmware-A 2.4
tested by kurt@ on rk3328 and rk3399
2021-01-08 00:11:17 +00:00
edd
a3e3283884 Update sysutils/dinit to version 0.10.0. 2021-01-07 17:04:31 +00:00
ajacoutot
afa56e3043 Update to awscli-1.18.210. 2021-01-07 10:56:32 +00:00
sthen
f4e301c1f0 update to moreutils-0.65 2021-01-05 11:11:43 +00:00
solene
99b2efc36f Update to docker-20.10.1
From maintainer Muhammad Kaisar Arkhan <hi at yukiisbo dot red>
2021-01-04 14:15:20 +00:00
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
jasper
fd1c35a20c - update to croniter-0.3.37
- unbreak tests
2021-01-03 12:30:33 +00:00
jasper
51eb4c6e1e update to pynetbox-5.2.1 2021-01-03 12:01:59 +00:00
ajacoutot
ab51b4598b Update to login_krb5-6.9. 2021-01-03 09:55:48 +00:00
ajacoutot
eeab568df3 Update to awscli-1.18.207. 2021-01-03 09:37:11 +00:00
kn
a0a456e9f7 Remove broken puppetmaster rc.d script
Someone on IRC mentioned /etc/rc.d/puppetmaster failing;
indeed, Puppet 6 no longer has a "master" subcommand.
Note hat we also lack a PuppetDB 6 port (still).
2020-12-30 23:13:53 +00:00
sthen
d1493a5361 update to direnv-2.26.0, from Ashton Fagg (maintainer) 2020-12-30 22:29:24 +00:00
ajacoutot
e9bd89688a Update to awscli-1.18.205. 2020-12-30 09:33:10 +00:00
ajacoutot
f4df209370 Update to awscli-1.18.204. 2020-12-29 12:01:54 +00:00
kn
b2fc1e6192 Fix Python 3.8+ SyntaxWarning messages on every usage
https://docs.python.org/3.8/whatsnew/3.8.html#changes-in-python-behavior

Polish 2to3 usage while here.
2020-12-28 04:01:48 +00:00
dtucker
f6483381c7 Add Orange Pi Zero Plus. ok jsg@ 2020-12-25 12:18:05 +00:00
ajacoutot
5a97fac082 Update to amazon-ssm-agent-3.0.529.0. 2020-12-25 08:08:12 +00:00
ajacoutot
9a3f0ed994 Update to terraform-0.14.3. 2020-12-24 08:08:16 +00:00
ajacoutot
9bdc14e701 Update to awscli-1.18.203. 2020-12-24 07:58:14 +00:00
bcallah
d778ed9d90 Update to ugrep-3.1.1
Changelog: https://github.com/Genivia/ugrep/releases/tag/v3.1.1
2020-12-23 17:42:54 +00:00
ajacoutot
24a867af8e Update to awscli-1.18.202. 2020-12-23 07:46:47 +00:00
sthen
d2c3db373e update to direnv-2.25.2, from Ashton Fagg 2020-12-22 22:03:06 +00:00
solene
6593e77691 Rename package docker to docker-cli
It was a mistake of mine when I imported it,
I forgot to change the PKGNAME.

ok sthen@
2020-12-22 21:02:02 +00:00
ajacoutot
57bd033ac8 Update to ecs-cli-1.21.0. 2020-12-22 12:55:18 +00:00
ajacoutot
8a49b9dc8b Update to govc-0.24.0. 2020-12-22 12:44:43 +00:00
bcallah
597b381e30 Update to mangl-1.0.3. Adds a manual page. 2020-12-22 03:27:42 +00:00
bcallah
0bb6589995 Update to diffoscope-163 2020-12-21 21:58:42 +00:00
ajacoutot
3c319a2616 Update to consolekit2-1.2.2. 2020-12-20 09:20:22 +00:00
robert
62a5f94bfe backport commit from bacula's git, to fix the dbcheck utility:
From f0913c79c07e17bef1795864b5915d37c21e0303 Mon Sep 17 00:00:00 2001
From: Eric Bollengier <eric@baculasystems.com>
Date: Wed, 16 Dec 2020 10:36:21 +0100
Subject: BEE Backport bacula/src/tools/dbcheck.c
2020-12-19 15:30:00 +00:00