Commit Graph

35669 Commits

Author SHA1 Message Date
Mario Rodas
b8af0194d2
Merge pull request #92982 from r-ryantm/auto-update/leatherman
leatherman: 1.12.0 -> 1.12.1
2020-07-12 22:07:57 -05:00
Jan Tojnar
09558f1dbf
Merge pull request #73795 from worldofpeace/fontconfig-2.13.92 2020-07-13 03:34:06 +02:00
Michael Weiss
fc2a4610a1
vaapiIntel: Refactor and improve the build expression (#92996)
This doesn't cause any changes to the contents of the output path (apart
from the $out reference changing due to the modified expression).
2020-07-12 14:29:18 +02:00
R. RyanTM
eeab7d4a2f
vaapiIntel: 2.4.0 -> 2.4.1 (#89983) 2020-07-12 13:08:51 +02:00
R. RyanTM
a6c5d51add openimagedenoise: 1.2.1 -> 1.2.2 2020-07-12 10:09:18 +00:00
R. RyanTM
9b204b34a3 librealsense: 2.35.2 -> 2.36.0 2020-07-12 08:17:52 +00:00
R. RyanTM
721d304103 leatherman: 1.12.0 -> 1.12.1 2020-07-12 07:33:20 +00:00
Michele Guerini Rocco
54d7b36a9e
Merge pull request #92899 from r-ryantm/auto-update/randomX
randomx: 1.1.7 -> 1.1.8
2020-07-11 23:12:32 +02:00
Ben Wolsieffer
248d460d6f console-bridge: 1.0.0 -> 1.0.1 2020-07-11 22:00:48 +02:00
Milan Pässler
915d2fa8cb uci: unstable-2020-01-27 -> unstable-2020-04-27 2020-07-11 19:05:46 +02:00
Jan Tojnar
6f8345035b
fontconfig: remove its rules from configs
ITS rules are used for extracting translatable strings and they have
been moved to external files in 2.13.92 so they are not needed in
the config files themselves.

Removing them also cuts down on errors/warnings produced when using
older versions of fontconfig (< 2.12.92). Now it will only complain
about the description element but that is fortunately just a warning,
not errors like the ones caused by the its attributes.

Thanks to this, we can change the config version in NixOS module
back to 2.11 allowing us to re-use the 2.13/2.14 configs for apps
built against 2.12 fontconfig.
2020-07-11 17:05:15 +02:00
Jan Tojnar
993deed7ab
fontconfig: Load fonts also from FHS paths
With previous patch, we no longer load non-versioned fonts.conf file to avoid incompatibilities
but this also means fontconfig will not load system-wide installed fonts on non-NixOS systems.

As a compromise, let's hardcode the FHS font paths to the built-in config so that the system
fonts work there. Unlike with the system config we do not need to worry about compatibility as
incompatible font files will be simply ignored.

Of course there will still be disparity if the system install fonts to some other location than
these two but I am afraid this is the best we can do.

See https://github.com/NixOS/nixpkgs/pull/73795#issuecomment-635771967 for discussion.
2020-07-11 17:05:13 +02:00
Jan Tojnar
edf2541f02
fontconfig: Only read versioned config dirs
Falling back to unversioned `/etc/fonts/conf.d` when versioned one does not exist
is problematic since it only occurs on non-NixOS systems and those are likely
to have a different version of fontconfig. When those versions use incompatible
elements in the config, apps using fontconfig will crash.

Instead, we are now falling back to the in-package `fonts.conf` file that loads
both the versioned global `conf.d` directory and the in-package `conf.d` since using
upstream settings on non-NixOS is preferable to not being able to use apps there.

In fact, we would not even need to link `fonts.conf`, as the in-package `fonts.conf`
will be always used unless someone creates the global one manually (the option is still
retained if one wants to write a custom NixOS module and to avoid unnecessary stat call on NixOS).

Additionally, since the `fonts.conf` will always load `conf.d` from the package, we no longer
need to install them to sytem `/etc` in the module. This needed some mucking with `50-user.conf`
which disables configs in user directories (a good thing IMO, NixOS module will turn it back on)
but otherwise, it is cleaner. The files are still prioritized by their name, regardless of their location.

See https://github.com/NixOS/nixpkgs/pull/73795#issuecomment-634370125 for more information.
2020-07-11 17:05:13 +02:00
worldofpeace
87786bc47f
fontconfig: bump configVersion to 2.13 2020-07-11 17:05:13 +02:00
worldofpeace
27b14ee82a
fontconfig: 2.12.6 -> 2.13.92 2020-07-11 17:05:12 +02:00
Vladimír Čunát
ec74a02bde
Merge branch 'master' into staging-next
Thousands of rebuilds from master (not sure why).
2020-07-11 16:45:47 +02:00
Vladimír Čunát
c62e88ab81
Merge #91818: gperftools: fix on ARM 2020-07-11 11:08:58 +02:00
Frederik Rietdijk
a3a40ac7cc Merge staging-next into staging 2020-07-11 09:00:18 +02:00
Frederik Rietdijk
ae8eee9c3f Merge master into staging-next 2020-07-11 08:59:54 +02:00
R. RyanTM
017f120e50 randomx: 1.1.7 -> 1.1.8 2020-07-10 22:22:42 +00:00
Austin Seipp
57a53677b4
liburing: 0.6pre600 -> 0.7
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-07-10 16:54:28 -05:00
Jan Tojnar
4be4ae71aa
Merge pull request #92829 from r-ryantm/auto-update/poppler-glib
poppler: 0.89.0 -> 0.90.0
2020-07-10 23:20:42 +02:00
Benjamin Hipple
01f0aef501
Merge pull request #86809 from r-ryantm/auto-update/capnproto
capnproto: 0.7.0 -> 0.8.0
2020-07-10 14:06:58 -04:00
R. RyanTM
9c833ae6ae poppler: 0.89.0 -> 0.90.0 2020-07-10 07:03:32 +00:00
Daniel Șerbănescu
9d6f01aeef webkitgtk: 2.28.2 -> 2.28.3 2020-07-10 00:40:29 +02:00
R. RyanTM
a31dc294f7 gjs: 1.64.3 -> 1.64.4 2020-07-10 00:28:12 +02:00
R. RyanTM
adda7cf634 libevent: 2.1.11 -> 2.1.12 2020-07-09 18:40:22 +00:00
Daiderd Jordan
e0604a9333
Merge pull request #92347 from LnL7/darwin-libxml2
libxml2: fix python2 build on darwin
2020-07-09 19:32:05 +02:00
R. RyanTM
b8f8a15b2f gperftools: 2.7 -> 2.8 2020-07-09 10:11:19 +00:00
markuskowa
6ce044250b
Merge pull request #92048 from markuskowa/add-pmix
pmix: init at 3.1.5, add support to slurm, openmpi
2020-07-09 11:41:00 +02:00
Graham Christensen
cb330dafd5
Merge pull request #91908 from purcell/libpromhttp
libpromhttp: init at 0.1.1, build in combination with libprom
2020-07-08 21:24:23 -04:00
Ryan Mulligan
30e85ef927
Merge pull request #92736 from r-ryantm/auto-update/tweeny
tweeny: 3.1.0 -> 3.1.1
2020-07-08 15:53:09 -07:00
Jan Tojnar
3abffce0d6 libmbim: 1.23.900 -> 1.24.0
* Enable introspection
* Clean up

https://lists.freedesktop.org/archives/libmbim-devel/2020-June/001105.html
2020-07-09 00:38:42 +02:00
Leo Gaskin
137d95c9b2 libwebsockets: Change default CMake flags for package
The libwebsockets package is now built with support for IPv6 and
SOCKS5 in addition to general plugin support.
2020-07-09 00:27:28 +02:00
Jan Tojnar
6dbcca5979
Merge pull request #85983 from lopsided98/gazebo-prereqs
urdfdom, console-bridge: init
2020-07-09 00:21:36 +02:00
Jan Tojnar
9b763e2e09
Merge pull request #92307 from lopsided98/jsoncpp-cmake
jsoncpp: fix generated pkg-config file
2020-07-09 00:15:42 +02:00
Jan Tojnar
31ff58e6f1
Merge pull request #92047 from r-ryantm/auto-update/libiio
libiio: 0.20 -> 0.21
2020-07-09 00:06:48 +02:00
R. RyanTM
2dc826389c libnsl: 1.2.0 -> 1.3.0 2020-07-08 22:08:47 +02:00
R. RyanTM
a7f7aeec89 tweeny: 3.1.0 -> 3.1.1 2020-07-08 17:46:51 +00:00
Jan Tojnar
1837136c7b libvirt: use /run for runstatedir
systemd complains:

	Jul 08 12:43:59 kaiser systemd[1]: /nix/store/bvfikb8v9m646m23fqm0rfnnsj6plc2k-libvirt-6.2.0/lib/systemd/system/libvirtd-admin.socket:11: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/libvirt-admin-sock → /run/libvirt/libvirt-admin-sock; please update the unit file accordingly.
	Jul 08 12:43:59 kaiser systemd[1]: /nix/store/bvfikb8v9m646m23fqm0rfnnsj6plc2k-libvirt-6.2.0/lib/systemd/system/libvirtd-ro.socket:11: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/libvirt-sock-ro → /run/libvirt/libvirt-sock-ro; please update the unit file accordingly.
	Jul 08 12:43:59 kaiser systemd[1]: /nix/store/bvfikb8v9m646m23fqm0rfnnsj6plc2k-libvirt-6.2.0/lib/systemd/system/libvirtd.socket:9: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/libvirt-sock → /run/libvirt/libvirt-sock; please update the unit file accordingly.

Let's just set it correctly manually, that is what Red Hat does:

ba7592f6c1

See also:

390997925a
2020-07-08 18:56:01 +02:00
Daniël de Kok
5b742c30dd
Merge pull request #92627 from r-ryantm/auto-update/wcslib
wcslib: 7.2 -> 7.3
2020-07-08 17:14:17 +02:00
Mario Rodas
a340e0b825
Merge pull request #92672 from r-ryantm/auto-update/afflib
afflib: 3.7.18 -> 3.7.19
2020-07-08 07:45:41 -05:00
Jan Tojnar
143398d7da
Merge pull request #92390 from fionera/add-fuzzel
Add fuzzel
2020-07-08 13:42:13 +02:00
Maximilian Bosch
cefa2ad525
Merge pull request #92680 from r-ryantm/auto-update/cpp-utilities
cpp-utilities: 5.4.0 -> 5.5.0
2020-07-08 11:22:50 +02:00
Peter Simons
b97abb967e
Merge pull request #92656 from jonringer/bump-adns
adns: 1.5.1 -> 1.6.0
2020-07-08 10:03:50 +02:00
Mario Rodas
6a8ef827bd
afflib: enable on darwin 2020-07-07 23:59:56 -05:00
Mario Rodas
d61df8210d
Merge pull request #89144 from eadwu/libvirt/6.3.0
libvirt: 6.2.0 -> 6.3.0
2020-07-07 23:52:26 -05:00
R. RyanTM
30dd006939 cpp-utilities: 5.4.0 -> 5.5.0 2020-07-08 04:42:09 +00:00
R. RyanTM
91f71f2e40 afflib: 3.7.18 -> 3.7.19 2020-07-08 02:34:24 +00:00
Jonathan Ringer
f5f485e231
adns: 1.5.1 -> 1.6.0 2020-07-07 17:06:46 -07:00
Thorsten Weber
869dfc09c9 libredwg: init at 0.10.1 2020-07-08 00:45:18 +02:00
R. RyanTM
88c91f4a67 wcslib: 7.2 -> 7.3 2020-07-07 19:45:52 +00:00
Benjamin Hipple
2ec5479689
Merge pull request #89299 from wucke13/petsc
petsc: add fotran build argument
2020-07-07 13:50:29 -04:00
R. RyanTM
63e6866ce6 libebml: 1.3.10 -> 1.4.0 2020-07-07 10:30:34 -07:00
Lancelot SIX
329bb778f2
Merge pull request #92545 from r-ryantm/auto-update/quazip
libsForQt5.quazip: 0.9 -> 0.9.1
2020-07-07 13:07:13 +01:00
wucke13
dc5113fb06 petsc: 3.13.1 -> 3.13.2
+ add fortran build argument
2020-07-07 09:34:43 +02:00
R. RyanTM
049b68becf libsForQt5.qwt: 6.1.4 -> 6.1.5 2020-07-07 08:53:14 +02:00
R. RyanTM
41ea5dea63 libsForQt5.quazip: 0.9 -> 0.9.1 2020-07-07 03:44:43 +00:00
Lancelot SIX
a60b186011
libgcrypt: 1.8.5 -> 1.8.6
See https://lists.gnu.org/archive/html/info-gnu/2020-07/msg00001.html
for release information
2020-07-06 21:34:53 +01:00
Ben Wolsieffer
1fd080cab3 urdfdom: init at 1.0.4 2020-07-06 16:17:51 -04:00
Ben Wolsieffer
2c269b2ee0 urdfdom-headers: init at 1.0.5 2020-07-06 16:17:47 -04:00
Ben Wolsieffer
5b37e8cf1a jsoncpp: fix generated pkg-config file 2020-07-06 12:54:41 -04:00
Matthew Bauer
89d4142fc8
Merge pull request #92416 from matthewbauer/fix-elfutils
Fix elfutils
2020-07-06 12:27:27 -04:00
Thiago Franco de Moraes
956d7b8169 python3Package.gdcm: 3.0.6 -> 3.0.7 2020-07-06 09:26:55 -07:00
Daniël de Kok
dae2a58e61
Merge pull request #92157 from r-ryantm/auto-update/intel-gmmlib
intel-gmmlib: 20.1.1 -> 20.2.2
2020-07-06 16:29:41 +02:00
Vladimír Čunát
d30ac2e50c
farstream: upstream patch to fix build with new gnumake 2020-07-06 10:15:57 +02:00
R. RyanTM
9b53a835b4 graphene: 1.10.0 -> 1.10.2 2020-07-06 07:52:01 +02:00
Matthew Bauer
f2cafb1626 argp-standalone: support all linux architectures 2020-07-06 01:50:55 -04:00
R. RyanTM
573bff4f04 libwacom: 1.3 -> 1.4.1 2020-07-06 07:49:46 +02:00
R. RyanTM
253431df92 dbus: 1.12.18 -> 1.12.20 2020-07-06 07:39:14 +02:00
Fionera
d70ea54840 fcft: init at 0.4.3 2020-07-06 07:18:33 +02:00
Fionera
be489bc04f tllist: init at 1.0.1 2020-07-06 07:18:19 +02:00
Jan Tojnar
0b0b74367f
libiio: 0.20 -> 0.21
* Format with nixpkgs-format.
* Reorder the attribute to be more in line with convention.
* Use simpler git ref.
* Hardcode paths within bindings using patch (the replaced value actually changed in this version and without this clean-up, it would have gone unnoticed.)
* Let the build script install the python bindings instead of doing it manually (required the same hardcoding as above in the setup.py.)
* Use cmakeFlags attribute with placeholder instead of doing that in preConfigure.
* Move udev rules to lib since etc is meant for admins.
* License is actually lgpl2.1+.
2020-07-06 06:26:21 +02:00
R. RyanTM
f25b933982 lcms2: 2.10 -> 2.11 2020-07-06 05:00:50 +02:00
R. RyanTM
b1c6615feb libinput: 1.15.5 -> 1.15.6 2020-07-06 04:29:24 +02:00
R. RyanTM
aa02946de1 gssdp: 1.2.2 -> 1.2.3 2020-07-06 04:17:49 +02:00
R. RyanTM
82153b87d2 glib: 2.64.3 -> 2.64.4 2020-07-06 04:12:50 +02:00
R. RyanTM
dde33111a2 libuv: 1.38.0 -> 1.38.1 2020-07-06 04:08:30 +02:00
Benjamin Hipple
3d8ba20e3a
Merge pull request #90316 from wucke13/dqlite
dqlite: 1.4.1 -> 1.4.4, raft-canonical: 0.9.18 -> 0.9.23
2020-07-05 19:54:05 -04:00
Ben Wolsieffer
061f2b3511 console-bridge: init at 1.0.0 2020-07-05 18:35:15 -04:00
Jan Tojnar
b01f391153
Merge branch 'staging-next' into staging 2020-07-05 23:48:21 +02:00
ajs124
cebca41b3c nspr: 4.25 -> 4.26 2020-07-05 19:32:36 +02:00
R. RyanTM
d8af01bea7 libqmi: 1.25.900 -> 1.26.0 2020-07-05 19:08:33 +02:00
Jan Tojnar
f38d3df11c
Revert "qt5.qtwebkit: Fix paths in pc files"
This reverts commit dee7377508.
2020-07-05 19:01:54 +02:00
R. RyanTM
a8842fd3c7 librsvg: 2.48.7 -> 2.48.8 2020-07-05 19:00:57 +02:00
Daiderd Jordan
7b2bdbea75
Merge pull request #91970 from LnL7/darwin-libwebsockets
libwebsockets: fix clang build
2020-07-05 17:52:43 +02:00
Benjamin Hipple
fbf553ea2b
Merge pull request #92331 from r-ryantm/auto-update/ldb
ldb: 2.1.3 -> 2.1.4
2020-07-05 11:28:47 -04:00
Daiderd Jordan
cc148a4b3e
libxml2: fix python2 build on darwin 2020-07-05 15:09:38 +02:00
R. RyanTM
54e98623da ldb: 2.1.3 -> 2.1.4 2020-07-05 12:55:37 +00:00
Mario Rodas
c93e159e53
Merge pull request #92300 from marsam/fix-libdigidoc-darwin
libdigidoc: enable on darwin
2020-07-04 20:18:22 -05:00
Mario Rodas
b0d53b7fe5
Merge pull request #92290 from marsam/enable-facter-darwin
facter: enable on darwin
2020-07-04 18:17:46 -05:00
Jan Tojnar
3d6fcff625
Merge branch 'staging-next' into staging 2020-07-05 00:00:14 +02:00
Jan Tojnar
4bca7dfb27
Merge branch 'master' into staging-next 2020-07-04 23:59:32 +02:00
Jan Tojnar
dee7377508
qt5.qtwebkit: Fix paths in pc files
In be1b22538a,
CMake setup-hook started to respect setOutputFlags. Since qtModule disables it by default,
cmake no longer received the multiple-output adjusted installation directory flags when
building the qtwebkit package. This resulted in incorrect paths in generated pkg-config files
and CMake config files.

Let’s temporarily enable setOutputFlags in the qtwebkit expression, until the commit is reverted.
2020-07-04 23:52:38 +02:00
Mario Rodas
52987ec8d3
libdigidoc: enable on darwin 2020-07-04 16:20:00 -05:00
Alexander V. Nikolaev
f3266b6562 faudio: 20.06 -> 20.07 2020-07-05 00:10:32 +03:00
Mario Rodas
ffbbdf247a
Merge pull request #90055 from r-ryantm/auto-update/libwhereami
libwhereami: 0.3.1 -> 0.5.0
2020-07-04 14:15:15 -05:00
Mario Rodas
dc80d7bc4a
Merge pull request #92242 from r-ryantm/auto-update/cpp-hocon
cpp-hocon: 0.2.2 -> 0.3.0
2020-07-04 13:14:29 -05:00
Vladimír Čunát
ca2b95ba87
xapian: 1.4.15 -> 1.4.16
https://trac.xapian.org/wiki/ReleaseOverview/1.4.16
It seems quite minor and the parent commit rebuilds it anyway.
2020-07-04 19:11:31 +02:00
Vladimír Čunát
4fba844a0f
xapian: skip time-sensitive tests
I think I've seen this break builds on Hydra repeatedly, e.g:
https://hydra.nixos.org/build/123513191
2020-07-04 19:08:49 +02:00
Vladimír Čunát
92b7ce99f7
wxGTK3*: switch to gstreamer 1.x
Configure log still prints `checking for GST... yes`
and the new GST libs appear in RPATH.
wxGTK28 does't seem able to configure with non-legacy GST,
but it's almost unused... so I didn't touch it.
2020-07-04 17:31:18 +02:00
Jonathan Ringer
ee63ff7d4e
soil: fix build 2020-07-04 08:13:22 -07:00
Jan Tojnar
704e9e9b24
qt4: remove multimedia support
It depends on ancient gstreamer which is broken and likely insecure.
2020-07-04 14:24:41 +02:00
Alyssa Ross
ee5f7058a4
wayland: documentation outputs
Build the documentation by default, but install it to seperate outputs
so it doesn't have to be downloaded.  Documentation is still disabled
when cross-compiling, because that is currently broken:
wayland -> graphviz -> libdevil -> openexr -> ilmbase (broken)
2020-07-04 12:22:59 +00:00
Frederik Rietdijk
d034a0039d gst-plugins-base: mark as broken
This will disable many reverse dependencies. If you need your program to work
you will need to migrate it to the newer gstreamer package.
https://github.com/NixOS/nixpkgs/issues/39975
2020-07-04 13:30:46 +02:00
Mario Rodas
2380e153a3
cpp-hocon: enable on darwin 2020-07-04 04:22:00 -05:00
Mario Rodas
3d88d16458
leatherman: enable on darwin 2020-07-04 04:21:00 -05:00
Mario Rodas
b3f0d9da9a
libwhereami: enable on darwin 2020-07-04 04:20:00 -05:00
Vladimír Čunát
e1206a2129
Merge master into staging-next
This brings thousands of rebuilds.
Hydra nixpkgs: ?compare=1597944
2020-07-04 09:15:27 +02:00
R. RyanTM
c271dab10a cpp-hocon: 0.2.2 -> 0.3.0 2020-07-04 01:28:11 +00:00
Daniel Șerbănescu
5c9d882550 libgweather: 3.36.0 -> 3.36.1 2020-07-04 01:23:14 +02:00
Doron Behar
b63e659a72 chromaprint: use latest ffmpeg 2020-07-04 01:57:04 +05:30
markuskowa
17e92908ec
Merge pull request #92120 from veprbl/pr/hepmc2_2_06_11
hepmc2: 2.06.10 -> 2.06.11, mark as LGPL 2.1
2020-07-03 14:39:52 +02:00
Maximilian Bosch
8ac6e66fba
Merge pull request #92126 from r-ryantm/auto-update/bzrtp
bzrtp: 4.3.1 -> 4.4.0
2020-07-03 13:08:15 +02:00
R. RyanTM
14a76c25e7 intel-gmmlib: 20.1.1 -> 20.2.2 2020-07-03 10:06:50 +00:00
Wael Nasreddine
f969d3b829
nanopb: include C sources (#91055) 2020-07-02 22:43:30 -07:00
Ryan Mulligan
73019d65bd
Merge pull request #92049 from r-ryantm/auto-update/libvmaf
libvmaf: 1.5.1 -> 1.5.2
2020-07-02 21:42:45 -07:00
Ryan Mulligan
f02b4c2e84 libvmaf: match upstream license 2020-07-02 21:18:37 -07:00
Mario Rodas
74fcb95d78
Merge pull request #92059 from r-ryantm/auto-update/opendht
opendht: 2.1.3 -> 2.1.4
2020-07-02 23:17:02 -05:00
Mario Rodas
916e4157c3
Merge pull request #92116 from r-ryantm/auto-update/apache-activemq
activemq: 5.15.13 -> 5.16.0
2020-07-02 23:07:46 -05:00
Alyssa Ross
10ad3f66f5
gd: fix "Error: Problem doing text layout"
This backport allows the Wayland documentation to be successfully
built.
2020-07-03 03:36:44 +00:00
R. RyanTM
fa5ef3823e bzrtp: 4.3.1 -> 4.4.0 2020-07-03 03:34:18 +00:00
Dmitry Kalinkin
6b82db25e3
hepmc2: 2.06.10 -> 2.06.11, mark as LGPL 2.1 2020-07-02 23:08:03 -04:00
R. RyanTM
27af16bb6c activemq: 5.15.13 -> 5.16.0 2020-07-03 01:29:44 +00:00
Dmitry Kalinkin
cb08cf30a2 rivet: 3.1.1 -> 3.1.2 2020-07-02 17:56:30 -07:00
Dmitry Kalinkin
952e40fcbf yoda: 1.8.2 -> 1.8.3 2020-07-02 17:56:30 -07:00
Maximilian Bosch
fd2f00633c
Merge pull request #92058 from r-ryantm/auto-update/nuspell
nuspell: 3.1.1 -> 3.1.2
2020-07-03 00:20:49 +02:00
R. RyanTM
8f09c8061f xxHash: 0.7.3 -> 0.7.4 2020-07-02 10:31:35 -07:00
Jan Tojnar
c1e2731dbc
Merge pull request #91957 from HenkKalkwater/fork/upgrade-telepathy
telepathy-qt: 0.9.7 -> 0.9.8
2020-07-02 19:14:27 +02:00
Martin Milata
1bfa7348fa libu2f-server: support json_c-0.14 2020-07-02 18:30:23 +02:00
Martin Milata
f85535f116 libu2f-host: support json_c-0.14 2020-07-02 18:30:23 +02:00
Martin Milata
9e7f109ef7 json_c: 0.13.1 -> 0.14
Changes: https://github.com/json-c/json-c/blob/json-c-0.14-20200419/ChangeLog
2020-07-02 18:30:23 +02:00
R. RyanTM
ccd560128a opendht: 2.1.3 -> 2.1.4 2020-07-02 15:56:29 +00:00
R. RyanTM
9bf58894f1 c-blosc: 1.18.1 -> 1.19.0 2020-07-02 17:52:52 +02:00
R. RyanTM
7db2ad2a6f opencl-headers: 2020.03.13 -> 2020.06.16 2020-07-02 17:51:56 +02:00
Frederik Rietdijk
052e3151c2
Merge pull request #91112 from Luflosi/update/sqlite
sqlite: 3.32.2 -> 3.32.3
2020-07-02 17:47:05 +02:00
fomichevmi
0a9d9946ed tremor: fix src link 2020-07-02 17:32:43 +02:00
R. RyanTM
79d6d2f8e7 nuspell: 3.1.1 -> 3.1.2 2020-07-02 15:29:06 +00:00
Frederik Rietdijk
ae1584dc98
Merge pull request #91457 from matthewbauer/prefixed-pkg-config
Fixes from prefixed pkg config
2020-07-02 17:26:16 +02:00
R. RyanTM
34d1210914 check: 0.14.0 -> 0.15.0 2020-07-02 17:24:49 +02:00
Michael Bishop
65a5313de5 avahi: fix cross 2020-07-02 17:15:54 +02:00
Frederik Rietdijk
c33ca7c5ce Merge staging-next into staging 2020-07-02 17:14:53 +02:00
R. RyanTM
e9f72106c7 libvmaf: 1.5.1 -> 1.5.2 2020-07-02 13:59:52 +00:00
Markus Kowalewski
e6403d28e8
openmpi: build against external PMIx library 2020-07-02 15:39:47 +02:00
Henk Kalkwater
e2c742329f telepathy-qt: 0.9.7 -> 0.9.8
* telepathy 0.9.8 no longer supports Qt 4, so telepathy-qt and
  telepathy_qt now throw an error suggesting to use the Qt 5 packages
  instead.
* telepathy 0.9.8 uses Python 3 instead of Python 2, so that has been
  corrected in the package.
* telepathy 0.9.8 includes the patch that was previously manually added,
  so therefore it is removed from the package.
2020-07-02 11:40:33 +02:00
Steve Purcell
dcfd6141c1 libpromhttp: init at 0.1.1, build in combination with libprom 2020-07-02 17:09:52 +12:00
Daiderd Jordan
e002920d8c
libwebsockets: fix clang build 2020-07-01 20:58:30 +02:00
Markus Kowalewski
8f5df75199
pmix: init at 3.1.5 2020-07-01 20:40:20 +02:00
R. RyanTM
5bb1198ccc robin-map: 0.6.2 -> 0.6.3 2020-07-01 17:06:56 +02:00
Michael Raskin
be977642da
Merge pull request #91793 from turion/91787_flightgear
flightgear: 2019.1.1 -> 2020.1.3, simgear: 2020.1.{1 -> 3}
2020-07-01 14:37:37 +00:00
Daniël de Kok
07eef329b2
Merge pull request #91858 from r-ryantm/auto-update/suitesparse-graphblas
suitesparse-graphblas: 3.2.2 -> 3.3.0
2020-07-01 15:35:00 +02:00
Manuel Bärenz
2b88a4fd29 flightgear: 2019.1.1 -> 2020.1.2, simgear: 2020.1.{1 -> 2} 2020-07-01 14:58:09 +02:00
Jörg Thalheim
460563d4e4
Merge pull request #91823 from Mic92/dpdk 2020-07-01 08:48:25 +01:00
Michael Raskin
4b0437a05f
Merge pull request #91899 from r-ryantm/auto-update/bctoolbox
bctoolbox: 4.3.1 -> 4.4.0
2020-07-01 07:21:51 +00:00
Daniël de Kok
8ba675379a
Merge pull request #91877 from r-ryantm/auto-update/waylandpp
waylandpp: 0.2.7 -> 0.2.8
2020-07-01 09:03:11 +02:00
Daniël de Kok
7887081737
Merge pull request #91515 from jonringer/bump-onnxruntime-1.3.1
onnxruntime: 1.2.0 -> 1.3.1
2020-07-01 08:19:58 +02:00
Mario Rodas
af1f7d58ea
Merge pull request #91892 from r-ryantm/auto-update/zlog
zlog: 1.2.14 -> 1.2.15
2020-06-30 19:56:23 -05:00
Mario Rodas
f94188f2a5
zlog: enable on darwin 2020-06-30 19:16:30 -05:00
R. RyanTM
db1148c4f3 bctoolbox: 4.3.1 -> 4.4.0 2020-06-30 22:50:17 +00:00
Jörg Thalheim
5c62e72f2b
spdk: 20.01.1 -> 20.04.1 2020-06-30 23:04:03 +01:00
R. RyanTM
adba00e92a zlog: 1.2.14 -> 1.2.15 2020-06-30 21:07:47 +00:00
Jonathan Ringer
e3761b651c
onnxruntime: 1.2.0 -> 1.3.1
Co-authored by: @marsam
2020-06-30 11:51:29 -07:00
R. RyanTM
124d88a5fe waylandpp: 0.2.7 -> 0.2.8 2020-06-30 18:37:43 +00:00
R. RyanTM
669b2ab244 suitesparse-graphblas: 3.2.2 -> 3.3.0 2020-06-30 16:21:46 +00:00
Sebastian Neubauer
1b6854988b amdvlk: 2020.Q2.5 -> 2020.Q2.6 2020-06-30 16:45:15 +02:00
Ryan Mulligan
2218404891
Merge pull request #91802 from r-ryantm/auto-update/doctest
doctest: 2.3.8 -> 2.4.0
2020-06-30 06:23:29 -07:00
Maximilian Bosch
9cd98386a3
glibc: build with patches for CVE-2020-1752 & CVE-2020-10029
/cc roundup #88306
2020-06-30 14:29:54 +02:00
Simon Chatterjee
eb1ce34d3d gperftools: fix build on ARM
The use of libunwind by tcmalloc segfaults on ARM, so don't use that. See eg
https://www.dcddcc.com/blog/2018-06-09-building-mongodb-for-32-bit-ARM-on-debian-ubuntu.html#problem-6-tcmalloc-and-libunwind
2020-06-30 10:03:01 +01:00
R. RyanTM
6f505be979 doctest: 2.3.8 -> 2.4.0 2020-06-30 04:20:33 +00:00
Benjamin Hipple
ca7d6eb768
Merge pull request #91752 from danieldk/onednn-aarch64
oneDNN: add aarch64-linux to platforms
2020-06-29 19:03:20 -04:00
Daniël de Kok
1342430533
Merge pull request #91576 from r-ryantm/auto-update/gbenchmark
gbenchmark: 1.5.0 -> 1.5.1
2020-06-29 20:41:49 +02:00
Maximilian Bosch
4a78b2b04f
glibc: 2.30 -> 2.31
https://lists.gnu.org/archive/html/info-gnu/2020-02/msg00001.html
2020-06-29 14:41:42 +02:00
Daniël de Kok
640f422470 oneDNN: add aarch64-linux to platforms
According to

https://github.com/oneapi-src/oneDNN/releases/tag/v1.5

AArch64 is now supported.
2020-06-29 09:37:00 +02:00
Daniël de Kok
619488c664 libosmium: run tests 2020-06-28 20:01:07 +02:00
Michael Weiss
8f423d094d
Merge pull request #91605 from primeos/libva
libva: 2.7.1 -> 2.8.0
2020-06-28 17:44:31 +02:00
Raphael Borun Das Gupta
c00e98b968 libosmium: 2.15.5 -> 2.15.6 2020-06-28 16:11:41 +02:00
Niklas Hambüchen
2451111d69
Merge pull request #91697 from lukegb/ffmpeg-full-libsrt
ffmpeg: add libsrt support
2020-06-28 02:43:56 +02:00
Niklas Hambüchen
749788b7d3
Merge pull request #91520 from wamserma/fix-libtomcrypt-cve-2019-17362
libtomcrypt: fix CVE-2019-17362 (security)
2020-06-28 02:25:52 +02:00
Niklas Hambüchen
9a8844cc6b
Merge pull request #89676 from r-ryantm/auto-update/qtstyleplugin-kvantum-qt4
qtstyleplugin-kvantum-qt4: 0.15.2 -> 0.15.3
2020-06-28 02:08:20 +02:00
Niklas Hambüchen
5a31898d29
Merge pull request #91620 from r-ryantm/auto-update/libdigidocpp
libdigidocpp: 3.14.2 -> 3.14.3
2020-06-28 01:57:58 +02:00
Luke Granger-Brown
47801afc3d ffmpeg-full: add support for libsrt 2020-06-27 23:45:28 +00:00
Matthew Bauer
cee7631c08
Merge pull request #91221 from iblech/patch-dsniff2
Unbreak dsniff by partially reverting a commit to libpcap
2020-06-27 19:33:41 -04:00
Maximilian Bosch
d7e227073d
Merge pull request #91473 from MostAwesomeDude/igraph
igraph: 0.7.1 -> 0.8.2
2020-06-28 01:02:51 +02:00
Maximilian Bosch
7f742e405a
Merge pull request #91490 from pstn/nheko-0.7.2
Nheko 0.7.2
2020-06-28 00:43:56 +02:00
R. RyanTM
cfb9d040d3 oneDNN: 1.4 -> 1.5 2020-06-27 12:38:15 -04:00
Daniël de Kok
dd0bf9806b
Merge pull request #91621 from r-ryantm/auto-update/libxls
libxls: 1.5.2 -> 1.5.3
2020-06-27 14:39:14 +02:00
SCOTT-HAMILTON
b5d5c9d568
WiiUse: Init at 0.15.5 (#91425)
Co-authored-by: SCOTT-HAMILTON <sgn.hamilton@protonmail.com>
2020-06-27 14:00:58 +02:00
markuskowa
e26d99a7ee
Merge pull request #91661 from markuskowa/fix-lics
Fix licenses
2020-06-27 13:17:14 +02:00
Markus Kowalewski
5c220d8784
wasilibc: add license 2020-06-27 12:51:13 +02:00
Markus Kowalewski
ffa2030338
servialdv: add license 2020-06-27 12:51:13 +02:00
Markus Kowalewski
e075f94f47
pdf2xml: add description + license 2020-06-27 12:51:13 +02:00
Markus Kowalewski
59275c790e
nuspell: add license 2020-06-27 12:51:13 +02:00
Markus Kowalewski
80e616c6ae
blocksruntime: add meta data 2020-06-27 12:51:13 +02:00
Markus Kowalewski
f3013dcfe0
json-c: add license 2020-06-27 12:51:13 +02:00
Markus Kowalewski
bf05411b3f
dclib: add license, description, and homepage 2020-06-27 12:51:06 +02:00
Michael Raskin
e93a63bd30
Merge pull request #91516 from wamserma/bump-libvncserver
libvncserver: 0.9.12 -> 0.9.13 (security)
2020-06-27 06:58:41 +00:00
Markus Kowalewski
b212289b9b
cm256cc: add license 2020-06-27 01:17:02 +02:00
Markus Kowalewski
859de17f15
cgui: add license 2020-06-27 01:15:25 +02:00
Ryan Mulligan
110f48f29e
Merge pull request #91623 from r-ryantm/auto-update/marisa
marisa: 0.2.5 -> 0.2.6
2020-06-26 11:56:19 -07:00
R. RyanTM
9483419e7d marisa: 0.2.5 -> 0.2.6 2020-06-26 17:19:43 +00:00