1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00
Commit graph

49932 commits

Author SHA1 Message Date
Jan Tojnar cc57640aeb
Merge pull request #84470 from jtojnar/ardour-cleanup
ardour: clean up the expression
2020-04-13 20:10:27 +02:00
Rakesh Gupta a9655812a3 pythonPackages.py-multihash: init at 0.2.3 2020-04-13 09:47:48 -07:00
makefu 382fcf9a09 python3Packages.hydra-check: init at 1.1.1 2020-04-13 09:47:18 -07:00
Jörg Thalheim a5661135f2
Merge pull request #84096 from DieGoldeneEnte/llvm-latest
llvmPackages_latest: llvm9->llvm10
2020-04-13 16:48:45 +01:00
Nikolay Korotkiy 6f6d2124fc
gpsbabel-gui: init at 1.6.0 2020-04-13 17:12:20 +02:00
Mario Rodas ee90904d5e
Merge pull request #84636 from filalex77/tydra-1.0.2
tydra: init at 1.0.2
2020-04-13 08:40:46 -05:00
Tim Steinbach 3a8f6159cb
linux: 4.4.218 -> 4.4.219 2020-04-13 08:35:32 -04:00
Holger Wünsche 671733227c
{llvm,polly}-polly: moved to aliases.nix 2020-04-13 14:27:51 +02:00
Graham Christensen ff80d9c19b
Merge pull request #77500 from Emantor/pkg/microcom
microcom: init at 2019.01.0
2020-04-13 07:46:07 -04:00
Jörg Thalheim bc22904a14
Merge pull request #84687 from jonringer/fix-testing-bcachefs
linuxPackages_testing_bcachefs.fwts-efi-runtime: remove failing patch
2020-04-13 12:35:20 +01:00
Rouven Czerwinski b6bddf9e8a microcom: init at 2019.01.0 2020-04-13 13:24:24 +02:00
Daniel Fullmer ca7be74a53 pyrit: init at 2019-12-13 2020-04-13 11:28:01 +02:00
zowoq c217a1a7e8 wal-g: remove Security
Not needed now that Security is propagated via go 0bba7474b3
2020-04-13 13:10:04 +10:00
zowoq 8660728070 Revert "amass: enable on darwin"
This reverts commit 692b890004.

Not needed now that Security is propagated via go 0bba7474b3
2020-04-13 13:08:02 +10:00
zowoq b3ef62bca2 Revert "gotools: fix darwin build"
This reverts commit cb75c0f905.

Not needed now that Security is propagated via go 0bba7474b3
2020-04-13 13:07:12 +10:00
Mario Rodas b7aeeacdc3
Merge pull request #85104 from marsam/update-heroku
heroku: 7.39.0 -> 7.39.2
2020-04-12 18:26:27 -05:00
Maxine E. Aubrey 1d440e1768
worldofgoo: 1.41 -> 1.53
Removes demo (no longer available for download)
Adds i686 support, removing TODOs
2020-04-12 18:21:14 +02:00
Maximilian Bosch 539b7f1e3b
Merge pull request #84975 from Maxdamantus/polyphone
polyphone: init at 2.2.0
2020-04-12 18:10:11 +02:00
Mario Rodas 797d8709b5
Merge pull request #84574 from filalex77/meilisearch-0.9.0
meilisearch: init at 0.9.0
2020-04-12 04:40:15 -05:00
Mario Rodas 55ec864561
heroku: 7.39.0 -> 7.39.2 2020-04-12 04:20:00 -05:00
Elis Hirwing 61ab265643
Merge pull request #84993 from talyz/pdo_mysql_socket
php.extensions.pdo_mysql: Set default socket location
2020-04-11 21:12:31 +02:00
Mario Rodas f5867d86fe
Merge pull request #84982 from endocrimes/nomad-0.11.x
nomad: 0.10.5 -> 0.11.0
2020-04-11 13:14:36 -05:00
Benjamin Hipple 7b1f4dc454
Merge pull request #84880 from pmiddend/fcppt-to-3.5.0
fcppt: 3.2.2 -> 3.5.0
2020-04-11 11:55:09 -04:00
talyz d85bf2f5b7
php.extensions.pdo_mysql: Set default socket location
Set the default socket location to match the one used by the MySQL
module, so PHP programs using pdo_mysql don't have to specify this
themselves.
2020-04-11 14:27:06 +02:00
Danielle Lancashire 064268831b
nomad: 0.10.5 -> 0.11.0
This commit migrates the Nomad package from the 0.10.x line of releases
to 0.11.X.

This allows us to also bump the version of Go that is used to 1.14.x.
NOTE: 1.14.x will be needed for the rest of the 0.11.x releases as Nomad
only bumps patch versions of Go within a release series.

CHANGELOG:

FEATURES:

    Container Storage Interface [beta]: Nomad has expanded support
    of stateful workloads through support for CSI plugins.
    Exec UI: an in-browser terminal for connecting to running allocations.
    Audit Logging (Enterprise): Audit logging support for Nomad
    Enterprise.
    Scaling APIs: new scaling policy API and job scaling APIs to support external autoscalers
    Task Dependencies: introduces lifecycle stanza with prestart and sidecar hooks for tasks within a task group

BACKWARDS INCOMPATIBILITIES:

    driver/rkt: The Rkt driver is no longer packaged with Nomad and is instead
    distributed separately as a driver plugin. Further, the Rkt driver codebase
    is now in a separate
    repository.

IMPROVEMENTS:

    core: Optimized streaming RPCs made between Nomad agents [GH-7044]
    build: Updated to Go 1.14.1 [GH-7431]
    consul: Added support for configuring enable_tag_override on service stanzas. [GH-2057]
    client: Updated consul-template library to v0.24.1 - added support for working with consul connect. Deprecated vault_grace [GH-7170]
    driver/exec: Added no_pivot_root option for ramdisk use [GH-7149]
    jobspec: Added task environment interpolation to volume_mount [GH-7364]
    jobspec: Added support for a per-task restart policy [GH-7288]
    server: Added minimum quorum check to Autopilot with minQuorum option [GH-7171]
    connect: Added support for specifying Envoy expose path configurations [GH-7323] [GH-7396]
    connect: Added support for using Connect with TLS enabled Consul agents [GH-7602]

BUG FIXES:

    core: Fixed a bug where group network mode changes were not honored [GH-7414]
    core: Optimized and fixed few bugs in underlying RPC handling [GH-7044] [GH-7045]
    api: Fixed a panic when canonicalizing a jobspec with an incorrect job type [GH-7207]
    api: Fixed a bug where calling the node GC or GcAlloc endpoints resulted in an error EOF return on successful requests [GH-5970]
    api: Fixed a bug where /client/allocations/... (e.g. allocation stats) requests may hang in special cases after a leader election [GH-7370]
    cli: Fixed a bug where nomad agent -dev fails on Windows [GH-7534]
    cli: Fixed a panic when displaying device plugins without stats [GH-7231]
    cli: Fixed a bug where alloc exec command in TLS environments may fail [GH-7274]
    client: Fixed a panic when running in Debian with /etc/debian_version is empty [GH-7350]
    client: Fixed a bug affecting network detection in environments that mimic the EC2 Metadata API [GH-7509]
    client: Fixed a bug where a multi-task allocation maybe considered healthy despite a task restarting [GH-7383]
    consul: Fixed a bug where modified Consul service definitions would not be updated [GH-6459]
    connect: Fixed a bug where Connect enabled allocation would not stop after promotion [GH-7540]
    connect: Fixed a bug where restarting a client would prevent Connect enabled allocations from cleaning up properly [GH-7643]
    driver/docker: Fixed handling of seccomp security_opts option [GH-7554]
    driver/docker: Fixed a bug causing docker containers to use swap memory unexpectedly [GH-7550]
    scheduler: Fixed a bug where changes to task group shutdown_delay were not persisted or displayed in plan output [GH-7618]
    ui: Fixed handling of multi-byte unicode characters in allocation log view [GH-7470] [GH-7551]
2020-04-11 12:52:09 +02:00
Maximilian Bosch 529465d171
Merge pull request #84078 from petersjt014/master
catcli: init at 0.5.13
2020-04-11 10:29:10 +02:00
Josh Peters aa84e476da catcli: init at 0.5.13 2020-04-11 02:22:47 -05:00
Philipp Middendorf 7af039befe metal: init at 2.1.1 2020-04-11 08:50:48 +02:00
Max Zerzouri ab65cb50c8 polyphone: init at 2.2.0 2020-04-11 17:33:45 +12:00
Marco Orovecchia 2467e22bdf pythonPackages.HAP-python: init at 2.7.0 2020-04-10 13:03:28 -07:00
Marco Orovecchia 6e72b95a93 pythonPackages.aioharmony: init at 0.2.1 2020-04-10 12:17:42 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim 87d3217761
Merge pull request #84858 from doronbehar/improve-nerd-fonts
nerdfonts: make it easier to configure and build
2020-04-10 14:01:38 +01:00
Doron Behar 4ab8ffe187 terminus-nerdfont & incosolata-nerdfont: use generic nerdfonts drv 2020-04-10 11:29:01 +03:00
Marco Orovecchia 6fcf77e87a pythonPackages.pynanoleaf: init at 0.0.5 2020-04-10 01:06:23 -07:00
Ben Darwin 0dd910d470 python3Packages.graspy: init at 0.2 2020-04-10 00:08:42 -07:00
Aaron Andersen 540e256d5b
Merge pull request #84830 from deshaw/contrib/perl-convertuu
perlPackages.ConvertUU: init at 0.5201
2020-04-09 19:00:55 -04:00
Aaron Andersen 0888749180
Merge pull request #84832 from deshaw/contrib/perl-module-compile
perlPackages.ModuleCompile: init at 0.37
2020-04-09 18:55:24 -04:00
worldofpeace 939fcdcbdd
Merge pull request #84817 from pbogdan/libvirt-6.2.0
libvirt: 6.1.0 -> 6.2.0
2020-04-09 14:38:41 -04:00
Matt Huszagh fc66192b37 fparser: init at 4.5.1 2020-04-09 11:28:21 -07:00
Jonathan Ringer e8f668185e leo-editor: add qt support 2020-04-09 10:47:54 -07:00
Rakesh Gupta 6a6cb2bd70 pythonPackages.varint: init at 1.0.2 2020-04-09 10:16:08 -07:00
Souvik Sen 2c3b09b812 perlPackages.ModuleCompile: init at 0.37 2020-04-09 12:57:02 -04:00
Mario Rodas c11dd7afad
Merge pull request #84784 from r-ryantm/auto-update/s3cmd
s3cmd: 2.0.2 -> 2.1.0
2020-04-09 11:51:45 -05:00
Souvik Sen 7d66b5bf0f perlPackages.ConvertUU: init at 0.5201 2020-04-09 12:51:26 -04:00
Mario Rodas ab1a184de3
Merge pull request #82267 from zaninime/sane-airscan
sane-airscan: init at 0.9.17
2020-04-09 10:51:09 -05:00
Aaron Andersen d105fbc8c9
Merge pull request #84609 from deshaw/contrib/perl-extutilsf77
perlPackages.ExtUtilsF77: init at 1.23
2020-04-09 09:46:16 -04:00
s1341 71a768a6e8
zplug: init at 2.4.2 2020-04-09 11:55:40 +02:00
Piotr Bogdan 02c5c39c30 perlPackages.SysVirt: 6.1.0 -> 6.2.0 2020-04-09 10:38:36 +01:00
Mario Rodas d20690b0d0
s3cmd: use python3 2020-04-09 04:20:00 -05:00