Commit Graph

38778 Commits

Author SHA1 Message Date
Orivej Desh
4830e129e6 fmt: fix license 2021-02-15 03:34:54 +00:00
Jan Solanti
b9b9fff6d6 pipewire: use strictly upstream defaults 2021-02-14 23:54:17 +02:00
github-actions[bot]
4f3b8e7b41
Merge master into staging-next 2021-02-14 18:16:14 +00:00
Markus Kowalewski
32a03ff8d5
libxc: 5.1.0 -> 5.1.2 2021-02-14 17:57:07 +01:00
Daniël de Kok
3c815cf0e6 cudatoolkit-{6,6_5,7,7_5,8}: remove
Remove ancient CUDA toolkits (and corresponding CuDNN versions):

- Not supported by upstream anymore.
- We do not use them in nixpkgs.
- We do not test or actively maintain them.
- Anything but ancient GPUs is supported by newer toolkits.
2021-02-14 11:58:00 +01:00
Daniël de Kok
8dad19aebe cudnn_cudatookit_11: add $ORIGIN/ to library RPATHs
Starting with version 8, CuDNN consists of multiple libraries.
Libraries (except libcudnn.so) are dlopen()ed on demand.

Since the CuDNN library path itself was not added to the rpath of the
libraries, use of CuDNN often fails with the following error:

Could not load library libcudnn_cnn_train.so.8.
Error: libcudnn_ops_train.so.8: cannot open shared object file: No such file or directory
Please make sure libcudnn_cnn_train.so.8 is in your library path!

This change fixes this by adding $ORIGIN/ to the rpath of all CuDNN
libraries.
2021-02-14 11:35:58 +01:00
Daniël de Kok
84786ebecd cudnn_cudatoolkit_11: remove libcudnn_cnn_infer.so exception
With the update to CuDNN 8.1, we do not get the "maximum file size
exceeded" error anymore when patchelf'ing libcudnn_cnn_infer.so. This
change removes the exception for that library.
2021-02-14 11:15:02 +01:00
github-actions[bot]
6d694e7ee1
Merge master into staging-next 2021-02-14 06:16:29 +00:00
Bernardo Meurer
aaf0a68d81
Merge pull request #112648 from danieldk/cuda-update
cudatoolkit_11, cudnn_cudatoolkit_11: 11.1 -> 11.2
2021-02-14 05:44:24 +00:00
R. RyanTM
adf5ed0cc2 nuraft: 1.1.2 -> 1.2.0 2021-02-14 04:58:11 +00:00
Martin Weinelt
286f8cdbfc Merge branch 'master' into staging-next 2021-02-14 00:40:47 +01:00
Sandro
7e8b88ef9d
Merge pull request #113024 from xbreak/cfitsio-configureFlags
cfitsio: Make configureFlags a list
2021-02-13 21:55:34 +01:00
github-actions[bot]
1c7975a26f
Merge master into staging-next 2021-02-13 18:15:59 +00:00
ajs124
cba2f940f3 libvirt: python2 -> python3 2021-02-13 19:04:48 +01:00
xbreak
a2c3335cd3
cfitsio: Make configureFlags a list 2021-02-13 17:53:06 +00:00
Daniël de Kok
a4816f7a0d
Merge pull request #112636 from danieldk/magma-cuda-11
magma: fix CUDA 11 build
2021-02-13 18:49:59 +01:00
github-actions[bot]
1d62dc37db
Merge master into staging-next 2021-02-13 00:36:11 +00:00
Sandro
ecf06378f7
Merge pull request #112855 from SuperSandro2000/fix-collection10 2021-02-12 21:16:00 +01:00
R. RyanTM
c7871dbac1 libgdata: 0.17.13 -> 0.18.0 2021-02-12 19:53:17 +01:00
R. RyanTM
952c7062bd libjcat: 0.1.5 -> 0.1.6 2021-02-12 19:50:58 +01:00
github-actions[bot]
b23b455f9a
Merge master into staging-next 2021-02-12 18:16:46 +00:00
Anderson Torres
4bbb8d3818
Merge pull request #112856 from r-ryantm/auto-update/cimg
cimg: 2.9.4 -> 2.9.6
2021-02-12 10:56:29 -03:00
Sandro
1d4dbe1300
Merge pull request #112884 from alyssais/gtk_engines
gtk_engines: fix URL
2021-02-12 14:21:41 +01:00
github-actions[bot]
15db604744
Merge master into staging-next 2021-02-12 12:20:20 +00:00
Ivan Babrou
e99678639d libaom: only disable cpu detectio on arm64 and do it as recommended
Having `OFF` instead of `0` makes x86_64 build unhappy.
2021-02-11 23:31:03 -08:00
github-actions[bot]
1551e9d6ee
Merge master into staging-next 2021-02-12 06:16:24 +00:00
R. RyanTM
44d0a09633 cimg: 2.9.4 -> 2.9.6 2021-02-12 05:16:32 +00:00
Sandro Jäckel
806d814516
libcanberra: mark broken on darwin 2021-02-12 05:48:57 +01:00
Mario Rodas
675cb499bd
Merge pull request #112708 from marsam/update-grpc
grpc: 1.34.1 -> 1.35.0
2021-02-11 20:23:56 -05:00
github-actions[bot]
344456f66a
Merge master into staging-next 2021-02-12 00:36:19 +00:00
Sandro
34e0672cc4
Merge pull request #112827 from rb2k/libmodulemd_bump
libmodulemd: 2.9.2 -> 2.12.0
2021-02-12 01:31:47 +01:00
ajs124
fe6f3ceafe
Merge pull request #112725 from TredwellGit/inih
inih: r52 -> r53
2021-02-12 01:12:10 +01:00
Marc Seeger
7ca38f88fe libmodulemd: 2.9.2 -> 2.12.0 2021-02-11 15:09:30 -08:00
R. RyanTM
35b2cc5cab simdjson: 0.8.1 -> 0.8.2 2021-02-11 23:08:35 +00:00
github-actions[bot]
402b752521
Merge master into staging-next 2021-02-11 18:16:48 +00:00
Ivan Babrou
aaf5c54afd
libaom: disable runtime cpu detection on darwin (#112685)
CPU detection is only enabled for PPC and ARM. It's also not implemented
on Darwin, so no reason to keep it enabled there. This helps #105026.
2021-02-11 18:36:43 +01:00
Alyssa Ross
49dde3393a
gtk_engines: fix URL
GNOME seems to no longer provide an FTP server.
2021-02-11 15:46:22 +00:00
Sandro
4f96c4349b
Merge pull request #111048 from lambdadog/update-ndi
ndi: 4.5.3 -> 4.6.0
2021-02-11 16:25:44 +01:00
github-actions[bot]
9185e731d2
Merge master into staging-next 2021-02-11 12:20:09 +00:00
Jan Tojnar
34e2c2b310 appstream: 0.13.1 -> 0.14.0 2021-02-11 11:03:12 +01:00
R. RyanTM
25c2bf8cea libwpe: 1.7.1 -> 1.8.0 2021-02-11 10:57:50 +01:00
R. RyanTM
ddebd054e3 gnome3.gvfs: 1.46.1 -> 1.46.2 2021-02-11 10:44:56 +01:00
R. RyanTM
3106e35abe suitesparse-graphblas: 3.3.3 -> 4.0.3 2021-02-11 09:55:31 +01:00
Jan Tojnar
707bb2712e libmysqlconnectorcpp: 8.0.21 -> 8.0.23
- https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-23.html
- https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-22.html

Binary distribution now ships plug-ins and and users will have to set path to them as if they want to use LDAP since it cannot really be installed to this package (where it will likely look for plug-ins).
2021-02-11 08:01:38 +01:00
TredwellGit
a3aae9ce9d inih: r52 -> r53
https://github.com/benhoyt/inih/releases/tag/r53
2021-02-11 06:33:27 +00:00
github-actions[bot]
3f38ab888e
Merge master into staging-next 2021-02-11 06:16:35 +00:00
R. RyanTM
b898fe25fd libxls: 1.6.1 -> 1.6.2 2021-02-11 07:07:39 +01:00
R. RyanTM
0188ee34e9 libqalculate: 3.16.0 -> 3.16.1 2021-02-11 07:07:07 +01:00
R. RyanTM
b7910c1d93 liblinphone: 4.4.15 -> 4.4.21 2021-02-11 07:05:23 +01:00
github-actions[bot]
7d94bb26bb
Merge master into staging-next 2021-02-10 18:16:36 +00:00
ajs124
dd65c8b2a7
Merge pull request #112548 from helsinki-systems/upd/podofo
podofo: 0.9.6 -> 0.9.7
2021-02-10 19:04:02 +01:00
Anderson Torres
b090f109a9
Merge pull request #112662 from AndersonTorres/new-wbg
Misc updates
2021-02-10 13:50:53 -03:00
AndersonTorres
19a714d431 tllist: 1.0.4 -> 1.0.5 2021-02-10 12:28:25 -03:00
Michele Guerini Rocco
726c33b9ba
Merge pull request #112384 from emmanuelrosa/mkvtoolnix-53
mkvtoolnix: 51.0.0 -> 53.0.0
2021-02-10 15:50:58 +01:00
Ryan Mulligan
4c3cc78df0
Merge pull request #112512 from r-ryantm/auto-update/metal
metal: 2.1.1 -> 2.1.2
2021-02-10 06:38:31 -08:00
Sandro
cc0da25d94
Merge pull request #98872 from suhr/libcyaml
libcyaml: init at 1.1.0
2021-02-10 15:00:01 +01:00
Daniël de Kok
f1db117b9f cudnn_cudatoolkit_11: cudnn_cudatoolkit_11_0 -> cudnn_cudatoolkit_11_2 2021-02-10 13:29:38 +01:00
Daniël de Kok
cbbacce70a cudnn_cudatoolkit_11_2: init at 8.1.0 2021-02-10 13:27:55 +01:00
Daniël de Kok
961f531242 cudnn_cudatoolkit_11_1: init at 8.1.0 2021-02-10 13:25:50 +01:00
Daniël de Kok
63cdb44b48 cudnn_cudatoolkit_11_0: 8.0.2 -> 8.1.0 2021-02-10 13:23:51 +01:00
Emmanuel Rosa
56cea8b40e libebml: 1.4.0 -> 1.4.1 2021-02-10 16:43:34 +07:00
Daniël de Kok
83b3634174 magma: fix CUDA 11 build
By default, MAGMA builds against compute capability 3.0 (among other
capabilities). However, support for this capability was dropped in
CUDA 11. This change fixes CUDA 11 support by excluding 3.0.

While at it, this change also adds support for newer compute
capabilities that are not enabled by MAGMA by default (to support
older CUDA versions).
2021-02-10 10:23:49 +01:00
R. RyanTM
340148fa8d gtk4: 4.0.2 -> 4.0.3 2021-02-10 06:57:57 +00:00
Mario Rodas
4318b60668 grpc: 1.34.1 -> 1.35.0
https://github.com/grpc/grpc/releases/tag/v1.35.0
2021-02-10 04:20:00 +00:00
github-actions[bot]
e090cb1f96
Merge master into staging-next 2021-02-10 00:35:16 +00:00
ajs124
3b2773da44 podofo: 0.9.6 -> 0.9.7 2021-02-10 00:39:11 +01:00
Sandro
5535976fce
Merge pull request #97142 from jorsn/libextractor
libextractor: 1.9 -> 1.11, add me as maintainer
2021-02-09 23:28:16 +01:00
github-actions[bot]
8064cff79c
Merge master into staging-next 2021-02-09 18:16:33 +00:00
Sebastian Neubauer
476f38b7f3 amdvlk: 2021.Q1.2 -> 2020.Q1.3 2021-02-09 16:21:57 +01:00
Сухарик
c86127cd03 libcyaml: init at 1.1.0 2021-02-09 17:27:28 +03:00
R. RyanTM
de970f5d17 osm-gps-map: 1.1.0 -> 1.2.0 2021-02-09 14:10:50 +00:00
R. RyanTM
9bfdb4b17f metal: 2.1.1 -> 2.1.2 2021-02-09 12:41:09 +00:00
github-actions[bot]
44846974fa
Merge master into staging-next 2021-02-09 12:19:41 +00:00
Johannes Rosenberger
abc2349740 libextractor: 1.9 -> 1.11
* removed upstreamed patches
* enabled installCheckPhase (they work, now!)
* bumped version
* updated license (gpl2+ -> gpl3+): according to the libextractor docs,
  it was licensed under gpl3+ since version 0.7!
* added myself as maintainer
2021-02-09 13:15:12 +01:00
R. RyanTM
724a3b6080 freetds: 1.2 -> 1.2.18 2021-02-09 17:34:15 +08:00
Sandro
595380ef64
Merge pull request #98873 from suhr/reproc
reproc: init at 14.1.0
2021-02-09 09:57:47 +01:00
Sandro
df84d24f28
Merge pull request #98876 from suhr/audec
libaudec: init at 0.2.4
2021-02-09 09:56:30 +01:00
Сухарик
f65eae0596 libaudec: init at 0.2.4 2021-02-09 11:23:40 +03:00
Сухарик
4945d3ab7a reproc: init at 14.1.0 2021-02-09 11:17:58 +03:00
github-actions[bot]
30dddce5e8
Merge master into staging-next 2021-02-09 06:16:02 +00:00
Mario Rodas
57cdef4c1c
Merge pull request #111769 from r-ryantm/auto-update/libebur128
libebur128: 1.2.4 -> 1.2.5
2021-02-08 21:16:20 -05:00
Mario Rodas
e0c6a1f188
Merge pull request #111795 from r-ryantm/auto-update/openlibm
openlibm: 0.7.3 -> 0.7.4
2021-02-08 21:11:05 -05:00
Mario Rodas
1d6c49bbe9
Merge pull request #111963 from r-ryantm/auto-update/libosinfo
libosinfo: 1.8.0 -> 1.9.0
2021-02-08 20:54:39 -05:00
Martin Weinelt
d88f78c201
Merge pull request #112300 from siraben/libuchardet-i686-test
libuchardet: disable tests on i686
2021-02-09 02:42:19 +01:00
Mario Rodas
a379ae5320
Merge pull request #111981 from r-ryantm/auto-update/libngspice
libngspice: 33 -> 34
2021-02-08 20:39:38 -05:00
Mario Rodas
1341edc9a3
Merge pull request #112312 from r-ryantm/auto-update/libewf
libewf: 20201210 -> 20201230
2021-02-08 20:38:04 -05:00
Bernardo Meurer
c83a3d6fa7
Merge pull request #112335 from lovesegfault/firefox-no-flash
treewide: cleanup Adobe Flash Player
2021-02-09 01:35:24 +00:00
Mario Rodas
15972e9d65
Merge pull request #112225 from r-ryantm/auto-update/tiledb
tiledb: 2.1.3 -> 2.2.3
2021-02-08 20:14:28 -05:00
Mario Rodas
4d0f64b9e9
Merge pull request #112246 from r-ryantm/auto-update/aws-checksums
aws-checksums: 0.1.10 -> 0.1.11
2021-02-08 20:07:49 -05:00
Mario Rodas
b8fa0e6090
Merge pull request #112265 from r-ryantm/auto-update/gensio
gensio: 2.2.3 -> 2.2.4
2021-02-08 20:00:27 -05:00
github-actions[bot]
5704fd1095
Merge master into staging-next 2021-02-09 00:36:17 +00:00
Ryan Mulligan
381cb08528
Merge pull request #111797 from r-ryantm/auto-update/openxr-loader
openxr-loader: 1.0.13 -> 1.0.14
2021-02-08 13:14:35 -08:00
Sandro
3c22a4112c
Merge pull request #112327 from alyssais/libhugetlbfs
libhugetlbfs: 2.22 -> 2.23
2021-02-08 20:25:34 +01:00
github-actions[bot]
1848e071c9
Merge master into staging-next 2021-02-08 18:17:03 +00:00
Bernardo Meurer
b95c84c964
qt5.qtwebkit: remove flashplayerFix 2021-02-08 09:38:47 -08:00
Bernardo Meurer
3e5ee83513
qt48: remove flashplayerFix 2021-02-08 09:38:46 -08:00
Anderson Torres
2adfe5c375
Merge pull request #112366 from AndersonTorres/lxpanel
Small modification in LXDE and LXQT
2021-02-08 12:32:23 -03:00
Sandro
3ed5570514
Merge pull request #112309 from spacefrogg/sharness
sharness: Init at 1.1.0-dev
2021-02-08 13:44:54 +01:00
github-actions[bot]
bef005163c
Merge master into staging-next 2021-02-08 12:19:33 +00:00
Robert Schütz
9a200f6091
Merge pull request #111330 from dotlambda/libav-insecure
libav: mark as insecure
2021-02-08 12:18:05 +01:00
github-actions[bot]
f6ef5ce473
Merge master into staging-next 2021-02-08 06:16:44 +00:00
AndersonTorres
9e532fa749 libfm: reset GTK2 to default 2021-02-08 02:14:20 -03:00
Bernardo Meurer
adcd464d8c
Merge pull request #112178 from r-ryantm/auto-update/rocksdb
rocksdb: 6.15.4 -> 6.15.5
2021-02-08 02:19:04 +00:00
github-actions[bot]
1c86cb40e9
Merge master into staging-next 2021-02-08 00:36:16 +00:00
AndersonTorres
3dcc51a630 libfm: cosmetic changes 2021-02-07 20:52:30 -03:00
Anderson Torres
5132690c50
Merge pull request #112306 from r-ryantm/auto-update/libfm
libfm: 1.3.1 -> 1.3.2
2021-02-07 20:03:18 -03:00
Doron Behar
2dbbb65c85
Merge pull request #112286 from doronbehar/pkg/sundials
sundials: 5.6.1 -> 5.7.0
2021-02-07 22:57:20 +02:00
Alyssa Ross
08faefca1f
libhugetlbfs: 2.22 -> 2.23
My patches to fix the library checks and add a MANDIR variable were
included in this release, so the build can be simplified a little.
2021-02-07 20:43:13 +00:00
github-actions[bot]
2226996f6c
Merge master into staging-next 2021-02-07 18:16:08 +00:00
Michael Raitza
44b06c618b sharness: Init at 1.1.0-dev 2021-02-07 18:31:57 +01:00
Doron Behar
4953d87fcb sundials: 5.6.1 -> 5.7.0 2021-02-07 18:37:54 +02:00
R. RyanTM
21de5708b4 libewf: 20201210 -> 20201230 2021-02-07 16:05:56 +00:00
Alyssa Ross
a5cbb726c2
jsoncpp: fix version in jsoncpp.pc
Without this patch, the version is blank, and so pkg-config version
constraints don't work.

See <https://github.com/open-source-parsers/jsoncpp/issues/1235>.
2021-02-07 15:46:42 +00:00
Sandro
2f7651e678
Merge pull request #112201 from r-burns/doctest
doctest: enable on all platforms
2021-02-07 16:05:10 +01:00
Sandro
4fc1f2175e
Merge pull request #112159 from LeSuisse/cfitsio-3.49
cfitsio: 3.47 -> 3.49
2021-02-07 15:52:19 +01:00
R. RyanTM
99a0b479d5 libfm: 1.3.1 -> 1.3.2 2021-02-07 14:25:07 +00:00
Ben Siraphob
475fb48d6b libuchardet: disable tests on i686 2021-02-07 19:32:57 +07:00
github-actions[bot]
be6e431001
Merge master into staging-next 2021-02-07 12:19:15 +00:00
Robert Schütz
4a11da4ae3
libvirt_5_9_0: mark as insecure (#111322) 2021-02-07 10:38:08 +01:00
R. RyanTM
6ba66bc323 gensio: 2.2.3 -> 2.2.4 2021-02-07 07:04:50 +00:00
R. RyanTM
de61f56ee2 aws-checksums: 0.1.10 -> 0.1.11 2021-02-07 00:53:54 +00:00
R. RyanTM
978e03994d tiledb: 2.1.3 -> 2.2.3 2021-02-06 22:08:37 +00:00
Ryan Burns
1a3a6c4bc8 doctest: enable on all platforms 2021-02-06 12:33:23 -08:00
R. RyanTM
d619bb632e rocksdb: 6.15.4 -> 6.15.5 2021-02-06 18:00:35 +00:00
Thomas Gerbet
0dfbd51cfc cfitsio: 3.47 -> 3.49
Fixes CVE-2018-3848 and CVE-2018-3849.
2021-02-06 16:55:45 +01:00
Ryan Burns
33f50b3816 aws-c-common: mark broken on musl
A recent update to aws-c-common uses the nonportable glibc-specific
pthread_attr_setaffinity_np function, which precludes compilation on
musl.
2021-02-05 19:58:30 -08:00
github-actions[bot]
fadee272e0
Merge staging-next into staging 2021-02-06 00:35:48 +00:00
Sandro
999817d19e
Merge pull request #111687 from lechner/wolfssl-4.6.0
wolfssl: 4.5.0 -> 4.6.0
2021-02-06 00:11:51 +01:00
Michael Raskin
c3fbb346ae
Merge pull request #111887 from TredwellGit/libreoffice-fresh
libreoffice-fresh: 7.0.4.2 -> 7.1.0.3 & libreoffice-still: 6.3.5.2 -> 7.0.4.2
2021-02-05 19:45:25 +00:00
Matthias C. M. Troffaes
18e675cf31 wolfssl: 4.5.0 -> 4.6.0
breaks dependency cycle, uses --enable-all to ensure options.h is installed
2021-02-05 11:44:57 -08:00
github-actions[bot]
2bd4b7104c
Merge staging-next into staging 2021-02-05 18:16:38 +00:00
Nikolay Korotkiy
69c542e19c
farbfeld: enable on darwin 2021-02-05 18:06:06 +03:00
R. RyanTM
80b5e32b19 libngspice: 33 -> 34 2021-02-05 04:42:25 +00:00
github-actions[bot]
3c4d8b38c4
Merge staging-next into staging 2021-02-05 00:36:22 +00:00
R. RyanTM
fe4f809ff4 libosinfo: 1.8.0 -> 1.9.0 2021-02-04 21:48:44 +00:00
Peter Simons
a4c82bcd7a mlt: update to version 6.24.0 2021-02-04 21:59:19 +01:00
Thomas Tuegel
1814894c33
Merge pull request #111325 from ttuegel/kde-frameworks-5.78
KDE Frameworks 5.78
2021-02-04 14:29:00 -06:00
Robert Schütz
85e8220aa7 libkeyfinder: don't set LD_LIBRARY_PATH 2021-02-04 21:17:50 +01:00
Thomas Tuegel
e0102c9f3d
kio: backport upstream patch 2021-02-04 13:18:21 -06:00
Sandro
70d71ec338
Merge pull request #107268 from rmcgibbo/rdkit 2021-02-04 20:18:00 +01:00
Jan Tojnar
da66296930
Merge branch 'staging-next' into staging
libkeyfinder no longer uses Qt so dontWrapQtApps is moot.
2021-02-04 19:34:26 +01:00
Sandro
7f0ed95d2b
Merge pull request #111633 from dotlambda/libkeyfinder-2.2.4 2021-02-04 18:39:29 +01:00
Maximilian Bosch
69f0201868
Merge pull request #111813 from r-ryantm/auto-update/qpdf
qpdf: 10.0.4 -> 10.1.0
2021-02-04 18:09:07 +01:00
Doron Behar
64950783b3
Merge pull request #111867 from r-ryantm/auto-update/cpp-utilities
cpp-utilities: 5.10.0 -> 5.10.1
2021-02-04 17:40:19 +02:00
Ryan Mulligan
d79a658363
Merge pull request #111859 from r-ryantm/auto-update/armadillo
armadillo: 10.2.0 -> 10.2.1
2021-02-04 06:48:40 -08:00
Jan Tojnar
91109ce94a
Merge branch 'staging-next' into staging 2021-02-04 15:02:14 +01:00
TredwellGit
13c956f8dc neon: 0.31.0 -> 0.31.2
https://github.com/notroj/neon/blob/0.31.2/NEWS
2021-02-04 09:16:13 +00:00
Daniël de Kok
2fd4001228
Merge pull request #111689 from Luflosi/glfw-dont-substitute
glfw: hardwire path to libGL.so.1 the intended way
2021-02-04 07:52:46 +01:00
R. RyanTM
7cc5d0b646 cpp-utilities: 5.10.0 -> 5.10.1 2021-02-04 03:30:28 +00:00
Ryan Mulligan
ab7e8c3cad
Merge pull request #111811 from r-ryantm/auto-update/protolock
protolock: 0.15.0 -> 0.15.1
2021-02-03 18:45:26 -08:00