Commit graph

13071 commits

Author SHA1 Message Date
Mario Rodas f3031298b2 chipsec: disable on non-Linux 2020-06-17 04:20:00 +00:00
Sridhar Ratnakumar 4775f91611
linux: 5.9-rc7 -> 5.9-rc8 2020-10-04 20:31:10 -04:00
Martin Weinelt 8625cc5e34
Merge pull request #99389 from andresilva/linux-zen-5.8.13
linux_zen: 5.8.10 -> 5.8.13
2020-10-04 05:36:45 +02:00
Michael Weiss 57db6952df
iw: 5.8 -> 5.9 (#99468) 2020-10-03 17:51:45 +02:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Henri Menke 952b698689 zfsUnstable: 2.0.0-rc2 -> 2.0.0-rc3 2020-10-02 08:38:56 -07:00
Tim Steinbach 2696a7cb69
linux: 5.8.12 -> 5.8.13 2020-10-02 11:17:02 -04:00
Tim Steinbach c817c5f69b
linux: 4.9.237 -> 4.9.238 2020-10-02 11:16:50 -04:00
André Silva 6bf8f90cfc
linux_zen: 5.8.10 -> 5.8.13 2020-10-02 14:36:12 +01:00
Tim Steinbach de6f754b6e
Merge pull request #99270 from NeQuissimus/linux_5_4_69
linux: 5.4.68 -> 5.4.69
2020-10-01 09:01:48 -04:00
Tim Steinbach ea11b55f44
Merge pull request #99269 from NeQuissimus/linux_4_4_238
linux: 4.4.237 -> 4.4.238
2020-10-01 09:01:36 -04:00
Tim Steinbach b2a80bebe9
Merge pull request #99267 from NeQuissimus/linux_4_19_149
linux: 4.19.148 -> 4.19.149
2020-10-01 09:01:29 -04:00
Tim Steinbach 2f177a2f21
Merge pull request #99266 from NeQuissimus/linux_4_14_200
linux: 4.14.199 -> 4.14.200
2020-10-01 09:01:05 -04:00
Tim Steinbach 650d72da9f
linux: 5.4.68 -> 5.4.69 2020-10-01 08:59:16 -04:00
Tim Steinbach 4fad96355c
linux: 4.4.237 -> 4.4.238 2020-10-01 08:58:02 -04:00
Tim Steinbach 351f71f0d9
linux: 4.19.148 -> 4.19.149 2020-10-01 08:56:31 -04:00
Tim Steinbach b06f1ca996
linux: 4.14.199 -> 4.14.200 2020-10-01 08:55:06 -04:00
Tim Steinbach 5c18896aaf
Merge pull request #98420 from lovesegfault/linux-firmware-bump
firmwareLinuxNonFree: 2020-05-19 -> 2020-09-18
2020-10-01 08:53:11 -04:00
Henri Menke a115901f72 zfsUnstable: 2.0.0-rc1 -> 2.0.0-rc2 2020-09-30 16:22:19 -07:00
Vladimír Čunát 1838227d81
libbpf: 0.1.0 -> 0.1.1
This adds just a single tiny bugfix commit.
https://github.com/libbpf/libbpf/releases/tag/v0.1.1
2020-09-30 18:41:19 +02:00
Tim Steinbach 47ed7fa4e9
Merge pull request #99041 from srid/patch-1
linux: 5.9-rc6 -> 5.9-rc7
2020-09-29 08:38:11 -04:00
Tim Steinbach 9109a8fcd5
linux/hardened/patches/5.8: 5.8.11.a -> 5.8.12.a 2020-09-29 08:35:57 -04:00
Tim Steinbach 9c9054ca4f
linux/hardened/patches/5.4: 5.4.67.a -> 5.4.68.a 2020-09-28 19:09:10 -04:00
Tim Steinbach ab9dc67ac7
linux/hardened/patches/4.19: 4.19.144.a -> 4.19.148.a 2020-09-28 19:09:09 -04:00
Tim Steinbach d131435103
linux/hardened/patches/4.14: 4.14.197.a -> 4.14.199.a 2020-09-28 19:09:09 -04:00
Tim Steinbach f498bbe473
linux_latest-libre: 17624 -> 17688 2020-09-28 19:09:08 -04:00
Tim Steinbach b3a202e255
linux: 5.8.11 -> 5.8.12 2020-09-28 19:09:08 -04:00
Tim Steinbach 8684358830
linux: 5.4.67 -> 5.4.68 2020-09-28 19:09:07 -04:00
Tim Steinbach 494a0b998a
linux: 4.19.147 -> 4.19.148 2020-09-28 19:09:07 -04:00
Sridhar Ratnakumar 6fb67d3e83
linux: 5.9-rc6 -> 5.9-rc7 2020-09-28 18:13:37 -04:00
Shea Levy 55dc3b76f0
system76-firmware: 1.0.17 -> 1.0.18 2020-09-28 13:10:46 -04:00
Michael Raskin 31a4e2e28b
Merge pull request #93457 from ju1m/apparmor
apparmor: fix and improve the service
2020-09-27 13:07:38 +00:00
Bernardo Meurer 2f112a7e56
firmwareLinuxNonFree: 2020-05-19 -> 2020-09-18 2020-09-26 16:06:02 -07:00
Tim Steinbach 1d916fab56
linux: 5.9-rc5 -> 5.9-rc6 2020-09-25 08:53:06 -04:00
Tim Steinbach a7e1ae6b51
linux/hardened/patches/5.8: 5.8.10.a -> 5.8.11.a 2020-09-24 11:45:41 -04:00
Tim Steinbach 63ea043960
linux/hardened/patches/5.4: 5.4.65.a -> 5.4.67.a 2020-09-24 11:45:36 -04:00
Joe Hermaszewski 99d2db8dce
nvidia-x11.vulkan_beta: init at 450.56.11 (#97882)
- This is fetched from a different URL, so allow passing that explicitly.

- There also isn't an nvidia-persistenced or nvidia-settings release for
  this version, so use 450.57 instead. Also implement passing
  persistenced and settings version explicitly.

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-09-24 10:53:05 -04:00
Mario Rodas 9d9b463476
Merge pull request #98520 from r-ryantm/auto-update/fwts
fwts: 20.07.00 -> 20.08.00
2020-09-23 22:20:25 -05:00
Tim Steinbach 7fab0b1c1a
linux: 5.8.10 -> 5.8.11 2020-09-23 09:03:30 -04:00
Tim Steinbach fbbea8cc56
linux: 5.4.66 -> 5.4.67 2020-09-23 09:03:29 -04:00
Tim Steinbach 43ffff8d63
linux: 4.9.236 -> 4.9.237 2020-09-23 09:03:29 -04:00
Tim Steinbach 2e688a31fe
linux: 4.4.236 -> 4.4.237 2020-09-23 09:03:28 -04:00
Tim Steinbach ee975b03f6
linux: 4.19.146 -> 4.19.147 2020-09-23 09:03:28 -04:00
Tim Steinbach 8adde7a18c
linux: 4.14.198 -> 4.14.199 2020-09-23 09:03:24 -04:00
Shea Levy dc6ff60cc6
Merge branch 'system76-firmware-and-nixos' into master 2020-09-23 08:14:11 -04:00
R. RyanTM 1e94f036ae
iw: 5.4 -> 5.8 (#98553) 2020-09-23 13:46:11 +02:00
Shea Levy 9f43146ec4
linuxPackages.system76-acpi: Install hwdb rules 2020-09-23 06:33:36 -04:00
Shea Levy 452fda1d7e
linuxPackages.system76: Install hwdb rules 2020-09-23 06:27:38 -04:00
Shea Levy b694eb6e6a
firmware-manager: Init at 0.1.1 2020-09-23 06:01:05 -04:00
Robert Scott b3951d18df lockdep: 4.1.2 -> 5.0.21, fix build, enable tests
required a bit of an overhaul to ensure we're compiling against *this*
kernel's headers, not those in glibc which are presumably from some other
random kernel version.

would be nice to update to a more recent version, the build of this tool
reportedly got broken soon after this release.
2020-09-22 23:23:48 -07:00