Commit Graph

29625 Commits

Author SHA1 Message Date
Jan Malakhovski
a1fec8667d treewide: assemble all fetchurlBoot uses in overrides to fetchurl itself
The only outside-curl uses of `fetchurlBoot` left are `stdenv`
and `apple-source-releases`. The latter one can probably be removed
too, but I can't test it.

Pros:

- Aggregates all behind-the-scenes insanity in a single place.

Cons:

- At the cost of 10 more derivations (but 0 new outpaths).
2019-02-19 20:55:59 +00:00
Ryan Mulligan
e27fabb737
Merge pull request #55749 from delroth/tpm2-tools
Add package tpm2-tools (+ deps) to nixpkgs
2019-02-19 11:51:58 -08:00
Pierre Bourdon
0cb599293b
tpm2-tss: init at 2.2.0 2019-02-19 20:02:31 +01:00
Dmitry Kalinkin
3e3e3918f2 qt5.qtwebengine: fail properly
QtWebEngine's build system is setup to perform certain platform checks
(see mkspecs/features/platform.prf). But a failed check will not cause
configuration phase to fail, but instead it configures no build targets.
So in such case the build will successfully perform build and install
phases. An empty output directories will are produced and the build
succeeds.

This patches qtwebengine qmake files to properly fail during
configuration phase.

This doesn't touch qt56 as it doesn't have this mechanism.
2019-02-19 12:28:15 -05:00
Dmitry Kalinkin
78d041f6a9 rivet: 2.6.2 -> 2.7.0 2019-02-19 10:19:25 -05:00
Vladimír Čunát
3a078594a1
libpng: always apply the debian patches
This fixes the low-severity CVE on other platforms than aarch64.
2019-02-19 11:10:00 +01:00
Vladimír Čunát
424efc7e71
Merge branch 'staging-next' into staging 2019-02-19 11:08:32 +01:00
Vladimír Čunát
98be12ab3a
libpng: apply patches from Debian
- first unbreaks ARM builds
- second fixes a low-severity CVE
These only get applied on aarch64 *for now*, to iterate staging faster.
2019-02-19 11:02:38 +01:00
Vladimír Čunát
95e2332ed1
Merge #55981: gtk3: 3.24.4 -> 3.24.5 (into staging) 2019-02-19 08:23:01 +01:00
Matthew Bauer
b1bbd94bb6 Merge remote-tracking branch 'NixOS/master' into staging 2019-02-18 20:36:48 -05:00
Lengyel Balazs
6f9a7f05cf mesa: 18.3.3 -> 18.3.4 2019-02-18 23:24:47 +01:00
Olli Helenius
16b009d1c0 Address review comments
- Use HTTPS and tighter version regexp to guard against MitM
 - Use nix-instantiate instead of experimental nix eval
 - Handle dictionary-specific meta overrides
2019-02-18 17:34:49 +02:00
Frederik Rietdijk
815b77cbe6 Merge master into staging-next 2019-02-18 14:18:04 +01:00
Will Dietz
f9a62dbace gtk3: 3.24.4 -> 3.24.5
* add fribidi as it's now required.
* fetch patches to fix fribidi linking, autoreconf
2019-02-17 20:49:34 -06:00
Will Dietz
750aa7f474 libhandy: 0.0.7 -> 0.0.8
3721b490b6
2019-02-17 20:46:09 -06:00
Will Dietz
99d3982107 libsForQt.qtstyleplugin-kvantum: 0.10.8 -> 0.10.9
https://github.com/tsujan/Kvantum/releases/tag/V0.10.9
2019-02-17 20:36:27 -06:00
Andrew Miloradovsky
1487317910 opencascade-occt: init at 7.3.0p2
* opencascade-occt: init at 7.3.0p2

This is just a package of the official OpenCASCADE OCCT (not OCE).
2019-02-17 12:54:54 -08:00
Will Dietz
32322da1a6 openblas: fix config breakage introduced for configs using 'false'
My earlier change mistakenly expected `toString false` to produce '0'
instead of the empty string, leading to unexpected config changes.

Intended to address issue mentioned here and in following discussion:

https://github.com/NixOS/nixpkgs/pull/53972#issuecomment-459981602

Sorry, folks!

(special-case handling of bools here makes this "cleanup" a bit
 less of an obvious win but hopefully still preferable overall :))

-----------

makeFlags in resulting derivation, according to this one-liner:

$ nix show-derivation -f . openblas|jq ".[].env.makeFlags"

before:
"BINARY=64 CC=cc CROSS= DYNAMIC_ARCH=1 FC=gfortran HOSTCC=cc INTERFACE64=1 NO_BINARY_MODE= NO_STATIC=1 NUM_THREADS=64 PREFIX=/1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9 TARGET=ATHLON USE_OPENMP=1"

after:
"BINARY=64 CC=cc CROSS=0 DYNAMIC_ARCH=1 FC=gfortran HOSTCC=cc INTERFACE64=1 NO_BINARY_MODE=0 NO_STATIC=1 NUM_THREADS=64 PREFIX=/1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9 TARGET=ATHLON USE_OPENMP=1"

Without knowing how `placeholder` works, it seems interesting if
entirely unrelated that the `PREFIX` is same for both! :). TIL.
2019-02-17 19:51:55 +01:00
Michael Roitzsch
a64771d7f1 glibc: enable cross builds on Darwin
add patch file for cross compilation on Darwin
documentation of the changes is at the top of the patch file
2019-02-17 18:40:50 +01:00
worldofpeace
a5837865c0 flatpak: 1.1.3 -> 1.2.3 2019-02-17 12:14:48 -05:00
Will Dietz
1a6255b832 xdg-desktop-portal{,-gtk}: 1.1.0 -> 1.2.0 2019-02-17 12:14:16 -05:00
worldofpeace
54f36ae36a
Merge pull request #55261 from r-ryantm/auto-update/librealsense
librealsense: 2.17.1 -> 2.18.0
2019-02-17 15:42:57 +00:00
Ryan Mulligan
e48b3308b5
Merge pull request #55730 from plapadoo/fcppt-3.0.0
fcppt: 2.9.0 -> 3.0.0
2019-02-17 07:00:02 -08:00
worldofpeace
21531d353b
Merge #55894: cairo: apply patch for CVE-2018-19876
(cherry picked from commit bad2db31b7)
Forward-picked from staging to staging-next;
it's a trivial patch and we now rebuild anyway due to unzip.
2019-02-17 08:25:53 +01:00
Vladimír Čunát
f7f1a2f54e
Merge branch 'master' into staging-next
A mass darwin rebuild from master (#55784).
2019-02-17 08:05:24 +01:00
Will Dietz
e6d26d807e
Merge pull request #55603 from dtzWill/update/ffmpeg-4.1.1
ffmpeg: 4.1 -> 4.1.1
2019-02-17 00:08:47 -06:00
Will Dietz
b6f92dc791
Merge pull request #55874 from dtzWill/update/libdrm-2.4.97
libdrm: 2.4.96 -> 2.4.97
2019-02-17 00:05:48 -06:00
worldofpeace
97858b8a79
Merge pull request #55908 from r-ryantm/auto-update/catch2
catch2: 2.5.0 -> 2.6.0
2019-02-17 04:55:02 +00:00
worldofpeace
bad2db31b7
Merge pull request #55894 from andrew-d/andrew/cairo-CVE-2018-19876
cairo: apply patch for CVE-2018-19876
2019-02-17 03:52:37 +00:00
Andrew Dunham
7c28cb299d cairo: apply patch for CVE-2018-19876
This applies the patch from the following upstream merge request:
    https://gitlab.freedesktop.org/cairo/cairo/merge_requests/5

This resulted in the following merge commit, which we fetch as a patch
and apply:
    6edf572ebb
2019-02-16 15:18:46 -08:00
Dmitry Kalinkin
4bf4484515
qt5.qtconnectivity: fix darwin build 2019-02-16 18:13:58 -05:00
R. RyanTM
2f848b328e catch2: 2.5.0 -> 2.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/catch2/versions
2019-02-16 09:09:17 -08:00
Gabriel Ebner
7cbc76a3e6 Merge branch 'auto-update/qalculate-gtk' 2019-02-16 17:25:47 +01:00
Gabriel Ebner
17080af9bf libqalculate: 2.8.2 -> 2.9.0 2019-02-16 17:24:53 +01:00
Frederik Rietdijk
fd48a94b62 Merge staging-next into staging 2019-02-16 09:30:46 +01:00
Frederik Rietdijk
6fe10d2779 Merge master into staging-next 2019-02-16 09:29:54 +01:00
worldofpeace
5a322693f4 libxmlb: fix build
Tests failed with:
ERROR:../src/xb-self-test.c:462:xb_builder_ensure_watch_source_func: assertion failed (error == NULL)
cannot process file of type application/x-zerosize (g-io-error-quark, 15)

See: https://hydra.nixos.org/build/88774485
2019-02-16 02:40:40 -05:00
Will Dietz
677afc0032
Merge pull request #55638 from dtzWill/update/intel-media-driver-18.4.1
intel-media-driver: 18.4.0 -> 18.4.1
2019-02-16 00:04:59 -06:00
Will Dietz
b9392ac9a6 libdrm: 2.4.96 -> 2.4.97
https://lists.x.org/archives/xorg-announce/2019-January/002937.html
2019-02-15 23:39:03 -06:00
Samuel Dionne-Riel
f8eef26991
Merge pull request #55732 from oxij/tree/move-defaults-to-package-files-mostly-pulse
all-packages.nix: move defaults to package files continues
2019-02-15 17:49:01 -05:00
Will Dietz
5bd0cdb3d6
Merge pull request #55624 from dtzWill/update/xapian-1.4.10
xapian: 1.4.9 -> 1.4.10
2019-02-15 08:49:32 -06:00
R. RyanTM
1576c74743 libgit2_0_27: 0.27.7 -> 0.27.8 (#55256)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libgit2/versions
2019-02-15 11:53:53 +01:00
Dylan Simon
e69fdc1715 sympow: fix patch url to working revision (#55778)
fix_pointer_initialization2.patch no longer exists on trunk -- download
from a fixed older revision where it did.
2019-02-14 21:10:37 +01:00
Florian Franzen
59379d1f4f pybind11: 2.2.2 -> 2.2.4 (#54792) 2019-02-14 15:04:32 +01:00
Jan Tojnar
750c9a10f4
Merge pull request #55606 from dtzWill/update/libgxps-0.3.1
libgxps: 0.3.0 -> 0.3.1

Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2019-02-14 13:33:48 +01:00
Jan Tojnar
b759cf366b
libgxps: add lcms2 support 2019-02-14 13:31:17 +01:00
Will Dietz
808ddabe70
libgxps: 0.3.0 -> 0.3.1 2019-02-14 13:29:07 +01:00
Jan Tojnar
8df06b8fd6
Merge pull request #55607 from dtzWill/update/libgexiv2-0.10.10
gexiv2: 0.10.9 -> 0.10.10
2019-02-14 13:17:08 +01:00
Frederik Rietdijk
a25d48cd4f Merge master into staging 2019-02-14 11:35:50 +01:00
Orivej Desh
8f5afc5bb6 aws-c-common: silence warnings that cause -Werror 2019-02-14 10:26:07 +00:00
Orivej Desh
f8acd126c5 aws-sdk-cpp: 1.6.52 -> 1.7.49
Since 1.7.0 it requires new aws-c* dependencies:
https://github.com/aws/aws-sdk-cpp/releases/tag/1.7.0
ffd81252be
2019-02-14 09:19:04 +00:00
Orivej Desh
71e37427da aws-c-event-stream: init at 0.1.1 2019-02-14 09:19:04 +00:00
Orivej Desh
b0ecd537bb aws-checksums: init at 0.1.2 2019-02-14 09:19:04 +00:00
Orivej Desh
5967ac107a aws-c-common: init at 0.3.2 2019-02-14 09:19:04 +00:00
Jan Tojnar
606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
Jan Malakhovski
d364e682b0 pcaudiolib: move defaults to package file 2019-02-13 23:11:10 +00:00
Daiderd Jordan
aee2dc8899
Merge pull request #55671 from LnL7/darwin-aws-sdk-cpp
aws-sdk-cpp: fix darwin sandbox build and cleanup
2019-02-13 22:23:27 +01:00
Philipp Middendorf
b2cd0893f3 fcppt: 2.9.0 -> 3.0.0 2019-02-13 21:39:34 +01:00
Michael Raskin
7874fe52f5
Merge pull request #55137 from oxij/pkgs/openhmd-init
openhmd: init at 0.3.0-rc1-20181218
2019-02-13 20:07:03 +00:00
Michael Raskin
8384cfe455
Merge pull request #55129 from oxij/tree/move-defaults-to-package-files
all-packages.nix: move defaults to package files
2019-02-13 20:04:08 +00:00
Michael Alan Dorman
d576825130
gtk+-3.24.3: Fix for missing symbols
This change has already been merged upstream.
Fixes #55692; closes #55700.
2019-02-13 14:28:09 +01:00
Tim Steinbach
e27fa435f7
nss: 3.42 -> 3.42.1 2019-02-13 08:10:13 -05:00
Frederik Rietdijk
8b05b829be Merge staging-next into staging 2019-02-13 13:27:42 +01:00
Frederik Rietdijk
7257dedd7c Merge master into staging-next 2019-02-13 12:33:29 +01:00
Daiderd Jordan
a4a7fd8d68
aws-sdk-cpp: fix darwin sandbox build
The tests use localhost networking, which is disallowed by
default in the darwin sandbox.
2019-02-12 23:38:13 +01:00
Michael Raskin
e92d58fe70
Merge pull request #52854 from r-ryantm/auto-update/libev
libev: 4.24 -> 4.25
2019-02-12 21:20:14 +00:00
Will Dietz
92a54bd927
Merge pull request #55133 from dtzWill/fix/bdwgc-musl-cflags-space
boehmgc{,_766}: add space before appending to CFLAGS (only done w/musl)
2019-02-12 10:04:21 -06:00
Will Dietz
6e2da120c9
Merge pull request #55020 from dtzWill/update/mpfr-4.0.2
mpfr: 4.0.1 -> 4.0.2
2019-02-12 07:31:30 -06:00
Will Dietz
347fa8611f intel-media-driver: 18.4.0 -> 18.4.1
Minor bump, adds various missing id's apparently.
2019-02-12 07:20:26 -06:00
Eelco Dolstra
7f32b3db30
Merge pull request #55153 from dtzWill/update/libpqxx-6.3.0
libpqxx: 6.2.5 -> 6.3.1
2019-02-12 13:31:41 +01:00
Will Dietz
2973f1780f libuv: 1.24.1 -> 1.26.0
https://github.com/libuv/libuv/releases/tag/v1.26.0
https://github.com/libuv/libuv/releases/tag/v1.25.0
2019-02-12 03:55:09 -06:00
Will Dietz
1b71c5f5db xapian: 1.4.9 -> 1.4.10
https://xapian.org/docs/xapian-core-1.4.10/NEWS
2019-02-12 00:47:57 -06:00
Will Dietz
3517d9c963 libidn2: 2.1.0 -> 2.1.1
http://lists.gnu.org/archive/html/info-gnu/2019-02/msg00002.html
2019-02-11 18:16:04 -06:00
Will Dietz
4e7f87b4d0 gexiv2: 0.10.9 -> 0.10.10 2019-02-11 17:58:24 -06:00
Will Dietz
b3171efe3b ffmpeg: 4.1 -> 4.1.1
https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n4.1.1
2019-02-11 17:44:24 -06:00
Will Dietz
9cdd49ea3e libpqxx: 6.3.0 -> 6.3.1
Windows compile fixes.

https://github.com/jtv/libpqxx/releases/tag/6.3.1
2019-02-11 17:24:14 -06:00
Franz Pletz
96dc784335
aubio: 0.4.8 -> 0.4.9 2019-02-11 22:46:10 +01:00
Florian Klink
49d46a41d6
Merge pull request #55049 from flokli/odpic-3.1.0
odpic: 2.4.2 -> 3.1.0
2019-02-11 22:34:18 +01:00
Pierre Bourdon
da9fdcb1f0
libu2f-host: 1.1.6 -> 1.1.7 (CVE-2018-20340) 2019-02-11 21:03:06 +01:00
R. RyanTM
015b0294b3 gnome3.librsvg: 2.44.11 -> 2.44.12 (#54779)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/librsvg/versions
2019-02-11 17:46:36 +01:00
worldofpeace
7c3588d8dd libhandy: fix build
Tests failed with:
(/build/source/build/tests/test-dialog:8953): Gtk-WARNING **: 17:06:30.557: Could not find the icon 'window-close-symbolic-ltr'.
The 'hicolor' theme was not found either, perhaps you need to install it.

See: https://hydra.nixos.org/build/88479512
2019-02-10 21:40:18 -05:00
Matthew Bauer
2433c575f0 openblas: fix on linux
This reverse changes made cfc4313 which broke builds on linux. Still
not sure why this broke Linux, but we can investigate it later.
“buildPackages.stdenv.cc” shouldn’t be put in nativeBuildInputs in
general. Either way, this restores hashes to before that commit.

thanks to @jethrokuan
2019-02-10 20:16:16 -05:00
Matthew Bauer
cfc43138cb openblas: fix on darwin
The openblas script relies on CC=clang for succesfully compiling on
Darwin systems. This seems like bad behavior, but we get things like
https://hydra.nixos.org/build/87657058 otherwise.

Fixes #55536.
2019-02-10 18:49:04 -05:00
Tor Hedin Brønner
eb4e9ba8ec
webkitgtk: 2.22.5 -> 2.22.6 (#55481) 2019-02-10 22:57:45 +01:00
Matthew Bauer
57cb5fe1f2
Merge pull request #55519 from FlorianFranzen/staging
Staging
2019-02-10 09:29:10 -05:00
Florian Franzen
f470720aa8 Merge branch 'staging-next' into staging 2019-02-10 14:37:31 +01:00
Vladimír Čunát
c40f211499
Merge branch 'staging-next'
It's not completely without regressions, but ATM it seems to bring more
upsides than downsides and the iteration is too long already.
2019-02-10 14:20:49 +01:00
Vladimír Čunát
64edccb463
treewide: fix missing libs after libtool pruning #51767 2019-02-10 14:14:33 +01:00
worldofpeace
929cc78363 libwnck3: add @worldofpeace as maintainer 2019-02-10 00:27:16 -05:00
Orivej Desh
59cd3ee895 nccl: 2.1.4 -> 2.4.2-1 (#55292) 2019-02-10 01:20:04 +00:00
Ryan Mulligan
f4ebc070bd
Merge pull request #55143 from r-ryantm/auto-update/wxSVG
wxSVG: 1.5.15 -> 1.5.16
2019-02-09 09:26:22 -08:00
Matthew Bauer
5c09d977c7 Merge remote-tracking branch 'origin/master' into staging 2019-02-09 12:14:06 -05:00
Vladimír Čunát
7f9e3b8206
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1504357
2019-02-09 10:15:17 +01:00
Matthew Bauer
656f0b9fb1
Merge pull request #52819 from r-ryantm/auto-update/openvdb
openvdb: 5.2.0 -> 6.0.0
2019-02-08 17:48:48 -05:00
Matthew Bauer
8d642bb308
Merge pull request #52837 from r-ryantm/auto-update/mlt
libsForQt5.mlt: 6.10.0 -> 6.12.0
2019-02-08 17:48:27 -05:00
Matthew Bauer
08aaafa667
Merge pull request #54040 from r-ryantm/auto-update/libtoxcore
libtoxcore: 0.2.8 -> 0.2.9
2019-02-08 17:42:16 -05:00
Sarah Brofeldt
3b1e68b79e
Merge pull request #55454 from veprbl/pr/hepmc3_init
hepmc3: init at 3.1.0
2019-02-08 19:26:58 +01:00
Dmitry Kalinkin
230f88a436
hepmc3: init at 3.1.0 2019-02-08 12:26:33 -05:00
Jörg Thalheim
0710c9fc25
Merge pull request #55412 from vlaci/pkg/hunspell-hu
hunspell-dicts: add support for Hungarian dictionary
2019-02-08 10:07:32 +00:00
Jörg Thalheim
63454eb863
Merge pull request #55381 from teto/vteng0.54
vte-ng: 0.50.2.a -> 0.54.2.a
2019-02-08 07:54:30 +00:00
volth
98e2820f59
makeFontsCache: allowSubstitutes = false
trivial builder
2019-02-08 00:24:14 +00:00
worldofpeace
7da64c9fbe polkit: fix CVE-2019-6133
Jann Horn of Google found that Polkit doesn't properly check
if a process is already authenticated, which can lead to an
authentication reuse by a different user[0]. See also [1]

Closes #55391

[0]: https://bugs.chromium.org/p/project-zero/issues/detail?id=1692
[1]: https://gitlab.freedesktop.org/polkit/polkit/issues/75
2019-02-07 18:07:08 -05:00
László Vaskó
27e3089360 hunspell-dicts: add support for Hungarian dictionary
LibreOffice has a comprehensive collection of Hunspell dictionaries.
`mkDictFromLibreOffice` helper is introduced to make it easy to add new
dictionaries from this repository. `license` is parametrized because
each dictionary has its own license.
2019-02-07 21:12:31 +01:00
R. RyanTM
70765af1a6 libiio: 0.16 -> 0.17
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libiio/versions
2019-02-07 11:58:46 -06:00
lewo
66dd4594ff
Merge pull request #55178 from r-ryantm/auto-update/qpdf
qpdf: 8.3.0 -> 8.4.0
2019-02-07 18:06:16 +01:00
Matthieu Coudron
9333c833a5 vte-ng: 0.50.2.a -> 0.54.2.a 2019-02-07 20:58:43 +09:00
James Cook
ff8b96d90c
Merge pull request #55307 from r-ryantm/auto-update/libgnurl
libgnurl: 7.62.0 -> 7.63.0
2019-02-07 04:36:25 +00:00
Daniel Kuehn
b32491fd3c libvirt: Add argument to enable support for ceph rbd storage 2019-02-06 19:52:42 +01:00
R. RyanTM
851cfedb53 appstream: 0.12.4 -> 0.12.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/appstream/versions
2019-02-06 17:26:41 +00:00
Vladimír Čunát
ff101946a8
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1503899
2019-02-06 14:24:46 +01:00
Jörg Thalheim
dd7500315e
Merge pull request #55318 from r-ryantm/auto-update/folly
folly: 2018.10.29.00 -> 2019.01.28.00
2019-02-06 10:21:00 +00:00
R. RyanTM
4f621ca1d4 folly: 2018.10.29.00 -> 2019.01.28.00
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/folly/versions
2019-02-06 01:01:03 -08:00
R. RyanTM
e422db21be libgnurl: 7.62.0 -> 7.63.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libgnurl/versions
2019-02-05 21:56:28 -08:00
Matthew Bauer
81531046e8 qt511: add patch for macOS sdk
Unfortunately we don’t have access to NSWindowStyleMask. These patches
should go away once we switch to a newer SDK.
2019-02-05 20:50:52 -05:00
Matthew Bauer
72f8f89849 libvdpau: add -lX11 on darwin
Seems to be necessary for some reason. Otherwise we are missing
symbols.
2019-02-05 19:27:39 -05:00
markuskowa
f8a975e7f6
Merge pull request #55258 from r-ryantm/auto-update/libtommath
libtommath: 1.0.1 -> 1.1.0
2019-02-05 23:51:40 +01:00
Jan Tojnar
f40412e3e2
Merge pull request #54380 from nh2/package-srt
SRT support for gstreamer
2019-02-05 15:28:42 +01:00
R. RyanTM
25a5fc60ae librealsense: 2.17.1 -> 2.18.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/librealsense/versions
2019-02-05 00:04:23 -08:00
R. RyanTM
013173be96 libtommath: 1.0.1 -> 1.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libtommath/versions
2019-02-04 23:33:51 -08:00
Will Dietz
3aaab7ca3d
Merge pull request #55063 from dtzWill/update/intel-media-driver-18.4.0
intel-media-driver: 18.3.0 -> 18.4.0
2019-02-04 22:22:53 -06:00
Will Dietz
b46ff71245
Merge pull request #55064 from dtzWill/update/libva-2.4.0
libva[,-utils}: 2.3.0 -> 2.4.0
2019-02-04 22:22:08 -06:00
R. RyanTM
904e9ab048 pythia: 8.235 -> 8.240
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pythia/versions
2019-02-04 18:48:20 -05:00
Lancelot SIX
73ad11dd70
Merge pull request #54554 from lsix/qgis_2_18_28
qgis: 2.18.22 -> 2.18.28
2019-02-04 20:29:47 +01:00
Guillaume Bouchard
9f0ee6c606 primesieve: init at 7.3 2019-02-04 13:03:50 +01:00
R. RyanTM
63c9b399c6 qpdf: 8.3.0 -> 8.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qpdf/versions
2019-02-04 00:14:14 -08:00
Will Dietz
539c82b5cf libpqxx: 6.2.5 -> 6.3.0
https://github.com/jtv/libpqxx/releases/tag/6.3.0
2019-02-03 19:18:35 -06:00
R. RyanTM
0a8be6b526 wxSVG: 1.5.15 -> 1.5.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wxsvg/versions
2019-02-03 14:36:10 -08:00
Jan Malakhovski
67223e3c8a openhmd: init at 0.3.0-rc1-20181218 2019-02-03 19:57:56 +00:00
Will Dietz
9214f85843 boehmgc_766: similarly fix CFLAGS w/musl to include space first 2019-02-03 13:35:34 -06:00
Will Dietz
0938316e05 boehmgc: fix CFLAGS w/musl so new args are separate (add a space first) 2019-02-03 13:32:49 -06:00
Michael Weiss
bda21694d1
wlroots: Fix the ELF binaries (rootston + examples)
Due to stdenv changes the binaries where broken during the fixup phase
(while stripping all binaries). The current solution isn't optimal but
there must not be any cyclic dependencies on $out.
2019-02-03 17:59:50 +01:00
Jan Malakhovski
be79fc5c33 libiodbc: move defaults to package file 2019-02-03 15:33:27 +00:00
Jan Malakhovski
0df915c75c gnutls, gnutls-kdh: move defaults to package file 2019-02-03 15:33:26 +00:00
Jan Malakhovski
5cf90c3b20 wxGTK28, wxGTK29, wxGTK30: move defaults to package file 2019-02-03 15:33:20 +00:00
Jan Malakhovski
04551d263c qt3: move defaults to package file 2019-02-03 15:33:16 +00:00
Jan Malakhovski
8e929441a9 opencv3, opencv4: move defaults to package file 2019-02-03 15:33:15 +00:00
Vladimír Čunát
32767d139f
Merge branch 'staging-next'
This round is without the systemd CVE,
as we don't have binaries for that yet.
BTW, I just ignore darwin binaries these days,
as I'd have to wait for weeks for them.
2019-02-20 09:38:45 +01:00
Vladimír Čunát
f1ed4b50fc
zeroc_ice: disable problematic parallel make 2019-02-19 18:14:52 +01:00
Jan Malakhovski
7562d78023 gtk2: move defaults to package file 2019-02-03 15:32:19 +00:00
Jan Malakhovski
11e3bceff0 cairo: move defaults to package file 2019-02-03 15:32:17 +00:00
Jan Malakhovski
fa4b98ed6e xgboost: move defaults to package file 2019-02-03 15:32:12 +00:00
Jan Malakhovski
73b2577438 opensubdiv: move defaults to package file 2019-02-03 15:32:11 +00:00
Jan Malakhovski
dd23a064b1 libtensorflow: move defaults to package file 2019-02-03 15:32:10 +00:00
Jan Malakhovski
4ec5cbc77a libgpod: move defaults to package file 2019-02-03 15:30:32 +00:00
Jan Malakhovski
c1ee0a4980 aprutil: move defaults to package file 2019-02-03 15:30:31 +00:00
Jan Malakhovski
7706253e59 libspotify: move defaults to package file 2019-02-03 15:30:21 +00:00
Andreas Rammhold
25a0974c4a
Merge pull request #54986 from andir/qt
qt511: 5.11.1 -> 5.11.3, qt56 & qt59 security fixes
2019-02-03 16:08:55 +01:00
markuskowa
367ec829fa
Merge pull request #54676 from r-ryantm/auto-update/sundials
sundials: 4.0.1 -> 4.0.2
2019-02-03 16:03:01 +01:00
Michael Weiss
038b89819b
wlroots: 0.2 -> 0.3 2019-02-03 15:35:07 +01:00
markuskowa
1c88a9e6d7
Merge pull request #54819 from r-ryantm/auto-update/hivex
hivex: 1.3.15 -> 1.3.18
2019-02-03 14:09:41 +01:00
Markus Kowalewski
784870046b
sundials: remove name attribute (pname is present) 2019-02-03 13:55:45 +01:00
Franz Pletz
5b1ed0c62f
nuspell: init at 2.1.0 2019-02-03 13:24:31 +01:00
Franz Pletz
96881a6c1d
hunspellDicts.en-*: 2014.11.17 -> 2018.04.16 2019-02-03 13:24:31 +01:00
Markus Kowalewski
1bd0e155f1
hivex: 1.3.17 -> 1.3.18 2019-02-03 13:18:58 +01:00
Vladimír Čunát
bd9f835bf6
Merge branch 'master' into staging-next
Larger rebuild, probably mainly haskell.
Hydra nixpkgs: ?compare=1503325
2019-02-02 17:13:11 +01:00
worldofpeace
bdc7003439 zeitgeist: 1.0.1 -> 1.0.2 2019-02-02 03:49:25 +00:00
Will Dietz
ebf4f63ff0 intel-media-driver: 18.3.0 -> 18.4.0 2019-02-01 17:44:55 -06:00
Will Dietz
63d2dbfe89 libva-utils: meson, add x11 and wayland deps 2019-02-01 17:43:37 -06:00
Will Dietz
61552cf599 libva{,-utils}: 2.3.0 -> 2.4.0 2019-02-01 17:40:21 -06:00
Dmitry Kalinkin
4094aa3b3c
Merge pull request #50773 from veprbl/pr/epoxy153
epoxy: 1.5.2 -> 1.5.3
2019-02-01 17:41:39 -05:00
Dmitry Kalinkin
e253fd1a95 ftgl: fix on darwin 2019-02-01 16:53:21 -05:00
Florian Klink
1bbad11da9 odpic: 2.4.2 -> 3.1.0
This bumps odpic to 3.1.0 - with the current version in unstable,
python*Packages.cx_oracle fails to compile due to some types missing in
our version of odpic:

```
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DCXO_BUILD_VERSION=7.0.0 -I/nix/store/43lwkzvxwcymshchqhhafr2rnw2kk8ll-odpic-2.4.2/include -I/nix/store/ydk0mfpvn9smcmn72wc9i20slv1d2b79-python3-3.7.2/include/python3.7m -c src/cxoBuffer.c -o build/temp.linux-x86_64-3.7/src/cxoBuffer.o
In file included from src/cxoBuffer.c:17:0:
src/cxoModule.h:372:5: error: unknown type name 'dpiSodaColl'
     dpiSodaColl *handle;
     ^~~~~~~~~~~
src/cxoModule.h:379:5: error: unknown type name 'dpiSodaDb'
     dpiSodaDb *handle;
     ^~~~~~~~~
src/cxoModule.h:386:5: error: unknown type name 'dpiSodaDoc'
     dpiSodaDoc *handle;
     ^~~~~~~~~~
src/cxoModule.h:392:5: error: unknown type name 'dpiSodaDocCursor'
     dpiSodaDocCursor *handle;
     ^~~~~~~~~~~~~~~~
src/cxoModule.h:398:5: error: unknown type name 'dpiSodaOperOptions'
     dpiSodaOperOptions options;
     ^~~~~~~~~~~~~~~~~~
src/cxoModule.h:492:9: error: unknown type name 'dpiSodaColl'; did you mean 'dpiPool'?
         dpiSodaColl *handle);
         ^~~~~~~~~~~
         dpiPool
src/cxoModule.h:496:49: error: unknown type name 'dpiSodaDoc'; did you mean 'cxoSodaDoc'?
 cxoSodaDoc *cxoSodaDoc_new(cxoSodaDatabase *db, dpiSodaDoc *handle);
                                                 ^~~~~~~~~~
                                                 cxoSodaDoc
src/cxoModule.h:499:9: error: unknown type name 'dpiSodaDocCursor'; did you mean 'cxoSodaDocCursor'?
         dpiSodaDocCursor *handle);
         ^~~~~~~~~~~~~~~~
         cxoSodaDocCursor
```
2019-02-01 15:11:56 +01:00
Vladimír Čunát
8ba516664b
Merge branch 'staging-next' into staging 2019-02-01 09:42:53 +01:00
Vladimír Čunát
5effa4e0f9
Merge branch 'master' into staging-next
Comments on conflicts:
- llvm: d6f401e1 vs. 469ecc70 - docs for 6 and 7 say the default is
  to build all targets, so we should be fine
- some pypi hashes: they were equivalent, just base16 vs. base32
2019-02-01 09:22:29 +01:00
Will Dietz
d00ca4476c
Merge pull request #55019 from dtzWill/update/mesa-18.3.3
mesa: 18.3.2 -> 18.3.3
2019-01-31 22:48:34 -06:00
Will Dietz
1411a5f8de
Merge pull request #55012 from dtzWill/update/harfbuzz-2.3.1
harfbuzz: 2.3.0 -> 2.3.1
2019-01-31 22:47:16 -06:00
Will Dietz
b64024e70c mpfr: 4.0.1 -> 4.0.2
https://www.mpfr.org/mpfr-4.0.2/
2019-01-31 18:17:58 -06:00
Will Dietz
f69df75655 mesa: 18.3.2 -> 18.3.3
https://www.mesa3d.org/relnotes/18.3.3.html
2019-01-31 17:20:26 -06:00
Will Dietz
c2bb029133 harfbuzz: 2.3.0 -> 2.3.1
https://github.com/harfbuzz/harfbuzz/releases/tag/2.3.1
2019-01-31 14:16:27 -06:00
Alyssa Ross
2183d3167e
Merge commit 'refs/pull/53622/head' of https://github.com/NixOS/nixpkgs into staging 2019-01-31 20:00:30 +00:00
Yorick
be5181bc47
wayland: separateDebugInfo = true 2019-01-31 15:47:51 +01:00
Andreas Rammhold
2f5d37b77b
qt511: 5.11.1 -> 5.11.3
This fixes

 * CVE-2018-15518, Qt Base: “double free or corruption” in QXmlStreamReader
 * CVE-2018-19873, Qt Base: QBmpHandler segfault on malformed BMP file
 * CVE-2018-19870, Qt Base: Check for QImage allocation failure in qgifhandler
 * CVE-2018-19871, Qt Imageformats: QImage: QTgaFile CPU exhaustion
 * CVE-2018-19865, Qt Virtual Keyboard: Qt Virtual Keyboard logs all key presses
 * CVE-2018-19869, Qt Svg: Fix crash when parsing malformed url reference

More details can be obtained from the Qt annoucement [1].

[1] https://blog.qt.io/blog/2018/12/04/qt-5-11-3-released-important-security-updates/
2019-01-31 11:00:27 +01:00
Thomas Tuegel
b61797baf3
Merge pull request #54886 from markuskowa/fix-openblas
openblas: make the optimization target overridable
2019-01-30 20:53:36 -06:00
Andreas Rammhold
066be85d9d
qt56: fix CVE-2018-{15518,19873,19870,19871,19865,19869}
* CVE-2018-15518, Qt Base: “double free or corruption” in QXmlStreamReader
 * CVE-2018-19873, Qt Base: QBmpHandler segfault on malformed BMP file
 * CVE-2018-19870, Qt Base: Check for QImage allocation failure in qgifhandler
 * CVE-2018-19871, Qt Imageformats: QImage: QTgaFile CPU exhaustion
 * CVE-2018-19865, Qt Virtual Keyboard: Qt Virtual Keyboard logs all key presses
 * CVE-2018-19869, Qt Svg: Fix crash when parsing malformed url reference

More details can be obtained from the Qt annoucement [1].

[1] https://blog.qt.io/blog/2018/12/04/qt-5-11-3-released-important-security-updates/
2019-01-31 00:50:29 +01:00
Andreas Rammhold
295a210a23
qt56.qtvirtualkeyboard: init at 5.6.3
This adds the "missing" qtvirtualkeyboard module of qt56. I just add
this so I can apply (& test) the patches for a CVE in the next commit.
This might seem strange but in case anyone decided to add / use this in
the future we are on the safe(r) side.
2019-01-31 00:21:51 +01:00
Andreas Rammhold
66601282cc
qt59.qtvirtualkeyboard: fix CVE-2018-19865
CVE-2018-19865 tracks the issue of qtvirtualkeyboard where it logs all
user input. With this commit we are applying the recommended patches
form the upstream project.

More details can be obtained from the Qt annoucement [1].

[1] https://blog.qt.io/blog/2018/12/04/qt-5-11-3-released-important-security-updates/
2019-01-30 23:50:48 +01:00
worldofpeace
ed63bd949d gtksourceview4: cleanup 2019-01-29 20:18:03 -05:00
worldofpeace
750c27f432 gtksourceview: cleanup 2019-01-29 20:18:03 -05:00
worldofpeace
bb509ab087 gtksourceview4: set XDG_DATA_DIRS for testing, fix build 2019-01-29 20:17:45 -05:00
Florian Klink
853bea47e3
Merge pull request #54504 from andir/firefox65
firefox 65
2019-01-30 02:13:53 +01:00
Will Dietz
b3792fa893 gtksourceview: set XDG_DATA_DIRS for testing
Fixes #54894
2019-01-29 19:41:59 -05:00
Dmitry Kalinkin
571e44b5b8
Merge pull request #54787 from FlorianFranzen/qt59
qt59: 5.9.3 -> 5.9.7
2019-01-29 15:43:57 -05:00
Andreas Rammhold
604bd482d1 nss: 3.41 -> 3.42 2019-01-29 20:30:42 +01:00
Robert Schütz
74d1850c0e openzwave: 2018-11-04 -> 2018-11-13 2019-01-29 16:24:26 +01:00
Markus Kowalewski
57c37456db
openblas: make the optimazation target overridable 2019-01-29 14:34:02 +01:00
Vladimír Čunát
7e6662a275
Merge #54438: openssl_1_1: use the same default CA path as 1.0.* 2019-01-29 13:51:55 +01:00
Vladimír Čunát
444d073332
Revert "glibc: fix build with newer bison"
This reverts commit aa9821bbb9.
2019-01-29 12:54:04 +01:00
Vladimír Čunát
aa9821bbb9
glibc: fix build with newer bison
Fixes https://github.com/NixOS/nixpkgs/issues/54870
2019-01-29 12:42:26 +01:00
Dmitry Kalinkin
fd75bbccb9
Revert "qt59-qtbase: fix darwin build with clang-5"
The fix is already included in Qt 5.9.7

This reverts commit 0bf153f9c0.
2019-01-28 19:53:52 -05:00
Mateusz Kowalczyk
3115e3dbce
Merge pull request #54832 from r-ryantm/auto-update/gloox
gloox: 1.0.21 -> 1.0.22
2019-01-29 09:27:38 +09:00
R. RyanTM
28f95a5b6c gloox: 1.0.21 -> 1.0.22
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gloox/versions
2019-01-28 11:24:27 -08:00
Silvan Mosberger
45228873f5
Merge pull request #54824 from r-ryantm/auto-update/freetds
freetds: 1.00.110 -> 1.00.111
2019-01-28 20:11:36 +01:00
R. RyanTM
da16c2e390 freetds: 1.00.110 -> 1.00.111
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/freetds/versions
2019-01-28 10:06:19 -08:00
worldofpeace
38527866cf gnome-menus: drop intltool
See: 74771e78de/NEWS (L7)
2019-01-28 17:26:13 +00:00
R. RyanTM
e48c7a3a15 gnome-menus: 3.31.3 -> 3.31.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnome-menus/versions
2019-01-28 17:26:13 +00:00
R. RyanTM
98c93c84e5 hivex: 1.3.15 -> 1.3.17
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hivex/versions
2019-01-28 08:42:33 -08:00
Ryan Mulligan
6cfffbd218
Merge pull request #54781 from r-ryantm/auto-update/librime
librime: 1.3.2 -> 1.4.0
2019-01-28 05:51:09 -08:00
R. RyanTM
2af381973c librime: 1.3.2 -> 1.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/librime/versions
2019-01-28 03:02:50 -08:00
Dmitry Kalinkin
e6f2816502
Merge pull request #54611 from veprbl/pr/libsForQt5.poppler_fix
libsForQt5.poppler: fix on darwin
2019-01-27 22:01:32 -05:00
Graham Christensen
078d8853cf
Merge pull request #54699 from MikePlayle/master
libamqpcpp: 3.0.0 -> 4.1.3
2019-01-27 20:43:23 -05:00
Silvan Mosberger
ddcf01bca6
Merge pull request #53848 from veprbl/pr/qtwebengine_darwin_fix
qt511.qtwebengine: fix on darwin
2019-01-28 02:41:53 +01:00
Dmitry Kalinkin
56dcf6e1f6
qt5.qtwebengine: refactor to use lib.versionOlder 2019-01-27 19:01:17 -05:00
Will Dietz
8657f25239
Merge pull request #54711 from dtzWill/update/gnutls-3.6.6
gnutls: 3.6.5 -> 3.6.6
2019-01-27 16:41:11 -06:00
Will Dietz
4fe53f33a6 gnutls: drop comment, no longer needed 2019-01-27 14:59:58 -06:00
Will Dietz
2b0108482e
Merge pull request #53916 from dtzWill/update/getdns-1.5.1
getdns: 1.5.0 -> 1.5.1, stubby: 0.2.4 -> 0.2.5
2019-01-27 13:33:26 -06:00
Silvan Mosberger
a5c912f7f9
Merge pull request #54008 from palfrey/libnetfilter_acct
libnetfilter_acct: init at 1.0.3
2019-01-27 20:28:04 +01:00
Silvan Mosberger
e06af14ce7
Merge pull request #54612 from veprbl/pr/qtkeychain_cleanup
qtkeychain: remove CMP0025 hack
2019-01-27 20:23:21 +01:00
Will Dietz
644aedbd64
Merge pull request #54446 from dtzWill/update/kde-frameworks-5.54
kde-frameworks: 5.53 -> 5.54
2019-01-27 13:17:37 -06:00
Tor Hedin Brønner
b2d0bd4b99
Merge pull request #54664 from r-ryantm/auto-update/totem-pl-parser
gnome3.totem-pl-parser: 3.26.1 -> 3.26.2
2019-01-27 19:01:04 +01:00
Silvan Mosberger
fede41404d
Merge pull request #50220 from pbogdan/ffmpeg-cleanup
ffmpeg: misc cleanups
2019-01-27 19:00:12 +01:00
Jan Tojnar
d06efd2107
Merge pull request #54615 from jtojnar/gtk3-x11
gtk3-x11: fix build
2019-01-27 17:54:14 +01:00
Will Dietz
5eca7642ad gnutls: 3.6.5 -> 3.6.6
"bug fix release on the stable branch"

https://lists.gnupg.org/pipermail/gnutls-help/2019-January/004484.html
2019-01-27 10:48:15 -06:00
Jan Tojnar
8f217162e7
gtk2-x11: fix darwin build 2019-01-27 17:24:36 +01:00
Jan Tojnar
10a60af7e0
gtk3-x11: fix darwin build 2019-01-27 15:38:18 +01:00
Mike Playle
449b7101ff libamqpcpp: 3.0.0 -> 4.1.3 2019-01-27 14:28:07 +00:00
worldofpeace
23b673bc89
gnome3.totem-pl-parser: remove gmime dependency
See: https://gitlab.gnome.org/GNOME/totem-pl-parser/blob/V_3_26_2/NEWS#L4
2019-01-27 06:45:52 -05:00
R. RyanTM
d16ccbefad sundials: 4.0.1 -> 4.0.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sundials/versions
2019-01-26 23:43:39 -08:00
Matthew Bauer
92f0f8dd68 Merge remote-tracking branch 'NixOS/master' into staging 2019-01-27 00:01:13 -05:00
R. RyanTM
c2c552e22f gnome3.totem-pl-parser: 3.26.1 -> 3.26.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/totem-pl-parser/versions
2019-01-26 20:37:51 -08:00
Matthew Bauer
319ebef3a3 Revert "Merge pull request #36948 from dtzWill/fix/glibc-libgcc_s"
This reverts commit 80ff19a45f, reversing
changes made to 43e867a226.
2019-01-26 20:36:42 -05:00
Piotr Bogdan
c626c85dce ffmpeg_0: drop 2019-01-27 00:41:18 +00:00
Piotr Bogdan
0fb0af65b0 gst-ffmpeg: drop 2019-01-27 00:41:18 +00:00
Piotr Bogdan
8eeecd653d ffmpeg_1: drop 2019-01-27 00:41:18 +00:00
Silvan Mosberger
252d20f97d
Merge pull request #53528 from Moredread/medfile/bump
medfile: 3.3.1 -> 4.0.0
2019-01-27 00:54:41 +01:00
Jörg Thalheim
ba34ffc665
Merge pull request #54619 from Mic92/remove-wkennington
treewide: remove wkennington as maintainer
2019-01-26 23:37:27 +00:00
Danylo Hlynskyi
4fb8bc8238
postgresql: cleanup postgis (#54396)
postgis: cleanup

Another part of https://github.com/NixOS/nixpkgs/pull/38698, though I did cleanup even more.
Moving docs to separate output should save another 30MB.

I did pin poppler to 0.61 just to be sure GDAL doesn't break again next
time poppler changes internal APIs.
2019-01-26 21:15:43 +02:00
Florian Franzen
776c96272c qt59: 5.9.3 -> 5.9.7 2019-01-26 17:01:23 +01:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Dmitry Kalinkin
d3466ffbd7
libsForQt5.poppler: fix on darwin 2019-01-25 23:47:48 -05:00
Dmitry Kalinkin
467a23aaed
qtkeychain: remove CMP0025 hack
This argument is already set by the cmake setup hook.
2019-01-25 23:32:44 -05:00
Silvan Mosberger
2b57e9fdd3
Merge pull request #54577 from alyssais/libreoffice-platforms
Mark LibreOffice dependencies as Darwin-compatible
2019-01-26 00:05:27 +01:00
Joachim F
b189b87550
Merge pull request #54195 from r-ryantm/auto-update/grpc
grpc: 1.17.2 -> 1.18.0
2019-01-25 15:31:35 +00:00
Joachim F
9a0b5e029a
Merge pull request #54173 from r-ryantm/auto-update/libqmatrixclient
libqmatrixclient: 0.4.1 -> 0.4.2.1
2019-01-25 15:28:47 +00:00
Alyssa Ross
75ffad0b5a
libmwaw: broaden platforms
Builds fine on Darwin.
2019-01-25 15:08:43 +00:00
Alyssa Ross
f99ace1035
libodfgen: broaden platforms
Builds fine on Darwin.
2019-01-25 15:08:39 +00:00
Alyssa Ross
9bc2fc345e
libwps: broaden platforms
Builds fine on Darwin.
2019-01-25 15:08:38 +00:00
Alyssa Ross
5ba4984b3a
CoinMP: broaden platforms
Builds fine on Darwin.
2019-01-25 15:08:37 +00:00
Alyssa Ross
9b0296601e
libzmf: broaden platforms
Builds fine on Darwin.
2019-01-25 15:08:36 +00:00
Alyssa Ross
a825424fb6
libcmis: broaden platforms
Builds fine on Darwin.
2019-01-25 15:08:35 +00:00
Alyssa Ross
5aad87c919
libe-book: broaden platforms
Builds fine on Darwin.
2019-01-25 15:08:33 +00:00
Alyssa Ross
38bacf8aa2
libabw: broaden platforms
Builds fine on Darwin.
2019-01-25 15:08:32 +00:00
Will Dietz
da15123e37
Merge pull request #54407 from dtzWill/update/libinput-1.12.6
libinput: 1.12.5 -> 1.12.6
2019-01-25 06:56:44 -06:00
Lancelot SIX
12ab4c3303
libLAS: fix build 2019-01-24 22:23:22 +01:00
worldofpeace
78da8d668b pantheon: init a 5.0 2019-01-24 20:54:14 +00:00
Michael Weiss
399761ea0a
gpgme: Update the URL for fix-key-expiry.patch
The old URL was gone, see:
https://github.com/NixOS/nixpkgs/pull/53693#pullrequestreview-195177688

Thanks @volth :)
2019-01-24 17:24:18 +01:00
Silvan Mosberger
b6da1ca26c
Merge pull request #54400 from veprbl/pr/arrow_0.12.0
arrow-cpp, pythonPackages.pyarrow: 0.11.0 -> 0.12.0
2019-01-24 00:42:02 +01:00
Matthew Bauer
80ff19a45f
Merge pull request #36948 from dtzWill/fix/glibc-libgcc_s
glibc: don't use bootstrap libgcc_s
2019-01-23 17:12:55 -05:00
Matthew Bauer
2ed8ee4b4d Merge branch 'staging' into fix/glibc-libgcc_s 2019-01-23 16:52:54 -05:00
Vladimír Čunát
666870d813
jemalloc nitpick: better semantics for stripPrefix 2019-01-23 21:01:59 +01:00
Jörg Thalheim
b3eaad9a27
Merge pull request #53818 from gnidorah/updates
update most packages I maintain
2019-01-23 19:19:13 +00:00
Frederik Rietdijk
43e867a226 ncurses: use github mirror
Development releases of ncurses are uploaded but often also removed
again. This is causing a lot of trouble, so let's instead use a
GitHub mirror.
2019-01-23 13:57:48 +01:00
Eelco Dolstra
04f025a8d4
cyrus-sasl: Fix broken download site 2019-01-23 10:56:25 +01:00
Jörg Thalheim
b7ad5e9225
Merge pull request #54485 from Mic92/c.utf-8
glibc: C.UTF-8 locales
2019-01-23 08:24:16 +00:00
Niklas Hambüchen
31981d2cd9 gstreamer: Add srt support to gst-plugins-bad 2019-01-23 01:08:09 +01:00
Niklas Hambüchen
c26f2458d2 srt: init at 1.3.1 2019-01-23 01:08:09 +01:00
Jörg Thalheim
d966f31f23 glibc: add support for C.utf-8 2019-01-22 22:08:44 +00:00
Jörg Thalheim
5e24fccba4 glibc: remove installLocales argument
Since we now install a sane default this should be no longer necessary.
If it is still needed, it should be easy enough to do this in an overlay.
2019-01-22 22:08:30 +00:00
Vladimír Čunát
3fe32b675e
Merge branch 'master' into staging 2019-01-22 15:59:42 +01:00
Will Dietz
8e2a1ce484 kde-frameworks: 5.53 -> 5.54
https://www.kde.org/announcements/kde-frameworks-5.54.0.php
2019-01-21 16:13:01 -06:00
Will Dietz
0d17a4c307 gtk3: 3.24.3 -> 3.24.4 2019-01-21 15:49:14 -06:00
Vladimír Čunát
6f61d8b0f6
openssl_1_1: use the same default CA path as 1.0.*
Fixes https://github.com/NixOS/nixpkgs/issues/54437
2019-01-21 21:15:42 +01:00
Will Dietz
4bbd4243f5
Merge pull request #54408 from dtzWill/fix/smpeg-link-what-you-use
smpeg: fix build by linking against libX11 explicitly
2019-01-21 13:26:42 -06:00
Jan Tojnar
c9bd2dee0e glibmm: fix darwin build
(cherry picked from commit 894e617322)
2019-01-21 18:54:31 +01:00
Tor Hedin Brønner
b262be3260
Merge pull request #54428 from jtojnar/glibmm-darwin
glibmm: fix darwin build
2019-01-21 18:11:34 +01:00
Vladimír Čunát
2ff530ec53
gnutls: 3.6.2 -> 3.6.5
No security problems have been published about 3.6.x so far,
but I'd certainly count the almost-transparent TLS 1.3 support
as a security improvement.
2019-01-21 17:54:34 +01:00
Jan Tojnar
894e617322
glibmm: fix darwin build 2019-01-21 17:31:35 +01:00
Jan Tojnar
437e478a50
gdl: rename from gnome3.gdl 2019-01-21 12:03:34 +01:00
Will Dietz
783a781fb3 smpeg: fix build by linking against libX11 explicitly
Error:

/nix/store/anvi6cx0rcj9xn48af849qnr590avyn3-binutils-2.30/bin/ld: gtv.o: undefined reference to symbol 'XMoveWindow'
/nix/store/ps571bzx27x5imzifw4wiah32mpqpgva-libX11-1.6.7/lib/libX11.so.6: error adding symbols: DSO missing from command line
2019-01-21 00:31:17 -06:00
Will Dietz
b97044d5a2 libinput: 1.12.5 -> 1.12.6
https://lists.freedesktop.org/archives/wayland-devel/2019-January/039864.html
2019-01-21 00:30:18 -06:00
Ben Wolsieffer
30cda188e5 boehm-gc: don't link to libatomic_ops when cross-compiling
The configure script can't detect whether C11 atomic intrinsics are available
when cross-compiling, so it links to libatomic_ops, which has to be propagated
to all dependencies. To avoid this, assume that the atomic intrinsics are
available.
2019-01-20 23:09:48 -05:00
Dmitry Kalinkin
77e6dcb338
arrow-cpp, pythonPackages.pyarrow: 0.11.0 -> 0.12.0 2019-01-20 21:14:30 -05:00
Dmitry Kalinkin
958201a98f
Merge pull request #48675 from veprbl/pr/xfitter_fix
xfitter: runtime fixes
2019-01-20 20:00:02 -05:00
Will Dietz
78aa689b54
Merge pull request #54358 from dtzWill/update/libwebp-1.0.2
libwebp: 1.0.1 -> 1.0.2
2019-01-20 18:29:53 -06:00
R. RyanTM
d06f3ca44e libdeflate: 1.1 -> 1.2 (#54180)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdeflate/versions
2019-01-20 22:34:35 +01:00
Dmitry Kalinkin
ecbb9d3639
qt5.qtwebengine: don't propagate cups dependency 2019-01-20 14:57:59 -05:00
Will Dietz
8c11495e47 libhandy: 0.0.6 -> 0.0.7 (#54355)
* fix tests by providing hicolor

* enable glade catalog and introspection features explicitly
  (this is no longer the default or something)

https://bytesgnomeschozo.blogspot.com/2019/01/my-name-is-handy-lib-handy.html
2019-01-20 20:39:00 +01:00
Tim Steinbach
53e1db960a
binutils: 2.30.0 -> 2.31.1 2019-01-20 13:03:00 -05:00
Frederik Rietdijk
ca2edf79f7 Merge master into staging-next 2019-01-20 18:22:17 +01:00
Ryan Mulligan
44a93340a5
Merge pull request #54207 from r-ryantm/auto-update/freetds
freetds: 1.00.109 -> 1.00.110
2019-01-20 08:03:19 -08:00
Jan Tojnar
ef14a225bb
Merge pull request #54007 from jtojnar/darwin-gsettings
Darwin GSettings support
2019-01-20 13:53:47 +01:00
Tor Hedin Brønner
44bd85c265
Merge pull request #54357 from dtzWill/update/gcr-3.28.1
gcr: 3.28.0 -> 3.28.1
2019-01-20 12:52:51 +01:00
Jan Tojnar
c622d7d77a
Merge pull request #54324 from jtojnar/vapi-setup-hook
Vapi setup hook
2019-01-20 12:37:53 +01:00
Will Dietz
540ba74376 libwebp: 1.0.1 -> 1.0.2
https://github.com/webmproject/libwebp/releases/tag/v1.0.2
2019-01-20 01:58:15 -06:00
Will Dietz
f395c96d11 gcr: 3.28.0 -> 3.28.1 2019-01-20 01:53:58 -06:00
Will Dietz
04f1e0098c glib: more "trash mount points" fixes from upstream 2019-01-20 01:21:17 -06:00
Jan Tojnar
b766ec29a7
gobject-introspection.setupHook: limit XDG_DATA_DIRS
The setup hook was adding share directory to XDG_DATA_DIRS variable whenever
it existed, even when gir-1.0 subdirectory did not.
2019-01-20 04:04:44 +01:00
Vladimír Čunát
e36b4d6a85
gdal: fix patch hashes
Commit d2f39adea9 added them with hashes *before* normalization done
by fetchpatch.
2019-01-20 00:38:41 +01:00
Austin Seipp
8cbe6b9ce4 nixpkgs: reorganize the postgresql extensions
This is a backwards compatible change; it mostly puts all the extensions
for postgresql in a common directory to keep them isolated.

It also moves a few things that /were not/ extensions out into other parts of
the filesystem namespace; namely the postgresql_jdbc and psqlodbc libraries
were moved under development/java-modules and development/libraries,
respectively. Because these libraries use the libpq postgresql client drivers,
they're less sensitive to underlying version changes anyway (since the protocol
is relatively stable).

No attributes were renamed or harmed in the creation of this patch.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-19 17:33:32 -06:00
Vladimír Čunát
b277551a4b
Merge #52444: ffmpeg{_3_4,_4,-full}: updates 2019-01-19 16:56:21 +01:00
Vladimír Čunát
19d6c32fcf
libaom: fix fetch (and tweak version accordingly)
Apparently, upstream renamed the tag in the meantime :-/
2019-01-19 16:55:08 +01:00
Gabriel Ebner
d2f39adea9 gdal: fix build with poppler 0.73 2019-01-19 15:42:58 +01:00
R. RyanTM
6f8e0ae608 gdal: 2.3.2 -> 2.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gdal/versions
2019-01-19 15:21:50 +01:00
Frederik Rietdijk
d531da6f8a
Merge pull request #54094 from rnhmjoj/shell
treewide: use ${stdenv.shell} instead of /bin/sh where possible
2019-01-19 14:15:51 +01:00
Vladimír Čunát
4eca960cb4
Merge #53946: attr: fix issues with 2.4.48
(into staging)
2019-01-19 10:58:07 +01:00
Vladimír Čunát
3456ad586b
Merge #51447: libpng: 1.6.35 -> 1.6.36, license v2
(into staging)
2019-01-19 10:56:57 +01:00
Voob of Doom
138720f2f1 ncurses: 6.1-20181027 -> 6.1-20190112
v6.1-20181027 url is 404.
2019-01-19 09:40:58 +01:00
R. RyanTM
bda6bb7399 libidn2: 2.0.5 -> 2.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libidn2/versions
2019-01-19 09:40:26 +01:00
R. RyanTM
d1bcac2a54 zeromq: 4.3.0 -> 4.3.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zeromq/versions
2019-01-19 09:31:29 +01:00
Will Dietz
ce4b9ebda1 libgpgerror: 1.33 -> 1.34
https://dev.gnupg.org/T4296
2019-01-19 09:26:45 +01:00
Will Dietz
f268eb6683 mesa: 18.3.1 -> 18.3.2 2019-01-19 09:26:22 +01:00
Frederik Rietdijk
f8b45e2d84 Merge staging-next into staging 2019-01-19 09:24:01 +01:00
Jörg Thalheim
3376cbbdd7
Merge pull request #54238 from r-ryantm/auto-update/capstone
capstone: 4.0 -> 4.0.1
2019-01-18 13:40:16 +00:00
Jörg Thalheim
03403ca880
Merge pull request #54251 from r-ryantm/auto-update/armadillo
armadillo: 9.200.6 -> 9.200.7
2019-01-18 11:28:27 +00:00
markuskowa
59a6ec5568
Merge pull request #54159 from r-ryantm/auto-update/netcdf-fortran
netcdffortran: 4.4.4 -> 4.4.5
2019-01-18 10:54:22 +01:00
Jörg Thalheim
4dc359cae9
Merge pull request #54141 from acowley/qtxmlpatterns-fix
qtxmlpatterns: fix dependency with qtdeclarative
2019-01-18 08:39:05 +00:00
Michael Raskin
976644fc88
Merge pull request #54243 from r-ryantm/auto-update/box2d
box2d: 2.3.0 -> 2.3.1
2019-01-18 08:28:56 +00:00
R. RyanTM
c8d9777672 armadillo: 9.200.6 -> 9.200.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/armadillo/versions
2019-01-17 19:55:43 -08:00
R. RyanTM
38f62271f2 box2d: 2.3.0 -> 2.3.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/box2d/versions
2019-01-17 19:08:41 -08:00
R. RyanTM
277186fee3 capstone: 4.0 -> 4.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/capstone/versions
2019-01-17 17:48:07 -08:00
R. RyanTM
5e691849ea gtkd: 3.8.4 -> 3.8.5 (#54200)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gtkd/versions
2019-01-18 00:06:33 +01:00
Jörg Thalheim
fdfd5ba352
Merge pull request #54215 from Mic92/yubikey
yubioath-desktop: 3.1.0 -> 4.3.4; yubikey-manager: 1.0.1 -> 2.0.0
2019-01-17 22:48:40 +00:00
Jörg Thalheim
d3e3346530
pyotherside: init at 1.5.3 2019-01-17 21:28:41 +00:00
Jan Tojnar
af3758e0b5
Merge branch 'master' into staging 2019-01-17 21:49:16 +01:00
R. RyanTM
e25f34968b freetds: 1.00.109 -> 1.00.110
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/freetds/versions
2019-01-17 12:31:43 -08:00
R. RyanTM
33367049be grpc: 1.17.2 -> 1.18.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grpc/versions
2019-01-17 09:40:39 -08:00
R. RyanTM
2dbaab7afe liburcu: 0.10.1 -> 0.10.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/liburcu/versions
2019-01-17 16:49:28 +01:00
R. RyanTM
4a6883c1f1 libqmatrixclient: 0.4.1 -> 0.4.2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libqmatrixclient/versions
2019-01-17 04:26:47 -08:00
Jörg Thalheim
682801a445
Merge pull request #53628 from dtzWill/feature/bash-5-readline-8
readline8,bash5: init
2019-01-17 10:57:38 +00:00
Jan Tojnar
31ff786277
Merge pull request #54130 from jtojnar/glib-gsettings-prefix
glib.setupHook: fix gsettings-schemas location
2019-01-17 11:03:56 +01:00
Frederik Rietdijk
9cfae76fc5 Merge staging-next into staging 2019-01-17 09:21:29 +01:00
R. RyanTM
25bf717945 netcdffortran: 4.4.4 -> 4.4.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/netcdf-fortran/versions
2019-01-16 23:50:03 -08:00
Anthony Cowley
5fc5f15206 qtxmlpatterns: fix dependency with qtdeclarative
In Qt-5.12, the order of the dependency between these two packages
flipped.

A symptom of the problem is an error like, `module
"QtQuick.XmlListModel" is not installed`.

The upstream changes that this reflects are in qtxmlpatterns
<8c6e24329e>
and qtdeclarative <0477a057fd>
2019-01-16 20:57:29 -05:00
Jan Tojnar
388faed25c
glib.setupHook: fix gsettings-schemas location
GLib setup hook expects GSettings schemas to be installed in ${!outputLib}
and tries to move them to gsettings-schemas/$name subdirectory to prevent
conflicts. But the schemas will only end up in the library output when
the build system recognizes makeFlags set by the setup hook, and in that case
the move is not necessary, since the flag already includes the subdirectory.

Normally, this is not an issue, since most packages relying on GSettings
schemas either still use Autotools with gsettings.m4, or do not have a lib
output set. But with the promulgation of multiple outputs in Nixpkgs and
more and more projects switching to Meson, the issue will become increasingly
common.

We first noticed this problem with nm-applet.

Closes https://github.com/NixOS/nixpkgs/issues/45043
2019-01-17 00:54:15 +01:00
Will Dietz
cabe7d6506
freetype: re-enable freetype-config, don't break all the things 2019-01-16 22:43:19 +01:00
rnhmjoj
bcf54ce5bb
treewide: use ${stdenv.shell} instead of /bin/sh where possible 2019-01-16 20:37:15 +01:00
Jörg Thalheim
bab0597959
Merge pull request #54068 from r-ryantm/auto-update/qpdf
qpdf: 8.2.1 -> 8.3.0
2019-01-16 17:25:24 +00:00
Will Dietz
11c0c03a3f
Merge pull request #54061 from dtzWill/update/flatpak-1.1.3
flatpak: 1.1.2 -> 1.1.3
2019-01-16 11:07:04 -06:00
R. RyanTM
f23a2042ba qpdf: 8.2.1 -> 8.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qpdf/versions
2019-01-16 07:56:16 -08:00
Will Dietz
0f3561677a flatpak: dconf 2019-01-16 09:04:05 -06:00
Will Dietz
66c65cbb5a flatpak: 1.1.2 -> 1.1.3 2019-01-16 09:04:03 -06:00
Will Dietz
96be3d2003
Merge pull request #53654 from dtzWill/update/kvantum-0.10.8
qtstyleplugin-kvantum: 0.10.6 -> 0.10.8, touchup
2019-01-16 08:52:33 -06:00
Jan Tojnar
2122baf8f6
glib: depend on Darwin libraries
To support GNextstepSettingsBackend and Cocoa notifications, certain libraries
need to be added on Darwin.
2019-01-16 13:21:40 +01:00
R. RyanTM
cfbe9a43dd libtoxcore: 0.2.8 -> 0.2.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libtoxcore/versions
2019-01-16 02:34:41 -08:00
Jan Tojnar
15ccbad71b
Merge pull request #54034 from r-ryantm/auto-update/xdg-dbus-proxy
xdg-dbus-proxy: 0.1.0 -> 0.1.1
2019-01-16 09:45:58 +01:00
Jan Tojnar
8007ddc114
xdg-dbus-proxy: 0.1.0 -> 0.1.1 2019-01-16 09:07:13 +01:00
Orivej Desh
b0757da432 libjpeg-turbo: fix CVE-2018-20330 (#53950) 2019-01-16 01:21:03 +00:00
Robert Schütz
368b72a71d
Merge pull request #54017 from jonafato/fix-seafile-shared-version
Update seafile-shared hash
2019-01-16 01:00:28 +01:00
Robert Schütz
19d52f2144 seafile-client, libsearpc: remove dotlambda from maintainers
I do not want to maintain the package for a software that changes the
commit a version tag refers to.
See 37c1c427f5.
2019-01-16 00:48:33 +01:00
Tom Parker-Shemilt
ace5f7ae5d libnetfilter_acct: init at 1.0.3 2019-01-15 22:09:04 +00:00
Patrick Mahoney
51a586729a openfst: relax platform requirement to include darwin
This builds on darwin. I was able to use it to compile another package
on darwin that depends on openfst, though I have not done extensive
testing.
2019-01-15 11:29:19 -06:00
Frederik Rietdijk
42d276c6b8 Merge staging-next into staging 2019-01-15 16:59:03 +01:00
Will Dietz
1f0467005d openblas: 0.3.4 -> 0.3.5, rework a bit (#53972)
* openblas: simplify a bit, fix doCheck so tests are enabled non-cross.

* doCheck should be 'true' in (at least) the non-cross case,
  this looks like an inverted check that's largely benign
* doCheck will be set to 'false' in the cross case anyway,
  makeDerivation does this IIRC
* targetPrefix can be used without checking, probably by design

Derivation hash does change but no "real" functionality change intended.

* openblas: nix types for config attrs (hash-preserving)

* openblas: more nix-ification, merge in cross attrs, prefer to always set

(but set appropriately for cross and non-cross cases both)

* I'm not sure what NO_BINARY_MODE does,
  this change now sets explicitly false in the non-cross scenario
  (previously unset unless cross).
* Drop musl NO_AFFINITY case, will be removed in upgrade shortly

* openblas: 0.3.4 -> 0.3.5
2019-01-15 16:36:07 +01:00
Tor Hedin Brønner
befac4ae4b
Merge pull request #53960 from dtzWill/update/gtk-3.24.3
gtk3: 3.24.2 -> 3.24.3
2019-01-15 15:38:16 +01:00
Tor Hedin Brønner
fa565b6510 attr: fix issues with 2.4.48
Add upstream patch to fix issues with fakechroot.
2019-01-15 11:08:28 +01:00
Frederik Rietdijk
05ee1015bb openblas: fix cross-compilation 2019-01-15 10:11:33 +01:00
Will Dietz
2002b8a463 gtk3: 3.24.2 -> 3.24.3
* Drop patches, now included!
* Fixes system tray icon madness w/awesomeWM (and others?),
  oh joyous day what a time to be alive :)
  (parent_relative fixups, been using for a while, woohoo!)
2019-01-14 11:53:52 -06:00
Jan Tojnar
01dbf4368d
libcloudproviders: 0.2.5 → 0.3.0 2019-01-14 15:50:32 +01:00
André-Patrick Bubel
995833de0e
medfile: 3.3.1 -> 4.0.0 2019-01-14 04:36:58 +01:00
Will Dietz
4c84258689 getdns: 1.5.0 -> 1.5.1, stubby: 0.2.4 -> 0.2.5 2019-01-13 17:59:37 -06:00
Will Dietz
52d7d5efed
Merge pull request #53655 from dtzWill/update/libunwind-1.3.0
libunwind: 1.2.1 -> 1.3.1
2019-01-13 17:23:28 -06:00