Commit Graph

178183 Commits

Author SHA1 Message Date
Sebastian Jordan d7a618ac01 pythonPackages.nix-prefetch-github: 2.3.1 -> 2.3.2 2019-11-04 09:14:00 +01:00
Sebastian Jordan 8db9c3ef45 nix-prefetch-github: Delete redundant source, build from python3Packages instead 2019-11-04 09:14:00 +01:00
Pierre Bourdon eb2aa009a3 pythonPackages.pyatmo: 2.3.2 requires requests 2019-11-04 09:06:48 +01:00
Vincent Laporte a2f7fc9a5c ocamlPackages.ocp-indent: 1.7.0 → 1.8.1 2019-11-04 07:32:17 +00:00
Michael Raskin d690c20efd
Merge pull request #71814 from puckipedia/frozen-bubble
frozen-bubble: init at 2.212
2019-11-04 06:00:43 +00:00
Mario Rodas 22378e6996
Merge pull request #70846 from athas/ispc-macos
ispc: add x86_64-darwin to platforms.

Closes https://github.com/NixOS/nixpkgs/pull/71134
2019-11-03 21:03:41 -05:00
Dmitry Kalinkin cf8a2d0225
Revert "stdenv/check-meta: getEnv if the attribute is unset (#72376)" (#72752)
This reverts commit 71184f8e15.
2019-11-03 20:38:35 -05:00
Léo Gaspard 963fee775c org-packages: 9.2.3 -> 9.2.6
Note that the update-org script couldn't be used, as it is currently
broken. The upgrade was thus done by hand.
2019-11-04 02:31:31 +01:00
Mario Rodas f397750416
Merge pull request #72440 from marsam/update-timescaledb
postgresqlPackages.timescaledb: 1.4.2 -> 1.5.0
2019-11-03 20:00:04 -05:00
Léo Gaspard 3376fd9f43
Merge pull request #72202 from risicle/ris-koji-1.14.3
pythonPackages.koji: 1.13.0 -> 1.14.3, addressing CVE-2019-17109
2019-11-04 01:39:18 +01:00
Alyssa Ross 547b5b7a73 ruby.withPackages: preserve setup hooks (#72743)
This fixes

    nix-shell -p 'ruby.withPackages (const [])' ruby.devdoc

which otherwise wouldn't find documentation, unlike

    nix-shell -p ruby ruby.devdoc

which would, because ruby has setup hooks to accomodate for this, that
were being masked by the withPackages wrapper.
2019-11-03 22:09:44 +00:00
Mario Rodas 7960ff7d4e
protobuf3_10: 3.10.0 -> 3.10.1
Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v3.10.1
2019-11-03 16:21:00 -05:00
Mario Rodas b60853cdca
ispc: only check on Linux
The test suite tries to execute `transcendentals` tests, which is not
expected to work anywhere except Linux.
2019-11-03 16:20:00 -05:00
Mario Rodas 8593904aca
protobuf3_9: 3.9.1 -> 3.9.2
Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v3.9.2
2019-11-03 16:20:00 -05:00
Daniel Duan fcd88c820d tre: init at 0.2.2
tre is a improved version of the command `tree`. Its main additions:

1. colored output
2. ignores paths specified in .gitignore
3. editor alias for each entity listed

Source/Homepage: https://github.com/dduan/tre
2019-11-03 13:18:13 -08:00
Jan Tojnar 3df93dbe0e
Merge pull request #72386 from jtojnar/gimp-2.10.14
gimp: 2.10.12 → 2.10.14
2019-11-03 21:48:13 +01:00
John Ericson d8cf78466e
Merge pull request #72694 from kirelagin/gnu-efi-cross
gnu-efi: Use their crosscompilation support correctly
2019-11-03 15:14:29 -05:00
Jonathan Ringer deb201b311 update-python-libraries: update usage comments 2019-11-03 12:03:27 -08:00
worldofpeace 7c4f09f695
Merge pull request #72319 from gnidorah/mame
mame: init at 0.215
2019-11-03 19:18:53 +00:00
R. RyanTM 049c47c6f6 wpgtk: 6.0.9 -> 6.0.11 2019-11-03 19:59:50 +01:00
R. RyanTM 6ca77c43ae yq: 2.7.2 -> 2.8.1 2019-11-03 19:59:25 +01:00
Niklas Hambüchen 83dbd38821 libjpeg-turbo: Add flag to build static libraries as well 2019-11-03 19:59:18 +01:00
worldofpeace dcd89d2c80 lollypop: 1.2.2 -> 1.2.5 2019-11-03 13:25:33 -05:00
worldofpeace fbbb67b858 quilter: 2.0.2 - 2.0.3 2019-11-03 13:25:33 -05:00
worldofpeace e43ab14fc9
Merge pull request #71287 from judaew/dep/keybase
keybase, keybase-gui, kbfs: 4.6.0 -> 4.7.2, added dependencies
2019-11-03 18:15:05 +00:00
Vadim-Valdis Yudaev 3894ec0a50 keybase, keybase-gui, kbfs: 4.6.0 -> 4.7.2, added dependencies
all: update from 4.6.0 to 4.7.2

keybase:
- added gnupg as a dependency and patch fix-patch-keybase.patch

kbfs:
- added fuse as a dependency and patch fix-patch-kbfs.patch
2019-11-03 13:09:39 -05:00
Daiderd Jordan 80a5dd7f02
gegl: fix darwin build
../gegl/opencl/cl_gl.h:37:10: fatal error: 'OpenGL/CGLDevice.h' file not found
    #include <OpenGL/CGLDevice.h>
2019-11-03 18:59:24 +01:00
zimbatm 71184f8e15
stdenv/check-meta: getEnv if the attribute is unset (#72376)
There were two issues:

* builtins.getEnv was called deep into the nixpkgs tree making it hard
  to discover. This is solved by moving the call into
  pkgs/top-level/impure.nix
* when the config was explicitly set by the user to false, it would
  still try and load the environment variable. This meant that it was
  not possible to guarantee the same outcome on two different systems.
2019-11-03 17:40:43 +00:00
worldofpeace 59edabf8ca
Merge pull request #72375 from toonn/wire-desktop-bump
wire-desktop: linux 3.10.2904 -> 3.11.2912
2019-11-03 17:26:14 +00:00
Marek Mahut 084ae71601
Merge pull request #72725 from 1000101/dokuwiki
dokuwiki: init at 2018-04-22b
2019-11-03 18:20:48 +01:00
Matthew Bauer a6a3958c26
Merge pull request #72070 from graham33/fix/license_list
Fix handling of lists in whitelistedLicenses and blacklistedLicenses
2019-11-03 12:08:41 -05:00
worldofpeace c751f6000b
Merge pull request #69052 from worldofpeace/elementary-updates-maybe-5.1
Pantheon 5.1
2019-11-03 17:03:04 +00:00
gnidorah cf17479caa sdlmame: drop
There are no longer separate programs called SDLMAME or SDLMESS. Instead, the SDL capability is included in MAME and MESS, and the makefile will auto-detect if you are on a non-Windows system and run accordingly.
2019-11-03 20:02:16 +03:00
gnidorah f73694a64a mess: drop
MAME and MESS are now combined as one distribution as of the 0.162 release and offered as a MAME binary (MESS is included in the build).
2019-11-03 20:02:16 +03:00
gnidorah d296e58f6d mame: init at 0.215 2019-11-03 20:02:11 +03:00
worldofpeace 7daa6ec9d4
Merge pull request #72726 from bandresen/calibre_bugfix_addmarkdown
calibre: bugfix: add markdown to inputs
2019-11-03 16:57:56 +00:00
worldofpeace d6cf4946da pantheon.elementary-gtk-theme: 5.2.5 -> 5.3.0
https://github.com/elementary/stylesheet/releases/tag/5.3.0
2019-11-03 11:41:01 -05:00
Gabriel Ebner a0e4ee3111 aggregateModules: support depmod.d configuration 2019-11-03 17:32:46 +01:00
Gabriel Ebner 1af9ccccb0 linuxPackages.digimend: init at unstable-2019-06-18 2019-11-03 17:32:46 +01:00
Matthew Bauer e569d1e99e
Merge pull request #72683 from etu/emacs-latest-nox
emacs-nox: Add alias for emacs26-nox
2019-11-03 11:29:42 -05:00
Mario Rodas 9e33eb3359
Merge pull request #72519 from r-ryantm/auto-update/groonga
groonga: 9.0.8 -> 9.0.9
2019-11-03 11:14:09 -05:00
Mario Rodas f031658754
Merge pull request #72703 from r-ryantm/auto-update/x11docker
x11docker: 6.2.0 -> 6.3.0
2019-11-03 11:03:02 -05:00
Alkeryn 3f2bdec506 sdrangel: 4.11.7 -> 4.11.12 2019-11-03 17:02:02 +01:00
Renaud 36c6d76db4
Merge pull request #57786 from Enteee/master
keepass-keepassotpkeyprov: init at 2.6
2019-11-03 16:59:05 +01:00
Ryan Mulligan 5d5dfbfb8a
Merge pull request #72552 from danieldk/spacy-2.2.2
Update spacy to 2.2.2 + necessary dependency updates
2019-11-03 07:58:12 -08:00
Benjamin Andresen c4aff4c03a calibre: add markdown to inputs
fixes #72724
2019-11-03 16:54:46 +01:00
Jan Hrnko 4792479a41 dokuwiki: init at stable_2018-04-22b 2019-11-03 16:52:06 +01:00
Terje Larsen 9a4ae42195 Revert "python: pg8000: 1.12.5 -> 1.13.2"
This reverts commit 35bdea0d6c.
2019-11-03 16:44:51 +01:00
Renaud 73523e026e
shellinabox: fix CVE-2018-16789
(#72620)
2019-11-03 16:44:17 +01:00
R. RyanTM 7153c484cd smplayer: 19.5.0 -> 19.10.0
* smplayer: 19.5.0 -> 19.10.0 (#72660)
2019-11-03 16:33:19 +01:00
worldofpeace 3507066e16
Merge pull request #72720 from bandresen/clj-kondo_bump_v2019.10.26
clj-kondo: 2019.07.31-alpha -> 2019.10.26
2019-11-03 15:32:38 +00:00
R. RyanTM 1c2ac8d7e0 yoshimi: 1.6.0.1 -> 1.6.0.2 2019-11-03 16:29:58 +01:00
R. RyanTM 951176ecfc yaru-theme: 19.10.2 -> 19.10.4 (#72709) 2019-11-03 16:26:06 +01:00
Ruud van Asseldonk a7b49ef140 acme-client: 0.1.16 -> 0.2.4
* acme-client: 0.1.16 -> 0.2.3 (#71853)

The upstream acme-client that used to be at [1] has now been integrated
into OpenBSD, and the portable version that it links to at [2] is marked
as unmaintained. However, letsencrypt.org links to [3] for a portable
version, and indeed, that repository contains a version that has recent
activity, so I switched over to that.

It is hard to tell what the difference is between the OpenBSD version
and what is on Github, and even if that would be easy, there are a lot
of Linux-specific changes. This program is dealing with certificates, so
I feel it is important to at least check that thare are no obviously
unintended differences between the previous version and the new, but I
don't know of a good way of doing that at this point. I will continue
to investigate before I open a pull request.

[1]: https://kristaps.bsd.lv/acme-client/
[2]: https://github.com/kristapsdz/acme-client-portable
[3]: https://github.com/graywolf/acme-client-portable

* acme-client: fix Linux build of new upstream

The new source does not include a configure script in the repository,
but we can generate it with automake. Also, the new acme-client-portable
has an OpenSSL compatibility layer, but that actually breaks building
against LibreSSL. Avoid this issue by patching the compatibility layer
to be less eager to define things when linking against LibreSSL. I will
also submit a pull request for that upstream.

I don't expect this to work on Darwin, and the current package suggests
it does, but if the upstream (portable) version is no longer maintained,
for Darwin, perhaps we should just drop support for it. But maybe it
will just work, CI or somebody with a Darwin system will have to try.

* acme-client: 0.2.3 -> 0.2.4

My LibreSSL compatibility patch has been merged upstream into
acme-client-portable, and version 0.2.4 that includes it has been
released, so we can remove the patch here.

* acme-client: address review feedback

 * Replace the manual autoreconf invocation with autoreconfHook.
 * Remove DEFAULT_CA_FILE, which no longer affects the build.
2019-11-03 16:23:11 +01:00
Benjamin Andresen a88a238724 clj-kondo: 2019.07.31-alpha -> 2019.10.26 2019-11-03 16:20:54 +01:00
Frederik Rietdijk 458964dea2 gcc8: make building w/LTO support optional, fixes eval 2019-11-03 16:04:52 +01:00
worldofpeace eee1e3c1b6
Merge pull request #72043 from jonafato/gnomeExtensions.night-theme-switcher-init
gnomeExtensions.night-theme-switcher: init at 2.1
2019-11-03 14:46:47 +00:00
Jon Banafato 0724efc305 gnomeExtensions.night-theme-switcher: init at 2.1 2019-11-03 09:34:10 -05:00
Aaron Andersen ea25d6bddc
Merge pull request #72672 from r-ryantm/auto-update/solr
solr: 8.2.0 -> 8.3.0
2019-11-03 09:04:02 -05:00
Mario Rodas 8a1569d1c5
x11docker: add missing dependencies 2019-11-03 09:00:00 -05:00
Franz Pletz c424a9dec5
sshfs: fix fetchpatch hash 2019-11-03 14:58:56 +01:00
Mario Rodas d21aab443a
Merge pull request #72705 from r-ryantm/auto-update/wolfssl
wolfssl: 4.1.0 -> 4.2.0
2019-11-03 08:53:05 -05:00
Will Dietz 43c721df4a make-bootstrap-tools: use 'extreme' option to reduce size but not cost
Apparently this option trades compression time for size,
and explicitly does so without increasing resources needed in decomp.

Doesn't make tarball creation unbearable, so add it to options!
2019-11-03 14:52:44 +01:00
Will Dietz 78d3cb1d16 binutils: offer "for bootstrap" variant that's less.. feature-complete 2019-11-03 14:52:44 +01:00
Will Dietz 5b46a7c240 gcc7: make building w/LTO support optional, don't use in bootstrap tools 2019-11-03 14:52:44 +01:00
Mario Rodas 9920076549
Merge pull request #72688 from marsam/update-du-dust
du-dust: 0.2.3 -> 0.4.1.2
2019-11-03 08:47:12 -05:00
Gabriel Ebner 8821d1f68f
Merge pull request #72711 from gebner/freecad0184
freecad: 0.18.3 -> 0.18.4
2019-11-03 14:45:40 +01:00
Michael Eden 5b96d9cf21 nodejs: cross compile runtime for ARM 2019-11-03 14:45:13 +01:00
Jan Tojnar f3a8147404
gimpPlugin.exposureBlend: mark as broken
It produces an error:

	GIMP-Error: Calling error for procedure 'gimp-image-get-active-layer':
	Procedure 'gimp-image-get-active-layer' has been called with an invalid ID for argument 'image'. Most likely a plug-in is trying to work on an image that doesn't exist any longer.

	(script-fu:25123): GLib-WARNING **: 12:41:03.500: (../glib/gerror.c:416):g_error_new_valist: runtime check failed: (domain != 0)
	script-fu-Warning: Error while loading /nix/store/31y1qiyg8fzn07yz6lrnkbja33298gmz-gimp-with-plugins-2.10.14/share/gimp/2.0/scripts/exposure-blend/nds9ds1m18d0wg1b01fch8wyzdwpmr8x-exposure-blend.scm:

	Error: (/nix/store/31y1qiyg8fzn07yz6lrnkbja33298gmz-gimp-with-plugins-2.10.14/share/gimp/2.0/scripts/exposure-blend/nds9ds1m18d0wg1b01fch8wyzdwpmr8x-exposure-blend.scm : 627) Procedure execution of gimp-image-get-active-layer failed on invalid input arguments: Procedure 'gimp-image-get-active-layer' has been called with an invalid ID for argument 'image'. Most likely a plug-in is trying to work on an image that doesn't exist any longer.
2019-11-03 14:43:14 +01:00
Jan Tojnar e93c38ff7c
gimp-with-plugins: pass all script attributes
to the pluginDerivation
2019-11-03 14:43:14 +01:00
Jan Tojnar 46818a55b1
gimpPlugins.gap: fix build 2019-11-03 14:43:13 +01:00
Jan Tojnar a73ad445a9
gimpPlugins.waveletSharpen: fix build 2019-11-03 14:43:13 +01:00
Jan Tojnar 8da26cc578
gimp-with-plugins: install plug-ins into subdirs
GIMP 3 will require all plugins to be installed into their own subdirectories, so let’s just do that now.
2019-11-03 14:43:13 +01:00
Jan Tojnar ae21a2bc60
gimp-with-plugins: fix installing custom scripts
script-fu (Scheme) scripts are not actually loaded from $GIMP2_PLUGINDIR (lib/gimp/2.10) but $GIMP_DATADIR (share/gimp/2.10).
2019-11-03 14:43:12 +01:00
Jan Tojnar 43c3f471b8
gimp: format with nixpkgs-format 2019-11-03 14:43:12 +01:00
Jan Tojnar c75c6b588a
gimp: 2.10.12 → 2.10.14
https://www.gimp.org/news/2019/10/31/gimp-2-10-14-released/
2019-11-03 14:43:12 +01:00
Jan Tojnar 258f6f4437
gegl_0_4: 0.4.16 → 0.4.18
https://gitlab.gnome.org/GNOME/gegl/blob/GEGL_0_4_18/docs/NEWS.txt#L1-123

Ported to Meson, which means ton of extra dependencies used by default.
Though the closure size effect appears to be minimal: 88.9M → 92.9M

Also drop GTK dependency, since it is not needed any more (was it ever?)
2019-11-03 14:43:09 +01:00
Alex Rice 66611546f0 brillo: init at 1.4.8 2019-11-03 14:42:43 +01:00
Franz Pletz 6928b5c12b
arangodb: 3.3.23.1 -> 3.3.24, 3.4.7 -> 3.4.8, 3.5.0-rc.7 -> 3.5.1 2019-11-03 14:33:50 +01:00
Franz Pletz 286bfac78c
libksi: 2015-07-03 -> 3.20.3025 2019-11-03 14:33:50 +01:00
Jan Tojnar 148eae459b
poly2tri-c: init at 0.1.0 2019-11-03 14:31:38 +01:00
Jan Tojnar fdd6153555
netsurf.libnsgif: build on Darwin 2019-11-03 14:31:38 +01:00
Jan Tojnar a881d113a9
netsurf.buildsystem: build on Darwin 2019-11-03 14:31:37 +01:00
Michael Weiss 3f0d188f65
sshfs: 3.5.2 -> 3.6.0
The patch prevents the following error:
[2/7] Generating manpages with a custom command.
../sshfs.rst:210: (ERROR/3) Unexpected indentation.
../sshfs.rst:211: (WARNING/2) Block quote ends without a blank line; unexpected unindent.
2019-11-03 14:21:43 +01:00
Michael Weiss 828061351c
fuse3: 3.7.0 -> 3.8.0 2019-11-03 14:21:43 +01:00
Gabriel Ebner cf5597809e freecad: 0.18.3 -> 0.18.4 2019-11-03 14:14:35 +01:00
Michael Weiss 5b2a6c9984
gns3-{gui,server}: 2.2.0 -> 2.2.1 2019-11-03 14:05:31 +01:00
Michael Weiss 546c02c0e4
androidStudioPackages.beta: 3.6.0.13 -> 3.6.0.14 2019-11-03 14:05:31 +01:00
Florian Klink 51dc44f91a
Merge pull request #72642 from r-ryantm/auto-update/python3.8-twilio
python38Packages.twilio: 6.29.3 -> 6.32.0
2019-11-03 13:58:34 +01:00
Renaud 21b48a2db1
Merge pull request #72409 from prusnak/veracrypt
veracrypt: 1.23-Hotfix-2 -> 1.24-Hotfix1
2019-11-03 13:51:21 +01:00
Tobias Mayer a7cd3c2d82 cmake-format: init at 0.6.0 2019-11-03 13:47:38 +01:00
Frederik Rietdijk f3bc4373dc
Merge pull request #72224 from NixOS/staging-next
Staging next
2019-11-03 13:31:58 +01:00
Ente 8177aa48c3 keepass-otpkeyprov: init at 2.6 2019-11-03 13:22:57 +01:00
zimbatm 01f6d4d36f
Merge pull request #72419 from WilliButz/rubyPackages/remove-global-v8-pinning
rubyPackages: remove global v8 pinning
2019-11-03 12:19:18 +00:00
R. RyanTM 7befcddb33 wolfssl: 4.1.0 -> 4.2.0 2019-11-03 03:50:53 -08:00
R. RyanTM a40b03c608 x11docker: 6.2.0 -> 6.3.0 2019-11-03 03:36:33 -08:00
Jan Tojnar 561b40dacb
Merge pull request #72676 from r-ryantm/auto-update/template-glib
template-glib: 3.32.0 -> 3.34.0
2019-11-03 12:35:19 +01:00
Jan Tojnar 56cd83a71a
gnome3.swell-foop: 3.34.0 -> 3.34.1 (#72677)
gnome3.swell-foop: 3.34.0 -> 3.34.1
2019-11-03 12:32:23 +01:00
Pavol Rusnak 17e7fb2fef
veracrypt: 1.23-Hotfix-2 -> 1.24-Hotfix1 2019-11-03 11:33:54 +01:00
Kirill Elagin 7cacaea1db gnu-efi: Use their crosscompilation support correctly
IIUC, previously, the cross-compilation support was done in a somewhat
hacky way and was, basically, special-cased for ARM.

Now we use the cross-compilation support intergrated into their own
build system.

Test:

* nix-build --arg crossSystem '(import <nixpkgs/lib>).systems.examples.musl64' '<nixpkgs>' -A gnu-efi
2019-11-03 13:29:30 +03:00
Frederik Rietdijk 7827d3f449 python35: 3.5.8 -> 3.5.9
There were no new changes in version 3.5.9; 3.5.9 was released only because of a CDN caching problem,
which resulted in some users downloading a prerelease version of the 3.5.8 .xz source tarball.
Apart from the version number, 3.5.9 is identical to the proper 3.5.8 release.
2019-11-03 11:21:05 +01:00
xrelkd bd638c7f04 just: 0.4.4 -> 0.4.5 2019-11-03 12:09:02 +02:00
R. RyanTM c9c0e6f5aa synthv1: 0.9.10 -> 0.9.11 2019-11-03 02:03:25 -08:00
R. RyanTM a4a032376f checkstyle: 8.25 -> 8.26 (#72467) 2019-11-03 10:31:19 +01:00
R. RyanTM 36038807ca alembic: 1.7.11 -> 1.7.12 (#72454) 2019-11-03 10:28:07 +01:00
Renaud c7fdfc4128
Merge pull request #72581 from romildo/upd.theme-jade1
theme-jade1: 3.3 -> 1.5
2019-11-03 10:25:11 +01:00
R. RyanTM 0f4d7128a8 rss2email: 3.10 -> 3.11 2019-11-03 10:23:33 +01:00
R. RyanTM 28b0a6a9e0 star: 2.7.2b -> 2.7.3a 2019-11-03 10:23:05 +01:00
R. RyanTM 93a2c2ee98 s3ql: 3.3 -> 3.3.2 2019-11-03 10:22:46 +01:00
R. RyanTM 5a8a2e9d33 serialdv: 1.1.2 -> 1.1.4 2019-11-03 10:22:25 +01:00
Mario Rodas 7efb823404
du-dust: 0.2.3 -> 0.4.1.2 2019-11-03 04:20:00 -05:00
Frederik Rietdijk 0caf36def0 Merge master into staging-next 2019-11-03 10:15:58 +01:00
Frederik Rietdijk 9e352d9046
Merge pull request #72601 from jonafato/firefox-beta-bin-69.0b16-71.0b6
firefox-beta-bin-unwrapped: 69.0b16 -> 71.0b6
2019-11-03 10:15:36 +01:00
John Ericson b2372b8d5e
Merge pull request #72639 from kirelagin/netbsd-musl
Tweak cross-compilation of some netbsd stuff
2019-11-03 04:15:23 -05:00
R. RyanTM a5e7b47f3d parallel: 20190922 -> 20191022 2019-11-03 10:10:15 +01:00
R. RyanTM b1a591dd14 palemoon: 28.7.0 -> 28.7.2 2019-11-03 10:09:55 +01:00
R. RyanTM 7e4bf89408 ps_mem: 3.12 -> 3.13 2019-11-03 10:08:40 +01:00
R. RyanTM 2177a8ee20 quilter: 2.0.0 -> 2.0.2 2019-11-03 10:05:47 +01:00
R. RyanTM fa5b8c2da6 pytrainer: 2.0.0 -> 2.0.1 2019-11-03 10:05:30 +01:00
R. RyanTM 2947823125 python38Packages.wxPython_4_0: 4.0.6 -> 4.0.7 2019-11-03 10:05:01 +01:00
Kirill Elagin 8e912bcb30 fixup! Tweak cross-compilation of some netbsd stuff 2019-11-03 12:04:39 +03:00
R. RyanTM 0d71f7fec7 simpleitk: 1.2.2 -> 1.2.3 2019-11-03 10:04:39 +01:00
R. RyanTM 99f221538b gitAndTools.stgit: 0.20 -> 0.21 2019-11-03 10:04:16 +01:00
R. RyanTM 5a33df7e1e shairport-sync: 3.3.2 -> 3.3.4 2019-11-03 10:03:55 +01:00
R. RyanTM 21d0acb249 samplv1: 0.9.10 -> 0.9.11 2019-11-03 10:03:33 +01:00
R. RyanTM ee3ab209fe sysprof: 3.34.0 -> 3.34.1 2019-11-03 10:03:07 +01:00
R. RyanTM a6294b53b7 unrar: 5.8.2 -> 5.8.3 2019-11-03 10:02:50 +01:00
Elis Hirwing 0b27dd0bde
emacs-nox: Add alias for emacs26-nox 2019-11-03 09:56:41 +01:00
Gabriel Ebner ec43bdc06e
Merge pull request #69442 from charles-dyfis-net/curaLE-3.6.20
curaLulzbot: 3.6.18 -> 3.6.21
2019-11-03 09:40:29 +01:00
R. RyanTM 2eb6ea6d11 gnome3.swell-foop: 3.34.0 -> 3.34.1 2019-11-03 00:53:02 -07:00
R. RyanTM cf9b33dd49 template-glib: 3.32.0 -> 3.34.0 2019-11-03 00:47:42 -07:00
Michael Raskin 07da1ca8b5
Merge pull request #72491 from urkud/inkscape-cleanup
inkscape: use latest poppler, use gtkspell2, drop `-fpermissive`
2019-11-03 06:52:59 +00:00
R. RyanTM 84bf78faa4 solr: 8.2.0 -> 8.3.0 2019-11-02 23:50:12 -07:00
R. RyanTM cc73a0b275 rocksdb: 6.3.6 -> 6.4.6 2019-11-02 23:32:00 -07:00
Peter Hoeg 8bddbbaf84
Merge pull request #72404 from peterhoeg/u/displaylink
displaylink: make it work!
2019-11-03 14:19:41 +08:00
Peter Hoeg 4bff595c1c
Merge pull request #72411 from peterhoeg/f/john
john: build with python3
2019-11-03 14:19:16 +08:00
Jan Tojnar 1c74b29b05
pinentry-gnome: fix target output 2019-11-03 04:19:10 +01:00
R. RyanTM eed3a01c78 qbittorrent: 4.1.8 -> 4.1.9.1 2019-11-02 17:32:34 -07:00
R. RyanTM f42e4ef5f9 python38Packages.twilio: 6.29.3 -> 6.32.0 2019-11-02 17:01:43 -07:00
Jonathan Ringer b9948763f5 appdaemon: add setuptools 2019-11-02 16:48:07 -07:00
R. RyanTM b425aa6393 python38Packages.pypillowfight: 0.2.4 -> 0.3.0 2019-11-02 16:45:32 -07:00
R. RyanTM f64ad2582b python38Packages.dogpile_cache: 0.8.0 -> 0.9.0 2019-11-02 16:41:39 -07:00
R. RyanTM 780ae6ff39 python38Packages.django_extensions: 2.2.3 -> 2.2.5 2019-11-02 16:35:06 -07:00
R. RyanTM 20361715aa python38Packages.plumbum: 1.6.7 -> 1.6.8 2019-11-02 16:33:57 -07:00
R. RyanTM 742e3de047 python38Packages.boolean-py: 3.6 -> 3.7 2019-11-02 16:32:26 -07:00
R. RyanTM 19d0158940 python38Packages.azure-mgmt-storage: 5.0.0 -> 6.0.0 2019-11-02 16:31:02 -07:00
R. RyanTM 48b1e9d6ed python38Packages.elementpath: 1.3.0 -> 1.3.1 2019-11-02 16:30:02 -07:00
R. RyanTM 035dcb39ed python38Packages.flask-jwt-extended: 3.24.0 -> 3.24.1 2019-11-02 16:29:27 -07:00
R. RyanTM 8be907f3de pdf2djvu: 0.9.13 -> 0.9.14 (#72613) 2019-11-03 00:29:07 +01:00
R. RyanTM ba3d399a1f python38Packages.emcee: 3.0.0 -> 3.0.1 2019-11-02 16:28:47 -07:00
Mario Rodas 4386a87bf5
Merge pull request #72435 from marsam/update-chezmoi
chezmoi: 1.5.5 -> 1.7.2
2019-11-02 18:25:09 -05:00
R. RyanTM a1c42b2ea3 drumgizmo: 0.9.18 -> 0.9.18.1 (#72496) 2019-11-03 00:19:57 +01:00
R. RyanTM 8eb5b27504 gmic: 2.7.4 -> 2.7.5 (#72517) 2019-11-03 00:17:52 +01:00
Franz Pletz fbb1165625
varnishPackages: general version bumps & refactor 2019-11-03 00:12:04 +01:00
R. RyanTM 980ecf2cba libburn: 1.5.0 -> 1.5.2 (#72547) 2019-11-03 00:09:49 +01:00
Kirill Elagin 60944c7efd Tweak cross-compilation of some netbsd stuff
This makes, at least, the following packages compile with musl:

* netbsd.compat
* netbsd.getent
* netbsd.fts
2019-11-03 02:08:27 +03:00
R. RyanTM 1d7166766d libisofs: 1.5.0 -> 1.5.2 (#72545) 2019-11-02 23:59:35 +01:00
Ryan Mulligan 63d74db555
Merge pull request #72615 from r-ryantm/auto-update/postman
postman: 7.9.0 -> 7.10.0
2019-11-02 15:58:56 -07:00
Renaud c94bc42968
Merge pull request #72565 from romildo/upd.matcha
matcha: 2019-10-03 -> 2019-11-02
2019-11-02 23:51:30 +01:00
R. RyanTM 025964d772 libxls: 1.5.1 -> 1.5.2 (#72557) 2019-11-02 23:47:32 +01:00
R. RyanTM fd66f95106 libwhereami: 0.3.0 -> 0.3.1 (#72561) 2019-11-02 23:44:23 +01:00
Gabriel Ebner b938107a8f
octoprint: 1.3.11 -> 1.3.12 (#72630)
octoprint: 1.3.11 -> 1.3.12
2019-11-02 23:28:53 +01:00
R. RyanTM 0be5b83ddd padthv1: 0.9.10 -> 0.9.11 (#72590) 2019-11-02 23:28:10 +01:00
Andreas Rammhold dbbadbb1ec
Merge pull request #72600 from risicle/ris-opencv-4.1.2
opencv4: 4.1.0 -> 4.1.2, addressing CVE-2019-14491, CVE-2019-14492 & CVE-2019-15939
2019-11-02 23:26:50 +01:00
Mario Rodas e0699ce4f5
Merge pull request #72398 from tadeokondrak/vapoursynth-r48
vapoursynth: R47.2 -> R48
2019-11-02 17:25:37 -05:00
Jonathan Ringer 708787c096 pythonPackages.checkmanifest: fix build 2019-11-02 15:20:42 -07:00
Gabriel Ebner 5ed4beea61 octoprint-plugins.printtimegenius: 1.3.1 -> 2.0.2 2019-11-02 23:12:19 +01:00
Gabriel Ebner 311656e640 marlin-calc: 2019-06-04 -> 2019-10-17 2019-11-02 23:12:19 +01:00
Gabriel Ebner 6abfaf890d octoprint-plugins.stlviewer: 0.4.1 -> 0.4.2 2019-11-02 23:12:19 +01:00
Gabriel Ebner 04742d003e octoprint-plugins.mqtt: 0.8.0 -> 0.8.6 2019-11-02 23:12:19 +01:00
Gabriel Ebner c1d87b7e83 octoprint: 1.3.11 -> 1.3.12 2019-11-02 23:12:19 +01:00
Renaud 5f5bfce078
Merge pull request #72593 from romildo/upd.papirus-icon-theme
papirus-icon-theme: 20191009 -> 20191101
2019-11-02 22:56:45 +01:00
R. RyanTM cb48195260 openfst: 1.7.2 -> 1.7.4 (#72599) 2019-11-02 22:53:28 +01:00
R. RyanTM ddc59b46d2 python38Packages.paho-mqtt: 1.4.0 -> 1.5.0 2019-11-02 14:50:47 -07:00
Yury G. Kudryashov ba0a68c45b inkscape: use latest poppler, use gtkspell2, drop `-fpermissive`
It seems that `inkscape-0.9.4` builds with the latest poppler and
without the `-fpermissive` workaround.
2019-11-02 17:47:15 -04:00
R. RyanTM a977c039a1 python38Packages.cerberus: 1.3.1 -> 1.3.2 2019-11-02 14:37:48 -07:00
Theodore Witkamp f2860971a2 muparser: add darwin support 2019-11-02 14:31:01 -07:00
R. RyanTM 52de4dbf5c plata-theme: 0.8.9 -> 0.9.0 (#72609) 2019-11-02 22:13:40 +01:00
José Romildo Malaquias a61bd1e42d lxqt: restrict to linux platform
libqtxdg fails to build on darwin.

LXQt is a DE for linux so assume darwin is not supported.

The platform for some packages that may be useful outside of
LXQt (like pcmanfm-qt, lximage-qt and others) and do not depend on
libqtxdg are not being changed.
2019-11-02 13:36:21 -07:00
José Romildo Malaquias e4f1ecc336 lxqt.libqtxdg: 3.3.1 -> 3.4.0 2019-11-02 13:36:21 -07:00
Jonathan Ringer 1092bd70af spirv-tools: 2019.3 -> 2019.4 2019-11-02 13:30:24 -07:00
R. RyanTM 752231d474 folly: 2019.10.14.00 -> 2019.10.21.00 2019-11-02 13:29:39 -07:00
Maximilian Bosch 60055f4ffa
Merge pull request #72392 from WilliButz/update-postgres-exporter
prometheus-postgres-exporter: 0.6.0 -> 0.7.0, run tests
2019-11-02 21:12:04 +01:00
R. RyanTM 63436c1375 postman: 7.9.0 -> 7.10.0 2019-11-02 13:05:32 -07:00
Ryan Mulligan b5b7886016
Merge pull request #72577 from romildo/upd.iconpack-obsidian
iconpack-obsidian: 4.3 -> 4.9
2019-11-02 12:55:29 -07:00
Michael Raskin 66523b7bbc
Merge pull request #72576 from r-ryantm/auto-update/love
love_11: 11.2 -> 11.3
2019-11-02 19:47:57 +00:00
Bjørn Forsman 1ee040724a trompeloeil: 34 -> 35 2019-11-02 20:05:06 +01:00
Julien Dehos 41778dd605 pfstools: add netpbm support (fix #60841) (#61083) 2019-11-02 19:42:53 +01:00
R. RyanTM 2f5967aa33 catch2: 2.10.0 -> 2.10.2 2019-11-02 11:25:46 -07:00
R. RyanTM b95e29c5e7 devpi-server: 5.1.0 -> 5.2.0 2019-11-02 11:21:15 -07:00
R. RyanTM fc8f371706 cimg: 2.7.4 -> 2.7.5 2019-11-02 11:13:31 -07:00
R. RyanTM 1faee87692 dcmtk: 3.6.4 -> 3.6.5 2019-11-02 11:12:28 -07:00
R. RyanTM 120787b81f eaglemode: 0.94.1 -> 0.94.2 2019-11-02 11:08:13 -07:00
R. RyanTM fc8b711277 drawpile: 2.1.11 -> 2.1.12 2019-11-02 11:07:17 -07:00
R. RyanTM 2fbc1e7c08 cfr: 0.147 -> 0.148 2019-11-02 11:05:41 -07:00
Julien Dehos 8ca3cad711 pfstools: build pfsalign (fix #60843) (#61050) 2019-11-02 19:00:39 +01:00
Jon Banafato e3d0b139c7 firefox-beta-bin-unwrapped: 69.0b16 -> 71.0b6 2019-11-02 13:09:21 -04:00
Robert Scott d623837d64 opencv4: 4.1.0 -> 4.1.2 (security)
resolving CVE-2019-14491, CVE-2019-14492 & CVE-2019-15939

most internal downloads are unchanged except for "ade" which was bumped
from v0.1.1d to v0.1.1f between these releases
2019-11-02 17:00:59 +00:00
Gabriel Ebner 7828823386
Merge pull request #72099 from otwieracz/master
Remove unnecessary `sentry-sdk` dependencies causing problems in python27 builds
2019-11-02 17:42:39 +01:00
Ryan Mulligan 5627ea76c6
Merge pull request #72535 from r-ryantm/auto-update/intel-media-sdk
intel-media-sdk: 19.2.1 -> 19.3.0
2019-11-02 09:34:05 -07:00