Commit Graph

215876 Commits

Author SHA1 Message Date
R. RyanTM
023ef3d1a4 libevdev: 1.8.0 -> 1.9.0 2020-03-06 07:07:16 +01:00
Lancelot SIX
4e08586690 gdb: 8.3.1 -> 9.1
See https://www.gnu.org/software/gdb/download/ANNOUNCEMENT for release
information
2020-03-06 07:04:07 +01:00
zowoq
bb0d036002 ncurses: 6.1-20190112 -> 6.2
https://invisible-island.net/ncurses/announce-6.2.html
2020-03-06 07:01:42 +01:00
Felix Tenley
efc1e24565 vdpauinfo: 1.0 -> 1.3 2020-03-06 07:01:06 +01:00
Felix Tenley
297f755012 libvdpau: 1.2 -> 1.3
adds support for VP9 decoding
2020-03-06 07:01:06 +01:00
Vincent Breitmoser
7cc68a961d gnupg: apply patch to allow import of key updates without user ids
This adds a patch series which allows GnuPG to import updates
(revocations and subkeys) from certificates that contain no user ids.
This is relevant for refreshing keys from the default keyserver
keys.openpgp.org, where only user ids that contain verified email
addresses will be distributed, and revoked keys never contain any user
ids.

This patch series was originally authored and submitted to upstream half
a year ago (by me), but now comes from Debian packaging where it's been
included since then.

Relates to the following upstream issue: https://dev.gnupg.org/T4393
2020-03-06 06:58:56 +01:00
Ben Wolsieffer
05fc2a3524 unpack-bootstrap-tools: remove obsolete linker script patching
The linker scripts no longer contain store paths, so this does nothing. More
importantly, libpthread.so is not longer a linker script on ARM, so the patching
would corrupt it.
2020-03-06 06:58:20 +01:00
Ben Wolsieffer
ee39e49b68 stdenv: update ARM bootstrap tarballs
Fixes building glibc 2.30, which requires at least GCC 6.

Picked from the following cross-trunk evaluation:
https://hydra.nixos.org/eval/1568864 based on nixpkgs
commit ac241fb7a5.

armv5tel job: https://hydra.nixos.org/build/111556418
armv6l job: https://hydra.nixos.org/build/111556521
armv7l job: https://hydra.nixos.org/build/111556551
2020-03-06 06:58:20 +01:00
Matthew Bauer
b8102aa32e
Merge pull request #81844 from lopsided98/gcc-separate-output-cross
gcc: place cross-compiled target libraries in lib output
2020-03-05 20:30:35 -05:00
Jonathan Ringer
19f7c641cc pythonPackages.cffi: 1.13.2 -> 1.14.0 2020-03-05 15:11:20 -08:00
Ben Wolsieffer
d9feea58ae gcc: remove unneeded RPATH patching 2020-03-05 14:56:52 -05:00
worldofpeace
0d877fbb29
Merge pull request #81759 from jtojnar/gio-wgah-order-hack
glib.setupHook: run glibPreFixupPhase before gappsWrapperArgsHook
2020-03-04 22:38:17 +00:00
Ben Wolsieffer
e1831ebea3 gcc: move target-specific runtime libraries to separate output 2020-03-04 16:12:36 -05:00
Jan Tojnar
8e4f502fc6
glib.setupHook: run glibPreFixupPhase before gappsWrapperArgsHook
Since we split wrapGAppsHook and move its variable initialization to preFixupPhases in #81475, it was getting run before glibPreFixupPhase which sets GSETTINGS_SCHEMAS_PATH variable gappsWrapperArgsHook depends on. Let's introduce this ugly hack to ensure glibPreFixupPhase will run before gappsWrapperArgsHook.
2020-03-04 21:51:26 +01:00
Jan Tojnar
1a44e325d2
Merge branch 'staging-next' into staging 2020-03-04 21:24:05 +01:00
Jan Tojnar
62e09735d0
Merge pull request #81466 from r-ryantm/auto-update/at-spi2-atk
at-spi2-atk: 2.34.1 -> 2.34.2
2020-03-04 20:45:42 +01:00
Lancelot SIX
7399c59c41
Merge pull request #81743 from r-ryantm/auto-update/asymptote
asymptote: 2.62 -> 2.63
2020-03-04 20:43:13 +01:00
Jan Tojnar
ee82a4c30b
Merge pull request #81302 from r-ryantm/auto-update/glade
gnome3.glade: 3.22.1 -> 3.22.2
2020-03-04 20:21:46 +01:00
Jan Tojnar
fa04515dee
Merge pull request #81502 from r-ryantm/auto-update/libabigail
libabigail: 1.6 -> 1.7
2020-03-04 20:19:47 +01:00
Jan Tojnar
1b100a5360
Merge pull request #81293 from r-ryantm/auto-update/enchant
enchant: 2.2.7 -> 2.2.8
2020-03-04 20:14:23 +01:00
Ryan Mulligan
fe48f44f71
Merge pull request #81742 from r-ryantm/auto-update/anydesk
anydesk: 5.5.2 -> 5.5.4
2020-03-04 10:55:21 -08:00
Silvan Mosberger
b38344b54c
Merge pull request #81708 from yegortimoshenko/acme-fullchain-force-symlink
nixos/acme: force symlink from fullchain.pem to cert.pem
2020-03-04 19:33:39 +01:00
Michele Guerini Rocco
481a4e938e
Merge pull request #81597 from thatsmydoing/multiport-nat
nixos/nat: fix multiple destination ports with loopback
2020-03-04 19:12:25 +01:00
Michele Guerini Rocco
61d14d7a52
Merge pull request #81725 from r-ryantm/auto-update/zimg
zimg: 2.9.2 -> 2.9.3
2020-03-04 19:10:55 +01:00
zimbatm
89a09456c7
Revert "defaultGemConfig: remove asciidoctor-diagram JARs" (#81737)
This reverts commit 1ac11cc1c1.

asciidoctor-diagram starts Java processes, so the JARs are necessary
on all platforms.

See https://github.com/NixOS/nixpkgs/pull/77149#issuecomment-594576339.
2020-03-04 18:04:36 +00:00
R. RyanTM
557b443374 wesnoth: 1.14.10 -> 1.14.11 2020-03-04 19:01:49 +01:00
R. RyanTM
efd0ee0d3c asymptote: 2.62 -> 2.63 2020-03-04 17:46:41 +00:00
R. RyanTM
65a3a51257 anydesk: 5.5.2 -> 5.5.4 2020-03-04 17:41:13 +00:00
Jörg Thalheim
fb6f2d1488
radare2: 4.2.1 -> 4.3.0 (#81730) 2020-03-04 17:27:47 +00:00
Peter Simons
85befe90b0 fetchmail: update from version 6.3.26 to 6.4.2
The new version supports OpenSSL 1.x. Should be back-ported to
release-20.03.

See https://sourceforge.net/projects/fetchmail/files/branch_6.4/
for the changelog.
2020-03-04 17:07:45 +01:00
Jan Tojnar
bf83a7cc66
Merge pull request #81572 from bignaux/appimage
appimage: refactoring extractType2 to avoid use of appimage packer
2020-03-04 16:06:09 +01:00
Mario Rodas
fb3d53070d
Merge pull request #81723 from davidtwco/delta-0.0.17
delta: 0.0.16 -> 0.0.17
2020-03-04 09:26:23 -05:00
Ryan Mulligan
b21851063d
Merge pull request #81696 from r-ryantm/auto-update/lyra
lyra: 1.1 -> 1.3
2020-03-04 06:13:45 -08:00
Ryan Mulligan
86ab1e8116
Merge pull request #81680 from r-ryantm/auto-update/doctest
doctest: 2.3.5 -> 2.3.7
2020-03-04 06:13:08 -08:00
Bignaux Ronan
3443b693cc appimage: fix suspicious ownership 2020-03-04 15:10:11 +01:00
R. RyanTM
2c9cc36b39 zimg: 2.9.2 -> 2.9.3 2020-03-04 14:06:34 +00:00
Eelco Dolstra
9b2ac44106
Merge pull request #80961 from veprbl/pr/glibc_prlimit64
glibc: provide fallback for kernels with missing prlimit64
2020-03-04 14:58:45 +01:00
Maximilian Bosch
13e3fc3e06
nextcloud-client: 2.6.3 -> 2.6.4
https://github.com/nextcloud/desktop/releases/tag/v2.6.4
2020-03-04 14:54:40 +01:00
Vladyslav M
3459392812
Merge pull request #81719 from r-ryantm/auto-update/tiled
tiled: 1.3.2 -> 1.3.3
2020-03-04 15:51:48 +02:00
Mario Rodas
2dc478d7a4
Merge pull request #81428 from ngerstle/update-kube3d
kube3d: 1.3.1 -> 1.6.0
2020-03-04 08:51:16 -05:00
David Wood
a54908f15e
delta: 0.0.16 -> 0.0.17 2020-03-04 13:47:27 +00:00
Mario Rodas
a7454c0a18
Merge pull request #81700 from r-ryantm/auto-update/nwipe
nwipe: 0.26 -> 0.27
2020-03-04 08:47:01 -05:00
Mario Rodas
a1c8c7af61
Merge pull request #81701 from fgaz/drawpile/2.1.17
drawpile: 2.1.16 -> 2.1.17
2020-03-04 08:46:37 -05:00
Mario Rodas
ab4d6efc75
Merge pull request #81519 from jojosch/dbeaver_7.0.0
dbeaver: 6.3.5 -> 7.0.0
2020-03-04 08:45:45 -05:00
Mario Rodas
ed0c407ac9
Merge pull request #81697 from r-ryantm/auto-update/mandelbulber
mandelbulber: 2.20 -> 2.21
2020-03-04 08:43:22 -05:00
Mario Rodas
da1ed31104
Merge pull request #81690 from r-ryantm/auto-update/krohnkite
krohnkite: 0.6.1 -> 0.7
2020-03-04 08:42:50 -05:00
Mario Rodas
82275757c5
Merge pull request #81691 from r-ryantm/auto-update/kubeseal
kubeseal: 0.9.8 -> 0.10.0
2020-03-04 08:41:39 -05:00
Mario Rodas
d7f450e5a7
Merge pull request #81687 from r-ryantm/auto-update/golangci-lint
golangci-lint: 1.23.6 -> 1.23.7
2020-03-04 08:40:39 -05:00
Vladimír Čunát
eb5f3cac4f
Merge #81631: lcov: Fix patch checksums 2020-03-04 14:22:08 +01:00
Bignaux Ronan
92b36343a8 appimage: split checks between appimageSignature and appimageType 2020-03-04 13:57:58 +01:00