3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

142978 commits

Author SHA1 Message Date
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
Andreas Rammhold a45d9b30d8
Merge pull request #42031 from andir/webkitgtk
webkitgtk: 2.20.2 -> 2.20.3
2018-06-14 22:04:41 +02:00
Matthew Bauer 7bc2024fb7 ghc8.4.3: add gmp available check
This was left out in 812decd5c1 & should
be therer.
2018-06-14 15:54:25 -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
John Ericson 4ad049fba0
Merge pull request #42034 from obsidiansystems/darwin-booting-llvm
darwin bootstrapping: Avoid overriding aliases for LLVM
2018-06-14 15:53:51 -04:00
Yegor Timoshenko 9807281253 wireguard{,-go,-tools}: 0.0.20180531 -> 0.0.20180613 2018-06-14 19:45:15 +00: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
John Ericson 1eacf21bd4 darwin bootstrapping: Avoid overriding aliases for LLVM
Respect the fix points and aliases by overriding originals.
2018-06-14 15:05:18 -04: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
Andreas Rammhold fafbabd0c7
Merge pull request #42028 from fadenb/synapse
matrix-synapse: 0.31.1 -> 0.31.2
2018-06-14 19:42:39 +02:00
Tristan Helmich 1e7d53d113 matrix-synapse: 0.31.1 -> 0.31.2 2018-06-14 19:05:38 +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
Matthew Justin Bauer 4c7aae7026
Merge pull request #42023 from obsidiansystems/ghcjs-compiler-name
ghcjs: add version to haskellCompilerName
2018-06-14 12:35:22 -04:00
Jan Tojnar 6a916d029e
gnome3.libgweather: 3.28.1 → 3.28.2 2018-06-14 18:26:50 +02:00
Jan Tojnar e1c1ec901b
flatpak: 0.11.8.2 → 0.11.8.3 2018-06-14 18:19:29 +02:00
Jan Tojnar e2f9304606
gnome3.totem-pl-parser: 3.26.0 → 3.26.1 2018-06-14 18:16:28 +02:00
Peter Simons 31b4bfe649 Revert "xmlsec: 1.2.25 -> 1.2.26 (#41655)"
This reverts commit 45eeb24701. This update
broke the build of libreoffice.

See https://github.com/NixOS/nixpkgs/issues/37619.

Ping @ryantm.
2018-06-14 17:48:38 +02:00
Jan Tojnar e921a05feb
syncthing-gtk: 0.9.3.1 → 0.9.4 2018-06-14 17:38:41 +02:00
Matthew Bauer a9400e64e7 ghcjs: add version to haskellCompilerName
This is needed for some cabal2nix stuff in getting the version.
Previously we had left out the version but apparently this can cause
problems in some scenarios.

/cc @elvishjerricco @peti @ericson2314
2018-06-14 11:38:13 -04:00
lewo a87b177be9
Merge pull request #41986 from r-ryantm/auto-update/notmuch
notmuch: 0.26.2 -> 0.27
2018-06-14 15:22:29 +02:00
Pascal Wittmann 8a9079c78f
Merge pull request #42001 from r-ryantm/auto-update/libfilezilla
libfilezilla: 0.12.2 -> 0.12.3
2018-06-14 14:01:54 +02:00
Michael Weiss d2c0168779 maim: 5.5.1 -> 5.5.2 2018-06-14 14:01:03 +02:00
R. RyanTM b7446bedc8 libfilezilla: 0.12.2 -> 0.12.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libfilezilla/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.3 with grep in /nix/store/lnachvvi16drxzbfhcn8qwq5y1b0zz7p-libfilezilla-0.12.3
- directory tree listing: https://gist.github.com/7e151bf94cbf478496df9bee90494f78
- du listing: https://gist.github.com/c3f30a344f3a9f315027869969153779
2018-06-14 04:16:05 -07:00
Yegor Timoshenko aa84c80cbc
Merge pull request #41969 from r-ryantm/auto-update/qrencode
qrencode: 4.0.1 -> 4.0.2
2018-06-14 10:36:05 +00:00
Jörg Thalheim 5e08aab13d
Merge pull request #41960 from r-ryantm/auto-update/stoken
stoken: 0.90 -> 0.92
2018-06-14 11:12:57 +01:00
Jörg Thalheim 6295da0cb4
Merge pull request #41982 from r-ryantm/auto-update/Mopidy-Iris
mopidy-iris: 3.20.0 -> 3.21.1
2018-06-14 11:09:45 +01:00
Jörg Thalheim 970a10e10b
Merge pull request #41972 from r-ryantm/auto-update/pony-stable
pony-stable: 0.1.2 -> 0.1.3
2018-06-14 10:51:11 +01:00
R. RyanTM e1a62d4438 notmuch: 0.26.2 -> 0.27
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/fc0y8jb20kfm3v4yy3zzc6ipidc1ks1c-notmuch-0.27/bin/notmuch passed the binary check.
- Warning: no invocation of /nix/store/fc0y8jb20kfm3v4yy3zzc6ipidc1ks1c-notmuch-0.27/bin/notmuch-emacs-mua had a zero exit code or showed the expected version
- 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 0.27 with grep in /nix/store/fc0y8jb20kfm3v4yy3zzc6ipidc1ks1c-notmuch-0.27
- directory tree listing: https://gist.github.com/2a14e6349ea43a555857f9e30bf328ff
- du listing: https://gist.github.com/d08317825ff4ade027455942eb367fdb
2018-06-14 02:37:42 -07:00
Christoph Hrdinka 25f97f901f
Merge pull request #41979 from r-ryantm/auto-update/nsd
nsd: 4.1.21 -> 4.1.22
2018-06-14 11:17:40 +02:00
Pascal Wittmann 424d148ea6
Merge pull request #37321 from ryantm/auto-update/pommed-light
pommed_light: 1.50lw -> 1.51lw
2018-06-14 11:04:27 +02:00
Pascal Wittmann 29d274383e
pommed-light: restrict to x86_64-linux 2018-06-14 11:03:15 +02:00
Pascal Wittmann 344f27d6ad
Merge pull request #41956 from r-ryantm/auto-update/smenu
smenu: 0.9.11 -> 0.9.13
2018-06-14 10:54:15 +02:00
R. RyanTM 0da8196d1f mopidy-iris: 3.20.0 -> 3.21.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/Mopidy-Iris/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.21.1 with grep in /nix/store/ydhbxhldy8a9n64r8if9zy4ricl4in20-Mopidy-Iris-3.21.1
- directory tree listing: https://gist.github.com/3ad4fbaeff603abf3078d8371547dbb4
- du listing: https://gist.github.com/bcb4096a10cef861d8bcf1f384c7ae3e
2018-06-14 01:51:33 -07:00
Frederik Rietdijk 2e36e26a80
Merge pull request #40395 from pandaman64/quantum
qiskit: init at 0.4.15
2018-06-14 10:50:06 +02:00
R. RyanTM a859279028 nsd: 4.1.21 -> 4.1.22
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/cv3f36znw2zrckq1082wjf6j7vr5yzyg-nsd-4.1.22/bin/nsd passed the binary check.
- Warning: no invocation of /nix/store/cv3f36znw2zrckq1082wjf6j7vr5yzyg-nsd-4.1.22/bin/nsd-checkconf had a zero exit code or showed the expected version
- /nix/store/cv3f36znw2zrckq1082wjf6j7vr5yzyg-nsd-4.1.22/bin/nsd-checkzone passed the binary check.
- Warning: no invocation of /nix/store/cv3f36znw2zrckq1082wjf6j7vr5yzyg-nsd-4.1.22/bin/nsd-control had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/cv3f36znw2zrckq1082wjf6j7vr5yzyg-nsd-4.1.22/bin/nsd-control-setup had a zero exit code or showed the expected version
- 2 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 4.1.22 with grep in /nix/store/cv3f36znw2zrckq1082wjf6j7vr5yzyg-nsd-4.1.22
- directory tree listing: https://gist.github.com/ec1aa618f9ae7b813590da95020758aa
- du listing: https://gist.github.com/8277d4bf5e8944c2b6396fb624e08250
2018-06-14 00:31:35 -07:00
Frederik Rietdijk f784a8d925
Merge pull request #41968 from aneeshusa/enable-using-klaus-with-uwsgi
Enable using klaus with uwsgi
2018-06-14 09:14:18 +02:00
Frederik Rietdijk a4e59caa30
Merge pull request #41976 from aneeshusa/make-salt-agnostic-to-python-version
salt: be Python version agnostic
2018-06-14 09:13:23 +02:00
Aneesh Agrawal f6f03202be salt: be Python version agnostic
As of Salt 2017.7 (Salt Nitrogen), Salt supports Python 3.
Release notes: https://docs.saltstack.com/en/develop/topics/releases/2017.7.0.html#python-3
2018-06-13 23:39:32 -07:00
R. RyanTM 96e2be5084 pony-stable: 0.1.2 -> 0.1.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/d6b9yh4mbc6g4ysgzzdj4xbi49cy228m-pony-stable-0.1.3/bin/stable 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 0.1.3 with grep in /nix/store/d6b9yh4mbc6g4ysgzzdj4xbi49cy228m-pony-stable-0.1.3
- directory tree listing: https://gist.github.com/b5577bbf57ef8fa733c1e1aee8ab8908
- du listing: https://gist.github.com/c69c238d1ab5c35fba5ade17f912bed5
2018-06-13 23:06:40 -07:00
R. RyanTM 753ac6174d qrencode: 4.0.1 -> 4.0.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/cywxaw8h01kh5rvkhx7bh2738icds31s-qrencode-4.0.2/bin/qrencode 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 4.0.2 with grep in /nix/store/cywxaw8h01kh5rvkhx7bh2738icds31s-qrencode-4.0.2
- directory tree listing: https://gist.github.com/93c7bac0fe3aae76a9ef5ebbd9fba7de
- du listing: https://gist.github.com/2b0d6fa748528181bfed9cbb453ed75a
2018-06-13 22:53:35 -07:00
Aneesh Agrawal 4bba2bd98e klaus: make available as a python package
This makes it usable via WSGI.
2018-06-13 22:47:48 -07:00
Aneesh Agrawal c2ab820d6a nixos/uwsgi: use python.withPackages 2018-06-13 22:47:22 -07:00
R. RyanTM 7dc7a8c8fc stoken: 0.90 -> 0.92
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/hygpmiw7a636bsydqyrkh1rqiw5f36nh-stoken-0.92/bin/stoken passed the binary check.
- Warning: no invocation of /nix/store/hygpmiw7a636bsydqyrkh1rqiw5f36nh-stoken-0.92/bin/stoken-gui had a zero exit code or showed the expected version
- 1 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 0.92 with grep in /nix/store/hygpmiw7a636bsydqyrkh1rqiw5f36nh-stoken-0.92
- directory tree listing: https://gist.github.com/4e9af90c5364e054183e3b51d2ec5d7a
- du listing: https://gist.github.com/7671604980c1e3ec7cb11d47ad4f521d
2018-06-13 21:15:57 -07:00
R. RyanTM 8890e540d9 smenu: 0.9.11 -> 0.9.13
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/d1fp4j713cffpq0kkvi90aqh0bh6pd4d-smenu-0.9.13/bin/smenu passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 0.9.13 with grep in /nix/store/d1fp4j713cffpq0kkvi90aqh0bh6pd4d-smenu-0.9.13
- directory tree listing: https://gist.github.com/26b5e2b7abfe62fcfd01cdbf1c27f655
- du listing: https://gist.github.com/ff013902ab9eca9065e3794daccf7700
2018-06-13 20:43:39 -07:00
pandaman64 1642e85877 qasm2image: init at 0.5.0 2018-06-14 11:43:09 +09:00
pandaman64 1aed57c222 qiskit: init at 0.4.15 2018-06-14 11:43:09 +09:00
pandaman64 9723236483 IBMQuantumExperience: init at 1.9.1 2018-06-14 11:43:09 +09:00
pandaman64 b3f58d1df1 add pandaman as maintainer 2018-06-14 11:41:34 +09:00
John Ericson 3e3a9e661d
Merge pull request #41952 from obsidiansystems/darwin-booting-llvm
llvm: Remove unneeded libcxxabi dependencies
2018-06-13 21:16:32 -04:00