Commit graph

259008 commits

Author SHA1 Message Date
Marc Seeger 4939188964 libmodulemd: Enable darwin support. 2020-12-17 07:31:51 -08:00
R. RyanTM 94334e4150 gnome3.gdm: 3.38.2 -> 3.38.2.1 2020-12-17 15:25:36 +00:00
Ryan Mulligan f654cad7c8
Merge pull request #107073 from ryantm/arduino-ci
arduino-ci: 0.1.0 -> 0.2.0
2020-12-17 07:21:29 -08:00
wucke13 2bb504e1f5 flightgear: 2020.1.3 -> 2020.3.4 2020-12-17 10:19:48 -05:00
wucke13 c54358f391 simgear: 2020.1.3 -> 2020.3.4 2020-12-17 10:19:48 -05:00
Anderson Torres 40705f124b
Merge pull request #106359 from AndersonTorres/wip-dgen
dgen: init at 1.33
2020-12-17 12:18:36 -03:00
AndersonTorres 30bfb2f5d0 Convert fetchers from DocBook to CommonMark 2020-12-17 12:00:49 -03:00
AndersonTorres 59f9db8b09 Convert trivial-builders from DocBook to CommonMark 2020-12-17 12:00:48 -03:00
Tim Steinbach 62f5b921c5
linux/hardened/patches/5.9: 5.9.14.a -> 5.9.15.a 2020-12-17 09:21:58 -05:00
Tim Steinbach 1eb7cd9572
linux/hardened/patches/5.4: 5.4.83.a -> 5.4.84.a 2020-12-17 09:21:58 -05:00
Tim Steinbach 08d67bbd0d
linux-rt_5_10: 5.10-rt17 -> 5.10.1-rt19 2020-12-17 09:21:58 -05:00
Tim Steinbach bc949bb67e
minecraft: Fix test 2020-12-17 09:05:53 -05:00
Tim Steinbach 061ef26cb4
sbt-extras: 2020-11-23 → 2020-12-17 2020-12-17 09:02:47 -05:00
Tim Steinbach 528cdd3ec5
oh-my-zsh: 2020-12-14 → 2020-12-16 2020-12-17 09:02:46 -05:00
Tim Steinbach 6a42069f9c
awscli: 1.18.197 -> 1.18.198 2020-12-17 08:57:03 -05:00
Tim Steinbach 312d836e45
python3Packages.boto3: 1.16.37 -> 1.16.38 2020-12-17 08:56:14 -05:00
Tim Steinbach 2492952369
python3Packages.botocore: 1.19.37 -> 1.19.38 2020-12-17 08:56:04 -05:00
Andika Demas Riyandi d118f41399 wasm-bindgen-cli: 0.2.67 -> 0.2.69
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.69
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.68
2020-12-17 20:06:38 +07:00
Maxine Aubrey 582abe1d6d nomad_0_12: 0.12.7 -> 0.12.9 2020-12-17 12:41:53 +00:00
Maxine Aubrey de94bb432f nomad_0_11: 0.11.7 -> 0.11.8 2020-12-17 12:41:53 +00:00
Oleksii Filonenko ca26ed4dc6
Merge pull request #107089 from bbigras/wrangler
wrangler: 1.12.2 -> 1.12.3
2020-12-17 14:33:25 +02:00
Oleksii Filonenko a6b253665c
Merge pull request #107080 from marsam/update-nushell
nushell: 0.23.0 -> 0.24.1
2020-12-17 14:32:32 +02:00
Nikita Uvarov a448295dca
pythonPackages.ciscomobilityexpress: init at 0.3.9 2020-12-17 13:32:19 +01:00
Daiderd Jordan 324f038547
Merge pull request #107029 from r-ryantm/auto-update/plexmediaserver
plexRaw: 1.21.0.3711-b509cc236 -> 1.21.1.3795-ee64ab56f
2020-12-17 13:15:09 +01:00
Aaron Andersen ba2e5e624a
Merge pull request #106717 from r-ryantm/auto-update/kdev-php
kdev-php: 5.6.0 -> 5.6.1
2020-12-17 07:11:21 -05:00
Stig Palmquist 7d8d8c1bcb sequoia: 0.20.0 -> 1.0.0 2020-12-17 13:07:57 +01:00
Michael Weiss 0761aabdae
html-proofer: 3.18.0 -> 3.18.1 2020-12-17 11:45:31 +01:00
Linus Heckemann 3136e49b8e nixos/tests: Add test for initrd secrets
lz4 compression is excluded because it doesn't work for a reason which
remains unclear to me.
2020-12-17 11:44:25 +01:00
Michael Weiss 552e036e20
signal-desktop: 1.39.2 -> 1.39.3 2020-12-17 11:42:25 +01:00
Dominik Xaver Hörl d4ef25db5d nixos/initrd: add compressorArgs, make compressor option public 2020-12-17 11:38:10 +01:00
Linus Heckemann 14fbf575ec make-initrd: various improvements
- Generate a link to the initramfs file with an appropriate file
  extension, guessed based on the compressor by default
- Use correct metadata in u-boot images if generated, up to now this
  was hardcoded to gzip and would silently generate an erroneous image
  if another compressor was specified
- Document all the parameters
- Improve cross-building compatibility, by allowing passing either a
  string as before, or a function taking a package set and returning the
  path to a compressor in the "compressor" argument of the
  function.
- Support more compression algorithms
- Place compressor executable function and arguments in passthru, for
  reuse when appending initramfses

Co-Authored-By: Dominik Xaver Hörl <hoe.dom@gmx.de>
2020-12-17 11:37:04 +01:00
Linus Heckemann 2ee35e1fce lib/systems: fix kernelArch for x86_64
IA64 (Itanium) is something completely different and certainly not
what we want! x86_64 code lives in arch/x86 just like "classic" x86.
2020-12-17 11:10:38 +01:00
Linus Heckemann 3a3c9c9548 makeInitrd: include dotfiles at root 2020-12-17 11:10:37 +01:00
Linus Heckemann 85e0ae7827 makeInitrd: don't assume uImage => arm
mips for example might use uImages too
2020-12-17 11:10:37 +01:00
Linus Heckemann a343ff7e14 makeInitrd: make uinitrd behaviour optional 2020-12-17 11:10:36 +01:00
Doron Behar f42d6f81a8
Merge pull request #93660 from IvarWithoutBones/reicast-20.04
reicast: init at 20.04
2020-12-17 11:33:15 +02:00
Doron Behar 82b12cd7c7
Merge pull request #104324 from magnetophon/i3-resurrect
i3-resurrect: init at 1.4.3
2020-12-17 11:17:00 +02:00
IvarWithoutBones ca7f93177f reicast: init at 20.04 2020-12-17 11:12:33 +02:00
Daiderd Jordan ed0b34b148
Merge pull request #107081 from rb2k/libsolv_darwin
libsolv: Enable darwin support.
2020-12-17 10:03:22 +01:00
Bruno Bigras b6c4c3db11 wrangler: 1.12.2 -> 1.12.3 2020-12-17 03:34:43 -05:00
R. RyanTM b8e7a8d923 ulauncher: 5.8.0 -> 5.8.1 2020-12-17 07:54:22 +01:00
R. RyanTM 27d5f86bf8 mxt-app: 1.28 -> 1.32 2020-12-17 07:54:01 +01:00
R. RyanTM f186d66be2 moolticute: 0.44.17 -> 0.44.21 2020-12-17 07:53:44 +01:00
R. RyanTM 54d5d1d979 libabigail: 1.7 -> 1.8 2020-12-17 07:53:03 +01:00
R. RyanTM f45f0aa2a5 libfprint: 1.90.4 -> 1.90.5 2020-12-17 07:52:46 +01:00
R. RyanTM 141633de7e fossil: 2.12.1 -> 2.13 2020-12-17 07:52:24 +01:00
R. RyanTM 7e9c758f4b frostwire-bin: 6.8.8 -> 6.8.9 2020-12-17 07:52:06 +01:00
R. RyanTM 58f45af993 wxsqlite3: 4.6.1 -> 4.6.2 2020-12-17 07:51:51 +01:00
R. RyanTM a488984368 kdev-python: 5.6.0 -> 5.6.1 2020-12-17 07:51:34 +01:00
zowoq 9209f09129 cod: remove goPackagePath 2020-12-17 16:38:13 +10:00