Commit Graph

225698 Commits

Author SHA1 Message Date
Mario Rodas
d5a8dc3f4d
Merge pull request #87713 from zowoq/minikube
minikube: 1.10.0 -> 1.10.1
2020-05-13 01:26:41 -05:00
Daniël de Kok
2548f8b467 sentencepiece: 0.1.86 -> 0.1.90
Changelog:

https://github.com/google/sentencepiece/releases/tag/v0.1.9
https://github.com/google/sentencepiece/releases/tag/v0.1.90
2020-05-13 08:26:00 +02:00
Oleksii Filonenko
e09e4a44ea nushell: 0.13.0 -> 0.14.0 2020-05-13 06:22:55 +00:00
Mario Rodas
410d6a7dc7
Merge pull request #87490 from r-ryantm/auto-update/syslog-ng
syslogng: 3.26.1 -> 3.27.1
2020-05-13 01:15:41 -05:00
Mario Rodas
120d1e0d6a
Merge pull request #87648 from filalex77/monolith-2.2.5
monolith: 2.2.4 -> 2.2.5
2020-05-13 01:07:06 -05:00
Mario Rodas
d3815f332d
Merge pull request #87558 from r-ryantm/auto-update/vttest
vttest: 20200303 -> 20200420
2020-05-13 01:05:42 -05:00
Mario Rodas
6a16787d26
Merge pull request #87649 from filalex77/wasmer-0.17.0
wasmer: 0.16.2 -> 0.17.0
2020-05-13 00:58:59 -05:00
R. RyanTM
b633120a42 liburcu: 0.11.1 -> 0.12.1 2020-05-12 22:46:00 -07:00
R. RyanTM
d11e5f1a4e verilator: 4.032 -> 4.034 2020-05-12 22:27:21 -07:00
R. RyanTM
0dfdd7e166 synthv1: 0.9.13 -> 0.9.14 2020-05-12 22:25:57 -07:00
R. RyanTM
3355631e7e skrooge: 2.21.1 -> 2.22.1 2020-05-12 22:18:37 -07:00
R. RyanTM
80e26e174f serviio: 2.0 -> 2.1 2020-05-12 22:17:36 -07:00
R. RyanTM
f88792c828 wpgtk: 6.0.13 -> 6.1.0 2020-05-12 22:16:13 -07:00
R. RyanTM
dd1beb3208 tautulli: 2.2.1 -> 2.2.3 2020-05-12 22:15:47 -07:00
R. RyanTM
2a9ae489f4 zotero: 5.0.83 -> 5.0.85 2020-05-12 22:15:34 -07:00
R. RyanTM
9c93daa92c urlwatch: 2.17 -> 2.18 2020-05-12 22:15:08 -07:00
R. RyanTM
057383bbcc xpra: 3.0.8 -> 3.0.9 2020-05-12 22:13:06 -07:00
R. RyanTM
e07dfd38f1 wxmaxima: 20.02.4 -> 20.04.0 2020-05-12 22:12:53 -07:00
R. RyanTM
bef44fc4ae znc: 1.7.5 -> 1.8.0 2020-05-12 22:11:10 -07:00
R. RyanTM
77554bb0ff airsonic: 10.6.1 -> 10.6.2 2020-05-12 22:09:11 -07:00
zowoq
ff720ad8af minikube: 1.10.0 -> 1.10.1
https://github.com/kubernetes/minikube/releases/tag/v1.10.1
2020-05-13 13:20:49 +10:00
Ryan Mulligan
35c089a6e2
Merge pull request #87008 from r-ryantm/auto-update/librealsense
librealsense: 2.33.1 -> 2.34.0
2020-05-12 18:47:00 -07:00
Mario Rodas
d9489281f6
Merge pull request #87651 from filalex77/vultr-2.0.1
vultr: 1.15.0 -> 2.0.1
2020-05-12 20:46:03 -05:00
Joe
8da4167303
vscode: remove unused option (#87703)
The option "--skip-getting-started" no longer exists in vscode and causes files in "$@" to not be opened.
Message from stdout: "Warning: 'skip-getting-started' is not in the list of known options, but still passed to Electron/Chromium."
"--skip-getting-started" being removed: 6a8b201c8a
2020-05-12 21:33:42 -04:00
leo60228
53c48c2adb unrpa: init at 2.3.0 2020-05-12 18:33:12 -07:00
leo60228
109b400ec6 pythonPackages.unrpa: init at 2.3.0 2020-05-12 18:33:12 -07:00
Lynn Dong
c85f0a12bb maintainers: add lynty 2020-05-12 18:07:36 -07:00
Lynn Dong
60c0d55e09 helmsman: init at 3.3.0 2020-05-12 18:07:36 -07:00
zowoq
6007ba5075 conmon: 2.0.15 -> 2.0.16
https://github.com/containers/conmon/releases/tag/v2.0.16
2020-05-13 10:49:14 +10:00
aszlig
8fb49973ce
firefox: Add patch to fix AES GCM IV bit size
Regression introduced by bce5268a216924820a486d09bc3aec7e8d6b8fa7.

The bit size of the initialisation vector for AES GCM has been
introduced in NSS version 3.52 in the CK_GCM_PARMS struct via the
ulIvBits field.

Unfortunately, Firefox 68.8.0 and 76.0 do not set this field and thus it
gets initialised to zero, which in turn causes IV generation to fail.

I found out about this because WebRTC stopped working after updating to
NSS 3.52 and so I started bisecting.

Since there wasn't an obvious error in Firefox hinting towards NSS but
instead just the video stream ended up as a "null" stream, I didn't
suspect the NSS update to be the culprit at first. So I verified a few
times and then also started bisecting the actual commit in NSS that
caused the issue.

This turned out to be the problematic change:

https://phabricator.services.mozilla.com/D63241

> One notable change was caused by an inconsistancy between the spec and
> the released headers in PKCS#11 v2.40. CK_GCM_PARAMS had an extra
> field in the header that was not in the spec. OASIS considers the
> header file to be normative, so PKCS#11 v3.0 resolved the issue in
> favor of the header file definition.

Since the test I've used[1] was a bit flaky, I still didn't believe the
result of the bisect to be accurate, but after running the test several
times leading same results I dug through the above change line by line
to get more clues.

It fortunately didn't take that long to stumble upon the ulIvBits change
(which is actually documented in the NSS 3.52 release notes[4], but I
managed to blatantly ignore it for some reason) and started checking the
Firefox source tree for changes regarding that field.

Initialisation of that new field has been introduced[2] in preparation
for the 76 release, but subsequently got reverted[3] prior to the
release, because Firefox 76 is expected to be shipped with NSS 3.51,
which didn't have the ulIvBits field.

The patch I'm adding here is just a reintroduction of that change,
because we're using NSS 3.52. Not initialising that field will break
WebRTC and WebCrypto, which I think the former seems to gain in
popularity these days ;-)

Tested the change against the mentioned VM test[1] and also by testing
manually using Jitsi Meet and Nextcloud Talk.

[1]: https://github.com/aszlig/avonc/tree/884315838b6f0ebb32b/tests/talk
[2]: https://hg.mozilla.org/mozilla-central/rev/3ed30e6b6de1
[3]: https://hg.mozilla.org/mozilla-central/rev/665137da70ee
[4]: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.52_release_notes

Signed-off-by: aszlig <aszlig@nix.build>
2020-05-13 02:23:12 +02:00
Aaron Andersen
9f5e9ef4b7
Merge pull request #87595 from aanderse/perl-packages/config-properties
perlPackages.ConfigProperties: init at 1.80
2020-05-12 19:25:48 -04:00
Lassulus
8c9e7a7c7e
Merge pull request #86446 from gnidorah/cpu-x
cpu-x: init at 3.2.4
2020-05-13 00:56:06 +02:00
Maximilian Bosch
ebeea7497e
clipman: 1.5.1 -> 1.5.2
https://github.com/yory8/clipman/releases/tag/v1.5.2
2020-05-13 00:51:32 +02:00
Lassulus
d630d0e21b
Merge pull request #86671 from bachp/libaria2
aria2: add libaria2 support
2020-05-13 00:20:00 +02:00
Badi' Abdul-Wahid
b3329478be
visidata: add darwin to supported platforms 2020-05-12 16:55:12 -05:00
Jörg Thalheim
81f5a8ada3
Merge pull request #87559 from r-ryantm/auto-update/tilda 2020-05-12 22:30:53 +01:00
Lassulus
83b618a11b
Merge pull request #87282 from symphorien/krop-desktop-file
krop: install desktop file
2020-05-12 23:30:28 +02:00
Jörg Thalheim
2ccd344472
Merge pull request #87699 from yimmt/spelling-mistake 2020-05-12 22:28:58 +01:00
Jörg Thalheim
67c6a2ebaf
Merge pull request #87696 from shuhaowu/update-kind-081
Updated kind from 0.7 -> 0.8.1
2020-05-12 22:27:55 +01:00
Jörg Thalheim
4569da4f3e
Merge pull request #87647 from danieldk/makemkv-1.15.1 2020-05-12 22:19:16 +01:00
Lassulus
1a74d41c0e
Merge pull request #83326 from helsinki-systems/upd/uefitool
uefitool: update
2020-05-12 23:10:05 +02:00
sternenseemann
e12b9622dc ocamlPackages.tls: 0.11.1 -> 0.12.0 2020-05-12 22:34:30 +02:00
sternenseemann
b67a5e424f ocamlPackages.hkdf: init at 1.0.4 2020-05-12 22:34:30 +02:00
sternenseemann
435fd99ab6 ocamlPackages.fiat-p256: init at 0.2.1 2020-05-12 22:34:30 +02:00
sternenseemann
bd30d8fca7 ocamlPackages.hacl_x25519: init at 0.1.1 2020-05-12 22:34:30 +02:00
Jonathan Ringer
59c9713715 python3Packages.dotnetcore2: 2.1.13 -> 2.1.14 2020-05-12 13:12:14 -07:00
Vladyslav M
409639671d
Merge pull request #87622 from lilyball/bat 2020-05-12 23:11:23 +03:00
Timmy Xiao
fd13ca9f84 pam: fix spelling mistake in configuration 2020-05-12 15:56:37 -04:00
Shuhao Wu
e7bbcb3cb6 Updated kind from 0.7 -> 0.8.1
Also use buildGoModule instead of buildGoPackages
2020-05-12 19:41:48 +00:00
R. RyanTM
d623b3cb07 python27Packages.phonenumbers: 8.12.0 -> 8.12.2 2020-05-12 11:52:50 -07:00