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: 92ab741f1cf2
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: abb5a4eda28d
Choose a head ref
  • 10 commits
  • 11 files changed
  • 7 contributors

Commits on Oct 7, 2019

  1. zziplib: apply patches for CVE-2018-16548

    (cherry picked from commit aa74d07)
    delroth committed Oct 7, 2019
    Copy the full SHA
    3472f1a View commit details

Commits on Oct 12, 2019

  1. Merge #70560: zziplib: apply patches for CVE-2018-16548

    ...into release-19.09
    vcunat committed Oct 12, 2019
    Copy the full SHA
    d392cf8 View commit details
  2. nvidia-x11: Remove patches from the 390 version. (#69851)

    Without those patches it builds and works with kernels 4.19 and 5.2.
    
    Fixes NixOS/nixpkgs#65937
    
    (cherry picked from commit b1ed9c6)
    ambrop72 authored and vcunat committed Oct 12, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9ce5780 View commit details
  3. Copy the full SHA
    c3f0f74 View commit details
  4. copyq: 3.9.0 -> 3.9.2 (#69490)

    * copyq: 3.9.0 -> 3.9.2
    
    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/copyq/versions
    
    * copyq: use mkDerivation from Qt
    
    Backport of #69490 - fixes #70896
    
    (cherry picked from commit 7f8befd)
    r-ryantm authored and c0bw3b committed Oct 12, 2019
    Copy the full SHA
    222004e View commit details
  5. Merge #71029: libsoup: 2.66.2 -> 2.66.4

    ...into release-19.09, fixing CVE-2019-17266
    vcunat committed Oct 12, 2019
    Copy the full SHA
    8e39110 View commit details
  6. grafana: 6.4.1 -> 6.4.2

    (cherry picked from commit 0b549a7)
    WilliButz authored and globin committed Oct 12, 2019
    Copy the full SHA
    8ed2cba View commit details
  7. atlassian-jira: 8.4.1 -> 8.4.2

    (cherry picked from commit 92bd7a7)
    globin committed Oct 12, 2019
    Copy the full SHA
    bcea361 View commit details
  8. atlassian-confluence: 6.15.8 -> 7.0.2

    (cherry picked from commit c7788ab)
    globin committed Oct 12, 2019
    Copy the full SHA
    b9829cf View commit details
  9. treewide: update some homepage URLs

    Updated dead or redirecting URLs on packages maintained by me.
    
    (cherry picked from commit 4fb5cdd)
    globin committed Oct 12, 2019
    Copy the full SHA
    abb5a4e View commit details
14 changes: 7 additions & 7 deletions pkgs/applications/misc/copyq/default.nix
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{ stdenv, fetchFromGitHub, cmake, qtbase, qtscript, qtwebkit, libXfixes, libXtst
, qtx11extras, git
{ lib, mkDerivation, fetchFromGitHub, cmake
, qtbase, qtscript, qtwebkit, libXfixes, libXtst, qtx11extras, git
, webkitSupport ? true
}:

stdenv.mkDerivation rec {
mkDerivation rec {
pname = "CopyQ";
version = "3.9.0";
version = "3.9.2";

src = fetchFromGitHub {
owner = "hluk";
repo = "CopyQ";
rev = "v${version}";
sha256 = "1l9f0hg2ggy944sjlyiyglln5mjm9fvgmvwp3pnvmmc6mfbmslq3";
sha256 = "02zs444i7hnqishs1i6vp8ffjxlxk3xkrw935pdwnwppv9s9v202";
};

nativeBuildInputs = [ cmake ];

buildInputs = [
git qtbase qtscript libXfixes libXtst qtx11extras
] ++ stdenv.lib.optional webkitSupport qtwebkit;
] ++ lib.optional webkitSupport qtwebkit;

meta = with stdenv.lib; {
meta = with lib; {
homepage = https://hluk.github.io/CopyQ;
description = "Clipboard Manager with Advanced Features";
license = licenses.gpl3;
2 changes: 1 addition & 1 deletion pkgs/applications/misc/qlcplus/default.nix
Original file line number Diff line number Diff line change
@@ -40,6 +40,6 @@ mkDerivation rec {
maintainers = [ maintainers.globin ];
license = licenses.asl20;
platforms = platforms.all;
homepage = "http://www.qlcplus.org/";
homepage = "https://www.qlcplus.org/";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/zathura/wrapper.nix
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ in symlinkJoin {
'';

meta = with lib; {
homepage = https://pwmt.org/projects/zathura/;
homepage = https://git.pwmt.org/pwmt/zathura/;
description = "A highly customizable and functional PDF viewer";
longDescription = ''
Zathura is a highly customizable and functional PDF viewer based on the
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libsoup/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
pname = "libsoup";
version = "2.66.2";
version = "2.66.4";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0amfw1yvy1kjrg41rfh2vvrw5gkwnyckqbw1fab50hm6xc1acbmx";
sha256 = "0yc749ismwgkm61crc0iv0drhbdjn9iig71s2664y77f3r7rh243";
};

postPatch = ''
16 changes: 16 additions & 0 deletions pkgs/development/libraries/zziplib/default.nix
Original file line number Diff line number Diff line change
@@ -15,6 +15,22 @@ stdenv.mkDerivation rec {
url = "https://github.com/gdraheim/zziplib/commit/f609ae8971f3c0ce6.diff";
sha256 = "0jhiz4fgr93wzh6q03avn95b2nsf6402jaki6hxirxyhs5v9ahry";
})

(fetchpatch {
name = "CVE-2018-16548-part1.patch";
url = "https://github.com/gdraheim/zziplib/commit/9411bde3e4a70a81ff3ffd256b71927b2d90dcbb.patch";
sha256 = "0cy8i182zbvcqzs5z2j13d5sl7hbh59pkgw4xkyg5yz739q4fp9b";
})
(fetchpatch {
name = "CVE-2018-16548-part2.patch";
url = "https://github.com/gdraheim/zziplib/commit/d2e5d5c53212e54a97ad64b793a4389193fec687.patch";
sha256 = "153wd4vab8xqj9avcpx8g2zw9qsp9nkaqi7yc65pz3r7xfcxwdla";
})
(fetchpatch {
name = "CVE-2018-16548-part3.patch";
url = "https://github.com/gdraheim/zziplib/commit/0e1dadb05c1473b9df2d7b8f298dab801778ef99.patch";
sha256 = "0fs6dns8l7dz5a900397g8b7x62z72b0pbpdmwk1hnx6vb7z5rz5";
})
];
postPatch = ''
sed -i -e s,--export-dynamic,, configure
12 changes: 0 additions & 12 deletions pkgs/os-specific/linux/nvidia-x11/default.nix
Original file line number Diff line number Diff line change
@@ -39,18 +39,6 @@ rec {
sha256_64bit = "0h0jcckqpd63vaj95lvdgj2sbbn9y1ri1xx7r2snxfx0plhwz46n";
settingsSha256 = "1w5nkxs7a40mq0qf97nhfazdqhfn1bvr54v50s8p0ggixb6vdm3l";
persistencedSha256 = "02v76202qcnh8hvg4y9wmk9swdlv7z39ppfd1c850nlv158vn5nf";

patches = [
(fetchurl {
url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/kernel-4.16.patch?h=2ad07241ea525a6b6b555b6cb96a97634a4b2cb0";
sha256 = "11b3dp0na496rn13v5q4k66bf61174800g36rcwj42r0xj9cfak2";
})

(fetchurl {
url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/kernel-5.1.patch?h=42d50ef8d6048608d18bdf2c296dd335260c5a1a";
sha256 = "03v46ym2bcckg9q2xrilkg21hfiwypr6gl4jmly2q3m4yza9ja6r";
})
];
};

legacy_340 = generic {
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/zfs/default.nix
Original file line number Diff line number Diff line change
@@ -139,7 +139,7 @@ let
Copy-On-Write filesystem with data integrity detection and repair,
snapshotting, cloning, block devices, deduplication, and more.
'';
homepage = http://zfsonlinux.org/;
homepage = https://zfsonlinux.org/;
license = licenses.cddl;
platforms = platforms.linux;
maintainers = with maintainers; [ jcumming wizeman fpletz globin ];
4 changes: 2 additions & 2 deletions pkgs/servers/atlassian/confluence.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
pname = "atlassian-confluence";
version = "6.15.8";
version = "7.0.2";

src = fetchurl {
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz";
sha256 = "17pcgjv6rj2jxzmwx82941zhrrmprkchjhnnadnxq4709zsyb4q3";
sha256 = "00ma2l6gknlpaf2k26md9fskgzcllky3vv89sb1izsrxl8la1dhq";
};

buildPhase = ''
6 changes: 2 additions & 4 deletions pkgs/servers/atlassian/jira.nix
Original file line number Diff line number Diff line change
@@ -5,15 +5,13 @@

stdenv.mkDerivation rec {
pname = "atlassian-jira";
version = "8.4.1";
version = "8.4.2";

src = fetchurl {
url = "https://product-downloads.atlassian.com/software/jira/downloads/atlassian-jira-software-${version}.tar.gz";
sha256 = "0dkilp5wvda29rin2wj9zs2vgwyfning7cz6dyk0kyg45dl07wky";
sha256 = "0f0l9ss8jv06iidg8jw7yk5z42r1m0cbmlgj1wgli9a21ssp65sh";
};

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

buildPhase = ''
mv conf/server.xml conf/server.xml.dist
ln -sf /run/atlassian-jira/server.xml conf/server.xml
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/grafana/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "grafana";
version = "6.4.1";
version = "6.4.2";

goPackagePath = "github.com/grafana/grafana";

@@ -12,12 +12,12 @@ buildGoPackage rec {
rev = "v${version}";
owner = "grafana";
repo = "grafana";
sha256 = "0z615a885vh92kv9jm6ixhj0i1w0k44wl4rczvp6mcmasbvfb5fb";
sha256 = "12j0lksryggn7lg003ma2cnblclgzdw6b8rhz1wbq8d68m1mq5wv";
};

srcStatic = fetchurl {
url = "https://dl.grafana.com/oss/release/grafana-${version}.linux-amd64.tar.gz";
sha256 = "08y2h7c2zavxwmxlajg2qzfd0lhkj00i2azz5ydm184m38b98kk7";
sha256 = "0ch35h681yq5w7cpys0iiv3kva9hiqxzgk2gp0vcnadzmincwj7c";
};

postPatch = ''
2 changes: 1 addition & 1 deletion pkgs/tools/graphics/scrot/default.nix
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ giblib xlibsWrapper libXfixes libXcursor ];

meta = with stdenv.lib; {
homepage = http://linuxbrit.co.uk/scrot/;
homepage = https://github.com/resurrecting-open-source-projects/scrot;
description = "A command-line screen capture utility";
platforms = platforms.linux;
maintainers = with maintainers; [ globin ];