Commit Graph

139904 Commits

Author SHA1 Message Date
Matthew Bauer
6748534d83 Merge remote-tracking branch 'upstream/master' into staging 2018-05-08 09:36:00 -05:00
Tim Steinbach
3510b983c4
linux: 4.17-rc3 -> 4.17-rc4 2018-05-08 10:02:05 -04:00
Nikolay Amiantov
a08645e9be nginx module: add upstream extraConfig 2018-05-08 16:32:11 +03:00
Nikolay Amiantov
61a87491dc pacparser: init at 1.3.7 2018-05-08 16:27:55 +03:00
Nikolay Amiantov
d541169e1a wesnoth: unite with wesnoth-dev
There's no Wesnoth development version now.
2018-05-08 16:06:30 +03:00
Joachim Schiele
851d5d72a3 dovecot2: added ssl_dh using security.dhparams
The 18.03 channel includes dovecot 2.3, which requires ssl_dh to be set.
-> fixes https://github.com/nixcloud/nixcloud-webservices/issues/21
2018-05-08 15:51:39 +03:00
Ben Barclay
9ef306bb4d bazel: 0.11.1 -> 0.12.0 (#39585) 2018-05-08 13:46:24 +01:00
Peter Hoeg
db920b5a0a
Merge pull request #39921 from jD91mZM2/nodns
NetworkManager nixos: add noDns option
2018-05-08 19:59:35 +08:00
jD91mZM2
6c4c36fcbc
NetworkManager: add noDns option 2018-05-08 13:42:39 +02:00
Jörg Thalheim
9e968fb553
Merge pull request #40170 from tazjin/kontemplate-v1.5.0
kontemplate: 1.4.0 -> 1.5.0
2018-05-08 11:26:12 +01:00
Vincent Ambo
a604fc6fcb kontemplate: 1.4.0 -> 1.5.0
Moves to release version 1.5.0 (released 2018-05-08).
2018-05-08 12:09:12 +02:00
Sarah Brofeldt
199e7f18ed bluemix: Fix eval of maintainers 2018-05-08 11:53:33 +02:00
aszlig
dace481377
kdepim-addons: Add package expression
This is needed in order to add location information to contacts in
KAddressbook.

Packaging was quite straightforward except that it needed
akonadi-import-wizard, which I have packaged in the previous commit.

I'm committing this directly to master without a pull request, because
nothing depends on it (for obvious reasons) and packaging was trivial
enough so that if things are not as they supposed to be it can still be
changed very easily.

Tested this using the following VM configuration, because I don't run a
Plasma desktop:

(import <nixpkgs/nixos> {
  configuration = { pkgs, ... }: {
    environment.systemPackages = with import <nixpkgs> {}; [
      kdeApplications.kaddressbook kdeApplications.kdepim-addons
    ];
    users.users.test.isNormalUser = true;
    virtualisation.diskSize = 4096;
    virtualisation.memorySize = 2048;

    services.xserver = {
      enable = true;
      inherit ((import <nixpkgs/nixos> {}).config.services.xserver) layout;
      displayManager.sddm.enable = true;
      displayManager.sddm.autoLogin.enable = true;
      displayManager.sddm.autoLogin.user = "test";
      desktopManager.default = "plasma5";
      desktopManager.plasma5.enable = true;
    };
  };
}).vm

The test I've done is using KAddressbook and check whether the location
tab is working and it does now.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @ttuegel, @vandenoever
2018-05-08 11:48:16 +02:00
aszlig
eb774f3047
akonadi-import-wizard: Add package expression
This is required for kdepim-addons and packaging this is pretty much
straightforward with no hurdles.

I tried to keep the coding style close to other packages in
kdeApplications so that it stays consistent.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @ttuegel, @vandenoever
2018-05-08 11:48:12 +02:00
Jörg Thalheim
4dc33d06b9
Merge pull request #40056 from r-ryantm/auto-update/xmrig
xmrig: 2.5.3 -> 2.6.1
2018-05-08 10:08:04 +01:00
Vincent Ambo
a8768c610e bluemix-cli: init at 0.6.6 (#40147)
Adds the (non-free, binary) IBM Bluemix CLI which is required to
administrate IBM Bluemix services.
2018-05-08 09:22:25 +01:00
Jörg Thalheim
c2b4cfbe08 xmrig: restrict to x86 2018-05-08 09:12:13 +01:00
Joel Burget
5d66a6bbdb 1password: init at version 0.4 (#40158) 2018-05-08 08:23:07 +01:00
Jörg Thalheim
b1c467ad92
Merge pull request #40159 from Ekleog/cargo-fuzz-0.5.3
cargo-fuzz: init at 0.5.3
2018-05-08 07:43:40 +01:00
Robert Schütz
6e6005c2af
Merge pull request #38794 from timokau/brial-init
brial: init at 1.2.3
2018-05-08 08:08:15 +02:00
Jan Tojnar
85a0cd915b
Merge pull request #40155 from jtojnar/gnome-3.28.2
GNOME Updates
2018-05-08 04:42:29 +02:00
Léo Gaspard
376c55fcea
cargo-fuzz: init at 0.5.3 2018-05-08 03:36:41 +02:00
Jan Tojnar
fd0d1f35a5
gvfs: 1.36.1 → 1.36.2 2018-05-08 03:31:57 +02:00
Jan Tojnar
c477acec9e
gnome3.mutter: 3.28.0 → 3.28.1 2018-05-08 03:31:57 +02:00
Jan Tojnar
df80580521
gnome3.gnome-shell: 3.28.0 → 3.28.1 2018-05-08 03:31:56 +02:00
Jan Tojnar
2b1db53296
gnome3.gnome-shell-extensions: 3.28.0 → 3.28.1 2018-05-08 02:47:43 +02:00
Jan Tojnar
fef1129d4e
gnome3.gnome-keyring: 3.28.0.2 → 3.28.2 2018-05-08 02:37:35 +02:00
Jan Tojnar
6465aaac06
gnome3.gnome-contacts: 3.28.1 → 3.28.2 2018-05-08 02:37:17 +02:00
Jan Tojnar
6353a952ce
gnome3.gjs: 1.52.2 → 1.52.3 2018-05-08 02:36:57 +02:00
Jan Tojnar
44e49b9e45
evolution-data-server: 3.28.1 → 3.28.2 2018-05-08 02:36:37 +02:00
Jan Tojnar
ffda669690
gnome3.eog: 3.28.1 → 3.28.2 2018-05-08 02:36:21 +02:00
Jan Tojnar
47d29c502f
gnome3.gnome-music: 3.28.1 → 3.28.2 2018-05-08 02:36:10 +02:00
Jan Tojnar
2415bdc78e
gnome3.gnome-maps: 3.28.1 → 3.28.2 2018-05-08 02:36:02 +02:00
Jan Tojnar
048de32f28
gnome3.gnome-logs: 3.28.0 → 3.28.2 2018-05-08 02:35:52 +02:00
Jan Tojnar
2a5ce6157a
gnome3.gnome-characters: 3.28.0 → 3.28.2 2018-05-08 02:35:43 +02:00
Jan Tojnar
df8665d04e
gnome3.gnome-calendar: 3.28.1 → 3.28.2 2018-05-08 02:35:29 +02:00
Jan Tojnar
cafac77e20
gnome3.gnome-boxes: 3.28.2 → 3.28.3 2018-05-08 02:35:09 +02:00
Jan Tojnar
715adbfad3
evolution: 3.28.1 → 3.28.2 2018-05-08 02:34:50 +02:00
Jan Tojnar
9ad901ae1f
gnome3.bijiben: 3.28.1 → 3.28.2 2018-05-08 02:34:36 +02:00
Jan Tojnar
3e7bcb6937
meld: 3.18.0 → 3.18.1 2018-05-08 02:34:14 +02:00
aszlig
78b4b90d6c
Merge pull request #39526 (improve dhparams)
This introduces an option that allows us to turn off stateful generation
of Diffie-Hellman parameters, which in some way is still "stateful" as
the generated DH params file is non-deterministic.

However what we can avoid with this is to have an increased surface for
failures during system startup, because generation of the parameters is
done during build-time.

Aside from adding a NixOS VM test it also restructures the type of the
security.dhparams.params option, so that it's a submodule.

A new defaultBitSize option is also there to allow users to set a
system-wide default.

I added a release notes entry that described what has changed and also
included a few notes for module developers using this module, as the
first usage already popped up in NixOS/nixpkgs#39507.

Thanks to @Ekleog and @abbradar for reviewing.
2018-05-08 02:09:46 +02:00
Timo Kaufmann
8b5ecf9141 brial: init at 1.2.3 2018-05-08 01:27:35 +02:00
Michael Raskin
ec198337c4 love_11: init at 11.1 2018-05-07 23:58:24 +02:00
Roland Koebler
810976e591 i3lock-color: fix manpage-name and manpage (#40095)
- rename manpage from i3lock.1 to i3lock-color.1
- change "i3lock" to "i3lock-color" in manpage-synopsis
2018-05-07 23:19:02 +02:00
xeji
02fff4699c
Merge pull request #40143 from yrashk/sit-0.3.2-aarch64
sit: fix tests on aarch64
2018-05-07 23:01:48 +02:00
xeji
60a52761bf
Merge pull request #40135 from fadenb/pythonPackages.phonenumbers_8.9.5
pythonPackages.phonenumbers: 8.9.3 -> 8.9.5
2018-05-07 22:39:03 +02:00
Yurii Rashkovskii
783d547bdd
sit: fix tests on aarch64
As we found out in #40032, sit tests won't pass on
aarch64. The problem seems to be related to
`create_dir` not returning an error if the directory
already exists, happening specifically on aarch64+debug
(not aarch64+release)

This update injects a patch for tests that will also
be included in subsequent versions of SIT.
2018-05-07 13:33:51 -07:00
Michael Raskin
b1f064c9cb
Merge pull request #40141 from timokau/iml-openblas
iml: use openblas instead of atlas
2018-05-07 20:29:06 +00:00
xeji
17fe52a6c7
Merge pull request #40138 from helinko/libu2f-server-update
libu2f-server: 1.0.1 -> 1.1.0
2018-05-07 22:13:42 +02:00
Jan Tojnar
fcfecf8c20
telepathy-logger: 0.8.0 → 0.8.2
The previous update attempt (76f9a4d7111a362035ee741cd08ea22a27bbd6bc) did not change the hash 😞
2018-05-07 22:05:01 +02:00