Commit Graph

177285 Commits

Author SHA1 Message Date
Profpatsch
f661393aa4 skawarePackages: bump to release 2019-10 2019-10-28 21:30:30 +01:00
davidak
479f75d1e5 reuse: 0.5.0 -> 0.5.2 2019-10-28 13:18:09 -07:00
Austin Seipp
f86361d186 vector: init at 0.5.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-28 15:03:48 -05:00
Frederik Rietdijk
2d8dc891aa python.pkgs.acoustics: 0.2.1 -> 0.2.2 2019-10-28 20:18:18 +01:00
Austin Seipp
fa4f091ac0
liburing: 0.2pre252_a9bb08db -> 0.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-28 13:00:54 -05:00
John Ericson
1503091ee1
Merge pull request #72173 from alyssais/symlinkJoin-cross
symlinkJoin: fix cross
2019-10-28 18:43:41 +01:00
Niklas Hambüchen
aaddb5fe6b
Merge pull request #71577 from cdepillabout/vte-compiling-with-musl
vte: enable compiling with musl
2019-10-28 18:31:36 +01:00
(cdep)illabout
664823c11c cups: enable compiling with musl
When compiling `cups` with `pkgsMusl`, `cups` can't depend on `systemd`
because `systemd` is not able to be built with musl.
2019-10-28 18:30:32 +01:00
Renaud
97a5c413a0
perlPackages.Po4a: fix build (#72170)
Fixes #71296 (Po4a build get stuck in a loop)

Term::ReadKey is an optional dependency. From upstream:
> This module is used to retrieve the terminal's line width.
> If it is not present, the line width can be specified with the COLUMN environment variable.
2019-10-28 17:27:33 +01:00
Mario Rodas
3e639196de nfpm: 1.0.0 -> 1.1.0
https://github.com/goreleaser/nfpm/releases/tag/v1.1.0
2019-10-28 17:00:45 +01:00
Daniël de Kok
97f4d0d345 drawio: 12.1.0 -> 12.1.7
Changes:

- Updates to draw.io 12.1.7
- Updates to Electron 7
2019-10-28 16:57:51 +01:00
Michael Weiss
d8cfa95b76 wob: init at 0.2 2019-10-28 16:56:43 +01:00
Michael Weiss
b60a1b6cfd xob: init at 0.1.1 2019-10-28 16:56:43 +01:00
Leon Schuermann
d0b8d591e7 tpm2-tools: 3.2.0 -> 4.0 2019-10-28 16:50:08 +01:00
Alyssa Ross
59dbb00555
symlinkJoin: fix cross 2019-10-28 15:12:35 +00:00
(cdep)illabout
fc265d98c7 vte: enable building with musl
VTE requires a small patch to be able to be built with musl.
2019-10-28 16:11:32 +01:00
Jörg Thalheim
9b9cf32ee5
Merge branch 'master' into python-language-server 2019-10-28 14:37:02 +00:00
(cdep)illabout
370d483a0d libusb1: enable compiling with musl
libusb1 can't depend on systemd in order to be compiling with musl,
because systemd can't be built with musl.

Since systemd provides udev, udev support needs to be disabled when
building libusb1.
2019-10-28 15:28:33 +01:00
(cdep)illabout
b72984e7a3 dbus: enable building with musl
When building dbus with musl, it must not take systemd as a buildInput,
because systemd is not able to be build with musl.
2019-10-28 15:24:44 +01:00
talyz
5081a6cd56 gitlab: 12.3.5 -> 12.4.0
- gitlab-shell no longer requires ruby for anything else than the
  install script, so the bundlerEnv stuff could be dropped

- gitlab-shell and gitlab-workhorse now report their versions
  correctly
2019-10-28 14:56:37 +01:00
Marek Mahut
e79bc59532
Merge pull request #72024 from bachp/minio-2019-10-12
minio: 2019-02-26T19-51-46Z -> 2019-10-12T01-39-57Z
2019-10-28 14:16:17 +01:00
Marek Mahut
05f8b1f5bb
Merge pull request #72131 from azuzunaga/solargraph/update/0.37.2
solargraph: 0.35.2 -> 0.37.2
2019-10-28 14:15:02 +01:00
adisbladis
5dd330ef0e
Merge pull request #72093 from prusnak/go-fortify
stop using hardeningDisable = [ "fortify" ]; for Go packages
2019-10-28 14:09:55 +01:00
Marek Mahut
517dfa4a66
Merge pull request #72050 from jonringer/bump-minecraft
minecraft: 2.1.5965 -> 2.1.7658
2019-10-28 13:40:19 +01:00
Marek Mahut
0099870d52
Merge pull request #72122 from primeos/tev
tev: init at 1.13
2019-10-28 13:35:00 +01:00
Pascal Bach
3abe87d6b8 minio: 2019-02-26T19-51-46Z -> 2019-10-12T01-39-57Z 2019-10-28 13:25:29 +01:00
Marek Mahut
4bd324935c opensc: CVE-2019-15946
(cherry picked from commit 80c90b48c2df2e53ea2a72ce79fe5f4c6f2a25da)
2019-10-28 12:50:01 +01:00
Marek Mahut
e807b32ee4 opensc: CVE-2019-15945
(cherry picked from commit e4258001a1566ebaec0f79f6a71960363e19b1dc)
2019-10-28 12:49:55 +01:00
Jörg Thalheim
22b2ccf876
passExtensions.pass-import: 2.3 -> 2.6 2019-10-28 10:36:02 +00:00
Kier Davis
443f1a43ef pythonPackages.pylint: add setuptools
Previously it was missing a runtime dependency on setuptools:

    [kier@saelli:~/checkouts/nixpkgs]$ $(nix-build -A python27Packages.pylint --no-out-link)/bin/pylint
    Traceback (most recent call last):
      File "/nix/store/0k8h6n6nxjcs2j5jp54mfppjbx37hrrg-python2.7-pylint-1.9.5/bin/.pylint-wrapped", line 6, in <module>
        from pylint import run_pylint
      File "/nix/store/0k8h6n6nxjcs2j5jp54mfppjbx37hrrg-python2.7-pylint-1.9.5/lib/python2.7/site-packages/pylint/__init__.py", line 11, in <module>
        from .__pkginfo__ import version as __version__
      File "/nix/store/0k8h6n6nxjcs2j5jp54mfppjbx37hrrg-python2.7-pylint-1.9.5/lib/python2.7/site-packages/pylint/__pkginfo__.py", line 25, in <module>
        from pkg_resources import parse_version
    ImportError: No module named pkg_resources

With this change, the same command now correctly prints pylint's help text.

This only applies to Python 2.
2019-10-28 10:52:50 +01:00
Maximilian Bosch
9d37be21a7
Merge pull request #72149 from marsam/update-ripgrep-all
ripgrep-all: 0.9.2 -> 0.9.3
2019-10-28 10:41:42 +01:00
Franz Pletz
9836f91191
Merge pull request #72109 from ciil/jira-update
atlassian-jira: 8.4.2 -> 8.5.0
2019-10-28 09:33:28 +00:00
Maximilian Bosch
ea1af69374
clipman: 1.1.0 -> 1.2.0
https://github.com/yory8/clipman/releases/tag/v1.2.0
2019-10-28 10:30:51 +01:00
Christian Kauhaus
641b853abf
Merge pull request #71080 from risicle/ris-openmpt123-0.4.9
openmpt123: 0.4.1 -> 0.4.9, fixing CVE-2019-17113
2019-10-28 10:19:46 +01:00
Linus Heckemann
5d20246ac2
Merge pull request #72107 from lheckemann/fbterm-cross
fbterm: fix cross-build
2019-10-28 10:10:52 +01:00
Franz Pletz
ad6f4005b8
Merge pull request #63697 from marsam/caddy-disable-telemetry
caddy: disable telemetry
2019-10-28 09:07:42 +00:00
Benedikt Hunger
b27bdf4ec8 pythonPackages.qscintilla-qt5: fix build 2019-10-28 01:40:52 -07:00
Mario Rodas
549303466e
ripgrep-all: 0.9.2 -> 0.9.3 2019-10-28 03:00:00 -05:00
Frederik Rietdijk
21635748a8 Merge master into staging-next 2019-10-28 08:59:50 +01:00
Vincent Laporte
8dc2173905 ocamlPackages.decompress: 0.6 → 0.9.0
ocamlPackages.git: 1.11.5 → 2.1.0

ocamlPackages.imagelib: 20171028 → 20191011

ocamlPackages.imagelib-unix: init
2019-10-28 07:37:24 +00:00
Vincent Laporte
ea5684b438 ocamlPackages.encore: init at 0.3 2019-10-28 07:37:24 +00:00
Vincent Laporte
9f26063077 ocamlPackages.ke: init at 0.4 2019-10-28 07:37:24 +00:00
Pawel Kruszewski
7d43ee015a bcompare: 4.3.0.24364 -> 4.3.1.24438 2019-10-28 08:22:46 +01:00
worldofpeace
7ce9e536ae
Merge pull request #72096 from jtojnar/sushi-fix
gnome3.sushi: fix module loading
2019-10-28 06:30:19 +00:00
Pavol Rusnak
c5ed4a8b29 pythonPackages.py3buddy: cleanup, call toPythonModule 2019-10-27 23:00:55 -07:00
lumi
ac2d736b3a shotgun: init at 2.2.0 2019-10-27 22:44:07 -07:00
xrelkd
cbeb6570ac firectl: init at 0.1.0 2019-10-27 22:32:58 -07:00
devhell
4fbb0a375d profanity: 0.7.0 -> 0.7.1
Changelog: https://github.com/profanity-im/profanity/releases

Signed-off-by: devhell <devhell@mailfresser.de>
2019-10-27 22:30:35 -07:00
Jan Tojnar
eab20ca018 gtranslator: 3.32.1 → 3.34.0 2019-10-27 22:28:33 -07:00
Peter Hoeg
c833fb3179
Merge pull request #71347 from peterhoeg/f/emacs_vterm
emacsPackages.vterm: fix dynamic library and autoloaders
2019-10-28 12:23:21 +08:00