Jonathan Ringer
7e9b0dff97
nixos/release-notes: move non-highlights to other mentions
...
(cherry picked from commit 9a3e869997 )
2021-05-31 20:06:55 -07:00
Jonathan Ringer
a8eeea419e
nixos/release-notes: Initial grooming of release notes
...
(cherry picked from commit f15d286aac )
2021-05-31 20:06:55 -07:00
Jonathan Ringer
9e2c334e52
nixos/doc/releases: update stable release info to 21.05
...
(cherry picked from commit 545ba18df2 )
2021-05-31 20:06:32 -07:00
Martin Weinelt
3a2e0c36e7
Merge pull request #125134 from NixOS/backport-124950-to-release-21.05
...
[Backport release-21.05] nixos/acme: don't use --reuse-key
2021-06-01 01:17:42 +02:00
Vincent Bernat
cbe0e663ec
nixos/acme: don't use --reuse-key
...
Reusing the same private/public key on renewal has two issues:
- some providers don't accept to sign the same public key
again (Buypass Go SSL)
- keeping the same private key forever partly defeats the purpose of
renewing the certificate often
Therefore, let's remove this option. People wanting to keep the same
key can set extraLegoRenewFlags to `[ --reuse-key ]` to keep the
previous behavior. Alternatively, we could put this as an option whose
default value is true.
(cherry picked from commit 632c8e1d54 )
2021-05-31 23:02:21 +00:00
Jonathan Ringer
75f90eedcf
Merge pull request #124341 from NixOS/staging-next-21.05
...
[21.05] Staging next
2021-05-31 13:50:08 -07:00
Jonathan Ringer
7b601ada77
Merge remote-tracking branch 'origin/release-21.05' into staging-next-21.05
2021-05-31 12:44:56 -07:00
Martin Weinelt
0c2e856ea0
Merge pull request #125094 from NixOS/backport-124446-to-release-21.05
...
[Backport release-21.05] weechatScripts.wee-slack: 2.7.0 -> 2.8.0
2021-05-31 18:53:03 +02:00
Robert Scott
1c27669fea
Merge pull request #125045 from NixOS/backport-124802-to-release-21.05
...
[Backport release-21.05] tilt: 0.18.10 -> 0.20.5
2021-05-31 17:50:30 +01:00
Robert Scott
ab98a6e109
Merge pull request #125057 from NixOS/backport-124730-to-release-21.05
...
[Backport release-21.05] morph: 1.5.0 -> 1.6.0
2021-05-31 15:53:49 +01:00
Robert Scott
1293a26299
Merge pull request #125058 from NixOS/backport-124762-to-release-21.05
...
[Backport release-21.05] tailscale: 1.8.5 -> 1.8.6
2021-05-31 15:48:02 +01:00
Robert Scott
cdf6c6106b
Merge pull request #125056 from NixOS/backport-124702-to-release-21.05
...
[Backport release-21.05] fioctl: 0.16 -> 0.17
2021-05-31 15:42:31 +01:00
Martin Weinelt
9bbf2ec131
weechatScripts.wee-slack: 2.7.0 -> 2.8.0
...
https://github.com/wee-slack/wee-slack/releases/tag/v2.8.0
(cherry picked from commit d7de7087fc )
2021-05-31 14:21:13 +00:00
Maximilian Bosch
9130b8c465
Merge pull request #125085 from NixOS/backport-125066-to-release-21.05
...
[Backport release-21.05] radare2: add patch for CVE-2021-32613
2021-05-31 16:03:49 +02:00
Maximilian Bosch
aa9f441226
radare2: add patch for CVE-2021-32613
...
Closes #124670
See also https://nvd.nist.gov/vuln/detail/CVE-2021-32613
(cherry picked from commit 16ce969340 )
2021-05-31 13:00:34 +00:00
Robert Scott
ef423b1205
Merge pull request #125060 from NixOS/backport-124791-to-release-21.05
...
[Backport release-21.05] v2ray: 4.38.3 -> 4.39.2
2021-05-31 13:54:15 +01:00
Robert Scott
c87afd2553
Merge pull request #125061 from NixOS/backport-124771-to-release-21.05
...
[Backport release-21.05] libxlsxwriter: 1.0.5 -> 1.0.6
2021-05-31 13:43:22 +01:00
Robert Scott
a8b758696c
Merge pull request #125064 from NixOS/backport-125007-to-release-21.05
...
[Backport release-21.05] postgresqlPackages.pg_partman: 4.4.1 -> 4.5.1
2021-05-31 12:36:58 +01:00
Robert Scott
9ad5d4d363
postgresqlPackages.pg_partman: 4.4.1 -> 4.5.1
...
addressing CVE-2021-33204
(cherry picked from commit 29b5264841 )
2021-05-31 10:48:29 +00:00
Michael Weiss
cbd00766e4
Merge pull request #125054 from NixOS/backport-124957-to-release-21.05
...
[Backport release-21.05] ungoogled-chromium: 90.0.4430.212 -> 91.0.4472.77
2021-05-31 12:27:56 +02:00
Robert Schütz
6cac8dd5d9
libxlsxwriter: 1.0.5 -> 1.0.6
...
https://github.com/jmcnamara/libxlsxwriter/releases/tag/RELEASE_1.0.6
(cherry picked from commit 5d873fde23 )
2021-05-31 10:15:28 +00:00
Serval
41734b6851
v2ray: 4.38.3 -> 4.39.2
...
(cherry picked from commit c6f2290810 )
2021-05-31 10:15:02 +00:00
蛇崩乃音
8479c43fa2
tailscale: 1.8.3 -> 1.8.5
...
(cherry picked from commit 57f67a8ec0 )
2021-05-31 10:09:03 +00:00
Sandro
556951a923
Merge pull request #124796 from risicle/ris-hdbscan-disable-another-flaky-test-r21.05
...
[21.05] python3Packages.hdbscan: disable another flaky test
2021-05-31 12:08:48 +02:00
Thomas Gerbet
b9fd21fe40
morph: 1.5.0 -> 1.6.0
...
https://github.com/DBCDK/morph/releases/tag/v1.6.0
(cherry picked from commit 03465e588b )
2021-05-31 10:07:32 +00:00
matthewcroughan
7ca8def3b9
fioctl: 0.16 -> 0.17
...
(cherry picked from commit 005f0008a7 )
2021-05-31 10:01:13 +00:00
Michael Weiss
2127c48d06
ungoogled-chromium: 90.0.4430.212 -> 91.0.4472.77
...
(cherry picked from commit 6c638ee6b1 )
2021-05-31 09:51:05 +00:00
Maximilian Bosch
d25ea6a0d2
Merge pull request #125048 from NixOS/backport-124960-to-release-21.05
...
[Backport release-21.05] neomutt: add patch for CVE-2021-32055
2021-05-31 10:23:40 +02:00
Robert Scott
ad8e636a3e
neomutt: add patch for CVE-2021-32055
...
no upstream release yet
(cherry picked from commit edcde75b98 )
2021-05-31 08:07:35 +00:00
David Birks
a30a33bbff
tilt: 0.18.10 -> 0.20.5
...
(cherry picked from commit 2aa7662279 )
2021-05-31 07:20:30 +00:00
Sandro
3b7c820173
Merge pull request #124927 from NixOS/backport-124211-to-release-21.05
...
[Backport release-21.05] betterdiscordctl: 1.7.1 -> 2.0.0
2021-05-31 09:13:58 +02:00
SCOTT-HAMILTON
91efaf3393
libiio: fix build with wrong libxml2 find_package
...
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com >
(cherry picked from commit 660c4a822c )
2021-05-31 02:40:27 -04:00
Jörg Thalheim
3018bf4b9e
Merge pull request #125015 from NixOS/backport-94881-to-release-21.05
...
[Backport release-21.05] mblaze: fix mcom to use file utility.
2021-05-31 08:24:56 +02:00
guillaumecherel
aa2efdf901
Update pkgs/applications/networking/mailreaders/mblaze/default.nix
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com >
(cherry picked from commit 1e777e5ef0 )
2021-05-31 01:01:49 +00:00
guillaumecherel
ebdf00f038
Update pkgs/applications/networking/mailreaders/mblaze/default.nix
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com >
(cherry picked from commit e9d4b68fdc )
2021-05-31 01:01:49 +00:00
Guillaume Chérel
7f016e24c7
Wrap mcom to add dependencies to PATH.
...
(cherry picked from commit 6dde143060 )
2021-05-31 01:01:48 +00:00
Sandro
a2e86da944
Merge pull request #124984 from NixOS/backport-124980-to-release-21.05
...
[Backport release-21.05] sageWithDoc: fix documentation symlinks
2021-05-31 03:00:57 +02:00
Sandro
0a28f8dc51
Merge pull request #125009 from NixOS/backport-124851-to-release-21.05
2021-05-31 02:59:00 +02:00
Dmitry Kalinkin
b0e7f01080
arrow-cpp: 4.0.0 -> 4.0.1
...
(cherry picked from commit cff04883e8 )
2021-05-31 00:02:29 +00:00
github-actions[bot]
fc924fc34e
xfitter: remove hardeningDisable = [ "format" ]; ( #125001 )
...
Not needed after f42aa7e1 ('cc-wrapper: set FC when langFortran is on')
(cherry picked from commit b72b3c5571 )
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com >
2021-05-30 19:13:01 -04:00
Robert Scott
478f5d49f6
Merge pull request #124994 from NixOS/backport-124455-to-release-21.05
...
[Backport release-21.05] schismtracker: fix darwin build
2021-05-30 23:58:36 +01:00
Sandro
c91f853b0d
Merge pull request #124998 from NixOS/backport-124111-to-release-21.05
...
[Backport release-21.05] python3Packages.drf-jwt: 1.19.0 -> 1.19.1
2021-05-31 00:56:59 +02:00
Robert Schütz
76fcaa085f
python3Packages.drf-jwt: 1.19.0 -> 1.19.1
...
https://github.com/Styria-Digital/django-rest-framework-jwt/blob/1.19.1/CHANGELOG.md
(cherry picked from commit ffa6f1573c )
2021-05-30 22:30:33 +00:00
Stéphan Kochen
a2f6fc7092
schismtracker: fix darwin build
...
(cherry picked from commit e649cfc1e9 )
2021-05-30 21:39:59 +00:00
Robert Scott
07ca3a021f
Merge pull request #124953 from NixOS/backport-124732-to-release-21.05
...
[Backport release-21.05] icinga2: 2.12.3 -> 2.12.4
2021-05-30 22:27:51 +01:00
Robert Scott
ec2d3871f7
Merge pull request #124970 from NixOS/backport-124457-to-release-21.05
...
[Backport release-21.05] ocamlPackages.tyxml: 4.4.0 → 4.5.0
2021-05-30 22:24:56 +01:00
markuskowa
a027e1fa05
Merge pull request #124985 from NixOS/backport-124952-to-release-21.05
...
[Backport release-21.05] halide: Fix build
2021-05-30 20:59:09 +02:00
Christian Kögler
cd8efe13e0
halide: Fix build
...
(cherry picked from commit ba677b14dd )
2021-05-30 18:13:07 +00:00
Mauricio Collares
1834af74e3
sageWithDoc: fix documentation symlinks
...
(cherry picked from commit 2c7d2ce295 )
2021-05-30 18:02:11 +00:00
Robert Scott
0e2b7ebdde
Merge pull request #124822 from NixOS/backport-124792-to-release-21.05
...
[Backport release-21.05] b3sum: 0.3.7 -> 0.3.8
2021-05-30 17:32:04 +01:00
Robert Scott
a74605831e
Merge pull request #124830 from NixOS/backport-124065-to-release-21.05
...
[Backport release-21.05] bjumblr: 1.4.2 -> 1.6.6
2021-05-30 16:24:28 +01:00
Robert Scott
439b6d5c2c
Merge pull request #124825 from NixOS/backport-124784-to-release-21.05
...
[Backport release-21.05] corerad: 0.3.0 -> 0.3.1
2021-05-30 16:22:25 +01:00
Martin Weinelt
4cd3fd238d
Merge pull request #124968 from NixOS/backport-124947-to-release-21.05
2021-05-30 17:21:40 +02:00
Robert Scott
95d4bdbaae
Merge pull request #124832 from NixOS/backport-124109-to-release-21.05
...
[Backport release-21.05] tellico: 3.4 -> 3.4.1
2021-05-30 16:21:01 +01:00
Ulrik Strid
e3a1e350ba
ocamlPackages.tyxml: 4.4.0 → 4.5.0
...
(cherry picked from commit 3fcd7a46dc )
2021-05-30 15:05:47 +00:00
Janne Heß
4f9eadefdc
Update nixos/modules/virtualisation/libvirtd.nix
...
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com >
(cherry picked from commit 964fc7cfef )
2021-05-30 14:56:41 +00:00
Janne Heß
c072a18797
nixos/libvirtd: Take ethertypes from iptables-nftables-compat
...
iptables is currently defined in `all-packages.nix` to be
iptables-compat. That package does however not contain `ethertypes`.
Only `iptables-nftables-compat` contains this file so the symlink
dangles.
(cherry picked from commit 2eeecef3fc )
2021-05-30 14:56:41 +00:00
Robert Scott
0c39e877ec
Merge pull request #124908 from NixOS/backport-124859-to-release-21.05
...
[Backport release-21.05] python3Packages.smhi-pkg: 1.0.14 -> 1.0.15
2021-05-30 14:42:15 +01:00
Robert Scott
ab9f3f2f9e
Merge pull request #124922 from NixOS/backport-124911-to-release-21.05
...
[Backport release-21.05] catgirl: 1.7 -> 1.8
2021-05-30 13:54:29 +01:00
Robert Scott
9fd05bb58f
Merge pull request #124937 from NixOS/backport-124066-to-release-21.05
...
[Backport release-21.05] Gxplugins-Lv2: 0.8 -> 0.9
2021-05-30 13:51:08 +01:00
Robert Scott
d9df705215
Merge pull request #124933 from NixOS/backport-124575-to-release-21.05
...
[Backport release-21.05] goattracker,goattracker-stereo: 2.75 -> 2.76, 2.76 -> 2.77
2021-05-30 13:39:13 +01:00
Robert Scott
6ca456a1c9
Merge pull request #124934 from NixOS/backport-124325-to-release-21.05
...
[Backport release-21.05] babashka: 0.4.1 -> 0.4.3
2021-05-30 13:30:34 +01:00
R. RyanTM
2afcd85748
icinga2: 2.12.3 -> 2.12.4
...
(cherry picked from commit 5be9a1d161 )
2021-05-30 12:30:25 +00:00
Robert Scott
a33878b687
Merge pull request #124930 from NixOS/backport-124222-to-release-21.05
...
[Backport release-21.05] kooha: 1.1.3 -> 1.2.1
2021-05-30 12:52:07 +01:00
Robert Scott
07796133d4
Merge pull request #124931 from NixOS/backport-124904-to-release-21.05
...
[Backport release-21.05] gitRepo: 2.14.5 -> 2.15.3
2021-05-30 12:49:41 +01:00
Robert Scott
bae3f3be2a
Merge pull request #124928 from NixOS/backport-124713-to-release-21.05
...
[Backport release-21.05] getdata: add security patch from Debian
2021-05-30 12:46:21 +01:00
Robert Scott
60c22bd341
Merge pull request #124929 from NixOS/backport-124918-to-release-21.05
...
[Backport release-21.05] newsflash: fix build
2021-05-30 12:44:32 +01:00
Robert Scott
2063939edd
Merge pull request #124940 from NixOS/backport-124351-to-release-21.05
...
[Backport release-21.05] sacad: 2.3.4 -> 2.4.0
2021-05-30 12:33:13 +01:00
Michele Guerini Rocco
c399b0f178
Merge pull request #124946 from NixOS/backport-123253-to-release-21.05
...
[Backport release-21.05] vapoursynth: improve plugin dependency resolution
2021-05-30 11:31:35 +02:00
Kim Lindberger
4c4a45e284
Merge pull request #124945 from NixOS/backport-124472-to-release-21.05
...
[Backport release-21.05] keycloak: 13.0.0 -> 13.0.1
2021-05-30 10:47:01 +02:00
Robert Schütz
f63370194e
Merge pull request #124926 from NixOS/backport-124874-to-release-21.05
...
[Backport release-21.05] pika-backup: 0.3.1 -> 0.3.2
2021-05-30 10:40:04 +02:00
markuskowa
3d7ced7b59
Merge pull request #124923 from NixOS/backport-124893-to-release-21.05
...
[Backport release-21.05] welle-io: 2.2 -> 2.3
2021-05-30 10:37:47 +02:00
Simon Bruder
bad208a3e6
vapoursynth: improve plugin dependency resolution
...
Some python packages (e.g. functools32) are conditionally disabled for
certain interpreter versions by having them return null instead of a
derivation. `getRecursivePropagatedBuildInputs` fails if such a package
is part of the dependency tree. This commit makes it only recurse into
derivations and ignore everything else.
This also deduplicates the final plugin list to improve startup time.
(cherry picked from commit 9b3a2e66b1 )
2021-05-30 08:26:24 +00:00
R. RyanTM
b3197b1334
keycloak: 13.0.0 -> 13.0.1
...
(cherry picked from commit 153eed5204 )
2021-05-30 07:41:53 +00:00
Robert Schütz
e3ddcfdf2c
capture: use ffmpeg instead of ffmpeg_3
...
(cherry picked from commit 36f7a012b7 )
2021-05-29 23:58:51 -04:00
Sandro
2a0ab9f511
Merge pull request #124924 from NixOS/backport-124898-to-release-21.05
...
[Backport release-21.05] gotty: 2.0.0-alpha.3 -> 1.2.0
2021-05-30 05:29:23 +02:00
fortuneteller2k
0659aeb14f
sacad: 2.3.4 -> 2.4.0
...
(cherry picked from commit 753452f808 )
2021-05-30 03:20:42 +00:00
Sandro
04d804d0ab
Merge pull request #124932 from NixOS/backport-124920-to-release-21.05
...
[Backport release-21.05] twine: add top-level entry
2021-05-30 05:07:27 +02:00
Bart Brouns
9b98f80829
Gxplugins-Lv2: 0.8 -> 0.9
...
(cherry picked from commit a9c375563e )
2021-05-30 02:32:21 +00:00
Thiago Kenji Okada
e04a17a37e
babashka: add thiagokokada as maintainer
...
(cherry picked from commit 9eee935ec2 )
2021-05-30 02:30:26 +00:00
Thiago Kenji Okada
20387998ce
babashka: 0.4.1 -> 0.4.3
...
(cherry picked from commit 113fc7d71c )
2021-05-30 02:30:26 +00:00
Francesco Gazzetta
0557b7bfb1
goattracker,goattracker-stereo: 2.75 -> 2.76, 2.76 -> 2.77
...
(cherry picked from commit 70dc16dec8 )
2021-05-30 02:29:54 +00:00
Sandro
52223c3d1d
Merge pull request #124827 from NixOS/backport-124685-to-release-21.05
...
[Backport release-21.05] terraria-server: 1.4.2.2 -> 1.4.2.3
2021-05-30 04:23:30 +02:00
Sandro Jäckel
c99249df0f
twine: add top-level entry
...
(cherry picked from commit 166e67b4de )
2021-05-30 02:20:11 +00:00
Otavio Salvador
1f6295e555
gitRepo: Add updateScript support for easier upgrade in future
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
(cherry picked from commit ee498167d0 )
2021-05-30 02:20:06 +00:00
Otavio Salvador
042c54b758
gitRepo: add missing preInstall and postInstall hooks calls
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
(cherry picked from commit 9d161bd45c )
2021-05-30 02:20:06 +00:00
Otavio Salvador
a5a6efd9b4
gitRepo: Drop unnecessary patch
...
The import-ssl-module.patch does not seem to be need and the tool seem
to be working just fine. Drop the patch.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
(cherry picked from commit 94d5fd438d )
2021-05-30 02:20:06 +00:00
Otavio Salvador
6eac23ff6a
gitRepo: add myself as maintainer
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
(cherry picked from commit 3a37d115ef )
2021-05-30 02:20:05 +00:00
Otavio Salvador
a51efd1bb4
gitRepo: 2.14.5 -> 2.15.3
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
(cherry picked from commit 19807e4ced )
2021-05-30 02:20:05 +00:00
Austin Butler
8a6d0863c5
kooha: 1.1.3 -> 1.2.1
...
(cherry picked from commit 3d8311849e )
2021-05-30 02:19:51 +00:00
figsoda
4a4105f069
newsflash: fix build
...
(cherry picked from commit b0b823be50 )
2021-05-30 02:14:00 +00:00
Sandro
4330bdd244
Update pkgs/development/libraries/getdata/default.nix
...
(cherry picked from commit 1b77912d10 )
2021-05-30 02:08:03 +00:00
Vincent Laporte
81c84a9194
getdata: add security patch from Debian
...
(cherry picked from commit 14bb4b8f9a )
2021-05-30 02:08:03 +00:00
Dusk Banks
9cab6e0dd4
betterdiscordctl: 1.7.1 -> 2.0.0
...
(cherry picked from commit 35a1e99d7a )
2021-05-30 02:04:55 +00:00
Robert Schütz
d27b376262
pika-backup: 0.3.1 -> 0.3.2
...
https://gitlab.gnome.org/World/pika-backup/-/tags/v0.3.2
(cherry picked from commit 52c24e9fbe )
2021-05-30 02:04:12 +00:00
Pavol Rusnak
725af5376f
gotty: 2.0.0-alpha.3 -> 1.2.0
...
new upstream, versioning scheme changed back to v 1.x
(cherry picked from commit 5a8cd34dba )
2021-05-30 01:53:51 +00:00
Markus Kowalewski
a217eed6b8
welle-io: 2.2 -> 2.3
...
(cherry picked from commit af44c17b5d )
2021-05-30 01:52:44 +00:00
xfnw
e57ea488f9
catgirl: 1.7 -> 1.8
...
(cherry picked from commit 645446afa5 )
2021-05-30 01:49:20 +00:00
Fabian Affolter
efbb010dfb
python3Packages.smhi-pkg: 1.0.14 -> 1.0.15
...
(cherry picked from commit ebbc5a8728 )
2021-05-29 23:13:17 +00:00
Fabian Affolter
fb75a2a13f
python3Packages.pyrituals: 0.0.2 -> 0.0.3
...
(cherry picked from commit e678ecdc0d )
2021-05-29 16:08:57 -07:00
Robert Schütz
6460c5ce33
openvpn-auth-ldap: 2.0.3+deb6.1 -> 2.0.4
...
(cherry picked from commit f734a05c8c )
2021-05-29 15:57:16 -07:00
Martin Weinelt
c1757ad15a
Merge pull request #124895 from NixOS/backport-124839-to-release-21.05
...
[Backport release-21.05] nixos/wordpress: regenerate secret keys if misspelled key name is found
2021-05-30 00:46:56 +02:00
Dmitry Kalinkin
7198e20169
webkitgtk: fix on darwin
...
(cherry picked from commit 61e49ba58b )
2021-05-29 18:39:16 -04:00
markuskowa
fb64e7de78
Merge pull request #124896 from NixOS/backport-124890-to-release-21.05
...
[Backport release-21.05] mpich: 3.4.1 -> 3.4.2
2021-05-29 22:57:05 +02:00
github-actions[bot]
8dc1b48597
cargo-raze: fix darwin ( #124343 )
...
* cargo-raze: fix darwin
Disable tests on darwin as they've started failing after the latest update: #119531
Example failure: https://hydra.nixos.org/build/143411545
* Update pkgs/development/tools/rust/cargo-raze/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com >
(cherry picked from commit 48b6b8b8c6 )
2021-05-29 16:50:27 -04:00
Markus Kowalewski
58ba40336c
mpich: 3.4.1 -> 3.4.2
...
(cherry picked from commit 0853275727 )
2021-05-29 20:17:55 +00:00
Martin Weinelt
f4d6d51a09
nixos/wordpress: regenerate secret keys if misspelled key name is found
...
A secret key generated by the nixos module was misspelled, which could
possibly impact the security of session cookies.
To recover from this situation we will wipe all security keys that were
previously generated by the NixOS module, when the misspelled one is
found. This will result in all session cookies being invalidated. This
is confirmed by the wordpress documentation:
> You can change these at any point in time to invalidate all existing
> cookies. This does mean that all users will have to login again.
https://wordpress.org/support/article/editing-wp-config-php/#security-keys
Meanwhile this issue shouldn't be too grave, since the salting function
of wordpress will rely on the concatenation of both the user-provided
and automatically generated values, that are stored in the database.
> Secret keys are located in two places: in the database and in the
> wp-config.php file. The secret key in the database is randomly
> generated and will be appended to the secret keys in wp-config.php.
https://developer.wordpress.org/reference/functions/wp_salt/
Fixes: 2adb03fdae ("nixos/wordpress:
generate secrets locally")
Reported-by: Moritz Hedtke <Moritz.Hedtke@t-online.de >
(cherry picked from commit 724ed08df0 )
2021-05-29 20:16:47 +00:00
Maximilian Bosch
e7f90ce89c
Merge pull request #124821 from NixOS/backport-124408-to-release-21.05
...
[Backport release-21.05] virt-manager: fix missing cdrtools
2021-05-29 20:37:14 +02:00
Pavol Rusnak
1166a744e3
Merge pull request #124130 from prusnak/cocotb-21.05
...
[21.05] python3Packages.cocotb: 1.5.1 -> 1.5.2
2021-05-29 19:52:22 +02:00
Guillaume Girol
c30d29421b
Merge pull request #124879 from NixOS/backport-124798-to-release-21.05
...
[Backport release-21.05] paperwork: 2.0.2 -> 2.0.3 and compile user manual
2021-05-29 16:33:30 +00:00
Symphorien Gibol
78268a73a1
paperwork: 2.0.2 -> 2.0.3 and compile user manual
...
(cherry picked from commit dc3054b4ae )
2021-05-29 15:01:48 +00:00
Robert Schütz
c258bb29a3
Merge pull request #124759 from dotlambda/whipper-fix
...
[21.05] whipper: fix
2021-05-29 15:33:20 +02:00
Robert Schütz
6eba052712
Merge pull request #124275 from lunik1/libretro-ppsspp-ffmpeg4-backport
...
[21.05] libretro.ppsspp: backport update and fix build against ffmpeg 4.4
2021-05-29 12:48:36 +02:00
Robert Schütz
417b79b504
samba: 4.13.7 -> 4.14.4
...
fixes https://www.samba.org/samba/security/CVE-2021-20254.html
(cherry picked from commit 2db53555ee )
2021-05-28 23:06:49 -07:00
Robert Schütz
a68c14446b
python3Packages.cssutils: 2.2.0 -> 2.3.0
...
https://github.com/jaraco/cssutils/blob/v2.3.0/CHANGES.rst
(cherry picked from commit ade1f796cb )
2021-05-28 22:20:46 -07:00
Robert Schütz
0bfc2cc9ea
spotdl: 3.5.2 -> 3.6.1
...
https://github.com/spotDL/spotify-downloader/releases/tag/v3.6.0
https://github.com/spotDL/spotify-downloader/releases/tag/v3.6.1
(cherry picked from commit 7683afc895 )
2021-05-28 22:17:51 -07:00
talyz
b423efaeeb
nixos/discourse: Assert deployed PostgreSQL version
...
Assert that the PostgreSQL version being deployed is the one used
upstream. Allow the user to override this assertion, since it's not
always possible or preferable to use the recommended one.
(cherry picked from commit 544adbfcab )
2021-05-28 22:16:10 -07:00
Ryan Mulligan
4594e54063
nixos/discourse: Add rsync dependency
...
It is used for backup importing.
(cherry picked from commit e9c5ee1c4e )
2021-05-28 22:16:10 -07:00
talyz
ce5587e7bb
discourse: 2.6.5 -> 2.7.0
...
(cherry picked from commit 42b8e7685d )
2021-05-28 22:16:10 -07:00
Daniël de Kok
c892433d7b
softmaker-office: 1030 -> 1032
...
(cherry picked from commit 854c4ad2d9 )
2021-05-28 22:13:27 -04:00
Sandro
6ca6be2bbf
Merge pull request #124835 from NixOS/backport-124819-to-release-21.05
...
[Backport release-21.05] gitAndTools.delta: 0.7.1 -> 0.8.0
2021-05-29 03:49:17 +02:00
Zhaofeng Li
25115a31d7
xpra: Add NVENC support
...
(cherry picked from commit 80e86f8871 )
2021-05-28 21:39:53 -04:00
Zhaofeng Li
a5cbb1a436
nv-codec-headers-10: init at 10.0.26.2
...
(cherry picked from commit 13f114593b )
2021-05-28 21:39:53 -04:00
Dominik Xaver Hörl
fa5915bebb
rl-2105: mention linux_latest and potential zfs issues
...
(cherry picked from commit 7953b6e532 )
2021-05-28 18:32:16 -07:00
Dominik Xaver Hörl
c50592961a
linuxPackages_latest: update to 5.12
...
(cherry picked from commit 755db9a1e9 )
2021-05-28 18:32:16 -07:00
Mario Rodas
53ad00cfc3
gitAndTools.delta: 0.7.1 -> 0.8.0
...
https://github.com/dandavison/delta/releases/tag/0.8.0
(cherry picked from commit 4052d0eceb )
2021-05-29 01:31:34 +00:00
Niklas Hambüchen
b73e47d3d7
nixos/wireguard: Remove .path systemd unit for privkey. Fixes #123203
...
As per `man systemd.path`:
> When a service unit triggered by a path unit terminates
> (regardless whether it exited successfully or failed),
> monitored paths are checked immediately again,
> **and the service accordingly restarted instantly**.
Thus the existence of the path unit made it impossible to stop the
wireguard service using e.g.
systemctl stop wireguard-wg0.service
Systemd path units are not intended for program inputs such
as private key files.
This commit simply removes this usage; the private key is still
generated by the `generateKeyServiceUnit`.
(cherry picked from commit d344dccf3d )
2021-05-28 18:28:35 -07:00
Peter Hoeg
36f8feac81
tellico: 3.4 -> 3.4.1
...
(cherry picked from commit 1bfabf6fba )
2021-05-29 01:14:45 +00:00
Bart Brouns
8d914c1157
bjumblr: 1.4.2 -> 1.6.6
...
(cherry picked from commit de9f169ecc )
2021-05-29 01:07:01 +00:00
greaka
7b1072b4ff
terraria-server: 1.4.2.2 -> 1.4.2.3
...
(cherry picked from commit 4e9bd87f5a )
2021-05-29 01:02:37 +00:00
Matt Layher
d981999780
corerad: 0.3.0 -> 0.3.1
...
Signed-off-by: Matt Layher <mdlayher@gmail.com >
(cherry picked from commit 39b4c8f9af )
2021-05-29 00:56:22 +00:00
Vladyslav M
ad947d5fa6
b3sum: 0.3.7 -> 0.3.8
...
(cherry picked from commit 42d671a80d )
2021-05-29 00:51:22 +00:00
Sandro
b08b7cd9b7
Apply suggestions from code review
...
(cherry picked from commit 902ce1df42 )
2021-05-29 00:50:47 +00:00
superherointj
84fd858633
virt-manager: fix missing cdrtools
...
(cherry picked from commit 13f3200cd0 )
2021-05-29 00:50:47 +00:00
Sandro
d5d7312426
Merge pull request #124805 from prusnak/electron-21.05
2021-05-29 02:09:24 +02:00
Domen Kožar
8a5ec66c40
patray: Yet another tray pulseaudio frontend
...
(cherry picked from commit 4758dd4814 )
2021-05-28 18:36:24 -04:00
Domen Kožar
5b3858527f
pythonPackages.google-api-python-client: 2.0.2 -> 2.6.0
...
(cherry picked from commit 184b453090 )
2021-05-28 18:36:24 -04:00
fortuneteller2k
b1a828fa56
fetchutils: remove DESTDIR, use PREFIX, change owner
...
(cherry picked from commit feef79647f )
2021-05-28 18:35:43 -04:00
Martin Weinelt
75d84510e1
Merge pull request #124787 from mohe2015/backport-124516
...
[21.05] wordpress: 5.7.1 -> 5.7.2
2021-05-29 00:35:00 +02:00
Stefan Frijters
18cd14175f
doc/coding-conventions: Add documentation for fetchpatch optional arguments
...
(cherry picked from commit 585f63b364 )
2021-05-28 18:34:45 -04:00
Mitsuhiro Nakamura
5b52f151e1
feedgnuplot: 1.51 -> 1.58
...
(cherry picked from commit b9bf2ab441 )
2021-05-28 18:33:53 -04:00
Mitsuhiro Nakamura
831bf15565
feedgnuplot: fix perl shebang
...
(cherry picked from commit 75176e353c )
2021-05-28 18:33:53 -04:00
Michael Raskin
47ed684380
Merge pull request #124801 from dotlambda/CVE-2020-18032
...
[21.05] graphviz: patch CVE-2020-18032
2021-05-28 21:15:34 +00:00
Maximilian Bosch
d77e68bedf
Merge pull request #124793 from NixOS/backport-124121-to-release-21.05
...
[Backport release-21.05] libreoffice-still: 7.0.4.2 -> 7.0.6.2
2021-05-28 23:06:09 +02:00
TredwellGit
04fcd9e107
electron_10: 10.4.5 -> 10.4.7
...
https://github.com/electron/electron/releases/tag/v10.4.6
https://github.com/electron/electron/releases/tag/v10.4.7
(cherry picked from commit f8fbfa538b )
2021-05-28 23:03:44 +02:00
TredwellGit
836e34d53a
electron_11: 11.4.6 -> 11.4.7
...
https://github.com/electron/electron/releases/tag/v11.4.7
(cherry picked from commit 505298f812 )
2021-05-28 23:03:39 +02:00
TredwellGit
361dbda2ca
electron_12: 12.0.7 -> 12.0.9
...
https://github.com/electron/electron/releases/tag/v12.0.8
https://github.com/electron/electron/releases/tag/v12.0.9
(cherry picked from commit a0426609c8 )
2021-05-28 23:03:33 +02:00
Robert Schütz
2899292e07
graphviz: patch CVE-2020-18032
...
(cherry picked from commit b4e8099795 )
2021-05-28 22:17:21 +02:00
Maximilian Bosch
9588f49304
Merge pull request #124794 from NixOS/backport-124703-to-release-21.05
...
[Backport release-21.05] Revert "element-desktop: set dbus default for firefox"
2021-05-28 22:13:43 +02:00
Maximilian Bosch
eff32c3626
Merge pull request #124797 from NixOS/backport-124790-to-release-21.05
...
[Backport release-21.05] diffoscope: 175 -> 176
2021-05-28 22:08:25 +02:00
Arthur Gautier
4e172daaa6
diffoscope: 175 -> 176
...
Signed-off-by: Arthur Gautier <baloo@superbaloo.net >
(cherry picked from commit fd2e675e7c )
2021-05-28 19:38:56 +00:00
Robert Scott
5621b77a7e
python3Packages.hdbscan: disable another flaky test
...
(cherry picked from commit 5bae3c6746 )
2021-05-28 20:30:32 +01:00
Evils
6350467e7b
Revert "element-desktop: set dbus default for firefox"
...
This reverts commit becc715b89 .
(cherry picked from commit 6377bc3662 )
2021-05-28 19:28:58 +00:00
Thomas Gerbet
7e7e91f8e2
libreoffice-still: 7.0.4.2 -> 7.0.6.2
...
This will avoid false positives with CVE-2021-25631 [0] (only impact
Windows).
It also includes bugfixes:
https://wiki.documentfoundation.org/Releases/7.0.5/RC1
https://wiki.documentfoundation.org/Releases/7.0.5/RC2
https://wiki.documentfoundation.org/Releases/7.0.6/RC1
https://wiki.documentfoundation.org/Releases/7.0.6/RC2
[0] https://www.libreoffice.org/about-us/security/advisories/cve-2021-25631/
(cherry picked from commit f7b33e0334 )
2021-05-28 19:25:16 +00:00
Ivan Kozik
02daee80bc
nixos/bitwarden_rs: fix startup on 32 thread machines
...
LimitNPROC=64 is too low for bitwarden_rs to start on a 32 thread machine.
Remove the limit.
This fixes:
```
bitwarden_rs[38701]: /--------------------------------------------------------------------\
bitwarden_rs[38701]: | Starting Bitwarden_RS |
bitwarden_rs[38701]: |--------------------------------------------------------------------|
bitwarden_rs[38701]: | This is an *unofficial* Bitwarden implementation, DO NOT use the |
bitwarden_rs[38701]: | official channels to report bugs/features, regardless of client. |
bitwarden_rs[38701]: | Send usage/configuration questions or feature requests to: |
bitwarden_rs[38701]: | https://bitwardenrs.discourse.group/ |
bitwarden_rs[38701]: | Report suspected bugs/issues in the software itself at: |
bitwarden_rs[38701]: | https://github.com/dani-garcia/bitwarden_rs/issues/new |
bitwarden_rs[38701]: \--------------------------------------------------------------------/
bitwarden_rs[38701]: [INFO] No .env file found.
bitwarden_rs[38701]: [2021-05-24 03:34:41.121][bitwarden_rs::api::core::sends][INFO] Initiating send deletion
bitwarden_rs[38701]: [2021-05-24 03:34:41.122][start][INFO] Rocket has launched from http://127.0.0.1:8222
bitwarden_rs[38701]: [2021-05-24 03:34:41.126][panic][ERROR] thread 'unnamed' panicked at 'failed to spawn thread: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }': /build/rustc-1.52.1-src/library/std/src/thread/mod.rs:620
bitwarden_rs[38701]: 0: bitwarden_rs::init_logging::{{closure}}
bitwarden_rs[38701]: 1: std::panicking::rust_panic_with_hook
bitwarden_rs[38701]: 2: std::panicking::begin_panic_handler::{{closure}}
bitwarden_rs[38701]: 3: std::sys_common::backtrace::__rust_end_short_backtrace
bitwarden_rs[38701]: 4: rust_begin_unwind
bitwarden_rs[38701]: 5: core::panicking::panic_fmt
bitwarden_rs[38701]: 6: core::result::unwrap_failed
bitwarden_rs[38701]: 7: hyper::server::listener::spawn_with
bitwarden_rs[38701]: 8: hyper::server::listener::ListenerPool<A>::accept
bitwarden_rs[38701]: 9: std::sys_common::backtrace::__rust_begin_short_backtrace
bitwarden_rs[38701]: 10: core::ops::function::FnOnce::call_once{{vtable.shim}}
bitwarden_rs[38701]: 11: std::sys::unix::thread::Thread::new::thread_start
bitwarden_rs[38701]: 12: start_thread
bitwarden_rs[38701]: 13: __GI___clone
bitwarden_rs[38701]: [2021-05-24 03:34:41.126][panic][ERROR] thread 'main' panicked at 'internal error: entered unreachable code: the call to `handle_threads` should block on success': /build/bitwarden_rs-1.20.0-vendor.tar.gz/rocket/src/rocket.rs:751
bitwarden_rs[38701]: 0: bitwarden_rs::init_logging::{{closure}}
bitwarden_rs[38701]: 1: std::panicking::rust_panic_with_hook
bitwarden_rs[38701]: 2: std::panicking::begin_panic_handler::{{closure}}
bitwarden_rs[38701]: 3: std::sys_common::backtrace::__rust_end_short_backtrace
bitwarden_rs[38701]: 4: rust_begin_unwind
bitwarden_rs[38701]: 5: core::panicking::panic_fmt
bitwarden_rs[38701]: 6: rocket::rocket::Rocket::launch
bitwarden_rs[38701]: 7: bitwarden_rs::main
bitwarden_rs[38701]: 8: std::sys_common::backtrace::__rust_begin_short_backtrace
bitwarden_rs[38701]: 9: std::rt::lang_start::{{closure}}
bitwarden_rs[38701]: 10: std::rt::lang_start_internal
bitwarden_rs[38701]: 11: main
```
(cherry picked from commit d95960e275 )
2021-05-28 11:36:54 -07:00
Hedtke, Moritz
fcddce0f10
wordpress: 5.7.1 -> 5.7.2
...
(cherry picked from commit 5fa469b6f2 )
2021-05-28 20:34:51 +02:00
Fabián Heredia Montiel
79c5dbb549
pgsync: 0.6.6 → 0.6.7
...
(cherry picked from commit cc855b1331 )
2021-05-28 11:34:51 -07:00
Antoine R. Dumont (@ardumont)
80df101aa8
mediatomb/gerbera: Add release note information for 21.03
...
Note that it made into 2 entries, one about new options in the first section.
Another in the breaking compatibility section due to the openFirewall option
which changes the behavior.
Co-authored-by: schmittlauch <t.schmittlauch+nixos@orlives.de >
(cherry picked from commit 93a80a4390 )
2021-05-28 11:21:30 -07:00
Robert Schütz
377de4787e
Merge pull request #124757 from dotlambda/mediatomb-ffmpeg
...
[21.05] mediatomb: use ffmpeg instead of ffmpeg_3
2021-05-28 17:25:41 +02:00
Robert Schütz
078af61232
whipper: fix
...
(cherry picked from commit df7eecceb5 )
2021-05-28 16:29:33 +02:00
Robert Schütz
989c034206
mediatomb: use ffmpeg instead of ffmpeg_3 ( #123487 )
...
(cherry picked from commit 81abd8d0ac )
2021-05-28 16:10:23 +02:00
David
8d31a9d644
rebar3: 3.16.0 -> 3.16.1
...
(cherry picked from commit d706be982a )
2021-05-28 20:43:11 +09:00
Robert Schütz
1c212ecbb8
Merge pull request #124707 from dotlambda/openvpn-2.5.2
...
[21.05] openvpn: 2.5.0 -> 2.5.2, openvpn_24: 2.4.9 -> 2.4.11
2021-05-28 10:20:03 +02:00
Thomas Gerbet
88144f9b91
openvpn_24: 2.4.9 -> 2.4.11
...
Fixes CVE-2020-15078.
https://community.openvpn.net/openvpn/wiki/CVE-2020-15078
(cherry picked from commit e2df9554b0 )
2021-05-28 01:02:33 +02:00
Thomas Gerbet
6929dd4f0b
openvpn: 2.5.0 -> 2.5.2
...
Fixes CVE-2020-15078.
https://community.openvpn.net/openvpn/wiki/CVE-2020-15078
(cherry picked from commit 82f90f892f )
2021-05-28 01:02:33 +02:00
Robert Schütz
2371e028f6
Merge pull request #124701 from jchw-forks/lightspark-ffmpeg-backport
...
[21.05] lightspark: ffmpeg_3 -> ffmpeg
2021-05-28 00:19:16 +02:00
John Chadwick
47c51cc3bf
lightspark: ffmpeg_3 -> ffmpeg
...
(cherry picked from commit 24129003fd )
2021-05-27 14:42:25 -07:00
Dmitry Kalinkin
46a5d32fc9
qhull: add fixDarwinDylibNames
...
(cherry picked from commit e34b559109 )
cc #124578
2021-05-27 16:55:02 -04:00
Michael Weiss
6029acc019
Merge pull request #124598 from primeos/backports
...
[21.05] nixos/tests/{sway,cagebreak}: Disable on aarch64-linux
2021-05-27 18:56:31 +02:00
Michael Weiss
5e74829b72
nixos/tests/{sway,cagebreak}: Disable on aarch64-linux
...
The tests timeout on AArch64 (e.g. [0] and [1]), likely because the QEMU
option "-vga virtio" isn't supported there (unfortunately I currently
lack access to an AArch64 system with NixOS to investigate).
This also affects the test for Cage but that one is already limited to
x86_64-linux.
[0]: https://hydra.nixos.org/build/144148809
[1]: https://hydra.nixos.org/build/144103034
(cherry picked from commit abb9ea73f7 )
2021-05-27 17:43:06 +02:00
Michael Lingelbach
676ddafd3d
nixos/dendrite: remove ( #124524 )
...
* The options tlsKey and tlsCert require being accessible by DynamicUser at runtime, which currently requires copying the files into the matrix service state directory. Fixing this might require breaking changes. Thus the module should not be included in a stable release.
2021-05-27 10:41:05 +02:00
Trolli Schmittlauch
611cedc127
poppler: build with nss by default for signature support
...
Since 21.01, poppler supports PDF signing. As applications like okular
start to make use of that feature, nss support for poppler is enabled by
default to avoid unnecessary package duplication.
When building a `minimal` version of poppler, nss is disabled as well.
closes #120928
(cherry picked from commit 5f9862d524 )
2021-05-27 03:48:21 -04:00
Sandro
ff00b8c0d1
Merge pull request #124565 from nbren12/jupyterlab-backport
2021-05-27 05:16:18 +02:00
Sandro
17293ccdfc
Merge pull request #124448 from mweinelt/21.05/home-assistant
...
[21.05] home-assistant: disable flaky test in prometheus component
2021-05-27 05:14:07 +02:00
Noah D. Brenowitz
c8a75ccf74
python3Packages.nbclassic: allow darwin network tests
...
(cherry picked from commit f1096cd92c )
2021-05-26 19:33:40 -07:00
Noah D. Brenowitz
a0011e1118
python3Packages.jupyterlab_server: allow darwin networking
...
(cherry picked from commit 7c29b3e082 )
2021-05-26 19:33:40 -07:00
Noah D. Brenowitz
a2547d21eb
python3Packages.jupyter_server: allow local networking
...
(cherry picked from commit 1244ddc7c6 )
2021-05-26 19:33:40 -07:00
Sandro
e7e53babb6
Merge pull request #124515 from primeos/signal-desktop-backport
2021-05-27 04:30:52 +02:00
Sandro
0a086ee342
Merge pull request #124509 from dotlambda/backport-124391
2021-05-27 04:30:18 +02:00
Sandro
837f80023d
Merge pull request #124526 from risicle/ris-devpi-client-server-darwin-allow-local-networking-r21.05
2021-05-27 03:49:58 +02:00
Sandro
83fb69d685
Merge pull request #124527 from risicle/ris-python-xgboost-darwin-fix-r21.05
2021-05-27 03:47:21 +02:00
Sandro
51cf39407b
Merge pull request #124555 from hrhino/backport/fix/python3Packages/acoustics
...
acoustics: fix
2021-05-27 02:57:27 +02:00
Robert Scott
deb0a4259f
python3Packages.mat2: fix tests against ffmpeg 4.4
...
seems upstream have already noticed this breakage and have fixed it
in master
(cherry picked from commit 6d8b59ab30 )
2021-05-26 19:44:58 -04:00
Harrison Houghton
5369265a53
acoustics: fix
...
There's a bit of LaTeX math code in a comment in a test file:
```
.. math:: L = 10 \cdot \\log_{10}{\\left(\\frac{MS}{p_r^2} \\right)}
```
which of course should be `\\cdot`.
I could patch it, but I think skipping deprecation warnings in tests is
probably ok... (If nothing else it's easier.)
(cherry picked from commit dbc085cb44 )
2021-05-26 19:32:26 -04:00
austinbutler
84a08eb98d
stellar-core: 0.5.1 -> 17.0.0 ( #123294 )
...
(cherry picked from commit 2a6db4c056 )
2021-05-26 19:30:48 -04:00
Maximilian Bosch
95f6c0b7e0
nixos/release-notes: fix slaptest command for openldap section
...
When running - as suggested - `slaptest -f slapd.conf $TMPDIR` I get the
following result:
[root@ldap:/tmp/tmp.De46ABIbFf]# slaptest -f /nix/store/lks3ihydj40ff6yqvz0k33ycrc9vbyry-slapd.conf $TMPDIR
usage: slaptest [-v] [-d debuglevel] [-f configfile] [-F configdir] [-o <name>[=<value>]] [-n databasenumber] [-u] [-Q]
[root@ldap:/tmp/tmp.De46ABIbFf]# echo $?
1
Adding a `-F` option fixes the issue.
(cherry picked from commit b5a12b4b61 )
2021-05-26 22:35:51 +02:00
Maximilian Bosch
25eaf1083f
diffoscope: fix build
...
ZHF #122042
Failing Hydra build: https://hydra.nixos.org/build/143815905
Currently the diff-check for `.mp3`-files is failing. The only reason
for that is that right now is that there are too spaces too much on the
last line[1].
[1] https://salsa.debian.org/reproducible-builds/diffoscope/-/blob/175/tests/data/mp3_expected_diff
(cherry picked from commit ea55d23cd8 )
2021-05-26 22:35:51 +02:00
Sandro
4a40836097
Merge pull request #124533 from DeterminateSystems/tf-provider-hydra-21.05
...
[21.05] terraform-providers.hydra: 0.1.0 -> 0.1.1
2021-05-26 22:17:24 +02:00
Cole Helbling
573cdf2df2
terraform-providers.hydra: 0.1.1 -> 0.1.2
...
(cherry picked from commit 4c7cf79b36 )
2021-05-26 12:23:14 -07:00
Robert Scott
169371366d
Merge pull request #124477 from LeSuisse/sssd-1.16.5-21.05
...
[21.05] sssd: 1.16.4 -> 1.16.5
2021-05-26 20:13:31 +01:00
Michele Guerini Rocco
ed35898dd1
Merge pull request #124529 from rnhmjoj/openconnect-21.05
...
[21.05] openconnect-head: init at 2021-05-05
2021-05-26 21:02:45 +02:00
Robert Scott
8ac5876aac
python3Packages.xgboost: fix tests for darwin
...
(cherry picked from commit 4ef1d33c7c )
2021-05-26 19:22:30 +01:00
Robert Scott
2c8139ee6b
devpi-server: set __darwinAllowLocalNetworking
...
allowing tests to pass on sandboxed darwin
(cherry picked from commit 46e66614d9 )
2021-05-26 19:11:21 +01:00
Robert Scott
828cf19e1e
devpi-client: set __darwinAllowLocalNetworking
...
allowing tests to pass on sandboxed darwin
(cherry picked from commit 995d2d87c8 )
2021-05-26 19:09:50 +01:00
rnhmjoj
b6f4ae45b7
openconnect: fix license information
...
The project seems to be licensed under LGPL 2.1 *only*.
(cherry picked from commit 61f556a60b )
2021-05-26 19:43:40 +02:00
rnhmjoj
fc8280a67c
openconnect-head: init at 2021-05-05
...
(cherry picked from commit 2d1090a058 )
2021-05-26 19:43:36 +02:00
Gabriel Ebner
84ad09b57b
Merge pull request #124518 from collares/olean-backport
...
[21.05] lean: substitute release commit sha1
2021-05-26 19:22:26 +02:00
Mauricio Collares
97eba634e4
lean: substitute release commit sha1
2021-05-26 13:47:23 -03:00
Michael Weiss
8eb8032b1d
signal-desktop: 5.2.1 -> 5.3.0
...
(cherry picked from commit 5be62dca8c )
2021-05-26 18:13:33 +02:00
Sandro Jäckel
0b4994f714
nixos/kresd: tell resolveconf to use local resolver
...
(cherry picked from commit 140828ce38 )
2021-05-26 17:24:55 +02:00
Harrison Houghton
6ac38da61b
pinball: fix
...
There was an override of autoconfHook to use automake 1.15.x; I'm not
sure what changed since this package was added but it explicitly needs
1.16.1 or greater for the submodule libltdl.
Anyhow, just remove the override.
(cherry picked from commit 3e4aeea693 )
2021-05-26 08:07:53 -07:00
Andrew Childs
d2920be368
darwin/make-bootstrap-tools: move "lib" from install name to rpath
...
The rpath structure for the bootstrap tools was reworked to minimize
the amount of rewriting required on unpack, but the test was not
updated to match the different structure.
Additionally [1] builds that use the bootstrap version of libc++
cannot find libc++abi if the reference includes the "lib"
component (ie, libc++ refers to libc++abi with
@rpath/lib/libc++abi.dylib).
[1] https://logs.nix.samueldr.com/nix-darwin/2021-05-18#4993282
Test failure observed on Hydra: https://hydra.nixos.org/build/143130126
(cherry picked from commit 38207735f4 )
2021-05-26 08:05:16 -07:00
Michele Guerini Rocco
677fab12a9
Merge pull request #124488 from rnhmjoj/mpl-21.05
...
[21.05] pythonPackages.matplotlib: fix headless detection
2021-05-26 14:48:31 +02:00
rnhmjoj
6aa537a98d
pythonPackages.matplotlib: add licenses
...
(cherry picked from commit 7672576a0d )
2021-05-26 14:20:01 +02:00
rnhmjoj
a6ac81209b
pythonPackages.matplotlib: remove unsused arguments
...
(cherry picked from commit 3a3e1134a8 )
2021-05-26 14:19:57 +02:00
rnhmjoj
b7ce7d761c
pythonPackages.matplotlib: fix headless detection
...
The default backend is chosen based on the content of the $DISPLAY
variable *and* a successfull call to libX11, loaded via dlopen().
The test fails because dlopen looks in /usr/lib and /lib, so matplotlib
falls back to a headless backend.
To reproduce try running:
$ nix-shell -I nixpkgs=$PWD -p \
'python3.withPackages (p: [ p.matplotlib ])' --run python
>>> import matplotlib.pyplot as plt
>>> assert plt.get_backend() == "TkAgg"
(cherry picked from commit 7e2ec8f8a1 )
2021-05-26 14:19:45 +02:00
Thomas Gerbet
feff71106d
sssd: 1.16.4 -> 1.16.5
...
Fixes CVE-2018-16838.
https://sssd.io/release-notes/sssd-1.16.5.html
(cherry picked from commit affda4029f )
2021-05-26 12:04:22 +02:00
DavHau
97fc742ae6
scikit-learn: disable some tests for darwin
...
(cherry picked from commit 4af47234fa )
2021-05-26 00:29:23 -07:00
Noah D. Brenowitz
ff776b403a
python3Packages.scikitlearn: disable flaky tests
...
* Disable all tests of the NuSVC estimator that use memmap'd data
* build in serial on darwin
Resolves #121988
(cherry picked from commit cb2891b8c8 )
2021-05-26 00:29:23 -07:00
Martin Weinelt
813b3b2a0c
Revert "python3Packages.pywemo: disable failing test"
...
This reverts commit 60c98baf17 .
The original issue was a result of a libxml2 regression that has since
been fixed.
2021-05-26 04:56:46 +02:00
Martin Weinelt
af053d10fb
Merge remote-tracking branch 'origin/release-21.05' into staging-next-21.05
2021-05-26 04:56:26 +02:00
Martin Weinelt
66fdd3939d
home-assistant: disable flaky test in prometheus component
...
______________________________ test_view[pyloop] _______________________________
[gw49] linux -- Python 3.8.9 /nix/store/7i305r9i4rsb1hmqwkdmphjf430niq3l-python3-3.8.9/bin/python3.8
hass = <homeassistant.core.HomeAssistant object at 0xffff56d041c0>
hass_client = <function hass_client.<locals>.auth_client at 0xffff56a11ca0>
async def test_view(hass, hass_client):
"""Test prometheus metrics view."""
client = await prometheus_client(hass, hass_client)
resp = await client.get(prometheus.API_ENDPOINT)
assert resp.status == 200
assert resp.headers["content-type"] == CONTENT_TYPE_TEXT_PLAIN
body = await resp.text()
body = body.split("\n")
assert len(body) > 3
assert "# HELP python_info Python platform information" in body
assert (
"# HELP python_gc_objects_collected_total "
"Objects collected during gc" in body
)
assert (
'temperature_c{domain="sensor",'
'entity="sensor.outside_temperature",'
'friendly_name="Outside Temperature"} 15.6' in body
)
assert (
'battery_level_percent{domain="sensor",'
'entity="sensor.outside_temperature",'
'friendly_name="Outside Temperature"} 12.0' in body
)
assert (
'current_temperature_c{domain="climate",'
'entity="climate.heatpump",'
'friendly_name="HeatPump"} 25.0' in body
)
> assert (
'humidifier_target_humidity_percent{domain="humidifier",'
'entity="humidifier.humidifier",'
'friendly_name="Humidifier"} 68.0' in body
)
E assert 'humidifier_target_humidity_percent{domain="humidifier",entity="humidifier.humidifier",friendly_name="Humidifier"} 68.0' in ['# HELP python_gc_objects_collected_total Objects collected during gc', '# TYPE python_gc_objects_collected_total cou...al{generation="2"} 175103.0', '# HELP python_gc_objects_uncollectable_total Uncollectable object found during GC', ...]
tests/components/prometheus/test_init.py:130: AssertionError
---------------------------- Captured stderr setup -----------------------------
DEBUG:asyncio:Using selector: EpollSelector
------------------------------ Captured log setup ------------------------------
DEBUG asyncio:selector_events.py:59 Using selector: EpollSelector
----------------------------- Captured stderr call -----------------------------
INFO:homeassistant.loader:Loaded prometheus from homeassistant.components.prometheus
INFO:homeassistant.loader:Loaded http from homeassistant.components.http
DEBUG:homeassistant.setup:Dependency prometheus will wait for dependencies ['http']
INFO:homeassistant.setup:Setting up http
INFO:homeassistant.setup:Setup of domain http took 0.0 seconds
DEBUG:homeassistant.core:Bus:Handling <Event component_loaded[L]: component=http>
INFO:homeassistant.setup:Setting up prometheus
INFO:homeassistant.setup:Setup of domain prometheus took 0.0 seconds
DEBUG:homeassistant.core:Bus:Handling <Event component_loaded[L]: component=prometheus>
INFO:homeassistant.loader:Loaded sensor from homeassistant.components.sensor
INFO:homeassistant.loader:Loaded demo from homeassistant.components.demo
INFO:homeassistant.setup:Setting up sensor
INFO:homeassistant.setup:Setup of domain sensor took 0.0 seconds
DEBUG:homeassistant.setup:Dependency demo will wait for dependencies ['conversation', 'zone', 'group']
DEBUG:homeassistant.core:Bus:Handling <Event component_loaded[L]: component=sensor>
INFO:homeassistant.loader:Loaded conversation from homeassistant.components.conversation
INFO:homeassistant.loader:Loaded zone from homeassistant.components.zone
INFO:homeassistant.setup:Setting up conversation
INFO:homeassistant.loader:Loaded group from homeassistant.components.group
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=conversation, service=process>
INFO:homeassistant.setup:Setup of domain conversation took 0.0 seconds
INFO:homeassistant.loader:Loaded climate from homeassistant.components.climate
INFO:homeassistant.setup:Setting up zone
DEBUG:homeassistant.core:Bus:Handling <Event component_loaded[L]: component=conversation>
INFO:homeassistant.setup:Setting up group
INFO:homeassistant.setup:Setting up climate
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=climate, service=turn_on>
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=climate, service=turn_off>
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=climate, service=set_hvac_mode>
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=climate, service=set_preset_mode>
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=climate, service=set_aux_heat>
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=climate, service=set_temperature>
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=climate, service=set_humidity>
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=climate, service=set_fan_mode>
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=climate, service=set_swing_mode>
INFO:homeassistant.setup:Setup of domain climate took 0.0 seconds
DEBUG:homeassistant.setup:Dependency demo will wait for dependencies ['zone', 'group']
DEBUG:homeassistant.core:Bus:Handling <Event component_loaded[L]: component=climate>
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=group, service=reload>
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=group, service=set>
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=group, service=remove>
INFO:homeassistant.setup:Setup of domain group took 0.1 seconds
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=zone, service=reload>
DEBUG:homeassistant.core:Bus:Handling <Event component_loaded[L]: component=group>
DEBUG:homeassistant.core:Bus:Handling <Event state_changed[L]: entity_id=zone.home, old_state=None, new_state=<state zone.home=zoning; latitude=32.87336, longitude=-117.22743, radius=100, passive=False, editable=True, friendly_name=test home, icon=mdi:home @ 2021-05-12T16:02:29.918726+00:00>>
DEBUG:homeassistant.components.prometheus:Handling state update for zone.home
INFO:homeassistant.setup:Setup of domain zone took 0.1 seconds
DEBUG:homeassistant.core:Bus:Handling <Event component_loaded[L]: component=zone>
INFO:homeassistant.setup:Setting up demo
INFO:homeassistant.setup:Setup of domain demo took 0.0 seconds
DEBUG:homeassistant.core:Bus:Handling <Event component_loaded[L]: component=demo>
INFO:homeassistant.components.sensor:Setting up sensor.demo
INFO:homeassistant.components.climate:Setting up climate.demo
INFO:homeassistant.helpers.entity_registry:Registered new sensor.demo entity: sensor.outside_temperature
DEBUG:homeassistant.core:Bus:Handling <Event entity_registry_updated[L]: action=create, entity_id=sensor.outside_temperature>
DEBUG:homeassistant.core:Bus:Handling <Event state_changed[L]: entity_id=sensor.outside_temperature, old_state=None, new_state=<state sensor.outside_temperature=15.6; battery_level=12, unit_of_measurement=°C, friendly_name=Outside Temperature, device_class=temperature @ 2021-05-12T16:02:29.931161+00:00>>
INFO:homeassistant.helpers.entity_registry:Registered new sensor.demo entity: sensor.outside_humidity
DEBUG:homeassistant.core:Bus:Handling <Event entity_registry_updated[L]: action=create, entity_id=sensor.outside_humidity>
DEBUG:homeassistant.core:Bus:Handling <Event state_changed[L]: entity_id=sensor.outside_humidity, old_state=None, new_state=<state sensor.outside_humidity=54; unit_of_measurement=%, friendly_name=Outside Humidity, device_class=humidity @ 2021-05-12T16:02:29.933965+00:00>>
INFO:homeassistant.helpers.entity_registry:Registered new sensor.demo entity: sensor.carbon_monoxide
DEBUG:homeassistant.components.prometheus:Handling state update for sensor.outside_humidity
DEBUG:homeassistant.core:Bus:Handling <Event entity_registry_updated[L]: action=create, entity_id=sensor.carbon_monoxide>
DEBUG:homeassistant.core:Bus:Handling <Event state_changed[L]: entity_id=sensor.carbon_monoxide, old_state=None, new_state=<state sensor.carbon_monoxide=54; unit_of_measurement=ppm, friendly_name=Carbon monoxide, device_class=carbon_monoxide @ 2021-05-12T16:02:29.954947+00:00>>
INFO:homeassistant.helpers.entity_registry:Registered new sensor.demo entity: sensor.carbon_dioxide
DEBUG:homeassistant.components.prometheus:Handling state update for sensor.carbon_monoxide
DEBUG:homeassistant.core:Bus:Handling <Event entity_registry_updated[L]: action=create, entity_id=sensor.carbon_dioxide>
DEBUG:homeassistant.components.prometheus:Handling state update for sensor.outside_temperature
DEBUG:homeassistant.core:Bus:Handling <Event state_changed[L]: entity_id=sensor.carbon_dioxide, old_state=None, new_state=<state sensor.carbon_dioxide=54; battery_level=14, unit_of_measurement=ppm, friendly_name=Carbon dioxide, device_class=carbon_dioxide @ 2021-05-12T16:02:29.958608+00:00>>
INFO:homeassistant.helpers.entity_registry:Registered new climate.demo entity: climate.heatpump
DEBUG:homeassistant.core:Bus:Handling <Event entity_registry_updated[L]: action=create, entity_id=climate.heatpump>
DEBUG:homeassistant.core:Bus:Handling <Event state_changed[L]: entity_id=climate.heatpump, old_state=None, new_state=<state climate.heatpump=heat; hvac_modes=['heat', 'off'], min_temp=7.0, max_temp=35.0, current_temperature=25.0, temperature=20.0, hvac_action=heating, friendly_name=HeatPump, supported_features=1 @ 2021-05-12T16:02:29.970499+00:00>>
DEBUG:homeassistant.components.prometheus:Handling state update for sensor.carbon_dioxide
DEBUG:homeassistant.components.prometheus:Handling state update for climate.heatpump
INFO:homeassistant.helpers.entity_registry:Registered new climate.demo entity: climate.hvac
DEBUG:homeassistant.core:Bus:Handling <Event entity_registry_updated[L]: action=create, entity_id=climate.hvac>
DEBUG:homeassistant.core:Bus:Handling <Event state_changed[L]: entity_id=climate.hvac, old_state=None, new_state=<state climate.hvac=cool; hvac_modes=['off', 'heat', 'cool', 'auto', 'dry', 'fan_only'], min_temp=7, max_temp=35, min_humidity=30, max_humidity=99, fan_modes=['On Low', 'On High', 'Auto Low', 'Auto High', 'Off'], swing_modes=['Auto', '1', '2', '3', 'Off'], current_temperature=22, temperature=21, target_temp_high=None, target_temp_low=None, current_humidity=54, humidity=67, fan_mode=On High, hvac_action=cooling, swing_mode=Off, aux_heat=off, friendly_name=Hvac, supported_features=111 @ 2021-05-12T16:02:29.980988+00:00>>
INFO:homeassistant.helpers.entity_registry:Registered new climate.demo entity: climate.ecobee
DEBUG:homeassistant.core:Bus:Handling <Event entity_registry_updated[L]: action=create, entity_id=climate.ecobee>
DEBUG:homeassistant.core:Bus:Handling <Event state_changed[L]: entity_id=climate.ecobee, old_state=None, new_state=<state climate.ecobee=heat_cool; hvac_modes=['heat_cool', 'cool', 'heat'], min_temp=7, max_temp=35, fan_modes=['On Low', 'On High', 'Auto Low', 'Auto High', 'Off'], preset_modes=['home', 'eco'], swing_modes=['Auto', '1', '2', '3', 'Off'], current_temperature=23, target_temp_high=24, target_temp_low=21, fan_mode=Auto Low, preset_mode=home, swing_mode=Auto, friendly_name=Ecobee, supported_features=58 @ 2021-05-12T16:02:29.984441+00:00>>
DEBUG:homeassistant.components.prometheus:Handling state update for climate.hvac
DEBUG:homeassistant.components.prometheus:Handling state update for climate.ecobee
INFO:homeassistant.loader:Loaded humidifier from homeassistant.components.humidifier
INFO:homeassistant.setup:Setting up humidifier
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=humidifier, service=turn_on>
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=humidifier, service=turn_off>
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=humidifier, service=toggle>
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=humidifier, service=set_mode>
DEBUG:homeassistant.core:Bus:Handling <Event service_registered[L]: domain=humidifier, service=set_humidity>
INFO:homeassistant.setup:Setup of domain humidifier took 0.0 seconds
INFO:homeassistant.components.humidifier:Setting up humidifier.demo
DEBUG:homeassistant.core:Bus:Handling <Event component_loaded[L]: component=humidifier>
DEBUG:homeassistant.core:Bus:Handling <Event state_changed[L]: entity_id=sensor.television_energy, old_state=None, new_state=<state sensor.television_energy=74; unit_of_measurement=kWh, friendly_name=Television Energy @ 2021-05-12T16:02:30.004051+00:00>>
DEBUG:homeassistant.core:Bus:Handling <Event state_changed[L]: entity_id=sensor.radio_energy, old_state=None, new_state=<state sensor.radio_energy=14; unit_of_measurement=kWh, friendly_name=Radio Energy, device_class=power @ 1970-01-02T00:00:00+00:00>>
DEBUG:homeassistant.core:Bus:Handling <Event state_changed[L]: entity_id=sensor.electricity_price, old_state=None, new_state=<state sensor.electricity_price=0.123; unit_of_measurement=SEK/kWh, friendly_name=Electricity price @ 2021-05-12T16:02:30.007311+00:00>>
DEBUG:homeassistant.core:Bus:Handling <Event state_changed[L]: entity_id=sensor.wind_direction, old_state=None, new_state=<state sensor.wind_direction=25; unit_of_measurement=°, friendly_name=Wind Direction @ 2021-05-12T16:02:30.008486+00:00>>
DEBUG:homeassistant.components.prometheus:Handling state update for sensor.television_energy
DEBUG:homeassistant.components.prometheus:Handling state update for sensor.radio_energy
DEBUG:homeassistant.components.prometheus:Handling state update for sensor.electricity_price
DEBUG:homeassistant.components.prometheus:Handling state update for sensor.wind_direction
DEBUG:homeassistant.core:Bus:Handling <Event state_changed[L]: entity_id=sensor.sps30_pm_1um_weight_concentration, old_state=None, new_state=<state sensor.sps30_pm_1um_weight_concentration=3.7069; unit_of_measurement=µg/m³, friendly_name=SPS30 PM <1µm Weight concentration @ 2021-05-12T16:02:30.042774+00:00>>
DEBUG:homeassistant.core:Bus:Handling <Event state_changed[L]: entity_id=humidifier.humidifier, old_state=None, new_state=<state humidifier.humidifier=on; min_humidity=0, max_humidity=100, humidity=68, friendly_name=Humidifier, supported_features=0, device_class=humidifier @ 2021-05-12T16:02:30.048191+00:00>>
DEBUG:homeassistant.core:Bus:Handling <Event state_changed[L]: entity_id=humidifier.dehumidifier, old_state=None, new_state=<state humidifier.dehumidifier=on; min_humidity=0, max_humidity=100, humidity=54, friendly_name=Dehumidifier, supported_features=0, device_class=dehumidifier @ 2021-05-12T16:02:30.049812+00:00>>
DEBUG:homeassistant.core:Bus:Handling <Event state_changed[L]: entity_id=humidifier.hygrostat, old_state=None, new_state=<state humidifier.hygrostat=on; min_humidity=0, max_humidity=100, available_modes=['home', 'eco'], humidity=50, mode=home, friendly_name=Hygrostat, supported_features=1 @ 2021-05-12T16:02:30.051561+00:00>>
DEBUG:homeassistant.components.http.auth:Authenticated 127.0.0.1 for /api/prometheus using bearer token
DEBUG:homeassistant.components.prometheus:Handling state update for sensor.sps30_pm_1um_weight_concentration
DEBUG:homeassistant.components.http.view:Serving /api/prometheus to 127.0.0.1 (auth: True)
DEBUG:homeassistant.components.prometheus:Handling state update for humidifier.hygrostat
DEBUG:homeassistant.components.prometheus:Handling state update for humidifier.dehumidifier
DEBUG:homeassistant.components.prometheus:Handling state update for humidifier.humidifier
DEBUG:homeassistant.components.prometheus:Received Prometheus metrics request
INFO:aiohttp.access:127.0.0.1 [12/May/2021:16:02:30 +0000] "GET /api/prometheus HTTP/1.1" 200 12216 "-" "Python/3.8 aiohttp/3.7.4.post0"
------------------------------ Captured log call -------------------------------
INFO homeassistant.loader:loader.py:344 Loaded prometheus from homeassistant.components.prometheus
INFO homeassistant.loader:loader.py:344 Loaded http from homeassistant.components.http
DEBUG homeassistant.setup:setup.py:130 Dependency prometheus will wait for dependencies ['http']
INFO homeassistant.setup:setup.py:217 Setting up http
INFO homeassistant.setup:setup.py:265 Setup of domain http took 0.0 seconds
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event component_loaded[L]: component=http>
INFO homeassistant.setup:setup.py:217 Setting up prometheus
INFO homeassistant.setup:setup.py:265 Setup of domain prometheus took 0.0 seconds
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event component_loaded[L]: component=prometheus>
INFO homeassistant.loader:loader.py:344 Loaded sensor from homeassistant.components.sensor
INFO homeassistant.loader:loader.py:344 Loaded demo from homeassistant.components.demo
INFO homeassistant.setup:setup.py:217 Setting up sensor
INFO homeassistant.setup:setup.py:265 Setup of domain sensor took 0.0 seconds
DEBUG homeassistant.setup:setup.py:130 Dependency demo will wait for dependencies ['conversation', 'zone', 'group']
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event component_loaded[L]: component=sensor>
INFO homeassistant.loader:loader.py:344 Loaded conversation from homeassistant.components.conversation
INFO homeassistant.loader:loader.py:344 Loaded zone from homeassistant.components.zone
INFO homeassistant.setup:setup.py:217 Setting up conversation
INFO homeassistant.loader:loader.py:344 Loaded group from homeassistant.components.group
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=conversation, service=process>
INFO homeassistant.setup:setup.py:265 Setup of domain conversation took 0.0 seconds
INFO homeassistant.loader:loader.py:344 Loaded climate from homeassistant.components.climate
INFO homeassistant.setup:setup.py:217 Setting up zone
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event component_loaded[L]: component=conversation>
INFO homeassistant.setup:setup.py:217 Setting up group
INFO homeassistant.setup:setup.py:217 Setting up climate
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=climate, service=turn_on>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=climate, service=turn_off>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=climate, service=set_hvac_mode>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=climate, service=set_preset_mode>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=climate, service=set_aux_heat>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=climate, service=set_temperature>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=climate, service=set_humidity>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=climate, service=set_fan_mode>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=climate, service=set_swing_mode>
INFO homeassistant.setup:setup.py:265 Setup of domain climate took 0.0 seconds
DEBUG homeassistant.setup:setup.py:130 Dependency demo will wait for dependencies ['zone', 'group']
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event component_loaded[L]: component=climate>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=group, service=reload>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=group, service=set>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=group, service=remove>
INFO homeassistant.setup:setup.py:265 Setup of domain group took 0.1 seconds
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=zone, service=reload>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event component_loaded[L]: component=group>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event state_changed[L]: entity_id=zone.home, old_state=None, new_state=<state zone.home=zoning; latitude=32.87336, longitude=-117.22743, radius=100, passive=False, editable=True, friendly_name=test home, icon=mdi:home @ 2021-05-12T16:02:29.918726+00:00>>
DEBUG homeassistant.components.prometheus:__init__.py:152 Handling state update for zone.home
INFO homeassistant.setup:setup.py:265 Setup of domain zone took 0.1 seconds
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event component_loaded[L]: component=zone>
INFO homeassistant.setup:setup.py:217 Setting up demo
INFO homeassistant.setup:setup.py:265 Setup of domain demo took 0.0 seconds
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event component_loaded[L]: component=demo>
INFO homeassistant.components.sensor:entity_platform.py:217 Setting up sensor.demo
INFO homeassistant.components.climate:entity_platform.py:217 Setting up climate.demo
INFO homeassistant.helpers.entity_registry:entity_registry.py:297 Registered new sensor.demo entity: sensor.outside_temperature
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event entity_registry_updated[L]: action=create, entity_id=sensor.outside_temperature>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event state_changed[L]: entity_id=sensor.outside_temperature, old_state=None, new_state=<state sensor.outside_temperature=15.6; battery_level=12, unit_of_measurement=°C, friendly_name=Outside Temperature, device_class=temperature @ 2021-05-12T16:02:29.931161+00:00>>
INFO homeassistant.helpers.entity_registry:entity_registry.py:297 Registered new sensor.demo entity: sensor.outside_humidity
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event entity_registry_updated[L]: action=create, entity_id=sensor.outside_humidity>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event state_changed[L]: entity_id=sensor.outside_humidity, old_state=None, new_state=<state sensor.outside_humidity=54; unit_of_measurement=%, friendly_name=Outside Humidity, device_class=humidity @ 2021-05-12T16:02:29.933965+00:00>>
INFO homeassistant.helpers.entity_registry:entity_registry.py:297 Registered new sensor.demo entity: sensor.carbon_monoxide
DEBUG homeassistant.components.prometheus:__init__.py:152 Handling state update for sensor.outside_humidity
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event entity_registry_updated[L]: action=create, entity_id=sensor.carbon_monoxide>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event state_changed[L]: entity_id=sensor.carbon_monoxide, old_state=None, new_state=<state sensor.carbon_monoxide=54; unit_of_measurement=ppm, friendly_name=Carbon monoxide, device_class=carbon_monoxide @ 2021-05-12T16:02:29.954947+00:00>>
INFO homeassistant.helpers.entity_registry:entity_registry.py:297 Registered new sensor.demo entity: sensor.carbon_dioxide
DEBUG homeassistant.components.prometheus:__init__.py:152 Handling state update for sensor.carbon_monoxide
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event entity_registry_updated[L]: action=create, entity_id=sensor.carbon_dioxide>
DEBUG homeassistant.components.prometheus:__init__.py:152 Handling state update for sensor.outside_temperature
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event state_changed[L]: entity_id=sensor.carbon_dioxide, old_state=None, new_state=<state sensor.carbon_dioxide=54; battery_level=14, unit_of_measurement=ppm, friendly_name=Carbon dioxide, device_class=carbon_dioxide @ 2021-05-12T16:02:29.958608+00:00>>
INFO homeassistant.helpers.entity_registry:entity_registry.py:297 Registered new climate.demo entity: climate.heatpump
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event entity_registry_updated[L]: action=create, entity_id=climate.heatpump>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event state_changed[L]: entity_id=climate.heatpump, old_state=None, new_state=<state climate.heatpump=heat; hvac_modes=['heat', 'off'], min_temp=7.0, max_temp=35.0, current_temperature=25.0, temperature=20.0, hvac_action=heating, friendly_name=HeatPump, supported_features=1 @ 2021-05-12T16:02:29.970499+00:00>>
DEBUG homeassistant.components.prometheus:__init__.py:152 Handling state update for sensor.carbon_dioxide
DEBUG homeassistant.components.prometheus:__init__.py:152 Handling state update for climate.heatpump
INFO homeassistant.helpers.entity_registry:entity_registry.py:297 Registered new climate.demo entity: climate.hvac
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event entity_registry_updated[L]: action=create, entity_id=climate.hvac>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event state_changed[L]: entity_id=climate.hvac, old_state=None, new_state=<state climate.hvac=cool; hvac_modes=['off', 'heat', 'cool', 'auto', 'dry', 'fan_only'], min_temp=7, max_temp=35, min_humidity=30, max_humidity=99, fan_modes=['On Low', 'On High', 'Auto Low', 'Auto High', 'Off'], swing_modes=['Auto', '1', '2', '3', 'Off'], current_temperature=22, temperature=21, target_temp_high=None, target_temp_low=None, current_humidity=54, humidity=67, fan_mode=On High, hvac_action=cooling, swing_mode=Off, aux_heat=off, friendly_name=Hvac, supported_features=111 @ 2021-05-12T16:02:29.980988+00:00>>
INFO homeassistant.helpers.entity_registry:entity_registry.py:297 Registered new climate.demo entity: climate.ecobee
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event entity_registry_updated[L]: action=create, entity_id=climate.ecobee>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event state_changed[L]: entity_id=climate.ecobee, old_state=None, new_state=<state climate.ecobee=heat_cool; hvac_modes=['heat_cool', 'cool', 'heat'], min_temp=7, max_temp=35, fan_modes=['On Low', 'On High', 'Auto Low', 'Auto High', 'Off'], preset_modes=['home', 'eco'], swing_modes=['Auto', '1', '2', '3', 'Off'], current_temperature=23, target_temp_high=24, target_temp_low=21, fan_mode=Auto Low, preset_mode=home, swing_mode=Auto, friendly_name=Ecobee, supported_features=58 @ 2021-05-12T16:02:29.984441+00:00>>
DEBUG homeassistant.components.prometheus:__init__.py:152 Handling state update for climate.hvac
DEBUG homeassistant.components.prometheus:__init__.py:152 Handling state update for climate.ecobee
INFO homeassistant.loader:loader.py:344 Loaded humidifier from homeassistant.components.humidifier
INFO homeassistant.setup:setup.py:217 Setting up humidifier
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=humidifier, service=turn_on>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=humidifier, service=turn_off>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=humidifier, service=toggle>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=humidifier, service=set_mode>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event service_registered[L]: domain=humidifier, service=set_humidity>
INFO homeassistant.setup:setup.py:265 Setup of domain humidifier took 0.0 seconds
INFO homeassistant.components.humidifier:entity_platform.py:217 Setting up humidifier.demo
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event component_loaded[L]: component=humidifier>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event state_changed[L]: entity_id=sensor.television_energy, old_state=None, new_state=<state sensor.television_energy=74; unit_of_measurement=kWh, friendly_name=Television Energy @ 2021-05-12T16:02:30.004051+00:00>>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event state_changed[L]: entity_id=sensor.radio_energy, old_state=None, new_state=<state sensor.radio_energy=14; unit_of_measurement=kWh, friendly_name=Radio Energy, device_class=power @ 1970-01-02T00:00:00+00:00>>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event state_changed[L]: entity_id=sensor.electricity_price, old_state=None, new_state=<state sensor.electricity_price=0.123; unit_of_measurement=SEK/kWh, friendly_name=Electricity price @ 2021-05-12T16:02:30.007311+00:00>>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event state_changed[L]: entity_id=sensor.wind_direction, old_state=None, new_state=<state sensor.wind_direction=25; unit_of_measurement=°, friendly_name=Wind Direction @ 2021-05-12T16:02:30.008486+00:00>>
DEBUG homeassistant.components.prometheus:__init__.py:152 Handling state update for sensor.television_energy
DEBUG homeassistant.components.prometheus:__init__.py:152 Handling state update for sensor.radio_energy
DEBUG homeassistant.components.prometheus:__init__.py:152 Handling state update for sensor.electricity_price
DEBUG homeassistant.components.prometheus:__init__.py:152 Handling state update for sensor.wind_direction
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event state_changed[L]: entity_id=sensor.sps30_pm_1um_weight_concentration, old_state=None, new_state=<state sensor.sps30_pm_1um_weight_concentration=3.7069; unit_of_measurement=µg/m³, friendly_name=SPS30 PM <1µm Weight concentration @ 2021-05-12T16:02:30.042774+00:00>>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event state_changed[L]: entity_id=humidifier.humidifier, old_state=None, new_state=<state humidifier.humidifier=on; min_humidity=0, max_humidity=100, humidity=68, friendly_name=Humidifier, supported_features=0, device_class=humidifier @ 2021-05-12T16:02:30.048191+00:00>>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event state_changed[L]: entity_id=humidifier.dehumidifier, old_state=None, new_state=<state humidifier.dehumidifier=on; min_humidity=0, max_humidity=100, humidity=54, friendly_name=Dehumidifier, supported_features=0, device_class=dehumidifier @ 2021-05-12T16:02:30.049812+00:00>>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event state_changed[L]: entity_id=humidifier.hygrostat, old_state=None, new_state=<state humidifier.hygrostat=on; min_humidity=0, max_humidity=100, available_modes=['home', 'eco'], humidity=50, mode=home, friendly_name=Hygrostat, supported_features=1 @ 2021-05-12T16:02:30.051561+00:00>>
DEBUG homeassistant.components.http.auth:auth.py:127 Authenticated 127.0.0.1 for /api/prometheus using bearer token
DEBUG homeassistant.components.prometheus:__init__.py:152 Handling state update for sensor.sps30_pm_1um_weight_concentration
DEBUG homeassistant.components.http.view:view.py:120 Serving /api/prometheus to 127.0.0.1 (auth: True)
DEBUG homeassistant.components.prometheus:__init__.py:491 Received Prometheus metrics request
DEBUG homeassistant.components.prometheus:__init__.py:152 Handling state update for humidifier.hygrostat
INFO aiohttp.access:web_log.py:206 127.0.0.1 [12/May/2021:16:02:30 +0000] "GET /api/prometheus HTTP/1.1" 200 12216 "-" "Python/3.8 aiohttp/3.7.4.post0"
DEBUG homeassistant.components.prometheus:__init__.py:152 Handling state update for humidifier.dehumidifier
DEBUG homeassistant.components.prometheus:__init__.py:152 Handling state update for humidifier.humidifier
--------------------------- Captured stderr teardown ---------------------------
DEBUG:homeassistant.core:Bus:Handling <Event homeassistant_stop[L]>
DEBUG:homeassistant.core:Bus:Handling <Event homeassistant_final_write[L]>
INFO:tests.common:Writing data to auth: {'version': 1, 'key': 'auth', 'data': {'users': [{'id': '7addd24334454b2fa200bec8bca48fb7', 'group_ids': ['system-admin'], 'is_owner': False, 'is_active': True, 'name': 'Mock User', 'system_generated': False}], 'groups': [{'id': 'system-admin', 'name': 'Administrators'}, {'id': 'system-users', 'name': 'Users'}, {'id': 'system-read-only', 'name': 'Read Only'}], 'credentials': [{'id': 'mock-credential-id', 'user_id': '7addd24334454b2fa200bec8bca48fb7', 'auth_provider_type': 'homeassistant', 'auth_provider_id': None, 'data': {'username': 'admin'}}], 'refresh_tokens': [{'id': '6c4c17c1d99848ef922f8e3d91e047e8', 'user_id': '7addd24334454b2fa200bec8bca48fb7', 'client_id': 'https://example.com/app ', 'client_name': None, 'client_icon': None, 'token_type': 'normal', 'created_at': '2021-05-12T16:02:29.787536+00:00', 'access_token_expiration': 1800.0, 'token': 'f6360b0454c9a629a55879cf598e44469f96fb84ba590a4e1b54a096289b4fa65ab044f54d56ef38cfac698c26840e6025a67062ca3fc8bfa324093451bf12eb', 'jwt_key': 'e15fba373768d8be7a4c3b4055213e5fa6a9e443bcfe406e519b91f38cffc1fcf8463ffa86ec5b8824591f123f6f7059a4c15dcfcd30db3a673c3b9da4dd9dd3', 'last_used_at': '2021-05-12T16:02:29.787737+00:00', 'last_used_ip': None, 'credential_id': 'mock-credential-id', 'version': '2021.5.3'}]}}
INFO:tests.common:Writing data to core.entity_registry: {'version': 1, 'key': 'core.entity_registry', 'data': {'entities': [{'entity_id': 'sensor.outside_temperature', 'config_entry_id': None, 'device_id': None, 'area_id': None, 'unique_id': 'sensor_1', 'platform': 'demo', 'name': None, 'icon': None, 'disabled_by': None, 'capabilities': None, 'supported_features': 0, 'device_class': 'temperature', 'unit_of_measurement': '°C', 'original_name': 'Outside Temperature', 'original_icon': None}, {'entity_id': 'sensor.outside_humidity', 'config_entry_id': None, 'device_id': None, 'area_id': None, 'unique_id': 'sensor_2', 'platform': 'demo', 'name': None, 'icon': None, 'disabled_by': None, 'capabilities': None, 'supported_features': 0, 'device_class': 'humidity', 'unit_of_measurement': '%', 'original_name': 'Outside Humidity', 'original_icon': None}, {'entity_id': 'sensor.carbon_monoxide', 'config_entry_id': None, 'device_id': None, 'area_id': None, 'unique_id': 'sensor_3', 'platform': 'demo', 'name': None, 'icon': None, 'disabled_by': None, 'capabilities': None, 'supported_features': 0, 'device_class': 'carbon_monoxide', 'unit_of_measurement': 'ppm', 'original_name': 'Carbon monoxide', 'original_icon': None}, {'entity_id': 'sensor.carbon_dioxide', 'config_entry_id': None, 'device_id': None, 'area_id': None, 'unique_id': 'sensor_4', 'platform': 'demo', 'name': None, 'icon': None, 'disabled_by': None, 'capabilities': None, 'supported_features': 0, 'device_class': 'carbon_dioxide', 'unit_of_measurement': 'ppm', 'original_name': 'Carbon dioxide', 'original_icon': None}, {'entity_id': 'climate.heatpump', 'config_entry_id': None, 'device_id': None, 'area_id': None, 'unique_id': 'climate_1', 'platform': 'demo', 'name': None, 'icon': None, 'disabled_by': None, 'capabilities': {'hvac_modes': ['heat', 'off'], 'min_temp': 7.0, 'max_temp': 35.0}, 'supported_features': 1, 'device_class': None, 'unit_of_measurement': None, 'original_name': 'HeatPump', 'original_icon': None}, {'entity_id': 'climate.hvac', 'config_entry_id': None, 'device_id': None, 'area_id': None, 'unique_id': 'climate_2', 'platform': 'demo', 'name': None, 'icon': None, 'disabled_by': None, 'capabilities': {'hvac_modes': ['off', 'heat', 'cool', 'auto', 'dry', 'fan_only'], 'min_temp': 7, 'max_temp': 35, 'min_humidity': 30, 'max_humidity': 99, 'fan_modes': ['On Low', 'On High', 'Auto Low', 'Auto High', 'Off'], 'swing_modes': ['Auto', '1', '2', '3', 'Off']}, 'supported_features': 111, 'device_class': None, 'unit_of_measurement': None, 'original_name': 'Hvac', 'original_icon': None}, {'entity_id': 'climate.ecobee', 'config_entry_id': None, 'device_id': None, 'area_id': None, 'unique_id': 'climate_3', 'platform': 'demo', 'name': None, 'icon': None, 'disabled_by': None, 'capabilities': {'hvac_modes': ['heat_cool', 'cool', 'heat'], 'min_temp': 7, 'max_temp': 35, 'fan_modes': ['On Low', 'On High', 'Auto Low', 'Auto High', 'Off'], 'preset_modes': ['home', 'eco'], 'swing_modes': ['Auto', '1', '2', '3', 'Off']}, 'supported_features': 58, 'device_class': None, 'unit_of_measurement': None, 'original_name': 'Ecobee', 'original_icon': None}]}}
DEBUG:homeassistant.core:Bus:Handling <Event homeassistant_close[L]>
---------------------------- Captured log teardown -----------------------------
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event homeassistant_stop[L]>
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event homeassistant_final_write[L]>
INFO tests.common:common.py:1013 Writing data to auth: {'version': 1, 'key': 'auth', 'data': {'users': [{'id': '7addd24334454b2fa200bec8bca48fb7', 'group_ids': ['system-admin'], 'is_owner': False, 'is_active': True, 'name': 'Mock User', 'system_generated': False}], 'groups': [{'id': 'system-admin', 'name': 'Administrators'}, {'id': 'system-users', 'name': 'Users'}, {'id': 'system-read-only', 'name': 'Read Only'}], 'credentials': [{'id': 'mock-credential-id', 'user_id': '7addd24334454b2fa200bec8bca48fb7', 'auth_provider_type': 'homeassistant', 'auth_provider_id': None, 'data': {'username': 'admin'}}], 'refresh_tokens': [{'id': '6c4c17c1d99848ef922f8e3d91e047e8', 'user_id': '7addd24334454b2fa200bec8bca48fb7', 'client_id': 'https://example.com/app ', 'client_name': None, 'client_icon': None, 'token_type': 'normal', 'created_at': '2021-05-12T16:02:29.787536+00:00', 'access_token_expiration': 1800.0, 'token': 'f6360b0454c9a629a55879cf598e44469f96fb84ba590a4e1b54a096289b4fa65ab044f54d56ef38cfac698c26840e6025a67062ca3fc8bfa324093451bf12eb', 'jwt_key': 'e15fba373768d8be7a4c3b4055213e5fa6a9e443bcfe406e519b91f38cffc1fcf8463ffa86ec5b8824591f123f6f7059a4c15dcfcd30db3a673c3b9da4dd9dd3', 'last_used_at': '2021-05-12T16:02:29.787737+00:00', 'last_used_ip': None, 'credential_id': 'mock-credential-id', 'version': '2021.5.3'}]}}
INFO tests.common:common.py:1013 Writing data to core.entity_registry: {'version': 1, 'key': 'core.entity_registry', 'data': {'entities': [{'entity_id': 'sensor.outside_temperature', 'config_entry_id': None, 'device_id': None, 'area_id': None, 'unique_id': 'sensor_1', 'platform': 'demo', 'name': None, 'icon': None, 'disabled_by': None, 'capabilities': None, 'supported_features': 0, 'device_class': 'temperature', 'unit_of_measurement': '°C', 'original_name': 'Outside Temperature', 'original_icon': None}, {'entity_id': 'sensor.outside_humidity', 'config_entry_id': None, 'device_id': None, 'area_id': None, 'unique_id': 'sensor_2', 'platform': 'demo', 'name': None, 'icon': None, 'disabled_by': None, 'capabilities': None, 'supported_features': 0, 'device_class': 'humidity', 'unit_of_measurement': '%', 'original_name': 'Outside Humidity', 'original_icon': None}, {'entity_id': 'sensor.carbon_monoxide', 'config_entry_id': None, 'device_id': None, 'area_id': None, 'unique_id': 'sensor_3', 'platform': 'demo', 'name': None, 'icon': None, 'disabled_by': None, 'capabilities': None, 'supported_features': 0, 'device_class': 'carbon_monoxide', 'unit_of_measurement': 'ppm', 'original_name': 'Carbon monoxide', 'original_icon': None}, {'entity_id': 'sensor.carbon_dioxide', 'config_entry_id': None, 'device_id': None, 'area_id': None, 'unique_id': 'sensor_4', 'platform': 'demo', 'name': None, 'icon': None, 'disabled_by': None, 'capabilities': None, 'supported_features': 0, 'device_class': 'carbon_dioxide', 'unit_of_measurement': 'ppm', 'original_name': 'Carbon dioxide', 'original_icon': None}, {'entity_id': 'climate.heatpump', 'config_entry_id': None, 'device_id': None, 'area_id': None, 'unique_id': 'climate_1', 'platform': 'demo', 'name': None, 'icon': None, 'disabled_by': None, 'capabilities': {'hvac_modes': ['heat', 'off'], 'min_temp': 7.0, 'max_temp': 35.0}, 'supported_features': 1, 'device_class': None, 'unit_of_measurement': None, 'original_name': 'HeatPump', 'original_icon': None}, {'entity_id': 'climate.hvac', 'config_entry_id': None, 'device_id': None, 'area_id': None, 'unique_id': 'climate_2', 'platform': 'demo', 'name': None, 'icon': None, 'disabled_by': None, 'capabilities': {'hvac_modes': ['off', 'heat', 'cool', 'auto', 'dry', 'fan_only'], 'min_temp': 7, 'max_temp': 35, 'min_humidity': 30, 'max_humidity': 99, 'fan_modes': ['On Low', 'On High', 'Auto Low', 'Auto High', 'Off'], 'swing_modes': ['Auto', '1', '2', '3', 'Off']}, 'supported_features': 111, 'device_class': None, 'unit_of_measurement': None, 'original_name': 'Hvac', 'original_icon': None}, {'entity_id': 'climate.ecobee', 'config_entry_id': None, 'device_id': None, 'area_id': None, 'unique_id': 'climate_3', 'platform': 'demo', 'name': None, 'icon': None, 'disabled_by': None, 'capabilities': {'hvac_modes': ['heat_cool', 'cool', 'heat'], 'min_temp': 7, 'max_temp': 35, 'fan_modes': ['On Low', 'On High', 'Auto Low', 'Auto High', 'Off'], 'preset_modes': ['home', 'eco'], 'swing_modes': ['Auto', '1', '2', '3', 'Off']}, 'supported_features': 58, 'device_class': None, 'unit_of_measurement': None, 'original_name': 'Ecobee', 'original_icon': None}]}}
DEBUG homeassistant.core:core.py:709 Bus:Handling <Event homeassistant_close[L]>
(cherry picked from commit df1bf616ae )
2021-05-26 04:54:13 +02:00
Izorkin
65d4fff84d
nginxMainline: 1.20.0 -> 1.21.0
...
(cherry picked from commit 0a7feef809 )
2021-05-25 14:52:24 -07:00
Izorkin
6e4f30b5a0
nginxStable: 1.20.0 -> 1.20.1
...
(cherry picked from commit 919dd5497a )
2021-05-25 14:52:24 -07:00
Michael Weiss
f75079b072
chromium: 90.0.4430.212 -> 91.0.4472.77
...
https://chromereleases.googleblog.com/2021/05/stable-channel-update-for-desktop_25.html
This update includes 32 security fixes.
CVEs:
CVE-2021-30521 CVE-2021-30522 CVE-2021-30523 CVE-2021-30524
CVE-2021-30525 CVE-2021-30526 CVE-2021-30527 CVE-2021-30528
CVE-2021-30529 CVE-2021-30530 CVE-2021-30531 CVE-2021-30532
CVE-2021-30533 CVE-2021-30534 CVE-2021-30535 CVE-2021-21212
CVE-2021-30536 CVE-2021-30537 CVE-2021-30538 CVE-2021-30539
CVE-2021-30540
(cherry picked from commit e522464f9a )
2021-05-25 14:48:06 -07:00
Martin Weinelt
0a1ddb21f2
Merge pull request #124395 from mweinelt/21.05/python/pywemo
...
[21.05] python3Packages.pywemo: disable failing test
2021-05-25 23:27:11 +02:00
Milan Pässler
a555872f04
gitlab: 13.11.2 -> 13.12.0
...
(cherry picked from commit 1ded8ef44e )
2021-05-25 23:00:11 +02:00
Milan Pässler
8418b1397c
gitlab: add Gemfile fix to update script
...
Since some GitLab versions, we need to remove the mail-smtp-pool
dependency from the Gemfile, or do other modifications.
Let's add those changes, that will probably be needed in the next
version as well, to the update script.
(cherry picked from commit 0c8f5b7b44 )
2021-05-25 23:00:11 +02:00
lunik1
e3f7168d86
libretro.ppsspp: update to v1.11 and fix build againt ffmpeg 4.4
...
(cherry picked from commit a5a5088eae )
2021-05-25 16:49:02 +01:00
Zane van Iperen
92e46f3619
navidrome: 0.42.1 -> 0.43.0
...
(cherry picked from commit 88305beb43 )
2021-05-25 08:46:47 -07:00
Martin Weinelt
ab28c480e2
Merge pull request #124326 from sumnerevans/element-1.7.29-backport-21.05
...
element: 1.7.28 -> 1.7.29 (backport to 21.05)
2021-05-25 17:37:58 +02:00
Martin Weinelt
60c98baf17
python3Packages.pywemo: disable failing test
...
With libxml2 2.9.12 this test started failing, it was reported upstream
at https://github.com/pywemo/pywemo/issues/268 .
(cherry picked from commit a0160c0ae8 )
2021-05-25 17:33:29 +02:00
Sumner Evans
c2e9a51cdc
element: 1.7.28 -> 1.7.29
...
(cherry picked from commit cdd56a425c )
2021-05-25 09:22:35 -06:00
Jörg Thalheim
bc71efad3e
Merge pull request #124312 from tomfitzhenry/backport-serial-port-docs
...
[21.05] nixos/manual: document how to install over a serial port
2021-05-25 08:29:17 +01:00
Michael Lingelbach
3f0d62871e
girara: fix build on darwin ( #124337 )
...
(cherry picked from commit 34a84c4b0e )
2021-05-25 03:15:04 -04:00
Jonathan Ringer
7e49e3ea89
Merge remote-tracking branch 'origin/release-21.05' into staging-next-21.05
2021-05-25 00:02:45 -07:00
Jan Tojnar
1b1608a7b8
libxml2: Work around lxml API misuse
...
(cherry picked from commit 7099f24c4a )
2021-05-24 23:56:08 -07:00
Jonathan Ringer
befda3568c
exempi: disable tests for i686
...
Unable to find boost unittest framework.
Tests are still ran on the x86_64 platform
(cherry picked from commit 266f6ee63a )
2021-05-24 23:53:37 -07:00
Luka Blaskovic
76e136bb5e
rustc: 1_52, use correct llvm version
2021-05-24 23:47:14 -07:00
Graham Christensen
b3a9a3e19f
terraform-providers.hydra: 0.1.0 -> 0.1.1
...
(cherry picked from commit 0e91b031f6 )
2021-05-24 18:27:24 -07:00
Tom Fitzhenry
3c0ee5ac10
nixos/manual: document how to install over a serial port
...
https://github.com/NixOS/nixpkgs/issues/58198
(cherry picked from commit 81e04717e8 )
2021-05-25 08:46:20 +10:00
Arnout Engelen
0ef2fe6f77
Merge pull request #124180 from Atemu/backport/minimalIso-remove-ruby2.7
...
[21.05] minimalIso: remove ruby2.7
2021-05-24 22:29:22 +02:00
Gabriel Ebner
b7f77e07b2
Merge pull request #124272 from gebner/ccls-headers-2105
...
[21.05] ccls: fix libc++ header path
2021-05-24 18:47:29 +02:00
Gabriel Ebner
baedf2c785
ccls: fix libc++ header path
...
(cherry picked from commit eef236e8ef )
2021-05-24 17:44:27 +02:00
Domen Kožar
0ae5309111
Merge pull request #124258 from domenkozar/revert-sandbox-path-21.05
...
Revert "nixos/nix-daemon: fix sandbox-paths option"
2021-05-24 15:37:55 +02:00
regnat
0cebbdf687
Revert "nixos/nix-daemon: fix sandbox-paths option"
...
This reverts commit aeeee447bc .
(cherry picked from commit 113823669b )
Signed-off-by: Domen Kožar <domen@dev.si >
2021-05-24 15:20:58 +02:00
Michael Weiss
97b94af4eb
Merge pull request #124182 from primeos/signal-desktop-backport
...
[21.05] Revert "signal-desktop: Add a Python wrapper to re-encrypt DBs"
2021-05-24 14:50:37 +02:00
Mario Rodas
3cb8557ce1
Merge pull request #124229 from LeSuisse/redis-6.2.3-21.05
...
[21.05] redis: 6.2.1 -> 6.2.3
2021-05-24 04:39:06 -05:00
Maximilian Bosch
a4b270df3a
Merge pull request #124231 from talyz/21.05-php-dom
...
[21.05] phpExtensions.dom: fix build
2021-05-24 10:50:16 +02:00
Maximilian Bosch
2bffd5fef9
phpExtensions.dom: fix build
...
ZHF #122042
(cherry picked from commit 53951c0c14 )
2021-05-24 09:24:47 +02:00
Jörg Thalheim
0c67f4a204
odp-dpdk: 1.22.0.0_DPDK_18.11 -> 1.27.0.0_DPDK_19.11
...
(cherry picked from commit b50d58d988 )
2021-05-24 09:18:28 +02:00
Jörg Thalheim
c443ac73f2
pktgen: 19.12.0 -> 21.05.0
...
(cherry picked from commit 9d002b110e )
2021-05-24 09:18:27 +02:00
Jörg Thalheim
ee76949241
spdk: 20.04.1 -> 21.04
...
(cherry picked from commit 00a7a0f609 )
2021-05-24 09:18:27 +02:00
Jörg Thalheim
40b3403d59
dpdk: 20.05 -> 21.02
...
(cherry picked from commit a443ea7d01 )
2021-05-24 09:18:26 +02:00
Thomas Gerbet
35f631618f
redis: 6.2.1 -> 6.2.3
...
Fixes CVE-2021-29477 and CVE-2021-29478.
https://github.com/redis/redis/blob/6.2.3/00-RELEASENOTES
(cherry picked from commit 0d1b14161a )
2021-05-24 08:44:43 +02:00
Atemu
d77ece7e27
Revert "git: Use asciidoctor instead of asciidoc for manpages"
...
This reverts commit bbf96d898b .
Removes dependency on ruby 2.7 and isn't much slower.
See https://github.com/NixOS/nixpkgs/pull/123502 for more info
(cherry picked from commit 88c2c543bf )
2021-05-23 22:04:26 +02:00
Atemu
036b557bd9
libndctl: build docs with asciidoc instead of asciidoctor
...
Removes dependency on ruby 2.7 and isn't much slower
(cherry picked from commit 786579c0b8 )
2021-05-23 22:04:25 +02:00
Kerstin Humm
ecff4216d5
imagemagick: 7.0.11-12 -> 7.0.11.13
...
(cherry picked from commit c2521a6b36 )
2021-05-23 09:51:43 -07:00
Kerstin Humm
b0eb9dfebb
imagemagick: 7.0.11-9 -> 7.0.11-12
...
(cherry picked from commit 1738b9877a )
2021-05-23 09:51:43 -07:00
John Ericson
62f3f8954c
Merge pull request #124149 from sternenseemann/pkg-config-mangling-21.05
...
[21.05] pkg-config-wrapper: mangle PKG_CONFIG_PATH{,_FOR_BUILD} correctly
2021-05-23 09:41:39 -07:00
John Ericson
e3dc52bcb2
Merge pull request #124150 from sternenseemann/clang-fix-llvmgold-path-21.05
...
[21.05] llvmPackages*.clang: fix linker invocation with LLVMgold plugin
2021-05-23 09:26:29 -07:00
Kim Lindberger
df25a8867f
Merge pull request #124138 from talyz/21.05-php-iconv-errno
...
[21.05] php74.extensions.iconv: fix error signalling
2021-05-23 17:48:31 +02:00
Robert Scott
0548d93697
Merge pull request #124145 from dotlambda/igraph-arpack-darwin-blas-paths
...
[21.05] igraph,arpack: correct libblas.dylib's path on darwin, fixing python3Packages.python-igraph
2021-05-23 16:02:09 +01:00
Guillaume Girol
bfa9bc365d
Merge pull request #124148 from hyperfekt/mount-pstore-quiet
...
nixos/filesystems: condition mount-pstore.service on unmounted /sys/fs/pstore (once more)
2021-05-23 13:52:37 +00:00
Guillaume Girol
1c1e5094d9
Merge pull request #123902 from hyperfekt/mount-pstore-quiet
...
nixos/filesystems: condition mount-pstore.service on unmounted /sys/fs/pstore
(cherry picked from commit d7555732bc )
Reason: activation throws an error from failing to start the unit
2021-05-23 15:04:41 +02:00
sternenseemann
3a165fda92
llvmPackages*.clang: fix linker invocation with LLVMgold plugin
...
When using GNU binutils, clang passes the LLVMgold.so plugin to the
linker for certain operations that require special support in the linker
like doing link time optimization (LTO). When passing the plugin to the
linker's command line, clang assumes that llvm and itself are installed
in the same prefix and thus `/path/to/clang/bin/../lib/LLVMgold.so` is
the plugin.
Since we install clang and llvm to separate store paths, this assumption
does not hold. When clang-unwrapped only had a single output, we worked
around this issue by symlinking `$out/lib/LLVMgold.so` to
`${llvm}/lib/LLVMgold.so`. However since we split all llvm packages into
multiple outputs clang's `$out` no longer has a lib directory and clang
can't discover clangs lib output on its own. As a result LTO was broken.
Instead of introducing yet another hack and having a symlink to
LLVMgold.so in `$out/lib` (despite having `$lib/lib` as well), we patch
clang to use a hard coded path to `${libllvm.lib}/lib` for discovering
`LLVMgold.so`.
Resolves #123361 .
(cherry picked from commit 3530837417 )
2021-05-23 14:48:58 +02:00
sternenseemann
771d69953d
pkg-config-wrapper: mangle PKG_CONFIG_PATH{,_FOR_BUILD} correctly
...
Previously, mangleVarList would be used which would concatenate the
variables using a space as a separator. Paths are however separated by
`:` in PKG_CONFIG_PATH leading to entries being broken.
This is fixed by introducing mangleVarListGeneric which allows us to
specify the desired separator.
Reproducer for the issue prior to this change:
$ nix-shell -A pkgsLLVM.wayland
[nix-shell] $ pkg-config --libs expat
Package expat was not found in the pkg-config search path.
Perhaps you should add the directory containing `expat.pc'
to the PKG_CONFIG_PATH environment variable
No package 'expat' found
$ printf 'Host: %s\nBuild: %s' $PKG_CONFIG_PATH $PKG_CONFIG_PATH_FOR_BUILD
Host: /nix/store/5h308a4ab8w7prcp8iflh5pnl78mayi2-expat-2.2.10-x86_64-unknown-linux-gnu-dev/lib/pkgconfig:/nix/store/z3y9ska2h4l1map25m195iq577g7g3gz-libxml2-x86_64-unknown-linux-gnu-2.9.12-dev/lib/pkgconfig:/nix/store/lbz5m1s0r7zn0cxvl21czfspli6ribzb-zlib-1.2.11-x86_64-unknown-linux-gnu-dev/lib/pkgconfig:/nix/store/rfhvp8r8n3ygpzh8j0l34lk8hwwi3z0h-libffi-3.3-x86_64-unknown-linux-gnu-dev/lib/pkgconfig
Build: /nix/store/dw11ywy7qwfz53qisz0dggbgix88jah2-wayland-1.19.0-bin/lib/pkgconfig
strace reveals the issue:
stat("/nix/store/dw11ywy7qwfz53qisz0dggbgix88jah2-wayland-1.19.0-bin/lib/pkgconfig /nix/store/5h308a4ab8w7prcp8iflh5pnl78mayi2-expat-2.2.10-x86_64-unknown-linux-gnu-dev/lib/pkgconfig/expat-uninstalled.pc", 0x7fff49829fa0) = -1 ENOENT (No such file or directory)
In the pkg-config wrapper $PKG_CONFIG_PATH_FOR_BUILD and
$PKG_CONFIG_PATH are concatenated with a space which leads to two paths
being messed up. This issue likely only affects native cross
compilation.
(cherry picked from commit b11d65c850 )
2021-05-23 14:40:00 +02:00
Christian Kögler
7375cb1c0e
neovide: Fix build caused by llvm multi output
2021-05-23 14:34:23 +02:00
Robert Scott
b7e6b86c74
igraph: fix libblas.dylib's path on darwin
...
(cherry picked from commit 73df171f26 )
2021-05-23 13:52:32 +02:00
Robert Scott
6514fc8f6b
arpack: fix libblas.dylib's path on darwin
...
(cherry picked from commit 1241d9fae3 )
2021-05-23 13:52:32 +02:00
Jan Tojnar
b39ac7cf2b
php74.extensions.iconv: fix error signalling
...
The configure script checks whether iconv supports errno. Unfortunately, on PHP < 8, the test program includes $PHP_ICONV_H_PATH, which defaults to FHS path so it fails to build:
conftest.c:13:10: fatal error: /usr/include/iconv.h: No such file or directory
13 | #include </usr/include/iconv.h>
| ^~~~~~~~~~~~~~~~~~~~~~
That causes the feature check to report a false negative, leading PHP to use a degraded code that returns PHP_ICONV_ERR_UNKNOWN when error occurs, breaking granular error handling in applications.
To prevent this, let’s just include <iconv.h>.
PHP 8 just uses include path so the detection works there: 7bd1d70341
(cherry picked from commit 024243bac4 )
2021-05-23 13:13:11 +02:00
Pavol Rusnak
1de0b0e5eb
python3Packages.cocotb: 1.5.1 -> 1.5.2
...
this switches from GitHub to PyPi, because the build requires
a proper release tarball
also PyPi release does contain tests, so we don't strictly require
GitHub checkout
(cherry picked from commit 0f2201119b )
2021-05-23 12:46:56 +02:00
Pavol Rusnak
fadd5dd5ae
python3Packages.cocotb-bus: init at 0.1.1
...
(cherry picked from commit ff555e8f88 )
2021-05-23 12:46:48 +02:00
Florian Klink
075ab49dc2
qtwebengine: only set -webengine-webrtc-pipewire with qt >= 5.15
...
This fails the build of qt514.qtwebengine otherwise:
```
QMAKEPATH=/nix/store/29n056mi3pji6si51b128pa67b1qr7wq-qtbase-5.14.2-dev:/nix/store/g7wady1f1r23wlmy4q1f3b8j2fj5q2sq-qtdeclarative-dev:/nix/store/xfqnh2pma99915d4gsanls68z1jikcpx-qtsvg-dev:/nix/store/zlnsjdj5yv1ivi1miq49j9gp382byl35-qtlocation-dev:/nix/store/lb7cidi60cabpa7swv51xnss9045vqzi-qtmultimedia-dev:/nix/store/jrk6bcqihxwsszwy6rwy2vnfc2sb4rv9-qtwebchannel-dev
qmake PREFIX=/nix/store/pa3jhipp59f6ykh9k8l8z8jf88k52bz8-qtwebengine NIX_OUTPUT_OUT=/nix/store/pa3jhipp59f6ykh9k8l8z8jf88k52bz8-qtwebengine NIX_OUTPUT_DEV=/nix/store/jngs3qilw9iiv97rawb9sb9sd6qdbp2s-qtwebengine-dev NIX_OUTPUT_BIN=/nix/store/91hqv88qvg2wb91lv1h1pd4d8wwrkd5d-qtwebengine-bin NIX_OUTPUT_DOC=/nix/store/jngs3qilw9iiv97rawb9sb9sd6qdbp2s-qtwebengine-dev/share/doc/qt-5.14.2 NIX_OUTPUT_QML=/nix/store/91hqv88qvg2wb91lv1h1pd4d8wwrkd5d-qtwebengine-bin/lib/qt-5.14.2/qml NIX_OUTPUT_PLUGIN=/nix/store/91hqv88qvg2wb91lv1h1pd4d8wwrkd5d-qtwebengine-bin/lib/qt-5.14.2/plugins CONFIG+=release -- -system-ffmpeg -webengine-webrtc-pipewire -proprietary-codecs
Info: creating stash file /build/qtwebengine-everywhere-src-5.14.2/.qmake.stash
Info: creating cache file /build/qtwebengine-everywhere-src-5.14.2/.qmake.cache
ERROR: Unknown command line option '-webengine-webrtc-pipewire'.
builder for '/nix/store/g6dvr7789sswmahlxc6zs5pr8k2g5pgy-qtwebengine.drv' failed with exit code 3
```
Also, only bring in pipewire_0_2 if we enable pipewire support.
(cherry picked from commit 4cbb20402a )
2021-05-23 12:37:07 +02:00
Michael Weiss
13e13349bd
Revert "signal-desktop: Add a Python wrapper to re-encrypt DBs"
...
This reverts commit 45bd7b39a4 .
The database for users on NixOS 20.09 is still encrypted so we don't
need this wrapper for users that upgrade from NixOS 20.09 to 21.05.
2021-05-23 11:37:15 +02:00
Vladimír Čunát
ddc60bec55
Merge #123133 : curlftpfs: fix sandboxed builds on darwin
...
(cherry picked from commit 29f57e4752 )
2021-05-23 08:19:50 +02:00
Jonathan Ringer
11f5b3279d
Merge pull request #124090 from jonringer/backport-staging-next
...
[21.05] Backport staging next
2021-05-22 19:40:52 -07:00
Jonathan Ringer
8e7956833a
Revert "21.11 is Porcupine!"
...
This reverts commit ff1ded3e20 .
2021-05-22 19:08:29 -07:00
Jonathan Ringer
d547493e0c
Revert "nixos/doc: add md-to-db.sh, convert "Building Your Own NixOS CD" to CommonMark"
...
This reverts commit 6c14851943 .
2021-05-22 19:08:27 -07:00
Jonathan Ringer
f05e41b6f4
Revert "CODEOWNERS: add ryantm to /nixos/doc"
...
This reverts commit a67febac45 .
2021-05-22 19:08:25 -07:00
Jonathan Ringer
4a974e6695
Revert "nixos/doc: convert "Contributing to this manual" to CommonMark"
...
This reverts commit 7501467903 .
2021-05-22 19:08:23 -07:00
Jonathan Ringer
c294c2fb40
Revert "nixos/doc: add 21.11 release notes stub"
...
This reverts commit 6543c61311 .
2021-05-22 19:08:15 -07:00
Jonathan Ringer
c2bb4bad68
Merge remote-tracking branch 'origin/master' into backport-staging-next
...
Forgot to merge staging-next into master before branching off.
This is meant to include the additional stabilization changes.
2021-05-22 18:48:23 -07:00
Jonathan Ringer
d9de79194a
Merge pull request #123279 from NixOS/staging-next
...
Staging next
2021-05-22 18:46:35 -07:00
Mario Rodas
c9fd31e591
Merge pull request #123988 from r-ryantm/auto-update/actor-framework
...
caf: 0.18.1 -> 0.18.3
2021-05-22 20:40:41 -05:00
Jonathan Ringer
11a9ac00fc
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/tools/networking/xh/default.nix
2021-05-22 18:19:10 -07:00
Ryan Mulligan
6543c61311
nixos/doc: add 21.11 release notes stub
2021-05-22 18:14:49 -07:00
Ryan Mulligan
7501467903
nixos/doc: convert "Contributing to this manual" to CommonMark
...
Also updates it to mention running md-to-db.sh.
2021-05-22 18:14:49 -07:00
Ryan Mulligan
a67febac45
CODEOWNERS: add ryantm to /nixos/doc
2021-05-22 18:14:49 -07:00
Ryan Mulligan
6c14851943
nixos/doc: add md-to-db.sh, convert "Building Your Own NixOS CD" to CommonMark
2021-05-22 18:14:49 -07:00
Jonathan Ringer
ff1ded3e20
21.11 is Porcupine!
2021-05-22 18:14:06 -07:00
github-actions[bot]
563389a7fd
Merge master into staging-next
2021-05-22 12:27:09 +00:00
R. RyanTM
15af55ebe3
caf: 0.18.1 -> 0.18.3
2021-05-22 07:53:59 +00:00
github-actions[bot]
cc35c7fc85
Merge master into staging-next
2021-05-22 06:21:55 +00:00
Jonathan Ringer
7507aed4e1
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/tools/rust/cargo-expand/default.nix
pkgs/tools/misc/blflash/default.nix
2021-05-21 19:49:05 -07:00
github-actions[bot]
901fb5e64e
Merge master into staging-next
2021-05-22 00:56:03 +00:00
Bernardo Meurer
0841bba38a
Merge pull request #123886 from sternenseemann/firefox-llvm-bintools
...
[staging-next] firefox: take LLVM tools from buildStdenv
2021-05-21 16:53:10 -07:00
sternenseemann
849fe554d5
firefox: take LLVM tools from buildStdenv
...
Since 37194a325d llvmPackages*.bintools is a bintools-wrapper. Thus it
only contains a wrapper for `as` and `ld`. This change makes sense, but
causes regressions like this one. Since the buildStdenv uses the llvm
bintool set including lld as a linker we can use the
cc.bintools.bintools derivation to get all the tools we need.
Technically we wouldn't need to set absolute paths as all tools are also
added to PATH, but it doesn't hurt either.
2021-05-21 23:09:56 +02:00
github-actions[bot]
5efa447c88
Merge master into staging-next
2021-05-21 18:39:29 +00:00
Sandro
fc52705512
Merge pull request #123700 from humancalico/tremor-bump
2021-05-21 19:49:53 +02:00
Jonathan Ringer
5cd5b9b97f
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/tools/kubie/default.nix
2021-05-21 10:39:34 -07:00
Akshat Agarwal
a7de6d3c89
tremor-rs: 0.11.1 -> 0.11.2
2021-05-21 16:08:22 +00:00
github-actions[bot]
929b12e7b5
Merge master into staging-next
2021-05-21 12:28:43 +00:00
Vladimír Čunát
acb7a605e2
poppler: drop patches already contained in src
2021-05-21 09:09:20 +02:00
github-actions[bot]
2b12bace86
Merge master into staging-next
2021-05-21 06:22:09 +00:00
Jonathan Ringer
6b15fdce86
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/shells/ion/default.nix
pkgs/tools/misc/cicero-tui/default.nix
2021-05-20 22:11:42 -07:00
github-actions[bot]
34a05e29f1
Merge master into staging-next
2021-05-20 18:36:00 +00:00
Ivan Babrou
274ec21015
gsl: cap MACOSX_DEPLOYMENT_TARGET at 10.16
2021-05-20 09:19:32 -07:00
Jonathan Ringer
14f3686af1
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/applications/terminal-emulators/alacritty/default.nix
pkgs/servers/clickhouse/default.nix
2021-05-20 09:12:42 -07:00
Ivan Babrou
24f13758b9
gtk2: cap MACOSX_DEPLOYMENT_TARGET at 10.16
2021-05-20 09:05:30 -07:00
Ivan Babrou
59579ed4fa
python3Packages.dbus-python: cap MACOSX_DEPLOYMENT_TARGET at 10.16
2021-05-20 09:01:57 -07:00
Andrew Childs
2987d66d0f
llvmPackages_11.compiler-rt: fix build on x86_64-darwin
...
Amendment to changes in 56fcbcd154 .
Co-authored-by: John Ericson <John.Ericson@Obsidian.Systems >
2021-05-19 12:33:53 -07:00
Andrew Childs
84afb3a167
libidn2: fix build on darwin
...
The documentation requirements changed after the version upgrade in
https://github.com/NixOS/nixpkgs/pull/123059 .
2021-05-19 12:25:25 -07:00
Ivan Babrou
703579f722
python3Packages.cryptography: add missing libiconv build dependency on darwin
...
Fixing the following:
```
error: linking with `/nix/store/l3ca456ppdy8hi9hc0rvyr6mrm76si08-clang-wrapper-11.1.0/bin/cc` failed: exit code: 1
= note: ld: library not found for -liconv
```
2021-05-19 11:37:32 -07:00
github-actions[bot]
8a5e4be6b6
Merge master into staging-next
2021-05-19 18:34:10 +00:00
Jonathan Ringer
c1f8a15dac
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
nixos/doc/manual/release-notes/rl-2105.xml
pkgs/tools/security/sequoia/default.nix
2021-05-19 10:39:54 -07:00
github-actions[bot]
7000ae2b9a
Merge master into staging-next
2021-05-19 00:55:36 +00:00
Andreas Rammhold
abbbeaf42a
Revert "libgcc: use glibc major and minor version but not the patch level"
...
The fix is no longer required with the restored passthru version.
This reverts commit 6020fe2508 .
2021-05-18 12:54:43 -07:00
Jonathan Ringer
a459e51174
glibc: restore version passthru
...
downstream packages use the major.minor version
to determine ABI compatibility and paths which
do not depend on patch version
2021-05-18 12:54:43 -07:00
Andrew Childs
5d22db3c5e
stdenv/darwin: add bootstrap tools for aarch64-darwin
...
Taken from PR #12355 ; other parts are still being discussed.
2021-05-18 21:34:57 +02:00
github-actions[bot]
503669d23a
Merge master into staging-next
2021-05-18 18:36:35 +00:00
Jonathan Ringer
ca46ad3762
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/tools/package-management/cargo-release/default.nix
2021-05-18 11:03:38 -07:00
Jonathan Ringer
f7a112f6c4
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/applications/graphics/emulsion/default.nix
pkgs/development/tools/misc/texlab/default.nix
pkgs/development/tools/rust/bindgen/default.nix
pkgs/development/tools/rust/cargo-udeps/default.nix
pkgs/misc/emulators/ruffle/default.nix
pkgs/tools/misc/code-minimap/default.nix
2021-05-18 08:57:16 -07:00
Jonathan Ringer
c227fb4b17
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/tools/rust/cargo-cache/default.nix
pkgs/development/tools/rust/cargo-embed/default.nix
pkgs/development/tools/rust/cargo-flash/default.nix
pkgs/servers/nosql/influxdb2/default.nix
2021-05-17 07:01:38 -07:00
github-actions[bot]
3ff6965554
Merge master into staging-next
2021-05-17 06:22:23 +00:00
Jonathan Ringer
d8e62d8e41
Merge remote-tracking branch 'origin/master' into staging-next
...
Fix cargo-flash build
2021-05-16 18:27:14 -07:00
Andreas Rammhold
6020fe2508
libgcc: use glibc major and minor version but not the patch level
...
libgcc requires the version scheme X.Y whilst our glibc version
attribute usually is X.Y-Z where Z is our patchlevel.
2021-05-16 16:36:44 -07:00
Jonathan Ringer
20acd4c4f1
Merge pull request #105026 from thefloweringash/apple-silicon
...
Native support for Apple Silicon
2021-05-16 11:38:18 -07:00
github-actions[bot]
6cdac75d25
Merge staging-next into staging
2021-05-16 18:32:44 +00:00
Andrew Childs
56fcbcd154
llvmPackages_11: darwin cross compilation and bootstrapping
2021-05-17 00:28:05 +09:00
Andrew Childs
c31591cf8b
all-packages.nix: use darwin.LibsystemCross if defined
2021-05-17 00:28:05 +09:00
Andrew Childs
4b569c17d7
release.nix: add cross-compiled aarch64-darwin bootstrap tools
2021-05-17 00:28:05 +09:00
Andrew Childs
48519562e3
darwin-packages: avoid exporting attributes that don't exist
2021-05-17 00:28:05 +09:00
Andrew Childs
e592d342da
darwin.ICU: avoid platform.darwinMinVersion references on non-darwin
...
This package isn't expected to work outside of darwin, but must still
evaluate cleanly.
2021-05-17 00:28:05 +09:00
Andrew Childs
7f216a4424
catch: backport support for Apple Silicon
2021-05-17 00:28:05 +09:00
Andrew Childs
92d53249f6
apr: update libtool, fix downstream aprutil on aarch64-darwin
2021-05-17 00:28:05 +09:00
Andrew Childs
3706fe567b
darwin.DarwinTools: remove reference to CFPriv.h
...
Fixes build on aarch64-darwin.
2021-05-17 00:28:05 +09:00
Jonathan del Strother
c022642fec
imagemagick: support aarch64-darwin
2021-05-17 00:28:04 +09:00
Finn Behrens
417a96c8be
sbcl: update to 2.1.2 and add arm64-darwin
...
(cherry picked from commit 49d2ad093ecd54f40550745f240dda8dbf0ce920)
2021-05-17 00:28:04 +09:00
Andrew Childs
1f0ae937d6
libtool2: add bootstrapping warning
2021-05-17 00:28:04 +09:00
Andrew Childs
0ec1e50d8b
vde2: cap MACOSX_DEPLOYMENT_TARGET at 10.16
2021-05-17 00:28:04 +09:00
Andrew Childs
e00c4cdc0a
openldap: cap MACOSX_DEPLOYMENT_TARGET at 10.16
2021-05-17 00:28:04 +09:00
Andrew Childs
c96c85873c
openbsm: cap MACOSX_DEPLOYMENT_TARGET at 10.16
2021-05-17 00:28:04 +09:00
Andrew Childs
ea2e64c5c0
libevent: cap MACOSX_DEPLOYMENT_TARGET at 10.16
2021-05-17 00:28:04 +09:00
Ivan Babrou
f9e6eb090e
llvmPackages: default to llvmPackages_11 on aarch64-darwin
...
It doesn't make sense to use llvm7, which doesn't work on arm64.
2021-05-17 00:28:02 +09:00
Ivan Babrou
68733c16f5
darwin.apple_sdk.frameworks: add missing dependencies
...
```
/nix/store/5mgn511gbldf7xl5kjm27z9lj10xcycl-apple-framework-CoreData-11.0.0/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainerOptions.h:10:9: fatal error: 'CloudKit/CKDatabase.h' file not found
^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
```
/nix/store/a7k7kqj08602785vsrss0xa85b08hik4-apple-framework-CloudKit-11.0.0/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:9:9: fatal error: 'CoreLocation/CLLocation.h' file not found
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
2021-05-17 00:27:04 +09:00
Ivan Babrou
d0eff87f68
darwin.file_cmds: add missing Libinfo dependency
...
Fixing:
```
/private/tmp/nix-build-file_cmds-264.1.1-osx-10.11.6.drv-0/file_cmds-264.1.1/ls/print.c:56:10: fatal error: 'membershipPriv.h' file not found
^~~~~~~~~~~~~~~~~~
1 error generated.
```
2021-05-17 00:27:03 +09:00
Ivan Babrou
577bcf38f8
darwin.shell_cmds: add missing dependency on launchd
2021-05-17 00:27:03 +09:00
Andrew Childs
3e47747657
libxml2: cap MACOSX_DEPLOYMENT_TARGET at 10.16
...
libxml2 is used in bootstrapping, so the alternates solution of
running libtoolize is tricky here.
2021-05-17 00:27:03 +09:00
Andrew Childs
aadc07a3d9
mc: fix code signature on aarch64-darwin
2021-05-17 00:27:03 +09:00
Andrew Childs
755d980440
darwin: use "11.0" as sdk and minimum version on aarch64-darwin
2021-05-17 00:27:03 +09:00
Andrew Childs
79e34294bd
nukeReferences: fix code signatures on aarch64-darwin
2021-05-17 00:27:03 +09:00
Andrew Childs
f067102afe
removeReferencesTo: fix code signatures on aarch64-darwin
2021-05-17 00:27:03 +09:00
Ivan Babrou
6815776cb0
python3Packages.cryptography: ignore test_openssl_memleak.py on aarch64-darwin
...
The test fails due to dependency on W+X memory, which is forbidden as of 11.2.
2021-05-17 00:27:03 +09:00
Ivan Babrou
da3ae0231a
apple-source-releases: make it compile on aarch64
2021-05-17 00:27:03 +09:00
Ivan Babrou
2eb97f2ddd
darwin.developer_cmds: wrap clang -E from clang-wrapped as clang-cpp
2021-05-17 00:27:03 +09:00
Ivan Babrou
bac1418031
xcbuild: allow building arm64 binaries
...
File paths are copied from XCode 12.
2021-05-17 00:27:03 +09:00
Andrew Childs
23cae56ca7
lib/systems/platforms: add Apple M1
2021-05-17 00:27:03 +09:00
Andrew Childs
c99904e113
clang_11: revert -fno-common default
2021-05-17 00:27:02 +09:00
Andrew Childs
1a45df1f7f
ctags: fix build with newer darwin libraries
2021-05-17 00:27:02 +09:00
Andrew Childs
d2c9670339
darwin: add CoreFoundation to the build when explicitly required
2021-05-17 00:27:02 +09:00
Moritz Angermann
3a3df3146e
Add crossPkgs.aarch64-darwin
2021-05-17 00:27:02 +09:00
Vladimír Čunát
1a2cb94c82
hydra jobset support for aarch64-darwin
2021-05-17 00:27:02 +09:00
Matthew Bauer
3e7034abb9
darwin/xcode: provide libc++ from XCode toolchain
...
We could use our own libc++ here, but it is probably best to use the
provided one to ensure consistency. This fixes some C++ programs when
running aarch64-apple-ios-clang++.
2021-05-17 00:27:02 +09:00
Matthew Bauer
a6753d0c42
lib/systems: add aarch64-darwin to mesaPlatforms
2021-05-17 00:27:02 +09:00
Matthew Bauer
33b59b8940
flake.nix: add aarch64-darwin
2021-05-17 00:27:02 +09:00
Andrew Childs
768aae66ef
stdenv/darwin: Apple Silicon support
2021-05-17 00:27:02 +09:00
Andrew Childs
3eacdfe24a
stdenv/darwin: bootstrap tools for Apple Silicon
2021-05-17 00:27:02 +09:00
Andrew Childs
772b66531a
darwin: wrap strip and install_name_tool to codesign modified files
...
Co-authored-by: Moritz Angermann <moritz.angermann@gmail.com >
2021-05-17 00:27:02 +09:00
Andrew Childs
7eb1e3695d
darwin.signingUtils: init
...
Helper scripts for code signing on darwin.
2021-05-17 00:27:02 +09:00
Andrew Childs
bfd9a7784e
darwin.postLinkSignHook: init
2021-05-17 00:27:02 +09:00
Andrew Childs
4c890ce9aa
darwin.sigtool: init
2021-05-17 00:27:02 +09:00
Andrew Childs
a7bcb6b936
darwin cross: include CoreFoundation in stdenv
2021-05-17 00:27:01 +09:00
Andrew Childs
9e05276949
bash: provide a working binutils
...
Why does bash need binutils at all? What's wrong with stdenv?
This avoids a broken ld wrapper, since binutils is binutils wrapped
for linux, even though it's only required on darwin.
2021-05-17 00:27:01 +09:00
Andrew Childs
c696fcdacb
fixDarwinDylibNames: set name of install_name_tool
2021-05-17 00:27:01 +09:00
Andrew Childs
9fb8924389
darwin: integrate macOS 11 sdk
2021-05-17 00:27:01 +09:00
Andrew Childs
fe0d5a54c1
darwin/apple-sdk-11.0: inject an sdk for macOS 11
2021-05-17 00:27:01 +09:00
Andrew Childs
0ba7a04743
darwin/binutils: include codesign_allocate
2021-05-17 00:27:01 +09:00
Andrew Childs
15637fe621
bintools-wrapper: support post linker hooks
2021-05-17 00:27:01 +09:00
Andrew Childs
eb8f8afac7
libtapi: cross compilation
2021-05-17 00:27:01 +09:00
Andrew Childs
b7abec31d4
rewrite-tbd: init
2021-05-17 00:27:01 +09:00
Andrew Childs
257cb1c8e8
print-reexports: rehome, tbd4 support, cross compilation
2021-05-17 00:27:01 +09:00
Andrew Childs
1182552332
gmp: disable assembly on Apple Silicon
2021-05-17 00:27:01 +09:00
Andrew Childs
314c92c542
curl: disable gssSupport for Apple Silicon
2021-05-17 00:27:00 +09:00
Andrew Childs
bd4a45f5d4
cctools: drop suspicious dependency
2021-05-17 00:27:00 +09:00
Andrew Childs
e44dd84664
libtool2: macOS 11 support
2021-05-17 00:27:00 +09:00
Andrew Childs
5ed7e55167
groff: fix build with clang >= 9
2021-05-17 00:27:00 +09:00
Andrew Childs
c9af80e44a
fontconfig: backport atomics fixes for aarch64-darwin
2021-05-17 00:27:00 +09:00
Andrew Childs
48a1e1cb22
pcre2: disable jit on Apple Silicon
2021-05-17 00:27:00 +09:00
Andrew Childs
8e33b341a3
pcre: disable jit on Apple Silicon
2021-05-17 00:27:00 +09:00
Andrew Childs
cbe172fa67
darwin.ICU: cross compilation
2021-05-17 00:27:00 +09:00
Andrew Childs
aa3361326b
darwin.adv_cmds: fix cross compilation
2021-05-17 00:27:00 +09:00
Andrew Childs
24a378c070
zlib: fix cross compilation on darwin
2021-05-17 00:27:00 +09:00
Andrew Childs
9088e445fe
glib: fix build
...
It's not clear why this is required, but glib includes CoreServices
headers and calls CoreServices functions, so it's reasonable to link
against the framework explicitly.
2021-05-17 00:27:00 +09:00
Andrew Childs
1fc0499569
xar: fix cross compilation
2021-05-17 00:27:00 +09:00
Andrew Childs
2931a2e1d5
pbzx: fix cross compilation
2021-05-17 00:27:00 +09:00
Andrew Childs
9ad03b1ed9
flex: fix cross compilation
2021-05-17 00:27:00 +09:00
Andrew Childs
4e09c26ea1
openssh: disable kerberos on Apple Silicon
2021-05-17 00:26:59 +09:00
Andrew Childs
529346745c
openssl: Apple Silicon support
2021-05-17 00:26:59 +09:00
Andrew Childs
0a5dcc9840
gnutar: fix cross compilation on darwin
2021-05-17 00:26:59 +09:00
Jan Tojnar
21541fc97c
Revert "Revert "hwdata: 0.344 -> 0.347""
...
This reverts commit f070de253c .
2021-05-16 16:37:13 +02:00
John Ericson
39ca99761d
Merge pull request #123200 from s1341/fix_max_llvm_packages
...
Fix max llvm packages from string comparison to int comparison
2021-05-16 03:11:12 -07:00
Jan Tojnar
3f061ca18e
Merge pull request #117658 from r-ryantm/auto-update/poppler-glib
...
poppler: 21.02.0 -> 21.05.0
2021-05-16 11:13:51 +02:00
github-actions[bot]
5c18268a6b
Merge staging-next into staging
2021-05-16 06:22:08 +00:00
s1341
6e177852ef
The max llvm package should do calculated using ints, not string
2021-05-16 08:52:33 +03:00
sterni
bc6da68650
bionic: use fetchzip for everything ( #123010 )
...
Since the hashes of the remaining two archives that used fetchurl broke,
now as good a time as any to switch the remaining fetchurls to fetchzip.
2021-05-16 01:24:27 -04:00
github-actions[bot]
9911b1c75b
Merge staging-next into staging
2021-05-16 01:01:01 +00:00
John Ericson
4236fb1c7f
Merge pull request #123103 from sternenseemann/compiler-rt-resources
...
llvmPackages_{7-12}.compiler-rt: install resource files to DATADIR
2021-05-15 12:06:57 -07:00
github-actions[bot]
c10600230e
Merge staging-next into staging
2021-05-15 18:30:31 +00:00
sternenseemann
74f709f62e
llvmPackages_{7,8,9}: link ${compiler-rt.out}/share to resource root
...
This is done for 10-12, but not for the earlier llvm package sets.
2021-05-15 18:35:44 +02:00
sternenseemann
0046076950
llvmPackages_{7-12}.compiler-rt: install resource files to DATADIR
...
This is in an effort to fix the following build failure shown by
chromium:
clang++: error: no such file or directory: '/nix/store/fhd89wrmkx6nflzjk0d6waz70bk3zc4i-clang-wrapper-12.0.0/resource-root/share/cfi_blacklist.txt'
As it turns out a change introduced via the gnu-install-dirs.patch
caused `add_compiler_rt_resource_file` to install resource files to
$dev/include (FULL_INCLUDEDIR) instead of $out/share (FULL_DATADIR)
which in turn meant that the clang wrappers we had didn't link those
files to its resource root at all.
Alternative fix to this would have been to link
compiler-rt.dev/include/*.txt to the wrappers resource-root/share as
well, but since this was handled inconsistently across the patch anyways
(the dfsan list is installed correctly), opt to handle this
consistently within the patch.
llvmPackages_{5,6} install the resource files to a completely different
location and need separate investigation.
2021-05-15 18:35:43 +02:00
ajs124
d151b2fb41
lvm2: 2.03.11 -> 2.03.12
2021-05-15 08:55:27 -07:00
Daniël de Kok
b98ccbf1b8
Merge pull request #122967 from dotlambda/pytorch-pybind11
...
python3Packages.pytorch: unvendor pybind11
2021-05-15 17:47:46 +02:00
Jan Tojnar
a553f6c1fd
Merge pull request #122920 from jtojnar/glib-2681
...
glib: 2.68.1 → 2.68.2
2021-05-15 17:13:14 +02:00
github-actions[bot]
49ec716c04
Merge staging-next into staging
2021-05-15 12:25:36 +00:00
Alyssa Ross
5b278213a2
lua5_4: fix eval
...
This patch was removed in 34f8d7e15a ("lua: one dso patch to rule
them all"), and the reference to it in lua5_4 was removed at the time,
but it seems to have found its way back somehow (probably through a
merge?).
2021-05-15 12:47:06 +02:00
R. RyanTM
d40306b324
libidn2: 2.3.0 -> 2.3.1
2021-05-15 00:23:55 -07:00
github-actions[bot]
78ae7ac75e
Merge staging-next into staging
2021-05-15 06:22:25 +00:00
Robert T. McGibbon
2e55b7301b
pytestCheckHook: improve disabledTestPaths whitespace handling
2021-05-14 21:59:55 -07:00
John Ericson
7dd53fe56e
Merge pull request #122778 from Ericson2314/choose-linker
...
treewide: Allow the linker to be chosen independently
2021-05-14 18:53:14 -04:00
John Ericson
93e6a25f50
Merge pull request #123047 from sternenseemann/usellvm-lunwind
...
llvmPackages_*.lldClang: pass -lunwind if exceptions are enabled
2021-05-14 18:51:34 -04:00
sternenseemann
f506019942
llvmPackages_*.lldClang: pass -lunwind if exceptions are enabled
...
To successfully compile C++ with useLLVM we need an unwinder and
thus to explicitly -lunwind like it has been done for the android
cross targets.
2021-05-15 00:34:50 +02:00
John Ericson
18c38f8aee
treewide: All the linker to be chosen independently
...
This will begin the process of breaking up the `useLLVM` monolith. That
is good in general, but I hope will be good for NetBSD and Darwin in
particular.
Co-authored-by: sterni <sternenseemann@systemli.org >
2021-05-14 21:29:51 +00:00
Vladimír Čunát
1a7ef60b2f
Merge #122803 : llvm*: patch to fix a test on older CPUs
2021-05-14 22:31:23 +02:00
John Ericson
e3a1c149d2
llvmPackages: Fix default version calculation
...
Add a comment with explanation, which I should have done all along.
2021-05-14 19:12:22 +00:00
John Ericson
f030f859b9
Merge pull request #121323 from sternenseemann/pkgs-llvm
...
pkgsLLVM: cross compiled package set using llvm compilers
2021-05-14 15:00:25 -04:00
John Ericson
49d2653653
Merge pull request #122974 from sternenseemann/lldClang-no-double-wrap
...
llvmPackages_*.lldClang: don't wrap bintools twice
2021-05-14 14:52:57 -04:00
Domen Kožar
74562c88c9
Merge pull request #122941 from bobrik/ivan/msse-x86
...
python2: only pass -msse2 on x86_64-darwin, not any darwin
2021-05-14 20:01:20 +02:00
Vladimír Čunát
0023f45705
Merge #111431 : autoconf: 2.70 -> 2.71 (into staging)
2021-05-14 18:29:05 +02:00
Ivan Babrou
51f6036e41
python2: only pass -msse2 on x86_64-darwin, not any darwin
2021-05-14 09:15:03 -07:00
Thomas Tuegel
cebc8e82c7
Merge pull request #122977 from ttuegel/qt-drv-names
...
Restore version in Qt derivation names
2021-05-14 11:14:01 -05:00
sternenseemann
f7b49ea2af
llvmPackages_12.lld: make sure llvm libunwind is passed
...
lld needs LLVM's libunwind for its headers. That libunwind is not part
of the tools scope in pkgs/development/compilers/llvm/12/default.nix,
which means that lld previously received libunwind from top-level pkgs
which of course doesn't have the required headers.
To resolve this pass libunwind from the libraries scope — platform
concerns don't really mattern as only libunwind.src is used.
libunwind was initially passed correctly, but that was removed in
e830db4320 . This regression was likely
introduced accidentally.
2021-05-14 16:23:12 +02:00
Robert Schütz
41dbf5c32e
python3Packages.pytorch: unvendor pybind11
2021-05-14 12:44:20 +00:00
Robert Schütz
68032151a4
pythonPackages.pybind11: fix pybind11Config.cmake
2021-05-14 12:44:20 +00:00
Thomas Tuegel
dee4f3e854
Merge pull request #122609 from ttuegel/plasma-5.21.5
...
Plasma 5.21.5
2021-05-14 06:06:45 -05:00
Thomas Tuegel
e45c0ea4cd
Restore version in Qt derivation names
2021-05-14 05:53:30 -05:00
sternenseemann
3eaa00879c
llvmPackages_*.lldClang: don't wrap bintools twice
...
The bintools argument received a wrapped version of tools.bintools which
is already wrapped. Wrapped bintools twice leads to users of lldClang
being unable to find the tools which are not wrapped like ar.
2021-05-14 12:50:41 +02:00
Thomas Tuegel
a2c9b68f34
plasma-nm: add optional dependencies
2021-05-14 05:46:37 -05:00
Thomas Tuegel
e1ba6e312b
plasma-desktop: add optional dependencies
2021-05-14 05:45:20 -05:00
Thomas Tuegel
2df0eaf41b
kwin: add optional dependencies
2021-05-14 05:45:20 -05:00
Thomas Tuegel
11702307c7
kwin: add optional krunner dependency
2021-05-14 05:45:19 -05:00
Thomas Tuegel
08c61d45c5
kinfocenter: clean up 80-column violations
2021-05-14 05:45:17 -05:00
Thomas Tuegel
f0456b2305
plasma5: 5.21.3 -> 5.21.5
2021-05-14 05:43:26 -05:00
Jan Tojnar
b2ec1a072c
Merge pull request #122919 from jtojnar/gi-docgen
...
gi-docgen: 2021.2 → 2021.5
2021-05-14 10:33:06 +02:00
Jörg Thalheim
dac3ffe730
Merge pull request #122938 from bobrik/ivan/autogen-aarch64-darwin
...
autogen: fix compilation on aarch64-darwin
2021-05-14 08:14:54 +01:00
zowoq
004f8cd986
Merge staging-next into staging
2021-05-14 16:32:43 +10:00
Jan Tojnar
76c58493d7
libxslt: find libxml2 using pkg-config
...
It fails for reasons unknown otherwise and pkg-config is better for cross-compilation anyway.
2021-05-13 23:12:59 -07:00
Jan Tojnar
d01a4e3fe9
libxml2: 2.9.10 → 2.9.12
...
https://mail.gnome.org/archives/xml/2021-May/msg00000.html
CVE-2021-3541
2021-05-13 23:12:59 -07:00
Ivan Babrou
07e4cbde16
autogen: fix compilation on aarch64-darwin
2021-05-13 19:08:47 -07:00
Jan Tojnar
ca0080865f
glib: 2.68.1 → 2.68.2
2021-05-13 23:43:05 +00:00
Jan Tojnar
ac6a4f7cf5
Merge branch 'staging-next' into staging
2021-05-14 01:40:09 +02:00
Jan Tojnar
dc0f2efd2a
gi-docgen: 2021.2 → 2021.5
2021-05-14 01:32:17 +02:00
Robert Schütz
882b692c4f
python3Packages.arrow_1: merge into python3Packages.arrow
...
They are the same version.
2021-05-13 09:21:56 -07:00
github-actions[bot]
60f5ecc76d
Merge staging-next into staging
2021-05-13 12:26:52 +00:00
Jan Tojnar
0313c77b55
Merge branch 'staging-next' into staging
2021-05-13 11:42:36 +02:00
Vladimír Čunát
ea306f6dfc
llvm*: patch to fix a test on older CPUs
...
- 10, 11, 12: use the upstream patch
- 9: use Luke's patch as the upstream patch won't apply
2021-05-13 10:43:45 +02:00
Thomas Tuegel
5121d67a3c
Merge pull request #122032 from ttuegel/kde-frameworks-5.81
...
KDE Frameworks 5.81
2021-05-12 14:20:25 -05:00
github-actions[bot]
b057978bb2
Merge staging-next into staging
2021-05-12 18:32:29 +00:00
Michael Weiss
a605e0318d
Merge pull request #122475 from stephank/fix-wayland-darwin
...
wayland: fix build on darwin
2021-05-12 20:18:48 +02:00
ajs124
ba7dccbda7
Merge pull request #122451 from helsinki-systems/fix/libsoup
...
libsoup: fix building cpp applications after recent glib update
2021-05-12 17:30:54 +02:00
Jan Tojnar
71fa678899
Merge branch 'staging-next' into staging
2021-05-12 14:31:36 +02:00
Alyssa Ross
917218e8e2
fusePackages: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
9a13661b38
bzip2_1_1: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
1de492430f
miraclecast: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
ec170d97d9
fastd: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
24e4a4e40f
systemd: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
6978666e15
dpdk: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
917b4fc6d9
snes9x-gtk: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
264533c9e9
spdk: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
31c5b4fe9b
mesa: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
11e0b4022e
lyra: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
f6d6908898
gtkmm: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
058854e4e0
glibmm: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
5fe3cbceae
gcr: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
91a30973cc
i3: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
427097c8c4
handbrake: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
6a1924c0aa
parlatype: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross
904c802411
gradio: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Thomas Tuegel
f99ac85c52
Merge pull request #120514 from ttuegel/kde-gear-21.04.0
...
KDE Gear 21.04.0
2021-05-12 05:58:30 -05:00
Thomas Tuegel
93b27100c8
kontactinterface: propagate kparts dependency
2021-05-12 05:43:06 -05:00
Thomas Tuegel
0f7f379752
korganizer: add kparts dependency
2021-05-12 05:43:06 -05:00
Thomas Tuegel
1af30bb258
plasma-nm: remove kdelibs4support dependency
2021-05-12 05:43:05 -05:00
Thomas Tuegel
ce1c92a4d9
powerdevil: remove kdelibs4support dependency
2021-05-12 05:43:05 -05:00
Thomas Tuegel
60632718c0
ksysguard: remove kdelibs4support dependency
2021-05-12 05:43:04 -05:00
Thomas Tuegel
8f5efe2115
kscreenlocker: remove kdelibs4support dependency
2021-05-12 05:43:03 -05:00
Thomas Tuegel
9e59d5e671
kmenuedit: remove kdelibs4support dependency
2021-05-12 05:43:03 -05:00
Thomas Tuegel
bea99f11dd
kinfocenter: remove kdelibs4support dependency
2021-05-12 05:43:02 -05:00
Thomas Tuegel
615e436a88
kdeplasma-addons: remove kdelibs4support dependency
2021-05-12 05:43:02 -05:00
Thomas Tuegel
52837a216c
kdepim-runtime: remove kdelibs4support dependency
2021-05-12 05:43:01 -05:00
Thomas Tuegel
b9ac4172eb
libkdegames: remove kdelibs4support dependency
2021-05-12 05:43:01 -05:00
Thomas Tuegel
5f070594b2
kwalletmanager: remove kdelibs4support dependency
2021-05-12 05:43:00 -05:00
Thomas Tuegel
0f35ba5af9
ktnef: remove kdelibs4support dependency
2021-05-12 05:43:00 -05:00
Thomas Tuegel
bf547e3a51
krfb: remove kdelibs4support dependency
2021-05-12 05:42:59 -05:00
Thomas Tuegel
d5c10cdd55
konsole: remove kdelibs4support dependency
2021-05-12 05:42:59 -05:00
Thomas Tuegel
b8f583e509
konquest: remove kdelibs4support dependency
2021-05-12 05:42:58 -05:00
Thomas Tuegel
262fe2e205
kolourpaint: remove kdelibs4support dependency
2021-05-12 05:42:57 -05:00
Thomas Tuegel
d0ff50b150
knotes: remove kdelibs4support depedency
2021-05-12 05:42:56 -05:00
Thomas Tuegel
c078ab6572
kmix: remove kdelibs4support dependency
2021-05-12 05:42:56 -05:00
Thomas Tuegel
c385abea99
kmail: remove kdelibs4support dependency
2021-05-12 05:42:55 -05:00
Thomas Tuegel
96133a0bad
kio-extras: remove kdelibs4support dependency
2021-05-12 05:42:55 -05:00
Thomas Tuegel
6f755c1e58
khelpcenter: remove kdelibs4support dependency
2021-05-12 05:42:54 -05:00
Thomas Tuegel
e886937de6
kcalutils: remove kdelibs4support dependency
2021-05-12 05:42:54 -05:00
Thomas Tuegel
cb463da39f
kalarmcal: remove kdelibs4support dependency
2021-05-12 05:42:53 -05:00
Thomas Tuegel
149df7830b
kalarm: remove kdelibs4support dependency
2021-05-12 05:42:53 -05:00
Thomas Tuegel
2354b4efda
gwenview: remove kdelibs4support dependency
2021-05-12 05:42:52 -05:00
Thomas Tuegel
14199e5e04
dragon: remove kdelibs4support dependency
2021-05-12 05:42:51 -05:00
Thomas Tuegel
6610f4f2dc
dolphin: remove kdelibs4support dependency
2021-05-12 05:42:50 -05:00
Thomas Tuegel
4af3f85e6b
dolphin-plugins: remove kdelibs4support dependency
2021-05-12 05:42:50 -05:00
Thomas Tuegel
7a5af6a006
baloo-widgets: remove kdelibs4support dependency
2021-05-12 05:42:50 -05:00
Thomas Tuegel
6b87a3f89a
konqueror: remove qtwebkit and kdelibs4support dependencies
2021-05-12 05:42:49 -05:00
Thomas Tuegel
0f7eacc147
kdeFrameworks: 5.80 -> 5.81
2021-05-12 05:42:48 -05:00
github-actions[bot]
e2cf474986
Merge staging-next into staging
2021-05-12 06:21:36 +00:00
John Ericson
d63b57ef34
Merge pull request #122655 from Ericson2314/bootstrapping-consistency
...
treewide: Some LLVM / bootstrapping / cross cleanups especially for consistency
2021-05-11 23:32:32 -04:00
github-actions[bot]
5c4cda9988
Merge staging-next into staging
2021-05-12 00:50:13 +00:00
John Ericson
e830db4320
llvmPackages: Fix more inconsistencies
...
The main thing was using `llvm_meta` in all versions.
Secondarily:
- libunwindx7: Forgot to split outputs
- libcxx{,abi} 12: Forgot to apply output-splitting patches.
- simplify `useLLVM` stdenv-switching logic.
- openmp always gets its own directory
2021-05-12 00:16:11 +00:00
John Ericson
37194a325d
treewide: Try to make a few bootstrapping things more consistent
...
- Introduce `preLibcCrossHeaders` to bootstrap libgcc and compiler-rt
the same way.
- Organize LLVM bintools as `bintools{-unwrapped,,NoLibc}` for
consistency with GNU Binutils and Apple's cctools.
- Do Android changes for all `llvmPackages` for consistency.
- Improve the way the default GCC and LLVM versions are selected.
2021-05-12 00:14:56 +00:00
John Ericson
e0d3c9d031
llvmPackages*.libcxx*: Always use the attribute name for pname
...
This decision was made in a902d99422 but
just for LLVM 12. Now we apply it consitently.
2021-05-12 00:14:56 +00:00
John Ericson
894f0c6ec8
llvmPackages: Always put libunwind before openmp
...
This keeps the "main bootstrap" together.
2021-05-12 00:13:13 +00:00
sternenseemann
4caedc060f
llvmPackages_12.libunwind: Make sure we get right llvm version
2021-05-12 00:12:51 +00:00
sternenseemann
894a09dfd2
llvmPackages_7.lldClang: add libunwind to extraLibraries
2021-05-12 00:12:40 +00:00
sternenseemann
53adcfb798
llvmPackages_7.libunwind: simplify expressions
...
* Use LLVM_PATH instead of llvm-config
* Pass less unnecessary options to cmake
2021-05-12 00:08:02 +00:00
John Ericson
1f520667be
Merge pull request #122527 from Ericson2314/darwin-no-cc-where-possible
...
darwin packages: Get ready for cross
2021-05-11 18:55:38 -04:00
John Ericson
cf02b24813
Merge remote-tracking branch 'upstream/staging-next' into staging
2021-05-11 22:30:46 +00:00
John Ericson
7bba32a069
darwin packages: Get ready for cross
...
If things build fine with `stdenvNoCC`, let them use that. If tools
might be prefixed, prepare for that, either by directly splicing or just
using the env vars provided by the wrapper setup-hooks.
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com >
2021-05-11 16:07:01 -04:00
Thomas Tuegel
af8532eee9
Add KDE Gear 21.04 to the release notes
2021-05-11 12:15:51 -05:00
Thomas Tuegel
d7d787f2a6
Remove warning from kdeApplications alias
2021-05-11 12:15:07 -05:00
Thomas Tuegel
9820dd4d71
Add alias kdeApplications
2021-05-11 12:15:07 -05:00
Thomas Tuegel
119a69de04
qcachegrind: fix path to hotshot2calltree
2021-05-11 12:15:06 -05:00
Thomas Tuegel
d8b40b3787
kcachegrind: formatting nits
2021-05-11 12:15:06 -05:00
Thomas Tuegel
b09a4af336
kmail: add qtkeychain to buildInputs
2021-05-11 12:15:05 -05:00
Thomas Tuegel
47cb1121c8
pim-sieve-editor: add qtkeychain to buildInputs
2021-05-11 12:15:04 -05:00
Thomas Tuegel
8e71c21dbb
akonadi-import-wizard: add qtkeychain buildInput
2021-05-11 12:15:04 -05:00
Thomas Tuegel
deb62b7435
kdepim-runtime: add qtkeychain to buildInputs
2021-05-11 12:15:03 -05:00
Thomas Tuegel
c96ac6d9a8
kmailtransport: add qtkeychain to buildInputs
2021-05-11 12:15:03 -05:00
Thomas Tuegel
13cb2b00e8
akonadi: fix path to kio_version.h
2021-05-11 12:15:02 -05:00
Thomas Tuegel
b31dc33e33
akonadi: fix self paths
2021-05-11 12:15:02 -05:00
Thomas Tuegel
c7c4d2e9ae
kldap: add libsecret to buildInputs
2021-05-11 12:15:01 -05:00
Thomas Tuegel
13ab0c27a1
akonadi: update patches
2021-05-11 12:15:01 -05:00
Thomas Tuegel
e8ee87ded0
kdenlive: add qtnetworkauth to buildInputs
2021-05-11 12:15:00 -05:00
Thomas Tuegel
eca680bc66
kldap: add qtkeychain to buildInputs
2021-05-11 12:15:00 -05:00
Thomas Tuegel
2dca56a3a5
kdeconnect-kde: add qtquickcontrols2 to buildInputs
2021-05-11 12:14:59 -05:00
Thomas Tuegel
fe0226f5d7
kdeGear: broken with Qt < 5.15
2021-05-11 12:14:59 -05:00
Thomas Tuegel
799f351997
KDE Applications 20.12.3 -> KDE Gear 21.04.0
2021-05-11 12:14:58 -05:00
John Ericson
912c8262b4
Merge pull request #117591 from s1341/android_non_prebuilt
...
treewide: Support aarch64-android using minimal prebuilt components
2021-05-11 12:49:53 -04:00
John Ericson
032a1e4478
Merge pull request #122522 from Ericson2314/glibc-pname
...
glibc, libiconv: use pname and version
2021-05-11 11:47:21 -04:00
s1341
1e1d29c2af
treewide: Support aarch64-android using minimal prebuilt components
...
This PR adds a new aarch64 android toolchain, which leverages the
existing crossSystem infrastructure and LLVM builders to generate a
working toolchain with minimal prebuilt components.
The only thing that is prebuilt is the bionic libc. This is because it
is practically impossible to compile bionic outside of an AOSP tree. I
tried and failed, braver souls may prevail. For now I just grab the
relevant binaries from https://android.googlesource.com/ .
I also grab the msm kernel sources from there to generate headers. I've
included a minor patch to the existing kernel-headers derivation in
order to expose an internal function.
Everything else, from binutils up, is using stock code. Many thanks to
@Ericson2314 for his help on this, and for building such a powerful
system in the first place!
One motivation for this is to be able to build a toolchain which will
work on an aarch64 linux machine. To my knowledge, there is no existing
toolchain for an aarch64-linux builder and an aarch64-android target.
2021-05-11 15:39:08 +00:00
github-actions[bot]
309163aed7
Merge staging-next into staging
2021-05-11 12:24:31 +00:00
Stéphan Kochen
6543ad4db0
wayland: fix build on darwin
2021-05-11 12:16:59 +02:00
Vladimír Čunát
8eabe2ecc5
Merge #115235 : gcc: native aarch64-darwin support
2021-05-11 12:12:04 +02:00
Vladimír Čunát
79762fcb4a
Merge #121772 : gcc*: do not modify code in prePatch
2021-05-11 12:01:38 +02:00
Jörg Thalheim
6d1287860d
Merge pull request #113225 from mroi/patch-linux
...
linux: improve cross compilation with clang
2021-05-11 09:46:01 +01:00
Jan Tojnar
edd3d580ad
poppler: 21.02.0 -> 21.05.0
...
Changes:
- https://lists.freedesktop.org/archives/poppler/2021-March/014701.html
- https://lists.freedesktop.org/archives/poppler/2021-April/014720.html
- https://lists.freedesktop.org/archives/poppler/2021-May/014743.html
2021-05-11 09:47:45 +02:00
Jan Tojnar
07bb110090
poppler: clean up
...
- reorder expression to more traditional order
- make inputs one per line
- correct license
- add passthru.tests
2021-05-11 09:44:22 +02:00
Jan Tojnar
7982550ac4
Merge branch 'staging-next' into staging
2021-05-11 09:09:10 +02:00
Jörg Thalheim
e56889eb49
Merge pull request #122501 from jonringer/bump-rustc
...
rustc: 1.52.0 -> 1.52.1
2021-05-11 06:14:13 +01:00
Ivan Babrou
4aa95e3312
gcc: native aarch64-darwin support
2021-05-10 19:07:30 -07:00
Jonathan Ringer
4bb359aa99
rustc: 1.52.0 -> 1.52.1
2021-05-10 16:00:44 -07:00
John Ericson
d0ffd9e705
glibcIconv adapter
...
Assume pname and version.
2021-05-10 20:56:42 +00:00
John Ericson
77e97ac4ca
glibc: Use pname and version
2021-05-10 20:56:33 +00:00
John Ericson
31d5f234d0
wasilibc: Use pname and version
2021-05-10 15:04:11 +00:00
ajs124
483081eab9
libsoup: fix building cpp applications after recent glib update
2021-05-10 15:57:27 +02:00
github-actions[bot]
7ce907b413
Merge staging-next into staging
2021-05-10 12:24:36 +00:00
sternenseemann
a13b1a7086
pkgsLLVM: cross compiled package set using llvm compilers
...
Provide a version of nixpkgs which is built using the LLVM toolchain.
This is achieved by reusing the useLLVM attribute usable in the cross
toolchain bootstrapping which is a) perfectly acceptable and b) the only
way to bootstrap a LLVM stdenv across platforms without unreasonable
amounts of work.
This is mostly working now since we fixed some issues with
llvmPackages_7.lldClang in #119717 and compile glibc with gcc at all
times as of #119786 (since clang can't compile our glibc at the moment).
There are seemingly some issues left to be ironed out, for example the
C++ library of ncurses fails to build with a linking issue. I have
attempted to alleviate that problem with #120790 , but to no avail so
far.
Nonetheless, having a working pkgsLLVM.hello is a good start.
A currently present issue is that there is no way to change the libc
since there is some issue with lldClang actually picking up on the set
libc. This will need investigation and fixing.
2021-05-10 12:45:33 +02:00
Michael Roitzsch
270ee17d41
linux: improve cross compilation with clang
...
set HOST* variables for host build tools
* do not assume the host compiler is gcc
* pass all build tools to make
2021-05-10 10:24:24 +02:00
Jan Tojnar
594a885912
Merge branch 'staging-next' into staging
2021-05-10 09:45:47 +02:00
John Ericson
680b33fe37
Merge pull request #122399 from Ericson2314/compiler-rt-restore-lib-subdir
...
compiler-rt: Revert passing `COMPILER_RT_OS_DIR` and not symlinking libs
2021-05-09 19:28:59 -04:00
John Ericson
8629936f82
compiler-rt: Revert passing COMPILER_RT_OS_DIR and not symlinking libs
...
In 7869d16545 I got rid of the symlinking
by forcing `COMPILER_RT_OS_DIR` to always be the empty string. I thought
this was good because it just make compiler-rt be installed in a normal
way.
However, various LLVM tools expect the `COMPILER_RT_OS_DIR` to be set
normally, and fail to find things when they aren't in the expected lib
subdir.
Maybe it would be best to patch that too in the long term, but for now
we just undo this change.
2021-05-09 22:52:09 +00:00
Maximilian Bosch
834c8e6462
Merge pull request #122364 from mayflower/upstream-opsdroid
...
opsdroid: init at 0.22.0 + dependencies
2021-05-10 00:41:20 +02:00
Robin Gloster
1f566d9164
Merge pull request #120581 from lsix/gdb-10.2
...
gdb: 10.1 -> 10.2
2021-05-09 14:25:19 -05:00
Alyssa Ross
4a8dbecd16
netbsd: 8.0 -> 9.1
...
Notes:
- compat: Needs a header from common merged with it's wrapper.
- librt: Needs the jemalloc sources.
- libc: install libc_pic.a
This was the behaviour on NetBSD 8.0, and ld.elf_so (in its current
configuration) requires it. We could also have disabled PIC in
ld.elf_so.
- sys: fix build
We use a more recent version of binutils than NetBSD 9.1 does, so we
need to backport a patch from CURRENT.
Co-authored-by: John Ericson <John.Ericson@Obsidian.Systems >
2021-05-09 18:56:20 +00:00
Robin Gloster
a5a0671ba1
opsdroid: init at 0.22.0
2021-05-09 12:05:29 -05:00
Robin Gloster
b66421bc00
python3.pkgs.watchgod: init at 0.0.7
2021-05-09 12:05:12 -05:00
Robin Gloster
741c201f6b
python3.pkgs.pycron: init at 3.0.0
2021-05-09 12:05:12 -05:00
Robin Gloster
2d9b40453e
python3.pkgs.udatetime: init at 0.0.16
2021-05-09 12:05:12 -05:00
Robin Gloster
6d29a1a1cd
python3.pkgs.puremagic: init at 1.10
2021-05-09 12:05:12 -05:00
Robin Gloster
f369a5a03b
python3.pkgs.opsdroid_get_image_size: init at 0.2.2
2021-05-09 12:05:12 -05:00
Robin Gloster
e9ca610027
python3.pkgs.motor: init at 2.4.0
2021-05-09 12:05:11 -05:00
Robin Gloster
5b1d109540
python3.pkgs.mockupdb: init at 1.8.0
2021-05-09 12:01:16 -05:00
Robin Gloster
ce0218bb32
python3.pkgs.mattermostdriver: init at 7.3.0
...
Co-authored-by: Linus Heckemann <git@sphalerite.org >
2021-05-09 12:01:16 -05:00
Robin Gloster
395eb4ff4a
python3.pkgs.matrix-api-async: init at 0.1.0
2021-05-09 12:01:15 -05:00
Robin Gloster
97f3d0b749
python3.pkgs.ibm-watson: init at 5.1.0
...
Co-authored-by: Linus Heckemann <git@sphalerite.org >
2021-05-09 12:01:15 -05:00
Robin Gloster
04eaecb612
python3.pkgs.ibm-cloud-core: init at 3.9.0
...
Co-authored-by: Linus Heckemann <git@sphalerite.org >
2021-05-09 12:01:14 -05:00
Robin Gloster
0b1ad2ed6f
python3.pkgs.get_video_properties: init at 0.1.1
2021-05-09 12:01:14 -05:00
Robin Gloster
09031aa626
python3.pkgs.delorean: init at 1.0.0
2021-05-09 12:01:14 -05:00
OPNA2608
77b148ddd7
qt5.qtwebengine: remove syncqt workaround
2021-05-08 20:40:44 -07:00
OPNA2608
8307e6dc20
qt515.qtbase: Fix qtPrepareTool function
2021-05-08 20:40:44 -07:00
OPNA2608
bca2dfc7de
qt514.qtbase: Fix qtPrepareTool function
2021-05-08 20:40:44 -07:00
OPNA2608
e7333f7a5e
qt512.qtbase: Fix qtPrepareTool function
2021-05-08 20:40:44 -07:00
R. RyanTM
4e071804aa
libical: 3.0.9 -> 3.0.10
2021-05-08 18:47:06 -07:00
Jan Tojnar
dd78ce1c53
Merge branch 'staging-next' into staging
2021-05-08 20:59:05 +02:00
Pavol Rusnak
252bf94a74
rust: 1.51.0 -> 1.52.0
2021-05-08 11:42:10 -07:00
Luke Granger-Brown
2c9d982257
Merge pull request #122217 from mweinelt/flac
...
flac: fix out of bound reads due to heap buffer overflow
2021-05-08 19:19:37 +01:00
Martin Weinelt
279bdc9dce
flac: fix out of bound reads due to heap buffer overflow
...
Fixes: CVE-2020-0499
2021-05-08 17:55:24 +00:00
Daniël de Kok
85f96822a0
treewide: fix cargoSha256/cargoHash
...
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.
This change updates cargoSha256/cargoHash tree-wide.
Fixes #121994 .
2021-05-08 00:36:37 -07:00
github-actions[bot]
3494be8365
Merge staging-next into staging
2021-05-08 06:20:08 +00:00
github-actions[bot]
2c85188911
Merge staging-next into staging
2021-05-08 00:46:53 +00:00
Guillaume Girol
a81b23c454
Merge pull request #121528 from symphorien/libsepolstatic
...
libsepol: fix static build
2021-05-07 20:50:27 +00:00
John Ericson
af2868fd2d
Merge pull request #122044 from Ericson2314/fix-use-llvm
...
compiler-rt: Fix build by passing resource dir
2021-05-07 15:12:40 -04:00
github-actions[bot]
307b861a81
Merge staging-next into staging
2021-05-07 18:24:32 +00:00
Vladimír Čunát
48a78a5bee
lmdb: more idiomatic code
...
This should solve a warning from the r-rmcgibbo bot:
> checkPhase should probably contain runHook preCheck and runHook postCheck
2021-05-07 20:21:27 +02:00
Ivan Babrou
99d0c004d1
gcc6, gcc7, gcc8, gcc9, gcc10, gcc11: do not modify code in prePatch
...
Doing any modifications before patching risks invalidating patch base.
2021-05-04 22:53:21 -07:00
Guillaume Girol
eadff09e4b
libsepol: precise license
2021-05-02 12:00:00 +00:00
Guillaume Girol
b7a9718783
libsepol: fix static build
2021-05-02 20:51:51 +02:00
Vladimír Čunát
82bccc2d62
Merge branch 'nixpkgs-unstable' into PR #111431
...
I'm not really sure about the conflicts in:
pkgs/development/python-modules/psutil/default.nix
Hydra nixpkgs: ?compare=1666054
2021-04-28 17:13:34 +02:00
Lancelot SIX
279192c950
gdb: 10.1 -> 10.2
...
See https://sourceware.org/pipermail/gdb/2021-April/049400.html for
release announcement
2021-04-27 10:06:24 +01:00
Andreas Rammhold
16d7d40b8a
pythonPackages.psutil: disable tests due to test failures
...
Tests are very flaky and depend on the exact execution environment. It
is weird that it has gone well so far but started causing issues across
many of my builders.
Also started rewording some of the comments in the expression so
hopefully the next person looking at this has an easier time to
understand it.
On systems where swap is available and fully used tests fail like this:
> def test_swap_memory(self):
> mem = psutil.swap_memory()
> self.assertEqual(
> mem._fields, ('total', 'used', 'free', 'percent', 'sin', 'sout'))
>
> assert mem.total >= 0, mem
> assert mem.used >= 0, mem
> if mem.total > 0:
> # likely a system with no swap partition
> > assert mem.free > 0, mem
> E AssertionError: sswap(total=1048567808, used=1048567808, free=0, percent=100.0, sin=50741248, sout=1316823040)
> E assert 0 > 0
> E + where 0 = sswap(total=1048567808, used=1048567808, free=0, percent=100.0, sin=50741248, sout=1316823040).free
Upstream bug report: https://github.com/giampaolo/psutil/issues/1911
Systems where /proc/mounts doesn't expose any mount points to build the
tests fail like this:
> def test_disk_partitions(self):
> self.assertIsInstance(nt.device, str)
> def check_ntuple(nt):
> self.assertIsInstance(nt.mountpoint, str)
> self.assertIsInstance(nt.fstype, str)
> self.assertIsInstance(nt.opts, str)
> self.assertIsInstance(nt.maxfile, (int, type(None)))
> self.assertIsInstance(nt.maxpath, (int, type(None)))
> self.assertGreater(nt.maxfile, 0)
> if nt.maxfile is not None and not GITHUB_ACTIONS:
> if nt.maxpath is not None:
> self.assertGreater(nt.maxpath, 0)
>
> # all = False
> ls = psutil.disk_partitions(all=False)
> > self.assertTrue(ls, msg=ls)
> E AssertionError: [] is not true : []
Upstream bug report: https://github.com/giampaolo/psutil/issues/1912
2021-01-31 20:30:58 +01:00
Andreas Rammhold
b9cc20e0fd
autoconf: use autoconf 2.71 by default
2021-01-31 12:10:18 +01:00
Andreas Rammhold
10efa49863
autoconf271: init at 2.71
...
This is a newer version of autoconf that fixes a bunch of issues that occured
since the last autoconf release and they also fixed one issue with clang that I
ran into while trying out Nix on aarch64-darwin [1].
[1] http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commit;h=de36ccf6637974f4faba3747813d38ee46e77d69
2021-01-31 12:10:17 +01:00