Michael Raskin
a059fc7420
Merge pull request #56067 from oxij/tree/fetchurl-boot
...
treewide: assemble all `fetchurlBoot` uses in overrides to `fetchurl`
2019-02-21 09:43:11 +00:00
Frederik Rietdijk
e2cd07b997
Merge staging-next into staging
2019-02-21 07:54:33 +01:00
Matthias Beyer
f1f4f38909
Revert "Remove maintainership"
...
I'm baaaaack!
This patch reverts my patch where I removed myself as maintainer because
of my traveling. I'm back now and I want to maintain these packages
again.
This reverts commit ce1c1e3093
.
2019-02-20 19:57:34 +01:00
Dmitry Kalinkin
518f997eb5
qt5.qtwebkit: don't set qmake variables for cmake build
2019-02-19 23:52:07 -05:00
Dmitry Kalinkin
4bbd00e934
qt511.qtwebkit: fix on darwin
...
readline is used on macOS and iOS for some javascript console (JSC). It
seems to be easier to disable it than to fix it.
2019-02-19 23:52:06 -05:00
Dmitry Kalinkin
67186defda
qt5.qtwebkit: refactor version comparison
...
This introduces usingAnnulenWebkitFork variable. Using version
check for qtbase.version is misleading because annulen's fork is not
tied to a specific qt5 release.
2019-02-19 23:51:24 -05:00
Dmitry Kalinkin
f212dd2e32
qt5.qtwebkit: link against libicucore.dylib from darwin.ICU instead of /usr/lib
...
The impure library was introduced in
775531c1e3
('qt58: extend darwin compatibility')
cmake-based build can use a non-apple ICU if -DMACOS_USE_SYSTEM_ICU=OFF
is set.
2019-02-19 23:51:19 -05:00
Matthew Bauer
c9b14043f0
Merge pull request #54993 from yorickvP/patch-2
...
wayland: separateDebugInfo = true
2019-02-19 23:21:18 -05:00
Matthew Bauer
55757a0d44
Merge pull request #54402 from lopsided98/boehm-gc-cross-fix
...
beohm-gc: fix cross build of dependent packages
2019-02-19 22:51:00 -05:00
Matthew Bauer
8724819d94
Merge pull request #55910 from veprbl/pr/qt5_qtconnectivity_darwin_fix
...
qt5.qtconnectivity: fix darwin build
2019-02-19 22:37:15 -05:00
Matthew Bauer
4141fdaa3f
Merge pull request #55956 from mroi/patch-1
...
glibc: enable cross builds on Darwin
2019-02-19 22:35:30 -05:00
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