Commit Graph

385762 Commits

Author SHA1 Message Date
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
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
Fabian Affolter
28a39d79b7
Merge pull request #177835 from r-ryantm/auto-update/python3.10-trytond
python310Packages.trytond: 6.4.1 -> 6.4.2
2022-06-16 08:30:24 +02:00
Fabian Affolter
eebce54b30
Merge pull request #177839 from r-ryantm/auto-update/python3.10-google-cloud-bigtable
python310Packages.google-cloud-bigtable: 2.10.0 -> 2.10.1
2022-06-16 08:29:58 +02:00
Fabian Affolter
8e0d845990
Merge pull request #177808 from fabaff/pyupgrade-bump
python310Packages.pyupgrade: 2.32.1 -> 2.34.0
2022-06-16 08:29:24 +02:00
Fabian Affolter
8c4d1b5a6e
Merge pull request #177809 from fabaff/checkov-bump
checkov: 2.0.1212 -> 2.0.1217
2022-06-16 08:29:06 +02:00
Fabian Affolter
0489e7cd07
Merge pull request #177816 from r-ryantm/auto-update/appthreat-depscan
appthreat-depscan: 2.1.5 -> 2.1.6
2022-06-16 08:28:45 +02:00
Fabian Affolter
4377d4fd62
Merge pull request #177840 from r-ryantm/auto-update/python3.10-twilio
python310Packages.twilio: 7.9.2 -> 7.9.3
2022-06-16 08:28:26 +02:00
Jade Lovelace
651e6fcb16 nix-doc: 0.5.4->0.5.5 2022-06-15 23:10:42 -07:00
Mario Rodas
151947f50e
Merge pull request #177828 from r-ryantm/auto-update/deno
deno: 1.22.3 -> 1.23.0
2022-06-16 00:15:02 -05:00
Mario Rodas
89ddce2157
Merge pull request #177424 from lopsided98/arm-trusted-firmware-update
arm-trusted-firmware: 2.6 -> 2.7
2022-06-16 00:14:32 -05:00
Mario Rodas
81c87ab164
Merge pull request #177799 from squalus/git-lfs-cross
git-lfs: fix cross compile
2022-06-16 00:11:02 -05:00
Mario Rodas
caaa033c32
Merge pull request #177831 from r-ryantm/auto-update/internetarchive
internetarchive: 3.0.1 -> 3.0.2
2022-06-16 00:09:59 -05:00
Bobby Rong
4409580983
Merge pull request #177710 from bobby285271/pantheon
Pantheon 7 updates 2022-06-14
2022-06-16 13:08:58 +08:00
R. Ryantm
f89f79f8d5 python310Packages.twilio: 7.9.2 -> 7.9.3 2022-06-16 05:05:45 +00:00
Ryan Mulligan
bef6dc29e8
Merge pull request #177834 from r-ryantm/auto-update/python3.10-types-redis
python310Packages.types-redis: 4.2.6 -> 4.2.7
2022-06-15 21:28:19 -07:00
R. Ryantm
b24234a26b python310Packages.google-cloud-bigtable: 2.10.0 -> 2.10.1 2022-06-16 04:23:10 +00:00
Mario Rodas
959f75c31e starship: 1.7.1 -> 1.8.0
https://github.com/starship/starship/releases/tag/v1.8.0
2022-06-16 04:20:00 +00:00
R. Ryantm
2c9e5d89e9 python310Packages.trytond: 6.4.1 -> 6.4.2 2022-06-16 03:21:20 +00:00