R. Ryantm
667eea766a
python310Packages.fastavro: 1.5.1 -> 1.5.2
2022-06-27 16:09:43 +00:00
Robert Hensing
8bff3fef40
nixos/make-options-doc: Support block quotes
...
Our tooling would trip without the inner <para>, despite the docbook
docs suggesting that <para> occurs in <blockquote> and vice versa.
2022-06-27 17:41:32 +02:00
Robert Hensing
e04aa1bcd9
nixos/make-options-doc: Escape inline code and code blocks
2022-06-27 17:41:32 +02:00
Robert Hensing
f900ed1749
nixos/make-options-doc: Support newline md node
...
This occurs in the ast generated for blockquotes.
2022-06-27 17:41:32 +02:00
Robert Hensing
bccc3e747b
nixos/make-options-doc: Fix exception handler for arity /= 1 methods
2022-06-27 17:41:32 +02:00
Robert Hensing
aff2dbbc82
make-options-doc: Make variablelist id configurable
...
I've tried XInclude set-xml-id first, but our tooling did not pick up on it.
2022-06-27 17:41:32 +02:00
Robert Hensing
4a8bc4fd07
lib/options: Add hint for debugging infinite recursion in docs
2022-06-27 17:41:32 +02:00
Robert Hensing
49237015d6
nixos/doc: Make nixos-manual-combined fail easy to inspect
...
By writing the unchecked outputs before checking them, they will
be written to a store path, which appears in the log, and which
sticks around even if the build fails. Eventually it is GCed, but
until then, you can open the file.
If you run it in a terminal+editor combination like VSCode, the
failure location is just one Ctrl+click away.
2022-06-27 17:41:32 +02:00
Artturi
819e4d63fc
Merge pull request #177648 from linsui/element
...
element-web: fix jitsi
2022-06-27 17:07:51 +03:00
Sumner Evans
00fe47bc0e
intel-ocl: add web archive link since other links 404
...
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2022-06-27 07:40:11 -06:00
Alyssa Ross
fd6a8fb894
openssl_3: rename from openssl_3_0
...
With their new versioning scheme, OpenSSL have committed[1] to API and
ABI compatibility for the whole 3.x.x release series, so we shouldn't
be overly specific in our attribute name.
[1]: https://www.openssl.org/blog/blog/2018/11/28/version/
2022-06-27 13:35:16 +00:00
Kim Lindberger
8b404a1617
Merge pull request #177783 from talyz/parsedmarc-secrets
...
parsedmarc, geoipupdate: Improve secrets handling and more
2022-06-27 15:26:10 +02:00
Alyssa Ross
c59d1ebd6e
openssl_3_0: fix apparent x86_64 AVX512 RCE
...
Has been applied upstream. No CVE.
2022-06-27 13:14:30 +00:00
Bobby Rong
288c730d0b
Merge pull request #179177 from viraptor/reaper
...
reaper: 6.47 -> 6.61
2022-06-27 20:53:40 +08:00
Bobby Rong
7bb43e0ef1
Merge pull request #178936 from r-ryantm/auto-update/armadillo
...
armadillo: 11.1.1 -> 11.2.0
2022-06-27 20:50:49 +08:00
Bobby Rong
118b744055
Merge pull request #178939 from r-ryantm/auto-update/appgate-sdp
...
appgate-sdp: 5.5.4 -> 5.5.5
2022-06-27 20:49:05 +08:00
Bobby Rong
10da962233
Merge pull request #178877 from viraptor/small-noisetorch
...
noisetorch: add strip flags
2022-06-27 20:46:32 +08:00
Sandro
f6342b8b9e
Merge pull request #179221 from SuperSandro2000/python310Packages.geoip2
...
python310Packages.geoip2: 4.5.0 -> 4.6.0
2022-06-27 14:44:04 +02:00
Robert Schütz
284ff42c48
chatty: 0.6.6 -> 0.6.7
...
https://source.puri.sm/Librem5/chatty/-/blob/v0.6.7/NEWS
2022-06-27 12:35:50 +00:00
Profpatsch
284d5486a5
weechat-matrix: fix startup crash
...
Python 3.10 has a bug in its SSL module.
Fixes: https://github.com/NixOS/nixpkgs/issues/178540
2022-06-27 14:35:24 +02:00
Sandro
00b644c8e6
Merge pull request #179207 from roberth/top-level-git-autofixup
...
git-autofixup: init as alias
2022-06-27 14:34:15 +02:00
Profpatsch
0e444785a1
installer/tools/get-version-suffix: set --git-dir
...
The `nixos-rebuild` tool calls `get-version-suffix` to figure out the
git revision of the nixpkgs directory if there is a .git.
https://nvd.nist.gov/vuln/detail/CVE-2022-24765 made git throw an
error if the .git search logic is not turned off and a user
tries to access a `.git` directory they don’t own (otherwise a
different user could trick them into setting arbitrary git config).
So from now on we should always explicitely set `--git-dir`, which
turns this search logic (and thus the security check) off.
2022-06-27 14:28:03 +02:00
Martin Weinelt
d3d7ea1ace
spidermonkey_91: 91.10.0 -> 91.11.0
2022-06-27 14:20:48 +02:00
Martin Weinelt
71c17fd17f
firefox-beta-bin-unwrapped: 102.0b5 -> 102.0b9
2022-06-27 14:20:48 +02:00
Martin Weinelt
46f9c89390
firefox-devedition-unwrapped: 102.0b6 -> 102.0b9
2022-06-27 14:20:47 +02:00
Martin Weinelt
ddc17118f0
firefox-esr-91-unwrapped: 91.10.0esr -> 91.11.0esr
...
https://www.mozilla.org/en-US/firefox/91.11.0/releasenotes/
2022-06-27 14:20:47 +02:00
Martin Weinelt
1832364599
firefox-esr-102-unwrapped: init at 102.0esr
...
https://www.mozilla.org/en-US/firefox/102.0/releasenotes/
2022-06-27 14:20:47 +02:00
Martin Weinelt
32b18b77bd
firefox-bin-unwrapped: 101.0.1 -> 102.0
...
https://www.mozilla.org/en-US/firefox/102.0/releasenotes/
2022-06-27 14:20:42 +02:00
Martin Weinelt
736555d08f
firefox-unwrapped: 101.0.1 -> 102.0
...
https://www.mozilla.org/en-US/firefox/102.0/releasenotes/
2022-06-27 14:20:42 +02:00
Sven Over
3e4672efd5
spr: 1.3.2 -> 1.3.3
2022-06-27 13:10:17 +01:00
github-actions[bot]
86c34bf774
Merge master into staging-next
2022-06-27 12:01:26 +00:00
kilianar
0330a06eea
wlr-randr: upstream moved from GitHub to Sourcehut
...
Upstream moved from https://github.com/emersion/wlr-randr to https://sr.ht/~emersion/wlr-randr
2022-06-27 13:53:47 +02:00
Maximilian Bosch
ec5b885d95
Merge pull request #179236 from winterqt/nextcloud-improvements
...
nixos/nextcloud: some small improvements
2022-06-27 13:42:44 +02:00
Martin Weinelt
8cb1790803
Merge pull request #178809 from helsinki-systems/upd/nss_lastest
2022-06-27 13:33:10 +02:00
Martin Weinelt
0e119c0cc3
Merge pull request #179315 from r-ryantm/auto-update/python3.10-aiounifi
...
python310Packages.aiounifi: 32 -> 33
2022-06-27 13:11:34 +02:00
Martin Weinelt
bf95af906d
Merge pull request #179305 from fabaff/awesomeversion-bump
2022-06-27 13:10:14 +02:00
06kellyjac
db4d8640c1
busybox: patch CVE-2022-30065
...
https://nvd.nist.gov/vuln/detail/CVE-2022-30065
2022-06-27 10:39:07 +00:00
Martin Weinelt
b213d85ced
Merge pull request #179316 from NickCao/bird
2022-06-27 12:31:28 +02:00
Martin Weinelt
8ad20a5056
Merge pull request #179288 from dotlambda/bind-9.18.4
2022-06-27 12:27:20 +02:00
Martin Weinelt
9790d25583
home-assistant: relax requests
2022-06-27 12:14:59 +02:00
06kellyjac
739968042e
chain-bench: 0.0.2 -> 0.0.3
2022-06-27 10:55:11 +01:00
Nick Cao
bba3722a1e
bird: 2.0.9 -> 2.0.10
2022-06-27 17:41:20 +08:00
Guillaume Maudoux
f2a54d2d8a
Merge pull request #178727 from layus/init/chkservice
...
chkservice: init at 0.3
2022-06-27 11:34:52 +02:00
R. Ryantm
e7b935d2d9
python310Packages.aiounifi: 32 -> 33
2022-06-27 09:07:53 +00:00
Maciej Krüger
f68dc8688c
Merge pull request #179310 from jojosch/dbeaver-update
2022-06-27 11:02:39 +02:00
Pavol Rusnak
54c19e2408
lnd: 0.14.3-beta -> 0.15.0-beta
2022-06-27 10:53:10 +02:00
Pavol Rusnak
88a31c5235
Merge pull request #179311 from erikarvstedt/clightning-0.11.2
...
clightning: 0.11.1 -> 0.11.2
2022-06-27 10:48:24 +02:00
Erik Arvstedt
3de3be9287
clightning: 0.11.1 -> 0.11.2
2022-06-27 10:43:04 +02:00
Johannes Schleifenbaum
b7cea71f1b
dbeaver: 22.1.0 -> 22.1.1
2022-06-27 10:22:56 +02:00
Thiago Kenji Okada
4d52e5e811
Merge pull request #179265 from dotlambda/unrar-6.1.7
...
unrar: 6.1.6 -> 6.1.7
2022-06-27 09:04:41 +01:00