Commit graph

314784 commits

Author SHA1 Message Date
happysalada
73f18436e7 meilisearch: enable flake usage 2021-09-14 18:23:03 +09:00
Sandro
b5655eebb7
Merge pull request #137771 from LeSuisse/opentsdb-CVE-2020-35476 2021-09-14 11:21:46 +02:00
Sandro
87fbc5f376
Merge pull request #137765 from r-ryantm/auto-update/gbenchmark 2021-09-14 11:20:36 +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
Sandro
761749ddca
Merge pull request #137769 from superherointj/package-argocd-2.1.2 2021-09-14 11:13:00 +02:00
Sandro
2dea1b10a7
Merge pull request #137770 from r-ryantm/auto-update/python3.8-launchpadlib 2021-09-14 11:12:12 +02:00
Sandro
c36769b10d
Merge pull request #137732 from r-ryantm/auto-update/bschaffl 2021-09-14 11:10:29 +02:00
Sandro
7f4be47adf
Merge pull request #137717 from r-ryantm/auto-update/alembic
alembic: 1.8.2 -> 1.8.3
2021-09-14 11:08:36 +02:00
R. RyanTM
bcfd20bf2d rsnapshot: 1.4.3 -> 1.4.4 2021-09-14 08:32:14 +00:00
R. RyanTM
8c11f9fc69 esbuild: 0.12.25 -> 0.12.27 2021-09-14 17:25:08 +09:00
superherointj
e2d831ad9a argocd: 2.1.1 -> 2.1.2 2021-09-14 05:18:19 -03: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
R. RyanTM
64361afd5c python38Packages.launchpadlib: 1.10.13 -> 1.10.14 2021-09-14 08:11:59 +00:00
R. RyanTM
3cc437a3da gbenchmark: 1.5.6 -> 1.6.0 2021-09-14 07:43:23 +00: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
Domen Kožar
ac36cd7153
Merge pull request #137741 from emilazy/more-aarch64-darwin-fixes
{darwin.trash,rpm,dash,jwhois}: fix on aarch64-darwin
2021-09-14 09:27:38 +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
Emily
a04e858da4 dash: fix on aarch64-darwin 2021-09-14 06:50:35 +01:00
Emily
1875c0312e dash: 0.5.11.2 -> 0.5.11.4
The readdir64/dirent64 patch was obsoleted by an upstream commit.
2021-09-14 06:50:33 +01:00
Ben Siraphob
6f5e9a6f7b
Merge pull request #137706 from r-ryantm/auto-update/trealla
trealla: 1.9.37 -> 1.12.0
2021-09-14 00:12:24 -05:00
Mario Rodas
f6ffb3d819
Merge pull request #137724 from r-ryantm/auto-update/bazel-buildtools
bazel-buildtools: 4.0.1 -> 4.2.0
2021-09-13 23:37:42 -05:00
Mario Rodas
5299671e3f
Merge pull request #137682 from fabaff/bump-tfsec
tfsec: 0.58.6 -> 0.58.9
2021-09-13 23:37:04 -05:00
Mario Rodas
44cbe8b2cb
Merge pull request #137644 from marsam/fix-libvirt-darwin
libvirt: fix build on darwin
2021-09-13 23:36:43 -05:00
Emily
d9d051ecd9 dash: use fetchpatch 2021-09-14 04:18:32 +01:00
R. RyanTM
c13796af38 bschaffl: 1.4.6 -> 1.4.8 2021-09-14 02:58:31 +00:00
Ryan Mulligan
1224feb92e
Merge pull request #137611 from r-ryantm/auto-update/python38Packages.deezer-py
python38Packages.deezer-py: 1.1.3 -> 1.2.2
2021-09-13 19:41:33 -07:00
Emily
83c4c7ea5b rpm: fix on aarch64-darwin 2021-09-14 03:31:31 +01:00
Emily
35a1ca8a0a darwin.trash: fix on aarch64-darwin
None of these clang options should be necessary with the nixpkgs stdenv
infrastructure, and the -arch was breaking Apple Silicon builds.
2021-09-14 03:31:31 +01:00
R. RyanTM
c9e42a65d2 bazel-buildtools: 4.0.1 -> 4.2.0 2021-09-14 01:53:07 +00:00
Martin Weinelt
bca7162d60
Merge pull request #137603 from veprbl/pr/awkward_1_5_0
python3Packages.awkward: 1.4.0 -> 1.5.0
2021-09-14 03:10:55 +02:00
R. RyanTM
cf5db339eb alembic: 1.8.2 -> 1.8.3 2021-09-14 00:45:49 +00:00
Shea Levy
d66edf1450
Merge pull request #137705 from r-ryantm/auto-update/system76-firmware
system76-firmware: 1.0.28 -> 1.0.29
2021-09-13 20:26:51 -04:00
R. RyanTM
37ae37e8b7 trealla: 1.9.37 -> 1.12.0 2021-09-13 23:54:27 +00:00
R. RyanTM
48d6922748 system76-firmware: 1.0.28 -> 1.0.29 2021-09-13 23:38:52 +00:00
Ryan Mulligan
3d1fe451d4
Merge pull request #137703 from aciceri/master
navidrome: 0.44.1 -> 0.45.1 and added aarch64 support
2021-09-13 16:37:54 -07:00
aciceri
11e662a2fe
navidrome: 0.44.1 -> 0.45.1 and added aarch64 support 2021-09-14 01:07:47 +02:00
Ryan Mulligan
df7113c072
Merge pull request #135192 from r-ryantm/auto-update/lightburn
lightburn: 1.0.00 -> 1.0.01
2021-09-13 14:59:25 -07:00
Timothy DeHerrera
f5d48e200a
Merge pull request #137680 from benley/slack-hooks
slack: run preInstall & postInstall hooks
2021-09-13 13:59:34 -06:00
Bernardo Meurer
c56b1da8a2
Merge pull request #137671 from lovesegfault/firefox-fixup-sway
firefox-unwrapped: workaround issues on non-Gnome wayland WM's on FF 92
2021-09-13 19:43:26 +00:00
Fabian Affolter
f684a2d30f tfsec: 0.58.6 -> 0.58.9 2021-09-13 21:29:21 +02:00
Konrad Borowski
865fd06726
melonDS: 0.9.1 -> 0.9.3 (#137654) 2021-09-13 12:23:30 -07:00
Fabian Affolter
c0d68bfe5e
Merge pull request #137575 from fabaff/bump-dpath
python3Packages.dpath: 2.0.4 -> 2.0.5
2021-09-13 21:20:32 +02:00
Benjamin Staffin
0045d3e4f9 slack: run preInstall & postInstall hooks 2021-09-13 12:09:04 -07:00
Benjamin Staffin
3d0c3e9fca
arcanist: generate & install bash-completion (#122596)
* arcanist: generate & install bash-completion

Arcanist only supports bash for shell-completion as of 20200711,
otherwise I would include zsh and/or fish here.

upstream discussion of zsh non-support: https://secure.phabricator.com/D19700

* arcanist: apply nixpkgs-hammering recommendations

* arcanist: obey makeFlags/makeFlagsArray/NIX_BUILD_CORES
2021-09-13 15:01:51 -04:00
Guillaume Girol
3592034595
Merge pull request #133166 from symphorien/nonogroup
Don't default to nogroup for the primary group of users.
2021-09-13 18:29:21 +00:00
Artturi
dddf775e4c
Merge pull request #137045 from Artturin/fetchzipw
fetchzip: recursively run chmod +w on the unpackDir
2021-09-13 21:16:05 +03:00
Ryan Mulligan
ea59da44e8
Merge pull request #137653 from r-ryantm/auto-update/python38Packages.phonenumbers
python38Packages.phonenumbers: 8.12.31 -> 8.12.32
2021-09-13 10:52:05 -07:00
Bernardo Meurer
dfccb3045e
firefox-unwrapped: workaround issues on non-Gnome wayland WM's on FF 92
Closes: #137649
2021-09-13 10:21:53 -07:00