Commit graph

307302 commits

Author SHA1 Message Date
Maximilian Bosch
67a5d63b33
Merge pull request #131867 from maxeaubrey/traefik_2.4.12
traefik: 2.4.8 -> 2.4.13
2021-08-06 18:55:07 +02:00
Maximilian Bosch
a086eafd41
Merge pull request #132915 from r-ryantm/auto-update/extrace
extrace: 0.7 -> 0.8
2021-08-06 18:48:25 +02:00
R. RyanTM
4f9977b4fe extrace: 0.7 -> 0.8 2021-08-06 16:25:59 +00:00
Lein Matsumaru
2fdfa55e23
exploitdb: 2021-08-05 -> 2021-08-06 2021-08-06 16:19:37 +00:00
Sandro Jäckel
87fa42c937 libgrss: pname + version 2021-08-06 17:15:33 +02:00
Rafael Fernández López
4c946ee3ee
kubebuilder: only build the cmd package 2021-08-06 17:15:26 +02:00
Rafael Fernández López
d555bd3a84
kubebuilder: fix sha256
Also, remove unused argument.
2021-08-06 17:15:12 +02:00
sternenseemann
b42cded08d haskellPackages.ghc-prof: disable tests on aarch64
Since enableLibraryProfiling is false on aarch64, we can't expect tests
to work, but the library can still be built.
2021-08-06 15:56:26 +02:00
Ninjatrappeur
b626776ab2
Merge pull request #132887 from NixOS/upd/prosody
prosody: 0.11.9 -> 0.11.10
2021-08-06 15:52:52 +02:00
Ilan Joselevich
a876500f5d pipewire: updated JSON configs 2021-08-06 16:50:56 +03:00
sternenseemann
cb96be8e00 haskellPackages.fuzzytime: disable on darwin
Fails to build due to case insensitive file system.
2021-08-06 15:50:22 +02:00
R. RyanTM
e21f344f04 burpsuite: 2021.6 -> 2021.8 2021-08-06 13:47:43 +00:00
lukasepple
6978384f21 haskellPackages.c2hsc: fix build on darwin 2021-08-06 15:44:18 +02:00
sternenseemann
e4969a6b76 haskellPackages.basic-cpuid: fix build on non-x86
Patch in missing import.
2021-08-06 15:32:15 +02:00
Artturin
4be43bf7ed catt: 0.12.1 -> 0.12.2 + relax click and zeroconf dependencies 2021-08-06 16:24:55 +03:00
lukasepple
cecc6ad4d5 haskellPackages.acid-state: disable tests on darwin
Let upstream deal with the resource exhaustion issue, probably the stress
test is a bit too optimistic for darwin's fd limits or whatever.
2021-08-06 15:13:55 +02:00
sternenseemann
5bb192fb96 haskellPackages.gtk-mac-integration: mark as broken
It has a constraint on an old version of gtk, so doesn't build and seems
abandoned (no release since 2017, copyright notice year range ends with
2010).
2021-08-06 15:07:57 +02:00
Artturi
cf7b8d9812
Merge pull request #132891 from r-ryantm/auto-update/butane
butane: 0.13.0 -> 0.13.1
2021-08-06 16:04:33 +03:00
Poscat
6e3cecf1f7
nixos/chrony: wait for dns services to start up before starting 2021-08-06 21:03:55 +08:00
sternenseemann
22b39c2a36 haskellPackages.geomancy: restrict platforms to x86
Won't build on e. g. aarch64 due to its use of x86 architecture specific
features.
2021-08-06 15:03:34 +02:00
Artturi
57644ef986
Merge pull request #132892 from r-ryantm/auto-update/corosync
corosync: 3.1.4 -> 3.1.5
2021-08-06 15:59:55 +03:00
lukasepple
f754109ecf haskellPackages: fix build failures related to test main file casing
A few libraries published by https://github.com/typeclasses/ have the issue
that they have a test suite with its Main module in hegehog.hs. On darwin
GHC can't distinguish between Hedgehog.hs and hedgehog.hs due to the case
insensitive file system and will raise an issue about this.
2021-08-06 14:56:42 +02:00
sternenseemann
0e0fbc6760 haskellPackages.SDL-image: fix build on darwin
Interestingly SDL-image exhibits both the problems of SDL-mixer and SDL-ttf
have. How the respective fixes we apply here as well work is explained in
1a68ebf98573291fc4a8d8e7b35ea2e74a0d6665 and
2a8105fc58644307007f326de25b357d216d3ad7.
2021-08-06 14:39:22 +02:00
sternenseemann
e41518821d haskellPackages.SDL-mixer: fix build on darwin
SDL-mixer's configure script makes some darwin specific assumptions about
the layout of the SDL libraries which don't hold up with the way they are
packaged in nixpkgs. Since the way we are doing this on other platforms
works with the configure script and doesn't significantly differ from the
situation on darwin, we can just replace a string in a string comparison
to ensure the non-darwin code path is taken.
2021-08-06 14:39:22 +02:00
sternenseemann
9a32fd5c49 haskellPackages.SDL-ttf: fix build on darwin
SDL_main.h which is included from SDL_ttf.h contains a #define which redefines
main to SDL_main. This has to do with the way SDL binaries are linked and
executed on darwin which is explained here [1]. However this is bad news for
hsc2hs intermediate C sources which in this case only to gather version
information from the headers and not to run a full SDL application.

Thus compilation would fail due to this issue which we can avoid by redefining
main to main again after including the header.

[1]: http://www.ariis.it/link/repos/sdl-bindings/hssdl-image/MACOSX
2021-08-06 14:39:22 +02:00
sternenseemann
9a39115172 haskellPackages.GLHUI: fix build on darwin 2021-08-06 14:39:22 +02:00
R. RyanTM
2d64bb92c3 corosync: 3.1.4 -> 3.1.5 2021-08-06 12:28:59 +00:00
R. RyanTM
56e6f8277a butane: 0.13.0 -> 0.13.1 2021-08-06 12:23:46 +00:00
github-actions[bot]
151a3b4752
Merge staging-next into staging 2021-08-06 12:01:51 +00:00
github-actions[bot]
c0f81f0ce6
Merge master into staging-next 2021-08-06 12:01:15 +00:00
R. RyanTM
0563a954ea armadillo: 10.6.1 -> 10.6.2 2021-08-06 11:53:09 +00:00
ajs124
a161e14867 dovecot_pigeonhole: 0.5.15 -> 0.5.16 2021-08-06 13:48:46 +02:00
ajs124
0184b07908 dovecot: 2.3.15 -> 2.3.16 2021-08-06 13:47:53 +02:00
Sandro
86340c7370
Merge pull request #132884 from SuperSandro2000/zoxide
zoxide: 0.7.2 -> 0.7.3
2021-08-06 13:16:42 +02:00
ajs124
b977d45922 prosody: 0.11.9 -> 0.11.10
fix CVE-2021-37601

annoucement: https://blog.prosody.im/prosody-0.11.10-released/
2021-08-06 13:16:33 +02:00
R. RyanTM
c1879f7508 twitterBootstrap: 5.0.2 -> 5.1.0 2021-08-06 11:06:31 +00:00
Maximilian Bosch
5310b6bc4b
Merge pull request #132871 from r-ryantm/auto-update/humioctl
humioctl: 0.28.5 -> 0.28.6
2021-08-06 13:00:33 +02:00
Maximilian Bosch
d1aa0d4f08
Merge pull request #132839 from r-ryantm/auto-update/ipset
ipset: 7.14 -> 7.15
2021-08-06 12:59:25 +02:00
Maximilian Bosch
a7eceaa70f
Merge pull request #132792 from kidonng/pr-template
doc: fix typo and wording in pull request template
2021-08-06 12:55:48 +02:00
marius851000
04d50d249f
file: fix detection of mimetype of xz files (#132809) 2021-08-06 06:45:31 -04:00
Ilan Joselevich
779472d9bc pipewire: added kranzes (myself) as a maintainer 2021-08-06 13:44:21 +03:00
Ilan Joselevich
549666bd96 pipewire: libopenaptx -> libfreeaptx 2021-08-06 13:35:12 +03:00
Ilan Joselevich
b0467a4f53 libfreeaptx: init at 0.1.1 2021-08-06 13:33:04 +03:00
Sandro Jäckel
1ac0109aeb
zoxide: 0.7.2 -> 0.7.3 2021-08-06 12:24:30 +02:00
Ilan Joselevich
dab7fef97b pipewire: 0.3.32 -> 0.3.33 2021-08-06 13:02:57 +03:00
R. RyanTM
d06fec649b lepton-eda: 1.9.13-20201211 -> 1.9.16-20210731 2021-08-06 09:59:50 +00:00
sternenseemann
c66cc62b6c haskellPackages.ats-format: ignore custom Setup.hs, install manually
ats-format has a custom Setup.hs which does the following using cli-setup:

* Add ~/.local/share/man to $MANPATH by editing shell configurations in $HOME.

* Install a man page into ~/.local/share

* Install a shell completion by editing shell configurations in $HOME.

We had a workaround to keep this from failing the build in the nix sandbox, but
this seemingly broke on darwin. To fix this once and forall, we force the use
of only `defaultMain` in Setup.hs and install the man page manually.
Additionally we generate completions and remove unnecessary extra references
from the closure.
2021-08-06 11:28:54 +02:00
Maximilian Bosch
562749f486
lnav: 0.9.0 -> 0.10.0
ChangeLog: https://github.com/tstack/lnav/releases/tag/v0.10.0
2021-08-06 11:06:31 +02:00
Sandro
9994d6d607
Merge pull request #132821 from fabaff/opengarage 2021-08-06 10:59:38 +02:00
Sandro
74688e35dd
Merge pull request #132820 from fabaff/adax
python3Packages.adax: init at 0.1.0
2021-08-06 10:58:33 +02:00