1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00
Commit graph

7284 commits

Author SHA1 Message Date
xeji 9595dc587f
Merge pull request #42547 from tadfisher/firefox-u2f
firefox: add u2f support
2018-06-25 12:55:24 +02:00
Tad Fisher c1740904ae firefox: add u2f support 2018-06-24 18:49:30 -07:00
Florian Klink 0dfc329891 casync: restrict to linux
libacl is required, which is linux-only.
2018-06-25 03:23:00 +02:00
Florian Klink de9abc0d9e casync: add feature flags for fuse, selinux and udev 2018-06-25 03:23:00 +02:00
Florian Klink 583ec8eac3 casync: enable tests 2018-06-25 03:23:00 +02:00
Florian Klink 0ee0582a8f casync: init at 2-152-ge4a3c5e 2018-06-25 03:22:49 +02:00
lewo 3951a693e5
Merge pull request #41644 from tadfisher/minikube
minikube: bundle kvm2 driver
2018-06-24 21:29:03 +02:00
xeji c51ac5eb33
Merge pull request #42423 from ryantm/repology-problems
treewide: http -> https
2018-06-24 20:44:50 +02:00
xeji 7d7b2de34d
Merge pull request #42382 from averelld/x2goclient-qt511-fixes
x2goclient: fix build with qt 5.11
2018-06-24 20:30:37 +02:00
R. RyanTM 7f1dcab277 kubernetes: 1.10.4 -> 1.10.5 (#42498)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/.kube-addons-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kube-addons had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/conversion-gen had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/deepcopy-gen had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/defaulter-gen had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/e2e.test had a zero exit code or showed the expected version
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/gendocs passed the binary check.
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/genkubedocs had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/genman had a zero exit code or showed the expected version
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/genyaml passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/go-bindata passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kube-apiserver passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kube-controller-manager passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kube-proxy passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kube-scheduler passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kubeadm passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kubectl passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kubelet passed the binary check.
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/openapi-gen had a zero exit code or showed the expected version
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/teststale passed the binary check.
- 11 of 20 passed binary check by having a zero exit code.
- 5 of 20 passed binary check by having the new version present in output.
- found 1.10.5 with grep in /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5
- directory tree listing: https://gist.github.com/f66eb35eb29445af12d98c6605753493
- du listing: https://gist.github.com/30b38d2640ef11a2252df16c7bfd6063
2018-06-24 20:16:38 +02:00
R. RyanTM ff0641ceea gmailieer: 0.6 -> 0.9 (#42506)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/lxb0r3f9b3x3ciwwrlgryiw9x7mva5zd-gmailieer-0.9/bin/.gmi-wrapped passed the binary check.
- /nix/store/lxb0r3f9b3x3ciwwrlgryiw9x7mva5zd-gmailieer-0.9/bin/gmi 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 0.9 with grep in /nix/store/lxb0r3f9b3x3ciwwrlgryiw9x7mva5zd-gmailieer-0.9
- directory tree listing: https://gist.github.com/fbddf9ea6ad63fe7033a867a1d9f7c43
- du listing: https://gist.github.com/53e43ad67f9d4f480369c2c29949134c
2018-06-24 20:14:38 +02:00
Evgeny Egorochkin 05fd6a0c87 quassel: fix building against Qt-5.11 2018-06-24 20:23:21 +03:00
Tad Fisher aef546444c minikube: bundle kvm2 driver 2018-06-23 16:01:38 -07:00
Averell Dalton 8e81c7c7a6 x2goclient: 4.1.1.1 -> 4.1.2.0 2018-06-23 23:32:50 +02:00
Ryan Mulligan 0d5eb901ad treewide: http -> https 2018-06-23 04:34:55 -07:00
Averell Dalton 67e13d60c4 x2goclient: fix build with qt 5.11 2018-06-22 17:32:07 +02:00
adisbladis 25ee8e0f70
firefox-devedition-bin: 62.0b1 -> 62.0b2 2018-06-22 22:05:26 +08:00
Lancelot SIX 75879177e8
Merge pull request #42364 from dotlambda/qutebrowser-1.3.3
qutebrowser: 1.3.2 -> 1.3.3
2018-06-22 14:36:04 +02:00
Michael Weiss db0da282c3 signal-desktop: 1.12.1 -> 1.13.0 2018-06-22 12:33:13 +02:00
Robert Schütz 3c8d19fc69 qutebrowser: 1.3.2 -> 1.3.3 2018-06-22 11:53:21 +02:00
Matthew Justin Bauer 9185df5f9d
Merge pull request #41614 from teto/flent_wrap
[RFC/RDY] flent: add manpage + init http-getter
2018-06-21 21:33:49 -04:00
Matthew Justin Bauer 3925077548
Merge pull request #41485 from teto/owamp
[RDY] Owamp : Get one way (network) latencies between synchronized computers
2018-06-20 21:45:36 -04:00
Jörg Thalheim d4ed33492e
Merge pull request #42296 from bkchr/ts3_3_1_10
teamspeak_client: 3.1.8 -> 3.1.10
2018-06-20 23:35:20 +01:00
Bastian Köcher 67c7b00abf skypeforlinux: 8.18.0.6 -> 8.24.0.2 2018-06-20 20:53:25 +00:00
Peter Simons bbf359ecc8 esniper: update to latest version 0.35.0 2018-06-20 09:49:53 +02:00
Bastian Köcher 8ac1721cd6 teamspeak_client: 3.1.8 -> 3.1.10 2018-06-20 09:28:48 +02:00
adisbladis 8f558a68ca
firefox-devedition-bin: 61.0b14 -> 62.0b1 2018-06-20 14:58:39 +08:00
Michael Raskin 5fce881f60 wireshark: 2.4.7 -> 2.6.1 2018-06-19 21:21:19 +02:00
Jörg Thalheim 9501aaa078
Merge pull request #42212 from r-ryantm/auto-update/riot-web
riot-web: 0.15.4 -> 0.15.5
2018-06-19 08:51:06 +01:00
R. RyanTM eb196922ce riot-web: 0.15.4 -> 0.15.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/riot-web/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.15.5 with grep in /nix/store/p5phic74phlnz8zyrfdvkq6qyacbjfdh-riot-web-0.15.5
- directory tree listing: https://gist.github.com/2dfaa31736d9687934c557f92066d007
- du listing: https://gist.github.com/f769d44c305628e76a52b8d63351b060
2018-06-18 23:30:22 -07:00
Niklas Hambüchen 95358db956 chromium: Abort build on gn warnings. Fixes #42189.
Also fix such obsolete flags:

* `use_gconf` was already known to become obsolete with Chromium 65
* `enable_hotwording` has been removed in upstream commit d693f0c7ab
2018-06-19 02:56:27 +02:00
R. RyanTM 06ab7d8e59 balsa: 2.5.5 -> 2.5.6 (#42054)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/1hgx73336q1zhd8r95wv2kicf6a2jmby-balsa-2.5.6/bin/balsa had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1hgx73336q1zhd8r95wv2kicf6a2jmby-balsa-2.5.6/bin/balsa-ab had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1hgx73336q1zhd8r95wv2kicf6a2jmby-balsa-2.5.6/bin/.balsa-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1hgx73336q1zhd8r95wv2kicf6a2jmby-balsa-2.5.6/bin/.balsa-ab-wrapped had a zero exit code or showed the expected version
- 0 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 2.5.6 with grep in /nix/store/1hgx73336q1zhd8r95wv2kicf6a2jmby-balsa-2.5.6
- directory tree listing: https://gist.github.com/8c38ffd6950508c78fde54f6f3530673
- du listing: https://gist.github.com/2156c87e8b84b7a84f6d6f4c4a7b8ebb
2018-06-19 00:17:27 +02:00
xeji a28e7f27d4
Merge pull request #42099 from Pneumaticat/helmfile-updates
Helmfile updates (0.16.0 -> 0.19.0, use wrapProgram)
2018-06-18 22:42:30 +02:00
Pascal Wittmann 735d945d79
Merge pull request #42151 from mrVanDalo/add-patchwork
patchwork-classic : add 2.12.0
2018-06-18 22:16:15 +02:00
Ingolf Wagner a669574a90
patchwork-classic : init at 2.12.0 2018-06-18 18:00:42 +02:00
adisbladis 0ae60f98c4
firefox-beta-bin: 61.0b12 -> 61.0b14 2018-06-18 16:04:34 +08:00
adisbladis 1aac733ccd
firefox-devedition-bin: 61.0b12 -> 61.0b14 2018-06-18 16:04:27 +08:00
lewo a3f556a323 kubernetes-helm: 2.9.0 -> 2.9.1 (#42113)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/clpdnyjaysh2i2h1xjilxryzzb5ywp7y-helm-2.9.1/bin/helm 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 2.9.1 with grep in /nix/store/clpdnyjaysh2i2h1xjilxryzzb5ywp7y-helm-2.9.1
- directory tree listing: https://gist.github.com/ed779ecaf62619059b08a121472e6a96
- du listing: https://gist.github.com/2621c9acfcbf3fa34c093d8bbd9d0292
2018-06-17 21:31:18 +02:00
Yurii Rashkovskii 153c766572 slack: 3.2.0-beta25a7a50e -> 3.2.1 (#42043) 2018-06-17 18:43:42 +02:00
xeji 93bf54c8cd
Merge pull request #42094 from mnacamura/dropbox
dropbox: 40.4.46 -> 52.3.56
2018-06-17 18:32:41 +02:00
Maximilian Bosch dce87078a3 opera: 50.0.2762.45 -> 53.0.2907.99 (#42097)
* Updates opera to the latest version available (fixes #40780)
* Use gnome3 package set for gconf (see #39976)
* Needs `at-spi2-atk` now
2018-06-17 18:23:15 +02:00
R. RyanTM c9fe43c668 qutebrowser: 1.3.1 -> 1.3.2 (#41965)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/d5f7w3hcgxzhk1sgk1gjnl36nrq30wlm-qutebrowser-1.3.2/bin/qutebrowser passed the binary check.
- /nix/store/d5f7w3hcgxzhk1sgk1gjnl36nrq30wlm-qutebrowser-1.3.2/bin/..qutebrowser-wrapped-wrapped passed the binary check.
- /nix/store/d5f7w3hcgxzhk1sgk1gjnl36nrq30wlm-qutebrowser-1.3.2/bin/.qutebrowser-wrapped 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.3.2 with grep in /nix/store/d5f7w3hcgxzhk1sgk1gjnl36nrq30wlm-qutebrowser-1.3.2
- directory tree listing: https://gist.github.com/86db26ab52e4c4aaabb2949ceba69142
- du listing: https://gist.github.com/47c80976cbfff66061ccbffa47d02669
2018-06-17 18:15:14 +02:00
xeji 67a7e24b96
Merge pull request #42106 from ryantm/remmina
remmina: 1.2.0-rcgit.24 -> 1.2.30.1
2018-06-17 17:48:47 +02:00
Ryan Mulligan df74d3720a remmina: 1.2.0-rcgit.24 -> 1.2.30.1
The project moved to GitLab.

Add @ryantm and @melsigl as maintainers. Melsigl from
https://github.com/NixOS/nixpkgs/pull/41549

Closes #41549
2018-06-17 05:59:38 -07:00
lewo c2cfb6c57a
Merge pull request #42068 from symphorien/etherape-0.9.18
etherape: 0.9.17 -> 0.9.18
2018-06-16 22:26:37 +02:00
Pascal Wittmann facfad2f70
Merge pull request #42078 from Gerschtli/add/soapui
soapui: init at 5.4.0
2018-06-16 17:22:32 +02:00
Kevin Liu 37804741b5
helmfile: add helm to path with wrapProgram
Helmfile makes direct calls to `helm` as an implicit dependency. Now helmfile
can work without Helm also being explicitly installed.
2018-06-16 08:40:17 -04:00
Kevin Liu 2c78c378b7
helmfile: 0.16.0 -> 0.19.0 2018-06-16 08:40:08 -04:00
Mitsuhiro Nakamura 5f16072ed0 dropbox: 40.4.46 -> 52.3.56 2018-06-16 19:09:42 +09:00
volth 7aa95b1c54
Merge branch 'master' into hadoop_2_7-3_0 2018-06-15 23:11:46 +00:00
volth 499f6a3ff3
hadoop: update minor versions 2018-06-15 23:06:16 +00:00
Tobias Happ 835f3059ce soapui: init at 5.4.0 2018-06-15 22:12:29 +02:00
Andrey Golovizin 42e1a21793 ktorrent: fix build with Qt 5.11 2018-06-15 17:43:08 +02:00
Michael Weiss 54ea1cd58a signal-desktop: 1.12.0 -> 1.12.1 2018-06-15 16:46:39 +02:00
Jörg Thalheim 31e0e3caaf
Merge pull request #41944 from erosennin/ktorrent-cmake-3.11
ktorrent: fix build with CMake 3.11
2018-06-15 14:32:09 +01:00
Yegor Timoshenko 47066f0776
Merge pull request #40893 from bkchr/plasma_5_13
plasma5: 5.12 -> 5.13
2018-06-15 12:50:28 +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
Symphorien Gibol cb907b5d51 etherape: 0.9.17 -> 0.9.18 2018-06-15 14:18:34 +02: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 0e3e46a52a
Merge pull request #41777 from dtzWill/update/rambox-0.5.17
rambox: 0.5.13 -> 0.5.17
2018-06-15 01:11:23 +00:00
Yegor Timoshenko 011cc930d2 deluge: add patch for libtorrent >=0.16 compat 2018-06-14 20:47:13 +00:00
Jan Tojnar e921a05feb
syncthing-gtk: 0.9.3.1 → 0.9.4 2018-06-14 17:38:41 +02: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
Andrey Golovizin 0b8e92a7fd ktorrent: fix build with CMake 3.11 2018-06-14 06:37:30 +02:00
Matthieu Coudron 0080fe93fc http-getter: init at 20180606
Used by flent
2018-06-14 08:28:10 +09:00
Matthieu Coudron e96ce01e76 flent: enable man by default 2018-06-14 08:27:53 +09:00
Jens Binkert b5476e4c98 terraform-provider-ibm: 0.9.1 -> 0.10.0 (#41942) 2018-06-13 21:49:14 +02:00
Michael Raskin 9c495cffd0
Merge pull request #41919 from YorikSar/update-chromium
chromium: 67.0.3396.62 -> 67.0.3396.87
2018-06-13 13:02:40 +00:00
Sarah Brofeldt b710bd3186
Merge pull request #41888 from johanot/kubernetes_1_10_4
kubernetes: 1.10.3 -> 1.10.4
2018-06-13 14:53:35 +02:00
Bastian Köcher 84999e76e0 firefox: Add enablePlasmaBrowserIntegration config option 2018-06-13 14:35:15 +02:00
Yuriy Taraday d23da8229b chromium: 67.0.3396.62 -> 67.0.3396.87
Contains fixes for CVE-2018-6148 [0] and CVE-2018-6149 [1].

Also add a patch to fix one problem with 68 (Beta) build. I'm still
working on fixing Beta.

[0] https://chromereleases.googleblog.com/2018/06/stable-channel-update-for-desktop.html
[1] https://chromereleases.googleblog.com/2018/06/stable-channel-update-for-desktop_12.html
2018-06-13 16:28:18 +04:00
averelld 15b5643023 mattermost-desktop: init at 4.1.1 (#40794) 2018-06-13 13:27:29 +02:00
obadz 71f1f9b8ff weechat: fix binary name
(was renamed to `weechat-2.1` in af9d10a as discussed in
7cd7e4ce26 (commitcomment-29325227))
2018-06-12 23:58:38 +01:00
Jörg Thalheim 96d6ef3442 dino: 2018-04-19 -> 2018-06-03 2018-06-12 22:01:00 +01:00
Michael Weiss 92ab620a4c tdesktop: 1.3.0 -> 1.3.7
tdesktopPackages.preview: 1.3.4 -> 1.3.7
2018-06-12 15:49:10 +02:00
Michael Weiss 499a9dabaa gns3Packages.{server,gui}{Stable,Preview}: 2.1.6 -> 2.1.7 2018-06-12 15:40:49 +02:00
Bastian Köcher a95a38ff3b konversation: Fixes build with Qt 5.11 2018-06-12 14:27:11 +02:00
Johan Thomsen 38fc5b3200 kubernetes: 1.10.3 -> 1.10.4 2018-06-12 13:53:46 +02:00
SLNOS bb3984f709 tor-browser: drop 7.0.x expression 2018-06-11 15:10:00 +00:00
SLNOS de117c1ef9 tor-browser: 52.8.0esr-7.5-1 -> 52.8.1esr-7.5-1 2018-06-11 15:10:00 +00:00
Daniel Frank 3df3e155f0 firefox-bin: 60.0.1 -> 60.0.2 critical security update 2018-06-11 12:02:40 +02:00
Will Dietz 9bc8b64894 rambox/sencha: 6.5.2 -> 6.5.3 2018-06-09 21:40:31 -05:00
Will Dietz 1197f87349 rambox: 0.5.13 -> 0.5.17
Remove patch that is apparently already applied.
2018-06-09 21:32:54 -05:00
Daiderd Jordan 91be6b9f40
Merge pull request #41770 from marsam/feature/synapse-bt-enable-darwin
synapse-bt: fix darwin build
2018-06-10 01:22:39 +02:00
Mario Rodas d5ca8dea78 synapse-bt: fix darwin build 2018-06-09 17:14:38 -05:00
Vincent Ambo 8e9e728aee kontemplate: 1.5.0 -> 1.6.0 (#41766)
Upstream release notes at:

https://github.com/tazjin/kontemplate/releases/tag/v1.6.0
2018-06-10 00:03:02 +02:00
Joachim Fasting fc618a15e8
tor-browser-bundle-bin: 7.5.4 -> 7.5.5 2018-06-09 22:10:08 +02:00
obadz 34d3a97ec6 citrix-receiver: add workaround to #41279 2018-06-09 15:20:03 +01:00
obadz 62f4cc349b citrix-receiver: fix default version 2018-06-09 15:19:48 +01:00
adisbladis 0afcfe1c49
firefox-bin: Add ffmpeg to lib path
Fixes video playback on devedition and beta
2018-06-09 12:36:41 +08:00
adisbladis d493144136
firefox-beta-bin: 61.0b10 -> 61.0b12 2018-06-09 12:36:40 +08:00
adisbladis 0299779275
firefox-devedition-bin: 61.0b10 -> 61.0b12 2018-06-09 12:36:39 +08:00
aszlig a7e9fabd7b
gajim: 1.0.2 -> 1.0.3
Upstream changes:

  * 8296 Fix errors on roster updates after stream management resume
  * 9106 Convert font weight from pango to css values
  * 9124 Bring ChatControl to front when notification is clicked

  * Set no-store hint on groupchat chatstates
  * Dont show OOB uri if message body is the same
  * Add missing bybonjour dependency for Windows zeroconf

The full change log can be found at:

https://dev.gajim.org/gajim/gajim/raw/gajim-1.0.3/ChangeLog

Built and tested the package on my machine.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @7c6f434c, @abbradar
2018-06-08 20:32:20 +02:00
Jörg Thalheim 4d36cae529
Merge pull request #41636 from Ekleog/nheko-0.4.3
nheko: 0.4.2 -> 0.4.3
2018-06-08 15:50:20 +01:00
Michael Weiss 72f07e74f3 tdesktopPackages.preview: 1.3.3 -> 1.3.4 2018-06-08 13:49:37 +02:00
Vladyslav Mykhailichenko 16ee92eba9 flashplayer: fix sha256 hash 2018-06-08 01:02:51 +03:00
Vladyslav Mykhailichenko 95aa3f4cc6 flashplayer: 29.0.0.171 -> 30.0.0.113 2018-06-07 22:16:42 +03:00
Léo Gaspard 8aff02e024
nheko: 0.4.2 -> 0.4.3 2018-06-07 17:34:41 +02:00
taku0 72361967a6 firefox-esr: 52.8.0esr -> 52.8.1esr, 60.0.1esr -> 60.0.2esr 2018-06-07 21:33:14 +09:00
taku0 58e48ffd9f firefox: 60.0.1 -> 60.0.2 2018-06-07 21:33:14 +09:00
taku0 998356616f firefox-bin: 60.0.1 -> 60.0.2 2018-06-07 20:28:34 +09:00
Michael Weiss 01040d9c27 tdesktopPackages.preview: 1.3.1 -> 1.3.3 2018-06-07 13:08:36 +02:00
Matthew Justin Bauer ddd400baee
Merge pull request #41498 from tadfisher/docker-machine-kvm2
docker-machine-kvm2: init at 0.27.0
2018-06-06 21:28:44 -04:00
Thomas Kerber 979a835c46 skypeforlinux: remove libstdc++5 dependency (#41590) 2018-06-06 22:12:19 +02:00
Michael Weiss 0a1ab7ec71 quiterss: 0.18.10 -> 0.18.11 2018-06-06 22:00:12 +02:00
Pascal Wittmann f2ea885bed
bro: 2.5.3 -> 2.5.4 2018-06-06 19:13:26 +02:00
Peter Hoeg e624ebf233
Merge pull request #41513 from r-ryantm/auto-update/syncthing
syncthing: 0.14.47 -> 0.14.48
2018-06-06 11:25:13 +08:00
Graham Christensen 2e20d6fb60
Merge pull request #41520 from teto/flent_fix
flent: fix fetchFromGitHub version
2018-06-05 22:36:56 -04:00
Matthieu Coudron e14fa60cb6 flent: fix fetchFromGitHub version
Lacked a "v" in revision.
2018-06-06 11:22:23 +09:00
Jörg Thalheim 5db9181fa1
Merge pull request #41357 from ajs124/claws_mail_python
claws-mail: add support for python plugin
2018-06-06 03:22:14 +01:00
R. RyanTM f2d7142b33 syncthing: 0.14.47 -> 0.14.48
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/h4ya458k1kcphch5pxzm16v38l07qv7r-syncthing-0.14.48/bin/syncthing 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.14.48 with grep in /nix/store/h4ya458k1kcphch5pxzm16v38l07qv7r-syncthing-0.14.48
- directory tree listing: https://gist.github.com/ba1db3154a5999b389aae4932af21f2b
- du listing: https://gist.github.com/a469360f23a2909c7550178ab7a1d0f2
2018-06-05 15:55:06 -07:00
Tad Fisher 0ef083c020 docker-machine-kvm2: init at 0.27.0 2018-06-05 14:06:56 -07:00
Michael Weiss 137a372d70 tdesktop: 1.2.17 -> 1.3.0
It still displays "Version 1.3 alpha" but other than that it should be
fine.
2018-06-05 17:27:13 +02:00
Michael Weiss dcfaef2b8e tdesktopPackages.preview: 1.3.0 -> 1.3.1 2018-06-05 17:18:49 +02:00
Matthieu Coudron 8981cb7b68 owamp: init at 3.5.6
A tool for performing one-way active measurements.
https://github.com/perfsonar/owamp

This is the reference implementation for the IETF rfc
https://tools.ietf.org/html/rfc4656
2018-06-05 22:15:06 +09:00
ajs124 e01a2dec8b claws-mail: add support for python plugin 2018-06-03 21:14:05 +02:00
Vladyslav M e92c428593 synapse-bt: init at 2018-06-04 (#41402) 2018-06-03 19:10:38 +02:00
Eric Litak 04f0e08c91 ipfs: 0.4.14 -> 0.4.15 (#41376) 2018-06-02 11:16:45 +02:00
Francesco Gazzetta b25c25170d zeronet: init at 0.6.2 (#40883) 2018-06-02 11:01:01 +02:00
Matthew Justin Bauer 3faed86d92
Merge pull request #40712 from aespinosa/hadoop
hadoop: 2.2.0 -> 2.7.6, 2.8.6, 2.9.1, 3.0.2, 3.1.0
2018-06-01 23:11:09 -04:00
Matthew Justin Bauer 6b82583816
Merge pull request #41119 from r-ryantm/auto-update/errbot
errbot: 5.1.3 -> 5.2.0
2018-06-01 20:54:54 -04:00
R. RyanTM a8925a2188 qutebrowser: 1.3.0 -> 1.3.1 (#41263)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/g9592dbmfj1icx0njg1dhj094v2l8rcj-qutebrowser-1.3.1/bin/qutebrowser passed the binary check.
- /nix/store/g9592dbmfj1icx0njg1dhj094v2l8rcj-qutebrowser-1.3.1/bin/..qutebrowser-wrapped-wrapped passed the binary check.
- /nix/store/g9592dbmfj1icx0njg1dhj094v2l8rcj-qutebrowser-1.3.1/bin/.qutebrowser-wrapped 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.3.1 with grep in /nix/store/g9592dbmfj1icx0njg1dhj094v2l8rcj-qutebrowser-1.3.1
- directory tree listing: https://gist.github.com/c6f74ace4cd8ac51662079876bcef904
- du listing: https://gist.github.com/c1a964f74432d7f8c83f9825d26fbad0
2018-06-01 23:07:37 +02:00
Michael Weiss c69cc21338 tdesktopPackages.preview: 1.2.24 -> 1.3.0
Note: I'm not packaging this as stable for now as there might be some
issues left (see GitHub), it says "Version 1.3 alpha" in the bottom left
corner, and I've only got a "New in version 1.2.25" message.
2018-06-01 15:11:57 +02:00
Michael Weiss ab593d46dc signal-desktop: Refactor the package description
Removed some redundancy (src check via meta.platforms) and made some
changes according to our style-guide.
I've changed meta.description and added meta.longDescription.
2018-06-01 15:00:39 +02:00
Michael Weiss 5d795355a0 signal-desktop: Fix a possible crash when saving an attachment
If executed in a pure environment (nix-shell --pure) or depending on the
`gtk3` version of the system Signal-Desktop was e.g. crashing when
clicking on a PDF attachment (instead of showing the dialog to save a
file).
Using wrapGAppsHook and setting XDG_DATA_DIRS to the correct version
fixes this bug.

The error message was the following:
```
(signal-desktop:30756): Gtk-WARNING **: 14:04:49.073: Could not find the icon 'user-home-symbolic-ltr'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
        http://icon-theme.freedesktop.org/releases

(signal-desktop:30756): GLib-GIO-ERROR **: 14:04:49.134: No GSettings schemas are installed on the system
Trace/breakpoint trap
```
2018-06-01 14:32:26 +02:00
adisbladis 83399e3191
firefox-beta-bin: 61.0b9 -> 61.0b10 2018-06-01 14:39:45 +08:00
adisbladis 1bf2fe70a7
firefox-devedition-bin: 61.0b9 -> 61.0b10 2018-06-01 14:39:44 +08:00
Anton Latukha c97fcb4d2b qbittorrent: 4.1.0 -> 4.1.1 (#41252) 2018-06-01 06:02:27 +00:00
Michael Weiss 507d24a7de signal-desktop: 1.11.0 -> 1.12.0 2018-06-01 03:15:31 +02:00
xeji 02b77eaf4a
Merge pull request #41336 from volth/patch-129
frostwire: 6.6.3 -> 6.6.7
2018-06-01 02:10:57 +02:00
volth 8b984ba61e
frostwire: disable auto-update 2018-05-31 22:10:44 +00:00
volth 2bd46c6b80
frostwire-bin: 6.6.5 -> 6.6.7 2018-05-31 21:34:21 +00:00
symphorien 001a84f22a etherape: 0.9.13 -> 0.9.17 (#41332)
fixes startup
2018-05-31 23:33:48 +02:00
volth 75f20c2e3e
frostwire: 6.6.3 -> 6.6.7 2018-05-31 21:33:15 +00:00
Michael Raskin 5957fab607
Merge pull request #41291 from YorikSar/update-chromium
chromium: 66.0.3359.181 -> 67.0.3396.62
2018-05-31 12:05:57 +00:00
Jens Binkert 78ae380773 openshift: fix mkdir command (#41274) 2018-05-31 09:04:17 +02:00
Yuriy Taraday a3efa24da9 chromium: bump dev version 2018-05-31 02:50:27 +04:00
Yuriy Taraday e4810965c0 chromium: fix build for 67 2018-05-31 00:33:42 +04:00
Yuriy Taraday 88007f819d chromium: remove outdated patches 2018-05-31 00:28:51 +04:00
Yuriy Taraday 7acec16226 chromium: 66.0.3359.181 -> 67.0.3396.62
New stable version, with 34 security fixes and site isolation. See
https://chromereleases.googleblog.com/2018/05/stable-channel-update-for-desktop_58.html
2018-05-31 00:27:36 +04:00
Yuriy Taraday 72d7b5ddb1 chromium: fix nix_plugin_paths for 68+ 2018-05-31 00:27:14 +04:00
Yuriy Taraday 584006a85e chromium: fix crashpad build 2018-05-31 00:27:14 +04:00
adisbladis 8f66cd075f
firefox-beta-bin: 61.0b8 -> 61.0b9 2018-05-30 12:00:54 +08:00
adisbladis ce1b5ff26e
firefox-devedition-bin: 61.0b8 -> 61.0b9 2018-05-30 12:00:53 +08:00
Orivej Desh 798d5f5cdb bitlbee: fix build 2018-05-30 01:35:17 +00:00
worldofpeace 570327b0a3 messenger-for-desktop: remove (#41224) 2018-05-29 23:25:11 +02:00
worldofpeace bab973a28b discord: gnome2 cleanup (#41174)
* discord: gnome2 cleanup

* discord: use top-level gtk2
2018-05-29 21:59:05 +02:00
worldofpeace 1f14408b0e skypeforlinux: gnome2 cleanup (#41176)
* skypeforlinux: gnome2 cleanup

* skypeforlinux: use toplevel gdk_pixbuf and gtk2
2018-05-29 21:54:42 +02:00
worldofpeace e25e9d6191 wire-desktop: gnome2 cleanup (#41155)
* wire-desktop: gnome2 cleanup

* wire-desktop: use toplevel gtk2
2018-05-29 21:40:59 +02:00
Jan Tojnar 6045fb6945
franz: use top-level gtk 2018-05-29 15:44:35 +02:00
Jan Tojnar 1ac4be3052
signal-desktop: use top-level gtk 2018-05-29 15:44:34 +02:00
Lancelot SIX a7e0fb6ffc wireshark: 2.4.6 -> 2.4.7 (#41175)
See https://www.wireshark.org/docs/relnotes/wireshark-2.4.7.html for
release information
2018-05-29 00:21:33 +02:00
Sarah Brofeldt 22d217ca18
Merge pull request #41137 from symphorien/teamspeak
teamspeak_client: fix startup
2018-05-28 22:42:46 +02:00
worldofpeace 2c933ce2ac Transporter: init at 1.3.3 (#41127)
* Transporter: init at 1.3.3

* Transporter: clarify description
2018-05-28 22:19:34 +02:00
Matthew Justin Bauer 6cc070df8a
Merge pull request #41162 from ryantm/name-format
treewide: fix derivation names
2018-05-28 13:58:17 -04:00
Ryan Mulligan af9d10a91b treewide: fix derivation names 2018-05-28 05:59:57 -07:00
worldofpeace e1b501a7f6 signal-desktop: gnome2 cleanup (#41156) 2018-05-28 12:53:20 +02:00
worldofpeace 938705cd1f franz: gnome2 cleanup (#41157) 2018-05-28 12:10:04 +02:00
Nick Novitski a797bd6bda minikube: build hyperkit driver on darwin 2018-05-28 00:30:00 +02:00
Nick Novitski 4e31cf1849 minikube: set version of vendored kubernetes libraries
This gives a valid default version when minikube attempts to download
localkube, kubeadm, and other binaries, and makes downloading and vendoring
localkube as binary data unnecessary.
2018-05-28 00:30:00 +02:00
Nick Novitski d2130cd8b6 minikube: remove kubernetes dependency 2018-05-28 00:30:00 +02:00
Frederik Rietdijk b22cc53db1 Merge staging into master 2018-05-27 17:44:08 +02:00
Symphorien Gibol 7ed15eed53 teamspeak_client: fix startup
segfaults with qt5.10, downgrade to 5.9
tries to load its homegrown libqxcb.so which does not find some libs,
use nixpkgs libqxcb.so instead.
2018-05-27 15:32:02 +02:00
Michael Weiss 9cec6df630 tdesktopPackages.preview: 1.2.23 -> 1.2.24 2018-05-27 14:19:30 +02:00
Graham Christensen b1ed0b0481
Merge pull request #41101 from r-ryantm/auto-update/riot-web
riot-web: 0.15.3 -> 0.15.4
2018-05-26 22:51:47 -04:00
R. RyanTM b2aef187a9 errbot: 5.1.3 -> 5.2.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/errbot/versions.

These checks were done:

- built on NixOS
- /nix/store/gfvsdshvr4135r231wzcl2n5if66r0ws-errbot-5.2.0/bin/.errbot-wrapped passed the binary check.
- /nix/store/gfvsdshvr4135r231wzcl2n5if66r0ws-errbot-5.2.0/bin/errbot passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 2 of 2 passed binary check by having the new version present in output.
- found 5.2.0 with grep in /nix/store/gfvsdshvr4135r231wzcl2n5if66r0ws-errbot-5.2.0
- directory tree listing: https://gist.github.com/92be0fef2042d15212f373d23ed09bcf
- du listing: https://gist.github.com/5ca847bd9354551d6e66ba1abc16d23f
2018-05-26 16:21:50 -07:00
R. RyanTM a31a736b96 riot-web: 0.15.3 -> 0.15.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/riot-web/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.15.4 with grep in /nix/store/svsdm27wq2iipppfk9nz8k1n4q6ir9i3-riot-web-0.15.4
- directory tree listing: https://gist.github.com/62108c4884b3db3cad6d53a752a6c775
- du listing: https://gist.github.com/36270da19f3c0390457a50f0c6ecb518
2018-05-26 09:13:28 -07:00
Tuomas Tynkkynen 2760b24462 Merge remote-tracking branch 'upstream/master' into staging 2018-05-26 19:01:18 +03:00
R. RyanTM ebd1881925 pan: 0.144 -> 0.145 (#40963)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/myvdzpw4h622lqfbssrqq8iv0jlgmr3x-pan-0.145/bin/pan passed the binary check.
- /nix/store/myvdzpw4h622lqfbssrqq8iv0jlgmr3x-pan-0.145/bin/.pan-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 2 of 2 passed binary check by having the new version present in output.
- found 0.145 with grep in /nix/store/myvdzpw4h622lqfbssrqq8iv0jlgmr3x-pan-0.145
- directory tree listing: https://gist.github.com/71c7135618028b366312a29248169c8f
- du listing: https://gist.github.com/ab2cc751a6e4bb701fc4e8d6836d398e
2018-05-26 16:13:10 +02:00
Benjamin Staffin e386e19042 slack: 3.1.0 -> 3.2.0-beta2 (#41051)
I know this says it's a beta verison, but
  - This is the version they're distributing on slack.com/download for
    linux
  - The previous releases were "beta" too, they just didn't mention
    it in the version string
2018-05-26 15:40:55 +02:00
Michael Weiss 66aed8fd38 tdesktopPackages.preview: 1.2.22 -> 1.2.23 2018-05-26 11:39:03 +02:00
Sarah Brofeldt 2052c1687e
Merge pull request #41073 from johanot/kube-1.10
kubernetes: 1.9.7 -> 1.10.3
2018-05-26 11:35:37 +02:00
Johan Thomsen df54c25f5a Kubernetes:
- Added information regarding breaking changes to release note for 18.09
- Changed golang version comment in kubernetes package
- Added @johanot to maintainers list
2018-05-26 11:19:12 +02:00
Joachim F 3d1cee050f
Merge pull request #41087 from oxij/pkgs/tor-browsers
tor-browser: 52.7.3esr-7.5-1 -> 52.8.0esr-7.5-1, 52.7.0esr-8.0-1 -> 52.8.0esr-8.0-1
2018-05-26 08:26:12 +00:00
adisbladis b44eec37f7
firefox-beta-bin: 61.0b6 -> 61.0b8 2018-05-26 13:05:01 +08:00
adisbladis e0997ff781
firefox-devedition-bin: 61.0b6 -> 61.0b8 2018-05-26 13:04:52 +08:00
Jan Malakhovski ad35019501 Merge branch 'master' into staging
Fixed conflicts:
- lib/systems/for-meta.nix: in favor of staging
- pkgs/os-specific/darwin/xcode/default.nix: in favor of master
2018-05-26 00:20:17 +00:00
SLNOS d3b0cb379f tor-browser: 52.7.3esr-7.5-1 -> 52.8.0esr-7.5-1, 52.7.0esr-8.0-1 -> 52.8.0esr-8.0-1 2018-05-25 23:57:09 +00:00
Matthew Justin Bauer 98f2f08b4b
Merge pull request #41009 from matthewbauer/normalize-names
Add versions to packages missing it
2018-05-25 16:32:48 -05:00
Matthew Bauer a0f4d19925 treewide: use appendToName where appropriate
Using appendToName preserves the version at the end of the name.
2018-05-25 15:48:31 -05:00
Matthew Bauer 02297beade treewide: add version to packages
Lots of packages are missing versions in their name. This adds them
where appropriate. These were found with this command:

 $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$'

See issue #41007.
2018-05-25 15:48:05 -05:00
Michael Weiss 0fd98c6897 tdesktopPackages.preview: 1.2.21 -> 1.2.22 2018-05-25 21:06:47 +02:00
Léo Gaspard 8b6ddc89dd nheko: 0.4.1 -> 0.4.2 (#41077) 2018-05-25 13:47:18 +02:00
Johan Thomsen 3e3917bb9e kubernetes: 1.10.0 -> 1.10.3 2018-05-25 10:50:36 +02:00
Charles Strahan 996849ab86 kubernetes: update to 1.10 2018-05-25 10:50:36 +02:00
xeji a2d2a6eaa9
Merge pull request #41030 from Ekleog/nheko-0.4.1
nheko: 0.4.0 -> 0.4.1
2018-05-24 20:50:23 +02:00
Léo Gaspard 0e84af1772
nheko: make darwin build fail later 2018-05-24 20:00:35 +02:00
Léo Gaspard 291808359b
nheko: 0.4.0 -> 0.4.1 2018-05-24 17:09:15 +02:00
Joachim F d5224785d1
Merge pull request #40728 from taku0/firefox-bin-60.0.1
firefox, firefox-bin: 60.0 -> 60.0.1,  firefox-esr: 60.0esr -> 60.0.1esr
2018-05-23 20:03:50 +00:00
Michael Weiss ca2f49d1f0 gns3Packages.{server,gui}{Stable,Preview}: 2.1.5 -> 2.1.6 2018-05-23 22:03:17 +02:00
John Ericson d7144e708b Merge remote-tracking branch 'upstream/master' into staging 2018-05-23 16:00:04 -04:00
Jan Tojnar a8d43946e7
Merge pull request #26090 from edwtjo/feedreader-2.0
FeedReader 2.0
2018-05-23 19:34:12 +02:00
John Ericson 18742471af Merge remote-tracking branch 'upstream/master' into staging
Use newer vagrant from master
2018-05-23 09:40:37 -04:00
Guthrie McAfee Armstrong ca556c4def Remove "free and secure" from Discord description (#40968)
* Remove "free and secure" from Discord description

Changed Discord package description to remove "free and secure". We can't vouch for its security, but it's definitely not "free" in the sense that most users would read this description. ;)

* Add "cross-platform" to Discord description
2018-05-23 10:27:08 +02:00
Edward Tjörnhammar 5d88b73cef
feedreader: init at 2.2 2018-05-23 01:50:42 +02:00
Kevin Liu b77277fcdc helmfile: init at 0.16.0 (#40814) 2018-05-22 18:38:05 +02:00
Pascal Wittmann c4da8650c1
Merge pull request #40819 from vincentbernat/update/terraform
terraform_0_11: 0.11.6 -> 0.11.7
2018-05-22 18:06:16 +02:00
Tuomas Tynkkynen f9feacfc7c Merge remote-tracking branch 'upstream/master' into staging 2018-05-22 17:48:29 +03:00
Jörg Thalheim 090b7cc8f1 purple-xmpp-http-upload: use date of commit as version 2018-05-22 08:14:19 +01:00
Jörg Thalheim 5a7e42f6a3
Merge pull request #40908 from emmanuelrosa/purple-xmpp-http-upload
purple-xmpp-http-upload: init at 178096c
2018-05-22 08:12:53 +01:00