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: 7ebed57d7b2d
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: 2dc559868c94
Choose a head ref

Commits on Nov 30, 2018

  1. androidsdk: 25.2.5 -> 26.1.1, license agreement

    (cherry picked from commit 950608b)
    nicknovitski authored and luigy committed Nov 30, 2018
    Copy the full SHA
    4822381 View commit details
  2. androidenv: version buildTools and add buildToolsVersions sdk argument

    (cherry picked from commit d861da1)
    nicknovitski authored and luigy committed Nov 30, 2018
    Copy the full SHA
    6d95328 View commit details
  3. androidsdk: fix monitor interpreter path

    (cherry picked from commit c43abff)
    corngood authored and luigy committed Nov 30, 2018
    Copy the full SHA
    73ee651 View commit details
  4. androidsdk: Re-add emulator that was broken out of the sdk-tools pack…

    …age.
    
    (cherry picked from commit b4d9f6d)
    clefru authored and luigy committed Nov 30, 2018
    Copy the full SHA
    854e94d View commit details

Commits on Dec 3, 2018

  1. kubernetes: 1.11.4 -> 1.11.5

    Johan Thomsen committed Dec 3, 2018
    Copy the full SHA
    27a7e1f View commit details

Commits on Dec 4, 2018

  1. nvidia_legacy_340: Remove unneeded/failing patch

    The patch is not applying and no longer needed after upgrade in
    045575e. Now the same result is
    achieved by the following lines in the driver package itself:
    
        #if defined(NV_DRM_LEGACY_PCI_INIT_PRESENT)
        #define nv_drm_pci_init drm_legacy_pci_init
        #define nv_drm_pci_exit drm_legacy_pci_exit
        #else
        #define nv_drm_pci_init drm_pci_init
        #define nv_drm_pci_exit drm_pci_exit
        #endif
    binarin authored and Mic92 committed Dec 4, 2018
    Copy the full SHA
    27b3ca8 View commit details
  2. docs: Remove nix-repl references

    nix-repl has been deprecated
    marsam authored and Mic92 committed Dec 4, 2018
    Copy the full SHA
    cc0831b View commit details
  3. python.pkgs.pygraphviz: add graphviz path (#51502)

    (cherry picked from commit 21de751)
    timokau authored Dec 4, 2018
    Copy the full SHA
    8992f52 View commit details
  4. nix-bash-completions: 0.6.6 -> 0.6.7

    (cherry picked from commit ad8f5ca)
    hedning committed Dec 4, 2018
    Copy the full SHA
    36e8c6b View commit details
  5. nix-zsh-completions: 0.4.0 -> 0.4.1

    Contains several bugfixes that improve the ZSH completion for nix*
    commands.
    
    For further reference: https://github.com/spwhitt/nix-zsh-completions/releases/tag/0.4.1
    
    (cherry picked from commit e446261)
    Ma27 authored and hedning committed Dec 4, 2018
    Copy the full SHA
    1d027e2 View commit details
  6. nix-zsh-completions: 0.4.1 -> 0.4.2

    (cherry picked from commit 5bc0270)
    hedning committed Dec 4, 2018
    Copy the full SHA
    bf19f01 View commit details
  7. Copy the full SHA
    29f01a8 View commit details
  8. Merge pull request #51395 from c0bw3b/sec/1809/postfix

    [18.09]  postfix: 3.3.1 -> 3.3.2
    c0bw3b authored Dec 4, 2018
    Copy the full SHA
    aae2117 View commit details
  9. Merge pull request #51286 from obsidiansystems/bump-android-sdk-backport

    Bump android sdk backport in 18.09
    Ericson2314 authored Dec 4, 2018
    Copy the full SHA
    3fd87ad View commit details

Commits on Dec 5, 2018

  1. Merge pull request #51486 from johanot/kubernetes-1.11.5

    kubernetes: 1.11.4 -> 1.11.5
    samueldr authored Dec 5, 2018
    Copy the full SHA
    885811d View commit details
  2. Merge pull request #51511 from hedning/nix-completions-bump

    [18.09] backport nix-{zsh,bash}-completions
    samueldr authored Dec 5, 2018
    Copy the full SHA
    d25517a View commit details
  3. gitlab: 11.5.0 -> 11.5.1

    (cherry picked from commit 88b63b2)
    globin committed Dec 5, 2018
    Copy the full SHA
    b9ba657 View commit details
  4. gitlab-shell: fix hard-coded path

    (cherry picked from commit c2b54dc)
    globin committed Dec 5, 2018
    Copy the full SHA
    7b3336b View commit details
  5. pkgsi686Linux.nixosTests.gitlab: fix 32 bit tests

    GitLab 11.5.1 dropped the dependency to posix_spawn, which is broken on
    32bit. (See https://gitlab.com/gitlab-org/gitlab-ce/issues/53525)
    
    The only part missing is decreasing virtualisation.memorySize to
    something that a 32 bit qemu still executes.
    
    The maximum seems to be 2047, and tests passed with that value for me.
    
    (cherry picked from commit 5c82aa8)
    flokli authored and globin committed Dec 5, 2018
    Copy the full SHA
    40e7d55 View commit details
  6. prometheus/exporters: fix regression in DynamicUser behavior

    Instead of setting User/Group only when DynamicUser is disabled, the
    previous version of the code set it only when it was enabled. This
    caused services with DynamicUser enabled to actually run as nobody, and
    services without DynamicUser enabled to run as root.
    
    Regression from fbb7e0c.
    
    (cherry picked from commit 3873f43)
    delroth authored and globin committed Dec 5, 2018
    Copy the full SHA
    b260b7c View commit details
  7. dino: 2018-07-08 -> 2018-09-05

    (cherry picked from commit de825a4)
    Mic92 committed Dec 5, 2018
    Copy the full SHA
    0c4650d View commit details
  8. dino: 2018-09-05 -> 2018-09-21

    (cherry picked from commit 3dec3de)
    Mic92 committed Dec 5, 2018
    Copy the full SHA
    22f639d View commit details
  9. dino: 2018-09-21 -> 2018-11-27

    (cherry picked from commit 3b44ccd)
    Mic92 committed Dec 5, 2018
    Copy the full SHA
    3faf28a View commit details
  10. dino: enable parallel building

    (cherry picked from commit a995836)
    Mic92 committed Dec 5, 2018
    Copy the full SHA
    30ab868 View commit details
  11. dino: 2018-11-27 -> 2018-11-29 (#51557)

    (cherry picked from commit 99231a3)
    schmittlauch authored and Mic92 committed Dec 5, 2018
    Copy the full SHA
    dd03932 View commit details
  12. linux: 4.9.142 -> 4.9.143

    (cherry picked from commit 1f7266c)
    NeQuissimus committed Dec 5, 2018
    Copy the full SHA
    dd9018d View commit details
  13. linux: 4.14.85 -> 4.14.86

    (cherry picked from commit e945771)
    NeQuissimus committed Dec 5, 2018
    Copy the full SHA
    df3e859 View commit details
  14. linux: 4.19.6 -> 4.19.7

    (cherry picked from commit 808d52e)
    NeQuissimus committed Dec 5, 2018
    Copy the full SHA
    2dc5598 View commit details
Showing with 1,144 additions and 528 deletions.
  1. +6 −6 doc/languages-frameworks/texlive.xml
  2. +3 −5 nixos/doc/manual/configuration/modularity.xml
  3. +1 −1 nixos/modules/services/monitoring/prometheus/exporters.nix
  4. +1 −1 nixos/tests/gitlab.nix
  5. +2 −2 pkgs/applications/networking/cluster/kubernetes/default.nix
  6. +7 −3 pkgs/applications/networking/instant-messengers/dino/default.nix
  7. +14 −14 pkgs/applications/version-management/gitlab/data.json
  8. +1 −1 pkgs/applications/version-management/gitlab/gitlab-shell/remove-hardcoded-locations.patch
  9. +2 −2 pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
  10. +10 −18 pkgs/applications/version-management/gitlab/rubyEnv-ce/Gemfile
  11. +23 −59 pkgs/applications/version-management/gitlab/rubyEnv-ce/Gemfile.lock
  12. +38 −116 pkgs/applications/version-management/gitlab/rubyEnv-ce/gemset.nix
  13. +10 −18 pkgs/applications/version-management/gitlab/rubyEnv-ee/Gemfile
  14. +23 −59 pkgs/applications/version-management/gitlab/rubyEnv-ee/Gemfile.lock
  15. +38 −116 pkgs/applications/version-management/gitlab/rubyEnv-ee/gemset.nix
  16. +58 −34 pkgs/development/mobile/androidenv/androidsdk.nix
  17. +376 −0 pkgs/development/mobile/androidenv/build-tools-srcs-linux.nix
  18. +376 −0 pkgs/development/mobile/androidenv/build-tools-srcs-macosx.nix
  19. +48 −51 pkgs/development/mobile/androidenv/build-tools.nix
  20. +14 −3 pkgs/development/mobile/androidenv/default.nix
  21. +1 −0 pkgs/development/mobile/androidenv/fetch.sh
  22. +4 −0 pkgs/development/mobile/androidenv/generate-tools.sh
  23. +43 −0 pkgs/development/mobile/androidenv/generate-tools.xsl
  24. +12 −2 pkgs/development/python-modules/pygraphviz/default.nix
  25. +13 −0 pkgs/development/python-modules/pygraphviz/graphviz-path.patch
  26. +1 −1 pkgs/development/tools/apktool/default.nix
  27. +2 −2 pkgs/os-specific/linux/kernel/linux-4.14.nix
  28. +2 −2 pkgs/os-specific/linux/kernel/linux-4.19.nix
  29. +2 −2 pkgs/os-specific/linux/kernel/linux-4.9.nix
  30. +1 −1 pkgs/os-specific/linux/nvidia-x11/default.nix
  31. +4 −4 pkgs/servers/mail/postfix/default.nix
  32. +2 −2 pkgs/shells/bash/nix-bash-completions/default.nix
  33. +2 −2 pkgs/shells/zsh/nix-zsh-completions/default.nix
  34. +1 −0 pkgs/top-level/all-packages.nix
  35. +3 −1 pkgs/top-level/python-packages.nix
12 changes: 6 additions & 6 deletions doc/languages-frameworks/texlive.xml
Original file line number Diff line number Diff line change
@@ -49,12 +49,12 @@ texlive.combine {
</listitem>
<listitem>
<para>
You can list packages e.g. by <command>nix-repl</command>.
<programlisting>
$ nix-repl
nix-repl> :l &lt;nixpkgs>
nix-repl> texlive.collection-&lt;TAB>
</programlisting>
You can list packages e.g. by <command>nix repl</command>.
<programlisting><![CDATA[
$ nix repl
nix-repl> :l <nixpkgs>
nix-repl> texlive.collection-<TAB>
]]></programlisting>
</para>
</listitem>
<listitem>
8 changes: 3 additions & 5 deletions nixos/doc/manual/configuration/modularity.xml
Original file line number Diff line number Diff line change
@@ -113,12 +113,10 @@ $ nixos-option <xref linkend="opt-boot.kernelModules"/>
[ "tun" "ipv6" "loop" <replaceable>...</replaceable> ]
</screen>
Interactive exploration of the configuration is possible using
<command
xlink:href="https://github.com/edolstra/nix-repl">nix-repl</command>,
a read-eval-print loop for Nix expressions. It’s not installed by default;
run <literal>nix-env -i nix-repl</literal> to get it. A typical use:
<command>nix repl</command>, a read-eval-print loop for Nix expressions.
A typical use:
<screen>
$ nix-repl '&lt;nixpkgs/nixos>'
$ nix repl '&lt;nixpkgs/nixos>'

nix-repl> config.<xref linkend="opt-networking.hostName"/>
"mandark"
2 changes: 1 addition & 1 deletion nixos/modules/services/monitoring/prometheus/exporters.nix
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ let
serviceConfig.Restart = mkDefault "always";
serviceConfig.PrivateTmp = mkDefault true;
serviceConfig.WorkingDirectory = mkDefault /tmp;
} serviceOpts ] ++ optional (serviceOpts.serviceConfig.DynamicUser or false) {
} serviceOpts ] ++ optional (!(serviceOpts.serviceConfig.DynamicUser or false)) {
serviceConfig.User = conf.user;
serviceConfig.Group = conf.group;
});
2 changes: 1 addition & 1 deletion nixos/tests/gitlab.nix
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import ./make-test.nix ({ pkgs, lib, ...} : with lib; {

nodes = {
gitlab = { ... }: {
virtualisation.memorySize = 4096;
virtualisation.memorySize = 2047;
systemd.services.gitlab.serviceConfig.Restart = mkForce "no";
systemd.services.gitlab-workhorse.serviceConfig.Restart = mkForce "no";
systemd.services.gitaly.serviceConfig.Restart = mkForce "no";
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/kubernetes/default.nix
Original file line number Diff line number Diff line change
@@ -15,13 +15,13 @@ with lib;

stdenv.mkDerivation rec {
name = "kubernetes-${version}";
version = "1.11.4";
version = "1.11.5";

src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
sha256 = "07mak40l8k8g68pr4g52nvddddpfs1krvznpcbd3i9207a0jv39b";
sha256 = "0ifncv46l62sx213fxkn9xkh87hysshigp829jz9ncv9k3j5jcnj";
};

buildInputs = [ removeReferencesTo makeWrapper which go_1_10 rsync go-bindata ];
10 changes: 7 additions & 3 deletions pkgs/applications/networking/instant-messengers/dino/default.nix
Original file line number Diff line number Diff line change
@@ -10,16 +10,17 @@
, dbus
, gpgme
, pcre
, qrencode
}:

stdenv.mkDerivation rec {
name = "dino-unstable-2018-07-08";
name = "dino-unstable-2018-11-29";

src = fetchFromGitHub {
owner = "dino";
repo = "dino";
rev = "df8b5fcb722c4a33ed18cbbaafecb206f127b849";
sha256 = "1r7h9pxix0sylnwab7a8lir9h5yssk98128x2bzva77id9id33vi";
rev = "680d28360c781ff29e810821801cfaba0493c526";
sha256 = "1w08xc842p2nggdxf0dwqw8izhwsrqah10w3s0v1i7dp33yhycln";
fetchSubmodules = true;
};

@@ -32,6 +33,7 @@ stdenv.mkDerivation rec {
];

buildInputs = [
qrencode
gobjectIntrospection
glib-networking
glib
@@ -55,6 +57,8 @@ stdenv.mkDerivation rec {
gettext
];

enableParallelBuilding = true;

meta = with stdenv.lib; {
description = "Modern Jabber/XMPP Client using GTK+/Vala";
homepage = https://github.com/dino/dino;
28 changes: 14 additions & 14 deletions pkgs/applications/version-management/gitlab/data.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"ce": {
"version": "11.5.0",
"repo_hash": "0cjkkap3n9g9zahrxk99a330ahyb6cvx97dsnrxcdsn0cbrsxsrb",
"deb_hash": "0kn7mg1lk4gvc3x76z4rbh0j03b0wk6x1p5938wx8sc50k0bgrcp",
"deb_url": "https://packages.gitlab.com/gitlab/gitlab-ce/packages/debian/stretch/gitlab-ce_11.5.0-ce.0_amd64.deb/download.deb",
"version": "11.5.1",
"repo_hash": "0drfan4yncvpcbmmb0lcr1zgk2bav2bzza70mwv3a65habhsy0x5",
"deb_hash": "04v5xqimj985718csjzfx7rmnmbfbrm2bp05i4s3x7byrzkl8w9d",
"deb_url": "https://packages.gitlab.com/gitlab/gitlab-ce/packages/debian/stretch/gitlab-ce_11.5.1-ce.0_amd64.deb/download.deb",
"owner": "gitlab-org",
"repo": "gitlab-ce",
"rev": "v11.5.0",
"rev": "v11.5.1",
"passthru": {
"GITALY_SERVER_VERSION": "0.129.0",
"GITLAB_PAGES_VERSION": "1.3.0",
"GITLAB_PAGES_VERSION": "1.3.1",
"GITLAB_SHELL_VERSION": "8.4.1",
"GITLAB_WORKHORSE_VERSION": "7.1.0"
"GITLAB_WORKHORSE_VERSION": "7.1.3"
}
},
"ee": {
"version": "11.5.0",
"repo_hash": "1s2jr7vhbpklpcfjxgxnmq0zq14hh2aa6akdsb7ld7fj5lmzp00z",
"deb_hash": "108mgmlf947h200qrwg71ilhq5ihr4awxns6lqs2wa90ph9yq25c",
"deb_url": "https://packages.gitlab.com/gitlab/gitlab-ee/packages/debian/stretch/gitlab-ee_11.5.0-ee.0_amd64.deb/download.deb",
"version": "11.5.1",
"repo_hash": "150f7lnci88d821qxxla0dhwly3w59s3yzgvakzfc6p6iy07m9jp",
"deb_hash": "0gg3p4r6xscilw6igjk6l9mcxj3d7npnzg872r5y44p0q8faafhg",
"deb_url": "https://packages.gitlab.com/gitlab/gitlab-ee/packages/debian/stretch/gitlab-ee_11.5.1-ee.0_amd64.deb/download.deb",
"owner": "gitlab-org",
"repo": "gitlab-ee",
"rev": "v11.5.0-ee",
"rev": "v11.5.1-ee",
"passthru": {
"GITALY_SERVER_VERSION": "0.129.0",
"GITLAB_PAGES_VERSION": "1.3.0",
"GITLAB_PAGES_VERSION": "1.3.1",
"GITLAB_SHELL_VERSION": "8.4.1",
"GITLAB_WORKHORSE_VERSION": "7.1.0"
"GITLAB_WORKHORSE_VERSION": "7.1.3"
}
}
}
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ index 435cb29..078c1df 100644

func NewFromDir(dir string) (*Config, error) {
- return newFromFile(path.Join(dir, configFile))
+ return newFromFile(path.Join(dir, "shell-config.yml"))
+ return newFromFile("/run/gitlab/shell-config.yml")
}

func newFromFile(filename string) (*Config, error) {
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "gitlab-workhorse-${version}";

version = "7.1.0";
version = "7.1.3";

src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-workhorse";
rev = "v${version}";
sha256 = "1jq28z2kf58wnbv8jkwfx2bm8ki22hpm9ssdy2ymza22gq0zx00g";
sha256 = "1r75jj0xb4jv5fq2ihxk0vlv43gsk523zx86076mwph1g75gi1nz";
};

buildInputs = [ git go ];
28 changes: 10 additions & 18 deletions pkgs/applications/version-management/gitlab/rubyEnv-ce/Gemfile
Original file line number Diff line number Diff line change
@@ -79,13 +79,6 @@ gem 'gpgme'
gem 'gitlab_omniauth-ldap', '~> 2.0.4', require: 'omniauth-ldap'
gem 'net-ldap'

# Git Wiki
# Only used to compute wiki page slugs
gem 'gitlab-gollum-lib', '~> 4.2', require: false

# Language detection
gem 'github-linguist', '~> 5.3.3', require: 'linguist'

# API
gem 'grape', '~> 1.1'
gem 'grape-entity', '~> 0.7.1'
@@ -146,6 +139,7 @@ gem 'rouge', '~> 3.1'
gem 'truncato', '~> 0.7.9'
gem 'bootstrap_form', '~> 2.7.0'
gem 'nokogiri', '~> 1.8.2'
gem 'escape_utils', '~> 1.1'

# Calendar rendering
gem 'icalendar'
@@ -159,6 +153,11 @@ group :unicorn do
gem 'unicorn-worker-killer', '~> 0.4.4'
end

group :puma do
gem 'puma', '~> 3.12', require: false
gem 'puma_worker_killer', require: false
end

# State machine
gem 'state_machines-activerecord', '~> 0.5.1'

@@ -212,7 +211,7 @@ gem 'hipchat', '~> 1.5.0'
gem 'jira-ruby', '~> 1.4'

# Flowdock integration
gem 'gitlab-flowdock-git-hook', '~> 1.0.1'
gem 'flowdock', '~> 0.7'

# Slack integration
gem 'slack-notifier', '~> 1.5.1'
@@ -245,9 +244,6 @@ gem 'rack-attack', '~> 4.4.1'
# Ace editor
gem 'ace-rails-ap', '~> 4.1.0'

# Keyboard shortcuts
gem 'mousetrap-rails', '~> 1.4.6'

# Detect and convert string character encoding
gem 'charlock_holmes', '~> 0.7.5'

@@ -420,11 +416,10 @@ group :ed25519 do
end

# Gitaly GRPC client
gem 'gitaly-proto', '~> 0.118.1', require: 'gitaly'
gem 'grpc', '~> 1.11.0'
gem 'gitaly-proto', '~> 0.123.0', require: 'gitaly'
gem 'grpc', '~> 1.15.0'

# Locked until https://github.com/google/protobuf/issues/4210 is closed
gem 'google-protobuf', '= 3.5.1'
gem 'google-protobuf', '~> 3.6'

gem 'toml-rb', '~> 1.0.0', require: false

@@ -436,6 +431,3 @@ gem 'flipper-active_support_cache_store', '~> 0.13.0'
# Structured logging
gem 'lograge', '~> 0.5'
gem 'grape_logging', '~> 1.7'

# Asset synchronization
gem 'asset_sync', '~> 2.4'
Loading