Commit Graph

385924 Commits

Author SHA1 Message Date
Shea Levy
76a936228a
linuxPackages.system76-io: Fix building on newer kernels.
See https://github.com/pop-os/system76-io-dkms/issues/7
2022-06-16 10:25:24 -04:00
Anderson Torres
fe306509ce
Merge pull request #177697 from thiagokokada/migrate-sx-to-resholve
sx: migrate to resholve.mkDerivation
2022-06-16 11:15:11 -03:00
Maximilian Bosch
73b80e832e
grafana: 8.5.5 -> 9.0.0
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.0.0
2022-06-16 16:14:34 +02:00
Dennis Gosnell
2a95e0e86c
Merge pull request #177887 from m1-s/unbreak_packages
haskellPackages: unbreak autodocodec, validity-aeson
2022-06-16 23:12:56 +09:00
Artturin
843b988680 python3: fix wrong platform libs when cross-compiling
see https://github.com/NixOS/nixpkgs/pull/169475#issuecomment-1129517328

patch by adisbladis

Co-authored-by: adisbladis <adisbladis@gmail.com>
2022-06-16 16:49:18 +03:00
Michael Schneider
7bdd443f38 haskellPackages: unbreak autodocoded, validity-aeson 2022-06-16 15:29:52 +02:00
Nikolay Korotkiy
f9763428b4
flam3: enable on darwin 2022-06-16 16:27:38 +03:00
rnhmjoj
b0b2bad541
pdns-recursor: 4.6.2 -> 4.7.0 2022-06-16 15:21:52 +02:00
kilianar
42b397842b broot: 1.12.0 -> 1.13.1
- [Release notes](https://github.com/Canop/broot/releases/tag/v1.13.1)
- [Commits](https://github.com/Canop/broot/compare/v1.12.0...v1.13.1)
2022-06-16 15:18:09 +02:00
Dmitry Bogatov
01e4d1a67f
texlive.combined.basic-scheme: fix $PATH of wrapped scripts (#177826)
Fix missing sed, grep and coreutils in $PATH. Closes: #150620
2022-06-16 09:10:37 -04:00
R. RyanTM
772d80a00e
oh-my-zsh: 2022-06-12 -> 2022-06-15 (#177850) 2022-06-16 09:09:31 -04:00
kilianar
4a07f05af1 bfs: 2.3.1 -> 2.6
bfs now relies on oniguruma for regex support therefore we need to add
oniguruma to the buildInputs.
2022-06-16 14:52:20 +02:00
Bobby Rong
2125bb51eb
monitor: switch to gitUpdater 2022-06-16 20:39:42 +08:00
Bobby Rong
5811847961
monitor: 0.13.0 -> 0.14.0 2022-06-16 20:37:53 +08:00
R. Ryantm
a6ada039e1 python310Packages.cloup: 0.14.0 -> 0.15.0 2022-06-16 12:13:49 +00:00
kilianar
8289230b47 gama: 2.17 -> 2.19 2022-06-16 13:56:09 +02:00
Maximilian Bosch
47e5bede09
Merge pull request #177539 from Frostman/blackbox_exporter-0.21.0
prometheus-blackbox-exporter: 0.20.0 -> 0.21.0
2022-06-16 13:39:34 +02:00
Bobby Rong
8a769d0d8a
Merge pull request #177646 from onny/firejail-cleanup
firejail: Remove unused patches
2022-06-16 19:35:45 +08:00
Bobby Rong
d72af2c373
Merge pull request #177861 from rembo10/sickgear-update
sickgear: 0.25.31 -> 0.25.35
2022-06-16 19:18:45 +08:00
Maximilian Bosch
af06b4057f
Merge pull request #177714 from NickCao/synapse
matrix-synapse: 1.60.0 -> 1.61.0
2022-06-16 13:15:33 +02:00
Maximilian Bosch
fb273f2144
linux/hardened/patches/5.4: 5.4.197-hardened1 -> 5.4.198-hardened1 2022-06-16 12:31:39 +02:00
Maximilian Bosch
96aa98b34e
linux/hardened/patches/5.17: 5.17.14-hardened1 -> 5.17.15-hardened1 2022-06-16 12:31:26 +02:00
Maximilian Bosch
b728110e62
linux/hardened/patches/5.15: 5.15.46-hardened1 -> 5.15.47-hardened1 2022-06-16 12:31:11 +02:00
Maximilian Bosch
638b826560
linux/hardened/patches/5.10: 5.10.121-hardened1 -> 5.10.122-hardened1 2022-06-16 12:30:56 +02:00
Maximilian Bosch
2f5d73c7c8
linux/hardened/patches/4.19: 4.19.246-hardened1 -> 4.19.247-hardened1 2022-06-16 12:30:40 +02:00
Maximilian Bosch
f66c3eec69
linux/hardened/patches/4.14: 4.14.282-hardened1 -> 4.14.283-hardened1 2022-06-16 12:30:27 +02:00
Maximilian Bosch
47f2c949b1
linux: 5.4.197 -> 5.4.198 2022-06-16 12:29:20 +02:00
Maximilian Bosch
c06fe392cf
linux: 5.18.3 -> 5.18.4 2022-06-16 12:28:52 +02:00
Maximilian Bosch
e58ad1f6c8
linux: 5.17.14 -> 5.17.15 2022-06-16 12:28:14 +02:00
Maximilian Bosch
66f0feca14
linux: 5.15.46 -> 5.15.47 2022-06-16 12:27:40 +02:00
Thiago Kenji Okada
b2f19ab3b5 graalvmXX-ce: use a patched version of zlib
The previous releases of zlib were not sensitive to incorrect CRC
inputs with bits set above the low 32. Some programs were depended on
this behavior, including GraalVM. So this commit backports a patch from
`zlib` develop that brings back the old behavior. This will probably
be included in the next release of zlib.

Before:

```
$ rm -rf ~/.babashka
$ bb -e "(babashka.pods/load-pod 'clj-kondo/clj-kondo \"2022.05.31\")"
Downloading pod clj-kondo/clj-kondo (2022.05.31)
----- Error --------------------------------------------------------------------
Type:     java.util.zip.ZipException
Message:  invalid entry CRC (expected 0x269cdf2c but got 0x13b86fd8)
Location: <expr>:1:1

----- Context ------------------------------------------------------------------
1: (babashka.pods/load-pod 'clj-kondo/clj-kondo "2022.05.31")
   ^--- invalid entry CRC (expected 0x269cdf2c but got 0x13b86fd8)

----- Stack trace --------------------------------------------------------------
babashka.pods.impl.resolver/unzip             - <built-in>
babashka.pods.impl.resolver/resolve/fn--30674 - <built-in>
clojure.core/mapv/fn--8535                    - <built-in>
clojure.core.protocols/fn--8244               - <built-in>
clojure.core.protocols/fn--8204/G--8199--8213 - <built-in>
... (run with --debug to see elided elements)
babashka.pods.sci/load-pod/fn--30887          - <built-in>
babashka.pods.sci/load-pod                    - <built-in>
clojure.core/apply                            - <built-in>
babashka.impl.pods/load-pod                   - <built-in>
user                                          - <expr>:1:1
```

After:

```
$ rm -rf ~/.babashka
$ ./result/bin/bb -e "(babashka.pods/load-pod 'clj-kondo/clj-kondo \"2022.05.31\")"
Downloading pod clj-kondo/clj-kondo (2022.05.31)
Successfully installed pod clj-kondo/clj-kondo (2022.05.31)
```

The issue should affect other programs using GraalVM, but this was the
test that I had at hand.
2022-06-16 11:27:34 +01:00
Maximilian Bosch
2aabaf7e8a
linux: 5.10.121 -> 5.10.122 2022-06-16 12:27:11 +02:00
Maximilian Bosch
685043bbe9
linux: 4.9.317 -> 4.9.318 2022-06-16 12:26:48 +02:00
Maximilian Bosch
de6b615add
linux: 4.19.246 -> 4.19.247 2022-06-16 12:26:34 +02:00
Maximilian Bosch
783c3d65ef
linux: 4.14.282 -> 4.14.283 2022-06-16 12:26:21 +02:00
R. Ryantm
dfaff84f20 jc: 1.20.0 -> 1.20.1 2022-06-16 10:16:26 +00:00
rembo10
bd3e62e1c4 sickgear: 0.25.31 -> 0.25.35 2022-06-16 15:37:43 +05:30
Fabian Affolter
af97e1313d
Merge pull request #177845 from fabaff/growattServer-bump
python310Packages.growattserver: 1.2.0 -> 1.2.2
2022-06-16 12:04:19 +02:00
Fabian Affolter
977b1195dc
Merge pull request #177855 from r-ryantm/auto-update/python3.10-cyclonedx-python-lib
python310Packages.cyclonedx-python-lib: 2.5.1 -> 2.5.2
2022-06-16 12:03:34 +02:00
Fabian Affolter
15db23824d
Merge pull request #177856 from r-ryantm/auto-update/python3.10-browser-cookie3
python310Packages.browser-cookie3: 0.14.3 -> 0.15.0
2022-06-16 12:03:11 +02:00
R. Ryantm
9cbc088f35 python310Packages.pyenvisalink: 4.4 -> 4.5 2022-06-16 09:49:17 +00:00
R. Ryantm
a5c1d5469b python310Packages.browser-cookie3: 0.14.3 -> 0.15.0 2022-06-16 09:27:42 +00:00
R. Ryantm
1631ddcc7d python310Packages.cyclonedx-python-lib: 2.5.1 -> 2.5.2 2022-06-16 09:00:30 +00:00
Zhong Jianxin
26742b37dc sketchybar: 2.5.2 -> 2.7.1 2022-06-16 15:31:16 +08:00
Bobby Rong
c26f5f8656
Merge pull request #177824 from r-ryantm/auto-update/python3.10-dropbox
python310Packages.dropbox: 11.31.0 -> 11.32.0
2022-06-16 15:30:02 +08:00
Fabian Affolter
adb98d3d97 all-packages: add androguard 2022-06-16 09:09:40 +02:00
Sebastian Krohn
3eb7835a72 exoscale-cli: 1.56.0 -> 1.57.0 2022-06-16 08:54:04 +02:00
Fabian Affolter
2b615cea4a python310Packages.growattserver: 1.2.0 -> 1.2.2 2022-06-16 08:46:37 +02:00
Fabian Affolter
0b59d07567
Merge pull request #177687 from fabaff/graphqlmap
graphqlmap: init at unstable-2022-01-17
2022-06-16 08:39:22 +02:00
Fabian Affolter
62de7e48a2
Merge pull request #177502 from fabaff/grype-bump
grype: 0.37.0 -> 0.39.0
2022-06-16 08:38:54 +02:00