Roman Plášil
f47e6ff4ed
leveldb: fix rpath setting on Darwin
2020-02-28 18:50:12 +01:00
Roman Plášil
fb285f2153
minetest: update to 5.1.0 and build on Darwin
2020-02-28 18:50:12 +01:00
R. RyanTM
f150d16ab4
geoclue2: 2.5.5 -> 2.5.6
2020-02-28 17:47:30 +00:00
Peter Simons
05ab8c6d4c
mlt: update from version 6.18.0 to 6.20.0
2020-02-28 16:42:29 +01:00
Scott Worley
695c1339b8
libu2f-host: Fix license
2020-02-28 14:53:19 +00:00
R. RyanTM
e68418d000
enchant: 2.2.7 -> 2.2.8
2020-02-28 13:57:41 +00:00
Orivej Desh
8c1cb557c6
fmt: 6.1.1 -> 6.1.2
...
Tests and parallel building are enabled by default.
2020-02-28 13:17:10 +00:00
Jan Tojnar
bb701376cf
Merge branch 'master' into staging-next
2020-02-28 11:30:44 +01:00
Jonathan Ringer
35f00b429b
libsecret: remove obsolete patch
...
remove patch that was merged into the 0.20.1 patch.
regression introduced in c6a1e23eb7
2020-02-27 13:25:52 -08:00
R. RyanTM
2e074b60e4
xapian: 1.4.14 -> 1.4.15
2020-02-27 16:45:44 +00:00
Mario Rodas
97306926fb
Merge pull request #81183 from marsam/fix-talloc-darwin
...
talloc: fix build on darwin
2020-02-27 23:18:39 -05:00
Ryan Mulligan
e6eb0dfa7d
Merge pull request #81213 from r-ryantm/auto-update/dnnl
...
dnnl: 1.2 -> 1.2.1
2020-02-27 20:10:04 -08:00
Dmitry Kalinkin
544baad622
Merge pull request #79817 from tobim/pkgs/arrow-cpp-0.16
...
arrow-cpp: 0.15.1 -> 0.16.0
2020-02-27 19:46:29 -05:00
R. RyanTM
70081ecc17
dnnl: 1.2 -> 1.2.1
2020-02-27 21:42:17 +00:00
worldofpeace
b1ec189c9f
Merge pull request #80746 from vcunat/p/openssl-eol
...
openssl_1_0_2: mark as insecure; fixes #77503 (kinda)
2020-02-27 20:12:09 +00:00
Dmitry Kalinkin
56c2b7cb9a
arrow-cpp: fix RPATH on darwin
...
Instead of patching test binaries with install_name_tool just set
CMAKE_SKIP_BUILD_RPATH to OFF let cmake compile them with RPATH set
correctly.
Add CMAKE_INSTALL_RPATH to set correct RPATH for the installed
executables for parquet tools. We could set it to an absolute path using
"-DCMAKE_INSTALL_RPATH=${placeholder "out"}", but instead we use
@loader_path to provide a relocable solution.
2020-02-27 12:50:23 -05:00
R. RyanTM
5d33637dd9
krb5: 1.17 -> 1.18
2020-02-27 10:21:01 +01:00
R. RyanTM
357f8bd0e7
libqmi: 1.24.2 -> 1.24.4
2020-02-27 10:20:24 +01:00
Mario Rodas
014c95bc18
talloc: fix build on darwin
2020-02-27 04:20:00 -05:00
Frederik Rietdijk
ef156f7a8b
Merge staging-next into staging
2020-02-27 10:15:34 +01:00
Artemis Tosini
df3849e5c7
libinput: 1.15.1 → 1.15.2
2020-02-27 10:10:56 +01:00
Michael Raskin
b41a7eeb18
Merge pull request #79864 from doronbehar/improve-octave
...
octave: Use qt5 and other improvements
2020-02-27 06:32:54 +00:00
Klaas van Schelven
1b79fb8c94
readline: remove vanschelven from maintainers
2020-02-26 12:13:33 -08:00
Richard Marko
d617e54692
talloc: 2.1.14 -> 2.1.16, build with python3
2020-02-26 11:55:39 +01:00
Tobias Mayer
5ddadce27b
arrow-cpp: 0.15.1 -> 0.16.0
...
This switches to explicitly enabling dependency lookups for
optional features (they were not picked up before).
It also enables building of the Parquet command line tools.
2020-02-26 10:23:43 +01:00
worldofpeace
ff41002b80
exiv2: fix exiv2.pc file
...
This fix comes from #71669 .
2020-02-25 23:25:43 -05:00
Michael Raskin
633dd4d8a1
Merge pull request #80876 from r-ryantm/auto-update/cgal
...
cgal_5: 5.0 -> 5.0.1
2020-02-25 20:43:35 +00:00
Andrew Childs
1a73b69e20
liblinear: use absolute install name on Darwin ( #81015 )
...
nixpkgs prefers absolute install names. Replace the manually specified
relative install name with the standard hook.
2020-02-25 10:31:53 -05:00
Andreas Rammhold
52a076e3a4
Merge pull request #81004 from lopsided98/libyamlcpp-single-output
...
libyamlcpp: don't use multiple outputs
2020-02-25 10:52:11 +01:00
Doron Behar
d7c6c9a793
cpp-utilities: patch upstream issue 18 ( #80014 )
...
See https://github.com/Martchus/cpp-utilities/issues/18
2020-02-25 03:36:57 -05:00
Ben Wolsieffer
bdbbe6f34f
libyamlcpp: don't use multiple outputs
...
This package uses CMake's install(EXPORT ...) command which assumes that
libraries are installed in the same location as the CMake files.
2020-02-24 21:49:17 -05:00
worldofpeace
509533426b
Merge pull request #80983 from B4dM4n/seasocks-fix
...
seasocks: remove unneeded patch
2020-02-24 16:31:26 -05:00
Fabian Möller
2bd5d8c04a
seasocks: remove unneeded patch
2020-02-24 21:28:00 +01:00
Marek Mahut
f5d2675512
Merge pull request #80909 from artemist/libfido2
...
libfido2: add macOS support
2020-02-24 18:44:58 +01:00
Thomas Tuegel
2cb48bb1c6
Merge pull request #80579 from mmilata/qt5-cmake-fix
...
qt5.qtbase: backport cmake macro fix (unbreaks FreeCAD build)
2020-02-24 09:22:24 -06:00
Christoph Hrdinka
dc436efc90
Merge pull request #80513 from r-ryantm/auto-update/mapnik
...
mapnik: 3.0.22 -> 3.0.23
2020-02-24 11:49:46 +01:00
R. RyanTM
eda05110a0
hpx: 1.4.0 -> 1.4.1
2020-02-23 14:12:57 -08:00
Artemis Tosini
099359afc7
libfido2: add macOS support
...
* pass IOKit to libfido2
* Add a patch so that cmake uses lld flags when linking
* Upgrade from 1.3.0 to 1.3.1 (based off #80781 )
* Specify CMAKE_INSTALL_LIBDIR so that the demo binaries link
correctly on macOS and libfido2.pc specifies correct arguments
2020-02-23 19:46:14 +00:00
Franz Pletz
02fc8dc4dc
Merge pull request #79882 from petabyteboy/feature/netifd
...
update libubox, uqmi; init uci, ubus, netifd
2020-02-23 17:11:59 +00:00
Michael Weiss
5111cf2da9
neatvnc: init at 0.1.0
2020-02-23 17:28:20 +01:00
R. RyanTM
92ef705954
cgal_5: 5.0 -> 5.0.1
2020-02-23 08:16:52 +00:00
worldofpeace
83b7dc4469
Merge pull request #80594 from worldofpeace/gnome-3.34.4-staging
...
Gnome updates staging
2020-02-22 23:51:54 -05:00
worldofpeace
dfa418772b
vte: 0.58.2 -> 0.58.3
2020-02-22 18:27:33 -05:00
worldofpeace
8d2827fd53
tracker-miners: 2.3.1 -> 2.3.2
2020-02-22 18:27:32 -05:00
worldofpeace
9c1c68a96e
tracker: 2.3.1 -> 2.3.2
2020-02-22 18:27:32 -05:00
worldofpeace
c6a1e23eb7
libsecret: 0.20.0 -> 0.20.1
2020-02-22 18:27:32 -05:00
worldofpeace
8bf3b33cf2
libpeas: 1.24.0 -> 1.24.1
2020-02-22 18:27:32 -05:00
worldofpeace
7e22c873a2
gtk3: 3.24.13 -> 3.24.14
2020-02-22 18:27:32 -05:00
worldofpeace
1e234806e1
grilo-plugins: 0.3.10 -> 0.3.11
2020-02-22 18:27:31 -05:00
worldofpeace
0def916454
grilo: 0.3.11 -> 0.3.12
2020-02-22 18:27:31 -05:00
worldofpeace
4ac9af7bd3
glib: 2.62.4 -> 2.62.5
2020-02-22 18:27:31 -05:00
R. RyanTM
f0b586c612
libite: 2.1.0 -> 2.1.2
2020-02-22 22:39:51 +00:00
David Wood
b0d7d8527b
sycl-info: init at unstable-2019-11-19
...
Signed-off-by: David Wood <david@davidtw.co>
2020-02-22 10:57:37 -08:00
David Wood
0ce1b1a380
lyra: init at 1.1
...
Signed-off-by: David Wood <david@davidtw.co>
2020-02-22 10:57:37 -08:00
David Wood
54cbe01782
doctest: init at 2.3.5
...
Signed-off-by: David Wood <david@davidtw.co>
2020-02-22 10:57:37 -08:00
Daniël de Kok
9bab3b5a61
sentencepiece: set platforms to unix to support Darwin
...
- The sentencepiece library builds fine on Darwin as well.
- Remove superfluous `enableParallelBuilding = true`.
- Make the value of homepage a string.
2020-02-22 10:55:48 -08:00
Doron Behar
749afca8dc
sundials: Add version 2.7.0 as sundials_2
2020-02-22 12:32:23 +02:00
Dmitry Kalinkin
b83257ca5f
lhapdf.pdf_sets: fix download url
2020-02-21 19:36:34 -05:00
Florian Klink
f545816c62
Merge pull request #80540 from flokli/scikits-odes-2.6.1
...
python.pkgs.scikits-odes: 2.4.0-9-g93075ae -> 2.6.1
2020-02-22 00:29:49 +01:00
Vladimír Čunát
7cda2823be
openssl_1_0_2: mark as insecure; fixes #77503 (kinda)
...
No vulnerabilities are know so far (to me), but still I'd go this way.
Especially for 20.03 it seems better to deprecate it before official
release happens.
Current casualties:
$ ./maintainers/scripts/rebuild-amount.sh --print HEAD HEAD^
Estimating rebuild amount by counting changed Hydra jobs.
87 x86_64-darwin
161 x86_64-linux
2020-02-21 18:49:16 +01:00
Marek Mahut
1ea0a243d2
libfido2: evaluate systemd only on Linux
2020-02-21 13:53:27 +01:00
Marek Mahut
448c671a62
Merge pull request #80710 from mmahut/libfido2
...
libfido2: build only Linux
2020-02-21 13:47:48 +01:00
Jan Tojnar
0c4755b420
Merge pull request #80715 from jtojnar/gimp-2.10.16
...
gimp: 2.10.14 → 2.10.16
2020-02-21 13:08:02 +01:00
Marek Mahut
852d2bcfd4
libfido2: linux build only
2020-02-21 12:56:45 +01:00
Jan Tojnar
abacc68138
gegl_0_4: 0.4.20 → 0.4.22
...
https://gitlab.gnome.org/GNOME/gegl/blob/GEGL_0_4_22/docs/NEWS.txt#L1-9
2020-02-21 12:27:51 +01:00
Jan Tojnar
0328d77cb8
mypaint-brushes1: 1.3.0 → 1.3.1
...
https://github.com/mypaint/mypaint-brushes/releases/tag/v1.3.1
2020-02-21 12:27:51 +01:00
Tor Hedin Brønner
bbbb49c450
p11-kit: 0.23.19 -> 0.23.20
...
Small bug fix release. Fixes a bunch of flatpak issues (eg. no playback
on spotify).
news: https://github.com/p11-glue/p11-kit/releases/tag/0.23.20
2020-02-21 09:00:45 +01:00
Jan Tojnar
f43ec582d4
Merge pull request #79997 from r-ryantm/auto-update/poppler-glib
...
poppler: 0.84.0 -> 0.85.0
2020-02-21 00:29:55 +01:00
markuskowa
39fce027b8
Merge pull request #80641 from ikervagyok/ucx
...
ucx: init at 1.7.0
2020-02-20 23:27:59 +01:00
Lengyel Balazs
78d5a13cf8
ucx: init at 1.7.0
2020-02-20 15:24:18 +01:00
Alyssa Ross
14d6777962
virglrenderer: 0.7.0 -> 0.8.1
...
freedesktop.org tarballs haven't been published since 0.7.0. I've
sent a message to the mailing list (<87eev3cgcz.fsf@alyssa.is>),
suggesting newer tarballs be published.
Build system has changed from autoconf to meson+cmake/ninja, and the
vtest/util.c patch doesn't seem to be necessary any more.
2020-02-20 05:35:00 +00:00
worldofpeace
df2d5fbad7
gjs: 1.58.4 -> 1.58.5
2020-02-19 21:28:09 -05:00
worldofpeace
fede9f643b
folks: 0.13.1 -> 0.13.2
2020-02-19 21:28:09 -05:00
worldofpeace
504f8bffaa
Merge branch 'staging-next' into staging
2020-02-19 21:27:20 -05:00
Maximilian Bosch
3c0b262cee
Merge pull request #80417 from Ma27/fix-waybar
...
waybar: 0.9.0 -> 0.9.1, fix build
2020-02-20 01:50:44 +01:00
Martin Milata
80650ae4f0
qt5.qtbase: backport cmake macro fix
...
Backport fix of QT5_MAKE_OUTPUT_FILE CMake macro which causes FreeCAD
build failure when building with qt-5.12.7.
https://bugreports.qt.io/browse/QTBUG-81715
2020-02-20 00:55:57 +01:00
ajs124
194f3aa4b5
mimalloc: 1.1.0 -> 1.6.1
2020-02-19 10:31:25 -06:00
Florian Klink
fb17ac3786
sundials_3: remove
...
This package has only been used for python.pkgs.scikits-odes, which
should compile with sundials 5 by now.
2020-02-19 15:38:45 +01:00
Mario Rodas
f1975e0327
Merge pull request #80510 from r-ryantm/auto-update/libiio
...
libiio: 0.18 -> 0.19
2020-02-19 09:04:51 -05:00
Florian Klink
e6e335eca6
Merge pull request #80463 from doronbehar/update-sundials
...
sundials: 5.0.0 -> 5.1.0
2020-02-19 14:55:37 +01:00
Mario Rodas
3147beca4a
Merge pull request #80516 from r-ryantm/auto-update/nco
...
nco: 4.9.1 -> 4.9.2
2020-02-19 08:22:24 -05:00
R. RyanTM
8ae07bfe79
nco: 4.9.1 -> 4.9.2
2020-02-19 09:12:39 +00:00
Martin Milata
1caac6f2dc
hunspell: add patch for CVE-2019-16707
...
Fixes #70098 , #73651 .
2020-02-19 09:31:01 +01:00
zowoq
4f97819812
pcre: 8.43 -> 8.44
...
https://lists.exim.org/lurker/message/20200212.174850.6edd8277.en.html
2020-02-19 09:27:39 +01:00
Frederik Rietdijk
b1cca61300
Merge staging-next into staging
2020-02-19 09:25:40 +01:00
R. RyanTM
e4442fbf23
mapnik: 3.0.22 -> 3.0.23
2020-02-19 08:19:39 +00:00
Frederik Rietdijk
c65707bc25
Merge pull request #80252 from NixOS/staging-next
...
Staging next
2020-02-19 09:18:32 +01:00
R. RyanTM
7b9d9fe076
freenect: 0.5.7 -> 0.6.0
2020-02-19 08:51:29 +01:00
R. RyanTM
01d0bf7dd7
libiio: 0.18 -> 0.19
2020-02-19 07:25:07 +00:00
Jan Tojnar
e2b4abe3c8
Merge pull request #54677 from jtojnar/mypaint2
...
mypaint: 1.2.1 → 2.0.0-beta.0
2020-02-19 01:57:21 +01:00
Ian-Woo Kim
bc6c7f648b
ogdf: init at 2020.02 ( #80143 )
...
Restricted to i686/x86_64 as it imports cpuid.h on gnu toolchain
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-02-18 19:49:02 -05:00
worldofpeace
a3eef895bb
Merge pull request #80453 from worldofpeace/p11-kit-flatpak
...
flatpak: use correct p11-kit output
2020-02-18 18:14:28 -05:00
Jan Tojnar
eeaad8d225
mypaint-brushes: 1.3.0 → 2.0.2
2020-02-18 22:16:06 +01:00
Doron Behar
f37edb5bd1
sundials: 5.0.0 -> 5.1.0
2020-02-18 21:03:21 +02:00
worldofpeace
02213fdff2
flatpak: use correct p11-kit output
...
Fixes #80452
2020-02-18 12:48:04 -05:00
Frederik Rietdijk
17331278ee
Merge staging-next into staging
2020-02-18 16:09:51 +01:00
Frederik Rietdijk
9d88ee08f6
Merge master into staging-next
2020-02-18 16:09:19 +01:00
Maximilian Bosch
9704297c5d
date: init at 2020-01-24
...
Needed for waybar-0.9.1.
Closes #78458
Co-authored-by: Cole Mickens <cole.mickens@gmail.com>
2020-02-18 13:40:16 +01:00
Vladimír Čunát
03d69128b2
nettle: runtime selection of HW-accelerated code
...
> Include multiple versions of certain functions in the library,
> and select the ones to use at run-time, depending on available
> processor features. Supported for ARM and x86_64.
The current version seems to accelerate AES and SHA families.
Size increase on x86_64 is <10k in our case.
It can make quite some performance difference; I tried
$ time ./result-dev/bin/nettle-hash -a sha256 /some/file/around/2G
And the total CPU time went down from 8.5s to 2s (single thread).
Now it matches the time of openssl
$ time openssl sha256 /some/file/around/2G
Of course, in real life it will be much harder to notice a difference...
Platforms without support for this (e.g. i686) seem to still build fine,
and ARMv7 cross-build also succeeds for me, so hopefully all is OK.
2020-02-18 12:22:51 +01:00
Michael Raskin
ac51e3a63e
Merge pull request #79879 from r-ryantm/auto-update/allegro
...
allegro5: 5.2.5.0 -> 5.2.6.0
2020-02-18 08:05:21 +00:00
worldofpeace
6f0cb035c2
Merge pull request #80384 from worldofpeace/flatpak-ostree
...
flatpak: propagate glib and ostree
2020-02-17 19:39:02 -05:00
Jan Tojnar
8fa73be07b
Merge pull request #80386 from zowoq/flatpak
...
flatpak: 1.6.1 -> 1.6.2
2020-02-18 01:33:01 +01:00
worldofpeace
26f1d1e81b
flatpak: add dev output
2020-02-17 19:14:10 -05:00
zowoq
d744b4f928
flatpak: 1.6.1 -> 1.6.2
...
https://github.com/flatpak/flatpak/releases/tag/1.6.2
2020-02-18 09:41:31 +10:00
worldofpeace
461ea02544
flatpak: propagate glib and ostree
...
Pantheon's sideload broke:
```
meson.build:17:0: ERROR: Could not generate cargs for flatpak:
Package ostree-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `ostree-1.pc'
to the PKG_CONFIG_PATH environment variable
Package 'ostree-1', required by 'flatpak', not found
```
https://hydra.nixos.org/build/113077888
ZHF: #80379
2020-02-17 18:32:35 -05:00
Dylan Simon
e25f0b3e3d
scalapack: 2.1 -> 2.1.0
...
2.1 seems to have disappeared
2020-02-17 18:31:13 -05:00
OmnipotentEntity
eb40131310
geant4: 10.6.0 -> 10.6.1 ( #80365 )
2020-02-17 11:31:21 -05:00
Orivej Desh
b2492bc444
rnnoise: 0.0.1 (2017-10-10) -> 2019-04-24
2020-02-17 16:04:41 +00:00
Thomas Tuegel
0591e94757
Merge pull request #80356 from ttuegel/bug--kinit-environ-size
...
kinit: Increase environment size limit
2020-02-17 09:11:03 -06:00
Thomas Tuegel
c75860918f
kinit: Increase environment size limit
...
start_kdeinit reads its environment over a pipe from start_kdeinit_wrapper. For
security, each environment entry must be smaller than 4kb by default. Qt-based
applications in Nixpkgs may have larger environments, and the recent upgrade to
Plasma 5.17 pushed start_kdeinit_wrapper over the limit. The limit is now
extended to 16kb.
This problem was not detected during testing because the failure is silent:
start_kdeinit will continue with an empty environment. In other circumstances,
this strategy might work, but it does not work on NixOS. This failure is now
treated as a fatal error.
Fixes : #79707
2020-02-17 08:21:39 -06:00
Franz Pletz
38ae7d1c6f
luksmeta: init at 9
2020-02-17 15:14:28 +01:00
Franz Pletz
a508b6e606
jose: init at 10
2020-02-17 15:14:28 +01:00
Frederik Rietdijk
ec1184f461
Merge master into staging-next
2020-02-17 15:12:28 +01:00
goibhniu
fc592a52ca
Merge pull request #80318 from vandenoever/sv
...
sonic-visualiser
2020-02-17 09:51:51 +00:00
R. RyanTM
7996935668
libsixel: 1.8.4 -> 1.8.6
2020-02-16 19:55:15 -08:00
Drew Risinger
c71f63a337
ecos: 2.0.6 -> 2.0.7
...
Bump ecos module.
2020-02-16 19:12:52 -08:00
Jos van den Oever
eb1ffda13c
libfishsound at 1.0.0
2020-02-16 23:47:44 +01:00
James Cook
b0a26b3b52
Remove myself as maintainer.
...
I'm not really that familiar with these two packages.
2020-02-16 22:15:39 +00:00
Will Dietz
53a967f138
readline80: p1 -> p4
...
https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-002
https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-003
https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-004
2020-02-16 10:19:58 +01:00
R. RyanTM
17b46e81da
libbytesize: 2.1 -> 2.2
2020-02-16 09:12:27 +01:00
R. RyanTM
c46b840adc
libcdr: 0.1.5 -> 0.1.6
2020-02-16 09:12:07 +01:00
R. RyanTM
e533111c11
cppunit: 1.15.0 -> 1.15.1
2020-02-16 09:11:47 +01:00
R. RyanTM
2277a41b55
libinput: 1.15.0 -> 1.15.1
2020-02-16 08:59:18 +01:00
R. RyanTM
8e5d6824a9
libmicrohttpd: 0.9.69 -> 0.9.70
2020-02-16 08:59:00 +01:00
R. RyanTM
13a03f402c
libarchive: 3.4.1 -> 3.4.2
2020-02-16 08:55:51 +01:00
Frederik Rietdijk
0c7143462b
Merge master into staging
2020-02-16 08:50:59 +01:00
R. RyanTM
40971eca7b
http-parser: 2.9.2 -> 2.9.3
2020-02-16 08:48:08 +01:00
Justin Humm
4496f8f4b8
fontforge: 20190413 -> 20190801
...
- Init libuninameslist at 20190701 as it is a new dependency to fontforge
- Remove gnulib, as it is not used anymore
- Remove a non-applying patch
- Add myself as maintainer
2020-02-16 08:47:34 +01:00
worldofpeace
03d5f9cf1f
Merge pull request #80120 from dtzWill/update/webkitgtk-2.26.4
...
webkitgtk: 2.26.3 -> 2.26.4 (security!)
2020-02-15 16:20:13 -05:00
Daniel Schaefer
d5d0cc5b01
Merge pull request #78596 from r-ryantm/auto-update/libx86emu
...
libx86emu: 2.4 -> 2.6
2020-02-15 20:36:13 +01:00
gnidorah
cebf96a257
kmsxx: 2019-10-28 -> 2020-02-14
2020-02-15 15:24:24 +01:00
brano543
78b6642e5d
gdal: correct indentation in preConfigure
2020-02-15 13:29:00 +01:00
brano543
b57af2d024
gdal: Fix finding postgresql after 3.0 update
2020-02-15 13:09:14 +01:00
brano543
175d83634b
gdal: Clean up formatting
2020-02-15 13:05:56 +01:00
R. RyanTM
2fe5239056
trompeloeil: 36 -> 37
2020-02-15 11:44:14 +01:00
Maximilian Bosch
1c7691dd15
Merge pull request #80139 from r-ryantm/auto-update/prometheus-cpp
...
prometheus-cpp: 0.8.0 -> 0.9.0
2020-02-14 23:08:23 +01:00
R. RyanTM
213e4ca488
prometheus-cpp: 0.8.0 -> 0.9.0
2020-02-14 20:49:04 +00:00
Vladimír Čunát
b229e9fdfd
libclc: enableParallelBuilding = true
...
Otherwise it takes quite some time. Tested on a 32-threaded machine,
so there probably aren't common high-parallelism bugs.
2020-02-14 18:33:27 +01:00
Vladimír Čunát
ed77cf1c56
Merge #62890 : libclc: 2017-11-29 -> 2019-06-09 (unbreak)
2020-02-14 17:59:00 +01:00
Will Dietz
72b3595b94
webkitgtk: 2.26.3 -> 2.26.4
...
(cherry picked from commit 6b155e2269e2372b23ca84c502fddd6205d50eb1)
2020-02-14 10:22:15 -06:00
Vladimír Čunát
5a8000dc05
openssl: revert a workaround that's no longer needed
...
Thanks to python3Minimal. This reverts part of c2038483f
#79738 .
2020-02-14 13:22:44 +01:00
Vladimír Čunát
f6519103bf
glibc: use python3Minimal instead of python3
...
This should improve the speed of bootstrapping process.
Cost of evaluation also decreases a bit,
but I don't expect that will be significant.
2020-02-14 13:19:00 +01:00
Dmitry Kalinkin
8979d2dde5
Merge pull request #80052 from mmilata/hunspell-dict-cs
...
hunspellDicts: add Czech and Slovak dictionary
2020-02-14 02:51:35 -05:00
Niklas Hambüchen
92176bc7c3
Merge pull request #79815 from nh2/fftw-remove-openmp-disables
...
fftw: Re-enable OpenMP with non-GCC and musl
2020-02-14 05:04:07 +01:00
Jan Tojnar
816e214c18
Merge pull request #79932 from r-ryantm/auto-update/libgee
...
libgee: 0.20.2 -> 0.20.3
2020-02-14 04:15:39 +01:00
Austin Seipp
c7c57b9f84
liburing: 0.2 -> 0.4pre514_2454d630
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-02-13 17:51:39 -06:00
Martin Milata
af5c8e7a2a
hunspellDicts: add Czech and Slovak dictionary
2020-02-13 21:12:37 +01:00
Martin Milata
873a6650bb
hunspellDicts: libreoffice: 6.2.0.3 -> 6.3.0.4
2020-02-13 21:03:14 +01:00
Mario Rodas
8e064ece67
Merge pull request #79884 from r-ryantm/auto-update/actor-framework
...
caf: 0.17.3 -> 0.17.4
2020-02-13 07:26:41 -05:00
Ryan Mulligan
8ab0332f06
Merge pull request #79887 from r-ryantm/auto-update/armadillo
...
armadillo: 9.800.4 -> 9.850.1
2020-02-13 03:57:10 -08:00