Sandro and GitHub
6cc25b31e6
Merge pull request #162093 from c0bw3b/upd/nghttp2
2022-03-10 14:54:42 +01:00
github-actions[bot] and GitHub
d41fcfc34e
Merge staging-next into staging
2022-03-10 12:01:50 +00:00
github-actions[bot] and GitHub
cac809141e
Merge master into staging-next
2022-03-10 12:01:13 +00:00
Alyssa Ross
f8be98b2cb
cryptsetup: separate binaries from libraries
...
This reduces closure sizes by making the libraries not depend on the
binaries, which is good for dynamic builds, and (when statically
linked) making the binaries not depend on the libraries, which is good
for static builds.
When static building, we additionally have to disable loading LUKS
plugins from $lib to avoid a reference, which probably wouldn't have
worked anyway.
2022-03-10 11:13:15 +00:00
Alyssa Ross
fb079c3110
linux.configfile: fix alts containing "/m"
...
generate-config.pl's auto modules feature answers "m" to any Kconfig
question it thinks supports being a module. It detected this by
seeing if the help shown by make config (called "alts" by the script)
contained the string "/m", which it would in the case of e.g a
tristate option, where alts would be "N/m/y/?".
But then along came CONFIG_MODPROBE_PATH in Linux 5.13, with a default
value, shown in the make config help, of "/sbin/modprobe".
generate-config.pl would see the "/m" substring, and answer "m" to the
question, meaning (I think) that the built kernel would expect the
modprobe binary to be at /m. This broke the (non-NixOS) VM images I
build with Nix. NixOS was unaffected because it uses a different
mechanism to set the modprobe path.
With the current architecture, we can't 100% determine whether a
Kconfig option is a string or a tristate, but we can get a lot closer
by using a better regex. My new regex only accepts single word
characters, separated by slashes, with a "/?" at the end. This is
much less likely to ever end up as the default value of a string
option.
Tested by building linux_latest.configfile before and after my
changes, and checking the only difference is the correct default for
CONFIG_MODPROBE_PATH.
2022-03-10 11:13:11 +00:00
Sandro and GitHub
83580a2e4f
Merge pull request #163523 from r-ryantm/auto-update/python-openstackclient
2022-03-10 11:50:16 +01:00
taku0 and Yuka
6766069f57
thunderbird: 91.6.2 -> 91.7.0
2022-03-10 11:50:09 +01:00
taku0 and Yuka
f54f099b95
thunderbird-bin: 91.6.2 -> 91.7.0
2022-03-10 11:50:09 +01:00
Sandro and GitHub
635b5afceb
Merge pull request #152733 from jakubgs/init/soundconverter
2022-03-10 11:49:45 +01:00
Daniel Olsen and Vincent Laporte
db40016cf6
ocamlPackages.shine: init at 0.2.2
2022-03-10 11:45:28 +01:00
Daniel Olsen and Vincent Laporte
c09ba4441a
shine: init at 3.1.1
2022-03-10 11:45:28 +01:00
Jacek Galowicz and GitHub
9a5d5408aa
Merge pull request #160223 from VirtusLab/chore/update-git-machete
...
git-machete: updates to 3.7.2
2022-03-10 11:42:13 +01:00
Sandro and GitHub
d747802b23
Merge pull request #163168 from azuwis/shadowsocks-rust
2022-03-10 11:41:38 +01:00
Bobby Rong and GitHub
085e8934e4
Merge pull request #163397 from samuela/upkeep-bot/vscode-1.65.1-1646785501
...
vscode: 1.65.0 -> 1.65.1
2022-03-10 17:10:00 +08:00
Bobby Rong and GitHub
9f3b74b8da
Merge pull request #163438 from samuela/upkeep-bot/vscodium-1.65.1-1646827859
...
vscodium: 1.65.0 -> 1.65.1
2022-03-10 17:09:41 +08:00
Åsmund Østvold and GitHub
d8012c5458
nuget-to-nix: deterministic sorting of output list ( #162187 )
...
It is the package list output that should be sorted. The current
output sequence is not logical because '.' is sorted in front of '/'
with input sorting and is not deterministic for different language
environments.
To get a deterministic and logical sorting in environments with
different language configured, env "LC_ALL=C" is set and the produced
strings is that is sorted. To get alphabetic sorting and not a pure
ASCII value sort "--ignore-case" is added.
2022-03-10 09:11:04 +01:00
Thiago Kenji Okada and GitHub
eb7e73916e
Merge pull request #163521 from bryanasdev000/kn130
...
kn: 1.2.0 -> 1.3.0
2022-03-10 07:57:21 +00:00
Robert Schütz and Robert Schütz
a25c0af123
python3Packages.pyturbojpeg: 1.6.5 -> 1.6.6
2022-03-10 07:39:18 +00:00
zowoq
847d9649a9
cni-plugins: 1.1.0 -> 1.1.1
...
https://github.com/containernetworking/plugins/releases/tag/v1.1.1
2022-03-10 17:03:05 +10:00
Zhong Jianxin
90124307e7
shadowsocks-rust: Enable optional features
...
This features will make it possible to setup transparent proxy on Linux
and macOS.
2022-03-10 14:49:01 +08:00
github-actions[bot] and GitHub
8379968bb2
Merge staging-next into staging
2022-03-10 06:02:07 +00:00
github-actions[bot] and GitHub
c46a02f957
Merge master into staging-next
2022-03-10 06:01:29 +00:00
Bobby Rong and GitHub
5dd8960d56
Merge pull request #162250 from rileyinman/streamlink-twitch-gui
...
streamlink-twitch-gui-bin: 1.11.0 -> 2.0.0
2022-03-10 13:51:30 +08:00
Bobby Rong and GitHub
f1bb58bc99
Merge pull request #163237 from r-ryantm/auto-update/brave
...
brave: 1.36.109 -> 1.36.111
2022-03-10 13:38:28 +08:00
Bobby Rong and GitHub
1adbba155c
Merge pull request #163410 from veprbl/pr/broken_retro-gtk
...
retro-gtk: mark as broken on darwin
2022-03-10 13:33:45 +08:00
Bobby Rong and GitHub
5f5bddd15e
Merge pull request #163373 from andresilva/ledger-live-2.39.2
...
ledger-live-desktop: 2.38.3 -> 2.39.2
2022-03-10 13:29:02 +08:00
Bobby Rong and GitHub
50c314535a
Merge pull request #162929 from eduarrrd/marktext
...
marktext: 0.16.3 -> 0.17.1
2022-03-10 13:11:26 +08:00
Bobby Rong and GitHub
10d4f89c44
Merge pull request #163104 from r-ryantm/auto-update/foxotron
...
foxotron: 2022-03-05 -> 2022-03-06
2022-03-10 13:04:35 +08:00
Bobby Rong and GitHub
f4402c8932
Merge pull request #163286 from totoroot/update/qownnotes-22.3.1
...
qownnotes: 22.2.9 -> 22.3.1
2022-03-10 12:54:55 +08:00
Bobby Rong and GitHub
d8cbebf2e9
Merge pull request #163436 from dasisdormax/astc-encoder-3.4
...
astc-encoder: 3.3 -> 3.4
2022-03-10 12:45:14 +08:00
Robert Schütz and Robert Schütz
a8110b9347
abcmidi: 2022.02.13 -> 2022.02.21
2022-03-10 03:51:06 +00:00
R. Ryantm and Yt
bdc2648807
tilt: 0.25.1 -> 0.25.2
2022-03-09 22:24:42 -05:00
zowoq and GitHub
5625298330
Merge pull request #161533 from Stunkymonkey/rust-{lib-}src-phases
...
rust-{lib-}src: deprecate phases
2022-03-10 13:22:07 +10:00
Ivv and GitHub
26dd58f0bf
Merge pull request #163330 from ModdedGamers/add-mrhedgehog-to-maintainers
...
maintainers: add mrhedgehog
2022-03-10 04:16:37 +01:00
Ivv and GitHub
2705aef804
Merge pull request #163429 from bartsch/maintainer-add-bartsch
...
Add bartsch to maintainers list and uboot package
2022-03-10 04:11:10 +01:00
Ryan Mulligan and GitHub
d9f3d088dd
Merge pull request #163407 from ryantm/readme-dark-mode-logo
...
README: white logo for dark mode
2022-03-09 19:09:41 -08:00
Aaron Andersen and GitHub
0a6fa5ec69
Merge pull request #162965 from r-ryantm/auto-update/kodi-pvr-hdhomerun
...
kodiPackages.pvr-hdhomerun: 19.0.2 -> 19.1.0
2022-03-09 19:58:51 -05:00
R. Ryantm
b9addba70f
openstackclient: 5.7.0 -> 5.8.0
2022-03-10 00:25:45 +00:00
Bryan A. S
b03bcbd498
kn: 1.2.0 -> 1.3.0
...
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com >
2022-03-09 21:07:10 -03:00
Ryan Mulligan
d73c0250ee
README: white logo for dark mode
...
white logo was approved in https://github.com/NixOS/nixos-artwork/pull/80
2022-03-09 16:07:03 -08:00
Will Cohen and Alyssa Ross
b20f90e940
qemu: backport 9p-darwin to v6.2.0
2022-03-10 00:03:14 +00:00
github-actions[bot] and GitHub
ded44e80ff
Merge staging-next into staging
2022-03-10 00:02:45 +00:00
github-actions[bot] and GitHub
b9e72faa79
Merge master into staging-next
2022-03-10 00:02:01 +00:00
Alyssa Ross
36a211e1ee
cloud-hypervisor: 21.0 -> 22.0
2022-03-09 23:54:39 +00:00
Fabian Affolter and GitHub
0a32bdca7a
Merge pull request #163476 from fabaff/bump-traitor
...
traitor: 0.0.9 -> 0.0.14
2022-03-10 00:41:23 +01:00
Fabian Affolter and GitHub
12b2eb3633
Merge pull request #163494 from dotlambda/radios-0.1.1
...
python3Packages.radios: 0.1.0 -> 0.1.1
2022-03-10 00:38:55 +01:00
R. Ryantm and Jonathan Ringer
c18c87106c
python310Packages.sphinxext-opengraph: 0.6.1 -> 0.6.2
2022-03-09 15:24:44 -08:00
R. Ryantm and Jonathan Ringer
b07b0e1b91
python310Packages.azure-synapse-artifacts: 0.11.0 -> 0.12.0
2022-03-09 15:24:25 -08:00
Sandro and GitHub
f51fc1cb3b
Merge pull request #163313 from SuperSandro2000/aws-sdk-cpp
2022-03-10 00:18:57 +01:00
Sandro and GitHub
809ffc101f
Merge pull request #162947 from ianmjones/wails-2.0.0-beta.33
2022-03-10 00:15:31 +01:00