Commit graph

174201 commits

Author SHA1 Message Date
Michael Weiss
b6e50e4921
iputils: 20180629 -> 20190324
Important changes:
- Two files where removed in [0]:
  - bin/ipg
  - share/man/man8/pg3.8.gz
- The build system changed from Autotools to Meson.
- New: systemd units and Japanese translations
- "It is probable that within in many many changes a regression may have
  slipped in" [1]

[0]: 45a1d39b0c
[1]: https://github.com/iputils/iputils/releases/tag/s20190324

Co-authored-by: Will Dietz <github@wdtz.org>
2019-03-26 11:38:48 +01:00
Florian Klink
d73f16d676
Merge pull request #58332 from r-ryantm/auto-update/masterpdfeditor
masterpdfeditor: 5.2.20 -> 5.3.22
2019-03-26 11:16:37 +01:00
Jaka Hudoklin
dd9bebd737
rippled: 1.2.0 -> 1.2.1 2019-03-26 11:12:23 +01:00
marius851000
e047449118 clementine: update to qt5 2019-03-26 11:11:29 +01:00
Florian Klink
d402472b54
Merge pull request #57774 from bgamari/update-gitlab
gitlab: Update to 11.9.0
2019-03-26 11:08:33 +01:00
Florian Klink
476760bfeb
Merge pull request #57578 from bgamari/gitlab-extra-initializers
nixos/gitlab: Allow configuration of extra initializers
2019-03-26 11:08:11 +01:00
Florian Klink
c717fe09aa
Merge pull request #58257 from max-wittig/patch-2
gitlab-runner: 11.8.0 -> 11.9.0
2019-03-26 11:07:05 +01:00
Elis Hirwing
86d923ee6c
Merge pull request #58325 from r-ryantm/auto-update/lxrandr
lxrandr: 0.3.1 -> 0.3.2
2019-03-26 10:57:02 +01:00
Francesco Gazzetta
05b056e44d drawpile: 2.1.3 -> 2.1.4 2019-03-26 10:15:25 +01:00
Michael Raskin
c10bc73988
Merge pull request #58338 from r-ryantm/auto-update/monit
monit: 5.25.2 -> 5.25.3
2019-03-26 08:17:58 +00:00
Robert Schütz
2413b2ac87 python.pkgs.pytest-faulthandler: fix build
fallout of https://github.com/NixOS/nixpkgs/pull/54182
2019-03-26 08:59:45 +01:00
Robert Schütz
bd6d607e5b python.pkgs.pytest-mock: 1.10.1 -> 1.10.2 2019-03-26 08:59:45 +01:00
Peter Hoeg
6a66392d9a
Merge pull request #58072 from r-ryantm/auto-update/falkon
falkon: 3.0.1 -> 3.1.0
2019-03-26 15:41:39 +08:00
R. RyanTM
6f235bc812 matio: 1.5.13 -> 1.5.14
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/matio/versions
2019-03-26 08:12:27 +01:00
R. RyanTM
f6efbc1fdc ms-sys: 2.5.3 -> 2.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ms-sys/versions
2019-03-26 00:00:37 -07:00
R. RyanTM
79ed374fde monit: 5.25.2 -> 5.25.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/monit/versions
2019-03-25 23:43:30 -07:00
aszlig
68efd790b8
nixos: Don't enable Docker by default
Regression introduced by c94005358c.

The commit introduced declarative docker containers and subsequently
enables docker whenever any declarative docker containers are defined.

This is done via an option with type "attrsOf somesubmodule" and a check
on whether the attribute set is empty.

Unfortunately, the check was whether a *list* is empty rather than
wether an attribute set is empty, so "mkIf (cfg != [])" *always*
evaluates to true and thus subsequently enables docker by default:

$ nix-instantiate --eval nixos --arg configuration {} \
    -A config.virtualisation.docker.enable
true

Fixing this is simply done by changing the check to "mkIf (cfg != {})".

Tested this by running the "docker-containers" NixOS test and it still
passes.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @benley, @danbst, @Infinisil, @nlewo
2019-03-26 07:10:18 +01:00
R. RyanTM
d5e9e5fcf2 lighttpd: 1.4.52 -> 1.4.53
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lighttpd/versions
2019-03-26 06:37:24 +01:00
R. RyanTM
139243406b matomo: 3.8.1 -> 3.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/matomo/versions
2019-03-25 22:21:25 -07:00
R. RyanTM
7f1a7b1d7d masterpdfeditor: 5.2.20 -> 5.3.22
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/masterpdfeditor/versions
2019-03-25 22:15:03 -07:00
Aaron Lindsay
e3f6b08307 wip: better packaging? 2019-03-25 22:14:41 -07:00
Silvan Mosberger
a268365662
Merge pull request #58197 from tohl/firefox-bin-systemLocale
firefox-bin with overrideable locale, tested on nixos x86_64
2019-03-26 06:01:19 +01:00
Will Dietz
c8fa1272c6 khal: no need to set LC_ALL, python build bits do this. 2019-03-25 23:17:14 -05:00
Dmitry Kalinkin
55223a8a6a
pythonPackages.pyarrow: enable parallel build 2019-03-26 00:11:02 -04:00
Dmitry Kalinkin
49e9194b24
pythonPackages.pyarrow: fix build
Setting setupPyBuildFlags makes builder add an additional target
"build_ext" to setup.py arguments in addition to "bdisst_wheel".
pyarrow's setup.py recently started to try to redo build_ext again which
broke the build.
2019-03-26 00:05:59 -04:00
R. RyanTM
0b47bc2957 lxrandr: 0.3.1 -> 0.3.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/lxrandr/versions
2019-03-25 20:48:34 -07:00
Aaron Lindsay
1c7bb464d9 msp430: include vendor headers with stdenv 2019-03-25 20:39:51 -07:00
Will Dietz
ad91dca851 khal: 0.9.10 -> 0.10.0
https://github.com/pimutils/khal/releases/tag/v0.10.0

* new dep, click-log
* enable tests (pass!)

Release notes mention 'only dateutil < 2.7 is supported',
which may be a problem as ours is currently 2.8.

There's a history of python-dateutil version particularity
in previous releases (such as 0.9.10 upgrading from),
unsure if should override to older or if it's just a suggestion.
2019-03-25 22:36:42 -05:00
Aaron Lindsay
02a1d3b24a msp430: vendor header package 2019-03-25 20:33:58 -07:00
Aaron Lindsay
1eca945e94 systems: support TI MSP430 microcontrollers 2019-03-25 20:33:58 -07:00
Ryan Mulligan
a620334527
Merge pull request #58249 from dywedir/skim
skim: 0.6.2 -> 0.6.3
2019-03-25 20:11:53 -07:00
Matthew Bauer
2924563f88
Merge pull request #57925 from rnhmjoj/ifnames-fix
nixos/tests/predictable-interfaces: fix failure on aarch64
2019-03-25 22:23:11 -04:00
Matthew Bauer
4cbb9b840b
Merge pull request #57905 from LinArcX/vazir-fonts
vazir-fonts: init at 19.2.0
2019-03-25 22:22:18 -04:00
Matthew Bauer
127c1b19b3
Merge pull request #57872 from BadDecisionsAlex/patch-3
ecdsatool: init at 0.0.1
2019-03-25 22:20:21 -04:00
Matthew Bauer
5d173c9ee2
Merge pull request #57750 from tomfitzhenry/remove-freetype-from-adoptopenjdk
Remove libfreetype.so from adoptopenjdk's derivation.
2019-03-25 22:19:16 -04:00
Matthew Bauer
810f2ba1f3
Merge pull request #57758 from midchildan/add-mediasdk
intel-media-sdk: init at 18.4.1
2019-03-25 22:18:23 -04:00
Matthew Bauer
38c6c7c8a3
Merge pull request #57617 from aaronjanse/patch-20190313a
nixos/manual: clarify declarative packages section
2019-03-25 22:16:47 -04:00
Matthew Bauer
d468f4b27e
Merge pull request #57139 from delroth/firewall-dedup
nixos/firewall: canonicalize ports lists
2019-03-25 22:15:17 -04:00
Matthew Bauer
b332d66ce4
Merge pull request #56906 from stephengroat/terraform-providers.ansible
terraform-providers.ansible: init at 0.0.4
2019-03-25 22:07:44 -04:00
Matthew Bauer
14e9703558
Merge pull request #56950 from rvolosatovs/update/gocode-gomod
gocode-gomod: 2018-10-16 -> 2019-02-12
2019-03-25 22:06:06 -04:00
Matthew Bauer
1ca86b4056
Merge pull request #58047 from illegalprime/libndctl-cross
libndctl: use buildPackages.which
2019-03-25 22:01:00 -04:00
R. RyanTM
e65b0ac616 libxl: 3.8.1 -> 3.8.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libxl/versions
2019-03-25 18:58:18 -07:00
Matthew Bauer
38a89c8653
Merge pull request #58313 from arcnmx/gcc-8-cross
gcc: fix gcc8 for cross-compiled targets
2019-03-25 21:57:48 -04:00
John Ericson
aa0cf64422
Merge pull request #57611 from Ericson2314/stage-braid-not-chain
top-level: Create `pkgs{Build,Host,Target}{Build,Host,Target}`
2019-03-25 21:56:59 -04:00
Pierre Bourdon
91c46d17d5
ghostscript: add patch for CVE-2019-6116
This is tagged as version 9.26a in the ghostpdl repo, but unfortunately
there are no tarballs released with that version number so far. We'll
continue calling this version 9.26 for now for simplicity's sake (and we
can switch to 9.26a and remove the patch when it's properly released).

Fixes #58262
Fixes #58089
2019-03-26 02:46:57 +01:00
Will Dietz
08d35056ef
Merge pull request #57891 from dtzWill/update/catch2-2.7.0
catch2: 2.6.0 -> 2.7.0
2019-03-25 20:28:33 -05:00
Graham Christensen
91f1560e52
Merge pull request #57114 from aanderse/kdevelop
kdevelop, kdev-php, kdev-python: 5.3.1 -> 5.3.2
2019-03-25 21:26:56 -04:00
Will Dietz
859d811aae electron_3: 3.1.6 -> 3.1.7
https://electronjs.org/releases/stable?version=3#3.1.7
2019-03-25 20:23:36 -05:00
Will Dietz
d72b8984e1 electron: 4.1.0 -> 4.1.1
https://electronjs.org/releases/stable#release-notes-for-v411
2019-03-25 20:23:35 -05:00
Graham Christensen
32e20aa595
Merge pull request #57490 from delroth/imgurbash2-3.1
imgurbash2: 2.1 -> 3.1
2019-03-25 21:11:32 -04:00