Commit graph

11208 commits

Author SHA1 Message Date
Louis Blin 511cb624b7 node-problem-detector: init at 0.8.1
Package is missing, built from Golang sources on GitHub.
2020-04-06 08:35:22 +01:00
Ryan Mulligan 1e0f8e421c
Merge pull request #84171 from ehmry/gomuks
gomuks: 2020-02-19 -> 2020-03-20
2020-04-05 22:23:45 -07:00
Ryan Mulligan 946576dac0
Merge pull request #84067 from alevy/master
zulip: 4.0.0 -> 5.0.0
2020-04-05 22:16:31 -07:00
Graham Christensen be353eb83a
Merge pull request #84369 from cleverca22/fix-k3s
k3s: fix https://hydra.nixos.org/build/116132269
2020-04-05 15:07:51 -04:00
Michael Bishop f03c088a36
k3s: fix https://hydra.nixos.org/build/116132269 2020-04-05 15:45:46 -03:00
Florian Klink 29f491d5b7
Merge pull request #81864 from volth/patch-389
firefox: mark as broken on 32-bit buildPlatform
2020-04-05 20:29:29 +02:00
Benjamin Hipple 0454fae7ca
Merge pull request #84130 from OmnipotentEntity/rfc45-part2
treewide: quoted urls for RFC45, only the rebuilds
2020-04-05 11:15:20 -04:00
Michael Reilly e20f308b8e treewide: quoted urls for RFC45, only the rebuilds 2020-04-05 10:17:15 -04:00
Jeff Labonte e1c851a5d7 brave: 1.5.115 -> 1.5.123 2020-04-05 15:38:53 +02:00
Euan Kemp e370711ad0 k3s: init at 1.17.3+k3s1
This packages k3s as a single self-contained binary (as upstream k3s
does), but without having to download any impure already-built binaries.

The upstream packaging scripts are used. Due to k3s's rather complicated
packaging arrangement, this ends up being a rather long derivation.
2020-04-05 15:34:18 +02:00
Frederik Rietdijk 866c5aa090 Merge master into staging-next 2020-04-05 08:33:39 +02:00
Jan Tojnar 95419ade3e
modem-manager-gui: Fix build
Attempt to fix the following issue:

	Running custom install script '/nix/store/9z5fg8ia4lr10nqglk3jlwyd7xcqadzk-meson-0.53.2/bin/meson --internal yelphelper install --subdir=help --id=modem-manager-gui --installdir=share/help --sources=about.page@@contrib-code.page@@contrib-translations.page@@index.page@@license.page@@report-bugs.page@@usage-config.page@@usage-contacts.page@@usage-getinfo.page@@usage-modem.page@@usage-netsearch.page@@usage-sms.page@@usage-traffic.page@@usage-ussd.page --symlinks=true --media=figures/contacts-window.png@@figures/modem-manager-gui-logo.png@@figures/network-info.png@@figures/scan-window.png@@figures/sms-window.png@@figures/traffic-window.png@@figures/ussd-window.png@@figures/startup-window.png'
	Traceback (most recent call last):
	  File "/nix/store/0jg6lgd7i6c3y4jjms8j0b0cigij94hn-itstool-2.0.6/bin/itstool", line 1598, in <module>
	    doc.merge_translations(translations, opts.lang, strict=opts.strict)
	  File "/nix/store/0jg6lgd7i6c3y4jjms8j0b0cigij94hn-itstool-2.0.6/bin/itstool", line 984, in merge_translations
	    lcpar = lcpar.parent
	  File "/nix/store/cp1g6m360dky1baz3x5q5gm92basj7rv-python3-3.7.7-env/lib/python3.7/site-packages/libxml2.py", line 296, in get_parent
	    return nodeWrap(ret)
	  File "/nix/store/cp1g6m360dky1baz3x5q5gm92basj7rv-python3-3.7.7-env/lib/python3.7/site-packages/libxml2.py", line 580, in nodeWrap
	    if name[0:8] == "document":
	TypeError: 'NoneType' object is not subscriptable
	[...]
	Installing /build/hg-archive/build/help/uk/usage-ussd.page to /nix/store/8miw71zkfjqd8z3v5zzp8ybv6pxmc33y-modem-manager-gui-0.0.19.1/share/help/uk/modem-manager-gui/usage-ussd.page
	Traceback (most recent call last):
	  File "/nix/store/9z5fg8ia4lr10nqglk3jlwyd7xcqadzk-meson-0.53.2/bin/meson", line 9, in <module>
	    sys.exit(main())
	  File "/nix/store/9z5fg8ia4lr10nqglk3jlwyd7xcqadzk-meson-0.53.2/lib/python3.7/site-packages/mesonbuild/mesonmain.py", line 226, in main
	    return run(sys.argv[1:], launcher)
	  File "/nix/store/9z5fg8ia4lr10nqglk3jlwyd7xcqadzk-meson-0.53.2/lib/python3.7/site-packages/mesonbuild/mesonmain.py", line 215, in run
	    return run_script_command(args[1], args[2:])
	  File "/nix/store/9z5fg8ia4lr10nqglk3jlwyd7xcqadzk-meson-0.53.2/lib/python3.7/site-packages/mesonbuild/mesonmain.py", line 163, in run_script_command
	    return module.run(script_args)
	  File "/nix/store/9z5fg8ia4lr10nqglk3jlwyd7xcqadzk-meson-0.53.2/lib/python3.7/site-packages/mesonbuild/scripts/yelphelper.py", line 132, in run
	    destdir, options.project_id, options.symlinks)
	  File "/nix/store/9z5fg8ia4lr10nqglk3jlwyd7xcqadzk-meson-0.53.2/lib/python3.7/site-packages/mesonbuild/scripts/yelphelper.py", line 71, in install_help
	    shutil.copyfile(infile, outfile)
	  File "/nix/store/vs4vj1yzqj1bkcqkf3b6sxm6jfy1gb4j-python3-3.7.7/lib/python3.7/shutil.py", line 120, in copyfile
	    with open(src, 'rb') as fsrc:
	FileNotFoundError: [Errno 2] No such file or directory: '/build/hg-archive/build/help/uk/usage-ussd.page'
	FAILED: meson-install
2020-04-05 04:51:20 +02:00
R. RyanTM 744ca030a0
fluxctl: 1.18.0 -> 1.19.0 2020-04-05 00:06:18 +00:00
Benjamin Hipple 167ed90749
Merge pull request #84264 from bqv/qweechat
qweechat: add setuptools dependency
2020-04-04 14:50:18 -04:00
Tony Olagbaiye d7bd69b32d qweechat: add setuptools dependency 2020-04-04 19:18:11 +01:00
Michele Guerini Rocco 4540716848
Merge pull request #84245 from rnhmjoj/riot-fix
riot-desktop: add gsettings schemas to the wrapper
2020-04-04 20:07:07 +02:00
Ryan Mulligan 19b7a98e6a
Merge pull request #83731 from r-ryantm/auto-update/kubeseal
kubeseal: 0.10.0 -> 0.12.0
2020-04-04 06:36:41 -07:00
Andreas Rammhold da542ec399
Merge pull request #84211 from andir/firefox
firefox: 74.0 -> 74.0.1
2020-04-04 12:59:37 +02:00
rnhmjoj 1af6a1a134
riot-desktop: add gsettings schemas to the wrapper 2020-04-04 11:27:40 +02:00
Andreas Rammhold f6430a2aea
firefox-esr: 68.8.0esr -> 68.8.1esr 2020-04-03 22:42:48 +02:00
Andreas Rammhold befaaff62b
firefox-devedition-bin: 75.0b10 -> 75.0b12 2020-04-03 22:12:29 +02:00
Andreas Rammhold c1d2dc9666
firefox-beta-bin: 75.0b10 -> 75.0b11 2020-04-03 22:11:59 +02:00
Andreas Rammhold 87abb48dc2
firefox-bin: 74.0 -> 74.0.1 2020-04-03 22:11:37 +02:00
Andreas Rammhold 48e6a3f1f1
firefox: 74.0 -> 74.0.1 2020-04-03 22:11:03 +02:00
Frederik Rietdijk 92124ed660 Merge master into staging-next 2020-04-03 21:54:40 +02:00
Wael Nasreddine 9e55da14fe
prow: 2019-08-14 -> 2020-04-01 (#84055) 2020-04-03 10:09:11 -07:00
Florian Klink ed3ec0be54
Merge pull request #84008 from mredaelli/notmuch
notmuch: extract optional dependencies
2020-04-03 17:57:58 +02:00
Massimo Redaelli b6f6fd8d00 notmuch: extract optional dependencies 2020-04-03 16:41:27 +02:00
Michael Weiss 9f3914824d
chromium: Ignore unknown warning options
This can e.g. save around 150k lines of unnecessary log messages which
take up around 66% of the total lines (based on a log of 80.0.3987.100):
29527 warning: unknown warning option '-Wno-bitwise-conditional-parentheses'; did you mean '-Wno-bitwise-op-parentheses'? [-Wunknown-warning-option]
29527 warning: unknown warning option '-Wno-builtin-assume-aligned-alignment' [-Wunknown-warning-option]
29527 warning: unknown warning option '-Wno-deprecated-copy'; did you mean '-Wno-deprecated'? [-Wunknown-warning-option]
29527 warning: unknown warning option '-Wno-final-dtor-non-final-class'; did you mean '-Wno-abstract-final-class'? [-Wunknown-warning-option]
29527 warning: unknown warning option '-Wno-implicit-int-float-conversion'; did you mean '-Wno-implicit-float-conversion'? [-Wunknown-warning-option]
2020-04-03 12:40:46 +02:00
Michael Weiss cbd13f3c55
chromium: 80.0.3987.162 -> 80.0.3987.163
https://chromereleases.googleblog.com/2020/04/stable-channel-update-for-desktop.html

Note: This update contains only two fixes [0]. The fix that reverts a
feature which caused a crash spike on 80.0.3987.162 [1] seems important
for us (though the commit doesn't provide any data on the crash spike).

[0]: https://chromium.googlesource.com/chromium/src/+log/80.0.3987.162..80.0.3987.163?pretty=fuller
[1]: fc11c43603
2020-04-03 11:17:54 +02:00
Emery Hemingway e1d2441468 gomuks: 2020-02-19 -> 2020-03-20
Add a .desktop file to the output.
2020-04-03 14:25:09 +05:30
Florian Klink 26afabaca2
Merge pull request #83279 from flokli/bump-terraform-providers
bump terraform providers
2020-04-02 19:00:28 +02:00
Florian Klink 9f270c6491 terraform-providers: update 2020-04-02 18:33:40 +02:00
Tony Olagbaiye 810909de3e python3Packages.weechat-matrix: unstable-2020-01-21 -> 0.1.0 2020-04-02 16:18:12 +00:00
zimbatm 3e5149a79a terraform-providers: fix the google and google-beta providers 2020-04-02 17:53:05 +02:00
Florian Klink 2e19bc7074 terraform-providers: refactor
Some terraform providers were moved to the `hashicorp` organization,
some are still in the `terraform-providers` organization.

GitHub doesn't show moved repositories when querying via the API (only
on the web interface). In addition, if there are more than 100 results
(there still are), we'd need to implement paging, which is cubersome in curl.

In addition to that, to look up tags, we used to creating a HTTP request
for each and every provider, which caused us to easily get blocked by
GitHubs rate-limiting.

Instead of all that, let's use `hub` (which implements paging) and the
GitHub's GraphQL endpoint to get a list all repositories for a given
organization AND the latest tag for each of them.

We post-process the output with `jq`.

This also removes the providers.txt and folds the data into the script.
The blacklist was becoming too annoying to handle as a config file.

For the whitelist, we still need to individually fetch tags.

Fixes #83215

Co-Authored-By: zimbatm <zimbatm@zimbatm.com>
2020-04-02 17:53:05 +02:00
Tim Steinbach 5d9e9258de
vivaldi: 2.11.1811.49-1 -> 2.11.1811.51-1 2020-04-02 10:05:48 -04:00
Michael Weiss 36c7123709
chromiumDev: Remove a patch that is already applied
This fixes the patch phase.
I missed this problem in #83956.
2020-04-02 13:01:39 +02:00
Michael Weiss 7116a88d26
Merge pull request #83956 from primeos/chromium
chromium: 80.0.3987.149 -> 80.0.3987.162
2020-04-02 12:32:10 +02:00
Amit Aryeh Levy 1586f2851e zulip: 4.0.0 -> 5.0.0
Zulip 5.0 fixes multiple security issues. See:
https://blog.zulip.org/2020/04/01/zulip-desktop-5-0-0-security-release/
2020-04-01 22:35:57 -04:00
Ryan Mulligan 63f8e22dd8
Merge pull request #83976 from r-ryantm/auto-update/helmfile
helmfile: 0.102.0 -> 0.106.3
2020-04-01 08:26:36 -07:00
Maximilian Bosch d7c0018c79
riot-desktop: 1.5.14 -> 1.5.15
https://github.com/vector-im/riot-web/releases/tag/v1.5.15
2020-04-01 16:53:46 +02:00
Maximilian Bosch 04a6f80ff4
riot-web: 1.5.14 -> 1.5.15
https://github.com/vector-im/riot-web/releases/tag/v1.5.15
2020-04-01 16:53:46 +02:00
R. RyanTM e1aa19654c
k9s: 0.17.7 -> 0.18.1 2020-04-01 13:41:04 +00:00
R. RyanTM ca242d60b5 qbec: 0.10.5 -> 0.11.0 2020-04-01 17:14:06 -07:00
R. RyanTM aa686b740c signal-cli: 0.6.5 -> 0.6.6 2020-04-01 16:45:46 -07:00
Mario Rodas 9644e10968
Merge pull request #83621 from cgevans/fix-mullvad-appindicator2
mullvad-vpn: add libappindicator dependency and fix mullvad-problem-report link
2020-04-01 08:16:51 -05:00
Mario Rodas dd1068f840
Merge pull request #80721 from emacsomancer/mullvad2020.3
mullvad-vpn: 2020.2 -> 2020.3
2020-04-01 08:16:34 -05:00
R. RyanTM 596473df4a helmfile: 0.102.0 -> 0.106.3 2020-04-01 12:52:51 +00:00
Michael Weiss 606baf03ba
tdesktop: 1.9.21 -> 2.0.1 (#83790)
* tdesktop: 1.9.21 -> 2.0.0
* tdesktop: 2.0.0 -> 2.0.1
2020-04-01 14:52:34 +02:00