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: 45456fecc74f
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: 15f08994517a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 21, 2019

  1. atlassian-confluence: 6.11.1 -> 6.14.2

    CVE-2019-3395, CVE-2019-3396
    
    (cherry picked from commit 5ef5bbcd46aab2ba6ea65eff19ef3e9e7037e207)
    ciil authored and globin committed Mar 21, 2019
    Copy the full SHA
    15f0899 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/servers/atlassian/confluence.nix
6 changes: 3 additions & 3 deletions pkgs/servers/atlassian/confluence.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
name = "atlassian-confluence-${version}";
version = "6.11.1";
version = "6.14.2";

src = fetchurl {
url = "https://www.atlassian.com/software/confluence/downloads/binary/${name}.tar.gz";
sha256 = "0sp1ggllvxdz0pf409yyil1x9dah1jyqspknfzgivkmwhcqj7brr";
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${name}.tar.gz";
sha256 = "012lh2838l2n7wkj42isxspxw3ix54467vnzvxbsq8wnf2m367ln";
};

phases = [ "unpackPhase" "buildPhase" "installPhase" ];