Skip to content
This repository was 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9bdbd595db01
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7ebed57d7b2d
Choose a head ref
  • 5 commits
  • 3 files changed
  • 4 contributors

Commits on Dec 3, 2018

  1. Verified

    This commit was signed with the committer’s verified signature.
    costrouc Christopher Ostrouchov
    Copy the full SHA
    4bb9ffd View commit details
  2. Merge pull request #51479 from c0bw3b/sec/1809/udisks

    [18.09] udisks: 2.8.0 -> 2.8.1
    c0bw3b authored Dec 3, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b09e113 View commit details
  3. strongswan: fix patch's CVE number

    The patch above this one is the one fixing the previous CVEs.
    
    fixes #51461
    globin committed Dec 3, 2018
    Copy the full SHA
    3e238c5 View commit details

Commits on Dec 4, 2018

  1. Copy the full SHA
    8b52f7d View commit details
  2. Merge pull request #51491 from flokli/18.09-zoom-us-2.5.146186.1130

    [18.09] zoom-us: 2.4.129780.0915 -> 2.5.146186.1130 (CVE-2018-15715)
    c0bw3b authored Dec 4, 2018
    Copy the full SHA
    7ebed57 View commit details
Original file line number Diff line number Diff line change
@@ -13,11 +13,11 @@ assert pulseaudioSupport -> libpulseaudio != null;
let
inherit (stdenv.lib) concatStringsSep makeBinPath optional;

version = "2.4.129780.0915";
version = "2.5.146186.1130";
srcs = {
x86_64-linux = fetchurl {
url = "https://zoom.us/client/${version}/zoom_x86_64.tar.xz";
sha256 = "0s4014ymc92rwpagcwjhmwwfz0vq35wiq2nhh6nlxcrr6jl4wd78";
sha256 = "1644xs7xg8a27xg7bgb7856hvlvfh2lin749alds782i52p9rsjr";
};
};

4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/udisks/2-default.nix
Original file line number Diff line number Diff line change
@@ -6,15 +6,15 @@
}:

let
version = "2.8.0";
version = "2.8.1";
in stdenv.mkDerivation rec {
name = "udisks-${version}";

src = fetchFromGitHub {
owner = "storaged-project";
repo = "udisks";
rev = name;
sha256 = "110g3vyai3p6vjzy01yd0bbvxk7n7dl5glxf54f3jvqf0zmaqipx";
sha256 = "073iqa0pwa7ab0qw33h3ic89508a78incmg6rq914d6br7s030zy";
};

outputs = [ "out" "man" "dev" "devdoc" ];
2 changes: 1 addition & 1 deletion pkgs/tools/networking/strongswan/default.nix
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
sha256 = "04a5ql6clig5zq9914i4iyrrxcc36w2hzmwsrl69rxnq8hwhw1ql";
})
(fetchpatch {
name = "fix-for-CVE-2018-16151-and-CVE-2018-16152.patch";
name = "CVE-2018-17540.patch";
url = "https://download.strongswan.org/patches/28_gmp_pkcs1_overflow_patch/strongswan-4.4.0-5.7.0_gmp-pkcs1-overflow.patch";
sha256 = "1h8m9rsqzkl71x25h1aavs5xkqm20083law339phfjlrpbjpnizp";
})