251006 Commits

Author SHA1 Message Date
Elis Hirwing
1459d221a8
phpExtensions.mailparse: 3.0.3 -> 3.1.1 2020-10-24 09:59:27 +02:00
Elis Hirwing
727dc79f68
phpExtensions.igbinary: 3.0.1 -> 3.1.6 2020-10-24 09:58:27 +02:00
Elis Hirwing
72fd5f2d1b
phpExtensions.event: 2.5.3 -> 2.5.7 2020-10-24 09:57:32 +02:00
Elis Hirwing
e05c3b2c99
phpExtensions.couchbase: 2.6.1 -> 2.6.2 2020-10-24 09:55:57 +02:00
Bjørn Forsman
3d4e133e77 parallel: fix calculation of max line length
parallel >= 20200822 uses /bin/echo to calculate the max allowed line
length. Patch it to a correct path, so that it doesn't (silently) fail
and fall back to a low value of 324.

Before:
  $ parallel --max-line-length-allowed
  324

After:
  $ parallel --max-line-length-allowed
  131063

Fixes: 16ca8725ff ("parallel: 20200722 -> 20200822")
2020-10-24 09:55:06 +02:00
Elis Hirwing
78a48d7fb1
phpExtensions.ast: 1.0.5 -> 1.0.10 2020-10-24 09:54:56 +02:00
Elis Hirwing
ab864cee02
phpPackages.phpcs: 3.5.5 -> 3.5.8 2020-10-24 09:52:44 +02:00
Elis Hirwing
067ee64a85
phpPackages.phpcbf: 3.5.5 -> 3.5.8 2020-10-24 09:51:57 +02:00
Elis Hirwing
376efd455e
phpPackages.phpstan: 0.12.49 -> 0.12.51 2020-10-24 09:50:38 +02:00
Elis Hirwing
e49aed3d1c
phpPackages.composer: 1.10.13 -> 1.10.15 2020-10-24 09:48:47 +02:00
Michael Raskin
9313ea226f
Merge pull request #101500 from rnhmjoj/pango
pango: 1.45.3 -> 1.47.0
2020-10-24 07:47:12 +00:00
Vladimír Čunát
c0a646edd0
Merge #101380: thunderbird*: 78.3.2 -> 78.4.0 2020-10-24 09:16:36 +02:00
Daniël de Kok
c3144b8f6f sentencepiece: 0.1.93 -> 0.1.94
Changelog:

https://github.com/google/sentencepiece/releases/tag/v0.1.94
2020-10-24 08:00:06 +02:00
Jan Tojnar
56b9441563
gnome3.mutter: do not depend on full sysprof
It just wants libsysprof-capture.
2020-10-24 06:58:00 +02:00
Jan Tojnar
932c4df710
gnome3.gnome-software: do not depend on full sysprof
It just wants libsysprof-capture.
2020-10-24 06:58:00 +02:00
Jan Tojnar
9124947ae6
libsoup: do not depend on full sysprof
It just wants libsysprof-capture.
2020-10-24 06:57:59 +02:00
Jan Tojnar
c7c4c236e0
libsysprof-capture: init
This will allow us to use sysprof-capture as a dependency of other libraries like GLib.
2020-10-24 06:57:59 +02:00
Jan Tojnar
8e52dfa09e
mm-common: 1.0.1 → 1.0.2 2020-10-24 06:00:39 +02:00
Jan Tojnar
43b034d25d
tracker-miners: 3.0.0 → 3.0.1 2020-10-24 06:00:38 +02:00
Jan Tojnar
a632699e71
tracker: 3.0.0 → 3.0.1 2020-10-24 06:00:38 +02:00
Jan Tojnar
6472c6c76f
sysprof: 3.38.0 → 3.38.1 2020-10-24 06:00:38 +02:00
Jan Tojnar
1ca1e27b44
librsvg: 2.50.0 → 2.50.1 2020-10-24 06:00:38 +02:00
Jan Tojnar
8edc951ce1
gjs: 1.66.0 → 1.66.1 2020-10-24 06:00:38 +02:00
Jan Tojnar
dd39a88951
gcr: 3.36.0 → 3.38.0 2020-10-24 06:00:38 +02:00
Jan Tojnar
bfd818e711
gnome-builder: 3.38.0 → 3.38.1 2020-10-24 06:00:37 +02:00
Jan Tojnar
98706710da
gnome3.sushi: 3.34.0 → 3.38.0 2020-10-24 06:00:37 +02:00
Jan Tojnar
71064f875f
gnome3.gnome-panel: 3.37.1 → 3.38.0 2020-10-24 06:00:37 +02:00
Jan Tojnar
f7bfb52a60
gnome3.gnome-flashback: 3.37.2 → 3.38.0 2020-10-24 06:00:37 +02:00
Jan Tojnar
1e70d8d536
gnome3.gnome-applets: 3.37.2 → 3.38.0 2020-10-24 06:00:37 +02:00
Jan Tojnar
7665d28567
gnome3.gdm: 3.38.0 → 3.38.1 2020-10-24 06:00:37 +02:00
Jan Tojnar
1e314c363d
gobject-introspection: 1.66.0 → 1.66.1
Fix vips build.
2020-10-24 03:48:19 +02:00
Jamie Magee
ce89dd6819 pythonPackages.yappi: 1.2.5 -> 1.3.0 2020-10-23 18:18:08 -07:00
Fabian Möller
253954232e nixosTests.ferm: fix network timeout
The subtests could start before the server has configured it's IP
addresses and therefore timeout.
2020-10-23 18:12:45 -07:00
Fabian Möller
e83bd25aec nixosTests.certmgr: fix systemd test
Nginx fails to start, because it can't read the certificate file. This
happens because PrivateTmp is set for the service, which makes the
system wide /tmp inaccessible.
2020-10-23 18:09:50 -07:00
Ryan Burns
c58233a34a blugon: fix build on darwin 2020-10-23 18:06:36 -07:00
Nikolay Korotkiy
0c102b283d python3Packages.pygmt: init at 0.2.0 2020-10-23 18:05:52 -07:00
José Romildo Malaquias
b6c2504d8d
Merge pull request #101030 from romildo/upd.evisum
enlightenment.evisum: 0.5.6 -> 0.5.7
2020-10-23 21:26:28 -03:00
WORLDofPEACE
70dc25abd9 nixos/gnome3: don't put epiphany in favorite apps 2020-10-23 20:20:07 -04:00
Roberto Di Remigio
07e63834be gnome-shell-extension-paperwm: 36.0 -> 38.0 2020-10-24 10:19:14 +10:00
TredwellGit
0594e27df3 libraw: 0.20.0 -> 0.20.2
https://github.com/LibRaw/LibRaw/blob/0.20.2/Changelog.txt
https://nvd.nist.gov/vuln/detail/CVE-2020-15365
https://nvd.nist.gov/vuln/detail/CVE-2020-15503
https://nvd.nist.gov/vuln/detail/CVE-2020-24890
2020-10-24 00:16:22 +00:00
zowoq
d126f0b8c6 libpsl: disable valgrind tests on darwin 2020-10-24 10:15:33 +10:00
WORLDofPEACE
949f7f9227
Merge pull request #98316 from NixOS/gnome-3.38
GNOME 3.38
2020-10-23 20:02:38 -04:00
Niklas Hambüchen
38c52994a6 pitivi: 0.999 -> 2020.09.1 2020-10-24 02:02:09 +02:00
Niklas Hambüchen
9ba3714f10 pitivi: Use gst-transcoder from gst-plugins-bad 2020-10-24 02:02:09 +02:00
Niklas Hambüchen
7fddef376e gst_all_1.gst-plugins-bad: Add upstream patch to fix SRT usage 2020-10-24 02:02:09 +02:00
Niklas Hambüchen
0672de5b89 gstreamer: 1.16.2 -> 1.18.0
Fixes #98769.

Important changes from https://gstreamer.freedesktop.org/releases/1.18/:

* `gst-validate` was renamed to `gst-devtools` upstream:

    > * the `gst-validate` tarball has been superseded by
    >   the `gst-devtools` tarball for consistency with the git module name.

* `gst-python` is now Python 3 only:

    > * Python 2.x is no longer supported
2020-10-24 02:02:09 +02:00
Jan Tojnar
8ccd765d37
webkitgtk: clean up
Remove gtk2 flag, which is no longer supported.
2020-10-24 01:42:16 +02:00
WORLDofPEACE
625fb27d68 empathy: use folks with telepathySupport 2020-10-23 19:37:59 -04:00
WORLDofPEACE
dfc6578fc1 folks: disable telepathy backend by default 2020-10-23 19:36:33 -04:00
Masanori Ogino
0075ec3ffa nuspell: 3.1.2 -> 4.0.0, fix license
The license of Nuspell is not GPL-3.0-only but LGPL-3.0-or-later.

Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-10-24 08:23:20 +09:00