Commit Graph

26650 Commits

Author SHA1 Message Date
Silvan Mosberger
e72aa92b38
Merge pull request #42954 from dywedir/libaom
libaom: 0.1.0 -> 1.0.0
2018-07-08 01:10:05 +02:00
Silvan Mosberger
63e8a44822
Merge pull request #43053 from r-ryantm/auto-update/aws-sdk-cpp
aws-sdk-cpp: 1.4.70 -> 1.4.78
2018-07-07 18:02:23 +02:00
worldofpeace
2cfb6aafc2 gtkspell3: add valaSupport 2018-07-07 12:57:12 +02:00
R. RyanTM
a58efac160 libodfgen: 0.1.6 -> 0.1.7 (#42246)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libodfgen/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.1.7 with grep in /nix/store/9ngbm7b2sd2zvagliqnlgvx892ay7wm9-libodfgen-0.1.7
- directory tree listing: https://gist.github.com/6a8d890d4d5134b3b823c052014dfbd6
- du listing: https://gist.github.com/294321ff72a9aa97f89b6941ab62412d
2018-07-06 20:19:42 +02:00
Silvan Mosberger
140f384ff7
Merge pull request #43059 from r-ryantm/auto-update/armadillo
armadillo: 8.500.1 -> 8.600.0
2018-07-06 18:27:42 +02:00
Robert Schütz
a49ac62722
Merge pull request #43106 from dotlambda/seafile-client-6.2.1
seafile-client: 6.1.8 -> 6.2.1
2018-07-06 17:47:08 +02:00
Vladimír Čunát
ec199f0941
Merge #43021: nix: use boehmgc with enableLargeConfig 2018-07-06 13:46:40 +02:00
Vladimír Čunát
1bdb138710
nix: use boehmgc with enableLargeConfig = true
Fixes #43015 for me and hopefully also similar issues.

== Resource consumption ==

TL;DR: no change for small-memory cases, less CPU for large-memory cases.

I assume almost all of the large memory usage is just the expression
evaluation and managed by the GC, so I used just `nix-env -q...` to test.
Old and new lines for each command follow.  I tried to run each several
times, but the values were very stable (<1% difference on re-runs),
so only one line for each command-version pair is provided.

$ time nix-env -f . -qaP --description -A nix >/dev/null
- 0.06user 0.01system 0:00.07elapsed 101%CPU (0avgtext+0avgdata 29036maxresident)k
+ 0.06user 0.01system 0:00.07elapsed 102%CPU (0avgtext+0avgdata 29864maxresident)k

$ time nix-env -f . -qaP --description >/dev/null
- 6.45user 0.36system 0:06.82elapsed  99%CPU (0avgtext+0avgdata 1021024maxresident)k
+ 6.23user 0.33system 0:06.57elapsed 100%CPU (0avgtext+0avgdata  938408maxresident)k

$ time nix-env -f . --show-trace -qa --drv-path --system --meta --xml 2>&1 >/dev/null
- 56.35user 0.96system 0:31.03elapsed 184%CPU (0avgtext+0avgdata 3207708maxresident)k
+ 44.80user 0.91system 0:26.12elapsed 175%CPU (0avgtext+0avgdata 3192696maxresident)k

$ time ./result-nix-large/bin/nix-instantiate --dry-run --eval --strict \
    --show-trace ./maintainers/scripts/eval-release.nix > /dev/null
- Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS
- Command terminated by signal 6
- 175.18user 2.68system 1:17.42elapsed 229%CPU (0avgtext+0avgdata 8468440maxresident)k
+ 178.48user 2.78system 1:15.11elapsed 241%CPU (0avgtext+0avgdata 8460572maxresident)k
2018-07-06 13:03:45 +02:00
Robert Schütz
77ab76d4b7 libsearpc: 3.0.7 -> 3.0.8 2018-07-06 10:18:15 +02:00
lewo
c74301fda1
Merge pull request #43006 from r-ryantm/auto-update/grib-api
grib-api: 1.26.1 -> 1.27.0
2018-07-06 10:10:09 +02:00
Jan Tojnar
e197fcfa4a
libdazzle: 3.28.2 → 3.28.3 2018-07-06 09:35:03 +02:00
Peter Hoeg
44f724467a
Merge pull request #42996 from r-ryantm/auto-update/libnfs
libnfs: 2.0.0 -> 3.0.0
2018-07-06 14:27:01 +08:00
Will Dietz
e264a93a85 libndctl: fix build w/musl using patch from upstream 2018-07-05 22:12:46 -05:00
Matthew Bauer
b29440fd10
Merge pull request #42467 from mkaito/update-mesa
mesa: 18.0.3 -> 18.1.2
2018-07-05 22:18:21 -04:00
Matthew Bauer
4bbca076ea
Merge pull request #42529 from mkaito/mesa-pkgconfig
mesa: point pkgconfig at $drivers
2018-07-05 22:17:14 -04:00
Ryan Mulligan
7937f82665 treewide: http -> https 2018-07-05 18:35:28 -07:00
Matthew Bauer
9cd122a2c4
Merge pull request #43088 from matthewbauer/misc
Get rid of 2 unneeded packages
2018-07-05 20:13:47 -04:00
xeji
5c271db791
Merge pull request #43060 from disassembler/asterisk
Asterisk xmpp support
2018-07-06 00:43:26 +02:00
Matthew Bauer
f513d580b0
Merge pull request #43040 from matthewbauer/darwin-closure-reductions
Darwin stdenv tweaks
2018-07-05 14:34:54 -04:00
adisbladis
9655e1a134
Merge pull request #43011 from r-ryantm/auto-update/flatpak
flatpak: 0.99.1 -> 0.99.2
2018-07-06 02:34:00 +08:00
Matthew Bauer
6202380094 libuv: use fetchpatch for apple patch 2018-07-05 14:28:50 -04:00
Gabriel Ebner
ac5f2c5bd6
Merge pull request #42693 from r-ryantm/auto-update/libndctl
libndctl: 60.3 -> 61.1
2018-07-05 16:50:13 +02:00
adisbladis
5abd5fc42c
gegl_0_4: 0.4.2 -> 0.4.4 2018-07-05 19:18:24 +08:00
adisbladis
f9d68dd87a
Merge pull request #43058 from r-ryantm/auto-update/babl
babl: 0.1.50 -> 0.1.52
2018-07-05 18:51:18 +08:00
Gabriel Ebner
76786a721a libqalculate: 2.5.0 -> 2.6.0b 2018-07-05 12:33:27 +02:00
xeji
1612339b76
Merge pull request #43062 from marsam/feature/poppler-utils-fix-darwin
poppler_utils: fix darwin build
2018-07-05 10:39:16 +02:00
averelld
1999d279ec qt5: 5.11.0 -> 5.11.1 (#42351)
This may be needed to unbreak a couple of builds such as nextcloud clients or rstudio: codereview.qt-project.org/#/c/232367
2018-07-05 02:37:48 +00:00
Mario Rodas
c2de1107d9 poppler_utils: fix darwin build 2018-07-04 21:31:23 -05:00
R. RyanTM
5c339c9366 armadillo: 8.500.1 -> 8.600.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/armadillo/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 8.600.0 with grep in /nix/store/m4l2zgjz09q33vv7k1gfj5h5qai41zz5-armadillo-8.600.0
- directory tree listing: https://gist.github.com/1453f46d5d1e8d2711fee7764e49fc8b
- du listing: https://gist.github.com/843d38178389290c409688879c45f3b0
2018-07-04 16:22:42 -07:00
R. RyanTM
9b75cb7d33 babl: 0.1.50 -> 0.1.52
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/babl/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.1.52 with grep in /nix/store/z5wrc2k4kda3s32l0c3k9hl0r0lv8sfl-babl-0.1.52
- directory tree listing: https://gist.github.com/c5ddd50334411f6a71d41debc84b71ee
- du listing: https://gist.github.com/718f840742912b599e33b591221a51ee
2018-07-04 16:20:25 -07:00
R. RyanTM
6d2bc746f3 aws-sdk-cpp: 1.4.70 -> 1.4.78
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.4.78 with grep in /nix/store/5jxaryh2w692r3a20nijn5q7zc2xd43v-aws-sdk-cpp-1.4.78
- directory tree listing: https://gist.github.com/9e9bda76c45da3aee968472e112d51dc
- du listing: https://gist.github.com/890b235c67a7057ba2a51cd58db3c0fa
2018-07-04 15:52:46 -07:00
R. RyanTM
28f43485d0 librealsense: 2.12.0 -> 2.13.0 (#42698)
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.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2.13.0 with grep in /nix/store/mmmv9f9fczw7sqnpx7wpnrbxj7z285v0-librealsense-2.13.0
- directory tree listing: https://gist.github.com/5d0b448eca0c4918bc99445ebc598b61
- du listing: https://gist.github.com/76e36ff396b95b2f83cb1c462ea8d3be
2018-07-05 00:23:50 +02:00
R. RyanTM
8e8b420616 eccodes: 2.7.3 -> 2.8.0 (#42713)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/eccodes/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/bufr_compare_dir had a zero exit code or showed the expected version
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/codes_info passed the binary check.
- Warning: no invocation of /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/codes_count had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/codes_split_file had a zero exit code or showed the expected version
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/grib_histogram passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/grib_filter passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/grib_ls passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/grib_dump passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/grib_merge passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/grib2ppm passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/grib_set passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/grib_get passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/grib_get_data passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/grib_copy passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/grib_compare passed the binary check.
- Warning: no invocation of /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/codes_parser had a zero exit code or showed the expected version
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/grib_index_build passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/bufr_ls passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/bufr_dump passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/bufr_set passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/bufr_get passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/bufr_copy passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/bufr_compare passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/bufr_index_build passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/gts_get passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/gts_compare passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/gts_copy passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/gts_dump passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/gts_filter passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/gts_ls passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/metar_dump passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/metar_ls passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/metar_compare passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/metar_get passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/metar_filter passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/metar_copy passed the binary check.
- Warning: no invocation of /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/grib_count had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/bufr_count had a zero exit code or showed the expected version
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/grib_to_netcdf passed the binary check.
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/codes_bufr_filter passed the binary check.
- Warning: no invocation of /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/tigge_check had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/tigge_name had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/tigge_accumulations had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/tigge_split had a zero exit code or showed the expected version
- /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0/bin/bufr_filter passed the binary check.
- 35 of 45 passed binary check by having a zero exit code.
- 33 of 45 passed binary check by having the new version present in output.
- found 2.8.0 with grep in /nix/store/jbapwbwcmj3j9z60f1gmi5nig6m7h54r-eccodes-2.8.0
- directory tree listing: https://gist.github.com/7edf806095f4a820d000f95893532dca
- du listing: https://gist.github.com/5742e612398104ad9b43d5604dd3c280
2018-07-05 00:21:21 +02:00
R. RyanTM
84bf82aa26 qpdf: 8.0.2 -> 8.1.0 (#42684)
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.

These checks were done:

- built on NixOS
- /nix/store/razzvvhaim31v0qmv2f55y9w3659bdyy-qpdf-8.1.0/bin/fix-qdf passed the binary check.
- /nix/store/razzvvhaim31v0qmv2f55y9w3659bdyy-qpdf-8.1.0/bin/qpdf passed the binary check.
- /nix/store/razzvvhaim31v0qmv2f55y9w3659bdyy-qpdf-8.1.0/bin/zlib-flate passed the binary check.
- 3 of 3 passed binary check by having a zero exit code.
- 0 of 3 passed binary check by having the new version present in output.
- found 8.1.0 with grep in /nix/store/razzvvhaim31v0qmv2f55y9w3659bdyy-qpdf-8.1.0
- directory tree listing: https://gist.github.com/4bb6d8c7a59b4d3cfa1c78f0c45d9431
- du listing: https://gist.github.com/388a30c9e73f5667c8a8bb7a2740175e
2018-07-05 00:19:42 +02:00
Matthew Bauer
e8303d2baf libuv: reenable tests on macOS
I want these tests to run because libuv is very important to lots of
things in Nixpkgs. I have a very large list of tests to disable for
now just to be on the safe side. For the record this is definitely a
libuv issue - their tests should be robust - but this is a safety
precaution for now.
2018-07-04 15:08:07 -04:00
Matthew Bauer
1dca19f057 libuv: remove frameworks
It’s not a good idea to rely on apple’s sdk for such a core library in
Nixpkgs. I have made a patch to libuv to make these frameworks
optional. There is also a pull request here:

https://github.com/libuv/libuv/pull/1909
2018-07-04 15:02:07 -04:00
Daiderd Jordan
6a36867509
Merge pull request #42933 from LnL7/darwin-boost
boost: disable system Python.framework detection
2018-07-04 19:47:47 +02:00
adisbladis
6afda41686
Merge pull request #42986 from r-ryantm/auto-update/libuv
libuv: 1.20.3 -> 1.21.0
2018-07-05 00:34:54 +08:00
R. RyanTM
3924d7d50c folly: 2018.06.18.00 -> 2018.06.25.00 (#43008) 2018-07-04 16:22:45 +00:00
Silvan Mosberger
6fd7f31c1e
Merge pull request #42683 from lschuermann/libvmi
libvmi: init at 0.12
2018-07-04 16:44:15 +02:00
Silvan Mosberger
afa9f76391
Merge pull request #42824 from Hodapp87/libfive
libfive: init at 2018-07-01
2018-07-04 16:40:27 +02:00
R. RyanTM
69bf36c4d9 flatpak: 0.99.1 -> 0.99.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/flatpak/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/2ig3b399yp3nlnhfyrv6yypyaf7x7rk3-flatpak-0.99.2/bin/flatpak-bisect had a zero exit code or showed the expected version
- /nix/store/2ig3b399yp3nlnhfyrv6yypyaf7x7rk3-flatpak-0.99.2/bin/flatpak-coredumpctl passed the binary check.
- /nix/store/2ig3b399yp3nlnhfyrv6yypyaf7x7rk3-flatpak-0.99.2/bin/.flatpak-wrapped passed the binary check.
- /nix/store/2ig3b399yp3nlnhfyrv6yypyaf7x7rk3-flatpak-0.99.2/bin/flatpak passed the binary check.
- 3 of 4 passed binary check by having a zero exit code.
- 2 of 4 passed binary check by having the new version present in output.
- found 0.99.2 with grep in /nix/store/2ig3b399yp3nlnhfyrv6yypyaf7x7rk3-flatpak-0.99.2
- directory tree listing: https://gist.github.com/4cd5330783ac4dc304e7ceba12395ba0
- du listing: https://gist.github.com/81060efb0965f7e05ba54655bce0f2ca
2018-07-04 01:36:59 -07:00
Leon Schuermann
e6d5e95647 libvmi: Remove unnecessary dependencies 2018-07-04 09:20:28 +01:00
R. RyanTM
1140e3120c grib-api: 1.26.1 -> 1.27.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/grib-api/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_keys had a zero exit code or showed the expected version
- /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_histogram passed the binary check.
- Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_error had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_add had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/big2gribex had a zero exit code or showed the expected version
- /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_debug passed the binary check.
- /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_info passed the binary check.
- /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_filter passed the binary check.
- /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_ls passed the binary check.
- /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_dump passed the binary check.
- /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib2ppm passed the binary check.
- /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_set passed the binary check.
- /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_get passed the binary check.
- /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_get_data passed the binary check.
- /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_copy passed the binary check.
- Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_repair had a zero exit code or showed the expected version
- /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_packing passed the binary check.
- Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_cmp had a zero exit code or showed the expected version
- /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_convert passed the binary check.
- Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_distance had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_corruption_check had a zero exit code or showed the expected version
- /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_compare passed the binary check.
- Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_parser had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_count had a zero exit code or showed the expected version
- /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_index_build passed the binary check.
- Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/gg_sub_area_check had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_moments had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_to_json had a zero exit code or showed the expected version
- /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_to_netcdf passed the binary check.
- /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_list_keys passed the binary check.
- Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/tigge_check had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/tigge_name had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/tigge_accumulations had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/tigge_split had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib1to2 had a zero exit code or showed the expected version
- 16 of 35 passed binary check by having a zero exit code.
- 12 of 35 passed binary check by having the new version present in output.
- found 1.27.0 with grep in /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0
- directory tree listing: https://gist.github.com/e6dee35a40cc23e8f92ab31e61d97635
- du listing: https://gist.github.com/09b91902bb419c1eb0f13bbc8e6a9ac0
2018-07-04 00:59:09 -07:00
Eelco Dolstra
f11f7c1fc0
Merge pull request #43005 from r-ryantm/auto-update/harfbuzz-icu
harfbuzz-icu: 1.8.0 -> 1.8.1
2018-07-04 09:46:13 +02:00
R. RyanTM
b30a745d21 harfbuzz-icu: 1.8.0 -> 1.8.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/harfbuzz-icu/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.8.1 with grep in /nix/store/419wp0z2096xs6kp9zlj20hys61clnay-harfbuzz-icu-1.8.1
- directory tree listing: https://gist.github.com/e7c8b4aebf0715a6aee75d6fe6d3e8e1
- du listing: https://gist.github.com/ff39237157e9c975f8c6d8a66326c6b7
2018-07-04 00:22:11 -07:00
R. RyanTM
7ad23a3304 libnfs: 2.0.0 -> 3.0.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/libnfs/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/rzhnqdk6w2pmkg770dp4d4b5dfhg6dxc-libnfs-3.0.0/bin/nfs-cat had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/rzhnqdk6w2pmkg770dp4d4b5dfhg6dxc-libnfs-3.0.0/bin/nfs-ls had a zero exit code or showed the expected version
- /nix/store/rzhnqdk6w2pmkg770dp4d4b5dfhg6dxc-libnfs-3.0.0/bin/nfs-cp passed the binary check.
- 1 of 3 passed binary check by having a zero exit code.
- 0 of 3 passed binary check by having the new version present in output.
- found 3.0.0 with grep in /nix/store/rzhnqdk6w2pmkg770dp4d4b5dfhg6dxc-libnfs-3.0.0
- directory tree listing: https://gist.github.com/41f09d1c597fdac38e45fb2ab6bec655
- du listing: https://gist.github.com/00ddd65dc42da40cbedb9ae1fe041f73
2018-07-03 22:54:00 -07:00
R. RyanTM
97b23e19d0 libuv: 1.20.3 -> 1.21.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/libuv/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/95msjm8zq3ahka1i7jcllk6kzqa2xxzp-libuv-1.21.0
- directory tree listing: https://gist.github.com/8a2b5bb197a6f9ec0f1e2ba156b359f7
- du listing: https://gist.github.com/ef01d39e12559715d3876f27594aa77f
2018-07-03 22:11:37 -07:00
Samuel Leathers
e3f1ac9009
iksemel: init at 1.4 2018-07-04 00:17:30 -04:00
Vladyslav Mykhailichenko
ff50c613df libaom: 0.1.0 -> 1.0.0 2018-07-04 01:38:35 +03:00
Leon Schuermann
c5dff34ae1 libvmi: Add platforms metadata 2018-07-03 21:59:05 +01:00
Matthew Bauer
f7138342cb libiconv: use enableFeature for static/shared
This makes things more predictable w.r.t. what is actually being built.
2018-07-03 16:51:30 -04:00
R. RyanTM
d7007c2ea0 xapian: 1.4.5 -> 1.4.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/xapian/versions.

These checks were done:

- built on NixOS
- /nix/store/aj2mvy243pd40qm07xain7psfz2ql9jp-xapian-1.4.6/bin/xapian-delve passed the binary check.
- /nix/store/aj2mvy243pd40qm07xain7psfz2ql9jp-xapian-1.4.6/bin/xapian-check passed the binary check.
- /nix/store/aj2mvy243pd40qm07xain7psfz2ql9jp-xapian-1.4.6/bin/xapian-compact passed the binary check.
- /nix/store/aj2mvy243pd40qm07xain7psfz2ql9jp-xapian-1.4.6/bin/xapian-progsrv passed the binary check.
- /nix/store/aj2mvy243pd40qm07xain7psfz2ql9jp-xapian-1.4.6/bin/xapian-replicate passed the binary check.
- /nix/store/aj2mvy243pd40qm07xain7psfz2ql9jp-xapian-1.4.6/bin/xapian-replicate-server passed the binary check.
- /nix/store/aj2mvy243pd40qm07xain7psfz2ql9jp-xapian-1.4.6/bin/xapian-tcpsrv passed the binary check.
- /nix/store/aj2mvy243pd40qm07xain7psfz2ql9jp-xapian-1.4.6/bin/copydatabase passed the binary check.
- /nix/store/aj2mvy243pd40qm07xain7psfz2ql9jp-xapian-1.4.6/bin/quest passed the binary check.
- /nix/store/aj2mvy243pd40qm07xain7psfz2ql9jp-xapian-1.4.6/bin/simpleexpand passed the binary check.
- /nix/store/aj2mvy243pd40qm07xain7psfz2ql9jp-xapian-1.4.6/bin/simpleindex passed the binary check.
- /nix/store/aj2mvy243pd40qm07xain7psfz2ql9jp-xapian-1.4.6/bin/simplesearch passed the binary check.
- /nix/store/aj2mvy243pd40qm07xain7psfz2ql9jp-xapian-1.4.6/bin/xapian-metadata passed the binary check.
- /nix/store/aj2mvy243pd40qm07xain7psfz2ql9jp-xapian-1.4.6/bin/xapian-config passed the binary check.
- 14 of 14 passed binary check by having a zero exit code.
- 11 of 14 passed binary check by having the new version present in output.
- found 1.4.6 with grep in /nix/store/aj2mvy243pd40qm07xain7psfz2ql9jp-xapian-1.4.6
- directory tree listing: https://gist.github.com/1a9a8d6ec7eaf0fcf99b2fd3ac78bdde
- du listing: https://gist.github.com/a62b29d85790d5e9d07055163c257283
2018-07-03 13:13:22 -07:00
Daiderd Jordan
bce4388874
boost: disable system Python.framework detection
There doesn't seem to be a --without-python flag and since the system
framework is always available the build tries to enable python support
while we have it disabled by default and explicitly don't pass in the
python headers.
2018-07-03 21:08:46 +02:00
Leon Schuermann
5d3d84b74f libvmi: Use version tag as git revision 2018-07-03 18:17:22 +01:00
Gabriel Ebner
2f3cf58309 Revert "vapoursynth: fix build"
This reverts commit ad611a6223.
A better fix was committed directly afterwards in 2afe06c18f
2018-07-03 17:14:11 +02:00
Orivej Desh
99e0f93aac vapoursynth: enable parallel building 2018-07-03 15:05:13 +00:00
Orivej Desh
2afe06c18f libheif: prune libtool files
Fixes build of vapoursynth: https://hydra.nixos.org/build/76818435
2018-07-03 15:05:13 +00:00
Gabriel Ebner
ad611a6223 vapoursynth: fix build 2018-07-03 17:03:12 +02:00
Gabriel Ebner
7138bc0eab
Merge pull request #42841 from gebner/heif
HEIF support
2018-07-03 09:28:25 +02:00
Matthew Bauer
e8e26becac
Merge pull request #42887 from matthewbauer/libsecurity-closure-reductions
Libsecurity closure reductions
2018-07-02 18:34:53 -04:00
Orivej Desh
ccfc0d599d SDL2: do not propagate private dependencies
Fixes #41620 by adding libGL directory to libSDL2 runpath
2018-07-02 21:34:33 +00:00
Orivej Desh
3db4ce91d0 SDL2: do not patchelf libSDL2.so twice
There are two symlinks pointing to the same library, libSDL2.so and
libSDL2-2.0.so.0.  patchelf should run on non-symlinks instead.
2018-07-02 21:34:33 +00:00
Orivej Desh
8d5570a041 SDL2: limit postFixup to the platforms supported by patchelf
This prevents future rebuilds on Darwin if this Linux-only postFixup changes.
2018-07-02 21:34:33 +00:00
Chris Hodapp
de64c6f296 libfive: init at 2018-07-01 2018-07-02 16:24:30 -04:00
Matthew Bauer
4a97d3f6e4
Merge pull request #42865 from ookhoi/github-gentoo-compromized_cannot-download_boehm-gc-7.6.0-sys_select.patch-from-any-mirror
github-gentoo-compromized_cannot-download_boehm-gc-7.6.0-sys_select.p…
2018-07-02 11:23:23 -04:00
sander
587467a18e github-gentoo-compromized_cannot-download_boehm-gc-7.6.0-sys_select.patch-from-any-mirror - change to gentoo git repository gitweb.gentoo.org 2018-07-02 11:59:27 +02:00
Vladimír Čunát
c1ffc65d1a
Merge branch 'master' into staging
This apparently fixes some broken src fetches (gnuradio, twisted).
2018-07-02 11:10:26 +02:00
aszlig
f081ccccd1
libtorrent-rasterbar: Use Boost supporting Python
Since 772eef9168, the Boost package
doesn't support Python by default anymore, so we need to override it
with Python support because --enable-python-binding is enabled by
default in libtorrent-rasterbar.

The build of the package now succeeds again on my x86_64-linux machine.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @phreedom
2018-07-01 19:51:21 +02:00
Eelco Dolstra
772eef9168 boost: Disable Python / Numpy support by default
We can't have a C++ library pulling in Numpy and its gazillion
dependencies by default.
2018-07-01 19:13:57 +02:00
aszlig
c8ed322b04
openblas: 0.3.0 -> 0.3.1
Since the exposure of the version attribute done in
892a0e8ff4, the OpenBLAS build fails for
i686-linux:

https://nix-cache.s3.amazonaws.com/log/wi79zyfmwdpwx7bm29dzqh4vglx3x550-openblas-0.3.0.drv

According to @edolstra the build slaves of Hydra updated to a new
kernel, which seems to be the real cause for this issue. The latter is
already tracked upstream[1] and a fix[2] is already included in version
0.3.1.

This very update cases 4795 rebuilds across all architectures we
support, so it's still not significant enough to go through staging. In
addition the number of rebuilds doesn't include the amount of builds
that are currently failing.

My original idea was to add a patch just for fixing this on i686-linux
and do the real update via staging, but the amount of rebuilds still is
in an acceptable range IMO and @edolstra agreed on that on IRC.

[1]: https://github.com/xianyi/OpenBLAS/issues/1575
[2]: https://github.com/xianyi/OpenBLAS/pull/1583

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @ttuegel
2018-07-01 18:46:36 +02:00
Gabriel Ebner
055a355c0b libheif: init at 1.3.2 2018-07-01 14:21:26 +02:00
Gabriel Ebner
47216a62d3 libde265: init at 1.0.3 2018-07-01 13:51:05 +02:00
Tuomas Tynkkynen
ace7b252f2 libsidplayfp: 1.8.6 -> 1.8.7 2018-07-01 13:11:56 +03:00
Timo Kaufmann
398dad270a sage, arb: update sage dependencies arb and pynac
Removes the version pinning for arb and pynac by backporting the
upstream (sage) package upgrades. This necessitates a new patch for arb,
which was however already proposed and accepted upstream.
2018-06-30 17:05:56 +02:00
Vladimír Čunát
f7781f5293
Merge branch 'master' into staging 2018-06-30 01:41:59 +02:00
Timo Kaufmann
224f73b75a linbox: remove liblapack dependency
Not actually needed by any package and adds and indirect dependency to
atlas.
2018-06-30 01:20:46 +02:00
Timo Kaufmann
5d78baa37a sympow: actually install datafiles 2018-06-30 01:20:46 +02:00
Timo Kaufmann
4655b8776d tachyon: add armv7l support 2018-06-30 01:20:46 +02:00
Timo Kaufmann
68394a737e libgap: switch to upstream url 2018-06-30 01:20:44 +02:00
Timo Kaufmann
082169ab02 fetchurl: add sageupstream mirror 2018-06-30 01:20:44 +02:00
Timo Kaufmann
892a0e8ff4 openblas: expose version attribute 2018-06-30 01:20:44 +02:00
xeji
9137f83880
Merge pull request #42678 from Moredread/rtmidi/rtaudio/parallelBuild
Enable parallel building for rtaudio and rtmidi
2018-06-30 01:18:01 +02:00
R. RyanTM
c9362d595e wolfssl: 3.15.0 -> 3.15.3 (#42670)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/wolfssl/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 3.15.3 in filename of file in /nix/store/64hjsmi2gzinf6qn0dfs16c3zzi4rfpx-wolfssl-3.15.3
- directory tree listing: https://gist.github.com/f48303498f02ef2dc587368e1b17a323
- du listing: https://gist.github.com/db2ab599e28e35132df0568d69c7f4c8
2018-06-30 00:07:05 +02:00
R. RyanTM
cf8da73b42 poppler_utils: 0.65.0 -> 0.66.0 (#42460)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/poppler-utils/versions.

These checks were done:

- built on NixOS
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdftoppm passed the binary check.
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdftocairo passed the binary check.
- Warning: no invocation of /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdfdetach had a zero exit code or showed the expected version
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdffonts passed the binary check.
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdfimages passed the binary check.
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdfinfo passed the binary check.
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdfsig passed the binary check.
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdftops passed the binary check.
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdftotext passed the binary check.
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdftohtml passed the binary check.
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdfseparate passed the binary check.
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdfunite passed the binary check.
- 11 of 12 passed binary check by having a zero exit code.
- 0 of 12 passed binary check by having the new version present in output.
- found 0.66.0 with grep in /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0
- directory tree listing: https://gist.github.com/af4034ac452cfd8a440300c9bfc12e28
- du listing: https://gist.github.com/776d2f71e00585d9b456fd950c335614
2018-06-30 00:03:04 +02:00
R. RyanTM
0e37c770bf libguestfs: 1.38.0 -> 1.38.2 (#42697)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libguestfs/versions.

These checks were done:

- built on NixOS
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/guestfish passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/guestmount passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/guestunmount passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/libguestfs-test-tool passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-alignment-scan passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-builder passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-builder-repository passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-cat passed the binary check.
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-copy-in-wrapped had a zero exit code or showed the expected version
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-copy-in passed the binary check.
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-copy-out-wrapped had a zero exit code or showed the expected version
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-copy-out passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-customize passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-df passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-dib passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-diff passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-edit passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-filesystems passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-format passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-get-kernel passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-index-validate passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-inspector passed the binary check.
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-list-filesystems-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-list-filesystems had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-list-partitions-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-list-partitions had a zero exit code or showed the expected version
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-log passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-ls passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-make-fs passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-rescue passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-resize passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-sparsify passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-sysprep passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-tail passed the binary check.
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-tar-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-tar had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-tar-in-wrapped had a zero exit code or showed the expected version
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-tar-in passed the binary check.
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-tar-out-wrapped had a zero exit code or showed the expected version
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-tar-out passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-v2v passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-v2v-copy-to-local passed the binary check.
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-win-reg-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-win-reg had a zero exit code or showed the expected version
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.guestfish-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.guestmount-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.guestunmount-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.libguestfs-test-tool-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-alignment-scan-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-builder-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-builder-repository-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-cat-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-customize-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-df-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-dib-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-diff-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-edit-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-filesystems-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-format-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-get-kernel-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-index-validate-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-inspector-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-log-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-ls-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-make-fs-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-rescue-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-resize-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-sparsify-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-sysprep-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-tail-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-v2v-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-v2v-copy-to-local-wrapped passed the binary check.
- 60 of 72 passed binary check by having a zero exit code.
- 24 of 72 passed binary check by having the new version present in output.
- found 1.38.2 with grep in /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2
- directory tree listing: https://gist.github.com/6015d8610a76dff5d1c8f06d6434423d
- du listing: https://gist.github.com/432a66e455c5c90bc295e87f22d1104a
2018-06-29 23:21:18 +02:00
Jan Tojnar
29bcc391e7
Merge pull request #42762 from jtojnar/libical-3
libical: 2.0.0 → 3.0.3
2018-06-29 21:35:01 +02:00
Vladimír Čunát
2059bf9e39
Merge older staging with added firefox-related updates 2018-06-29 21:06:39 +02:00
Vladimír Čunát
2f4001f41a
Merge #42729: firefox-61 and related updates (security)
(cherry picked from commit 8ad921dc94)
Fast-forwarded to get to master sooner.
2018-06-29 20:58:13 +02:00
Vladimír Čunát
8ad921dc94
Merge #42729: firefox-61 and related updates (security) 2018-06-29 20:55:43 +02:00
Jan Tojnar
0c083fc1f6
gspell: 1.8.0 → 1.8.1 2018-06-29 18:42:01 +02:00
Jan Tojnar
eee6565783
gspell: move to top-level 2018-06-29 18:41:59 +02:00
Jan Tojnar
9b7cb8be4d
libical: 2.0.0 → 3.0.3 2018-06-29 14:43:13 +02:00
Frederik Rietdijk
aaf6729413
Merge pull request #42710 from r-ryantm/auto-update/cpp-hocon
cpp-hocon: 0.1.6 -> 0.1.7
2018-06-29 09:11:18 +02:00
Jan Tojnar
6076953c2c
libblockdev: 2.17 → 2.18 2018-06-29 04:41:15 +02:00
Jan Tojnar
84fc0622cf
volume_key: split out python bindings 2018-06-29 04:37:35 +02:00
Matthew Bauer
c7c34f1261
Merge pull request #42638 from Ralith/vulkan
Vulkan updates
2018-06-28 22:27:01 -04:00
Matthew Bauer
1c0b6ebe2c
Merge pull request #42643 from ajs124/libvirt_iscsi
libvirt: fix iscsi storage support
2018-06-28 22:26:36 -04:00
Matthew Bauer
197a189c0f
Merge pull request #42334 from Hodapp87/luxcorerender_pr
luxcorerender: init at 2.0, embree: init at 2.17.4
2018-06-28 22:19:50 -04:00
Matthew Bauer
753544ab52
Merge pull request #42471 from r-ryantm/auto-update/openlibm
openlibm: 0.5.5 -> 0.6.0
2018-06-28 22:06:11 -04:00
Matthew Bauer
34fb4cbac1
Merge pull request #42505 from r-ryantm/auto-update/folly
folly: 2018.06.11.00 -> 2018.06.18.00
2018-06-28 22:05:01 -04:00
Matthew Bauer
a4a106c7de
Merge pull request #42496 from r-ryantm/auto-update/leatherman
leatherman: 1.4.1 -> 1.4.2
2018-06-28 22:03:42 -04:00
Matthew Bauer
aea65fe799
Merge pull request #41431 from lukeadams/gr-update
gnuradio: 3.7.11.1 -> 3.7.13.3
2018-06-28 20:42:04 -04:00
Anton Latukha
c876db629d mbedtls: cmake&ninja, threading, clean-up; hiawatha: options, Nix mbedtls (#41722)
* mbedtls: build with cmake&ninja, clean-up

* mbedtls: cmake ninja Darwin build clean-up

* hiawatha: add build options, use system mbedTLS, platforms -> unix
2018-06-28 21:25:19 +01:00
Silvan Mosberger
57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
R. RyanTM
9720833743 gdcm: 2.8.6 -> 2.8.7 (#42708)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/gdcm/versions.

These checks were done:

- built on NixOS
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcm2vtk passed the binary check.
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmviewer passed the binary check.
- Warning: no invocation of /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcm2pnm had a zero exit code or showed the expected version
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmdump passed the binary check.
- Warning: no invocation of /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmdiff had a zero exit code or showed the expected version
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmraw passed the binary check.
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmscanner passed the binary check.
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmanon passed the binary check.
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmgendir passed the binary check.
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmimg passed the binary check.
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmconv passed the binary check.
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmtar passed the binary check.
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcminfo passed the binary check.
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmscu passed the binary check.
- Warning: no invocation of /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmxml had a zero exit code or showed the expected version
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmpap3 passed the binary check.
- 13 of 16 passed binary check by having a zero exit code.
- 0 of 16 passed binary check by having the new version present in output.
- found 2.8.7 with grep in /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7
- directory tree listing: https://gist.github.com/d4d202ac57e29b5fe6d46f1e8b7b112b
- du listing: https://gist.github.com/7244757ac1449adb1adde3c480e77c8d
2018-06-28 18:05:13 +02:00
taku0
4927422609 nss: 3.36.4 -> 3.38 2018-06-28 23:52:54 +09:00
timor
ba15c00e98 ceres-solver: clean up cmake configuration (#42661)
No need to explicitely set cmakeFlags, specifying the eigen library in the
build inputs is enough.
2018-06-28 09:04:53 +00:00
R. RyanTM
b9f4afa38c cpp-hocon: 0.1.6 -> 0.1.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/cpp-hocon/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.1.7 with grep in /nix/store/xvra7ffhxjj2p4j80p253jwjxgwyp1rl-cpp-hocon-0.1.7
- directory tree listing: https://gist.github.com/f58abd979d8b4e35bed032e929b39177
- du listing: https://gist.github.com/361aabaa0ba139c553980b12090a1f95
2018-06-27 22:45:23 -07:00
R. RyanTM
b885331e6e libndctl: 60.3 -> 61.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/libndctl/versions.

These checks were done:

- built on NixOS
- /nix/store/rii1gr6lwrvq5nq6ymgi68si4zyn898f-libndctl-61.1/bin/ndctl passed the binary check.
- /nix/store/rii1gr6lwrvq5nq6ymgi68si4zyn898f-libndctl-61.1/bin/daxctl passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 61.1 with grep in /nix/store/rii1gr6lwrvq5nq6ymgi68si4zyn898f-libndctl-61.1
- directory tree listing: https://gist.github.com/7442fd9972afca1f270dae2b565ea76b
- du listing: https://gist.github.com/9fad672e4b6018cf6b76447bb765e063
2018-06-27 18:05:37 -07:00
Leon Schuermann
5505da90b0 libvmi: Add gpl3 license in addition to lgpl3 2018-06-27 23:42:33 +01:00
Leon Schuermann
f8086e3e1e libvmi: Add option to disable xen support 2018-06-27 23:25:44 +01:00
Leon Schuermann
80a2a584fe libvmi: -> 0.12 2018-06-27 23:24:47 +01:00
André-Patrick Bubel
9e61c281f7
rtmidi: Enable parallel building 2018-06-27 23:54:37 +02:00
André-Patrick Bubel
2371f85fac
rtaudio: Enable parallel building 2018-06-27 23:53:55 +02:00
Leon Schuermann
fc3073c06b Merge remote-tracking branch 'proteansec/pkgs/libvmi' into libvmi
Fix incorrect license and change maintainer.
2018-06-27 22:33:00 +01:00
Greg Hale
98c1ad879a pHash: init at 0.9.4 (#42546)
Fix style and redundancy issues pointed out by @jb55
2018-06-27 22:22:52 +02:00
Ryan Mulligan
fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
R. RyanTM
cfbe54cc8c libcouchbase: 2.9.0 -> 2.9.2 (#42493)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libcouchbase/versions.

These checks were done:

- built on NixOS
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-cat passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-create passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-observe passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-observe-seqno passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-incr passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-decr passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-mcflush passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-hash passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-lock passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-unlock passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-rm passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-stats passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-version passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-verbosity passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-view passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-n1ql passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-admin passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-ping passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-bucket-create passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-bucket-delete passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-bucket-flush passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-connstr passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-write-config passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-strerror passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-touch passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-role-list passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-user-list passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-user-upsert passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-user-delete passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-watch passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-pillowfight passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-n1qlback passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-subdoc passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-proxy passed the binary check.
- 35 of 35 passed binary check by having a zero exit code.
- 0 of 35 passed binary check by having the new version present in output.
- found 2.9.2 with grep in /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2
- directory tree listing: https://gist.github.com/f787ea76774579a3e9fed49a266f79fd
- du listing: https://gist.github.com/0dc50f692e5aeeeb2645507f07fc3294
2018-06-27 19:00:43 +02:00
R. RyanTM
4ba965b036 openfst: 1.6.7 -> 1.6.8 (#42472)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/openfst/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstarcsort had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstclosure had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstcompile had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstcompose had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstconcat had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstconnect had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstconvert had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstdeterminize had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstdifference had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstdisambiguate had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstdraw had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstencode had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstepsnormalize had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstequal had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstequivalent had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstinfo had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstintersect had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstinvert had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstisomorphic had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstmap had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstminimize had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstprint had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstproject had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstprune had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstpush had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstrandgen had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstrelabel had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstreplace had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstreverse had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstreweight had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstrmepsilon had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstshortestdistance had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstshortestpath had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstsymbols had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstsynchronize had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fsttopsort had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstunion had a zero exit code or showed the expected version
- 0 of 37 passed binary check by having a zero exit code.
- 0 of 37 passed binary check by having the new version present in output.
- found 1.6.8 with grep in /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8
- directory tree listing: https://gist.github.com/12e73cab8efbc1c63a2ba5e087454914
- du listing: https://gist.github.com/0fad2edab1e90571b66bb61e3fe3b01e
2018-06-27 17:00:12 +02:00
ajs124
3f9d968637 libvirt: fix iscsi storage support
Turns out, I was testing #42545 in a nix-shell and forgot how it handles dependencies different from environments.
2018-06-27 16:21:24 +02:00
Benjamin Saunders
937d6acb80 vulkan-loader: 1.1.70.0 -> 1.1.77.0 2018-06-26 20:38:01 -07:00
Benjamin Saunders
879145e1f7 vulkan-headers: init at 1.1.77.0 2018-06-26 20:38:00 -07:00
Luke Adams
0f6682c97f libbladerf: enable Darwin building 2018-06-26 17:04:41 -05:00
Luke Adams
312d2897cd libbladerf: disable fortify hardening 2018-06-26 17:04:41 -05:00
xeji
a9131a1395
Merge pull request #42616 from dtzWill/fix/remove-unused-glibc-patches
glibc: remove unused 2.26 patch series
2018-06-26 18:36:27 +02:00
xeji
6c0427e8ec
Merge pull request #42586 from Ma27/phonon-qt5-by-default
phonon-backend-vlc: use qt5 by default
2018-06-26 18:26:14 +02:00
Will Dietz
d5de4a2529 glibc: remove unused 2.26 patch series 2018-06-26 10:42:06 -05:00
Maximilian Bosch
8d6502f8ca
phonon-backend-vlc: use qt5 by default
`minitube` is currently broken transitively due to the broken
`phonon-backend-qt4`: https://hydra.nixos.org/build/76523277

Although QT4 is fairly old, this package is still built with `qt4` ATM,
however QT5 is available as well. After this change, QT5 will be built
by default and in case anybody requires legacy QT4 it has to be enabled
explicitly like this:

```
with import <nixpkgs> { };
phonon-backend-vlc.override { withQt4 = true; }
```

Now the QT5-only build can be used (which fixes `minitube`) and there
are no confusions anymore with the build dependencies. Previously
`phonon-backend-vlc` and `libsForQt5.phonon-backend-vlc` used `qt4` by
default which was likely responsible for broken `minitube`.
2018-06-26 17:34:34 +02:00
xeji
191c42d6ca
Merge pull request #42565 from Lassulus/lief
lief: init at 0.9.0
2018-06-26 15:50:58 +02:00
Michishige Kaito
3b6970542a Remove unnecessary reference to python27Packages 2018-06-26 10:54:03 +01:00
R. RyanTM
41c05a72a7 libpfm: 4.10.0 -> 4.10.1 (#42489) 2018-06-26 07:02:31 +00:00
lassulus
7b4cf6b8e7 lief: init at 0.9.0 2018-06-26 07:41:10 +02:00
R. RyanTM
155a4005ef mbedtls: 2.10.0 -> 2.11.0 2018-06-26 05:38:13 +00:00
Franz Pletz
5d534c2663
cutelyst: init at 2.4.1
Co-authored-by: Maximilian Bosch <maximilian@mbosch.me>
Co-authored-by: elseym <elseym@me.com>
2018-06-26 01:18:30 +02:00
Matthew Bauer
73e2f60837 libiconv: add "enableShared" option
When false, shared libraries will be disabled.

also adds patch to *really* disable shared libiconv.
2018-06-25 17:10:11 -04:00
Michishige Kaito
722dd05b14 mesa: point pkgconfig at $drivers 2018-06-25 21:33:07 +01:00
Michishige Kaito
fc0b7c984c mesa: 18.0.3 -> 18.1.2 2018-06-25 21:32:41 +01:00
Will Dietz
3a6b91fa90 glib: also add gobject init patch to fix w/musl 2018-06-25 11:20:04 -05:00
Will Dietz
7fa6b34093 glib: patch to fix w/musl, quark static ctor order assumptions
From [1] with prefix added, using local copy to avoid dep on fetchpatch.

[1] https://raw.githubusercontent.com/void-linux/void-packages/master/srcpkgs/glib/patches/quark_init_on_demand.patch
2018-06-25 09:47:51 -05:00
Jan Tojnar
0463c2020e
Merge pull request #42325 from manveru/add-gnome-latex
Gnome-latex: init at 3.28.1
2018-06-25 13:56:12 +02:00
Jan Tojnar
4a5ab6e923
libblockdev: 2.17 → 2.18 2018-06-25 13:18:03 +02:00
ajs124
2cd0c2e2df libvirt: enable (optional) support for iscsi storage (#42545) 2018-06-25 13:11:56 +02:00
Frederik Rietdijk
df587c7f2e Merge master into staging 2018-06-25 10:58:39 +02:00
Eelco Dolstra
a73a941eb4
Merge pull request #42522 from r-ryantm/auto-update/aws-sdk-cpp
aws-sdk-cpp: 1.4.65 -> 1.4.70
2018-06-25 08:24:27 +02:00
R. RyanTM
52493d6e00 gdbm: 1.14.1 -> 1.15 (#42263)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/gdbm/versions.

These checks were done:

- built on NixOS
- /nix/store/gs61jjz7j3gii2zqm8f65qxpy4k9mybq-gdbm-1.15/bin/gdbmtool passed the binary check.
- /nix/store/gs61jjz7j3gii2zqm8f65qxpy4k9mybq-gdbm-1.15/bin/gdbm_load passed the binary check.
- /nix/store/gs61jjz7j3gii2zqm8f65qxpy4k9mybq-gdbm-1.15/bin/gdbm_dump passed the binary check.
- 3 of 3 passed binary check by having a zero exit code.
- 0 of 3 passed binary check by having the new version present in output.
- found 1.15 with grep in /nix/store/gs61jjz7j3gii2zqm8f65qxpy4k9mybq-gdbm-1.15
- directory tree listing: https://gist.github.com/6bd11a4334992f4b8f19331113c0daa3
- du listing: https://gist.github.com/14f6008edc7f1045329c1205500d1a1a
2018-06-24 21:13:39 +02:00
xeji
c51ac5eb33
Merge pull request #42423 from ryantm/repology-problems
treewide: http -> https
2018-06-24 20:44:50 +02:00
Michael Raskin
3a54a5b7c6
Merge pull request #42439 from r-ryantm/auto-update/xmlsec
xmlsec: 1.2.25 -> 1.2.26
2018-06-24 17:38:07 +00:00
R. RyanTM
368623fe70 Xaw3d: 1.6.2 -> 1.6.3 (#42417)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/Xaw3d/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.6.3 with grep in /nix/store/p7q0v9qpcijqpb6qq0zpw1aqxfxirb4n-Xaw3d-1.6.3
- directory tree listing: https://gist.github.com/27b4fc05ea0d4751eb7c7dadc48953a9
- du listing: https://gist.github.com/1eaddadb1913f4473d1335eaa0d7fc4d
2018-06-24 19:26:59 +02:00
xeji
b98f20caea
Merge pull request #42380 from nlewo/pr-libxml2Static
libxml2: add enableStatic argument
2018-06-24 18:52:00 +02:00
Jan Tojnar
c33e216905
flatpak: 0.11.8.3 → 0.99.1 2018-06-24 16:10:33 +02:00
Jan Tojnar
d91f77c482
libgsystem: remove 2018-06-24 16:10:33 +02:00
Jan Tojnar
264bcd67cb
libsolv: enable complex deps
This is required for recent libdnf used by rpm-ostree.
2018-06-24 16:10:32 +02:00
R. RyanTM
c5a37a494a aws-sdk-cpp: 1.4.65 -> 1.4.70
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.4.70 with grep in /nix/store/az7vd5kvng3vgvdgn2ayk75and1gz4ll-aws-sdk-cpp-1.4.70
- directory tree listing: https://gist.github.com/d3c4e72fb9bc640c6c78344c7b6630b6
- du listing: https://gist.github.com/63d41f84084209f15d11cb23e00e5c3c
2018-06-24 05:58:51 -07:00
Andreas Rammhold
7bf378ce7f
Merge pull request #42409 from Chiiruno/dev/libtorrent
libtorrentRasterbar: fix build, restructure
2018-06-24 10:53:45 +02:00
R. RyanTM
51c00872d3 folly: 2018.06.11.00 -> 2018.06.18.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.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2018.06.18.00 with grep in /nix/store/cbijzsfm1ik0hmblhsg9q8krwq0gs69r-folly-2018.06.18.00
- directory tree listing: https://gist.github.com/d36711520cd03c3b19d6a9f3bc3dc523
- du listing: https://gist.github.com/d83b87211ca6b6a6a538eccba6783c66
2018-06-24 00:26:34 -07:00
R. RyanTM
a7b3c2eead leatherman: 1.4.1 -> 1.4.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/leatherman/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.4.2 with grep in /nix/store/r5pgnnj5j1n4p59xa4zr2nm4pjbwcwhq-leatherman-1.4.2
- directory tree listing: https://gist.github.com/c901957b585910ac947b083d026a7598
- du listing: https://gist.github.com/77c6bc02640505c537f0bd7cd13c79a6
2018-06-23 22:08:34 -07:00
Matthew Bauer
f45211bd6d boost: use standardized system information 2018-06-23 22:43:05 -04:00
R. RyanTM
b9137d6bce openlibm: 0.5.5 -> 0.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/openlibm/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.6.0 with grep in /nix/store/crnh2jiksr0b3sq5v6fc9x7zrrsjgirg-openlibm-0.6.0
- directory tree listing: https://gist.github.com/c287196625881e2d6c72af761704718e
- du listing: https://gist.github.com/ac9a45900fb2ba4ff48120c343677dec
2018-06-23 18:48:17 -07:00
Matthew Bauer
fb1852f424 agda-stdlib: broken on darwin 2018-06-23 17:50:00 -04:00
Matthew Stewart
b7c4ff7407 vulkan-loader: Fix validation layers.
When vulkan tries to load validation layers, it looks for JSON files in
several directories, one of which is:

<vulkan-loader>/etc/vulkan/explicit_layer.d

It does *not* look in:

<vulkan-loader>/share/vulkan/explicit_layer.d

Yet that is where the install phase of the vulkan-loader default.nix
places the files.  Thus, I modified the install phase to place them in
the etc location instead.
2018-06-23 17:03:08 -04:00
R. RyanTM
75a006c32e tbb: 2018_U4 -> 2018_U5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/tbb/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2018_U5 with grep in /nix/store/xhqkrh6rrs3ji21v1rdicm3f50j1ildx-tbb-2018_U5
- directory tree listing: https://gist.github.com/cfe37285702751a390a4ccdcf83b000e
- du listing: https://gist.github.com/ef220dc185b398311333a7d43930787a
2018-06-23 14:49:14 -05:00
Matthew Bauer
798ad38c35 boost: use default toolset option
for 1.66 & 1.67 we were overriding the default toolset option. This
meant that gcc-cross was not being selected properly, breaking the
cross toolchain.

/cc @dtzWill
2018-06-23 13:40:18 -04:00
R. RyanTM
99ed01e104 xmlsec: 1.2.25 -> 1.2.26
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/xmlsec/versions.

These checks were done:

- built on NixOS
- /nix/store/abvl1x7fq46597zs54989mzlbfs7fq6i-xmlsec-1.2.26/bin/.xmlsec1-wrapped passed the binary check.
- /nix/store/abvl1x7fq46597zs54989mzlbfs7fq6i-xmlsec-1.2.26/bin/xmlsec1 passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.2.26 with grep in /nix/store/abvl1x7fq46597zs54989mzlbfs7fq6i-xmlsec-1.2.26
- directory tree listing: https://gist.github.com/e9e137ae925e9687577596baffb336c3
- du listing: https://gist.github.com/dda9ad69863fe80d1ea4126315585b0c
2018-06-23 08:42:39 -07:00
Ryan Mulligan
0d5eb901ad treewide: http -> https 2018-06-23 04:34:55 -07:00
Frederik Rietdijk
95eb2fa40e Merge staging into master 2018-06-23 08:23:24 +02:00
Okina Matara
10c4d7d05e libtorrentRasterbar: fix homepage url 2018-06-23 01:12:00 -05:00
Okina Matara
48aa44ea84 libtorrentRasterbar: fix build, restructure 2018-06-23 00:55:37 -05:00
Matthew Justin Bauer
9c0ebbe7a3
Merge pull request #42405 from worldofpeace/patch-3
libtorrentRasterbar: fix build with boost167
2018-06-22 20:26:42 -04:00
Matthew Justin Bauer
a006243b8d
Merge pull request #41732 from Infinisil/overrideDerivation
some overrideDerivation cleanups
2018-06-22 20:07:48 -04:00
worldofpeace
dfa078951f
libtorrentRasterbar: fix build with boost167 2018-06-22 18:15:20 -04:00
Antoine Eiche
5bfdf34bed libxml2: add enableStatic argument
If `enableStatic` is set to true, the output `static` contains the
static library.
2018-06-22 21:00:20 +02:00
Frederik Rietdijk
48110c1295 Merge staging into master 2018-06-22 13:20:37 +02:00
Michael Fellinger
6f831a7ab4 Gnome-latex: init at 3.28.1 2018-06-22 10:14:28 +02:00
Chris Hodapp
1b187b3961 luxcorerender: init at 2.0, embree: init at 2.17.4 2018-06-21 13:12:02 -04:00
Lancelot SIX
5fc06030f9
Merge pull request #42256 from r-ryantm/auto-update/gsl
gsl: 2.4 -> 2.5
2018-06-21 15:21:48 +02:00
Peter Simons
624a9ff647
Merge pull request #42312 from obsidiansystems/fix-android-prebuilt-ghc
Fix Android-prebuilt ghc build
2018-06-21 10:15:56 +02:00
Jörg Thalheim
0f0c9a4f00
Merge pull request #42004 from r-ryantm/auto-update/libpfm
libpfm: 4.9.0 -> 4.10.0
2018-06-21 09:04:17 +01:00
Jörg Thalheim
0f94e4ba66
Merge pull request #42005 from r-ryantm/auto-update/libsixel
libsixel: 1.7.3 -> 1.8.1
2018-06-21 09:02:56 +01:00
Frederik Rietdijk
404f91c4c2 Merge master into staging 2018-06-21 07:42:14 +02:00
Matthew Bauer
6572cb595c gmp: fix on android prebuilt 2018-06-20 22:04:08 -04:00
Jörg Thalheim
20a7c83a77
Merge pull request #42252 from r-ryantm/auto-update/lasso
lasso: 2.5.1 -> 2.6.0
2018-06-20 23:28:40 +01:00
Will Dietz
d6bffa6aa4 libgcrypt: don't disable checks on Darwin, let's see if patch fixes 2018-06-20 14:12:49 -05:00
Will Dietz
6c16f3d626 libgcrypt: mention PR, upstream issue 2018-06-20 14:03:58 -05:00
Will Dietz
7cfdb8950d libgcrypt: keep new lock behavior but only do so around collector access
Not around a function that itself will grab the rng lock.

Unfortunate that we obtain/release the lock twice
but this seems least invasive way to fix this.
2018-06-20 14:03:08 -05:00
Daiderd Jordan
94a926816e
fribidi: fix dylib install_name on darwin 2018-06-20 18:55:23 +02:00
Vladimír Čunát
5039d6ed1f
Merge branch 'master' into staging
~6k rebuilds per platform (mainly haskellPackages, I think).
2018-06-20 18:17:18 +02:00
Jörg Thalheim
5b2dc32015
Merge pull request #42286 from r-ryantm/auto-update/brial
brial: 1.2.3 -> 1.2.4
2018-06-20 10:37:47 +01:00
R. RyanTM
12a554dc31 brial: 1.2.3 -> 1.2.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/brial/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.2.4 with grep in /nix/store/d80z046q8l3rhi7zwbcxzaydfrqxvzq9-brial-1.2.4
- directory tree listing: https://gist.github.com/73a4fe4d778faacdf1c17f40a83e3884
- du listing: https://gist.github.com/23202c35b020ea0976f7c4ff9e23ca2c
2018-06-19 16:52:22 -07:00
R. RyanTM
0733e46c78 gsl: 2.4 -> 2.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/gsl/versions.

These checks were done:

- built on NixOS
- /nix/store/cams8w74kvh5b7bx2jykap5yh469qzap-gsl-2.5/bin/gsl-randist passed the binary check.
- /nix/store/cams8w74kvh5b7bx2jykap5yh469qzap-gsl-2.5/bin/gsl-histogram passed the binary check.
- /nix/store/cams8w74kvh5b7bx2jykap5yh469qzap-gsl-2.5/bin/gsl-config passed the binary check.
- 3 of 3 passed binary check by having a zero exit code.
- 1 of 3 passed binary check by having the new version present in output.
- found 2.5 with grep in /nix/store/cams8w74kvh5b7bx2jykap5yh469qzap-gsl-2.5
- directory tree listing: https://gist.github.com/70df8117b02b4102425b4cd0219498cb
- du listing: https://gist.github.com/67a7925931ba8738deb32c46fbf5d919
2018-06-19 10:08:44 -07:00
Franz Pletz
618713a08a
libpfm: only builds on linux 2018-06-19 16:55:23 +00:00
R. RyanTM
a943befd8a swiften: 4.0 -> 4.0.2 (#42206) 2018-06-19 16:47:00 +00:00
Franz Pletz
26501a9bf9
libressl_2_6: 2.6.4 -> 2.6.5 2018-06-19 18:07:40 +02:00
Franz Pletz
96a2217e92
libressl_2_5: remove, unmaintained 2018-06-19 18:07:40 +02:00
R. RyanTM
c2867828bb libressl: 2.7.3 -> 2.7.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/libressl/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/2sj5bh1lwzls0vc31v2fhxaw648n0i9v-libressl-2.7.4-bin/bin/ocspcheck had a zero exit code or showed the expected version
- /nix/store/2sj5bh1lwzls0vc31v2fhxaw648n0i9v-libressl-2.7.4-bin/bin/openssl passed the binary check.
- 1 of 2 passed binary check by having a zero exit code.
- 1 of 2 passed binary check by having the new version present in output.
- found 2.7.4 with grep in /nix/store/2sj5bh1lwzls0vc31v2fhxaw648n0i9v-libressl-2.7.4-bin
- directory tree listing: https://gist.github.com/e28b9d47b987d9408427c7ec06e3b9fb
- du listing: https://gist.github.com/0d61c26c272780f10c5ce5359fb79bc7
2018-06-19 16:06:15 +00:00
R. RyanTM
cf19770e71 lasso: 2.5.1 -> 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/lasso/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2.6.0 with grep in /nix/store/2l3v2ybw0d8i93jw1prz6gy8286sgk4h-lasso-2.6.0
- directory tree listing: https://gist.github.com/9c856166c934c662528486068343a94b
- du listing: https://gist.github.com/30bc3e59b3d6dd6dd2d45e467b955e1a
2018-06-19 08:58:24 -07:00
adisbladis
2325ca95c9
Merge pull request #42221 from r-ryantm/auto-update/pkcs11-helper
pkcs11helper: 1.23 -> 1.24
2018-06-19 19:14:17 +08:00
R. RyanTM
3d29c1ae68 pkcs11helper: 1.23 -> 1.24
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pkcs11-helper/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.24 with grep in /nix/store/vi1vlsjsmz56rdrk2zyga4jbvh5cqfcd-pkcs11-helper-1.24
- directory tree listing: https://gist.github.com/fa82ab8b06f566b9c980c0d49e7a4800
- du listing: https://gist.github.com/d8cd7f6fba6e45564b5a6cb4c6048428
2018-06-19 03:27:58 -07:00
Timothée Jourde
cb597c229b openspace: init at 0.11.1
This adds a new package: OpenSpace, an open source astrovisualization
project, and one of its dependencies: SOIL (Simple OpenGL Image
Library).

This kind of works for me, but please note that this build is not very
usable for now. This is a first attempt. Also, Linux doesn't seem to
be well supported upstream, hence the various patches (I will open an
issue upstream to discuss them).

Squashed commits:
openspace: fetch upstream glm "patch"
openspace: add missing dependency (libXxf86vm)
soil: mesa -> mesa_noglu
2018-06-19 02:59:23 +02:00
Will Dietz
e8acdccfb1 range-v3: 0.3.5 -> 0.3.6 2018-06-18 18:42:50 -05:00
R. RyanTM
7162eb196f c-blosc: 1.11.3 -> 1.14.3 (#42036)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/c-blosc/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.14.3 with grep in /nix/store/b83mqicbd21q8wm22qgp4jzm7cg90avw-c-blosc-1.14.3
- directory tree listing: https://gist.github.com/05bbb5f5c067b769556ba71848514220
- du listing: https://gist.github.com/cc182424092e94e9dd611e5300b7ac68
2018-06-19 00:16:58 +02:00
R. RyanTM
9f26d17f4a ace: 6.4.8 -> 6.5.0 (#42038)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ace/versions.

These checks were done:

- built on NixOS
- /nix/store/4fh87988qw0bjzks9cy73ly1np8bkkn3-ace-6.5.0/bin/ace_gperf passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 6.5.0 with grep in /nix/store/4fh87988qw0bjzks9cy73ly1np8bkkn3-ace-6.5.0
- directory tree listing: https://gist.github.com/fa80e4b2dda282f3a3dc47a359985002
- du listing: https://gist.github.com/35c8e366656494975834ec145335d2f5
2018-06-18 23:33:50 +02:00
R. RyanTM
fce6404733 libndp: 1.6 -> 1.7 (#42003)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libndp/versions.

These checks were done:

- built on NixOS
- /nix/store/772l53fskv0f58v9bqlszf6ggymdzczf-libndp-1.7/bin/ndptool passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.7 with grep in /nix/store/772l53fskv0f58v9bqlszf6ggymdzczf-libndp-1.7
- directory tree listing: https://gist.github.com/7b9d9ce7d36f0cafaa401244d6a6230f
- du listing: https://gist.github.com/b53fc0582f55a83e692df8f85c980447
2018-06-18 23:11:57 +02:00
R. RyanTM
c99ba895aa folly: 2018.05.28.00 -> 2018.06.11.00 (#42014)
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.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2018.06.11.00 with grep in /nix/store/3x7mc1n99r135i68xrax71bqcxpk6cbs-folly-2018.06.11.00
- directory tree listing: https://gist.github.com/cd02bb388dc7ae5c5b39289c8d8b3dc9
- du listing: https://gist.github.com/87c16407b769dd56c0d14d59d577da32
2018-06-18 23:00:20 +02:00
R. RyanTM
fd8d570cc4 cppcms: 1.0.5 -> 1.2.1 (#42024)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/cppcms/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/9rzm8kp5fc4w1n4iygff2fl9i9l47n83-cppcms-1.2.1/bin/cppcms_config_find_param had a zero exit code or showed the expected version
- /nix/store/9rzm8kp5fc4w1n4iygff2fl9i9l47n83-cppcms-1.2.1/bin/cppcms_make_key passed the binary check.
- Warning: no invocation of /nix/store/9rzm8kp5fc4w1n4iygff2fl9i9l47n83-cppcms-1.2.1/bin/cppcms_scale had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9rzm8kp5fc4w1n4iygff2fl9i9l47n83-cppcms-1.2.1/bin/cppcms_tmpl_cc had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9rzm8kp5fc4w1n4iygff2fl9i9l47n83-cppcms-1.2.1/bin/cppcms_run had a zero exit code or showed the expected version
- 1 of 5 passed binary check by having a zero exit code.
- 0 of 5 passed binary check by having the new version present in output.
- found 1.2.1 with grep in /nix/store/9rzm8kp5fc4w1n4iygff2fl9i9l47n83-cppcms-1.2.1
- directory tree listing: https://gist.github.com/d1f2849fe9d35b02a9db07f7d396c6a7
- du listing: https://gist.github.com/f5c96329d8e59da59472edbaf149d83d
2018-06-18 22:52:41 +02:00
R. RyanTM
034b1bd1f9 grantlee: 0.4.0 -> 0.5.1 (#42012)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/grantlee/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.5.1 with grep in /nix/store/6g40ly4agw1h9kvb3cl6yf0g3swi95fc-grantlee-0.5.1
- directory tree listing: https://gist.github.com/e74be5a3f1cab3f4f9f9a56612731410
- du listing: https://gist.github.com/6e697a1e258b3e9e42c164a437f319f2
2018-06-18 22:48:33 +02:00
R. RyanTM
b3110c46b9 libraw: 0.18.11 -> 0.18.12 (#42000)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libraw/versions.

These checks were done:

- built on NixOS
- /nix/store/a93d1dzw2ngcysj5sb3pj5ih6dcm8a1m-libraw-0.18.12/bin/raw-identify passed the binary check.
- /nix/store/a93d1dzw2ngcysj5sb3pj5ih6dcm8a1m-libraw-0.18.12/bin/unprocessed_raw passed the binary check.
- /nix/store/a93d1dzw2ngcysj5sb3pj5ih6dcm8a1m-libraw-0.18.12/bin/4channels passed the binary check.
- /nix/store/a93d1dzw2ngcysj5sb3pj5ih6dcm8a1m-libraw-0.18.12/bin/simple_dcraw passed the binary check.
- /nix/store/a93d1dzw2ngcysj5sb3pj5ih6dcm8a1m-libraw-0.18.12/bin/mem_image passed the binary check.
- /nix/store/a93d1dzw2ngcysj5sb3pj5ih6dcm8a1m-libraw-0.18.12/bin/dcraw_half passed the binary check.
- /nix/store/a93d1dzw2ngcysj5sb3pj5ih6dcm8a1m-libraw-0.18.12/bin/half_mt passed the binary check.
- /nix/store/a93d1dzw2ngcysj5sb3pj5ih6dcm8a1m-libraw-0.18.12/bin/multirender_test passed the binary check.
- /nix/store/a93d1dzw2ngcysj5sb3pj5ih6dcm8a1m-libraw-0.18.12/bin/postprocessing_benchmark passed the binary check.
- /nix/store/a93d1dzw2ngcysj5sb3pj5ih6dcm8a1m-libraw-0.18.12/bin/dcraw_emu passed the binary check.
- 10 of 10 passed binary check by having a zero exit code.
- 0 of 10 passed binary check by having the new version present in output.
- found 0.18.12 with grep in /nix/store/a93d1dzw2ngcysj5sb3pj5ih6dcm8a1m-libraw-0.18.12
- directory tree listing: https://gist.github.com/20e1b0e52e1c94011da90df577fa84e2
- du listing: https://gist.github.com/adb7f31a821d3bd4157e8003f58d47ce
2018-06-18 22:45:57 +02:00
John Ericson
b3d957649f Merge remote-tracking branch 'upstream/master' into staging 2018-06-18 15:30:39 -04:00
Will Dietz
42a88a43c9
Merge pull request #41950 from dtzWill/feature/editline-pr
editline: init at 1.15.3
2018-06-18 13:39:25 -05:00
Daiderd Jordan
a13286fcf0
Merge branch 'master' into staging 2018-06-18 17:35:00 +02:00
Robin Gloster
8c5ccc935f
libvirt: make xen support optional 2018-06-18 10:27:08 +02:00
Maximilian Bosch
ccdd229d21 dlib: 19.9 -> 19.13 (#41953)
This fixes the latest `dlib` build for `nixpkgs` compliancy:

* Patched `setup.py` to use number of jobs defined in `$NIX_BUILD_CORES`
  rather than using all available cores.

* Bumped `dlib` to latest version (v19.13 ATM).

* Dropped `openblas` build input, `cblas` which actually works lives in
  `dlib/external`. Otherwise the test suite runs into segfaults (see
  https://github.com/NixOS/nixpkgs/pull/39255#issuecomment-384535129 for
  further reference).

* Added myself as maintainer in case of any further breakage in the
  future.

Closes #39255

/cc @dotlambda @ryantm
2018-06-17 19:33:14 +02:00
R. RyanTM
a96db8f567 nanomsg: 1.1.3 -> 1.1.4 (#41984)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/nanomsg/versions.

These checks were done:

- built on NixOS
- /nix/store/cgrs63zfbqf7p2kq1xsm2sl5wligj9gh-nanomsg-1.1.4/bin/nanocat passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.1.4 with grep in /nix/store/cgrs63zfbqf7p2kq1xsm2sl5wligj9gh-nanomsg-1.1.4
- directory tree listing: https://gist.github.com/ffcd786ca28d29d8689184633a4175e9
- du listing: https://gist.github.com/3dc4771cae8f61cdb26717382321406a
2018-06-17 18:10:03 +02:00
R. RyanTM
7da8f449f3 spice-protocol: 0.12.13 -> 0.12.14 (#41962)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/spice-protocol/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.12.14 with grep in /nix/store/c8d98iaj9smm6k0fkcjnz8x9byb6vb1x-spice-protocol-0.12.14
- directory tree listing: https://gist.github.com/4927fbed4bca5bd3e211633f48595e5f
- du listing: https://gist.github.com/67d9c9cad3d1803064b71e56d68c8a26
2018-06-17 18:06:27 +02:00
R. RyanTM
4af3190e41 zita-convolver: 3.1.0 -> 4.0.0 (#41924)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/zita-convolver/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/d4fff99f47b470ae2fb591d4d0eca6a9
- du listing: https://gist.github.com/fa1de3cf8f7b6e64c8bcf06617b79635
2018-06-17 17:55:26 +02:00
Pascal Wittmann
20ee8fbb1e
qpdf: apply patch for CVE-2018-9918
in context of #41748
2018-06-17 14:38:58 +02:00
Vladimír Čunát
06b602b192
ffmpeg_2: 2.8.13 -> 2.8.14
Lots of bugfixes:
https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/3f8a0d5ad1:/Changelog
2018-06-17 12:13:38 +02:00
Vladimír Čunát
7ccece3227
libvorbis: upstream patch for CVE-2018-10392
/cc #41748.
2018-06-17 11:43:27 +02:00
Matthew Justin Bauer
bad3800307
polkit: fix paxmark script 2018-06-16 21:24:27 -04:00
Matthew Bauer
8cb08677fd Merge branch 'packagekit' 2018-06-16 16:41:13 -04:00
AndersonTorres
3476cdb2e5 lightning: 2.1.0 -> 2.1.2 2018-06-16 16:07:31 -03:00
Matthew Bauer
133cf0ce1b polkit: supports darwin
- apply musl patch unconditionally
- add doCheck arg
- make paxmark linux0nly
2018-06-15 22:57:44 -04:00
Jörg Thalheim
5e29c28549
Merge pull request #42047 from hedning/tilix-1.8.1
Tilix 1.8.1, gtkd 3.8.3
2018-06-16 01:25:33 +01:00
Daiderd Jordan
eeb6211944
libgcrypt: disable tests on darwin
The test binaries hang for some reason (psynch_mutexwait),
gnupg seems to work fine so hopefully it's not an actual issue.
2018-06-16 01:54:36 +02:00
Yegor Timoshenko
d6d3ae2b12
Merge pull request #41796 from bkchr/kde_frameworks_5_47
kde-frameworks: 5.46 -> 5.47
2018-06-15 12:51:37 +00:00
Yegor Timoshenko
bae863ebae
Merge pull request #41095 from bkchr/qt_5_11
qt5: 5.10 -> 5.11
2018-06-15 12:25:32 +00:00
Mateusz Kowalczyk
437d01db08
Merge pull request #42017 from r-ryantm/auto-update/gloox
gloox: 1.0.20 -> 1.0.21
2018-06-15 16:01:25 +09:00
Vladimír Čunát
31530c185e
Merge a subset of staging (security)
In particular, this contains Firefox-related and libgcrypt updates.
Other larger rebuilds would apparently need lots of time to catch up
on Hydra, due to nontrivial rebuilds in other branches than staging.
2018-06-15 08:48:02 +02:00
Yegor Timoshenko
b6b6786803
Merge #41981: libgcrypt: 1.8.2 -> 1.8.3 (for CVE-2018-0495)
(cherry picked from commit 5c7845809a)
2018-06-15 08:47:38 +02:00
Yegor Timoshenko
a2446a1bd7
Merge pull request #41706 from r-ryantm/auto-update/harfbuzz
harfbuzz: 1.7.6 -> 1.8.0
2018-06-15 01:54:10 +00:00
Yegor Timoshenko
61ffae720a
Merge pull request #41937 from r-ryantm/auto-update/webkitgtk
gnome3.webkitgtk: 2.20.2 -> 2.20.3
2018-06-15 01:47:05 +00:00
Yegor Timoshenko
1262cbe3e0
webkitgtk2: remove darwin platform 2018-06-15 01:46:20 +00:00
Yegor Timoshenko
e26d51e3d5
Merge pull request #41974 from colemickens/libinput
libinput: 1.10.3 -> 1.11.0
2018-06-15 01:44:26 +00:00
Yegor Timoshenko
ea778dc4eb
Merge pull request #41780 from dtzWill/update/sqlite-2.24.0
sqlite{,-analyzer}: 2.23.1 -> 2.24.0
2018-06-15 01:22:27 +00:00
Yegor Timoshenko
5c7845809a
Merge pull request #41981 from lsix/libgcrypt-1.8.3
libgcrypt: 1.8.2 -> 1.8.3 (for CVE-2018-0495)
2018-06-15 01:20:50 +00:00
Yegor Timoshenko
271ba6a30a
Merge pull request #41995 from r-ryantm/auto-update/libnftnl
libnftnl: 1.1.0 -> 1.1.1
2018-06-15 01:20:04 +00:00
Yegor Timoshenko
b85dba1ce2
Merge pull request #41998 from r-ryantm/auto-update/libidn
libidn: 1.34 -> 1.35
2018-06-15 01:19:32 +00:00
Yegor Timoshenko
5bd698f30d
Merge pull request #41999 from r-ryantm/auto-update/libuv
libuv: 1.20.2 -> 1.20.3
2018-06-15 01:19:10 +00:00
Cole Mickens
c78414f23e libinput: 1.10.3 -> 1.11.0 2018-06-15 01:15:45 +00:00
John Ericson
0e1ae4b355 Merge remote-tracking branch 'upstream/master' into staging 2018-06-14 19:42:13 -04:00
Silvan Mosberger
02f11bca60
some overrideDerivation cleanups
These four top-level packages were the only ones that didn't have the
meta.position attribute automagically set. This commit fixes this.
2018-06-14 22:28:55 +02:00
John Ericson
2c08c768ed
Merge pull request #42037 from obsidiansystems/gmp-fixes
Fixes for GMP + prebuilt mobile
2018-06-14 16:13:47 -04:00
Eelco Dolstra
a63cf9a2db
Merge pull request #42035 from r-ryantm/auto-update/aws-sdk-cpp
aws-sdk-cpp: 1.4.60 -> 1.4.65
2018-06-14 22:05:16 +02:00
Tor Hedin Brønner
d9d4199bf3 gtkd: 3.6.5 -> 3.8.3 2018-06-14 22:02:58 +02:00
John Ericson
bdf750499e Merge remote-tracking branch 'upstream/master' into staging 2018-06-14 15:56:00 -04:00
Matthew Bauer
09c3fb055e gmp: fix mobile gmp prebuilt building
The prebuilt was previously broken in building GMP. We add a
--disable-assembly flag to put get GMP to avoid pulling in assembly
stuff that breaks.

/cc @ericson2314
2018-06-14 15:54:20 -04:00
R. RyanTM
aecb983ebb aws-sdk-cpp: 1.4.60 -> 1.4.65
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.4.65 with grep in /nix/store/g0zw6fdmf5flpnd5mqqjk373ndlq1zwd-aws-sdk-cpp-1.4.65
- directory tree listing: https://gist.github.com/78023eae3b6e7a16a3b9e7fb7fdba55b
- du listing: https://gist.github.com/2f4c13728002e11c5b08a8bc5658c21c
2018-06-14 12:38:48 -07:00
Andreas Rammhold
580724655e webkitgtk: 2.20.2 -> 2.20.3
This addresses several issues with webkitgtk 2.20.2:

- CVE-2018-4190, information leak (credentials)
- CVE-2018-4199, arbitrary code execution
- CVE-2018-4218, arbitrary code execution
- CVE-2018-4222, arbitrary code execution
- CVE-2018-4232, cookies might be overriden
- CVE-2018-4233, arbitrary code execution
- CVE-2018-11646, application crash
- CVE-2018-12293, heap buffer overflow
2018-06-14 20:04:33 +02:00
R. RyanTM
91ca88b3e6 tbb: 2018_U3 -> 2018_U4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/tbb/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2018_U4 with grep in /nix/store/bi7ml1lf51x1pvf8c9q9sg1vgyr93i10-tbb-2018_U4
- directory tree listing: https://gist.github.com/0b2f954042266f19cb4e819607e57c03
- du listing: https://gist.github.com/f115812285d438e3dc88112762777976
2018-06-14 11:44:25 -05:00
Jan Tojnar
e1c1ec901b
flatpak: 0.11.8.2 → 0.11.8.3 2018-06-14 18:19:29 +02:00