Will Dietz and Frederik Rietdijk
d5dc9a2140
iputils: 20190515 -> 20190709
...
https://github.com/iputils/iputils/releases/tag/s20190709
See release notes for details,
but of particular note is that
this expression is now quite simpler
due to the following:
* ninfod now builds w/nettle!
* update includes patches we fetched from upstream
* cross should be handled now, during move to meson
* prelim testing confirms, meson makes it much easier
to get things right re:explanation given in comment
(not propagating host/target info)
* issue re:musl+idn2 appears resolved re:compilation,
but results in unclear runtime errors regarding
"invalid flags". Keep disabled as before as this
is clearer at the expression level and reports
failure to resolve instead which is a bit clearer.
(testing with systemd-less iputils)
This also means our iputils is openssl-free,
which if nothing else is a nice reduction in trans. size :).
(quick imperfect comparison shows:
39MB -> 35MB w/glibc
11.4 -> 7.9 w/musl
)
iputils: nvm no IDN w/musl
iputils: nvm keep idn disabled w/musl
2019-07-17 10:31:17 +02:00
Ambroz Bizjak and Frederik Rietdijk
3e867d16cd
strip setup hook: Strip using --strip-unneeded instead of --strip-debug.
2019-07-17 10:31:01 +02:00
Dmitry Kalinkin and Frederik Rietdijk
325f37f935
llvm_*,clang_*: allow src overrides
2019-07-17 10:30:05 +02:00
Robert Scott and Frederik Rietdijk
c996567948
zeromq: 4.3.1 -> 4.3.2
2019-07-17 10:25:35 +02:00
volth and Frederik Rietdijk
97ea621a56
perlPackages.buildPerlModule: allow pre/post hooks
...
buildPerlModule did not allow to specify hooks like preCheck or postInstall
it also did not allow to override buildPhase or installPhase
2019-07-17 10:23:40 +02:00
Nikolay Amiantov and Frederik Rietdijk
da295a1206
python2: backport fix for pyc race condition, part 2
...
Turns out fixing this only in importlib is not sufficient and we
need to backport CPython part of the fix too.
This patch is based on https://hg.python.org/cpython/rev/c16063765d3a
but because the code around is different there are some changes (C-strings
instead of Python objects etc.)
With this patch Tensorflow builds successfully on many-core machine.
2019-07-17 10:22:11 +02:00
Marek Mahut and Frederik Rietdijk
9a6bd59111
libxslt: CVE-2019-13118
2019-07-17 10:16:55 +02:00
Marek Mahut and Frederik Rietdijk
3aefa76106
libxslt: CVE-2019-13117
2019-07-17 10:16:55 +02:00
Marek Mahut and Frederik Rietdijk
0238946872
unzip: CVE-2019-13232
2019-07-17 10:15:08 +02:00
Frederik Rietdijk
0d832585b7
Merge staging-next into staging
2019-07-17 10:14:29 +02:00
Frederik Rietdijk
69476b4d90
Merge master into staging-next
2019-07-17 10:14:04 +02:00
R. RyanTM and Frederik Rietdijk
3f3403bfcf
x265: 3.0 -> 3.1.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/x265/versions
2019-07-17 10:11:29 +02:00
Matthieu Coudron and Frederik Rietdijk
2cd8924235
python3Packages.python-language-server: 0.26.1 -> 0.27.0
2019-07-17 10:08:50 +02:00
Matthieu Coudron and Frederik Rietdijk
274bb2e34d
python3Packages.pyls-mypy: 0.1.3 -> 0.1.6
2019-07-17 10:08:50 +02:00
Taito Horiuchi and Frederik Rietdijk
7c355b6a6d
pythonPackages.robotframework: 3.0.4 -> 3.1.2
...
pythonPackages.robotframework: source file is zip formated
2019-07-17 10:08:19 +02:00
Jamey Sharp and Nikolay Amiantov
d4e5748c1b
nixos/openldap: fix assertion
...
In commit d43dc68db3 , @Mic92 split the
rootpw option to allow specifying it in a file kept outside the Nix
store, as an alternative to specifying the password directly in the
config.
Prior to that, rootpw's type was `str`, but in order to allow both
alternatives, it had to become `nullOr str` with a default of `null`. So
I can see why this assertion, that either rootpw or rootpwFile are
specified, makes sense to add here.
However, these options aren't used if the configDir option is set, so as
written this assertion breaks valid configurations, including the
configuration used by nixos/tests/ldap.nix.
So this patch fixes the assertion so that it doesn't fire if configDir
is set.
2019-07-17 11:08:10 +03:00
Nikolay Amiantov and GitHub
294751a4fc
Merge pull request #62955 from abbradar/resolvconf
...
resolvconf service: init
2019-07-17 11:07:12 +03:00
Vladyslav Burzakovskyy and Frederik Rietdijk
0f5e19cc2b
pythonPackages.isoweek: init at 1.3.3
2019-07-17 10:06:12 +02:00
Chris Ostrouchov and Frederik Rietdijk
a0fae1b615
pythonPackages.decorator: 4.3.2 -> 4.4.0
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
a1fd212536
pythonPackages.odo: refactor 0.5.1 -> unstable-2019-07-16
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
124d108d7d
pythonPackages.pytest-mpl: refactor fix broken python 2 test
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
2c08f7dadd
pythonPackages.robotframework-tools: 0.1a114 -> 0.1rc4
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
bdd84a0257
pythonPackages.zetup: refactor fix broken
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
28f1c7765d
pythonPackages.modeled: init at 0.1.8
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
52840a2557
pythonPackages.sunpy: init at 1.0.2
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
85e027d914
pythonPackages.pytest_3: refactor fix broken build of old package
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
daf811fa6d
pythonPackages.drms: init at 0.5.6
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
ccdd093064
pythonPackages.glymur: init at 0.8.18
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
504134a4a0
pythonPackages.asdf: init at 2.3.3
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
bd82932de3
pythonPackages.parfive: init at 1.0.0
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
ad4bbe8684
pythonPackages.aioftp: init at 0.13.0
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
7523cd4f89
pythonPackages.trustme: refactor add idna as dependency needed downstream
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
7e929898d7
pythonPackages.pytest-socket: init at 0.3.3
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
1832c1c52e
pythonPackages.pytest-astropy: init at 0.5.0
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
45ee5f6d28
pythonPackages.pytest-arraydiff: init at 0.3
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
3291b8dadf
pythonPackages.pytest-openfiles: init at 0.3.2
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
e175b841f8
pythonPackages.pytest-remotedata: init at 0.3.1
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
5bf65feaaa
pythonPackages.pytest-doctestplus: init at 0.3.0
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
eceb53f082
pythonPackages.pydy: init at 0.5.0
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
b965b4b7ae
pythonPackages.yt: init at 3.5.1
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
ceaf12fd6e
pythonPackages.pygbm: init at 0.1.0
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
1765a678fb
pythonPackages.clifford: init at 1.0.4
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
99f7b14981
pythonPackages.stumpy: init at 1.0
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
36dc1d4fe6
pythonPackages.colorcet: init at 0.10
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
029ef744a8
pythonPackages.colorcet: init at 2.0.1
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
30169d9493
pythonPackages.datashader: init at 0.7.0
2019-07-17 10:02:03 +02:00
Chris Ostrouchov and Frederik Rietdijk
cebcbc24c7
pythonPackages.datashape: refactor fix broken package
2019-07-17 10:02:03 +02:00
Matt Melling and Frederik Rietdijk
6c9d4bc846
pythonPackages.mwparserfromhell: init at 0.5.4
2019-07-17 10:00:21 +02:00
Matt Melling and Frederik Rietdijk
1346c43158
maintainers: add melling
2019-07-17 10:00:21 +02:00
Daniël de Kok and Frederik Rietdijk
4b334cf1d5
pythonPackages.spacy: 2.1.4 -> 2.1.6
...
Includes various improvements, including:
- Improvements for various languages.
- Evaluation metrics per entity type.
- Pretraining improvements.
Changelogs:
https://github.com/explosion/spaCy/releases/tag/v2.1.5
https://github.com/explosion/spaCy/releases/tag/v2.1.6
Also add myself as a maintainer.
2019-07-17 09:55:59 +02:00