Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
base: 360e2af4f876
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: ad246fb87458
Choose a head ref
  • 16 commits
  • 25 files changed
  • 6 contributors

Commits on Sep 20, 2020

  1. nextcloud17: 17.0.6 -> 17.0.9

    puppe authored and Ma27 committed Sep 20, 2020
    Copy the full SHA
    2865104 View commit details
    Browse the repository at this point in the history
  2. nextcloud18: 18.0.7 -> 18.0.9

    puppe authored and Ma27 committed Sep 20, 2020
    Copy the full SHA
    488bb6a View commit details
    Browse the repository at this point in the history
  3. nextcloud19: 19.0.1 -> 19.0.3

    puppe authored and Ma27 committed Sep 20, 2020
    Copy the full SHA
    6f12279 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. gnutls: 3.6.14 -> 3.6.15

    Security: on-wire alert could cause NULL pointer dereference.
    https://lists.gnupg.org/pipermail/gnutls-help/2020-September/004669.html
    (cherry picked from commit 2363e6e)
    vcunat committed Sep 23, 2020
    Copy the full SHA
    ad76375 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    445b402 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. llvm_11: Copy all files from llvmPackages_10

    This is simply the result of:
    cp -r pkgs/development/compilers/llvm/10 pkgs/development/compilers/llvm/11/
    
    (cherry picked from commit 28f2797)
    primeos committed Sep 26, 2020
    Copy the full SHA
    5662a6f View commit details
    Browse the repository at this point in the history
  2. llvm_11: init at 11.0.0rc1

    http://lists.llvm.org/pipermail/release-testers/2020-July/001305.html
    
    TODO: Enable Polly.
    
    Co-authored-by: conferno <conferno@camfex.cz>
    (cherry picked from commit 0a8334d)
    ggreif authored and primeos committed Sep 26, 2020
    Copy the full SHA
    dac4a48 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3768fde View commit details
    Browse the repository at this point in the history
  4. chromiumDev: Drop nix_plugin_paths_68.patch

    Ok, so I was about to update the patch (didn't apply anymore) when I
    also started looking at it's usage and realized that
    NIX_CHROMIUM_PLUGIN_PATH_ (and other substrings) only appears in the
    patch itself (i.e. it seemed like we don't need this patch anymore).
    
    Turns out that we have this patch since 2014 (1b84fbf) and it was
    only ever used for NIX_CHROMIUM_PLUGIN_PATH_WIDEVINE (and from the log
    it isn't clear if/when or how well that worked). But in 2019 that last
    usage got removed (545d58a) so we should be able to safely drop this
    patch now :) \o/
    
    (I just wanted to note that as it seemed somewhat of a funny story :D
    But there is of course nothing wrong with it.)
    Git history (git log --oneline -S NIX_CHROMIUM_PLUGIN_PATH_):
    7205bd6 ungoogled-chromium: init at 81.0.4044.92-2
    545d58a chromium: fix widevine
    cd3283f chromium: 67.0.3396.99 -> 68.0.3440.75
    72d7b5d chromium: fix nix_plugin_paths for 68+
    7a3a16d chromium: Remove plugin paths patch for version 50
    79d18eb chromium: Update dev channel to v52.0.2743.10
    c7a3645 chromium: Remove stuff for versions <= v51
    8b97ca2 chromium: Update all channels to latest versions
    b9093f1 chromium: Updates, fixes #11492
    471cdd1 chromium: Update beta and dev channels.
    5c6aa39 chromium: Cleanup old patch and update stable
    af54ddf chromium: Drop plugin_paths patch for old versions.
    6a8afa4 chromium: Fix plugin_paths patch for version 44.
    0aad4b7 chromium: Update all channels to latest versions.
    1b84fbf chromium: Allow env vars for passing plugin paths.
    
    (cherry picked from commit 2213c46)
    primeos committed Sep 26, 2020
    Copy the full SHA
    bed75af View commit details
    Browse the repository at this point in the history
  5. chromiumDev: Drop the optional VA-API patches

    I didn't look into this yet but IIRC M86 will finally have a flag for
    Linux to enable VA-API. So we shouldn't need
    enable-video-acceleration-on-linux.patch anymore.
    
    But we likely need to update enable-vdpau-support-for-nvidia.patch
    when/before M86 hits the stable channel if we want to keep VDPAU
    support.
    
    (cherry picked from commit bf0e13a)
    primeos committed Sep 26, 2020
    Copy the full SHA
    ef889f4 View commit details
    Browse the repository at this point in the history
  6. chromiumDev: Fix "patchShebangs ."

    Note: The following might also need to be updated:
    substituteStream(): WARNING: pattern '/usr/share/xcb' doesn't match anything in file 'ui/gfx/x/BUILD.gn'
    
    (cherry picked from commit 8815c9e)
    primeos committed Sep 26, 2020
    Copy the full SHA
    f6a84a2 View commit details
    Browse the repository at this point in the history
  7. chromiumBeta: Fix the build by using LLVM 11

    We'll need a working build of Chromium M86 for NixOS 20.03 to provide
    security updates for 30 days after the release of 20.09.
    primeos committed Sep 26, 2020
    Copy the full SHA
    fdb4b8f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. Merge pull request #98856 from primeos/chromium-backport

    [20.03] Backport LLVM 11 to build Chromium M86
    primeos committed Sep 27, 2020
    Copy the full SHA
    d110708 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'staging-20.03' into release-20.03

    Only a few thousand aarch64 builds are missing on Hydra ATM.
    vcunat committed Sep 27, 2020
    Copy the full SHA
    16f0e6b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #98332 from Ma27/nextcloud-20.03

    [20.03]  nextcloud: 17.0.6 -> 17.0.9, 18.0.7 -> 18.0.9, 19.0.1 -> 19.0.3
    Ma27 committed Sep 27, 2020
    Copy the full SHA
    a6f277f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. nixos/security/wrapper: ensure the tmpfs is not world writeable

    The /run/wrapper directory is a tmpfs. Unfortunately, it's mounted with
    its root directory has the standard (for tmpfs) mode: 1777 (world writeable,
    sticky -- the standard mode of shared temporary directories). This means that
    every user can create new files and subdirectories there, but can't
    move/delete/rename files that belong to other users.
    andir committed Sep 28, 2020
    Copy the full SHA
    ad246fb View commit details
    Browse the repository at this point in the history