Commit graph

39246 commits

Author SHA1 Message Date
Harsh Shandilya eeae23051f
fclones: add msfjarvis as maintainer 2021-09-14 18:06:54 +05:30
Harsh Shandilya b2ec5cb0bd
fclones: add support for Darwin builds 2021-09-14 18:06:53 +05:30
Harsh Shandilya b6d412f102
fclones: 0.14.0 -> 0.15.0 2021-09-14 18:06:52 +05:30
Sandro cb29dfad98
Merge pull request #137740 from r-ryantm/auto-update/convbin
convbin: 3.4 -> 3.7
2021-09-14 14:17:09 +02:00
Sandro 39f2266d0d
Merge pull request #137745 from r-ryantm/auto-update/stress-ng 2021-09-14 14:07:32 +02: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
R. RyanTM b47ac5a77c stress-ng: 0.13.00 -> 0.13.01 2021-09-14 05:04:49 +00:00
R. RyanTM 4748cc258a convbin: 3.4 -> 3.7 2021-09-14 04:17:54 +00:00
Emily 83c4c7ea5b rpm: fix on aarch64-darwin 2021-09-14 03:31:31 +01: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
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
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
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
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
Daniël de Kok 6f2ce2a65e treewide: remove danieldk as maintainer from a set of packages
I currently do not have much time to work on nixpkgs. Remove
myself as a maintainer from a bunch of packages to avoid that
people are waiting on me for a review.
2021-09-12 14:42:12 +00:00
Robert Helgesson d94bd5c599 svtplay-dl: 4.2 -> 4.3 2021-09-12 16:41:33 +02:00
Sandro eef7dc681b
Merge pull request #137490 from r-ryantm/auto-update/nncp 2021-09-12 16:40:12 +02:00
Sandro affbee38ff
Merge pull request #137505 from fabaff/bump-nuclei 2021-09-12 16:30:46 +02:00
Sandro 1fd0bda051
Merge pull request #137531 from servalcatty/v2ray
v2ray: 4.41.1 -> 4.42.1
2021-09-12 16:30:12 +02:00
Pavol Rusnak a51701e3f3
android-backup-extractor: init at 20210909062443-4c55371 (#137516)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-12 16:02:56 +02:00
Sandro da7fd2fdad
Merge pull request #137449 from mattchrist/init-stuntman
stuntman: init at 1.2.16
2021-09-12 16:01:37 +02:00