-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 1f80b4d15e99
head repository: NixOS/nixpkgs-channels
compare: 6d68b920eb2d
Commits on May 18, 2020
-
(cherry picked from commit 8d08f45)
Configuration menu - View commit details
-
Copy full SHA for 9e78133 - Browse repository at this point
Copy the full SHA 9e78133View commit details -
Fixes: CVE-2020-10957, CVE-2020-10958, CVE-2020-10967 (cherry picked from commit 6cf4885)
Configuration menu - View commit details
-
Copy full SHA for 9293520 - Browse repository at this point
Copy the full SHA 9293520View commit details
Commits on May 20, 2020
-
aws-sdk-cpp: Fix library and include paths in generated cmake files
AWS's SDK by default tries to prepend its install root to each of the library paths; this obviously fails with the absolute paths that Nix gives it. Worse, it computes the installation root by walking up the filesystem from its cmake file, so even if the AWSSDK_ROOT_DIR is explicitly set to the root directory, it gets replaced with the path to the derivation's dev output. This is all fixed with a patch to the cmake files that generate the installed configuration. Once this is fixed, it *still* doesn't work because the export generator built into cmake insists on adding `$out/include` to the header search path; when importing this configuration in another package, cmake will fail because `$out/include` doesn't exist (After all, it was relocated by a fixup hook). A small postFixupHook will recreate the directory and make cmake happy. (cherry picked from commit 9d78852)
Configuration menu - View commit details
-
Copy full SHA for 015ac0c - Browse repository at this point
Copy the full SHA 015ac0cView commit details -
boost: Fix library and include paths in generated cmake files
Boost generates its installed cmake configuration using custom logic in its own build system; while this logic *knows* where it should be installed, the generated config overrides the correct information with new paths based on the location of the cmake configuration file in an attempt to let the package be relocated after installation. This patch simply undoes that. (cherry picked from commit 777df0b)
Configuration menu - View commit details
-
Copy full SHA for afb1e72 - Browse repository at this point
Copy the full SHA afb1e72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d9be3 - Browse repository at this point
Copy the full SHA 81d9be3View commit details -
Merge pull request #88240 from kthielen/hobbes/20200519
[20.03] hobbes: 2020-03-10 -> 2020-05-19
Configuration menu - View commit details
-
Copy full SHA for 942ce73 - Browse repository at this point
Copy the full SHA 942ce73View commit details -
Merge pull request #88081 from mweinelt/20.03/dovecot
[20.03] dovecot: v2.3.9.3 → v2.3.10.1
Configuration menu - View commit details
-
Copy full SHA for f45ccd9 - Browse repository at this point
Copy the full SHA f45ccd9View commit details -
Thanks to repology.org Signed-off-by: Matthias Beyer <mail@beyermatthias.de> (cherry picked from commit 1b5ae92)
Configuration menu - View commit details
-
Copy full SHA for 7063fb7 - Browse repository at this point
Copy the full SHA 7063fb7View commit details -
chromium: 81.0.4044.138 -> 83.0.4103.61
https://chromereleases.googleblog.com/2020/05/stable-channel-update-for-desktop_19.html This update includes 38 security fixes. CVEs: CVE-2020-6465 CVE-2020-6466 CVE-2020-6467 CVE-2020-6468 CVE-2020-6469 CVE-2020-6470 CVE-2020-6471 CVE-2020-6472 CVE-2020-6473 CVE-2020-6474 CVE-2020-6475 CVE-2020-6476 CVE-2020-6477 CVE-2020-6478 CVE-2020-6479 CVE-2020-6480 CVE-2020-6481 CVE-2020-6482 CVE-2020-6483 CVE-2020-6484 CVE-2020-6485 CVE-2020-6486 CVE-2020-6487 CVE-2020-6488 CVE-2020-6489 CVE-2020-6490 CVE-2020-6491 (cherry picked from commit cdd95a9)
Configuration menu - View commit details
-
Copy full SHA for 2de75ca - Browse repository at this point
Copy the full SHA 2de75caView commit details -
nixos-containers: Add support for custom nixpkgs argument
(cherry picked from commit ab37d7e)
Configuration menu - View commit details
-
Copy full SHA for aa72037 - Browse repository at this point
Copy the full SHA aa72037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 906f7fb - Browse repository at this point
Copy the full SHA 906f7fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a29263 - Browse repository at this point
Copy the full SHA 7a29263View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfbfd2b - Browse repository at this point
Copy the full SHA cfbfd2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e8db1 - Browse repository at this point
Copy the full SHA f0e8db1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd91367 - Browse repository at this point
Copy the full SHA dd91367View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9131abd - Browse repository at this point
Copy the full SHA 9131abdView commit details -
https://github.com/vector-im/riot-web/releases/tag/v1.6.1 (cherry picked from commit 0db36ea)
Configuration menu - View commit details
-
Copy full SHA for 0436b0d - Browse repository at this point
Copy the full SHA 0436b0dView commit details -
https://github.com/vector-im/riot-desktop/releases/tag/v1.6.1 Also updated the package since `riot-desktop` has been moved to its own repository (`github.com/vector-im/riot-desktop`). (cherry picked from commit 307dfd9)
Configuration menu - View commit details
-
Copy full SHA for 5d12be8 - Browse repository at this point
Copy the full SHA 5d12be8View commit details -
matrix-synapse: 1.12.4 -> 1.13.0
https://github.com/matrix-org/synapse/releases/tag/v1.13.0 (cherry picked from commit 2a5b0bc)
Configuration menu - View commit details
-
Copy full SHA for 3247b10 - Browse repository at this point
Copy the full SHA 3247b10View commit details -
Merge pull request #88402 from adisbladis/nixos-containers-pkgs-2003
nixos-containers: Add support for custom nixpkgs argument (20.03 backport)
Configuration menu - View commit details
-
Copy full SHA for 52e6737 - Browse repository at this point
Copy the full SHA 52e6737View commit details -
Merge pull request #88423 from Ma27/backport-matrix-synapse
[20.03] matrix-synapse: 1.12.4 -> 1.13.0
Configuration menu - View commit details
-
Copy full SHA for 17fba7a - Browse repository at this point
Copy the full SHA 17fba7aView commit details -
Merge pull request #88364 from primeos/chromium-backport
[20.03] chromium: 81.0.4044.138 -> 83.0.4103.61 (backport)
Configuration menu - View commit details
-
Copy full SHA for a18eaa7 - Browse repository at this point
Copy the full SHA a18eaa7View commit details
Commits on May 21, 2020
-
gnomeExtensions: add 'uuid' attr to all extensions
Some already have it, this adds it to the rest. With all extensions having an 'uuid' attr we can do cool things like declaratively enable extensions on NixOS. (cherry picked from commit eb12149)
Configuration menu - View commit details
-
Copy full SHA for 6d68b92 - Browse repository at this point
Copy the full SHA 6d68b92View commit details
There are no files selected for viewing
Large diffs are not rendered by default.