Commit graph

200406 commits

Author SHA1 Message Date
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
Renaud 266d3dd7f6
Merge pull request #72187 from Izorkin/netdata-fix
nixos/netdata: add which to path
2019-11-03 14:06:51 +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 edc0b28d28 maintainers: add Enteee 2019-11-03 13:24:48 +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
Renaud a5807e79c9
Merge pull request #71507 from SRGOM/patch-11
nixos/x11/libinput: Document values for option
2019-11-03 12:30:09 +01:00