Mario Rodas
5f586605df
Merge pull request #77670 from amarrella/update/eksctl
...
eksctl: 0.11.1 -> 0.12.0
2020-01-14 21:49:58 -05:00
Alyssa Ross
76af9e8438
Revert "Re-revert "awscli: Get rid of runtime -dev dependencies""
...
This reverts commit a1eacb900e
.
Adding dev outputs to python packages means they can't be included in
a Python environment created with python3.withPackages, because
makePythonPath will include the dev output, which is empty apart from
nix-support, rather than the out output, which contains all the Python
code.
2020-01-14 16:00:00 +00:00
Alessandro Marrella
730371336b
eksctl: 0.11.1 -> 0.12.0
2020-01-14 11:55:10 +00:00
Jonathan Ringer
32b5c579b0
azure-cli: 2.0.79 -> 2.0.80
2020-01-13 14:27:30 -08:00
Tom Bereknyei
621bb74bd8
Update
2020-01-11 19:54:23 -05:00
edef
178ac3cb99
google-cloud-sdk: include openssl(1) in PATH ( #77277 )
...
Otherwise, it might fail with a mysterious error:
ERROR: (gcloud.beta.compute.reset-windows-password) Your platform does not support OpenSSL.
2020-01-10 09:42:37 +00:00
Jonathan Ringer
26aa690447
azure-cli: 2.0.78 -> 2.0.79
2020-01-09 10:09:02 -08:00
Jonathan Ringer
94dea31ea2
azure-cli: freeze azure-mgmt-iotcentral
2020-01-09 10:09:02 -08:00
worldofpeace
dfd115a116
swiftclient: add setuptools
...
Traceback (most recent call last):
File "/nix/store/8qkdlyv2ckrimvi50qvl0anzv66jcp2j-python-swiftclient-3.6.0/bin/.swift-wrapped", line 7, in <module>
from swiftclient.shell import main
File "/nix/store/8qkdlyv2ckrimvi50qvl0anzv66jcp2j-python-swiftclient-3.6.0/lib/python3.7/site-packages/swiftclient/__init__.py", line 20, in <module>
from .client import * # noqa
File "/nix/store/8qkdlyv2ckrimvi50qvl0anzv66jcp2j-python-swiftclient-3.6.0/lib/python3.7/site-packages/swiftclient/client.py", line 33, in <module>
from swiftclient import version as swiftclient_version
File "/nix/store/8qkdlyv2ckrimvi50qvl0anzv66jcp2j-python-swiftclient-3.6.0/lib/python3.7/site-packages/swiftclient/version.py", line 15, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
2020-01-08 11:06:47 -05:00
Simonas Kazlauskas
0320725e86
berglas: 0.2.1 -> 0.5.0
2020-01-07 14:20:10 +02:00
Tom Bereknyei
e5208af780
bash-my-aws: init at 20191231
...
Create bma-init
2020-01-01 14:53:15 -05:00
Maximilian Bosch
839c0ea7a5
treewide: *Inputs are flat lists
2019-12-31 01:10:02 +01:00
Robin Gloster
760e23136a
treewide: *inputs are lists
2019-12-31 01:09:25 +01:00
Jonathan Ringer
8043df949b
aws_shell: fix dep issues
2019-12-30 16:46:51 +01:00
Jonathan Ringer
fe058ee1ed
awscli: fix build
2019-12-30 16:46:51 +01:00
Jonathan Ringer
e1bb62f9bc
azure-cli: 2.0.77 -> 2.0.78
2019-12-30 16:46:50 +01:00
Jan Tojnar
a69e309794
Merge branch 'staging-next' into staging
2019-12-30 05:24:03 +01:00
Florian Klink
0aa09d3c75
simpl_le: 0.16.0 -> 0.17.0
2019-12-29 19:30:31 +01:00
Florian Klink
d07796b871
certbot: 0.39.0 -> 1.0.0
2019-12-29 19:30:31 +01:00
Frederik Rietdijk
5aed91512d
Merge staging-next into staging
2019-12-29 10:20:05 +01:00
Maximilian Bosch
fa28c7750a
Merge pull request #76442 from r-ryantm/auto-update/tigervnc
...
tigervnc: 1.10.0 -> 1.10.1
2019-12-26 20:31:01 +01:00
Jan Tojnar
4bbc6cc66f
Merge branch 'staging-next' into staging
2019-12-25 05:18:52 +01:00
R. RyanTM
e91f467811
tigervnc: 1.10.0 -> 1.10.1
2019-12-24 12:01:35 -08:00
PsyanticY
c82658ac4a
s3bro: init at 2.8
2019-12-23 17:18:23 +01:00
Mario Rodas
2f2047c378
Merge pull request #75196 from r-ryantm/auto-update/bubblewrap
...
bubblewrap: 0.3.3 -> 0.4.0
2019-12-22 18:11:52 -05:00
Mario Rodas
932f5f6b88
clair: 2.0.9 -> 2.1.2
2019-12-22 00:00:00 -05:00
Terje Larsen
7a99d1e392
awscli: pin colorama to 0.4.1
...
This is pinned to 0.4.1 in the upstream awscli package.
2019-12-20 14:23:12 +01:00
Mario Rodas
b066646e04
docker-credential-helpers: init at 0.6.3
2019-12-15 18:18:18 -05:00
Andreas Rammhold
b21b92947e
ansible_2_6: 2.6.17 -> 2.6.20
...
This addresses the following security issues:
* CVE-2019-14846 - Several Ansible plugins could disclose aws
credentials in log files. inventory/aws_ec2.py, inventory/aws_rds.py,
lookup/aws_account_attribute.py, and lookup/aws_secret.py,
lookup/aws_ssm.py use the boto3 library from the Ansible process. The
boto3 library logs credentials at log level DEBUG. If Ansible's
logging was enabled (by setting LOG_PATH to a value) Ansible would set
the global log level to DEBUG. This was inherited by boto and would
then log boto credentials to the file specified by LOG_PATH. This did
not affect aws ansible modules as those are executed in a separate
process. This has been fixed by switching to log level INFO
* Convert CLI provided passwords to text initially, to prevent unsafe
context being lost when converting from bytes->text during post
processing of PlayContext. This prevents CLI provided passwords from
being incorrectly templated (CVE-2019-14856)
* properly hide parameters marked with no_log in suboptions when
invalid parameters are passed to the module (CVE-2019-14858)
* resolves CVE-2019-10206, by avoiding templating passwords from
prompt as it is probable they have special characters.
* Handle improper variable substitution that was happening in
safe_eval, it was always meant to just do 'type enforcement' and have
Jinja2 deal with all variable interpolation. Also see CVE-2019-10156
Changelog: 9bdb89f740/changelogs/CHANGELOG-v2.6.rst
2019-12-15 21:25:07 +01:00
Andreas Rammhold
64e2791092
ansible_2_7: 2.7.11 -> 2.7.15
...
This fixes the following security issues:
* Ansible: Splunk and Sumologic callback plugins leak sensitive data
in logs (CVE-2019-14864)
* CVE-2019-14846 - Several Ansible plugins could disclose aws
credentials in log files. inventory/aws_ec2.py, inventory/aws_rds.py,
lookup/aws_account_attribute.py, and lookup/aws_secret.py,
lookup/aws_ssm.py use the boto3 library from the Ansible process. The
boto3 library logs credentials at log level DEBUG. If Ansible's
logging was enabled (by setting LOG_PATH to a value) Ansible would set
the global log level to DEBUG. This was inherited by boto and would
then log boto credentials to the file specified by LOG_PATH. This did
not affect aws ansible modules as those are executed in a separate
process. This has been fixed by switching to log level INFO
* Convert CLI provided passwords to text initially, to prevent unsafe
context being lost when converting from bytes->text during post
processing of PlayContext. This prevents CLI provided passwords from
being incorrectly templated (CVE-2019-14856)
* properly hide parameters marked with no_log in suboptions when invalid
parameters are passed to the module (CVE-2019-14858)
* resolves CVE-2019-10206, by avoiding templating passwords from
prompt as it is probable they have special characters.
* Handle improper variable substitution that was happening in
safe_eval, it was always meant to just do 'type enforcement' and have
Jinja2 deal with all variable interpolation. Also see CVE-2019-10156
Changelog: 0623dedf2d/changelogs/CHANGELOG-v2.7.rst (v2-7-15)
2019-12-15 21:24:59 +01:00
itsHMR
a46e3ebae5
tigervnc: add perl to buildInputs ( #75367 )
...
tigervnc ships vncserver, quote from the documentation:
vncserver - a wrapper script which makes starting Xvnc more convenient vncserver requires Perl.
2019-12-14 18:06:01 +01:00
Jonathan Ringer
8f8d977f2a
azure-cli: freeze azure-mgmt-recoveryservicesbackup
2019-12-10 18:28:21 -08:00
Sarah Brofeldt
b6a61da54e
Merge pull request #75290 from marsam/update-awsweeper
...
awsweeper: init at 0.4.1
2019-12-09 17:02:02 +01:00
Mario Rodas
5419097ccd
procs: 0.8.13 -> 0.8.16
2019-12-09 04:20:00 -05:00
Mario Rodas
cf79e2bdba
awsweeper: init at 0.4.1
2019-12-08 04:20:00 -05:00
R. RyanTM
910feb39aa
bubblewrap: 0.3.3 -> 0.4.0
2019-12-07 18:26:55 -08:00
Benjamin Hipple
d52cfb7661
awscli: remove unnecessary override on python prompt_toolkit
...
This override to the old 1.x version of `prompt_toolkit` appears to be
unnecessary; removing it does not change the hash of `awscli`.
In a follow-up, we could likely remove the RSA override as well, if we're OK
with patching out the `setup.cfg` requirements. This dropped support for some
old modules, but appears to not break API compatibility otherwise:
https://github.com/sybrenstuvel/python-rsa/blob/master/CHANGELOG.md#version-40---released-2018-09-16
2019-12-07 19:17:55 +01:00
xrelkd
9a4f4691ae
eksctl: 0.11.0 -> 0.11.1
2019-12-06 21:03:24 +08:00
Timo Kaufmann
cc6cf0a96a
Merge pull request #74371 from bbigras/lego
...
lego: 3.0.2 -> 3.2.0
2019-12-05 09:39:52 +01:00
xrelkd
76480b60b8
eksctl: 0.10.2 -> 0.11.0
2019-12-05 10:51:54 +08:00
Jonathan Ringer
313deeeb52
azure-cli: freeze azure-mgmt-imagebuilder
2019-12-03 00:17:58 -08:00
Jonathan Ringer
519558a9e7
azure-cli: freeze azure-mgmt-sqlvirtualmachine at 0.4.0
2019-12-02 23:46:15 -08:00
Jonathan Ringer
b59adfc731
azure-cli: 2.0.76 -> 2.0.77
2019-12-01 19:47:46 -08:00
R. RyanTM
0321a2aa12
tigervnc: 1.9.0 -> 1.10.0
...
* tigervnc: 1.9.0 -> 1.10.0 (#74679 )
+ refresh meta.homepage
2019-11-30 15:42:50 +01:00
Jonathan Ringer
d24d36b20c
azure-cli: freeze cosmosdb
2019-11-29 13:51:34 -08:00
Bruno Bigras
bedc67f760
lego: 3.0.2 -> 3.2.0
2019-11-28 00:28:19 -05:00
Mario Rodas
0f3cf4234d
Merge pull request #74108 from r-ryantm/auto-update/aws-google-auth
...
aws-google-auth: 0.0.32 -> 0.0.33
2019-11-25 05:32:25 -05:00
Michael Raskin
98dc6b59bf
fbvnc: init at 1.0.2
2019-11-25 10:29:03 +01:00
R. RyanTM
1433f5f3c4
aws-google-auth: 0.0.32 -> 0.0.33
2019-11-25 00:08:56 -08:00
Robert Scott
2482f8b8dc
tightvnc: add patches for four CVEs
...
Security fixes for:
* CVE-2019-8287
* CVE-2019-15678
* CVE-2019-15679
* CVE-2019-15680
mostly adapted from patches fixing similar issues in the actively
maintained libvnc
(#73970 )
2019-11-24 19:44:01 +01:00
Jonathan Ringer
85fc419d42
azure-cli: init at 2.0.76
2019-11-23 19:47:04 -08:00
xrelkd
86e305b4c9
eksctl: 0.9.0 -> 0.10.2
2019-11-22 23:19:20 +08:00
Jonathan Ringer
6a983b61d4
elasticsearch-curator: move out of python-packages
...
Upstream froze click to <7, which means it will only
work with overrides, which means it can't compose
with other python modules.
2019-11-19 07:38:27 -08:00
Jos van Bakel
10600289ee
awslogs: propagate setuptools
...
(#71172 )
2019-11-14 14:31:13 +01:00
xrelkd
735a8290c2
eksctl: 0.8.0 -> 0.9.0
2019-11-13 00:22:51 -08:00
Dmitry Kalinkin
7272491194
Merge pull request #72373 from jlesquembre/pulumi-fix
...
pulumi: install providers and add update script
2019-11-06 11:32:33 -05:00
José Luis Lafuente
7622f30ed2
pulumi: install providers and add update script
...
Without providers (also called plugins) pulumi doesn't do much. The way
they work, if you want to use a provider, pulimi will look for it in
your PATH, and if not found it will download it. Providers are just
executables, but third party binaries usually don't work on nixos unless
they are patched with the patchelf utility. Because of that, I'm
installing some patched providers with the main pulumi binary.
I'm also adding a small script helper to generate the hashes for all the
binaries.
2019-11-04 16:03:58 +01:00
xrelkd
940263f96e
eksctl: 0.7.0 -> 0.8.0
2019-11-01 13:38:55 +08:00
Mario Rodas
b861611b73
procs: 0.8.11 -> 0.8.13
2019-10-30 21:14:43 -07:00
Mario Rodas
6ceb1924ff
Merge pull request #72307 from jlesquembre/pulumi
...
pulumi: 1.3.4 -> 1.4.0
2019-10-30 19:17:03 -05:00
Simonas Kazlauskas
38462b0956
berglas: 0.2.0 → 0.2.1
2019-10-30 21:52:06 +02:00
José Luis Lafuente
9c68a03cdc
pulumi: 1.3.4 -> 1.4.0
2019-10-30 17:11:49 +01:00
Frederik Rietdijk
2db400d8c8
certbot: don't use distutils.StrictVersion
2019-10-29 14:10:56 +01:00
Pradyuman Vig
78d9669963
google-cloud-sdk: 255.0.0 -> 268.0.0 ( #71958 )
2019-10-29 09:26:21 +00:00
Frederik Rietdijk
befc2dfa82
aws_shell: 0.2.0 -> 0.2.1
2019-10-27 16:26:57 +01:00
Frederik Rietdijk
ba2624412d
awscli: use python3
2019-10-27 16:26:57 +01:00
Frederik Rietdijk
ad90efb0d7
awscli: 1.16.261 -> 1.16.266
2019-10-27 16:26:57 +01:00
xrelkd
29d21c3775
eksctl: 0.6.0 -> 0.7.0
2019-10-26 21:50:50 +08:00
Florian Klink
dc84a7d4e3
Merge pull request #71291 from NinjaTrappeur/nin-update-acme
...
simp_le: 0.9.0 -> 0.16.0
2019-10-24 16:08:02 +02:00
Frederik Rietdijk
09c9a2de7e
Merge master into staging-next
2019-10-23 16:50:09 +02:00
Félix Baylac-Jacqué
38e84151e0
certbot: 0.31.0 -> 0.39.0
...
Updating:
- nixos module to use the new `account_reg.json` file.
- use nixpkgs pebble for integration tests.
Co-authored-by: Florian Klink <flokli@flokli.de>
Replace certbot-embedded pebble
2019-10-23 13:12:11 +02:00
Félix Baylac-Jacqué
6ac0e34161
pebble: init at 2.2.2
2019-10-23 13:12:11 +02:00
R. RyanTM
e56fc64ef5
pulumi-bin: 1.1.0 -> 1.3.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/pulumi/versions
2019-10-22 22:24:32 -07:00
Félix Baylac-Jacqué
071d181e0a
simp_le: 0.9.0 -> 0.16.0
2019-10-20 14:15:20 +02:00
adisbladis
77a4c15c82
boulder: init at release-2019-10-13
2019-10-20 14:15:20 +02:00
Frederik Rietdijk
365098e092
awscli and aws_shell: use the same python version with deps
...
We need this python version with its custom dependencies for aws_shell.
2019-10-18 09:54:04 +02:00
Frederik Rietdijk
b5623ef56f
awscli: 1.16.215 -> 1.16.261
2019-10-18 09:54:04 +02:00
Lassulus
04f706e928
Merge pull request #70209 from wucke13/lxd
...
lxd: 3.13 -> 3.18
2019-10-15 13:31:10 +02:00
wucke13
3e6b5c6709
lxd: 3.13 -> 3.18
...
+ also added myself to maintainer list
2019-10-15 13:11:26 +02:00
R. RyanTM
3ba2580d4c
acme-sh: 2.8.2 -> 2.8.3 ( #70555 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/acme.sh/versions
2019-10-13 17:48:16 +02:00
Jan Tojnar
6c8aed6391
Merge branch 'master' into staging-next
2019-10-12 00:50:21 +02:00
Marek Mahut
962195d977
Merge pull request #70839 from 1000101/master
...
oxidized: fix git-crypt dependency
2019-10-09 23:35:23 +02:00
Johannes Schleifenbaum
8275ac3b59
mycli: 1.19.0 -> 1.20.1
2019-10-09 10:59:46 -07:00
Jan Hrnko
a3fe055666
oxidized: fix gitcrypt dependencies
2019-10-09 10:06:20 +02:00
Frederik Rietdijk
a0c34f54cc
Merge master into staging-next
2019-10-08 11:56:52 +02:00
Mario Rodas
3c3c9013d5
procs: 0.8.9 -> 0.8.11
2019-10-07 20:00:00 -05:00
Jan Tojnar
b3fcd9375d
Merge branch 'master' into staging-next
2019-10-03 01:47:08 +02:00
Andreas Rammhold
475e88a6fb
Merge pull request #70045 from nagisa/berglas-init-0.2.0
...
berglas: init at 0.2.0
2019-09-30 14:45:47 +02:00
Simonas Kazlauskas
dbda0f2052
berlgas: init at 0.2.0
2019-09-30 15:01:27 +03:00
xrelkd
613fa47c46
eksctl: 0.5.2 -> 0.6.0
2019-09-29 07:05:17 +08:00
Vladimír Čunát
a1eacb900e
Re-revert "awscli: Get rid of runtime -dev dependencies"
...
This reverts commit afd04a49ed
.
Moved from master to staging.
2019-09-24 08:15:26 +02:00
Vladimír Čunát
192fb9d11b
Merge branch 'staging-next' into staging
2019-09-24 08:15:01 +02:00
Vladimír Čunát
afd04a49ed
Revert "awscli: Get rid of runtime -dev dependencies"
...
This reverts commit c8bc18bcc2
.
Moving to staging - it's quite a large rebuild (7-8k per platform),
which probably wasn't noticed; the change doesn't seem urgent.
2019-09-24 08:10:03 +02:00
Eelco Dolstra
c8bc18bcc2
awscli: Get rid of runtime -dev dependencies
2019-09-23 19:24:05 +02:00
Jörg Thalheim
85df382f21
Merge pull request #68979 from vladdy/update-pulumi
...
pulumi-bin: 0.17.27 -> 1.1.0
2019-09-23 17:47:44 +01:00
Orivej Desh
dc4224bc54
Merge branch 'master' into staging
...
* master: (36 commits)
libipt: set platforms to unix
licenses: refer to curl using spdx
qhull: specify spdx license
ocamlPackages.spacetime_lib: 0.1.0 -> 0.3.0
ocamlPackages.owee: 0.2 -> 0.3
nixFlakes: 2.4pre20190913_a25c022 -> 2.4pre20190922_382aa05
daemon: init at 0.6.4
k9s: 0.7.13 -> 0.8.4
cask: Use generated src/version from Melpa
python.pkgs.flask_oauthlib: remove
radeon-profile: 20170714 -> 20190903
radeon-profile: use Qt mkDerivation
afew: propagate setuptools
pythonPackages.flask-jwt-extended: 3.17.0 -> 3.23.0
mutt: 1.12.1 -> 1.12.2
unit: 1.10.0 -> 1.11.0
emacsPackages: Update elpa
emacsPackages: Update melpa
cask: Fix cask usage
git-lfs: use buildGoPackage
...
2019-09-22 21:33:00 +00:00
adisbladis
17bf171b13
Merge pull request #69229 from marsam/use-buildGoPackage
...
treewide: use buildGoPackage in packages which vendor dependencies
2019-09-22 16:36:54 +01:00
Vladimír Čunát
6c567ed797
Merge branch 'staging-next' into staging
2019-09-22 10:06:45 +02:00
Andreas Rammhold
8495566fb6
Merge pull request #68348 from andir/google-cloud-sdk-pythonenv
...
Google cloud sdk pythonenv
2019-09-22 09:15:28 +02:00
Mario Rodas
605f89305a
certigo: use buildGoPackage
2019-09-21 04:27:00 -05:00
talyz
43dc5c0e8f
nomachine-client: 6.7.6 -> 6.8.1
2019-09-19 13:16:08 +02:00
Vlad Artamonov
1897cf8ad8
pulumi: 0.17.27 -> 1.1.0
2019-09-17 14:29:57 -04:00
Philipp
274b8654f5
dehydrated: move to pname syntax, handle docs/manpage.
2019-09-12 19:54:44 +02:00
Andreas Rammhold
e023b3b1d9
google-cloud-sdk: remove from python-modules
...
It is not a python module just an application using/based on python.
2019-09-09 15:36:26 +02:00
Elis Hirwing
eae0eb0892
Merge pull request #68344 from Izorkin/gixy
...
gixy: fix error - no module named pkg_resources
2019-09-09 11:27:08 +02:00
Andreas Rammhold
4fdbdcede0
google-cloud-sdk: prefer using a pythonEnv vs just a search path
...
Previously only direct dependencies were available in the python search
path. Transitive dependencies would not be available and thus a few
features would not work due to import errors. Those import errors were
being caugth and gave a (wrong) hint why it wouldn't work. By using
`python.withPackages` instead of the crafted search path with only the
direct dependencies those missing feature should now be working.
See issue #67094 for details on the observed errors.
Fixes #67094
2019-09-09 10:50:12 +02:00
Izorkin
8af0412e90
gixy: fix error - no module named pkg_resources
2019-09-09 10:59:58 +03:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
Frederik Rietdijk
66bc7fc1b3
Merge master into staging-next
2019-09-06 22:46:05 +02:00
xrelkd
2b53a91467
eksctl: 0.5.1 -> 0.5.2
2019-09-06 21:50:46 +02:00
Jan Tojnar
f9237f3152
Merge branch 'master' into staging-next
2019-09-06 16:55:11 +02:00
Jörg Thalheim
35f0ffb704
eksctl: 0.5.0 -> 0.5.1 ( #68188 )
...
eksctl: 0.5.0 -> 0.5.1
2019-09-06 15:03:20 +01:00
xrelkd
76064c57b9
eksctl: 0.5.0 -> 0.5.1
2019-09-06 14:53:20 +08:00
Mario Rodas
56ddfa9d8f
procs: 0.8.5 -> 0.8.9
2019-09-06 00:00:00 -05:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
...
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
xrelkd
68ad416f34
eksctl: 0.4.3 -> 0.5.0
2019-09-05 09:38:28 +08:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next
2019-09-04 11:00:56 +02:00
Markus Hauck
3b32921a05
aws-rotate-key: 1.0.4 -> 1.0.6
2019-09-04 09:37:25 +02:00
Mario Rodas
ef1441fa66
clair: 2.0.8 -> 2.0.9
2019-09-02 20:37:25 -05:00
Milan Pässler (work)
185fd61631
treewide: remove uses of doBuild and doConfigure
...
doBuild and doConfigure are not actually used by any builders, they were
probably added by mistake and just confuse people.
2019-09-02 23:42:12 +02:00
volth
7bb6b373ab
treewide: name -> pname ( #67513 )
2019-08-31 07:41:22 -04:00
Frederik Rietdijk
ad1d58c622
Merge staging-next into staging
2019-08-31 10:04:20 +02:00
Frederik Rietdijk
fc74ba8291
Merge master into staging-next
2019-08-31 09:50:38 +02:00
xrelkd
fb68a01449
eksctl: 0.4.2 -> 0.4.3
2019-08-29 00:33:33 +08:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Frederik Rietdijk
5061fe0c2c
Merge staging-next into staging
2019-08-28 08:26:42 +02:00
volth
35d68ef143
treewide: remove redundant quotes
2019-08-26 21:40:19 +00:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
xrelkd
2a26c699d2
eksctl: 0.4.1 -> 0.4.2
2019-08-23 15:11:23 +08:00
Marek Mahut
9a7a18e817
Merge pull request #67012 from xrelkd/update/eksctl
...
eksctl: 0.3.1 -> 0.4.1
2019-08-23 08:18:53 +02:00
worldofpeace
4f4d2295fb
gtk-vnc: fixups
2019-08-22 17:14:37 -04:00
Marek Mahut
4bfb26b33f
Merge pull request #67255 from jtojnar/gtk-vnc-1.0
...
gtk-vnc: 0.9.0 → 1.0.0
2019-08-22 23:00:03 +02:00
Will Dietz
9c0decd277
lego: 2.6.0 -> 3.0.2, buildGoModule
...
https://github.com/go-acme/lego/releases/tag/v3.0.2
Notes for this and intermediate releases:
https://github.com/go-acme/lego/blob/v3.0.2/CHANGELOG.md
2019-08-22 13:52:11 -05:00
Jan Tojnar
d63ebd4119
gtk-vnc: 0.9.0 → 1.0.0
...
https://mail.gnome.org/archives/gtk-vnc-list/2019-August/msg00000.html
2019-08-22 15:33:18 +02:00
Marek Mahut
a4c0619803
Merge pull request #66785 from r-ryantm/auto-update/acme.sh
...
acme-sh: 2.8.1 -> 2.8.2
2019-08-20 22:32:13 +02:00
xrelkd
14f386b088
eksctl: 0.3.1 -> 0.4.1
2019-08-21 02:23:06 +08:00
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs
2019-08-20 19:36:05 +02:00
Frederik Rietdijk
f65aa21bb2
Merge master into staging-next
2019-08-18 12:53:44 +02:00
Andrew Childs
e60f51e9b4
botocore, boto3, awscli: 1.12.160->1.12.205, 1.9.160->1.9.205, 1.16.170->1.16.215
2019-08-18 11:48:39 +02:00
R. RyanTM
4de1f087e6
acme-sh: 2.8.1 -> 2.8.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/acme.sh/versions
2019-08-17 12:11:33 -07:00
R. RyanTM
b20a7a3974
analog: 6.0.15 -> 6.0.16
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/analog/versions
2019-08-17 09:55:49 -07:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
xrelkd
edbdbb31e1
eksctl: 0.3.0 -> 0.3.1
2019-08-08 11:05:25 +08:00
xrelkd
52a5a4496d
eksctl: 0.2.1 -> 0.3.0
2019-08-06 11:07:45 +08:00
Mario Rodas
2e80918cc9
Merge pull request #65869 from r-ryantm/auto-update/aws-google-auth
...
aws-google-auth: 0.0.29 -> 0.0.32
2019-08-05 18:54:32 -05:00
Marek Mahut
95f29fa673
pulumi: fixing darwin hash
2019-08-05 19:57:07 +02:00
R. RyanTM
38089d7e30
pulumi-bin: 0.17.17 -> 0.17.27
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pulumi/versions
2019-08-05 05:47:12 -07:00
R. RyanTM
19195a7925
aws-google-auth: 0.0.29 -> 0.0.32
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-google-auth/versions
2019-08-03 14:28:45 -07:00
Jörg Thalheim
071f274054
Merge pull request #63543 from nicknovitski/fastlane-2.125
...
fastlane: 2.107.0 -> 2.128.1
2019-07-29 07:11:45 +01:00
Nick Novitski
fd5a76bf85
fastlane: 2.107.0 -> 2.128.1
2019-07-28 22:15:55 -07:00
Mathis
c6e7bc2977
google-cloud-sdk: 241.0.0 -> 255.0.0 ( #65417 )
2019-07-28 19:58:36 +00:00
Frederik Rietdijk
34eebf6844
Merge master into staging-next
2019-07-25 11:52:18 +02:00
Frederik Rietdijk
3d00d8e4ee
pythonPackages.pyyaml_3: init , instead of multiple pyyaml overrides
...
Temporary attribute until we can get rid of it everywhere.
This was triggered due to the libyaml 0.2.2 incompatibilty requiring
patches and still not building.
2019-07-25 11:51:55 +02:00
xrelkd
f0ef270336
eksctl: 0.2.0 -> 0.2.1
2019-07-23 21:01:45 +08:00
xrelkd
d013d4723b
eksctl: 0.1.40 -> 0.2.0
2019-07-23 03:09:19 +08:00
Nick Novitski
7136e0d0a6
bundlerUpdateScript: init and use ( #64822 )
2019-07-22 12:02:47 +00:00
Wael Nasreddine
784efe7816
awscli: fix the tests by patching pyyaml ( #65134 )
...
The checkPhase of the pyyaml dependency of awscli was failing due to running the tests with a newer version of libyaml.
2019-07-20 00:14:05 -07:00
Wael Nasreddine
8965de1199
awscli: fix the build by disabling pyyaml tests ( #65119 )
2019-07-19 20:15:11 -07:00
worldofpeace
9a846892a2
Merge pull request #64532 from plumelo/feature/lxd-criu
...
lxd: add criu to path and bash completions, lxc: fix bash completions
2019-07-13 12:15:51 -04:00
xrelkd
47fb3b9388
eksctl: 0.1.39 -> 0.1.40
2019-07-13 09:49:06 +02:00
Meghea Iulian
2bbe28463a
lxd: adds bash completions
2019-07-12 09:41:08 +03:00
Meghea Iulian
812b5d3ffd
lxd: add criu to path
2019-07-12 09:41:07 +03:00
xrelkd
2ad00ba35f
clair: 2.0.7 -> 2.0.8
2019-07-11 09:49:09 +02:00
xrelkd
a6fe0a075e
eksctl: 0.1.38 -> 0.1.39 ( #64444 )
2019-07-08 16:03:22 -07:00
R. RyanTM
df71eaa0b0
dehydrated: 0.6.2 -> 0.6.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dehydrated/versions
2019-07-02 20:09:52 +02:00
Mario Rodas
ac5952b69b
Merge pull request #63526 from xrelkd/update/eksctl
...
eksctl: 0.1.35 -> 0.1.38
2019-06-21 13:20:41 -05:00
xrelkd
b586f11185
eksctl: 0.1.35 -> 0.1.38
2019-06-22 00:49:55 +08:00
R. RyanTM
893f9090bc
pulumi-bin: 0.17.14 -> 0.17.17
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pulumi/versions
2019-06-20 18:30:27 -05:00
Florian Klink
fbfcc15985
google-cloud-sdk: kubeconfig: don't store absolute path to gcloud binary ( #63037 )
...
google-cloud-sdk: kubeconfig: don't store absolute path to gcloud binary
2019-06-19 10:22:30 +02:00
R. RyanTM
be17040dbc
sec: 2.8.1 -> 2.8.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/sec/versions
2019-06-18 04:50:53 -07:00
Elis Hirwing
fac8d2d01b
Merge pull request #62727 from talyz/nomachine-6.7.6
...
nomachine-client: 6.6.8 -> 6.7.6
2019-06-17 09:33:32 +02:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Mario Rodas
1cafe467b1
Merge pull request #63041 from xrelkd/add/eksctl
...
eksctl: init at 0.1.35
2019-06-15 08:13:04 -05:00
Florian Klink
6a166b2bfc
google-cloud-sdk: apply kubeconfig: don't store absolute path to gcloud binary
2019-06-14 23:41:43 +02:00
Florian Klink
ff647cab19
google-cloud-sdk: use doBuild = false instead of hardcoding phases
...
We don't want to unpack in installPhase either.
2019-06-14 23:41:38 +02:00
Suvash Thapaliya
7815c86c10
iamy: 2.1.1 -> 2.3.2 ( #62613 )
2019-06-13 12:14:16 -07:00
xrelkd
66ee3ae31f
eksctl: init at 0.1.35
2019-06-13 13:05:39 +08:00
Joachim F
483d50e2cc
Merge pull request #62677 from joelthompson/upgrade_botolibs
...
botocore, boto3, awscli: 1.12.152->1.12.160, 1.9.152->1.9.160, 1.16.1…
2019-06-09 13:05:30 +00:00
Mario Rodas
30f2074503
ansible_2_5: drop
...
Ansible 2.5 has reached EOL in May 21, 2019
https://access.redhat.com/support/policy/updates/ansible-engine
2019-06-08 21:05:24 -05:00
Mario Rodas
e38bbb01eb
ansible_2_6: 2.6.15 -> 2.6.17
2019-06-08 21:05:24 -05:00
Mario Rodas
69a45144d5
ansible_2_7: 2.7.10 -> 2.7.11
2019-06-08 21:05:24 -05:00
Giacomo Longo
646ed20652
ansible: 2.7.6 -> 2.8.1
2019-06-08 21:05:24 -05:00
R. RyanTM
1579a5b9df
pulumi-bin: 0.17.8 -> 0.17.14 ( #62507 )
...
* pulumi-bin: 0.17.8 -> 0.17.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/pulumi/versions
* pulumi-bin: fix Darwin hash for v0.17.14
2019-06-06 18:18:23 +02:00
Milan Pässler
751810683b
lego: 2.2.0 -> 2.6.0
2019-06-06 07:24:12 -05:00
talyz
93a680605d
nomachine-client: 6.6.8 -> 6.7.6
2019-06-05 14:36:04 +02:00
Joel Thompson
49ddc4e6c6
botocore, boto3, awscli: 1.12.152->1.12.160, 1.9.152->1.9.160, 1.16.162->1.16.170
2019-06-04 15:24:36 -04:00
Alyssa Ross
062210bdff
treewide: update cargoSha256 hashes for cargo-vendor upgrade
...
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.
Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.
The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
PsyanticY
9ceb3e15fa
awscli: 1.16.106 -> 1.16.162
2019-05-21 12:17:05 -07:00
Mario Rodas
52146c5484
certigo: init at 1.11.0 ( #61782 )
2019-05-21 07:54:41 -07:00
Will Dietz
59ab5e0637
Merge pull request #61214 from dtzWill/update/lxd-3.13
...
lxd: 3.12 -> 3.13
2019-05-21 03:02:58 -05:00
Ryan Mulligan
4b917336f4
analog: 6.0.13 -> 6.0.15
...
* Updates src so it can be auto updated.
* Changes output paths to be only the pname, which seems more
consistent with other packages in nixpkgs
* minor cleanups
2019-05-15 20:51:35 -07:00
Will Dietz
b17830949c
lxd: 3.12 -> 3.13
...
https://discuss.linuxcontainers.org/t/lxd-3-13-has-been-released/4738
2019-05-09 16:26:10 -05:00
dalance
dd3b53ce79
procs: init at 0.8.5
2019-05-09 02:01:20 +09:00
WilliButz
7ca3dec610
oxidized: 0.26.2 -> 0.26.3 ( #60480 )
2019-05-05 17:56:07 +02:00
Renaud
7329b0d2ff
Merge pull request #60685 from dtzWill/update/bubblewrap-0.3.3
...
bubblewrap: 0.3.1 -> 0.3.3
2019-05-04 22:39:58 +02:00
R. RyanTM
3f62ef14f1
pulumi-bin: 0.17.4 -> 0.17.8 ( #60707 )
...
* pulumi-bin: 0.17.4 -> 0.17.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pulumi/versions
* pulumi: fix Darwin hash
2019-05-02 12:44:38 +02:00
Will Dietz
75425e0067
bubblewrap: 0.3.1 -> 0.3.3
...
https://github.com/projectatomic/bubblewrap/releases/tag/v0.3.3
2019-05-01 17:42:21 -05:00
Renaud
8a929f6391
Merge pull request #60452 from r-ryantm/auto-update/acme.sh
...
acme-sh: 2.8.0 -> 2.8.1
2019-04-30 23:06:49 +02:00
R. RyanTM
3a8ff4911c
acme-sh: 2.8.0 -> 2.8.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/acme.sh/versions
2019-04-29 20:52:42 -07:00
Andrew Childs
a219e53504
acme.sh: use iproute on linux and netstat elsewhere
...
Fixes Darwin build.
2019-04-27 14:54:24 +09:00
Will Dietz
39278d93a1
Merge pull request #58657 from dtzWill/update/salt-peper-2019-03
...
salt: 2018.3 -> 2019.2, pepper: 0.5.5 -> 0.7.5
2019-04-22 17:28:35 -05:00
Will Dietz
5f20227855
pepper: python2Packages -> pythonPackages (python3 should work)
2019-04-17 14:09:16 -05:00
Will Dietz
8b185aa31b
pepper: 0.5.5 -> 0.7.5
2019-04-17 14:08:45 -05:00
Frederik Rietdijk
bae32a9f5c
Merge staging-next into staging
2019-04-16 18:54:15 +02:00
Matthew Bauer
f475aeaf29
Merge pull request #59535 from matthewbauer/homepage-fixes
...
treewide: update homepages to https where available
2019-04-15 20:47:30 -04:00
Matthew Bauer
290a5d916e
treewide: update homepages to https where available
...
Based on "problems" from repology:
https://repology.org/repository/nix_unstable/problems
Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Aaron Bull Schaefer
290be50d1e
ansible_2_6: 2.6.9 -> 2.6.15 ( #58286 )
2019-04-13 21:35:28 +02:00
Aaron Bull Schaefer
dcf5fd5afc
ansible_2_5: 2.5.14 -> 2.5.15 ( #58287 )
2019-04-13 21:34:51 +02:00
Frederik Rietdijk
c6341c279b
Merge staging-next into staging
2019-04-11 07:52:44 +02:00
Andrew Dunham
3c2e7e91e5
aws-vault: 4.3.0 -> 4.5.1 ( #59254 )
2019-04-10 11:10:44 +02:00
Robert Schütz
2d29d97838
Merge pull request #57688 from dotlambda/pyyaml-5.1
...
python.pkgs.pyyaml: 3.13 -> 5.1
2019-04-10 10:53:14 +02:00
xeji
7371867e53
Merge pull request #58761 from r-ryantm/auto-update/pulumi
...
pulumi-bin: 0.16.11 -> 0.17.4
2019-04-08 20:27:18 +02:00
Dmitry Kalinkin
2c88a3fecb
pulumi: fix darwin src hash
2019-04-08 13:29:05 -04:00
Mathieu Boespflug
1fa743f927
google-cloud-sdk: 222.0.0 -> 241.0.0 ( #59129 )
2019-04-08 11:21:13 +02:00
Ryan Mulligan
ab4a188981
Merge pull request #58876 from r-ryantm/auto-update/salt
...
salt: 2018.3.2 -> 2019.2.0
2019-04-07 21:59:59 -07:00
talyz
9d1e509ecd
nomachine-client: 6.5.6 -> 6.6.8
2019-04-07 17:58:36 +02:00
Will Dietz
1889be45ce
lxd: 3.11 -> 3.12 ( #59034 )
...
No need to patch go-dqlite, included.
2019-04-06 10:18:59 +00:00
Robert Schütz
be744b3254
awscli: pin pyyaml to 3.13
...
Upstream requires
PyYAML>=3.10,<=3.13
2019-04-03 16:46:52 +02:00
R. RyanTM
f78863170a
salt: 2018.3.2 -> 2019.2.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/salt/versions
2019-04-02 18:12:03 -07:00
R. RyanTM
65e665ee19
pulumi-bin: 0.16.11 -> 0.17.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/pulumi/versions
2019-04-02 02:44:54 -07:00
Will Dietz
e37f63daaf
Merge pull request #57540 from dtzWill/update/sqlite-replication-and-dqlite
...
dqlite,sqlite-replication,lxd: updates!
2019-03-17 00:48:18 -05:00
Maximilian Bosch
69c21be86e
mycli: patch tests
...
Similar to f3c66bb31e
. Due to invalid
datatypes a lot of the tests broke.
The patch is based on an upstream PR[1], but had to be modified in order
to apply on v1.19.0.
See also https://hydra.nixos.org/build/90119741
Addresses #56826
[1] https://github.com/dbcli/mycli/pull/711
2019-03-15 21:08:10 +01:00
Will Dietz
c3fb95b4ee
lxd: 3.10 -> 3.11, patch vendored go-dqlite to fix w/dqlite 0.2.6
2019-03-12 16:26:20 -05:00
Franz Pletz
6a69ce9750
Merge pull request #56909 from WilliButz/update-oxidized
...
oxidized: 0.25.0 -> 0.26.2
2019-03-07 16:25:44 +00:00
Josef Kemetmüller
841beafd10
sewer: 0.6.0 -> 0.7.0
2019-03-06 21:12:59 +01:00
Josef Kemetmüller
19fc5cb3db
sewer: Fix build
...
The sed expression actually caused an error on hydra:
```
sed: -e expression #1 , char 18: Invalid collation character
```
It seems to build fine without it however.
2019-03-06 21:11:15 +01:00
WilliButz
da55a4f48c
oxidized: 0.25.0 -> 0.26.2
2019-03-05 21:00:38 +01:00
Peter Simons
2c75686985
analog: update to version 6.0.13
2019-03-05 12:08:20 +01:00
Robert Schütz
ee2d7e432f
Merge pull request #56323 from costrouc/python-ansible-refactor
...
Move ansible to python-modules and use toPythonApplication + ansible related packages
2019-03-01 21:08:54 +01:00
Chris Ostrouchov
300ca8132b
pythonPackages.ansible: refactor move to python-modules
2019-03-01 14:46:56 -05:00
Frederik Rietdijk
2fcb11a244
Merge staging-next into master
2019-03-01 09:06:20 +01:00
Ryan Mulligan
a13f0a1dcd
Merge pull request #53472 from borisbabic/feature/init-virtscreen
...
virtscreen: init at 0.3.1
2019-02-24 07:12:56 -08:00
talyz
fb58041386
nomachine-client: 6.4.6_1 -> 6.5.6 ( #56269 )
...
Update package. Also, since the last digit differs between the 32- and
64-bit version, remove it from the version number and introduce two
separate variables - one for each architecture.
2019-02-24 12:11:22 +01:00
Frederik Rietdijk
c2eac6741b
Merge master into staging-next
2019-02-24 09:19:12 +01:00
R. RyanTM
a977695d0f
ansible: 2.7.5 -> 2.7.6 ( #54855 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-ansible/versions
2019-02-24 00:50:44 +01:00
Frederik Rietdijk
5871da418f
Merge staging into python-unstable
2019-02-21 08:02:10 +01:00
Boris Babic
712f5f9daf
virtscreen: init at 0.3.1
2019-02-18 13:45:20 -05:00
Frederik Rietdijk
a88c739b58
awscli: 1.16.104 -> 1.16.106
2019-02-17 14:40:57 +01:00
Frederik Rietdijk
6da810586d
awscli: 1.16.90 -> 1.16.104
2019-02-17 14:40:51 +01:00
jD91mZM2
5a00711ef8
x11docker: init at 5.4.1
2019-02-15 17:16:42 +01:00
Will Dietz
53b7cf556e
certbot: 0.30.2 -> 0.31.0 ( #55601 )
2019-02-12 11:38:43 +01:00
Will Dietz
4d8e3a2e61
Merge pull request #51690 from dtzWill/update/acme-0.29.1
...
certbot, acme: 0.24.0 -> 0.30.2
2019-02-11 17:38:35 -06:00
Vladimír Čunát
c40f211499
Merge branch 'staging-next'
...
It's not completely without regressions, but ATM it seems to bring more
upsides than downsides and the iteration is too long already.
2019-02-10 14:20:49 +01:00
Izorkin
e3bd1dd52c
lego: 2.0.1 -> 2.2.0
2019-02-09 22:55:17 +03:00
Vladimír Čunát
7f9e3b8206
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1504357
2019-02-09 10:15:17 +01:00
Jörg Thalheim
b2d9782d23
Merge pull request #53611 from r-ryantm/auto-update/lxc
...
lxc: 3.0.3 -> 3.1.0
2019-02-08 07:03:35 +00:00
Jörg Thalheim
56b1b0ada6
lxd: 3.0.2 -> 3.10
2019-02-08 07:02:40 +00:00
Vladyslav M
5382ee6c21
Merge pull request #55347 from r-ryantm/auto-update/acme.sh
...
acme-sh: 2.7.9 -> 2.8.0
2019-02-06 19:11:14 +02:00
R. RyanTM
fabb1c4344
acme-sh: 2.7.9 -> 2.8.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/acme.sh/versions
2019-02-06 08:00:38 -08:00
Vladimír Čunát
ff101946a8
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1503899
2019-02-06 14:24:46 +01:00
Meghea Iulian
76c0ebc710
lxd: fix sh not in path ( #55073 )
...
lxd: add bash to PATH
2019-02-04 09:19:14 +01:00
Will Dietz
e79e038b09
acme, certbot: 0.29.1 -> 0.30.2
...
* move to python3
* touchup deps
2019-02-03 21:13:54 -06:00
Will Dietz
4be1d9a444
certbot, acme: 0.24.0 -> 0.29.1
...
(same source)
2019-02-03 20:58:45 -06:00
Vladimír Čunát
5effa4e0f9
Merge branch 'master' into staging-next
...
Comments on conflicts:
- llvm: d6f401e1
vs. 469ecc70
- docs for 6 and 7 say the default is
to build all targets, so we should be fine
- some pypi hashes: they were equivalent, just base16 vs. base32
2019-02-01 09:22:29 +01:00
Greg Roodt
b1ddb5fcbd
Version 0.3.0
2019-01-26 07:37:04 -08:00
Izorkin
f538be5e18
lego: 1.2.1 -> 2.0.1
2019-01-20 22:25:19 +03:00
Frederik Rietdijk
f8b45e2d84
Merge staging-next into staging
2019-01-19 09:24:01 +01:00
Jörg Thalheim
39e6170133
Merge pull request #54271 from xtruder/pkgs/pulumi-bin/linux_fix
...
pulumi: 0.16.7 -> 0.16.11, patchelf on linux
2019-01-18 13:37:55 +00:00
Jaka Hudoklin
16700a86e4
pulumi: patchelf binaries on linux
2019-01-18 14:18:36 +01:00
Jaka Hudoklin
c07c354654
pulumi: 0.6.7 -> 0.6.11
2019-01-18 14:18:35 +01:00
Robert Schütz
f87b6077a3
awscli: 1.16.89 -> 1.16.90
2019-01-18 09:37:10 +01:00
Tim Steinbach
80a140c799
awscli: 1.16.72 -> 1.16.89
2019-01-16 09:52:59 -05:00
Vladimír Čunát
287144e342
Merge branch 'master' into staging-next
2019-01-10 13:07:21 +01:00
Mario Rodas
23da4c67c8
clair: init at 2.0.7
2019-01-06 19:40:13 -05:00
Frederik Rietdijk
60a3973a55
Merge staging-next into staging
2019-01-05 10:15:00 +01:00
Lengyel Balazs
f4a53ff3bc
treewide/xorg: replace *proto with xorgproto
2019-01-04 14:38:57 +01:00
R. RyanTM
37ef1274ba
ansible: 2.7.4 -> 2.7.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-ansible/versions
2019-01-04 11:11:09 +01:00
R. RyanTM
0aa798c589
pulumi-bin: 0.16.2 -> 0.16.7
...
* pulumi-bin: 0.16.2 -> 0.16.7 (#52151 )
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pulumi/versions
* pulumi-bin: fix Darwin hash for 0.16.7
2018-12-19 17:50:15 +01:00
talyz
aaf353e7ad
nomachine-client: Fix audio support
...
libnxcau.so needs libpulse.so.0 for audio to work, but doesn't
have a DT_NEEDED entry for it, so it's not automatically
detected. This adds the missing entry and libpulseaudio to
buildInputs, enabling autoPatchelfHook to fix the RPATH.
2018-12-19 14:14:09 +01:00
talyz
1fc12ef702
nomachine-client: 6.3.6_1 -> 6.4.6_1
2018-12-19 13:29:47 +01:00
Frederik Rietdijk
911d1853ca
Merge master into staging-next
2018-12-19 08:57:41 +01:00
WilliButz
9b2e8ddebe
oxidized: 0.21.0 -> 0.25.0, drop obsolete patch ( #52492 )
...
This removes the patch for support of Dell X-series because
oxidized now includes a model for these switches.
2018-12-19 00:24:51 +01:00
Frederik Rietdijk
826ab7026e
Merge master into staging-next
2018-12-18 09:22:17 +01:00
Renaud
45c9e8c00c
Merge pull request #52395 from r-ryantm/auto-update/awslogs
...
awslogs: 0.10 -> 0.11.0
2018-12-17 15:11:20 +01:00
Maximilian Bosch
b647c6c03d
Merge pull request #52196 from r-ryantm/auto-update/nxproxy
...
nxproxy: 3.5.99.16 -> 3.5.99.17-1
2018-12-16 22:39:20 +01:00
R. RyanTM
4f73b718d1
ansible: 2.7.2 -> 2.7.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/python2.7-ansible/versions
2018-12-16 18:48:26 +01:00
R. RyanTM
6bbe1da810
awslogs: 0.10 -> 0.11.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/awslogs/versions
2018-12-16 08:23:17 -08:00
R. RyanTM
4878a24df7
mycli: 1.17.0 -> 1.19.0 ( #52198 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mycli/versions
2018-12-15 11:42:38 +01:00
R. RyanTM
6e21679285
nxproxy: 3.5.99.16 -> 3.5.99.17-1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nxproxy/versions
2018-12-15 01:52:20 -08:00
Jos van Bakel
35aab266e3
swiftclient: init at 3.6.0
2018-12-13 21:18:09 +01:00
Dan Peebles
828547556e
botocore: 1.12.48 -> 1.12.62
...
boto3: 1.9.36 -> 1.9.62
awscli: 1.16.72
I update all three of these at a time because they rely on each other
and get annoyed when such changes are non-atomic. Also added a note to
the packages telling people that this is needed. I tested awscli and the
libraries against a real account.
2018-12-10 16:19:05 -05:00
Renaud
3556990e36
Merge pull request #51589 from tilpner/tigervnc-update
...
tigervnc: 1.8.0pre2017041 -> 1.9.0
2018-12-08 23:55:55 +01:00
tilpner
70bd091f16
tigervnc: 1.8.0pre2017041 -> 1.9.0
2018-12-05 22:00:40 +01:00
Frederik Rietdijk
6e62e48521
awscli: fix build
2018-12-03 16:50:40 +01:00
Frederik Rietdijk
a510aa2672
Merge master into staging-next
2018-12-03 12:18:43 +01:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
...
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
worldofpeace
50bb0afa7c
Merge pull request #50863 from marsam/feature/add-aws-google-auth
...
aws-google-auth: init at 0.0.29
2018-11-30 21:58:24 -05:00
Mario Rodas
f15aecd1bb
aws-google-auth: init at 0.0.29
2018-11-30 21:57:07 -05:00
Jan Tojnar
18e2f05845
gtk-vnc.updateScript: allow unstable versions
2018-11-30 21:35:28 +01:00
Matthew Bauer
76c7a8bac0
Merge pull request #51205 from matthewbauer/more-setup-hooks
...
Add premake & imake setup hook
2018-11-29 19:36:25 -06:00
Matthew Bauer
38f1b48232
tightvnc: use imake setup hook
2018-11-28 20:14:44 -06:00
Léo Gaspard
8231e7181b
Merge branch 'pr-49633'
...
* pr-49633:
pulumi: init at 0.16.2
2018-11-28 10:09:18 +09:00
Peter Romfeld
08699733bb
pulumi: init at 0.16.2
2018-11-28 00:45:45 +08:00
Joachim F
f00bc13ad7
Merge pull request #50831 from andersk/lxd-apparmor_parser
...
lxd: Provide apparmor_parser
2018-11-24 14:48:38 +00:00
Renaud
fda41e851b
Merge pull request #50767 from Izorkin/lego
...
lego: 1.0.1 -> 1.2.1
2018-11-21 13:20:17 +01:00
Frederik Rietdijk
f0b49c4d10
python.pkgs.prompt_toolkit: always use 1 with py2 and 2 with py3
2018-11-21 12:38:54 +01:00
Chris Ostrouchov
d69246709f
pythonPackages.prompt_toolkit: 1.0.15 -> 2.0.7
...
Created a version to prompt_toolkit_1 for legacy ipython
2018-11-21 12:38:54 +01:00
Anders Kaseorg
291499d10e
lxd: Provide apparmor_parser
...
Previously, lxd would complain about apparmor_parser being missing:
lxd[1037]: lvl=warn msg="AppArmor support has been disabled because 'apparmor_parser' couldn't be found" t=2018-11-19T18:32:47-0800
We need to provide a wrapped apparmor_parser that knows where to find
<tunables/global>, which is #included by lxd’s generated profiles.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-11-19 22:42:04 -08:00
R. RyanTM
263f4c43de
ansible: 2.7.1 -> 2.7.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/python2.7-ansible/versions
2018-11-19 17:21:37 -08:00
Izorkin
851da4b9ee
lego: 1.0.1 -> 1.2.1
2018-11-19 21:27:50 +03:00
Maximilian Bode
6fdaf0d06a
aws-rotate-key: 1.0.3 -> 1.0.4
2018-11-18 15:39:01 +01:00
Alyssa Ross
b5931668c2
oxidized: rack: 1.6.9 -> 1.6.11
...
CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128
CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
2018-11-06 09:23:25 +00:00
Jörg Thalheim
dc0af4d7b6
Merge pull request #49632 from enumatech/fastlane-2.107.0
...
fastlane: 2.105.2 -> 2.107.0
2018-11-04 18:37:17 +00:00
Thilo Uttendorfer
c0d30e5f03
ansible_2_7: init at 2.7.1
2018-11-03 00:11:24 +01:00
Thilo Uttendorfer
e63509a651
ansible_2_6: 2.6.2 -> 2.6.7
2018-11-03 00:11:24 +01:00
Thilo Uttendorfer
de8a3e3125
ansible_2_5: 2.5.2 -> 2.5.11
2018-11-03 00:11:24 +01:00
Renaud
4e8bed52ce
Merge pull request #49352 from talyz/master
...
nomachine-client: init at 6.3.6_1
2018-11-03 00:01:10 +01:00
talyz
06acfb853f
nomachine-client: init at 6.3.6_1
...
Packages mainly the nxplayer part of the client, since the tray
doesn't work very well without the server / a complete installation.
Use the shipped libs, since nxplayer really doesn't like any others. I
believe they use internally modified versions of many libs.
Audio doesn't work: the libasound.so shipped looks for the alsa config
files in the wrong place, and even if it finds them, it still doesn't
work. Using the one from alsaLib doesn't work either and adds
instability.
2018-11-02 15:56:46 +01:00
Peter Romfeld
61aa7e0e29
fastlane: 2.105.2 -> 2.107.0
2018-11-02 15:10:18 +08:00
Jaka Hudoklin
7df72ad928
google-cloud-sdk: 215.0.0 -> 222.0.0
2018-10-30 10:58:53 +01:00
Ioannis Koutras
ab62fe9108
lxd: 3.0.0 -> 3.0.2
2018-10-22 13:07:15 +03:00
Jörg Thalheim
8635fbdb55
Merge pull request #48230 from nicknovitski/fastlane-disable-update-check
...
fastlane: disable update check
2018-10-12 14:29:56 +01:00
Nick Novitski
63ed3c8c5e
fastlane: disable update check
2018-10-11 12:19:42 -08:00
Nick Novitski
cbda94201c
fastlane: 2.91.0 -> 2.105.2 ( #48085 )
2018-10-10 22:55:14 +02:00
Sarah Brofeldt
ac35f4efee
Merge pull request #47414 from NoRedInk/add-aws-env
...
aws-env: init at 0.4
2018-10-08 11:52:47 +02:00
Marica Odagaki
1d8aa40898
aws-env: init at 0.4
2018-10-07 18:47:08 -08:00
Sarah Brofeldt
e84a46a169
Merge pull request #47969 from kevincox/sewer
...
sewer: init at 0.6.0
2018-10-07 10:02:11 +02:00
M. Herdiansyah
1b97c37b29
bubblewrap: remove maintainership ( #47970 )
2018-10-06 15:52:40 +02:00
Renaud
d27fc43fc6
Merge pull request #47607 from mbode/aws-rotate-key_1_0_2
...
aws-rotate-key: 1.0.0 -> 1.0.3
2018-10-06 12:34:42 +02:00
Kevin Cox
011f1c7396
sewer: init at 0.6.0
...
sewer is an ACME client which supports DNS challenges with support for
various DNS servers.
2018-10-06 11:33:47 +01:00
Maximilian Bode
1cfe58e822
aws-rotate-key: 1.0.0 -> 1.0.3
2018-10-06 11:41:54 +02:00
tv
4b613137e4
sec: 2.8.0 -> 2.8.1 ( #47857 )
2018-10-05 15:32:51 +02:00
R. RyanTM
06956fa9da
bubblewrap: 0.3.0 -> 0.3.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bubblewrap/versions
2018-10-04 09:03:58 +02:00
WilliButz
6535a39ef9
gixy: 0.1.9 -> 0.1.20 ( #47497 )
2018-09-28 23:28:10 +02:00
Jaka Hudoklin
dd7de496d8
ansible: add dopy dependency for digitalocean integration ( #47441 )
2018-09-28 10:20:30 +02:00
Maximilian Bode
2438ceb5b4
salt: fix darwin build by specifying dependency on tornado 4
...
/cc ZHF #45961
2018-09-15 10:09:36 +02:00
brocking
10a6ab75a8
scaleway-cli: 1.14 -> 1.17
2018-09-14 12:15:56 +01:00
R. RyanTM
0837ff1108
sec: 2.7.12 -> 2.8.0 ( #46199 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
sec
2018-09-12 22:52:56 +02:00
Marica Odagaki
962712524e
aws-vault: pass the app version to the linker
...
Otherwise, "aws-vault --version" just outputs "dev"
2018-09-10 16:52:53 -08:00
Marica Odagaki
f2836b3622
aws-vault: 4.1.0 -> 4.3.0
2018-09-10 16:52:14 -08:00
Moritz Ulrich
d710765f52
google-cloud-sdk: 206.0.0 -> 215.0.0
2018-09-07 12:11:17 +02:00
Frederik Rietdijk
32492d9189
Python: fix botocore/boto3/awscli mess
...
Revert "pythonPackages.boto3: 1.7.84 -> 1.8.4"
This reverts commit 06b37899300e0800e7a0ea632fcb5bf0f291e003.
Revert "python: botocore: 1.11.1 -> 1.11.4"
This reverts commit 3b0242d4c014a440b8c1c58cae812dc84496cc95.
Revert "python: botocore: 1.10.75 -> 1.11.1"
This reverts commit 996fd79967
.
Revert "awscli: 1.16.1 -> 1.16.4"
This reverts commit 4880df9078bf024fd5a98afa8c6f28833e13f3d3.
Revert "awscli: 1.15.66 -> 1.16.1"
This reverts commit 6923bc8d23
.
awscli: fix build
pythonPackages.botocore: 1.10.75 -> 1.10.84
2018-09-01 10:41:37 +02:00
Frederik Rietdijk
cded4f2cf9
awscli: 1.16.1 -> 1.16.4
2018-09-01 10:41:37 +02:00
Robert Schütz
93550cbddf
Merge branch 'master' into staging-next
2018-08-31 17:32:48 +02:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Frederik Rietdijk
b61b993b75
Merge master into staging
2018-08-26 12:10:05 +02:00
Frederik Rietdijk
6923bc8d23
awscli: 1.15.66 -> 1.16.1
2018-08-25 18:16:34 +02:00
Jan Tojnar
c59f165771
gtk-vnc: 0.7.0 → 0.9.0
2018-08-25 15:57:23 +02:00
Tim Cuthbertson
8bb5054494
docker-credential-gcr: remove platforms
2018-08-22 01:13:01 +02:00
Jörg Thalheim
74d932d4d4
Merge pull request #44130 from cransom/cli53-go
...
cli53: 0.4.4 -> 0.8.12
2018-08-20 09:37:19 +01:00
Meghea Iulian
4f0e53da94
ansible: add jmespath dependency
2018-08-19 17:23:06 +03:00
Benjamin Staffin
9baaa51c96
google-cloud-sdk: include docker-credential-gcloud script ( #44886 )
...
This is required if you want to push images to gcr.io.
2018-08-17 17:12:16 -04:00
Casey Ransom
27d4088eb4
cli53: 0.4.4 -> 0.8.12
...
This is bigger change than the version would imply as the author has
rewritten in Go and no longer supports the Python app.
2018-08-16 10:42:47 -04:00
Oleg Pykhalov
a5b455aeb6
ansible: install man pages ( #44980 )
2018-08-13 15:30:41 +02:00
adisbladis
ea3310c944
ansible_2_6: init at 2.6.2 ( #44673 )
2018-08-09 08:19:55 +02:00
Wael M. Nasreddine
e9cb147a37
mycli: 1.6.0 -> 1.17.0
2018-08-07 00:29:25 -07:00
Robert Schütz
2215834789
simp_le: use python3Packages ( #44476 )
2018-08-05 01:17:38 +02:00
Judson
fb26b73f11
simp_le: Restricting to platforms.linux
2018-08-04 14:21:19 -07:00
Judson
7ab9e9b15b
(simp_le): (0.8.0 -> 0.9.0)
2018-08-04 12:56:55 -07:00
Robert Schütz
e2a81241e5
awslogs: use python3Packages
2018-08-03 19:53:46 +02:00