Commit Graph

37140 Commits

Author SHA1 Message Date
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
Masanori Ogino ce438bd471 opencv: unbreak 2.4.13.7
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-11-09 21:12:54 +09: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 2802a021e3 libtorch-bin: modify passthru test to capture CMake misconfiguration 2020-11-09 07:49:54 +01:00
Daniël de Kok e8721af065 libtorch-bin: fix CMake library paths for split outputs
The libtorch CMake files are in the `dev` output and used relative
paths to locate the shared libraries. This fails, because the
libraries are in the `out` output. This change patches the CMake files
to use library paths from `out`.

See #102146.
2020-11-09 07:49:54 +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
Masanori Ogino f1d3f6b2ca opencv: 2.4.13 -> 2.4.13.7
It updates the repository URL to opencv/opencv. opencv2, p2pvc and
pfstools are built without errors but not really tested.

Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-11-05 20:51:39 +09: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
Markus S. Wamser 3f857b887d libhandy: 1.0.0 -> 1.0.1, reenable checks 2020-11-04 13:40:24 +01:00
Michael Weiss d116fe2924
intel-media-driver: 20.3.0 -> 20.4.0 2020-11-04 11:37:09 +01:00
R. RyanTM 7b405fade8 precice: 2.1.0 -> 2.1.1 2020-11-04 10:10:05 +00:00
Frederik Rietdijk 10c57af49c Merge staging-next into staging 2020-11-04 09:28:07 +01:00
Frederik Rietdijk 9e6d7d3c74 Merge master into staging-next 2020-11-04 09:27:42 +01:00
Gabriel Ebner 9957d406a2
Merge pull request #102535 from r-ryantm/auto-update/libqalculate
libqalculate: 3.13.0 -> 3.14.0
2020-11-04 09:04:52 +01:00
R. RyanTM 4d507f9002 petsc: 3.13.4 -> 3.14.0 2020-11-04 07:59:18 +00:00
R. RyanTM 91b086f153 libosip: 5.1.1 -> 5.1.2 2020-11-03 22:03:38 -08:00
R. RyanTM 14108cfdb2 libsolv: 0.7.14 -> 0.7.16 2020-11-03 21:46:43 -08:00
R. RyanTM a492b32c3a mimalloc: 1.6.4 -> 1.6.7 2020-11-03 21:41:21 -08:00
R. RyanTM ea4201e198 opendht: 2.1.4 -> 2.1.6 2020-11-04 00:02:29 +00:00
Maximilian Bosch cb1a522d76
Merge pull request #102548 from r-ryantm/auto-update/libfilezilla
libfilezilla: 0.24.1 -> 0.25.0
2020-11-04 00:24:49 +01:00
Finn Behrens cb764dbc24 top-level: Use `systemdMinimal` in a few more places 2020-11-03 17:35:14 -05:00
R. RyanTM fd12c2efcd olm: 3.1.5 -> 3.2.1 2020-11-03 20:51:51 +00:00
R. RyanTM c5a7d5729d libmwaw: 0.3.16 -> 0.3.17 2020-11-03 09:47:50 -08:00
R. RyanTM 99df4a6154 lombok: 1.18.12 -> 1.18.16 2020-11-03 09:18:02 -08:00
R. RyanTM f747312aeb libsForQt5.kdsoap: 1.9.0 -> 1.9.1 2020-11-03 08:57:01 -08:00
Sebastian Neubauer 156fe5442e waffle: init at 1.6.1 2020-11-03 14:47:59 +01:00
R. RyanTM 973061f05b libassuan: 2.5.3 -> 2.5.4 2020-11-03 14:23:44 +01:00
Frederik Rietdijk 470f05cb5d Merge staging-next into staging 2020-11-03 12:06:41 +01:00
Frederik Rietdijk 237966224d Merge master into staging-next 2020-11-03 12:06:06 +01:00
Daniël de Kok e3154db107 rocm-opencl-runtime: 3.8.0 -> 3.9.0 2020-11-03 09:14:38 +01:00
Daniël de Kok 95ae7ef7fd rocclr: 3.8.0 -> 3.9.0 2020-11-03 09:14:23 +01:00
Daniël de Kok b13def4cfb rocm-comgr: 3.8.0 -> 3.9.0 2020-11-03 08:49:00 +01:00
Daniël de Kok dbbfdc0434 rocm-runtime: 3.8.0 -> 3.9.0 2020-11-03 08:48:50 +01:00
Daniël de Kok ea37ad6cd0 rocm-device-libs: 3.8.0 -> 3.9.0 2020-11-03 08:48:10 +01:00
Jan Tojnar 7ee179143f
Merge pull request #102553 from r-ryantm/auto-update/libjcat
libjcat: 0.1.3 -> 0.1.4
2020-11-03 08:28:07 +01:00
Jan Tojnar 1ff0990a4d
Merge pull request #102517 from r-ryantm/auto-update/libfprint
libfprint: 1.90.2 -> 1.90.3
2020-11-03 08:26:43 +01:00
Daniël de Kok a8c7df4207 rocm-thunk: 3.8.0 -> 3.9.0 2020-11-03 06:54:51 +01:00
Ryan Mulligan 9f7d8570b9
Merge pull request #102561 from r-ryantm/auto-update/libgpiod
libgpiod: 1.5.2 -> 1.6
2020-11-02 19:17:24 -08:00
Mario Rodas b810a5d23c
Merge pull request #102564 from r-ryantm/auto-update/libimagequant
libimagequant: 2.12.6 -> 2.13.0
2020-11-02 21:18:45 -05:00
Mario Rodas 34ad166a83
Merge pull request #102316 from marsam/update-grpc
grpc: 1.32.0 -> 1.33.2
2020-11-02 21:18:15 -05:00
Maciej Krüger d527b63262
Merge pull request #102565 from r-ryantm/auto-update/libavif
libavif: 0.8.1 -> 0.8.2
2020-11-03 02:00:58 +01:00
StigP 25eb2e3edd
Merge pull request #102149 from braunse/gsoap-update
gsoap: 2.8.53 -> 2.8.108
2020-11-03 00:56:11 +00:00
R. RyanTM 573dde99db libavif: 0.8.1 -> 0.8.2 2020-11-03 00:54:29 +00:00
R. RyanTM b7f9753085 libimagequant: 2.12.6 -> 2.13.0 2020-11-03 00:50:00 +00:00
R. RyanTM b55e445494 libgpiod: 1.5.2 -> 1.6 2020-11-03 00:30:15 +00:00
R. RyanTM 89dd2293cc libjcat: 0.1.3 -> 0.1.4 2020-11-02 23:35:04 +00:00
R. RyanTM 255690f718 libfilezilla: 0.24.1 -> 0.25.0 2020-11-02 23:19:49 +00:00
R. RyanTM ce75222234 libqalculate: 3.13.0 -> 3.14.0 2020-11-02 20:47:51 +00:00
Ryan Mulligan 9e61bb8c53
Merge pull request #102520 from r-ryantm/auto-update/libhdhomerun
libhdhomerun: 20200521 -> 20200907
2020-11-02 12:24:47 -08:00
Maciej Krüger b6e4df5729
Merge pull request #102087 from luc65r/pkg/keystone
keystone: init at 0.9.2
2020-11-02 21:04:50 +01:00
luc65r 1e9d2d2f12 keystone: init at 0.9.2 2020-11-02 21:01:25 +01:00
Maciej Krüger 16abe1a322
Merge pull request #102085 from luc65r/pkg/unicorn
unicorn(-emu): 1.0.2-rc4 -> 1.0.2
2020-11-02 20:56:38 +01:00
R. RyanTM 85df0592c9 libhdhomerun: 20200521 -> 20200907 2020-11-02 19:12:45 +00:00
R. RyanTM da5d8f384d libfprint: 1.90.2 -> 1.90.3 2020-11-02 18:59:50 +00:00
Daniël de Kok 8dc3b02863
Merge pull request #102485 from IvarWithoutBones/intel-media-sdk-20.3.1
intel-media-sdk: 20.2.1 -> 20.3.1
2020-11-02 19:23:31 +01:00
Doron Behar ca7f80ce54
Merge pull request #102510 from jonringer/fix-kpeoplevcard 2020-11-02 20:17:12 +02:00
Jonathan Ringer ceacafafbd libsForQt.kpeoplevcard: fix homepage 2020-11-02 10:00:23 -08:00
R. RyanTM 6a8da1147b libgnurl: 7.70.0 -> 7.72.0 2020-11-02 09:51:20 -08:00
Daniël de Kok f38d5cf727
Merge pull request #102073 from Flakebi/amdvlk
amdvlk: 2020.Q4.1 -> 2020.Q4.2
2020-11-02 17:50:41 +01:00
R. RyanTM 426e0fbe9c intel-gmmlib: 20.2.5 -> 20.3.2 2020-11-02 08:33:32 -08:00
R. RyanTM e99270812f cutelyst: 2.12.0 -> 2.13.0 2020-11-02 08:24:57 -08:00
R. RyanTM 3b70b69476 catch2: 2.12.3 -> 2.13.2 2020-11-02 08:20:21 -08:00
R. RyanTM 974d291dea libp11: 0.4.10 -> 0.4.11 2020-11-02 08:14:29 -08:00
R. RyanTM de53dd6d6b leatherman: 1.12.1 -> 1.12.2 2020-11-02 07:54:00 -08:00
R. RyanTM d1ca65eb68 openxr-loader: 1.0.11 -> 1.0.12 2020-11-02 07:50:41 -08:00
CrystalGamma f352109086 jsoncpp: 1.9.2 -> 1.9.4
Merges both patches previously applied. Also seems to change the path that the library is written to.
2020-11-02 16:02:51 +01:00
IvarWithoutBones a41a6a8bb7 intel-media-sdk: 20.2.1 -> 20.3.1 2020-11-02 14:22:01 +01:00
zimbatm 5ff35fab0f
fixup! nss: make reproducible (#102156)
Fixes a precedence issue from fe9f55907e

`lib.optionalString <cond> 'text' + 'text2'` will always have 'text2' as
part of the result.
2020-11-02 11:55:11 +01:00
Mario Rodas 8eea6fcf0d
Merge pull request #91675 from MetaDark/cxxtest
cxxtest: package includes and run tests
2020-11-02 05:02:35 -05:00
Pavol Rusnak 2c931312ce treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
Ryan Burns eed2008a2d nss: fix build on ppc64[le]
NSS configure scripts use the abbreviated form ppc64/ppc64le:
https://github.com/nss-dev/nss/blob/NSS_3_57_RTM/coreconf/config.gypi#L209

Whereas nixpkgs uses the longer form:
`nix eval nixpkgs.pkgsCross.powernv.hostPlatform.parsed.cpu.name`
`powerpc64le`
2020-11-01 20:37:48 -08:00
R. RyanTM 8be87d0f99 enet: 1.3.15 -> 1.3.16 2020-11-01 19:58:31 -08:00
Daniel Schaefer 222870a0df
Merge pull request #98670 from delroth/tpm2-tss-3.0.1 2020-11-02 10:33:00 +08:00
R. RyanTM 50b663773f gensio: 2.1.4 -> 2.1.7 2020-11-01 15:12:41 -08:00
Frederik Rietdijk c3d017eee3 libsForQt515.mlt: is not broken 2020-11-01 23:38:03 +01:00
Caleb Land 7698197323
xmlsec: fix build on macOS (#101319)
* xmlsec: fix build on macOS

xmlsec detects the Darwin platform and uses the -D flag with base64, but nix uses GNU base64 which requires -d.

This patch removes the platform test and always uses the -d flag.
2020-11-01 16:55:14 -05:00
Philip Munksgaard de5875a4d3 libcef: 74.1.14 -> 75.1.14
Update libcef package to 75.1.14

This will allow us to enable browser source in the obs-studio build. It will
also mean that obs-linuxbrowser probably doesn't work, but it's not needed any
longer, so that shouldn't be a problem.
2020-11-01 21:32:13 +01:00
Pavol Rusnak ec4c848751 ndn-cxx: 0.6.3 -> 0.7.1 2020-11-01 10:51:13 -08:00
Martin Weinelt 307abd9eae openldap: add patch to fix unauthenticated nullptr dereference in slapd
This vulnerability does not have a CVE yet.

https://security-tracker.debian.org/tracker/TEMP-0000000-DD4835
https://bugs.openldap.org/show_bug.cgi?id=9370
2020-11-01 18:14:56 +01:00
Frederik Rietdijk 409ca6f1f9 Merge staging-next into staging 2020-11-01 11:06:35 +01:00
Frederik Rietdijk fe9f55907e Merge master into staging-next 2020-11-01 11:06:08 +01:00
Frederik Rietdijk 54f7498601
Merge pull request #101369 from doronbehar/pkg/kdeApplications/qt515
kdeApplications: Use latest qt515 by default
2020-11-01 11:05:05 +01:00
Pavol Rusnak cbe6c27d22 hidapi: 0.9.0 -> 0.10.0 2020-11-01 10:59:20 +01:00
TredwellGit d1d536cc07 openblas: 0.3.10 -> 0.3.12
https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.11
https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.12
2020-11-01 10:58:02 +01:00
Ingo Blechschmidt efa79e6e53
agda-categories: fix hash
Apparently, v0.1.4 was released twice. The current version of the build
points to the first edition of v0.1.4, which is no longer attached to
the tag "v0.1.4" on GitHub. Hence currently, downloading fails.
This commit adjusts the hash to appropriately refer to the second
edition of v0.1.4
2020-11-01 10:33:06 +01:00
Frederik Rietdijk 83dde6c52c Merge staging-next into staging 2020-11-01 10:11:12 +01:00
Frederik Rietdijk 7a8d5dc8a6 Merge master into staging-next 2020-11-01 10:10:47 +01:00
TredwellGit d18c016c2a jbig2dec: 0.18 -> 0.19
https://github.com/ArtifexSoftware/jbig2dec/blob/0.19/CHANGES
2020-11-01 10:04:56 +01:00
Austin Seipp b57adad085
Merge pull request #101673 from r-ryantm/auto-update/libndctl
libndctl: 69 -> 70.1
2020-10-31 19:35:32 -05:00
Jan Tojnar 2785a1e08e
Merge pull request #102122 from SuperSandro2000/libthai 2020-11-01 01:25:51 +01:00
Ryan Mulligan d7b437ab67
Merge pull request #102095 from r-ryantm/auto-update/armadillo
armadillo: 10.1.0 -> 10.1.1
2020-10-31 17:10:10 -07:00
Sandro Jäckel dfe9e0e458
pango: build with libthai 2020-11-01 00:13:38 +01:00
Sandro Jäckel e0e37f4261
libthai: init at 0.1.28 2020-11-01 00:13:37 +01:00
Sandro Jäckel 6b72fd5c3b
libdatrie: init at 0.2.12 2020-11-01 00:13:36 +01:00
zimbatm 8f2be9ac36
nss: make reproducible (#102156)
According to
c1fad130dc/build.sh (l129)
the FIPS mode is not enabled by default. Yet we generate the .chk files
that are only meant to be used for that mode. I have a sense that those
have been cargo-culted around.

Adding FIPS is still possible but you have to explictily build the lib
with `pkgs.nss.override { enableFIPS = true; }`

More info on what FIPS is:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Tech_Notes/nss_tech_note6

Other distros wrangling with the same issue:
https://bugzilla.opensuse.org/show_bug.cgi?id=1081723
2020-10-31 21:17:26 +01:00
Vladimír Čunát dfd3ede68d
Merge branch 'master' into staging-next 2020-10-31 14:30:44 +01:00
Jan Tojnar 9c5154b5aa
libical: skip timezone tests
They are incompatible with tzdata2020c.

There are still some other failing tests but I am not sure if they are also due to timezones.
2020-10-31 13:45:32 +01:00
Mario Rodas c959631b11 grpc: 1.32.0 -> 1.33.2 2020-10-31 04:20:00 +00:00
Doron Behar 35078d9918 kdiagram: 2.6.0 -> 2.7.0
Use fetchFromGitLab as it seems to be unavailable in the previous url.
2020-10-30 21:03:39 +02:00
Doron Behar 3ce9e203c3 drumstick: Define in libsForQt5 scope.
Since it is used in minuet and kde's metronome and kmetronome, it's
safer this way to make sure the same qt version is used there.
2020-10-30 20:37:58 +02:00
Doron Behar d44460b52e kpmcore: Use kio directly - from the scope of libsForQt5 used
Make sure only compatible qt versions are used for it (#101369) -
kdeFrameworks is always using `libsForQt5` where e.g
`libsForQt514.kpmcore` would have otherwise used a kio compiled with
qt515.
2020-10-30 20:13:49 +02:00
Jörg Thalheim 6793ec82ca
Merge pull request #101948 from matthew-piziak/tdlib-169 2020-10-30 16:34:47 +01:00
Sebastien Braun 14368df9f6 gsoap: 2.8.53 -> 2.8.108
Fixes CVE-2019-7659
2020-10-30 13:54:16 +01:00
Jan Tojnar 7db5cb9bf6
Merge pull request #102059 from SuperSandro2000/pango-darwin
pango: fix building on darwin
2020-10-30 03:48:04 +01:00
Benjamin Hipple fee705332d
Merge pull request #102120 from helsinki-systems/drop/attica
attica: drop
2020-10-29 22:13:20 -04:00
Sandro Jäckel f195c8f7ac
pango: fix building on darwin 2020-10-30 02:22:34 +01:00
ajs124 0f1a83cf55 attica: drop
as far as I can tell, this file is completely unused.

Everything that uses attica uses it from pkgs/development/libraries/kde-frameworks/attica.nix
2020-10-30 02:22:09 +01:00
John Ericson 66c9347db6
Merge pull request #102069 from nix-windows/libarchive-windows
libarchive: Fix MinGW build
2020-10-29 19:31:28 -04:00
Jonathan Ringer e57cbfc048 libguestfs: inherit hydraPlatforms from appliance
(cherry picked from commit 265f2f576f94d7cbc3149304f2d6d7406b6ee8db)
2020-10-29 14:06:07 -07:00
Vladyslav M 4bbd356d2a
Merge pull request #101512 from omasanori/nuspell-4.0.0
nuspell: 3.1.2 -> 4.0.0, fix license
2020-10-29 22:36:44 +02:00
luc65r 345f1d11d3 unicorn(-emu): 1.0.2-rc4 -> 1.0.2 2020-10-29 21:15:42 +01:00
R. RyanTM 56d5df2846 armadillo: 10.1.0 -> 10.1.1 2020-10-29 19:56:19 +00:00
Doron Behar 85eb1b58d3
Merge pull request #101747 from doronbehar/pkg/syncthingtray 2020-10-29 18:13:34 +02:00
Daniël de Kok e253de2218
Merge pull request #101531 from danieldk/sentencepiece-0.1.94
sentencepiece: 0.1.93 -> 0.1.94
2020-10-29 16:51:40 +01:00
Matthew Piziak 2a184865c5 tdlib: 1.6.0 -> 1.6.9
fix hash

version 1.6.9 is not released, so use revision hash

add a comment to the rev about why we are not using `v${version}` anymore

use unstable-2020-10-25

update version, not revision
2020-10-29 11:18:21 -04:00
Christian Stewart 2537e1169c gstreamer: needs Xext build input when x11 is enabled
Fixes #102023

Signed-off-by: Christian Stewart <christian@paral.in>
2020-10-29 06:35:56 -07:00
Michael Weiss 350df0f93a
Merge pull request #102038 from alyssais/wayland
wayland: make reproducible
2020-10-29 14:33:19 +01:00
Alyssa Ross dfe75b97ca
wayland: make reproducible
Upstream MR:
https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/93
2020-10-29 13:14:08 +00:00
Niklas Hambüchen e5b345c09d
Merge pull request #99345 from nh2/gstreamer-1.18.0
gstreamer: 1.16.2 -> 1.18.0
2020-10-29 14:04:16 +01:00
Anderson Torres 75b92ef1a1
Merge pull request #101247 from wheelsandmetal/add-nuraft-lib
nuraft: init at 1.1.2
2020-10-29 09:24:06 -03:00
wheelsandmetal 166eadee60 nuraft: init at 1.1.2 2020-10-29 10:24:59 +00:00
Renato Alves 019fa5f608
htslib: 1.10.2 -> 1.11 (#100812) 2020-10-29 11:18:29 +01:00
Sebastian Neubauer 3b3fe0744d amdvlk: 2020.Q4.1 -> 2020.Q4.2 2020-10-29 10:15:16 +01:00
Peter Hoeg 0cc9ad72d4 ffmpeg-full: patch for libsrt deprecated API 2020-10-29 17:06:07 +08:00
John Ericson 9f05c50be1 libarchive: Fix Windows build 2020-10-29 00:38:45 +00:00
Matthew Piziak 12314c6299 tdlib: 1.6.0 -> 1.6.9
fix hash

version 1.6.9 is not released, so use revision hash

add a comment to the rev about why we are not using `v${version}` anymore

use unstable-2020-10-25
2020-10-28 18:44:54 -04:00
Matthew Piziak 5a6acc6a7f tdlib: 1.6.0 -> 1.6.9
fix hash

version 1.6.9 is not released, so use revision hash

add a comment to the rev about why we are not using `v${version}` anymore
2020-10-28 17:39:55 -04:00
eyjhb 4ce6364e29 ns-3: 3.30 -> 3.32 2020-10-28 20:22:15 +01:00
Vladimír Čunát 0b32140b34
Merge branch 'staging-next' into staging 2020-10-28 18:48:56 +01:00
Vladimír Čunát 31839c352e
Merge branch 'master' into staging-next 2020-10-28 18:48:18 +01:00
Martin Weinelt 0b875aa173
Merge pull request #101925 from danieldk/libtorch-bin-1.7.0
libtorch-bin: 1.6.0 -> 1.7.0
2020-10-28 18:28:20 +01:00
Matthias Beyer 965168db4e libvmi: Take maintainership from lschuermann
This patch changes maintainership for this package from lschuermann to
matthiasbeyer.
Leon has informed me in a private conversation that he has too little
time to take care of the packages, so I will (maybe only temporarly,
maybe not) take maintainership for it.

Suggested-by: Leon Schuermann <leon@is.currently.online>
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-10-28 10:23:21 -07:00
Matthew Piziak 8eeaad9129 tdlib: 1.6.0 -> 1.6.9
fix hash

version 1.6.9 is not released, so use revision hash
2020-10-28 12:52:48 -04:00
Anderson Torres c3feda093d
Merge pull request #101569 from AndersonTorres/megafix
Fixing some URLs
2020-10-28 10:15:26 -03:00
Daniël de Kok 442ba6668f libtorch-bin: 1.6.0 -> 1.7.0
Changelog:

https://github.com/pytorch/pytorch/releases/tag/v1.7.0
2020-10-28 13:23:35 +01:00
Andreas Rammhold f715602feb Revert "openblas: 0.3.10 -> 0.3.12"
This reverts commit e1a59dddd0. Testing
the PR succeeded for me as The previously half-done changes were already
reverted without me merging.
2020-10-28 10:00:54 +01:00
Andreas Rammhold 840c20169e
Merge pull request #101715 from r-ryantm/auto-update/openblas
openblas: 0.3.10 -> 0.3.12
2020-10-28 09:57:20 +01:00
R. RyanTM e1a59dddd0 openblas: 0.3.10 -> 0.3.12 2020-10-28 09:49:29 +01:00
Frederik Rietdijk 4e29151910 Revert "Merge pull request #101780 from glittershark/bump-openblas"
Hash is updated but not the version.

This reverts commit 8b98955451, reversing
changes made to 5e2fde0a4f.
2020-10-28 09:47:48 +01:00
Andreas Rammhold db0fe5c3eb
Merge branch master into staging to fix eval error
This fixes the eval error of the small (and "big"?) NixOS test set that
was fixed in 1088f05 & eba8f542.
2020-10-28 03:03:27 +01:00
Mario Rodas 5b27ea8d02
Merge pull request #101714 from r-ryantm/auto-update/oneDNN
oneDNN: 1.6.3 -> 1.6.4
2020-10-27 19:51:53 -05:00
Ben Siraphob db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
Mario Rodas 2b0260f4bc
Merge pull request #101757 from magnetophon/geonkick
geonkick: 2.3.8 -> 2.4.0
2020-10-27 06:51:53 -05:00
Mario Rodas ca1f1425be
Merge pull request #101677 from r-ryantm/auto-update/libxls
libxls: 1.6.0 -> 1.6.1
2020-10-27 06:40:02 -05:00
Mario Rodas d509e980bd
Merge pull request #101718 from r-ryantm/auto-update/openlibm
openlibm: 0.7.1 -> 0.7.2
2020-10-27 06:37:58 -05:00
Timo Kaufmann f331acc1a2
Merge pull request #90430 from berbiche/byobu-screen
byobu: add screen backend
2020-10-27 09:45:03 +01:00
Doron Behar c7f819c39e
Merge pull request #101810 from lopsided98/liburing-cross-fix
liburing: fix cross-compilation
2020-10-27 09:11:50 +02:00
Max Hausch ae61f4f1cc Update matio: 1.5.17 -> 1.5.18 2020-10-27 08:10:33 +01:00
Nicolas Berbiche 3ac1ffe8b2
byobu: add support for the screen backend 2020-10-26 20:52:46 -04:00
Ben Wolsieffer b70ab2350a liburing: fix cross-compilation 2020-10-26 20:33:43 -04:00
Griffin Smith 3b4cd4f4da openblas: 0.3.10 -> 0.3.12 2020-10-26 19:24:23 -04:00
Sarah Brofeldt d699505277
Merge pull request #100688 from henrikolsson/master
noise-suppression-for-voice: init at 2020-10-10
2020-10-26 20:05:27 +01:00
Henrik Olsson c24433bedb noise-suppression-for-voice: init at 2020-10-10 2020-10-26 19:40:26 +01:00
lewo a7a1447e5d
Merge pull request #100985 from devhell/mediainfo-20.09
mediainfo{-gui}: 20.08 -> 20.09
2020-10-26 17:26:25 +01:00
devhell 8a4edf9087 {lib}mediainfo{-gui}: 20.08 -> 20.09
This release includes a fix for https://github.com/NixOS/nixpkgs/issues/92874
2020-10-26 15:57:08 +00:00
Michael Weiss 976af38df6
libva: 2.9.0 -> 2.9.1 (#101750) 2020-10-26 16:18:04 +01:00
Bart Brouns 3ad2664170 redkite: 1.1.0 -> 1.2.0 2020-10-26 14:16:05 +01:00
Doron Behar c9a6cd0a30 libsForQt5.qtutilities: 6.0.6 -> 6.3.0 2020-10-26 12:08:42 +02:00
Masanori Ogino e0fecf442c linbox: backport upstream fixes
References:
f78117d9c3
4ff828e200

Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-10-26 18:29:29 +09:00
Vladimír Čunát 89023c38fc
Recover the complicated situation after my bad merge
I made a mistake merge.  Reverting it in c778945806 undid the state
on master, but now I realize it crippled the git merge mechanism.
As the merge contained a mix of commits from `master..staging-next`
and other commits from `staging-next..staging`, it got the
`staging-next` branch into a state that was difficult to recover.

I reconstructed the "desired" state of staging-next tree by:
 - checking out the last commit of the problematic range: 4effe769e2
 - `git rebase -i --preserve-merges a8a018ddc0` - dropping the mistaken
   merge commit and its revert from that range (while keeping
   reapplication from 4effe769e2)
 - merging the last unaffected staging-next commit (803ca85c20)
 - fortunately no other commits have been pushed to staging-next yet
 - applying a diff on staging-next to get it into that state
2020-10-26 09:01:04 +01:00
Vladimír Čunát 336bc8283b
Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
This reverts commit c778945806.

I believe this is exactly what brings the staging branch into
the right shape after the last merge from master (through staging-next);
otherwise part of staging changes would be lost
(due to being already reachable from master but reverted).
2020-10-26 08:19:17 +01:00
AndersonTorres 852d2a3af9 gegl: update URL to HTTPS 2020-10-26 01:21:00 -03:00
AndersonTorres 0f0a6ee9b7 babl: fix license and homepage URL 2020-10-26 01:21:00 -03:00
R. RyanTM 1007e8140a openlibm: 0.7.1 -> 0.7.2 2020-10-26 00:47:50 +00:00
R. RyanTM 02d7ce09a7 oneDNN: 1.6.3 -> 1.6.4 2020-10-26 00:12:23 +00:00
Jörg Thalheim 2257afa81d
Merge pull request #101594 from Mic92/x265-aarch64
x265: fix linux-aarch64 build
2020-10-25 20:58:11 +01:00
R. RyanTM f646364f4f libxls: 1.6.0 -> 1.6.1 2020-10-25 19:31:34 +00:00
R. RyanTM cdfbc896a5 libndctl: 69 -> 70.1 2020-10-25 18:16:44 +00:00
Guillaume Pagnoux fdba3f6db0 boxfort: unstable-2019-09-19 -> unstable-2019-10-09
Signed-off-by: Guillaume Pagnoux <guillaume.pagnoux@lse.epita.fr>
2020-10-25 10:53:24 -04:00
Benjamin Hipple 19256a1f6f
Merge pull request #101649 from siraben/desc-fix
treewide: remove periods from end of package descriptions (part 2)
2020-10-25 10:13:55 -04:00
Bas van Dijk 67f5d7f7cb
Merge pull request #101559 from basvandijk/rocksdb-6.12.7
rocksdb: 6.10.2 -> 6.12.7
2020-10-25 14:46:39 +01:00
Ben Siraphob c98962e1a3 treewide: remove periods from end of package descriptions 2020-10-25 20:13:18 +07:00
Frederik Rietdijk 8be875622e libsoup: fix eval 2020-10-25 13:47:08 +01:00
R. RyanTM 0a60bb7575 liberfa: 1.7.0 -> 1.7.1 2020-10-25 10:46:56 +01:00
R. RyanTM 06d0a7c221 igraph: 0.8.2 -> 0.8.3 2020-10-25 09:49:47 +01:00
Vladimír Čunát 2f6b00b15e
Merge branch 'staging-next' into staging 2020-10-25 09:47:04 +01:00
TredwellGit 4effe769e2
libraw: 0.20.0 -> 0.20.2
Reapplying the commit from PR #101508 merge, without staging changes.
(cherry picked from commit 0594e27df3)
2020-10-25 09:44:10 +01:00
Vladimír Čunát c778945806
Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
I'm sorry; I didn't notice it contained staging commits.

This reverts commit 17f5305b6c, reversing
changes made to a8a018ddc0.
2020-10-25 09:41:51 +01:00
R. RyanTM 38f85a5bba libquotient: 0.5.3.2 -> 0.6.0 2020-10-25 09:41:28 +01:00
R. RyanTM e4467c94ae socket_wrapper: 1.2.4 -> 1.2.5 2020-10-25 09:35:43 +01:00
R. RyanTM 3e735cf1fe libnetfilter_queue: 1.0.4 -> 1.0.5 2020-10-25 09:35:19 +01:00
R. RyanTM e874acc509 belcard: 4.3.1 -> 4.4.0 2020-10-25 09:34:18 +01:00
R. RyanTM 10d87a72e1 ctypes_sh: 1.1 -> 1.2 2020-10-25 09:34:01 +01:00
Vladimír Čunát 17f5305b6c
Merge #101508: libraw: 0.20.0 -> 0.20.2 2020-10-25 09:28:53 +01:00
Jan Tojnar 076a779d30
Merge pull request #101528 from NixOS/gnome-3.38 2020-10-25 08:06:00 +01:00
Aaron Andersen a5061c6f87
Merge pull request #101032 from aanderse/libcec
libcec: 4.0.5 -> 4.0.7
2020-10-24 18:50:06 -04:00
Andreas Rammhold 250fb4611f
Merge pull request #100456 from maralorn/boolToString
treewide: De-inline uses of lib.boolToString
2020-10-25 00:45:11 +02:00
Jörg Thalheim 7c6f4a8169
x265: fix aarch64 build 2020-10-24 22:09:56 +02:00
Bas van Dijk f2ea8e45e2 rocksdb: propagate deps to fix build of sortmerna 2020-10-24 15:15:22 +00:00
Bas van Dijk f1c4d5d479 rocksdb: 6.10.2 -> 6.12.7
https://github.com/facebook/rocksdb/blob/v6.12.7/HISTORY.md#6127-2020-10-14
2020-10-24 16:36:38 +02:00
Bart Brouns 4c0404eea1 redkite: 1.0.3 -> 1.1.0 2020-10-24 13:59:08 +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
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 9124947ae6
libsoup: do not depend on full sysprof
It just wants libsysprof-capture.
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 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 1e314c363d
gobject-introspection: 1.66.0 → 1.66.1
Fix vips build.
2020-10-24 03:48:19 +02: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 7fddef376e gst_all_1.gst-plugins-bad: Add upstream patch to fix SRT usage 2020-10-24 02:02:09 +02:00