Commit Graph

36931 Commits

Author SHA1 Message Date
Frederik Rietdijk 8aaf2e60e5 Merge staging-next into staging 2020-11-09 14:49:10 +01:00
Frederik Rietdijk 20f001c01e Merge master into staging-next 2020-11-09 14:33:52 +01:00
Hunter Jones 58f024530a indilib: 1.1.0 -> 1.8.6 2020-11-09 12:21:31 +00:00
TredwellGit b5ca1a1731 json_c: 0.14 -> 0.15
https://github.com/json-c/json-c/blob/json-c-0.15-20200726/ChangeLog
2020-11-09 11:59:49 +00:00
Samuel Gräfenstein 22b73d1282 pkgs/*: add final newline to .nix files 2020-11-09 11:39:28 +00:00
Michael Weiss 971aef5e08
mesa: 20.2.1 -> 20.2.2 (#103174) 2020-11-09 10:59:34 +01:00
Daniël de Kok d36077239c
Merge pull request #103078 from danieldk/cleanup-libtorch-bin-test
libtorch-bin: cleanup passthru test
2020-11-09 07:49:03 +01:00
Lluís Batlle i Rossell 5813ab6de2 Fix SDL_image loading jpeg and others
It was using dlopen and its shared object didn't have the proper rpath
to do so.

This fixes tuxpaint loading of jpeg pictures.
2020-11-09 00:06:50 +01:00
Michael Weiss 420daef820
Merge pull request #103145 from primeos/wlroots
wlroots: 0.11.0 -> 0.12.0
2020-11-08 22:52:29 +01:00
Martin Weinelt 602d26e8bd libexif: apply patches for CVE-2020-0196, CVE-2020-0452
* CVE-2020-0198: unsigned integer overflow in exif_data_load_data_content
* CVE-2020-0452: compiler optimization could remove an a bufferoverflow check, making a buffer overflow possible with some EXIF tags

Fixes: CVE-2020-0196, CVE-2020-0452
2020-11-08 21:53:43 +01:00
Daniël de Kok 83401d1a21
Merge pull request #103005 from danieldk/fix-mkl-pkgconfig
mkl: fix .pc file, add test
2020-11-08 20:17:28 +01:00
Michael Weiss 19fda989f3
wlroots: 0.11.0 -> 0.12.0
The libseat session backend [0] will be disabled for now since NixOS
depends on systemd anyway (so we can use logind).
But if someone wants/requires libseat [1] and would maintain it in
Nixpkgs we could enable it.

[0]: https://github.com/swaywm/wlroots/pull/2364
[1]: https://sr.ht/~kennylevinsen/seatd/
2020-11-08 16:42:34 +01:00
Markus Kowalewski 3f659d76e6
pmix: 3.1.5 -> 3.2.0 2020-11-08 13:44:32 +01:00
markuskowa 06145fec65
Merge pull request #100967 from r-ryantm/auto-update/hpx
hpx: 1.5.0 -> 1.5.1
2020-11-08 11:34:07 +01:00
Daniël de Kok 9345401cee
Merge pull request #102573 from bbigras/nuspell
nuspell: 4.0.0 -> 4.0.1
2020-11-08 09:04:58 +01:00
Bruno Bigras bbf6b23990 nuspell: 4.0.0 -> 4.0.1 2020-11-08 02:29:47 -05:00
Anderson Torres cad25681ee
Merge pull request #102334 from iblech/patch-23
agda-categories: Unbreak the build (trivial hash change)
2020-11-07 18:25:09 -03:00
R. RyanTM d07bef461c libngspice: 31 -> 33 2020-11-07 19:38:25 +01:00
Carles Pagès 9430fd949e
Merge pull request #102379 from CrystalGamma/pr-jsoncpp-update
jsoncpp: 1.9.2 -> 1.9.4
2020-11-07 18:36:15 +01:00
WORLDofPEACE b08a133aed
Merge pull request #102961 from raboof/dbus-docs-reproducible-ids
dbus: docs: make id's reproducible
2020-11-07 11:54:46 -05:00
Daniël de Kok a71f07694c libtorch-bin: cleanup passthru test
- Make passthru.tests an attrset.
- Remove CMake VERBOSE option.
- Remove spurious `cat CMakeLists.txt`.
- Run the test as well.
- Actually test some functionality.
2020-11-07 13:50:23 +01:00
Arnout Engelen 13d86cc8e7
dbus: docs: make id's reproducible
With this parameter, generating docs from the same sources will produce the
same 'bit-by-bit' result each time.

This is particularly important since dbus is part of the 'minimal' testset at
https://r13y.com/

Also submitted upstream (though in a slightly different form):
https://gitlab.freedesktop.org/dbus/dbus/-/merge_requests/189
2020-11-07 10:01:22 +01:00
Ryan Burns 981c8bb5e2 soil: fix dead url, enable on darwin 2020-11-06 22:35:29 -08:00
freezeboy e173880ed5 pugixml: 1.9 -> 1.10
* split to multiple outputs when using the shared library version
* enabled the tests
* validate the pkg-config files
2020-11-06 11:39:41 -08:00
Robert Hensing 5e1cf83383 Revert "libical: skip timezone tests"
This reverts commit 9c5154b5aa.
2020-11-06 14:48:28 +01:00
Frederik Rietdijk 99fb79ae84 Merge master into staging-next 2020-11-06 12:51:56 +01:00
Daniël de Kok b5d27eb87c mkl: Add a small test program
The MKL pkg-config files often change and are then incorrect for our
paths. pkg-config validation finds some issues, but not incorrect
paths. So, add a small test program to test whether the generated
pkg-config files can actually be used to build a functioning
binary. Hopefully this catches future regressions.
2020-11-06 12:18:56 +01:00
Daniël de Kok 702b626570 mkl: Fix pkg-config file
There was a spurious `intel64` in some library paths.
2020-11-06 09:55:12 +01:00
Jonathan Ringer 6cfd954b06 libsoup: fix build 2020-11-05 20:46:41 -08:00
Ryan Mulligan aaa75ab998
Merge pull request #102730 from r-ryantm/auto-update/petsc
petsc: 3.13.4 -> 3.14.0
2020-11-05 10:42:35 -08:00
Max Hausch 8b8130f26a
libass: 0.14.0 -> 0.15.0
Harfbuzz is now being required unconditionally as per
https://github.com/libass/libass/releases/tag/0.15.0

Fixes: CVE-2020-26682
2020-11-05 19:03:04 +01:00
Daniël de Kok 820f3be9b4
Merge pull request #101941 from Flakebi/waffle
piglit: init at unstable-2020-10-28
2020-11-05 17:43:19 +01:00
Doron Behar 4c817f9d6e
Merge pull request #98499 from doronbehar/pkg/octave/qrupdate 2020-11-05 13:36:21 +02:00
Jan Tojnar 64b75ad5c0
gtk2: move pname & version inside
Since there will not be any updates.
2020-11-05 09:44:19 +01:00
Jan Tojnar d9b4611dd4
Merge branch 'staging-next' into staging 2020-11-05 09:43:10 +01:00
Jan Tojnar a821be7531
Merge branch 'master' into staging-next 2020-11-05 09:42:47 +01:00
Jan Tojnar 79b173c358
gtk2: fix eval with old Nix 2020-11-05 09:40:47 +01:00
Daniël de Kok 341aa3d3e0
Merge pull request #102602 from danieldk/rocm-3.9.0
Update ROCm to 3.9.0
2020-11-05 06:59:28 +01:00
Jörg Thalheim 169131389b
Merge pull request #86645 from sorki/cross_libgpiod
libgpiod: add patch fixing cross-compilation
2020-11-05 06:23:40 +01:00
Mario Rodas 981e163aa3 nixops: fix build on darwin 2020-11-05 04:20:00 +00:00
Jan Tojnar da09d65502
Merge pull request #102514 from bbigras/pipewire
pipewire: 0.3.13 -> 0.3.15
2020-11-05 21:10:18 +01:00
Daniël de Kok 9056d2de86
Merge pull request #102925 from Flakebi/amdvlk
amdvlk: 2020.Q4.2 -> 2020.Q4.3
2020-11-05 20:37:48 +01:00
Sebastian Neubauer d8039ff380 amdvlk: 2020.Q4.2 -> 2020.Q4.3 2020-11-05 13:01:47 +01:00
Bruno Bigras da6850852e pipewire: 0.3.13 -> 0.3.15 2020-11-05 04:02:50 -05:00
Robert Hensing 1a5556867e Merge master into staging 2020-11-04 23:57:57 +01:00
WORLDofPEACE cc30c161ee
Merge pull request #102752 from wamserma/libhandy-101-staging
libhandy: 1.0.0 -> 1.0.1, reenable checks
2020-11-04 17:47:33 -05:00
Timo Kaufmann 8201f4f6fd
Merge pull request #101382 from omasanori/linbox-fix
linbox: backport upstream fixes
2020-11-04 23:02:55 +01:00
Doron Behar a172554adb
Merge pull request #102667 from r-ryantm/auto-update/olm
olm: 3.1.5 -> 3.2.1
2020-11-04 23:56:40 +02:00
Ryan Mulligan e33473286a
Merge pull request #102742 from r-ryantm/auto-update/precice
precice: 2.1.0 -> 2.1.1
2020-11-04 06:09:25 -08:00
Jan Tojnar 0d32565644
libical: disable rest of failing tests
likely caused by tzdata bump
2020-11-04 14:02:28 +01:00