Commit graph

26082 commits

Author SHA1 Message Date
leenaars 90268406b8 getdns: 1.4.1 -> 1.4.2 (#41595) 2018-06-06 22:06:00 +02:00
Jan Tojnar f5150da8f9
Merge pull request #41556 from jtojnar/gnome3-update
gnome3 update
2018-06-06 15:07:43 +02:00
Orivej Desh eed7db423e gdk-pixbuf: fix loader.cache on darwin
gdk-pixbuf-query-loaders looks for .so files even on darwin, but after the
switch to meson the loaders are installed with .dylib extension.

Fixes #41314
2018-06-06 10:07:23 +00:00
Orivej Desh 06cdd7d83f Revert "gdk-pixbuf: patch library rpath references on darwin"
This reverts commit 6bb08e881d.

See the next commit.
2018-06-06 10:06:45 +00:00
Orivej Desh 14987c6336 Revert "gdk-pixbuf: make loaders builtin on Darwin"
This reverts commit 6d3b9763a6.

See the next commit.
2018-06-06 10:03:20 +00:00
Jan Tojnar 35dc5875cb
gnome3.libdazzle: 3.28.1 → 3.28.2 2018-06-06 11:41:31 +02:00
R. RyanTM 231bcd3555 pkcs11helper: 1.22 -> 1.23 (#41530)
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.23 with grep in /nix/store/njd3rr6rvfss4xm4slpj7pxcp7ydlkxx-pkcs11-helper-1.23
- directory tree listing: https://gist.github.com/dfd004f45e4a3e63bf0656538040eb38
- du listing: https://gist.github.com/197b03678f9126503098e42ad217a12b
2018-06-06 08:36:30 +02:00
Orivej Desh 05fedecad9 Revert "libbsd: replace with nbcompat"
This reverts commit 480434f7ee.

netbsd.compat does not provide include files that are provided by libbsd [1], and it
encumbers its transitive dependents with an obligatory include file that setups
BSD-compatible C environment [2].

[1] https://github.com/NixOS/nixpkgs/pull/41320#issuecomment-394922277
[2] https://github.com/NixOS/nixpkgs/pull/41320#issuecomment-394928845
2018-06-06 04:09:15 +00:00
Orivej Desh 13170a9694 Revert "libbsd-freedesktop: re-init at 0.9.1, use for samba"
This reverts commit 8b5ed12952.
2018-06-06 04:09:11 +00:00
Klaas van Schelven 1499c812a1 readline70: 7.0.3 -> 7.0.5 (#41493) 2018-06-05 19:54:13 +00:00
Robert Helgesson 527f11bde3 lombok: 1.6.20 -> 1.6.22 (#41455) 2018-06-05 17:33:48 +02:00
Daiderd Jordan d50240c4cd
Merge pull request #41450 from knedlsepp/fix-eigen3_3-on-darwin
eigen3_3: Fix darwin build
2018-06-05 07:21:38 +02:00
Daiderd Jordan f19e64a0d2
Merge pull request #41445 from knedlsepp/fix-gdal-on-darwin
gdal: Fix darwin build
2018-06-04 23:39:14 +02:00
Josef Kemetmüller bc158d37fe eigen3_3: Fix darwin build 2018-06-04 16:25:16 +02:00
Josef Kemetmüller 13e3a21b5c gdal: Fix darwin build
This fixes:
  error: cannot initialize a variable of type 'GooString *' with an rvalue of type 'const GooString *'
which occurs with recent clang or gcc-7.
See https://github.com/OSGeo/gdal/pull/573
2018-06-04 14:19:35 +02:00
Orivej Desh 214b35d115 freeimage: fix build with glibc 2.27 2018-06-03 20:38:08 +00:00
Orivej Desh 96606abf82 SDL: propagate libiconv
SDL/SDL.h includes SDL/SDL_stdinc.h which includes iconv.h, therefore all
packages that include SDL.h should be able to include iconv.h

Fixes SDL_gfx, SDL_image etc. on Darwin.
2018-06-03 20:00:40 +00:00
xeji e4ad5639c0
Merge pull request #41139 from Moredread/freecad-0.17
freecad: 0.16.6712 -> 0.17
2018-06-03 18:29:43 +02:00
Vladimír Čunát 448d7d648d
Merge branch 'staging'
It's only half-rebuilt on Hydra, but it brings a security fix.
2018-06-03 13:52:13 +02:00
Matthew Justin Bauer 4ae5f8a92a
qt: remove install_name_tool stuff
hopefully it's not needed - the frameworks are no longer there
2018-06-02 23:07:12 -04:00
Matthew Bauer dcea0913e5 qt: fixup from c4cac55d69
This commit was too aggressive in adding configure flags. Only qtbsea
needs the -no-framework flag to work correctly. Qmake will handle
everything else for us.
2018-06-02 13:50:45 -04:00
Michael Raskin 8b5ed12952 libbsd-freedesktop: re-init at 0.9.1, use for samba
a partial rollback of #41320

samba is already Linux-only because of acl, and it is unclear what the
problem is with upstream netbsd-compat.
2018-06-02 16:15:38 +02:00
Jan Tojnar 56a9ab5b8f
Merge pull request #30037 from leenaars/pdfsig
poppler: add nss to allow for building pdfsig
2018-06-02 14:01:40 +02:00
Francesco Gazzetta 799a461b9e bulletml: fix build failure due to -Wformat-security (#41387)
Some files are built with -Wno-format, which is not compatible with the
default hardening setting of -Wformat-security in Nixpkgs.
2018-06-02 10:45:02 +02:00
R. RyanTM a1bc16a18f aws-sdk-cpp: 1.4.40 -> 1.4.50 (#40694)
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.50 with grep in /nix/store/kg9d5flfl989yxfcppyq886g60mfhpzy-aws-sdk-cpp-1.4.50
- directory tree listing: https://gist.github.com/2faf1d98f152431438b23c93bd489e09
- du listing: https://gist.github.com/9df0b904ab22201191bb2261798bb0a3
2018-06-02 10:08:27 +02:00
Orivej Desh 5bedf23514 p11-kit: 0.23.11 -> 0.23.12
0.23.11 breaks gnutls: https://github.com/p11-glue/p11-kit/issues/159
2018-06-02 03:36:49 +00:00
Matthew Justin Bauer 0135f04d77
Merge pull request #40242 from gnidorah/gvt
linux: enable support for iGVT-g VGPU
2018-06-01 23:14:35 -04:00
Daiderd Jordan e126a8c8a5
Merge pull request #41254 from smaret/cfitsio
cfitsio: add Darwin support
2018-06-01 23:33:54 +02:00
R. RyanTM cf152c2791 p11-kit: 0.23.10 -> 0.23.11 (#41271)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/p11-kit/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.23.11 with grep in /nix/store/9whclrmrld36nawkkdshhj636jlh1cdm-p11-kit-0.23.11
- directory tree listing: https://gist.github.com/be74c2d2f6d0b1ee2fb5e2b0e30fb945
- du listing: https://gist.github.com/470d2f00cd777773ea45ea6ea280a07a
2018-06-01 22:04:34 +02:00
Orivej Desh 4b2735fd9f Merge branch 'master' into staging
* master: (153 commits)
  coqPackages.contribs.aac-tactics: enable for Coq 8.7 and 8.8 (#41351)
  haskell.packages.ghcjs.terminfo: Bump version (#41337)
  nixos/mpd: allow services.mpd.dbFile to be null
  prometheus-snmp-exporter: 0.9.0 -> 0.11.0 (#41363)
  tdesktopPackages.preview: 1.2.24 -> 1.3.0
  signal-desktop: Refactor the package description
  rrootage: init at 0.23a
  bulletml: init at 0.0.6
  signal-desktop: Fix a possible crash when saving an attachment
  linux_rpi: More downstream device tree name fixups
  nixos/sd-image-raspberrypi: Support Raspberry Pi Zero
  U-Boot: Add ubootRaspberryPiZero variant
  U-Boot: 2018.03 -> 2018.05
  linux_rpi: 1.20171029 -> 1.20180417
  raspberrypifw: 1.20180328 -> 1.20180417
  scite: 3.7.5 -> 4.0.5 (#41345)
  neo4j: 3.3.4 -> 3.4.0 (#41338)
  bat: 0.3.0 -> 0.4.1 (#41348)
  perlPackages.Git: init at 0.42
  nodePackages_8_x.pnpm: wrap nodejs.passthru.python
  ...
2018-06-01 17:44:35 +00:00
John Ericson 7a2dd97569
Merge pull request #41320 from matthewbauer/bsd-switch
Switch Nixpkgs to using more NetBSD stuff for MUSL
2018-06-01 13:27:59 -04:00
Jörg Thalheim 6d1a45c7fb
Merge pull request #35482 from fgaz/kenta-cho
init bulletml and rrootage
2018-06-01 15:50:27 +01:00
Francesco Gazzetta 548277d0c7 bulletml: init at 0.0.6 2018-06-01 14:34:14 +02:00
Sebastien Maret 73bc4734dc cfitsio: fix install name on darwin 2018-06-01 11:15:47 +02:00
Jan Tojnar 6d3b9763a6
gdk-pixbuf: make loaders builtin on Darwin
Meson produces faulty loaders on Darwin, building them into the library bypasses that.

4b2f397198
2018-06-01 00:14:59 +02:00
Jan Tojnar ae8b7a189a
Revert "Revert commit 4b2f3971981272b79da7f87b639ca8854a6ea89c"
This reverts commit 85ae7137ac.
2018-06-01 00:13:15 +02:00
R. RyanTM 5d61168461 fftwLongDouble: 3.3.7 -> 3.3.8 (#41299)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/fftw-long-double/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.3.8 with grep in /nix/store/7csndk7q4h2wvv46ndgh6lm4j0ybx9zf-fftw-long-double-3.3.8
- directory tree listing: https://gist.github.com/05084878f5535b72e17b90667821c468
- du listing: https://gist.github.com/174653df406b155bf1a9c07da9257f54
2018-05-31 19:59:26 +02:00
Lancelot SIX 0c7f410604 postgis: 2.4.3 -> 2.4.4 (#41278)
See http://svn.osgeo.org/postgis/tags/2.4.4/NEWS for release notes
2018-05-31 19:39:53 +02:00
Jan Tojnar 252a8af143
json-glib: add updateScript 2018-05-31 19:14:38 +02:00
Matthew Bauer 3c1ee736df Revert "cairo: fix build inputs"
This reverts commit e557a432e0.

Sorry about this. Accidentally got into my git push. Did not mean to
cause a mass rebuild!
2018-05-31 12:41:41 -04:00
Matthew Bauer 480434f7ee libbsd: replace with nbcompat 2018-05-31 12:36:45 -04:00
Matthew Bauer 85ae7137ac Revert commit 4b2f397198
This reverts commit 4b2f397198. It
updated gdk_pixbuf to 2.36.12 but unfortunately broke macOS builds.
The new mime sniffing is not working correctly so that .png files
cannot be built.

Fixes #41314

/cc @jtojnar @lnl7
2018-05-31 12:34:16 -04:00
Matthew Bauer e557a432e0 cairo: fix build inputs 2018-05-31 12:34:16 -04:00
Sebastien Maret d629daeb2c cfitsio: use absolute references instead of rpath on darwin 2018-05-31 12:05:32 +02:00
Jörg Thalheim a3e65a13ce
Merge pull request #41294 from r-ryantm/auto-update/folly
folly: 2018.05.21.00 -> 2018.05.28.00
2018-05-31 08:32:32 +01:00
xeji 66f4630924
Merge pull request #41283 from veprbl/pr/herwig_7.1.3
herwig 7.1.3
2018-05-31 08:36:42 +02:00
R. RyanTM 9b0370fc47 folly: 2018.05.21.00 -> 2018.05.28.00
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

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.05.28.00 with grep in /nix/store/j0vmqnzcn83749cw2x6rzzf3bay2zyg0-folly-2018.05.28.00
- directory tree listing: https://gist.github.com/2a05d2503ea41d5bd03239e4562bea92
- du listing: https://gist.github.com/f4cb65851fac8a956d81301fa5623140
2018-05-30 18:37:42 -07:00
R. RyanTM 4d2cd9894b libcouchbase: 2.8.7 -> 2.9.0 (#41113)
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/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-cat passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-create passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-observe passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-observe-seqno passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-incr passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-decr passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-mcflush passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-hash passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-lock passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-unlock passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-rm passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-stats passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-version passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-verbosity passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-view passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-n1ql passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-admin passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-ping passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-bucket-create passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-bucket-delete passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-bucket-flush passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-connstr passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-write-config passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-strerror passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-touch passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-role-list passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-user-list passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-user-upsert passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-user-delete passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-watch passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-pillowfight passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-n1qlback passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/bin/cbc-subdoc passed the binary check.
- /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0/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.0 with grep in /nix/store/zj8j91qlmkqy5bzhzgmmhjzynxxl5isd-libcouchbase-2.9.0
- directory tree listing: https://gist.github.com/615a7ba10ca91c94d08d74c5a200cef6
- du listing: https://gist.github.com/9991135c2e307e906da31f66df3aa79c
2018-05-30 23:57:09 +02:00
Orivej Desh ef695239a0 cairo: 1.15.10 -> 1.15.12
The previous 1.15.10 (and the stable 1.14.12) have the bug
https://bugs.freedesktop.org/show_bug.cgi?id=104325 which breaks
perlPackages.Cairo and pythonPackages.cairocffi tests.
2018-05-30 21:22:35 +00:00
Shea Levy e2126dfd71
nix-plugins: 4.0.4 -> 4.0.5.
Allows building against nix stable.
2018-05-30 16:23:37 -04:00