182952 Commits

Author SHA1 Message Date
Maximilian Bosch
bf1b907a77
Merge pull request #62710 from marsam/update-nodejs-12_x
nodejs-12_x: 12.3.1 -> 12.4.0
2019-06-05 02:31:09 +02:00
danbst
f7940bb95d nixos/containers: give a name to an anonymous container module
See https://github.com/NixOS/nixpkgs/issues/15747. Previously this module was called `<unknown-file>`
in error messages, now it is called a bit more close to real:
```
module at /home/danbst/dev/nixpkgs/nixos/modules/virtualisation/containers.nix:470
```
2019-06-05 03:11:09 +03:00
danbst
bfb6ef1d59 module system: prettify a bit error when unique option defined twice
The error can be reproduced like:
```
$ nix-instantiate ./nixos -A system --arg configuration '
  { fileSystems."/".device = "nodev";
    boot.loader.grub.devices = [ "nodev" ];
    containers.t.config.imports = [ <nixpkgs/nixos/modules/virtualisation/amazon-image.nix> ];
  }'
```

Previously error was:
```
error: The unique option `containers.t.networking.hostName' is defined multiple times, in `/nix/var/nix/profiles/per-user/root/channels/nixpkgs/nixos/modules/virtualisation/amazon-image.nix' and `module at /home/danbst/dev/nixpkgs/nixos/modules/virtualisation/containers.nix:470'.
(use '--show-trace' to show detailed location information)
```

Now it is:
```
error: The unique option `containers.t.networking.hostName' is defined multiple times, in:
 - /nix/var/nix/profiles/per-user/root/channels/nixpkgs/nixos/modules/virtualisation/amazon-image.nix
 - module at /home/danbst/dev/nixpkgs/nixos/modules/virtualisation/containers.nix:470.
(use '--show-trace' to show detailed location information)
```

Related: https://github.com/NixOS/nixpkgs/issues/15747
2019-06-05 03:10:57 +03:00
Jonathan Ringer
fbc96ad9e0 lutris: add hicolor theme 2019-06-04 16:51:35 -07:00
Danylo Hlynskyi
f29b88df44
Merge pull request #53991 from arianvp/fix-initrd
build-support/make-initrd:  Don't derive derivation name from file name
2019-06-05 01:22:49 +02:00
Robert Hensing
50be73c4b2
Merge pull request #62682 from dtzWill/update/skype-8.46.0.60
skype: 8.45.0.41 -> 8.46.0.60
2019-06-05 00:08:26 +02:00
Renaud
e7e1ae542c
Merge pull request #62499 from r-ryantm/auto-update/picard-tools
picard-tools: 2.19.2 -> 2.20.2
2019-06-05 00:05:59 +02:00
Renaud
87f13efcfd
Merge pull request #62559 from r-ryantm/auto-update/reaper
reaper: 5.974 -> 5.978
2019-06-05 00:03:48 +02:00
volth
51f4e75025 websocat: add support for wss:// 2019-06-04 16:53:54 -05:00
Michael Peyton Jones
efbd890f99
nixos: add throttled service 2019-06-04 22:30:38 +01:00
Joachim F
6500ab9e61
Merge pull request #62676 from KaiHa/tor-browser-xauthority
tor-browser-bundle: set default value for XAUTHORITY
2019-06-04 21:30:13 +00:00
Will Dietz
13b6e9287e
buildah: 1.8.2 -> 1.8.3
https://github.com/containers/buildah/releases/tag/v1.8.3
2019-06-04 16:20:50 -05:00
Silvan Mosberger
08f2e282e1
nixos/deluge: add autFile, config and port options (#58552)
nixos/deluge: add autFile, config and port options
2019-06-04 23:16:06 +02:00
Will Dietz
eced625802
pyotherside: 1.5.4 -> 1.5.5
https://github.com/thp/pyotherside/releases/tag/1.5.5
2019-06-04 16:15:32 -05:00
Maximilian Bosch
ae666de77c
Merge pull request #62679 from dtzWill/update/vale-1.4.2
vale: 1.4.0 -> 1.4.2
2019-06-04 23:01:36 +02:00
Renaud
fdcb5313c5
Merge pull request #62680 from dtzWill/update/jdupes-1.13
jdupes: 1.12 -> 1.13
2019-06-04 22:51:54 +02:00
Will Dietz
c864ce9703
docker-compose: 1.23.2 -> 1.24.0
https://github.com/docker/compose/releases/tag/1.24.0

Add new req dep paramiko.
2019-06-04 15:50:29 -05:00
Renaud
59ba474aa6
Merge pull request #62688 from dtzWill/update/public-sans-1.004
public-sans: 1.003 -> 1.004
2019-06-04 22:48:25 +02:00
Will Dietz
786bfe0c27
cri-tools: nixpkgs-fmt 2019-06-04 15:47:22 -05:00
Will Dietz
56cc125368
cri-tools: 1.0.0-alpha.0 -> 1.14.0 2019-06-04 15:46:16 -05:00
Will Dietz
74e9b6441d
cni-plugins: 0.7.5 -> 0.8.0
https://github.com/containernetworking/plugins/releases/tag/v0.8.0

Maybe need to improve script invocation for other platforms,
but for now we limit to linux so keep it simple.
2019-06-04 15:45:20 -05:00
Will Dietz
15fbb8e90a
cni: simplify now that default build is sufficient 2019-06-04 15:45:13 -05:00
Will Dietz
a52a89c266
cni: 0.6.0 -> 0.7.0
https://github.com/containernetworking/cni/releases/tag/v0.7.0
2019-06-04 15:45:05 -05:00
Will Dietz
1af13e8aad
cri-o: 1.14.1 -> 1.14.2 2019-06-04 15:44:56 -05:00
Will Dietz
7e59e33b8a
conmon: 0.0.1pre52_xxxx -> 0.2.0
https://github.com/containers/conmon/releases/tag/v0.2.0
2019-06-04 15:44:18 -05:00
Will Dietz
71304bf88c
podman: 1.3.1 -> 1.3.2 2019-06-04 15:44:17 -05:00
Michael Weiss
a712174a6a
gitRepo: 1.13.2 -> 1.13.3 2019-06-04 22:39:32 +02:00
Will Dietz
0a51adea73
udocker: 1.1.1 -> 1.1.3
https://github.com/indigo-dc/udocker/releases/tag/v1.1.3
2019-06-04 15:36:13 -05:00
Will Dietz
e3b8fcc310
radamsa: 0.5 -> 0.6
* new home (github -> gitlab)
* "modernize" a bit
* run tests!
2019-06-04 15:28:15 -05:00
Will Dietz
d96d78d1cd
toybox: 0.8.0 -> 0.8.1
http://landley.net/toybox/index.html#21-05-2019
2019-06-04 15:25:30 -05:00
Will Dietz
137a63f9f6
harfbuzz: 2.5.0 -> 2.5.1
https://github.com/harfbuzz/harfbuzz/releases/tag/2.5.1
2019-06-04 15:23:32 -05:00
Maximilian Bosch
addb7e4516
Merge pull request #61266 from bdesham/add-git-repo-updater
git-repo-updater: init at 0.5
2019-06-04 22:20:53 +02:00
Will Dietz
a4113fe531
trilium: 0.30.8 -> 0.32.3 2019-06-04 15:18:08 -05:00
Matthew Bauer
d60310fb69
Merge pull request #62619 from matthewbauer/julia-do-strip
julia: strip out gfortran refs
2019-06-04 16:17:12 -04:00
Will Dietz
b5f80fdd4c
networkmanagerapplet: 1.8.20 -> 1.8.22 2019-06-04 15:10:49 -05:00
Will Dietz
2acfae695a
public-sans: 1.003 -> 1.004
https://github.com/uswds/public-sans/releases/tag/v1.004
2019-06-04 15:09:08 -05:00
Sébastien Maret
fb883a58df
mkl: fix install_name on Darwin
Closes #57697

Co-Authored-By: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2019-06-04 22:08:48 +02:00
Michael Weiss
28556f054f
tdesktop: 1.7.0 -> 1.7.3
GCC 8.x is required to avoid the following error:

cc1plus: error: -Werror=class-memaccess: no option -Wclass-memaccess

If we build without "-Wno-error=class-memaccess" the build should fail
and the upstream requirements were raised from GCC 7 to GCC 8 anyway:
b2f821d3de

The two additional patches are required to avoid build errors like this:

/build/source/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.cpp:123:12:
error: invalid use of incomplete type 'class QDebug'
   qWarning()
            ^
In file included from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qglobal.h:1200,
                 from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qalgorithms.h:43,
                 from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qlist.h:43,
                 from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/QList:1,
                 from
/build/source/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.h:31,
                 from
/build/source/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.cpp:29:
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qlogging.h:57:7:
note: forward declaration of 'class QDebug'
 class QDebug;
       ^~~~~~
2019-06-04 22:03:34 +02:00
Michael Weiss
f8d26961de
wallutils: 5.7.2 -> 5.8.0 2019-06-04 22:02:44 +02:00
Will Dietz
0e3a443f58
john: 1.8.0-jumbo-1 -> 1.9.0-jumbo-1
https://www.openwall.com/lists/announce/2019/05/14/1
2019-06-04 15:02:28 -05:00
Will Dietz
a14dc648a9
klavaro: 3.05 -> 3.07 2019-06-04 15:01:42 -05:00
Will Dietz
ebff445549
calibre: 3.42.0 -> 3.44.0 2019-06-04 14:58:48 -05:00
Benjamin Esham
6586effe96 trash: 0.9.1 -> 0.9.2 2019-06-04 15:58:40 -04:00
Will Dietz
0fc454c57d
tgt: 1.0.77 -> 1.0.78, touchup 2019-06-04 14:56:00 -05:00
Will Dietz
5ae032beda
skype: 8.45.0.41 -> 8.46.0.60
https://support.skype.com/en/faq/FA34778/release-notes-for-skype-for-windows-mac-linux-and-web
2019-06-04 14:55:10 -05:00
Will Dietz
b63adda96a
fltrdr: 0.2.1 -> 0.3.1
* now needs openssl
* needs newer icu than default, 63 works
2019-06-04 14:53:49 -05:00
Will Dietz
5cb9d4d62e
jdupes: 1.12 -> 1.13
https://github.com/jbruchon/jdupes/releases/tag/v1.13
2019-06-04 14:49:12 -05:00
Will Dietz
7eb8534c72
vale: 1.4.0 -> 1.4.2
https://github.com/errata-ai/vale/releases/tag/v1.4.2
https://github.com/errata-ai/vale/releases/tag/v1.4.1
2019-06-04 14:47:45 -05:00
Will Dietz
b9c4cc1088
ibm-plex: 1.4.1 -> 2.0.0
https://github.com/IBM/plex/releases/tag/v2.0.0
2019-06-04 14:46:32 -05:00
R. RyanTM
984120f4c9 sabnzbd: 2.3.8 -> 2.3.9 (#62565) 2019-06-04 19:25:35 +00:00