Commit Graph

39501 Commits

Author SHA1 Message Date
github-actions[bot]
df9a7e8f43
Merge staging-next into staging 2021-09-14 12:01:39 +00:00
github-actions[bot]
6f038e8b11
Merge master into staging-next 2021-09-14 12:01:03 +00:00
Sandro
843b3b0ef8
Merge pull request #137748 from r-ryantm/auto-update/stripe-cli 2021-09-14 13:42:11 +02:00
Sandro
51da0e529f
Merge pull request #137749 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.39.4 -> 0.39.5
2021-09-14 13:36:38 +02:00
Sandro
15ea118b17
Merge pull request #137776 from r-ryantm/auto-update/s3backer 2021-09-14 11:31:58 +02:00
Sandro
b5655eebb7
Merge pull request #137771 from LeSuisse/opentsdb-CVE-2020-35476 2021-09-14 11:21:46 +02:00
Sandro
4b773620b8
Merge pull request #137763 from r-ryantm/auto-update/rsyslog
rsyslog: 8.2102.0 -> 8.2108.0
2021-09-14 11:20:11 +02:00
Sandro
f43439d7cf
Merge pull request #137772 from r-ryantm/auto-update/rsnapshot
rsnapshot: 1.4.3 -> 1.4.4
2021-09-14 11:15:34 +02:00
R. RyanTM
8bae8e70f5 s3backer: 1.6.1 -> 1.6.2 2021-09-14 08:56:16 +00:00
R. RyanTM
bcfd20bf2d rsnapshot: 1.4.3 -> 1.4.4 2021-09-14 08:32:14 +00:00
Thomas Gerbet
b9608ec767 opentsdb: fix CVE-2020-35476
This contribution pulls in the patch fixing CVE-2020-35476.
The fix is also included in the 2.4.1 version but the upgrade requires
more work: a tarball with all the third party tools is no more provided.
The build process attempts to get them during the build which fail.

https://github.com/advisories/GHSA-hv53-q76c-7f8c
2021-09-14 10:15:08 +02:00
Sergei Trofimovich
03e61e35dd basex: fix Icon= store path to point to nix store.
Noticed the problem on never disappearing diff reported by:

    $ ./maintainers/scripts/rebuild-amount.sh --print HEAD
    Estimating rebuild amount by counting changed Hydra jobs.
          1 x86_64-linux

    basex.x86_64-linux /nix/store/5ng...-basex-9.4.3

Before the change local non-store path was used:

    $ nix-build -A basex; fgrep -R Icon result/
    result/share/applications/basex.desktop:Icon=/home/.../tools/text/xml/basex/basex.svg

After the change the file got into store as expected:

    $ nix-build -A basex; fgrep -R Icon result/
    result/share/applications/basex.desktop:Icon=/nix/store/...-basex.svg
2021-09-14 09:36:34 +02:00
R. RyanTM
21f1fcdf8b rsyslog: 8.2102.0 -> 8.2108.0 2021-09-14 07:17:07 +00:00
Emily
9d3086d862 jwhois: fix on aarch64-darwin
This is somewhat of a hack, and other packages are certainly affected by
this issue (e.g. assh runs into it in some cgo code), but at least this
documents a workaround in-tree and gets one more package building now.
2021-09-14 06:50:35 +01:00
R. RyanTM
e9ca9aac71 dnsproxy: 0.39.4 -> 0.39.5 2021-09-14 05:35:08 +00:00
R. RyanTM
34f26a5b87 stripe-cli: 1.7.0 -> 1.7.1 2021-09-14 05:29:06 +00:00
Emily
83c4c7ea5b rpm: fix on aarch64-darwin 2021-09-14 03:31:31 +01:00
Sergei Trofimovich
dc46ed7181 btrfs-progs: 5.13.1 -> 5.14 2021-09-14 00:17:59 +01:00
github-actions[bot]
04e48fbe4f
Merge staging-next into staging 2021-09-13 18:01:51 +00:00
Jonathan Ringer
f3fba3c336
azure-cli/azure-cli-core: update requests substitution 2021-09-13 08:15:33 -07:00
Jonathan Ringer
ca1731455d
Merge remote-tracking branch 'origin/master' into staging-next 2021-09-13 08:09:52 -07:00
Domen Kožar
7a36468853
Merge pull request #137605 from emilazy/aarch64-darwin-fixes
{pv,mosh}: fix on aarch64-darwin
2021-09-13 13:52:51 +02:00
Florian Klink
8019c95b55
Merge pull request #131618 from andir/systemdv249
systemd v249
2021-09-13 09:39:49 +02:00
Jonathan Ringer
6d488e8238 azure-cli: allow for use with all versions of scp
scp didn't have any breaking changes according to changelog:
https://github.com/jbardin/scp.py/blob/master/CHANGELOG.md
2021-09-13 00:32:55 -07:00
Jonathan Ringer
c6df6f51cc azure-cli: 2.26.1 -> 2.28.0 2021-09-13 00:32:55 -07:00
Arthur Gautier
3a7e5f6c25 ipxe: allow to pass options with values
For example BANNER_TIMEOUT can be overriden like:
```
ipxe.overrideArgs(old: {
    enableOptions = old.enableOptions ++ [ "BANNER_TIMEOUT 100" ];
});
```

Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-09-13 08:47:00 +02:00
github-actions[bot]
12eb8fbbba
Merge staging-next into staging 2021-09-13 06:02:09 +00:00
github-actions[bot]
d6f028d12d
Merge master into staging-next 2021-09-13 06:01:28 +00:00
Emily
0ce7438bd6 mosh: fix on aarch64-darwin
The build failure here is not due to Apple Silicon per se but instead
an artifact of the aarch64-darwin toolchain using a newer version of the
Xcode SDK as a basis. This causes issues building on case-insensitive
filesystems due to the collision between the standard <version> header
and a mosh source file called VERSION.

Fix with a MacPorts backport of an upstream mosh commit, via Homebrew.
2021-09-13 05:41:45 +01:00
Emily
a48dff9412 pv: fix on aarch64-darwin
Homebrew carries a patch that has been sent upstream. Since it's
designed to be suitable for inclusion as-is and strictly improves
correctness, we just apply it unconditionally on all platforms.
2021-09-13 05:41:45 +01:00
Emily
765dd20a6c pv: 1.6.6 -> 1.6.20 2021-09-13 05:41:45 +01:00
Ryan Mulligan
10bd2ab8fd
Merge pull request #135137 from r-ryantm/auto-update/exoscale-cli
exoscale-cli: 1.40.2 -> 1.40.5
2021-09-12 18:42:12 -07:00
Nicolas Berbiche
5e44271c07 bottom: 0.6.3 -> 0.6.4 2021-09-13 10:11:26 +09:00
Ryan Mulligan
2424ff5e4c
Merge pull request #137583 from r-ryantm/auto-update/opentabletdriver
opentabletdriver: 0.5.3.2 -> 0.5.3.3
2021-09-12 17:58:11 -07:00
github-actions[bot]
dfd1161f35
Merge staging-next into staging 2021-09-13 00:02:22 +00:00
github-actions[bot]
ac962ee61a
Merge master into staging-next 2021-09-13 00:01:41 +00:00
Sandro
a79648dd7f
Merge pull request #136109 from john-consumable/master 2021-09-13 00:42:54 +02:00
R. RyanTM
c07ae7fe51 opentabletdriver: 0.5.3.2 -> 0.5.3.3 2021-09-12 22:39:34 +00:00
Sandro
e0bf12865c
Merge pull request #137463 from imlonghao/borgmatic/1.5.18 2021-09-13 00:35:18 +02:00
Sandro
cc14453a03
Merge pull request #137577 from marsam/fix-mcfly-init-script 2021-09-13 00:32:09 +02:00
Sandro
efe9afda9e
Merge pull request #134162 from Kranzes/auto-update/pass-tomb
passExtensions.pass-tomb: 1.1 -> 1.3
2021-09-13 00:30:35 +02:00
Andreas Rammhold
a485b498e6
refind: 0.13.1 -> 0.13.2 2021-09-12 23:44:18 +02:00
github-actions[bot]
fef6f602e6
Merge staging-next into staging 2021-09-12 18:01:50 +00:00
github-actions[bot]
a13bf1828b
Merge master into staging-next 2021-09-12 18:01:21 +00:00
Sandro
8fd6cc7787
Merge pull request #135513 from r-ryantm/auto-update/kapp 2021-09-12 17:30:09 +02:00
Sandro
a3bf844c47
Merge pull request #135005 from r-ryantm/auto-update/consul-template 2021-09-12 17:07:35 +02:00
Sandro
8dd363b43c
Merge pull request #135292 from r-ryantm/auto-update/shipyard
shipyard: 0.3.2 -> 0.3.27
2021-09-12 17:07:14 +02:00
Daniël de Kok
6af98ae669
Merge pull request #137539 from danieldk/remove-maintainership
treewide: remove danieldk as maintainer from a set of packages
2021-09-12 17:06:53 +02:00
Sandro
9442d8780e
Merge pull request #136847 from r-ryantm/auto-update/discordchatexporter-cli 2021-09-12 17:04:16 +02:00
Sandro
0d4fbdfdea
Merge pull request #137468 from IvanMalison/bump_quill
quill: 0.2.4 -> 0.2.5
2021-09-12 16:42:23 +02:00