Commit Graph

200269 Commits

Author SHA1 Message Date
Frederik Rietdijk
303adc7697 Merge master into staging-next 2020-05-10 09:43:48 +02:00
Vladimír Čunát
2e192dc5db
Merge #87237: gcc10, gfortran10, gnat10: init at 10.1.0 2020-05-10 08:03:13 +02:00
R. RyanTM
a0f46a2ece qtpbfimageplugin: 2.1 -> 2.2 2020-05-10 05:34:03 +00:00
R. RyanTM
254aeb5050 qbs: 1.15.0 -> 1.16.0 2020-05-10 05:13:15 +00:00
Atemu
d616ae8c6d llvm/compiler-rt: only apply armv7l patches on aarch32
No need for rebuilds on other platforms
2020-05-10 13:43:17 +09:00
R. RyanTM
35729638c8 qbittorrent: 4.2.2 -> 4.2.5 2020-05-10 02:08:10 +00:00
José Romildo Malaquias
3cb8917c7f shades-of-gray-theme: 1.2.1 -> 1.3.0 2020-05-09 20:33:53 -03:00
José Romildo Malaquias
ae20433891 nordic-polar: 1.6.0 -> 1.9.0 2020-05-09 20:20:40 -03:00
José Romildo Malaquias
c2dfe11990 nordic: 1.8.1 -> 1.9.0 2020-05-09 20:13:30 -03:00
Luflosi
099bc11d38
dino: allow newer versions of libsignal-protocol-c
The exact version of libsignal-protocol-c used by dino is hard-coded to 2.3.2 because "libsignal-protocol-c has a history of breaking compatibility on the patch level". This prevents libsignal-protocol-c from being updated in https://github.com/NixOS/nixpkgs/pull/83736. Upstream already allows newer versions in the latest git master, so patch the source with this commit. Unfortunately patching doesn't work with git submodules but since the submodule is not used anyways, simply ignore this part of the patch.
2020-05-10 00:35:37 +02:00
talyz
fa4c995d0e
php.extensions.couchbase: Fix build and runtime loading
The couchbase extension depends on the igbinary PECL which needs to be
loaded and loaded prior to it. It also seems like the pcs extension
isn't actually needed - it at least builds and loads without it. Since
the pcs extension dependency was the reason couchbase didn't build on
PHP 7.4 it now does, so let's unmark it broken.
2020-05-09 23:38:45 +02:00
talyz
2f1f359692
php.extensions.pcs: Mark broken in 7.3, add tokenizer dependency
The pcs extension fails to load at runtime with PHP 7.3, so let's mark
it broken from 7.3 onwards. It also depends on the tokenizer internal
extension.
2020-05-09 23:38:39 +02:00
talyz
295fc2996d
php.extensions.apcu_bc: Fix runtime loading
Fix an issue brought up in #86463, where the apcu_bc extension isn't
loaded correctly since it produces a .so with a different name than
the extension name. Also, the apcu extension has to be loaded and
loaded prior to loading this extension.
2020-05-09 23:38:32 +02:00
talyz
9f09253e52
php.buildPecl: Allow PECLs to depend on other PECLs
Some PECLs depend on other PECLs and, like internal PHP extension
dependencies, need to be loaded in the correct order. This makes this
possible by adding the argument "peclDeps" to buildPecl, which adds
the extension to buildInputs and is treated the same way as
internalDeps when the extension config is generated.
2020-05-09 23:38:21 +02:00
Michael Raskin
e15ab2cda7
Merge pull request #87417 from helsinki-systems/fix/glusterfs_snapshots
glusterfs: fix snapshots
2020-05-09 20:40:21 +00:00
Mario Rodas
943b8b6ebd
gopass: 1.9.0 -> 1.9.1
Changelog: https://github.com/gopasspw/gopass/releases/tag/v1.9.1
2020-05-09 15:40:00 -05:00
Alyssa Ross
24fcef1b9e cgit: 1.2.1 -> 1.2.3
cgit now supports lzip and zstd compression.
2020-05-09 22:00:50 +02:00
Jörg Thalheim
cb95d670fb
Merge pull request #87337 from r-ryantm/auto-update/python2.7-Flask-WTF 2020-05-09 20:36:33 +01:00
Benjamin Hipple
3d9f3c3dd3
Merge pull request #75827 from stites/pytorch-1.3.1
python3Packages.pytorch: 1.2.0 -> 1.4.1, python3Packages.ignite: 0.2.1 -> 0.3.0
2020-05-09 15:27:27 -04:00
Jörg Thalheim
11fa2d4340
radare2-cutter: 1.10.2 -> 1.10.3 2020-05-09 20:09:27 +01:00
Dmitry Kalinkin
e80302dc7d
Merge pull request #86142 from bcdarwin/itk-5.1.0
Itk: 5.0.1 -> 5.1.0
2020-05-09 15:03:28 -04:00
Dmitry Kalinkin
8ceef190c1
Merge pull request #78352 from winpat/add_pxview
pxview: init at 0.2.5
2020-05-09 15:02:24 -04:00
Andrew Childs
d91d2bdf77 compiler-rt: fix build on armv7l 2020-05-10 03:50:38 +09:00
Benjamin Hipple
ecef2975e3 python3Packages.pytorch: reference dnnl by new name oneDNN 2020-05-09 14:46:40 -04:00
Matthew Bauer
1e19cc37bd build-bazel-package: pass proxy env vars 2020-05-09 13:35:47 -05:00
ajs124
faa621ce76 glusterfs: fix indentation 2020-05-09 20:34:23 +02:00
Matthew Bauer
2a8d05627b build-bazel-package: switch hash mode to “flat”
flat hashes can be substituted through hashed-mirrors, while recursive
hashes can’t. This is especially important for Bazel since the bazel
fetch dependencies can come from multiple different methods (git,
http, ftp, etc.). To do this, we create tar archives from the
output/external directory, which is then extracted to build. All of
the Bazel hashes are all updated.
2020-05-09 13:33:26 -05:00
ajs124
2be47f021a glusterfs: fix snapshots 2020-05-09 20:32:37 +02:00
Benjamin Hipple
47105a1689 python3Packages.ignite: 0.2.1 -> 0.3.0 2020-05-09 13:58:21 -04:00
Benjamin Hipple
fb5bb25c10 python3Packages.pytorch: fixup builds with MKL
- Pass `blas.provider` into `buildInputs`, so that CMake can find the actual
  `mkl` for inspection of its cmake files and headers.

- Add `USE_MKL` correctly when the blas provider is `mkl`.

- Use the MKLDNN and MKLDNN_CBLAS flags by default, since `mkldnn` is FOSS and
  always available..

- Remove a patch for MKL 2019, since we've moved to 2020.

- Add a pythonImportsCheck for "torch" as a basic sanity-check

- Removed some unused variables at the top of the file
2020-05-09 13:30:54 -04:00
Sam Stites
cc245fdcd5 pytorch: 1.2.0 -> 1.4.1
Co-authored-by: Benjamin Hipple <bhipple@protonmail.com>
2020-05-09 13:30:54 -04:00
Bjørn Forsman
eb12149979 gnomeExtensions: add 'uuid' attr to all extensions
Some already have it, this adds it to the rest.

With all extensions having an 'uuid' attr we can do cool things like
declaratively enable extensions on NixOS.
2020-05-09 19:26:29 +02:00
R. RyanTM
13e733830e python27Packages.twilio: 6.35.1 -> 6.39.0 2020-05-09 17:24:02 +00:00
Pavol Rusnak
8277fb4d76 bitcoin: 0.19.0.1 -> 0.19.1 2020-05-09 17:36:11 +02:00
Florian Klink
5f7c449741
Merge pull request #87273 from blitz/open-watcom
virtualbox: Fix build issue due to open-watcom-bin
2020-05-09 17:32:07 +02:00
Luflosi
fabf511ea4
kitty: 0.17.3 -> 0.17.4
https://github.com/kovidgoyal/kitty/releases/tag/v0.17.4
2020-05-09 17:08:34 +02:00
Symphorien Gibol
a68a408a7f multibootusb: patchelf syslinux, add missing dependencies 2020-05-09 16:54:56 +02:00
Cyryl Płotnicki
69c6d18ae4 genpass: init at 0.4.1 2020-05-09 16:46:12 +02:00
Joachim F
77c3d140b7
Merge pull request #87041 from r-ryantm/auto-update/mksh
mksh: 58 -> 59
2020-05-09 14:06:01 +00:00
adisbladis
2e69f8977d
Merge pull request #87138 from lukegb/fix-php
php: correctly set outputsToInstall after withExtensions.
2020-05-09 15:40:35 +02:00
Joachim F
16e475de38
Merge pull request #86767 from sorki/cc_tor
tor: fix cross compiling
2020-05-09 13:27:59 +00:00
Jörg Thalheim
c979f814d2
Merge pull request #87384 from r-ryantm/auto-update/python2.7-pyroute2
python27Packages.pyroute2: 0.5.11 -> 0.5.12
2020-05-09 14:16:10 +01:00
Roman Firment
c35d8c94d7 gnomeExtensions.window-is-ready-remover unstable-2020-03-25 -> 1.02
Also add license.
2020-05-09 15:08:24 +02:00
R. RyanTM
9e0ab6dcb3 python27Packages.pyroute2: 0.5.11 -> 0.5.12 2020-05-09 12:46:09 +00:00
Markus S. Wamser
c22237d894 mupdf: add MIME types to .desktop
Closes https://github.com/NixOS/nixpkgs/issues/53856
2020-05-09 14:37:39 +02:00
Mario Rodas
8f50661336 lxd: 4.0.1 -> 4.1 2020-05-09 14:34:36 +02:00
Pavol Rusnak
cfe68f2b68 giada: 0.16.1 -> 0.16.2.2
+ use system catch and nlohmann_json
2020-05-09 13:46:15 +02:00
Jörg Thalheim
a84f932e31
Merge pull request #73495 from tilpner/pkgs/weechatScripts/recurseIntoAttrs 2020-05-09 12:34:57 +01:00
José Romildo Malaquias
af66d33826
Merge pull request #87368 from romildo/upd.matcha-gtk-theme
matcha-gtk-theme: 2020-04-08 -> 2020-05-09
2020-05-09 08:21:05 -03:00
Jörg Thalheim
2a64b6f896
Merge pull request #87353 from Mic92/kenny 2020-05-09 11:57:57 +01:00
José Romildo Malaquias
f4be678295 matcha-gtk-theme: 2020-04-08 -> 2020-05-09 2020-05-09 07:57:17 -03:00
José Romildo Malaquias
256cb06d87 matcha-theme: change name to matcha-gtk-theme
Upstream renamed the git repository.
2020-05-09 07:57:17 -03:00
Michael Raskin
0a33e1e49f
Merge pull request #87358 from 7c6f434c/fix-tbe
tbe: fix build
2020-05-09 10:28:23 +00:00
Michael Raskin
33932b6f83 tbe: fix build 2020-05-09 11:59:13 +02:00
Jörg Thalheim
887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Mario Rodas
209432351e
git-lfs: 2.10.0 -> 2.11.0
Changelog: https://github.com/git-lfs/git-lfs/releases/tag/v2.11.0
2020-05-09 04:20:00 -05:00
Mario Rodas
ba0435e72b
Merge pull request #87452 from marsam/update-recursive
recursive: 1.047 -> 1.051
2020-05-09 21:47:44 -05:00
Jaka Hudoklin
91271207ca
Merge pull request #87458 from zowoq/shellfiles
containerd, docker, runc: use/update installShellFiles
2020-05-10 02:35:15 +00:00
zowoq
3a79753662 runc: update installManPages 2020-05-10 11:33:10 +10:00
zowoq
764dd5c875 docker: use installShellFiles 2020-05-10 11:33:04 +10:00
zowoq
4d2bcaed5c containerd: use installShellFiles 2020-05-10 11:27:10 +10:00
Maximilian Bosch
54677515aa
gitea: 1.11.4 -> 1.11.5
https://github.com/go-gitea/gitea/releases/tag/v1.11.5

Also applying the patch which fixes the wiki-pages, closes #87115.
2020-05-10 03:02:44 +02:00
Mario Rodas
8441d53b7b
Merge pull request #87329 from r-ryantm/auto-update/python2.7-Eve
python27Packages.eve: 1.0 -> 1.1
2020-05-09 20:01:09 -05:00
Aaron Andersen
aaa33ed789
Merge pull request #87179 from aanderse/zabbix
zabbix: 4.4.7 -> 4.4.8, 4.0.19 -> 4.0.20, 3.0.30 -> 3.0.31
2020-05-09 20:56:30 -04:00
Mario Rodas
f83c5d3432
Merge pull request #87398 from Luflosi/update/ipfs
ipfs: 0.5.0 -> 0.5.1
2020-05-09 19:35:39 -05:00
Mario Rodas
7f63461c22
Merge pull request #87391 from xrelkd/update/firecracker
firecracker: 0.20.0 -> 0.21.1
2020-05-09 19:35:08 -05:00
Maximilian Bosch
15cebd3153
Merge pull request #87442 from marsam/update-ripgrep
ripgrep: 12.0.1 -> 12.1.0
2020-05-10 01:49:20 +02:00
Maximilian Bosch
f887d09c89
linuxPackages.wireguard: 1.0.20200429 -> 1.0.20200506
https://lists.zx2c4.com/pipermail/wireguard/2020-May/005408.html
2020-05-10 01:35:30 +02:00
Maximilian Bosch
9a8e600be4
wireguard-go: 0.0.20200121 -> 0.0.20200320
https://git.zx2c4.com/wireguard-go/tag/?h=v0.0.20200320
2020-05-10 01:35:29 +02:00
Maximilian Bosch
fd0a039410
wdisplays: 2020-03-15 -> 1.0
https://github.com/cyclopsian/wdisplays/releases/tag/1.0
2020-05-10 01:35:29 +02:00
Mario Rodas
8772cee9f9
ripgrep: 12.0.1 -> 12.1.0
Changelog: https://github.com/BurntSushi/ripgrep/releases/tag/12.1.0
2020-05-09 16:20:00 -05:00
Luflosi
5317280ade
ipfs: 0.5.0 -> 0.5.1
https://github.com/ipfs/go-ipfs/releases/tag/v0.5.1
2020-05-09 17:33:34 +02:00
xrelkd
5e16e668f5 firecracker: 0.20.0 -> 0.21.1 2020-05-09 22:13:06 +08:00
Mario Rodas
206690308b
recursive: 1.047 -> 1.051 2020-05-09 04:20:00 -05:00
Frederik Rietdijk
d7cca0f356 Merge master into staging-next 2020-05-09 11:12:29 +02:00
R. RyanTM
b1f802994e python27Packages.pycontracts: 1.8.12 -> 1.8.14 2020-05-09 11:11:18 +02:00
Vladyslav M
b36f774f1a
Merge pull request #87330 from marsam/update-pueue 2020-05-09 11:17:58 +03:00
adisbladis
a34175ba56
Merge pull request #87205 from tbenst/imagecodecs-pkgs
libaec: init at 1.0.4; zopfli: include all headers
2020-05-09 10:14:59 +02:00
R. RyanTM
82d2736d07 python27Packages.hdbscan: 0.8.25 -> 0.8.26 2020-05-09 09:50:23 +02:00
Tom McLaughlin
d963bf30f5 python-language-server: init at 2020-04-24 2020-05-09 09:41:14 +02:00
Charles Duffy
cb657d4ad1 bees: Try all findmnt modes in service wrapper
As reported by @Evils-Devils in Zygo/bees#123, the bees service wrapper
can fail on account of `findmnt` not being able to identify a mounted
filesystem using the default (kernel-introspection) mechanism.

Fall back to mtab and fstab-based inspection in turn should this fail.
2020-05-09 09:39:04 +02:00
Martin Weinelt
459bad4be4 graphicsmagick: 1.3.32 → 1.3.35
Fixes: CVE-2020-10938
2020-05-09 09:35:44 +02:00
Martin Milata
8fe050fb78 samba: 4.12.1 -> 4.12.2
Release notes: https://www.samba.org/samba/history/samba-4.12.2.html

Fixes:
https://nvd.nist.gov/vuln/detail/CVE-2020-10700
https://nvd.nist.gov/vuln/detail/CVE-2020-10704
2020-05-09 09:35:13 +02:00
Luz
5e40913eac librepcb: 0.1.3 -> 0.1.4 2020-05-09 09:10:20 +02:00
Bruno Bzeznik
afe6e1c4ea irods: 4.2.2 -> 4.2.7 + fixed + use fetchFromGitHub 2020-05-09 09:09:35 +02:00
xiorcale
ccfe14cb3b github username: kjuvi -> xiorcale 2020-05-09 09:08:18 +02:00
xiorcaled
640eeb9b85 monitor: 0.7.1 -> 0.7.2 2020-05-09 09:08:18 +02:00
Linus Heckemann
9df981d3f4 freerdp: 2.0.0 -> 2.1.0 2020-05-09 09:05:07 +02:00
Eduardo Quiros
1e80fc5d53 tut 0.0.7 -> 0.0.8 2020-05-09 09:04:12 +02:00
R. RyanTM
b6f9567bbf python37Packages.elementpath: 1.4.3 -> 1.4.4 2020-05-09 09:03:48 +02:00
R. RyanTM
1aa7ce79d6 patroni: 1.6.4 -> 1.6.5 2020-05-09 09:00:54 +02:00
R. RyanTM
d4e3ca31f8 lasso: 2.6.0 -> 2.6.1 2020-05-09 09:00:37 +02:00
R. RyanTM
0d3871cb82 python27Packages.dash-core-components: 1.9.0 -> 1.9.1 2020-05-09 08:59:37 +02:00
R. RyanTM
1f034f5853 cutelyst: 2.9.0 -> 2.10.0 2020-05-09 08:59:00 +02:00
R. RyanTM
ae15422200 cloudflared: 2020.2.1 -> 2020.3.2 2020-05-09 08:58:22 +02:00
R. RyanTM
d1d98122f8 liblcf: 0.6.1 -> 0.6.2 2020-05-09 08:57:54 +02:00
R. RyanTM
646fc239d3 libbpf: 0.0.7 -> 0.0.8 2020-05-09 08:57:25 +02:00
Frederik Rietdijk
1f295d6770
Merge pull request #86672 from r-ryantm/auto-update/freewheeling
freewheeling: 0.6.5 -> 0.6.6
2020-05-09 08:56:57 +02:00
R. RyanTM
1b790c5099 maestral: 0.6.3 -> 0.6.4 2020-05-09 08:56:34 +02:00
Frederik Rietdijk
289f4e5375
Merge pull request #86909 from r-ryantm/auto-update/gmime
gmime3: 3.2.6 -> 3.2.7
2020-05-09 08:55:50 +02:00
R. RyanTM
9058556a36 quilter: 2.2.2 -> 2.2.4 2020-05-09 08:55:20 +02:00
R. RyanTM
c59ab94989 oidentd: 2.4.0 -> 2.5.0 2020-05-09 08:54:49 +02:00
R. RyanTM
5e5b684435 mcelog: 168 -> 169 2020-05-09 08:54:35 +02:00
Frederik Rietdijk
8f4cec0aa2
Merge pull request #87056 from r-ryantm/auto-update/openfortivpn
openfortivpn: 1.13.1 -> 1.13.3
2020-05-09 08:54:12 +02:00
R. RyanTM
d2be85f9f1 krita: 4.2.7.1 -> 4.2.9 2020-05-09 08:53:31 +02:00
R. RyanTM
02acd0b22e mysql-workbench: 8.0.19 -> 8.0.20 2020-05-09 08:51:58 +02:00
R. RyanTM
72144bcc53 smarty3: 3.1.35 -> 3.1.36 2020-05-09 08:51:30 +02:00
R. RyanTM
945eb11b02 python27Packages.hg-evolve: 9.3.0 -> 9.3.1 2020-05-09 08:51:09 +02:00
R. RyanTM
1b888841bb python27Packages.identify: 1.4.13 -> 1.4.15 2020-05-09 08:50:49 +02:00
R. RyanTM
e5457dacfa python37Packages.astropy: 4.0 -> 4.0.1.post1 2020-05-09 08:50:29 +02:00
R. RyanTM
8cab672e54 python27Packages.cvxopt: 1.2.4 -> 1.2.5 2020-05-09 08:50:13 +02:00
R. RyanTM
5c69f95fdb python27Packages.icalendar: 4.0.5 -> 4.0.6 2020-05-09 08:49:29 +02:00
R. RyanTM
67d62443d1 python27Packages.jsonrpclib-pelix: 0.4.0 -> 0.4.1 2020-05-09 08:49:09 +02:00
R. RyanTM
7eeca690a5 python37Packages.gensim: 3.8.2 -> 3.8.3 2020-05-09 08:48:47 +02:00
R. RyanTM
961be04dad python37Packages.goocalendar: 0.7.0 -> 0.7.1 2020-05-09 08:48:27 +02:00
R. RyanTM
f015ffc413 python27Packages.guessit: 3.1.0 -> 3.1.1 2020-05-09 08:48:07 +02:00
R. RyanTM
73d477bc51 python27Packages.feedgenerator: 1.9 -> 1.9.1 2020-05-09 08:47:54 +02:00
R. RyanTM
f79f493200 python27Packages.deprecated: 1.2.8 -> 1.2.9 2020-05-09 08:47:28 +02:00
R. RyanTM
4427124b09 python37Packages.immutables: 0.11 -> 0.12 2020-05-09 08:47:13 +02:00
R. RyanTM
523060e57f python27Packages.hvac: 0.10.0 -> 0.10.1 2020-05-09 08:46:59 +02:00
Euan Kemp
e61dc85117 k3s: fix build for aarch64
The upstream project already builds and releases for aarch64. This makes
the couple small tweaks that I found necessary for k3s to cross-compile
for aarch64.

I also ran it through nixpkgs-fmt.
2020-05-09 08:37:06 +02:00
Vladimír Čunát
10134fc301
Merge #87066: thunderbird*: 68.7.0 -> 68.8.0 (security)
https://www.thunderbird.net/en-US/thunderbird/68.8.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2020-18/
2020-05-09 08:19:11 +02:00
R. RyanTM
bab9c16aa2 python27Packages.flask_wtf: 0.14.2 -> 0.14.3 2020-05-09 06:08:58 +00:00
Cyril Cohen
8d05e53561
Coq: refactoring of mathcomp packages (#86088)
- fixed bignum version
- fixed coq-bits version
- fixed coqprime version
- fixed mathcomp and mathcomp extra packages
  (reworked building scheme and removed unused ssreflect directory)
- giving the user access to function filterCoqPackages, because overrideScope' does not re-apply it.
2020-05-09 07:47:47 +02:00
Mario Rodas
c960aaff86
pueue: 0.3.1 -> 0.4.0 2020-05-09 00:00:00 -05:00
R. RyanTM
65d33d6ea5
python27Packages.eve: 1.0 -> 1.1 2020-05-09 04:54:15 +00:00
tbenst
d35bcbb4ae libaec: init at 1.0.4 2020-05-08 19:42:36 -07:00
albakham
0c0f353d62 rofi-calc: 1.6 -> 1.7 2020-05-08 22:12:49 -04:00
R. RyanTM
dfc492da92 python27Packages.ConfigArgParse: 1.0 -> 1.2.3 2020-05-08 18:11:47 -07:00
R. RyanTM
90af984328 python27Packages.ajpy: 0.0.4 -> 0.0.5 2020-05-08 18:11:31 -07:00
Jon
b7f0e6d9b9
Merge pull request #87307 from r-ryantm/auto-update/python3.7-hstspreload
python37Packages.hstspreload: 2020.3.31 -> 2020.5.5
2020-05-08 18:09:36 -07:00
R. RyanTM
43ae1a86ab python27Packages.grequests: 0.4.0 -> 0.6.0 2020-05-08 18:09:26 -07:00
R. RyanTM
7f09f82c40 python27Packages.javaproperties: 0.5.2 -> 0.7.0 2020-05-08 18:08:54 -07:00
R. RyanTM
9f2ff031d3 python37Packages.hstspreload: 2020.3.31 -> 2020.5.5 2020-05-08 23:15:41 +00:00
Martin Weinelt
d2ad98b1c9
microcodeIntel: 20191115 → 20200508 2020-05-09 00:06:44 +02:00
Michael Raskin
3a6161785a
Merge pull request #87296 from mweinelt/pr/squid
squid: 4.10 → 4.11
2020-05-08 21:57:28 +00:00
Jörg Thalheim
975718f3fb
Merge pull request #86804 from cust0dian/tmuxinator-2.0.1 2020-05-08 22:52:38 +01:00
José Romildo Malaquias
be75ae5a1e
Merge pull request #87216 from romildo/upd.xfconf
xfce.xfconf: 4.14.1 -> 4.14.3
2020-05-08 18:33:16 -03:00
zimbatm
5cb26d71a7
mdsh: 0.4.0 -> 0.5.0 2020-05-08 23:25:31 +02:00
Vladyslav M
d72ba9143d
Merge pull request #87211 from r-ryantm/auto-update/jflex 2020-05-08 23:22:09 +03:00
Martin Weinelt
a1baba2f04
squid: 4.10 → 4.11
http://www.squid-cache.org/Advisories/SQUID-2020_4.txt

Fixes: CVE-2020-11945
2020-05-08 21:56:41 +02:00
Peter Simons
93c48507c9 all-cabal-hashes: update to Hackage at 2020-05-08T08:52:23Z 2020-05-08 21:13:07 +02:00
Peter Simons
2a60d72465 haskell-hlint: drop obsolete override for ghc-8.10.x 2020-05-08 21:11:47 +02:00
Peter Simons
7a10ebe361 haskell-pantry: apply upstream patch to fix the build with ghc-8.10.x 2020-05-08 21:11:47 +02:00
Peter Simons
96ca16d0d8 haskell-dbus: drop obsolete patches for ghc-8.10.x support 2020-05-08 21:11:47 +02:00
Peter Simons
ccb81f56cf haskell: tune generic-builder for more parallel build performance
Raise the maximum number of cores used for parallel building from 4 to 16.
Increase the size of the allocation area for GHC's garbage collector from 1 MiB
to 64 MiB.

See https://www.twitch.tv/videos/611899011 for the motivation for this change.
2020-05-08 21:11:47 +02:00
Peter Simons
0d9dbeef23 git-annex: update sha256 hash for new version 8.20200501 2020-05-08 21:11:47 +02:00
Gabor Greif
d4d7223eb0 Nail a few typos 2020-05-08 21:11:46 +02:00
Gabor Greif
dec283b463 ghcHEAD: 20200403 -> 20200505 2020-05-08 21:11:46 +02:00
Malte Brandy
4f0200a3fc haskellPackages.hlint: Fix build
hlint 3.0 is shiny and new and is very picky in its dependencies.
2020-05-08 21:11:46 +02:00
Malte Brandy
ba3ab23b4b haskellPackages.releaser: Remove broken flag
As of releaser 3.0.0 the build does not fail anymore.
2020-05-08 21:11:46 +02:00
Peter Simons
33e0240b39 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.3-1-gb7c82db from Hackage revision
78f6cea7ff.
2020-05-08 21:11:37 +02:00
Malte Brandy
5266ceb263 haskellPackages.ghcide: Fix ghcide and hie-bios
This is the haskell-updates version of #86659
2020-05-08 21:11:36 +02:00
Peter Simons
5e242060a7 hackage2nix: update the list of failing builds 2020-05-08 21:11:36 +02:00
Peter Simons
df39f01456 LTS Haskell 15.11 2020-05-08 21:11:19 +02:00
Peter Simons
01a1423ddf
Merge pull request #87050 from rardiol/hedgewars
Hedgewars server fix haskell
2020-05-08 21:03:56 +02:00
Mario Rodas
72654dc57e
Merge pull request #87210 from Frostman/prom-2.18.0
prometheus: 2.17.2 -> 2.18.1
2020-05-08 14:03:15 -05:00
Ryan Mulligan
2adebb391f
Merge pull request #87262 from r-ryantm/auto-update/padthv1
padthv1: 0.9.13 -> 0.9.14
2020-05-08 11:58:07 -07:00
Jonathan Ringer
99fe5868f6 jetbrains.*: 2020.1 -> 2020.1.1 2020-05-08 11:43:24 -07:00
Nikolay Korotkiy
61812d57fb
josm: fix package 2020-05-08 20:11:50 +02:00
Ryan Mulligan
329aece2d5
Merge pull request #87276 from r-ryantm/auto-update/petsc
petsc: 3.13.0 -> 3.13.1
2020-05-08 09:42:57 -07:00
Christian Kampka
24f30cb73e
direnv: 2.21.2 -> 2.21.3 (#87278) 2020-05-08 16:41:52 +00:00
Pamplemousse
bf7332d0f3 ptags: init at 0.3.2 2020-05-08 09:35:53 -07:00
Thomas Desrosiers
05bcfa1820 safety-cli: init at 0.5.1 2020-05-08 09:23:18 -07:00
Thomas Desrosiers
b6b2b3c979 python3Packages.dparse: init at 0.5.1 2020-05-08 09:23:18 -07:00
Yury G. Kudryashov
92b43be92a python3Packages.qtconsole: fix compile
It now depends on `qtpy`.
2020-05-08 09:22:44 -07:00
Mario Rodas
c831d1afc5 pythonPackages.internetarchive: add marsam to maintainers 2020-05-08 09:19:35 -07:00
Mario Rodas
8c1a2c154d pythonPackages.internetarchive: 1.9.0 -> 1.9.3 2020-05-08 09:19:35 -07:00
R. RyanTM
c0e63bc87e petsc: 3.13.0 -> 3.13.1 2020-05-08 15:57:25 +00:00
Julian Stecklina
3dbb32f626 open-watcom-bin: fix EOVERFLOW on stat() calls
We've already worked around failing stat() calls in the installer by
running it in qemu-user. Turns out on some systems this workaround is
also needed to run `wlib', the archiver of the Open Watcom toolchain.

This issue manifested itself in broken VirtualBox builds due to
/build/virtualbox/out/linux.amd64/dbgopt/obj/VBoxPcBios32/pci32.obj
not being found by `wlib'.

We now just wrap all binaries in qemu-user to avoid this.
2020-05-08 17:29:38 +02:00
tbenst
fd22984bbb
zopfli: include all headers 2020-05-08 16:17:23 +01:00
Gabriel Ebner
115fa1c129 elan: 0.9.0 -> 0.10.0 2020-05-08 17:17:03 +02:00
Emily
5a5a2d0342 linux/hardened/update.py: pass encoding to subprocess 2020-05-08 15:49:36 +01:00
Emily
b2ad58536c linux/hardened/update.py: commit updates in order 2020-05-08 15:49:36 +01:00
Emily
88486c4e76 linux/hardened/update.py: get versions with nix(1) 2020-05-08 15:49:36 +01:00
Emily
e77d174fcd linux/hardened/update.py: add type annotations 2020-05-08 15:49:35 +01:00
Emily
d6fe0a4e2d linux/hardened: move files into directory 2020-05-08 15:49:35 +01:00
Emily
abe4bef033 linux/update-hardened.py: use pathlib 2020-05-08 15:49:35 +01:00
Emily
83c4ac2eb3 linux/update-hardened.py: reformat
$ isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --use-parentheses …
$ black --line-length=80 …

(per the black documentation)
2020-05-08 15:49:35 +01:00
Emily
4cad49dc1a python3Packages.PyGithub: 1.47 -> 1.51 2020-05-08 15:49:34 +01:00
Sergey Lukjanov
742e5bff36 prometheus: 2.17.2 -> 2.18.1 2020-05-08 07:40:38 -07:00
Michael Raskin
50684f118a
Merge pull request #87264 from prusnak/rfc45
treewide: per RFC45, remove more unquoted URLs
2020-05-08 14:30:09 +00:00
Ryan Mulligan
cd02078e1a
Merge pull request #87215 from matthewbauer/jitsi-x-internet
jitsi: use X-Internet for desktop categories
2020-05-08 07:28:36 -07:00
Jörg Thalheim
c0923d1b2e
Merge pull request #87265 from priegger/fix/ipfs-migrator-update 2020-05-08 14:38:42 +01:00
Pavol Rusnak
6abf4a43ad
treewide: per RFC45, remove more unquoted URLs 2020-05-08 15:20:47 +02:00
Maximilian Bosch
3d450fca5f
Merge pull request #87257 from Luflosi/update/youtube-dl
youtube-dl: 2020.05.03 -> 2020.05.08
2020-05-08 15:14:49 +02:00
Ryan Mulligan
c15434eefa
Merge pull request #87149 from r-ryantm/auto-update/libspiro
libspiro: 20190731 -> 20200505
2020-05-08 05:44:28 -07:00
R. RyanTM
763278f3cc padthv1: 0.9.13 -> 0.9.14 2020-05-08 12:19:47 +00:00
Mario Rodas
e8c9a804c0
Merge pull request #86738 from Atemu/jc-1.10.7
Jc 1.9.3 -> 1.10.7
2020-05-08 07:01:48 -05:00
Philipp Riegger
ec70d7cbc3 ipfs-migrator: 7 -> 1.5.1 2020-05-08 13:58:22 +02:00
Emery Hemingway
778dd3861a picard: 2.3.1 -> 2.3.2 2020-05-08 17:24:09 +05:30
Luflosi
906497a23f
youtube-dl: 2020.05.03 -> 2020.05.08
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.05.08
2020-05-08 13:21:19 +02:00
Mario Rodas
a8b66126e5
Merge pull request #87248 from r-ryantm/auto-update/mercury
mercury: 20.01.1 -> 20.01.2
2020-05-08 06:16:28 -05:00
Mario Rodas
e813d1b30c
Merge pull request #86859 from cole-h/qimgv
qimgv: 0.9 -> 0.9.1
2020-05-08 05:58:17 -05:00
Mario Rodas
7a27e4cfdb
Merge pull request #87246 from filalex77/topgrade-4.4.0
topgrade: 4.3.1 -> 4.4.0
2020-05-08 05:55:33 -05:00
Mario Rodas
fb644e5d48
Merge pull request #87241 from marsam/update-reviewdog
reviewdog: 0.9.17 -> 0.10.0
2020-05-08 05:54:06 -05:00
Max Wittig
73e20c730d
gitlab-runner: 12.10.1 -> 12.10.2 (#87245) 2020-05-08 10:01:33 +00:00
Jörg Thalheim
ddef88772e
Merge pull request #86242 from lordcirth/ipfs05 2020-05-08 10:51:21 +01:00
Jörg Thalheim
11ace01cf2
ipfs: reference correct test 2020-05-08 10:49:10 +01:00
Ely
cdfad5ad84
sway: Fix the GTK wrapper (#86960)
Fixes #67704.
2020-05-08 11:45:27 +02:00