Commit Graph

14782 Commits

Author SHA1 Message Date
Ben Siraphob
2f94991628 treewide: fix redirected URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
2021-08-01 00:01:50 +07:00
brprice
9b0a99f64c
nixos-rebuild: print run-*-vm location with bootloader (#130385)
Previously when doing a nixos-rebuild build-vm we see a message saying how to
run the VM, but with nixos-rebuild build-vm-with-bootloader we did not. We
now show it in both cases.
2021-07-31 16:54:37 +02:00
Ben Siraphob
bb2890b116
Merge pull request #132006 from r-ryantm/auto-update/ipset
ipset: 7.11 -> 7.14
2021-07-31 18:53:20 +07:00
Ben Wolsieffer
988c12faed linux/common-config.nix: disable LPAE on armv7l-linux
LPAE was enabled to support native armv7l builders running in QEMU on aarch64,
but this option disables support for processors which don't support LPAE, which
are still relatively common. In particular, Beaglebones use the Cortex-A8, which
doesn't support LPAE.

Also, if you attempt to boot an LPAE kernel on a CPU that doesn't support it,
it fails before even earlycon is initialized. This makes the problem difficult
to debug without enabling CONFIG_DEBUG_LL or using a hardware debugger.
2021-07-30 15:21:03 -04:00
Bernardo Meurer
5d0f0a980a
linux_xanmod: 5.13.5 -> 5.13.6 2021-07-30 10:19:52 -07:00
R. RyanTM
06a13f7353 ipset: 7.11 -> 7.14 2021-07-29 22:45:05 +00:00
github-actions[bot]
4fc7a31edb
Merge master into staging-next 2021-07-29 00:01:33 +00:00
Maximilian Bosch
5424be125e
Merge pull request #131871 from fpletz/pkgs/powertop-2.14
powertop: 2.13 -> 2.14
2021-07-29 00:02:54 +02:00
Franz Pletz
8a91213fd6
powertop: 2.13 -> 2.14 2021-07-28 22:21:06 +02:00
Franz Pletz
4612b75f2a
jool: 4.0.9 -> 4.1.5 2021-07-28 21:22:10 +02:00
github-actions[bot]
6fcda9f1ec
Merge master into staging-next 2021-07-28 18:01:16 +00:00
Eelco Dolstra
0ad27c8653 nixos-rebuild: Set inherit_errexit
Without this, failure of nixBuild() and nixFlakeBuild() was ignored
(since bash doesn't inherit 'set -e' in subshells by default), so the
script would proceed with a bogus ./result link, e.g.

  ++ readlink -f /tmp/nixos-rebuild.NfHKxx/result
  + pathToConfig='/nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix
  /tmp/nixos-rebuild.NfHKxx/result'
  + '[' test = switch -o test = boot ']'
  + copyToTarget '/nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix
  /tmp/nixos-rebuild.NfHKxx/result'
  + '[' '' = '' ']'
  + '[' test = switch -o test = boot -o test = test -o test = dry-activate ']'
  + targetHostCmd /nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix /tmp/nixos-rebuild.NfHKxx/result/bin/switch-to-configuration test
  + '[' -z '' ']'
  + sudo -- /nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix /tmp/nixos-rebuild.NfHKxx/result/bin/switch-to-configuration test
  error: '/tmp/nixos-rebuild.NfHKxx/result/bin/switch-to-configuration' is not a recognised command
  Try '/nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix --help' for more information.
  + echo 'warning: error(s) occurred while switching to the new configuration'
  warning: error(s) occurred while switching to the new configuration
2021-07-28 17:13:01 +02:00
Florian Klink
b167e08781 linux: 5.13.5 -> 5.13.6 2021-07-28 15:16:30 +02:00
github-actions[bot]
a1d3be1d42
Merge master into staging-next 2021-07-28 12:01:16 +00:00
Sandro
1042cb4efc
Merge pull request #130664 from baracoder/nvidia-470.57.02
nvidia_x11: 460.73.01 -> 470.57.02
2021-07-28 11:25:12 +00:00
github-actions[bot]
86197a8023
Merge master into staging-next 2021-07-28 06:01:04 +00:00
Atemu
caa1c955c9 linux_zen: 5.12.19 -> 5.13.5 2021-07-27 16:07:26 +02:00
github-actions[bot]
2692c2e427
Merge master into staging-next 2021-07-27 12:01:20 +00:00
Sandro
882a4c1502
Merge pull request #131595 from Stunkymonkey/openelec-dvb-firmware-phases
openelec-dvb-firmware: remove phases
2021-07-27 10:49:49 +00:00
Sandro
d52c2a7cd4
Merge pull request #131565 from fortuneteller2k/bump-xanmod
linux_xanmod: 5.13.4 -> 5.13.5
2021-07-27 09:22:00 +00:00
Sandro
768cabd888
Merge pull request #131594 from Stunkymonkey/facetimehd-firmware-phases
facetimehd-firmware: deprecate phases
2021-07-27 09:10:13 +00:00
Felix Buehler
b545f2ddb4 openelec-dvb-firmware: remove phases 2021-07-27 10:41:45 +02:00
Ben Siraphob
b63a54f81c
Merge pull request #110742 from siraben/deprecate-fold 2021-07-27 15:13:31 +07:00
Felix Buehler
da2d48a059 facetimehd-firmware: deprecate phases 2021-07-26 20:20:15 +02:00
github-actions[bot]
d01381167a
Merge master into staging-next 2021-07-26 18:01:17 +00:00
TredwellGit
f254b2444a linux_latest-libre: 18165 -> 18191 2021-07-26 15:44:03 +00:00
TredwellGit
a578a22f74 linux-rt_5_10: 5.10.47-rt46 -> 5.10.52-rt47 2021-07-26 15:44:03 +00:00
TredwellGit
e1b7816a1f linux: 5.13.4 -> 5.13.5 2021-07-26 15:44:03 +00:00
Sandro
bbfb6a32bc
Merge pull request #131579 from SuperSandro2000/sof-firmware
sof-firmware: remove not required with lib
2021-07-26 15:03:12 +00:00
Sandro
00d29e34b8
Merge pull request #131113 from Atemu/update/zen-kernels 2021-07-26 14:36:03 +00:00
Sandro Jäckel
74c85b1b59
sof-firmware: remove not required with lib 2021-07-26 16:10:48 +02:00
fortuneteller2k
7144f0c141 linux_xanmod: 5.13.4 -> 5.13.5 2021-07-26 18:02:02 +08:00
R. RyanTM
a42c0425c8 libfabric: 1.12.1 -> 1.13.0 2021-07-24 15:37:58 +02:00
R. RyanTM
f541fba478 libcap: 2.48 -> 2.49 2021-07-24 15:31:50 +02:00
R. RyanTM
1ba9e45338 alsa-topology-conf: 1.2.5 -> 1.2.5.1 2021-07-24 15:20:21 +02:00
Michael Weiss
aa760facf3 iputils: 20210202 -> 20210722 2021-07-24 15:12:42 +02:00
github-actions[bot]
cb1426e30a
Merge staging-next into staging 2021-07-23 18:01:46 +00:00
Sandro
8dec9c8797
Merge pull request #131191 from Mic92/ofp
ofp: remove
2021-07-23 18:18:08 +02:00
github-actions[bot]
3bc17773a5
Merge staging-next into staging 2021-07-23 12:02:01 +00:00
Jörg Thalheim
a6d966aeac
Merge pull request #131180 from zhaofengli/dpdk-examples
dpdk: Support building example programs
2021-07-23 09:44:22 +01:00
Jörg Thalheim
ec132b7fde ofp: remove 2021-07-23 10:19:49 +02:00
Jörg Thalheim
53805fa065 odp-dpdk: 1.27.0.0_DPDK_19.11 -> 1.30.1.0_DPDK_19.11 2021-07-23 07:13:15 +00:00
Zhaofeng Li
7f2e069592 dpdk: Support building example programs 2021-07-22 23:47:55 -07:00
Michele Guerini Rocco
75c433e911
Merge pull request #125704 from zanculmarktum/fix/kbd-search-paths
kbd: update search-paths.patch
2021-07-23 08:14:53 +02:00
Atemu
b15b762d87 linux_lqx: 5.12.17 -> 5.12.19 2021-07-22 18:30:43 +02:00
Atemu
349ff1b29e linux_zen: 5.12.14 -> 5.12.19 2021-07-22 18:30:38 +02:00
github-actions[bot]
2e00ed4420
Merge staging-next into staging 2021-07-22 06:01:44 +00:00
Sandro
92a73b97bd
Merge pull request #130940 from Luflosi/update/lsiutil
lsiutil: 1.60 -> 1.72
2021-07-22 03:12:26 +02:00
github-actions[bot]
9f3ace4591
Merge staging-next into staging 2021-07-22 00:02:07 +00:00
Bernardo Meurer
7955d9881d
linux_xanmod: 5.13.1 -> 5.13.4 2021-07-21 08:38:50 -07:00
Luflosi
d56417ecd9
lsiutil: 1.60 -> 1.72
Also make various improvements and fixes:
- Rename pname from lsiutils to lsiutil since that is the actual name
- Update the URL since the old one was broken
- Inline the call to fetchurl
- Use the installPhase to install instead of installing in the buildPhase
- Replace a call to the modprobe binary with the absolute path to the binary
- Properly determine the absolute path of the mknod binary
- Update the description with text from the source code header
- Declare that this only works on Linux
- Add myself as maintainer
2021-07-21 15:33:11 +02:00
github-actions[bot]
3087a2d2e9
Merge staging-next into staging 2021-07-21 12:02:00 +00:00
Sandro
eed9ae7b43
Merge pull request #130845 from TredwellGit/linux 2021-07-21 13:13:45 +02:00
Andreas Rammhold
b819ebd7f7
Merge pull request #130779 from helsinki-systems/fix/cve-2021-33910
systemd: Patch CVE-2021-33910
2021-07-21 12:53:03 +02:00
TredwellGit
ac887a4abc linux/hardened/patches/5.4: 5.4.133-hardened1 -> 5.4.134-hardened1 2021-07-20 19:07:19 +00:00
TredwellGit
a718b4ae91 linux/hardened/patches/5.12: 5.12.18-hardened1 -> 5.12.19-hardened1 2021-07-20 19:07:18 +00:00
TredwellGit
60e9f5c2d7 linux/hardened/patches/5.10: 5.10.51-hardened1 -> 5.10.52-hardened1 2021-07-20 19:07:17 +00:00
TredwellGit
8bf83e8c87 linux/hardened/patches/4.19: 4.19.197-hardened1 -> 4.19.198-hardened1 2021-07-20 19:07:16 +00:00
TredwellGit
02f4b95e1d linux/hardened/patches/4.14: 4.14.239-hardened1 -> 4.14.240-hardened1 2021-07-20 19:07:15 +00:00
TredwellGit
ebd057e9ef linux: 5.4.133 -> 5.4.134 2021-07-20 19:06:55 +00:00
TredwellGit
5b3a23670c linux: 5.13.3 -> 5.13.4 2021-07-20 19:06:49 +00:00
TredwellGit
a703195804 linux: 5.12.18 -> 5.12.19 2021-07-20 19:06:43 +00:00
TredwellGit
f61350ac89 linux: 5.10.51 -> 5.10.52 2021-07-20 19:06:37 +00:00
TredwellGit
c6eff0d2f5 linux: 4.9.275 -> 4.9.276 2021-07-20 19:06:31 +00:00
TredwellGit
067c21c964 linux: 4.4.275 -> 4.4.276 2021-07-20 19:06:26 +00:00
TredwellGit
9c153cccd2 linux: 4.19.197 -> 4.19.198 2021-07-20 19:06:20 +00:00
TredwellGit
82af4b58ee linux: 4.14.239 -> 4.14.240 2021-07-20 19:06:15 +00:00
github-actions[bot]
23c6d36ba0
Merge staging-next into staging 2021-07-20 18:01:42 +00:00
github-actions[bot]
61eb7e2e9e
Merge master into staging-next 2021-07-20 18:01:04 +00:00
Janne Heß
b361dcf0bd
systemd: Patch CVE-2021-33910 2021-07-20 15:27:15 +02:00
Herman Fries
03100da5a7 nvidia_x11: 460.73.01 -> 470.57.02 2021-07-19 23:03:36 +02:00
TredwellGit
e87737ca60 linux/hardened/patches/5.4: 5.4.132-hardened1 -> 5.4.133-hardened1 2021-07-19 20:44:26 +00:00
TredwellGit
9e10f08e10 linux/hardened/patches/5.12: 5.12.17-hardened1 -> 5.12.18-hardened1 2021-07-19 20:44:25 +00:00
TredwellGit
8e75e31ae4 linux/hardened/patches/5.10: 5.10.50-hardened1 -> 5.10.51-hardened1 2021-07-19 20:44:24 +00:00
TredwellGit
1e8af69feb linux: 5.4.132 -> 5.4.133 2021-07-19 20:43:58 +00:00
TredwellGit
72bcb1ace3 linux: 5.13.2 -> 5.13.3 2021-07-19 20:43:51 +00:00
TredwellGit
72d6452921 linux: 5.12.17 -> 5.12.18 2021-07-19 20:43:44 +00:00
TredwellGit
a5ee0aede3 linux: 5.10.50 -> 5.10.51 2021-07-19 20:43:38 +00:00
Azure Zanculmarktum
6f89feaedd kbd: update search-paths.patch 2021-07-20 03:32:11 +07:00
github-actions[bot]
c455b1a657
Merge staging-next into staging 2021-07-19 18:01:44 +00:00
github-actions[bot]
c0cb54f9ee
Merge master into staging-next 2021-07-19 18:01:10 +00:00
Florian Klink
5f96461c78 linuxPackages.xmm7360-pci: init at unstable-2021-07-19 2021-07-19 14:00:41 +02:00
github-actions[bot]
f60c09468f
Merge staging-next into staging 2021-07-19 06:02:01 +00:00
github-actions[bot]
9c688591fc
Merge master into staging-next 2021-07-19 06:01:30 +00:00
Bernardo Meurer
56a017774e
Merge pull request #130510 from lovesegfault/kernel-pass-buildPackages
buildLinux: pass buildPackages to linuxManualConfig
2021-07-18 17:14:01 -07:00
github-actions[bot]
dde34afc63
Merge staging-next into staging 2021-07-19 00:02:18 +00:00
github-actions[bot]
dc802b2e19
Merge master into staging-next 2021-07-19 00:01:36 +00:00
Sandro
d5bd34ebf2
treewide: convert phases that contain ":" to dont* = true (#130500) 2021-07-18 23:42:48 +02:00
Maximilian Bosch
fc98ebad15
Merge pull request #130577 from maxeaubrey/maxine-add-to-maintainers
pkgs: add maxeaubrey to maintainers
2021-07-18 21:52:22 +02:00
Maxine Aubrey
dbf4e2980d
pkgs: add maxeaubrey to maintainers 2021-07-18 21:23:26 +02:00
TredwellGit
f011a85f28 linux/hardened/patches/5.4: 5.4.130-hardened1 -> 5.4.132-hardened1 2021-07-18 15:47:33 +00:00
TredwellGit
e6ed15ffc4 linux/hardened/patches/5.12: 5.12.15-hardened1 -> 5.12.17-hardened1 2021-07-18 15:47:32 +00:00
TredwellGit
b724837096 linux/hardened/patches/5.10: 5.10.48-hardened1 -> 5.10.50-hardened1 2021-07-18 15:47:31 +00:00
TredwellGit
888c46fe62 linux/hardened/patches/4.19: 4.19.196-hardened1 -> 4.19.197-hardened1 2021-07-18 15:47:30 +00:00
TredwellGit
73667e11f3 linux/hardened/patches/4.14: 4.14.238-hardened1 -> 4.14.239-hardened1 2021-07-18 15:47:29 +00:00
TredwellGit
9e7fd90e15 linux-rt_5_10: 5.10.47-rt45 -> 5.10.47-rt46 2021-07-18 15:46:57 +00:00
TredwellGit
5d99998e07 linux: 5.4.130 -> 5.4.132 2021-07-18 15:46:23 +00:00
TredwellGit
677dcff2aa linux: 5.12.15 -> 5.12.17 2021-07-18 15:46:18 +00:00
TredwellGit
a2259ae9a6 linux: 5.10.48 -> 5.10.50 2021-07-18 15:46:13 +00:00
TredwellGit
cb978946c1 linux: 4.19.196 -> 4.19.197 2021-07-18 15:46:06 +00:00