zimbatm
f3ce7c5582
Merge pull request #86053 from zimbatm/terraform-provider-vpsadmin
...
terraform-providers: updates and cleanups
2020-04-29 14:43:15 +02:00
Jan Tojnar
d518884d38
gtk3: 3.24.18 → 3.24.20
...
db39ce2b16/NEWS (L1-38)
Also switch to a merged pkg-config patch and add a patch comment.
2020-04-29 14:39:20 +02:00
Florian Klink
21da5c4f6f
nixos/oslogin: put mockuser and mockadmin in constants, rename
...
This allows us to change them easily without search/replacing.
Afterwards, we rename them to look a bit more like they are on GCP.
2020-04-29 14:36:35 +02:00
Florian Klink
f38e45c2e0
nixos/google-oslogin: improve mock server
...
some slightly better error handling for nonexistent users, less parsing
of URLs and query strings by hand.
2020-04-29 14:36:35 +02:00
Florian Klink
5506463c2f
google-compute-engine-oslogin: 1.5.3 -> 20200325.00
...
Google moved their oslogin guest tools to another repository.
Point src to there, and bump to the latest version
There's now a Makefile, so we can avoid having our own custom
installPhase, and we also get manpages.
I successfully ran the oslogin tests, so assuming the google cloud
metadata server still behaves like in our test, logins should work.
I saw a nscd segfault, not sure if it's caused by this or was already
the case before.
It'd be great if someone could test this on an actual VM.
2020-04-29 14:36:35 +02:00
Jörg Thalheim
9ae6b51c0c
Merge pull request #85881 from sternenseemann/apostrophe-alias
2020-04-29 13:12:38 +01:00
talyz
2535cdfe91
php: Unify the usage of the php package in php-packages.nix
...
Instead of using two different php packages in php-packages.nix, one
wrapper and one unwrapped, simply use the wrapper and use its
"unwrapped" attribute when necessary. Also, get rid of the packages
and extensions attributes from the base package, since they're no
longer needed.
2020-04-29 13:59:29 +02:00
talyz
5cad1b4aff
php: Get rid of the phpXXbase attributes, update docs
...
Since the introduction of php.unwrapped there's no real need for the
phpXXbase attributes, so let's remove them to lessen potential
confusion and clutter. Also update the docs to make it clear how to
get hold of an unwrapped PHP if needed.
2020-04-29 13:45:48 +02:00
talyz
3bfd4e864f
php: Add passthru.tests
2020-04-29 13:45:07 +02:00
talyz
ef990961bc
php.buildEnv: Provide the unwrapped php package in php.unwrapped
...
This is useful if you need to access the dev output of the unwrapped
derivation.
2020-04-29 13:44:20 +02:00
Jan Tojnar
519b7d24f4
Merge pull request #65835 from jorsn/libextractor-gstreamer
2020-04-29 13:29:28 +02:00
Mario Rodas
8917cd8b88
Merge pull request #86300 from lugray/bump_shadowenv
...
shadowenv: 2.0.0 -> 2.0.2
2020-04-29 06:18:46 -05:00
Mario Rodas
f0240514d2
jetbrains-mono: 1.0.5 -> 1.0.6
...
Changelog: https://github.com/JetBrains/JetBrainsMono/releases/tag/v1.0.6
2020-04-29 06:01:00 -05:00
Martin Weinelt
704a018aae
coturn: apply patch for CVE-2020-6061/6062
...
Fixes: CVE-2020-6061, CVE-2020-6062
An exploitable heap overflow vulnerability exists in the way CoTURN
4.5.1.1 web server parses POST requests. A specially crafted HTTP
POST request can lead to information leaks and other misbehavior.
An attacker needs to send an HTTPS request to trigger this vulnerability.
An exploitable denial-of-service vulnerability exists in the way
CoTURN 4.5.1.1 web server parses POST requests. A specially crafted
HTTP POST request can lead to server crash and denial of service.
An attacker needs to send an HTTP request to trigger this vulnerability.
2020-04-29 12:53:16 +02:00
adisbladis
78cba5ac1e
nixos.podman: Expose extraPackages from the podman wrapper
2020-04-29 11:53:06 +01:00
adisbladis
b2a9a3e9cb
podman: Wrap packages required to run containers
2020-04-29 11:40:44 +01:00
Mario Rodas
cffb1cbcb2
Merge pull request #86286 from marsam/update-act
...
act: 0.2.7 -> 0.2.8
2020-04-29 05:40:38 -05:00
Florian Klink
f046de4210
Merge pull request #86168 from lblasc/sof-firmware
...
Sound Open Firmware support, sof-firmware: init at 1.4.2, update kernel config
2020-04-29 12:36:53 +02:00
Oleksii Filonenko
6d83e9572d
hydroxide: 0.2.11 -> 0.2.14
2020-04-29 13:36:27 +03:00
Oleksii Filonenko
ca417e5c95
monolith: 2.2.2 -> 2.2.4
2020-04-29 13:33:01 +03:00
Oleksii Filonenko
c854985611
gleam: 0.7.1 -> 0.8.0-rc1
2020-04-29 13:30:22 +03:00
Oleksii Filonenko
3bdfedde2a
frp: 0.32.0 -> 0.33.0
2020-04-29 13:24:20 +03:00
Oleksii Filonenko
a0a75a947a
emplace: 0.2.15 -> 0.2.19
2020-04-29 13:21:04 +03:00
talyz
c3d5d92f4a
php.buildEnv: Add phpIni attribute for easy access to the php.ini
2020-04-29 12:12:59 +02:00
Matthieu Coudron
8ce65087c3
broadcom_sta: fix build on 5.6
2020-04-29 11:57:03 +02:00
Florian Klink
fbc63c4a7b
Merge pull request #86208 from arianvp/fix-linux-systemd-dep
...
linux: do not depend on systemd indirectly
2020-04-29 11:56:51 +02:00
Lisa Ugray
329cc874e4
shadowenv: 2.0.0 -> 2.0.2
...
Pick up shell completions
2020-04-29 05:46:18 -04:00
Peter Hoeg
8f43c55598
Merge pull request #86289 from peterhoeg/f/libeatmydata
...
libeatmydata: allow building from checkout
2020-04-29 17:44:01 +08:00
Bart Brouns
7b8408fd4b
mu: 1.4.1 -> 1.4.3
2020-04-29 11:32:15 +02:00
Mario Rodas
878ed3e2b5
icu67: init at 67.1
...
Changelog: https://github.com/unicode-org/icu/releases/tag/release-67-1
2020-04-29 04:20:00 -05:00
Mario Rodas
ac885e1b87
fstar: install completions
2020-04-29 04:20:00 -05:00
Michael Weiss
bfa2452dc8
Merge pull request #86206 from primeos/chromium
...
chromium: 81.0.4044.122 -> 81.0.4044.129
2020-04-29 11:15:25 +02:00
Peter Hoeg
3628b1c6bf
libeatmydata: allow building from checkout
...
Also include note about running tests.
2020-04-29 16:17:04 +08:00
Luka Blaskovic
6fc9fd53db
linux config: enable Sound Open Firmware support
2020-04-29 07:31:49 +00:00
Sascha Grunert
c07a4675a3
kubernix: v0.2.0
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-04-29 09:27:09 +02:00
Raphael Borun Das Gupta
39269244f1
xkcdpass: make available as application
...
but keep it as a lib, too, because it
can be imported as a module:
https://github.com/redacted/XKCD-password-generator/tree/xkcdpass-1.17.3#using-xkcdpass-as-an-imported-module
2020-04-29 09:15:52 +02:00
Jan Tojnar
2874eebfd2
Merge branch 'staging-next' into staging
2020-04-29 08:35:47 +02:00
Jan Tojnar
f14021febf
Merge branch 'master' into staging-next
2020-04-29 08:35:23 +02:00
Jan Tojnar
2b5e2ffe0a
Merge pull request #86165 from jtojnar/libusb-compat-rename
2020-04-29 08:26:08 +02:00
Jörg Thalheim
6015d03ef1
Merge pull request #86037 from purcell/dotnet-arm64
2020-04-29 07:04:32 +01:00
Jörg Thalheim
f08904b2f7
tmsu: 0.7.4 -> 0.7.5
2020-04-29 06:53:47 +01:00
Vladimír Čunát
1014c7cb42
Merge #86260 : libbfd: fix patch to apply (into staging)
2020-04-29 07:44:21 +02:00
worldofpeace
d67d074ae6
Merge pull request #86285 from cole-h/fish
...
fish: 3.1.1 -> 3.1.2
2020-04-29 01:37:57 -04:00
worldofpeace
a6dc21fa2d
nixos/pantheon: fix doc typo
2020-04-29 01:20:03 -04:00
jakobrs
d21cc14114
v4l2loopback: 0.12.4 -> 0.12.5
2020-04-29 07:19:01 +02:00
Vincent Laporte
95b35a2514
coqPackages.gappalib: 1.4.1 → 1.4.3
2020-04-29 06:56:14 +02:00
Peter Hoeg
83a57cfa31
Merge pull request #81366 from pvgoran/pykms-fix-logging
...
pykms: fix/enhance logging
2020-04-29 12:49:00 +08:00
Cole Helbling
7a15b6037b
fish: 3.1.1 -> 3.1.2
...
https://github.com/fish-shell/fish-shell/compare/3.1.1...3.1.2
"This release of fish fixes a major issue discovered in fish 3.1.1:
Commands such as `fzf` and `enhancd`, when used with `eval`, would hang.
`eval` buffered output too aggressively, which has been fixed."
2020-04-28 21:26:50 -07:00
worldofpeace
317702e28d
Merge pull request #85844 from virusdave/dnicponski/scratch/better_sdk_version_support
...
xcbuild: add support for exporting sdk info
2020-04-29 00:17:47 -04:00
Pavel Goran
c678d68cdb
nixos/pykms: add SyslogIdentifier
2020-04-29 03:53:47 +00:00