Commit Graph

30748 Commits

Author SHA1 Message Date
squalus
7205bd64a3 ungoogled-chromium: init at 81.0.4044.92-2 2020-04-13 13:17:05 -07:00
Roberto Di Remigio
fcf009bbb2 highfive: init at 2.2
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-04-13 11:22:02 -07:00
Jan Tojnar
cc57640aeb
Merge pull request #84470 from jtojnar/ardour-cleanup
ardour: clean up the expression
2020-04-13 20:10:27 +02: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
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
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
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
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
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
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
s1341
71a768a6e8
zplug: init at 2.4.2 2020-04-09 11:55:40 +02:00
Mario Rodas
d20690b0d0
s3cmd: use python3 2020-04-09 04:20:00 -05:00
Peter Hoeg
f14b43a54c
Merge pull request #84716 from peterhoeg/p/g15daemon
g15daemon: init at 1.9.5.3
2020-04-09 09:56:26 +08:00
Maximilian Bosch
20b2b79b4d
Merge pull request #84715 from filalex77/monolith-2.2.2
monolith: init at 2.2.2
2020-04-09 00:53:59 +02:00
Maximilian Bosch
e8a4b9fe9b
Merge pull request #84501 from Ma27/bump-hydra
hydra: 2020-03-24 -> 2020-04-07
2020-04-08 20:08:29 +02:00
s1341
f1090bdaf8 page: init at 2.3.4 2020-04-08 10:50:05 -07:00
Jan Tojnar
521ddb1397
Merge pull request #83400 from jtojnar/malcontent-0.7
malcontent: 0.6.0 → 0.7.0
2020-04-08 17:38:17 +02:00
Jan Tojnar
f3d1333f0d
malcontent-ui: split from malcontent
The 0.7.0 update allows us to split the package.
2020-04-08 17:08:15 +02:00
Jan Tojnar
044a1f03db
Merge pull request #83163 from lasandell/shortwave-1.0.1
shortwave: init at 1.0.1
2020-04-08 17:02:57 +02:00
Luke Sandell
a74ecff70a shortwave: init at 1.0.1 2020-04-08 09:44:30 -05:00
Peter Hoeg
8cbe9f03f9
Merge pull request #81780 from volth/patch-387
libwebsockets: 3.2.0 -> 3.2.2; init as 4.0.0
2020-04-08 22:32:43 +08:00
Jan Tojnar
b7243c79c8
Merge pull request #84698 from jtojnar/gnome2-cleanups
gnome2 cleanups
2020-04-08 15:58:33 +02:00
Peter Hoeg
0669cd72ae g15daemon: init at 1.9.5.3 2020-04-08 20:49:49 +08:00
Oleksii Filonenko
457900c7c8 monolith: init at 2.2.2 2020-04-08 15:48:18 +03:00
Silvan Mosberger
b293421a69
Merge pull request #84129 from Infinisil/removing-python-from-grub
Support removing python from zfs/grub closure
2020-04-08 12:53:28 +02:00