Commit Graph

37045 Commits

Author SHA1 Message Date
Dmitry Kalinkin
ee2501f124
qt5.qtwebengine: don't override patches in qtModule
This fixes darwin build.

Fixes: 90db9641 ('qt5.qtwebengine: fix build with bison-3.7')
2020-11-09 21:11:59 -05:00
Dmitry Kalinkin
aa08b8eb73
qt5.qtwebengine: remove dead conditions for pre 5.12 support
This doesn't change the derivation.
2020-11-09 15:36:08 -05:00
Michael Weiss
48b2cb5126
google-cloud-cpp: Mark as broken
See https://hydra.nixos.org/build/129622012.
2020-11-09 19:33:02 +01:00
Jan Tojnar
30b932e46b
glib: 2.66.1 → 2.66.2
Fixes compatibility with recent tzdata.

https://ftp.gnome.org/pub/GNOME/sources/glib/2.66/glib-2.66.2.news
2020-11-09 15:27:12 +01:00
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
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