Commit Graph

62463 Commits

Author SHA1 Message Date
Will Dietz
1638aa6321 nodePackages: update (regen via generate.sh) 2019-04-07 01:22:59 -05:00
Will Dietz
73bfe946d6 nodePackages.joplin: init, cli note-taking app
Companion to joplin-desktop!
2019-04-07 01:01:16 -05:00
Austin Seipp
12db6c18f9 cryptol: fix, rework cryptol 2.6.0 builds
- The previous build of Cryptol was broken on GHC 8.6.x, which is now the
  new default. That's been fixed with a few upstream patches that will come
  up whenever the next release happens.

  - There was also a build failure on base-compat, fixed by jailbreaking.

  - The previous setup had all-packages.nix creating a new derivation
  solely for the purpose of wrapping the Z3 binary. This has been removed:
  the wrapper is still added but during the Haskell build itself, so that
  all Haskell dependent packages can use the cryptol interpreters too.

  - In its place, we use justStaticExecutables, so people using nix-env
  and Cryptol users who *don't* need haskell dependencies can get much
  smaller closures. Obviously this still implies a second build, but
  this build is much more useful than one that merely adds a shell
  script to a package that's relatively expensive to compile...

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-07 00:45:22 -05:00
worldofpeace
a4ca883c5d
Merge pull request #52209 from r-ryantm/auto-update/libmediainfo
libmediainfo: 18.08.1 -> 18.12
2019-04-06 18:56:06 -04:00
Elis Hirwing
2c1a7ed331
Merge pull request #59079 from dtzWill/update/php-2019-04-04
php7{1,2,3}: bump for "security release"
2019-04-07 00:27:17 +02:00
worldofpeace
50985b4045
Merge pull request #58830 from r-ryantm/auto-update/python3.7-pyscard
python37Packages.pyscard: 1.9.7 -> 1.9.8
2019-04-06 18:04:06 -04:00
worldofpeace
f26e88df7a pythonPackages.pyscard: fix darwin tests 2019-04-06 18:03:28 -04:00
Timo Kaufmann
ceede33ddf
python.pkgs.cypari2: 2.0.3 -> 2.1.0 (#59085) 2019-04-06 21:46:13 +00:00
Tim Steinbach
6a9a87c988
jenkins: Improve update.sh
Auto-commit and only run if nixpkgs version is old
2019-04-06 15:26:19 -04:00
Tim Steinbach
e9994af108
jenkins: 2.150.1 -> 2.164.1 2019-04-06 15:26:16 -04:00
Will Dietz
d1a539fef1 php73: 7.3.3 -> 7.3.4
security release, see:
https://www.php.net/archive/2019.php#id2019-04-04-1
2019-04-06 10:56:58 -05:00
Will Dietz
76394e36ec php72: 7.2.16 -> 7.2.17
security release, see announcement:
https://www.php.net/archive/2019.php#id2019-04-04-2
2019-04-06 10:56:56 -05:00
Will Dietz
b8446dcc57 php71: 7.1.27 -> 7.1.28
security release:
https://www.php.net/archive/2019.php#id2019-04-04-3
2019-04-06 10:56:55 -05:00
R. RyanTM
9d5d5b243d
ocamlPackages.reactivedata: 0.2.1 -> 0.2.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/ocaml4.06.1-reactivedata/versions

Closes #58405
2019-04-06 14:59:12 +00:00
Vincent Laporte
65f77edaa8
Merge pull request #57344 from r-ryantm/auto-update/ocaml4.06.1-uutf
ocamlPackages.uutf: 1.0.1 -> 1.0.2
2019-04-06 14:57:25 +02:00
markuskowa
9e9e73b116
Merge pull request #58896 from r-ryantm/auto-update/sysbench
sysbench: 1.0.16 -> 1.0.17
2019-04-06 13:43:16 +02:00
Vladimír Čunát
526c4292ae
Merge branch 'staging-next'
This iteration was long, about five weeks (2fcb11a2), I think.
Darwin: it's missing a few thousand binaries and there's a make-netbsd
regression, but I suppose these aren't merge blockers.
2019-04-06 13:20:53 +02:00
xeji
37ad08dd54
Merge pull request #59019 from vdemeester/update-buildah
buildah: 1.7.1 -> 1.7.2
2019-04-06 11:38:17 +02:00
Vincent Laporte
0c0954781e ocamlPackages.camlp5: remove legacy version (7.06) 2019-04-06 11:03:29 +02:00
worldofpeace
b58387e913
Merge pull request #58826 from r-ryantm/auto-update/python3.7-pylast
python37Packages.pylast: 3.0.0 -> 3.1.0
2019-04-05 16:35:18 -04:00
Vladimír Čunát
742416addb
Revert "Merge #58997 gettext: apply patch for CVE 2018-1875"
This reverts commit f93e176475, reversing
changes made to 2771375d6e.
The MR was meant for staging, not staging-next, so let's move it.
2019-04-05 20:59:44 +02:00
Robert Schütz
24406568e6
Merge pull request #58833 from r-ryantm/auto-update/python3.7-python-ldap
python37Packages.ldap: 3.1.0 -> 3.2.0
2019-04-05 19:29:18 +02:00
Robert Schütz
836621f33b python.pkgs.ldappool: fix build 2019-04-05 19:19:42 +02:00
Matthew Bauer
a909bb4901
Merge pull request #58972 from witkamp/master
gcc-arm-embedded: add darwin support
2019-04-05 13:19:37 -04:00
Robert Schütz
e94148eded python.pkgs.ldap: add meta 2019-04-05 19:16:24 +02:00
Ryan Mulligan
1b2314ae5b
Merge pull request #58776 from r-ryantm/auto-update/python3.7-cmd2
python37Packages.cmd2: 0.9.10 -> 0.9.11
2019-04-05 09:33:36 -07:00
Robin Gloster
058f9fa78a
Merge pull request #58992 from veprbl/pr/herwig_7_1_5
herwig: 7.1.4 -> 7.1.5
2019-04-05 16:09:55 +00:00
R. RyanTM
75abd6475b wolfssl: 3.15.7 -> 4.0.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/wolfssl/versions
2019-04-05 15:44:30 +00:00
Robert Schütz
48dfb96cca python3.pkgs.aioesphomeapi: add meta 2019-04-05 15:39:48 +00:00
Robert Schütz
d30b1b0938 python3.pkgs.netdisco: 2.5.0 -> 2.6.0 2019-04-05 15:39:48 +00:00
Vincent Demeester
2bb4175bbc
buildah: 1.7.1 -> 1.7.2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-04-05 17:04:30 +02:00
Ryan Mulligan
c27f57cf25
Merge pull request #58910 from r-ryantm/auto-update/vapoursynth-mvtools
vapoursynth-mvtools: 20 -> 21
2019-04-05 06:37:13 -07:00
Gabriel Ebner
fb16ffd8a2
Merge pull request #58957 from gebner/cura4
cura: 3.6.0 -> 4.0.0
2019-04-05 13:42:17 +02:00
Graham Christensen
d656b73371
Merge pull request #58029 from tilpner/godot-update
godot: 3.0.6 -> 3.1
2019-04-05 07:36:06 -04:00
Christian Theune
3d9e28e96d gettext: apply patch for CVE 2018-18751
Re-include an older automake (1.15) because that's explicitly depended upon.
2019-04-05 11:43:56 +02:00
Robert Schütz
9fa17c5957
Merge pull request #58690 from dotlambda/flexget-2.20.17
flexget: 2.17.20 -> 2.20.17
2019-04-05 11:29:32 +02:00
Robert Schütz
ab526ed334
Merge pull request #57431 from r-ryantm/auto-update/python3.7-progress
python37Packages.progress: 1.4 -> 1.5
2019-04-05 11:23:59 +02:00
Robert Schütz
63e0595be3 python.pkgs.progress: run tests 2019-04-05 11:18:28 +02:00
R. RyanTM
c4e04a2947 python37Packages.sasmodels: 0.98 -> 0.99 (#58841)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-sasmodels/versions
2019-04-05 11:15:58 +02:00
Robert Schütz
65a395557c
Merge pull request #58842 from r-ryantm/auto-update/python3.7-shouldbe
python37Packages.shouldbe: 0.1.0 -> 0.1.2
2019-04-05 11:09:07 +02:00
Robert Schütz
32e3de360c python.pkgs.shouldbe: run tests 2019-04-05 11:06:50 +02:00
Matthew Bauer
4585f6d11b
Merge pull request #58958 from tadeokondrak/lldb-vscode
lldb: install vscode plugin; vscode-extensions: add it
2019-04-05 01:11:45 -04:00
Aesa Kamar
3c37dde612 scalafmt: 1.5.1 -> 2.0.0-RC5 (#58991) 2019-04-05 00:46:45 -04:00
Dmitry Kalinkin
b154937027
herwig: 7.1.4 -> 7.1.5
thepeg: 2.1.4 -> 2.1.5
2019-04-05 00:21:17 -04:00
Carles Pagès
c07783f37d pcl: 1.8.1 -> 1.9.1
Rework of #58825, closes #51573.
2019-04-04 23:15:40 +02:00
Robert Schütz
3d81cc7a2e python3.pkgs.asynctest: 0.12.2 -> 0.12.3 2019-04-04 22:18:39 +02:00
Theodore Witkamp
daf1f0bc22 gcc-arm-embedded: add darwin support 2019-04-04 09:19:16 -07:00
markuskowa
b306b4cf1a
Merge pull request #58887 from r-ryantm/auto-update/sourcetrail
sourcetrail: 2018.3.55 -> 2019.1.11
2019-04-04 15:16:32 +02:00
Peter Simons
9e4737317e
Merge pull request #58945 from matthewbauer/static-haskell-fixes
ghc8.6.4: use targetPackages for getting libffi
2019-04-04 14:29:29 +02:00
Tadeo Kondrak
341f65a1e4
lldb: install vscode plugin; vscode-extensions: add it 2019-04-04 02:30:26 -06:00