Orivej Desh
c32fa47ab4
aws-sdk-cpp: 1.7.49 -> 1.7.53
2019-02-19 22:40:48 +00:00
Orivej Desh (NixOS)
7b25f9c833
Merge pull request #55754 from orivej/aws-sdk-cpp
...
aws-sdk-cpp: 1.6.52 -> 1.7.49; add aws-checksums, aws-c-common, aws-c-event-stream
2019-02-19 22:20:41 +00:00
Michael Raskin
446520bb9b
Merge pull request #56026 from oxij/tree/move-defaults-to-package-files-half-cuda
...
all-packages.nix: move defaults to package files continues^2
2019-02-19 21:54:02 +00:00
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