Commit Graph

74197 Commits

Author SHA1 Message Date
Oleksii Filonenko
785af8a75e
insomnia: 7.0.3 -> 7.0.5 2019-12-16 15:04:43 +02:00
Maximilian Bosch
75f8327773
cargo-geiger: 0.7.3 -> 0.9.0
https://crates.io/crates/cargo-geiger/0.9.0
2019-12-16 13:37:30 +01:00
Jonathan Ringer
229b2b57ee python3Packages.streamz: disable kafka tests 2019-12-16 03:32:00 -08:00
Vladimír Čunát
7139b127b3
gcc7: 7.4.0 -> 7.5.0
It's bugfix-only; these tend to be fairly safe,
and we don't really use gcc7 anymore by default.
I tested building gcc7 and gfortran7 on x86_64-linux.
https://gcc.gnu.org/ml/gcc-announce/2019/msg00003.html
2019-12-16 11:40:59 +01:00
Dmitry Kalinkin
83c5184398
Merge pull request #75734 from veprbl/pr/herwig_7_2_0
herwig: 7.1.6 -> 7.2.0
2019-12-16 05:26:52 -05:00
Mario Rodas
1581bc696a tqdm: 4.36.1 -> 4.40.2 2019-12-15 23:15:07 -08:00
Mario Rodas
6746087401 pikepdf: 1.8.0 -> 1.8.1 2019-12-15 23:15:07 -08:00
Mario Rodas
5f4f2a7c90 pythonPackages.pdfminer: add marsam to maintainers 2019-12-15 23:15:07 -08:00
Mario Rodas
0431f59cb8 pythonPackages.pdfminer: 20181108 -> 20191020 2019-12-15 23:15:07 -08:00
Jonathan Ringer
a5097e915d python3Packages.nipype: fix build, add missing dependencies 2019-12-15 19:18:13 -08:00
Jonathan Ringer
70d014e414 pythonPackages.etelemetry: init at 0.1.2
Needed by nipype package
2019-12-15 19:18:13 -08:00
Niklas Hambüchen
5ec40c8e92
Merge pull request #75677 from nh2/glog-patch-for-musl
glog: Add upstream patch to fix tests with musl.
2019-12-16 02:55:41 +00:00
Dmitry Kalinkin
95b0bc0989
herwig: 7.1.6 -> 7.2.0
thepeg: 2.1.6 -> 2.2.0
2019-12-15 20:56:40 -05:00
tbenst
60829ec4a1 python3packages.stytra: init at 0.8.26 2019-12-15 16:04:41 -08:00
tbenst
af596113d1 python3packages.qimage2ndarray: init at 1.8 2019-12-15 16:04:41 -08:00
tbenst
70d788cf18 python3packages.lightparam: init at 0.3.7 2019-12-15 16:04:41 -08:00
tbenst
a7166ae903 python3packages.flammkuchen: init at 0.9.1 2019-12-15 16:04:41 -08:00
tbenst
f82997f899 python3packages.colorspacious: init at 1.1.2 2019-12-15 16:04:41 -08:00
tbenst
51eff7ac8d python3packages.arrayqueues: init at 1.2.0b0 2019-12-15 16:04:41 -08:00
Danylo Hlynskyi
debca548f9
dolt: init at 0.12.0 (#75693)
* dolt: init at 0.12.0

* Update pkgs/servers/sql/dolt/default.nix

Co-Authored-By: robert seaton <robbpseaton@gmail.com>

* fix eval

* Update pkgs/servers/sql/dolt/default.nix

Co-Authored-By: Wael Nasreddine <wael.nasreddine@gmail.com>

* update Go docs as well
2019-12-16 00:58:16 +02:00
Franz Pletz
05c6009f56
Merge pull request #75715 from andir/ansible
ansible fixes for CVE-2019-10156 CVE-2019-10206 CVE-2019-14846 CVE-2019-14856 CVE-2019-14858 CVE-2019-14864
2019-12-15 22:47:28 +00:00
Jonathan Ringer
4b1c34cac6 gtk-server: 2.3.1 -> 2.4.5
Also bumped gtk version from gtk2 to gtk3
2019-12-15 13:31:53 -08:00
Mario Rodas
169fb13569
Merge pull request #75331 from r-ryantm/auto-update/python3.8-mysqlclient
python38Packages.mysqlclient: 1.4.5 -> 1.4.6
2019-12-15 16:02:28 -05:00
Mario Rodas
80af1ff9e1
Merge pull request #75368 from r-ryantm/auto-update/python3.8-sasmodels
python38Packages.sasmodels: 1.0.0 -> 1.0.1
2019-12-15 15:28:08 -05:00
Andreas Rammhold
71cde971c7 ansible_2_8: 2.8.4 -> 2.8.7
This addresses 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)

Changelog: 24220a618a/changelogs/CHANGELOG-v2.8.rst
2019-12-15 21:25:02 +01:00
Mario Rodas
eb2d272efd
Merge pull request #75671 from clayrat/tparsec-update
idrisPackages.tparsec: 2019-06-18 -> 2019-09-19
2019-12-15 14:43:44 -05:00
Will Dietz
3e046ee556 gst_all_1.gstreamer: 1.16.1 -> 1.16.2 2019-12-15 18:49:13 +01:00
Will Dietz
0de5452c84 gst_all_1.gst-vaapi: 1.16.1 -> 1.16.2 2019-12-15 18:49:13 +01:00
Will Dietz
94dd6d0789 gst_all_1.gst-plugins-ugly: 1.16.1 -> 1.16.2 2019-12-15 18:49:13 +01:00
Will Dietz
d12f31a0da gst_all_1.gst-plugins-base: 1.16.1 -> 1.16.2 2019-12-15 18:49:13 +01:00
Will Dietz
800ba7974e gst_all_1.gst-libav: 1.16.1 -> 1.16.2 2019-12-15 18:49:13 +01:00
Will Dietz
a4f6196485 gst_all_1.gst-validate: 1.16.1 -> 1.16.2 2019-12-15 18:49:13 +01:00
Will Dietz
8040ac8b79 gst_all_1.gst-rtsp-server: 1.16.1 -> 1.16.2 2019-12-15 18:49:13 +01:00
Will Dietz
560c4c9fdb gst_all_1.gst-plugins-good: 1.16.1 -> 1.16.2 2019-12-15 18:49:13 +01:00
Will Dietz
6c1f9493ed gst_all_1.gst-plugins-bad: 1.16.1 -> 1.16.2 2019-12-15 18:49:13 +01:00
Will Dietz
04f53c483e gst_all_1.gst-editing-services: 1.16.1 -> 1.16.2 2019-12-15 18:49:13 +01:00
Will Dietz
d67f29261d nghttp2: 1.39.2 -> 1.40.0 2019-12-15 18:45:29 +01:00
R. RyanTM
ef135db301 libuv: 1.33.1 -> 1.34.0 2019-12-15 18:45:16 +01:00
Frederik Rietdijk
c5720f531b python.pkgs.pyopengl: fix pname of src 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
573b9ccfef python.pkgs.setuptools: 41.6.0 -> 42.0.2 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
8d1430889f python: xattr: 0.9.6 -> 0.9.7 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
757bf39a31 python: xarray: 0.14.0 -> 0.14.1 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
6817b1f835 python: wasabi: 0.4.0 -> 0.4.2 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
6aa6c8b55b python: virtualenv: 16.7.7 -> 16.7.8 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
815b98c137 python: validators: 0.14.0 -> 0.14.1 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
6b347877bd python: uamqp: 1.2.3 -> 1.2.4 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
5d95fcbd6e python: tox: 3.14.1 -> 3.14.2 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
845cecee49 python: tifffile: 2019.7.26 -> 2019.7.26.2 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
56ce4f46ac python: testfixtures: 6.10.2 -> 6.10.3 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
e2db90be3d python: statsmodels: 0.10.1 -> 0.10.2 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
935c75fda1 python: squaremap: 1.0.4 -> 1.0.5 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
7365a96639 python: sqlmap: 1.3.11 -> 1.3.12 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
ab25bcfb5d python: sentry-sdk: 0.13.2 -> 0.13.5 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
1379225ff0 python: semantic_version: 2.8.2 -> 2.8.3 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
8911e95c8c python: scipy: 1.3.2 -> 1.3.3 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
ef3f0927ef python: runway-python: 0.5.3 -> 0.5.4 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
e23ff76ba4 python: runsnakerun: 2.0.4 -> 2.0.5 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
be7a92791a python: responses: 0.10.6 -> 0.10.7 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
e7c878ffe3 python: pywebpush: 1.10.0 -> 1.10.1 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
ba62825af2 python: pyvcd: 0.1.4 -> 0.1.5 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
1cee548428 python: pytest: 4.6.6 -> 4.6.7 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
2368256d55 python: pyrsistent: 0.15.5 -> 0.15.6 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
21062aa215 python: pyopengl: 3.1.0 -> 3.1.4 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
ae8f3b9c7b python: pyhomematic: 0.1.61 -> 0.1.62 2019-12-15 16:23:16 +01:00
Frederik Rietdijk
369e05a1a2 python: pyfaidx: 0.5.5.2 -> 0.5.7 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
1e46f8ff2a python: pybullet: 2.5.7 -> 2.5.8 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
5425867bfa python: publicsuffix: 1.1.0 -> 1.1.1 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
0bf64a4c66 python: psutil: 5.6.5 -> 5.6.7 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
39fcff56a5 python: psd-tools: 1.8.30 -> 1.8.32 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
910792bf8e python: preggy: 1.4.2 -> 1.4.4 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
e386008b30 python: pluggy: 0.13.0 -> 0.13.1 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
aa7e7a00c5 python: pgspecial: 1.11.8 -> 1.11.9 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
014a19b1ab python: pbr: 5.4.3 -> 5.4.4 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
e3b6c99310 python: passlib: 1.7.1 -> 1.7.2 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
784366da8e python: parameterized: 0.7.0 -> 0.7.1 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
271d51ae0a python: pafy: 0.5.4 -> 0.5.5 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
f304f1b92f python: openpyxl: 3.0.1 -> 3.0.2 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
cc0719f466 python: neurdflib: 5.0.0.post1 -> 5.0.1 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
41d8d9eec7 python: nest_asyncio: 1.2.0 -> 1.2.1 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
84e0764b45 python: mysqlclient: 1.4.5 -> 1.4.6 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
250363dc6e python: matplotlib: 3.1.1 -> 3.1.2 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
b577cf2ae3 python: mozdevice: 3.0.5 -> 3.0.6 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
8446c5572e python: lightgbm: 2.3.0 -> 2.3.1 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
6c9da101ac python: kombu: 4.6.6 -> 4.6.7 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
606433e1ed python: Kajiki: 0.8.1 -> 0.8.2 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
a453c128c3 python: junos-eznc: 2.3.0 -> 2.3.1 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
755f960929 python: joblib: 0.14.0 -> 0.14.1 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
4f66e968c9 python: identify: 1.4.7 -> 1.4.8 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
a5a00be14f python: homeassistant_pyozw: 0.1.4 -> 0.1.7 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
8328360107 python: holoviews: 1.12.6 -> 1.12.7 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
567c5ac102 python: hdbscan: 0.8.23 -> 0.8.24 2019-12-15 16:23:15 +01:00
Frederik Rietdijk
dacd463cc9 python: FoxDot: 0.8.3 -> 0.8.4 2019-12-15 16:23:14 +01:00
Frederik Rietdijk
bc28079757 python: Fiona: 1.8.11 -> 1.8.13 2019-12-15 16:23:14 +01:00
Frederik Rietdijk
22d150661d python: Faker: 2.0.4 -> 2.0.5 2019-12-15 16:23:14 +01:00
Frederik Rietdijk
2e5df9ff4c python: dulwich: 0.19.13 -> 0.19.14 2019-12-15 16:23:14 +01:00
Frederik Rietdijk
2315e1b687 python: django-reversion: 3.0.4 -> 3.0.5 2019-12-15 16:23:14 +01:00
Frederik Rietdijk
d6af5606da python: django-contrib-comments: 1.9.1 -> 1.9.2 2019-12-15 16:23:14 +01:00
Frederik Rietdijk
32edac585f python: Django: 2.1.14 -> 2.1.15 2019-12-15 16:23:14 +01:00
Frederik Rietdijk
3f1e6133ae python: django-mailman3: 1.3.0 -> 1.3.1 2019-12-15 16:23:14 +01:00
Frederik Rietdijk
ee848a88a7 python: ddt: 1.2.1 -> 1.2.2 2019-12-15 16:23:14 +01:00