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: a546edcac4b5
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: ffe35783f524
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 11, 2019

  1. samba: 4.10.10 -> 4.10.11 (#75458)

    Security fix: CVE-2019-14861, CVE-2019-14870
    
    This update is only a security fix. See
    https://www.samba.org/samba/history/samba-4.10.11.html
    
    (cherry picked from commit f4a88ed0a6bdaeb32f999d9e2b349ec68d8c3538)
    wamserma authored and c0bw3b committed Dec 11, 2019
    Copy the full SHA
    ffe3578 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/samba/4.x.nix
4 changes: 2 additions & 2 deletions pkgs/servers/samba/4.x.nix
Original file line number Diff line number Diff line change
@@ -20,11 +20,11 @@ with lib;

stdenv.mkDerivation rec {
pname = "samba";
version = "4.10.10";
version = "4.10.11";

src = fetchurl {
url = "mirror://samba/pub/samba/stable/${pname}-${version}.tar.gz";
sha256 = "19b653rr2i9snvapik58phbqj38cxjdlyx6nl3m2y3k1a55p633h";
sha256 = "157qvz8x2s7994rzxhcmpc79cfk86zc0rq5qwg8alvjcw0r457v0";
};

outputs = [ "out" "dev" "man" ];