Commit Graph

11364 Commits

Author SHA1 Message Date
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
Sebastien Bariteau
5439272b1b nomad: 0.10.2 -> 0.10.5 2020-04-05 17:46:12 -04: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
ce2321f938 Merge staging-next into staging 2020-04-05 08:34:03 +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
worldofpeace
204d7bc28b Revert "riot-desktop: add gsettings schemas to the wrapper"
This reverts commit 1af6a1a134.
2020-04-04 17:23:14 -04:00
Mario Rodas
5b17f17f79
stig: fix build 2020-04-04 16:20:00 -05: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
Peter Hoeg
022ebea84c maestral: 0.6.1 -> 0.6.3 2020-04-03 22:09:47 +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
4be26439a0 kubernetes: 1.17.3 -> 1.18.0 2020-04-01 13:59:46 +00: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
Michael Weiss
6b7528c940
chromium: 80.0.3987.149 -> 80.0.3987.162
https://chromereleases.googleblog.com/2020/03/stable-channel-update-for-desktop_31.html

This update includes 8 security fixes.

CVEs:
CVE-2020-6450 CVE-2020-6451 CVE-2020-6452
2020-04-01 12:37:52 +02:00
volth
a88dc23280 quaternion: fix build with config.allowAliases=false 2020-03-31 23:43:34 +02:00
Jan Tojnar
3e0f4e202f
Merge branch 'master' into staging-next 2020-03-31 21:32:15 +02:00
R. RyanTM
e38859deac ephemeral: 6.3.0 -> 6.3.1 2020-03-30 17:57:40 -07:00
Maximilian Bosch
ec15aeb12f
riot-desktop: 1.5.13 -> 1.5.14
https://github.com/vector-im/riot-web/releases/tag/v1.5.14
2020-03-31 00:06:33 +02:00
Maximilian Bosch
ff07660248
riot-web: 1.5.13 -> 1.5.14
https://github.com/vector-im/riot-web/releases/tag/v1.5.14
2020-03-31 00:06:33 +02:00
Marek Mahut
8b018a3fd4
Merge pull request #83273 from mmahut/dnscontrol
dnscontrol: init at 3.0.0
2020-03-30 21:40:51 +02:00
Jörg Thalheim
ca9ea76e16
Merge pull request #82828 from danieldk/skype-appindicator
skypeforlinux: support app indicator
2020-03-30 09:51:26 +01:00
R. RyanTM
1a17de0ead kubeseal: 0.10.0 -> 0.12.0 2020-03-30 00:55:51 +00:00
Andreas Rammhold
0d5fc5bf42
Merge pull request #83691 from mweinelt/pr/weechat/v2.8
weechat: v2.7.1 → v2.8
2020-03-29 20:30:21 +02:00
Michael Weiss
0dd5ccc742
mesos,swiften,pingus: Mark as broken
Those packages are broken for >4 months, which is why it seems best to
mark them as broken for now. I noticed these while testing #75877.
2020-03-29 20:06:41 +02:00
Florian Klink
ae3928997c
Merge pull request #82807 from mehlon/tor-browser
tor-browser-bundle-bin: enable multimedia support by default
2020-03-29 19:41:40 +02:00
Martin Weinelt
f83d12d554
weechat: v2.7.1 → v2.8
New features

    core: add variable "old_full_name" in buffer, set during buffer renaming (issue weechat/weechat#1428)
    core: add debug option "-d" in command /eval (issue weechat/weechat#1434)
    api: add functions crypto_hash and crypto_hash_pbkdf2
    api: add info "auto_connect" (issue weechat/weechat#1453)
    api: add info "weechat_headless" (issue weechat/weechat#1433)
    buflist: add pointer "window" in bar item evaluation
    irc: add support of fake servers (no I/O, for testing purposes)
    relay: accept hash of password in init command of weechat protocol with option "password_hash" (PBKDF2, SHA256, SHA512)
    relay: reject client with weechat protocol if password or totp is received in init command but not set in WeeChat (issue weechat/weechat#1435)

Bug fixes

    core: fix memory leak in completion
    core: flush stdout/stderr before forking in hook_process function (issue weechat/weechat#1441)
    core: fix evaluation of condition with nested "if" (issue weechat/weechat#1434)
    irc: split AUTHENTICATE message in 400-byte chunks (issue weechat/weechat#1459)
    irc: copy temporary server flag in command /server copy
    irc: add nick changes in the hotlist (except self nick change)
    irc: case-insensitive comparison on incoming CTCP command, force upper case on CTCP replies (issue weechat/weechat#1439)
    irc: fix memory leak when the channel topic is changed
    logger: fix crash when logging is disabled on a buffer and the log file was deleted in the meanwhile, when option logger.file.info_lines is on (issue weechat/weechat#1444)
    php: fix crash when loading script with PHP 7.4 (issue weechat/weechat#1452)
    relay: update buffers synchronization when buffers are renamed (issue weechat/weechat#1428)
    script: fix memory leak in read of script repository file if it has invalid content
    script: fix unexpected display of scripts list in buffer with command /script list -i
    xfer: send signal "xfer_ended" after the received file has been renamed (issue weechat/weechat#1438)

Tests

    scripts: fix generation of test scripts with Python 3.8
    unit: add tests on IRC protocol functions and callbacks
    unit: add tests on function secure_derive_key
    unit: add tests on functions util_get_time_diff and util_file_get_content

Build

    core: fix Cygwin build
    guile: add detection of Guile 3.0.0 (issue weechat/weechat#1442)
    irc: fix build with GnuTLS < 3.1.0 (issue weechat/weechat#1431)
    php: add detection of PHP 7.4
    ruby: add detection of Ruby 2.7 (issue weechat/weechat#1455)
2020-03-29 16:04:28 +02:00
Andreas Wiese
58a69bc9e3 matrix-dl: fix license
I initially looked at the wrong places for this, where it's actually
stated in setup.py.  I'm not quite a python guy.
2020-03-29 15:29:18 +02:00
Jörg Thalheim
8f95431dac
newsboat: fix strict deps build 2020-03-29 12:37:26 +01:00
Jörg Thalheim
5a1bffc7eb
fractal: fix strict deps build 2020-03-29 12:37:25 +01:00
Benjamin Hipple
eda60c51a9
Merge pull request #83225 from vbgl/pjsip-2.10
pjsip: 2.9 → 2.10
2020-03-28 23:29:57 -04:00
Benjamin Hipple
eb2f8d2a8b
Merge pull request #83414 from dasj19/qbittorrent-update
libtorrent-raster: 1.1.11 -> 1.2.5; qbittorrent: 4.2.1 -> 4.2.2
2020-03-28 23:02:56 -04:00
Maximilian Bosch
3f0a792feb
Merge pull request #83300 from mehlon/torbrowser-1.0.7
tor-browser-bundle-bin: 9.0.6 -> 9.0.7
2020-03-29 01:01:31 +01:00
Jan Tojnar
fa4e1bbe07
Merge branch 'master' into staging-next
Fix eval of nixos/nginx
2020-03-29 00:35:29 +01:00
worldofpeace
f8ccef5edb riot-desktop: fix StartupWMClass
It seems the quoting breaks it just like in da587daae5

(cherry picked from commit e50bb280cbf5339ed671b0a7208e6aba4002c713)
2020-03-28 18:38:27 -04:00
Maximilian Bosch
df21a1e977
Merge pull request #83622 from matthiasbeyer/update-mutt
mutt: 1.13.4 -> 1.13.5
2020-03-28 22:44:43 +01:00
Matthias Beyer
63a3a81863 mutt: 1.13.4 -> 1.13.5 2020-03-28 22:27:38 +01:00
Constantine Glen Evans
1eacf626ed mullvad-vpn: fix mullvad-problem-report link 2020-03-28 14:24:24 -07:00
Constantine Glen Evans
061e73c959 mullvad-vpn: add libappindicator dependency
Adding libappindicator as a runtime dependency allows the Electron-based gui app
to have an appindicator in desktop environments that support them (eg,
Gnome with the appindicator support extension).
2020-03-28 14:00:20 -07:00
Maximilian Bosch
74deced24d
Merge pull request #83521 from herrwiese/for-master/matrix-dl
matrix-dl: init at (unstable-)2019-09-22
2020-03-28 21:24:33 +01:00
Frederik Rietdijk
a36be028f5 Merge staging-next into staging 2020-03-28 21:15:15 +01:00
Ryan Mulligan
c2b0601d48
Merge pull request #83075 from r-ryantm/auto-update/dropbox-cli
dropbox-cli: 2019.02.14 -> 2020.03.04
2020-03-28 08:39:52 -07:00
Michael Weiss
d83420f5e1
Merge pull request #82919 from artemist/chromium-ozone
chromium: Add option to enable ozone (for Wayland)
2020-03-28 14:50:21 +01:00
Michael Raskin
05f0934825
Merge pull request #82939 from jluttine/linphone-4.1.1
linphone: 3.12.0 -> unstable-2020-03-06
2020-03-28 12:27:16 +00:00
Robin Gloster
d4f08ee383
Merge pull request #83452 from prusnak/slack
slack: 4.2.0 -> 4.4.0
2020-03-28 12:06:19 +00:00
Katharina Fey
b3e6d205b8
msmtp: adding texinfo to buildInputs (#83497) 2020-03-28 12:40:30 +01:00
Jaakko Luttinen
8b2abbbcb5
linphone: 3.12.0 -> unstable-2020-03-06 2020-03-28 12:49:50 +02:00
adisbladis
e76a190ce7
firefox-devedition-bin: 75.0b2 -> 75.0b10 2020-03-28 10:31:07 +00:00
adisbladis
657d81a4c3
firefox-beta-bin: 75.0b2 -> 75.0b10 2020-03-28 10:31:07 +00:00
Jörg Thalheim
774ddebd87
Merge pull request #83472 from Mic92/propragate-darwin-go
Propragate darwin go
2020-03-28 06:57:59 +00:00
Dmitry Kalinkin
0df2d9f900 bluejeans: 1.36.9 -> 2.1.0 2020-03-28 01:07:49 -04:00
Dmitry Kalinkin
d5e41b6740 bluejeans: apply nixpkgs-fmt 2020-03-28 01:02:34 -04:00
Artemis Tosini
b3e1a1bbbb
chromium: Add option to enable ozone (for Wayland) 2020-03-27 21:16:38 +00:00
Andreas Wiese
f0f6527e97 matrix-dl: init at (unstable-)2019-09-22 2020-03-27 21:44:26 +01:00
Florian Klink
728188794e
Merge pull request #82664 from toonn/wire-desktop-bump
wire-desktop: linux 3.12.2916 -> 3.15.2922, mac 3.12.3490 -> 3.15.3621
2020-03-27 19:18:05 +01:00
Michael Weiss
0950324466 scons: Add passthru.py2 for backward compatibility
Not all packages build with Python 3, see #75877. The goal is to get rid
of Python 2 but this approach ensures a smoother transition.
2020-03-27 10:49:52 -07:00
Pavol Rusnak
84d18ac49f
slack: 4.2.0 -> 4.4.0
* 4.4.1 on Darwin
* remove dark-theme, it's now included in the release
2020-03-27 14:45:49 +01:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Dmitry Kalinkin
5f372b1241
Merge pull request #81127 from gnidorah/vk
vk-messenger: 4.5.2 -> 5.0.1
2020-03-27 03:30:59 -04:00
Mario Rodas
3afe526536
Merge pull request #83120 from JeffLabonte/update_brave_1.5.112_to_1.5.115
brave: 1.5.112 -> 1.5.115
2020-03-26 22:54:24 -05:00
Maximilian Bosch
c20428ee24
rambox: 0.7.4 -> 0.7.5
https://github.com/ramboxapp/community-edition/releases/tag/0.7.5
2020-03-27 00:48:12 +01:00
Michael Weiss
38aa1cad7f
signal-desktop: 1.32.2 -> 1.32.3 2020-03-26 22:16:48 +01:00
worldofpeace
9127e02eb5
Merge pull request #83274 from arianvp/patch-5
wire-desktop: Fix StartupWMClass
2020-03-26 10:57:03 -04:00
Michael Weiss
8978ef3877
gns3-{gui,server}: 2.2.5 -> 2.2.6 (#83422) 2020-03-26 13:45:35 +01:00
toonn
55ce589f18
wire-desktop: linux 3.15.2922 -> 3.16.2923 2020-03-26 12:35:29 +01:00
Michael Weiss
5c4735947d
signal-desktop: 1.32.1 -> 1.32.2 2020-03-26 12:17:23 +01:00
Daniel Șerbănescu
cc03fb4210 libtorrent-raster: 1.1.11 -> 1.2.5; qbittorrent: 4.2.1 -> 4.2.2 2020-03-26 11:28:31 +01:00
Jörg Thalheim
c7fc0ed352
Merge pull request #83339 from bdesham/wee-slack-2.5.0
weechatScripts.wee-slack: 2.4.0 -> 2.5.0
2020-03-26 07:22:40 +00:00
Pascal Bach
36c7dc26e4 skypeforlinux: 8.56.0.103 -> 8.58.0.93 2020-03-26 08:14:08 +01:00
Benjamin Esham
a2d9581ac8 weechatScripts.wee-slack: 2.4.0 -> 2.5.0
wee-slack now (optionally) depends on a data file called weemoji.json
that allows it to translate between Slack emoji names (like
"slight_smile") and Unicode codepoints. For convenience, the derivation
now installs this file and patches the script so that the user doesn't
need to do any extra configuration to use it.
2020-03-25 20:08:26 -07:00
Tim Steinbach
f47e15a63c
zoom-us: 3.5.372466.0322 -> 3.5.374815.0324 2020-03-25 13:06:02 -04:00
Timo Kaufmann
2136d80fb3
Merge pull request #83190 from doronbehar/update-newsboat
newsboat: 2.18 -> 2.19
2020-03-25 13:11:05 +00:00
Michael Weiss
29becfcf19
Merge pull request #83304 from nh2/issue-41918-chromium-swiftshader-by-default
chromium: Enable swiftshader by default.
2020-03-25 13:42:30 +01:00
Mario Rodas
e9642f2507
Merge pull request #83271 from liff/teams/v1.3.00.5153
teams: 1.3.00.958 -> 1.3.00.5153
2020-03-24 20:59:12 -05:00
Benjamin Hipple
ba1bf8404d
Merge pull request #81735 from JeffLabonte/protonvpn-ng_update_2.2.0_to_2.2.2
Protonvpn ng update 2.2.0 to 2.2.2
2020-03-24 20:46:47 -04:00
Jeff Labonte
9fe4a634c1 protonvpn-cli-ng: 2.2.0 -> 2.2.2 2020-03-24 20:43:55 -04:00
Niklas Hambüchen
015bb28ae1 chromium: Enable swiftshader by default.
This makes it possible to use chromium headless with WebGL
(e.g. for webdriver tests) without having to rebuild from source.

The upstram default is to enable, thus simply removing our disabling switch.

Also fixes #41918.
2020-03-24 22:50:49 +01:00
Peter Simons
b3c2908825 chromium: I accidentally added the webrtc patch into the wrong section 2020-03-24 22:50:03 +01:00
mehlon
79f6b312ba tor-browser-bundle-bin: 9.0.6 -> 9.0.7 2020-03-24 17:19:42 +01:00
Tim Steinbach
66172a2ea4
zoom-us: 3.5.361976.0301 -> 3.5.372466.0322 2020-03-24 10:38:07 -04:00
Marek Mahut
6ca4160398 dnscontrol: remove unnecessary binries 2020-03-24 13:46:57 +01:00
Arian van Putten
da587daae5
wire-desktop: Fix StartupWMClass
With quotes it doesn't match the Wire's screen, causing the window to not be grouped under its icon in Gnome.
2020-03-24 11:22:03 +01:00
Marek Mahut
3f5fd762de dnscontrol: init at 3.0.0. 2020-03-24 11:12:31 +01:00
Olli Helenius
898a3bf006
teams: 1.3.00.958 -> 1.3.00.5153 2020-03-24 11:26:24 +02:00
Jan Tojnar
5f996f3843
telepathy-mission-control: Fix property name
New GLib is much stricter.
2020-03-24 07:11:24 +01:00
worldofpeace
3a6d2f7d30
Merge pull request #81159 from c00w/some_go_112_drop
[go] Undo some 1.12 overrides that now build with 1.13
2020-03-23 17:34:58 -04:00
Michael Weiss
fca8961bdb
Revert "chromiumDev: Add the missing clang-format binary"
This reverts commit 02ca096a85.

The clang-format binary is now included in the release tarball [0] and
we don't need to add it anymore. This fixes the following build error:
ln: failed to create symbolic link 'buildtools/linux64/clang-format': File exists
However, the build still fails a bit later in the configure phase.

[0]: https://bugs.chromium.org/p/chromium/issues/detail?id=1052503
2020-03-23 21:50:48 +01:00
Maximilian Bosch
70fe2c9e2f
rambox: 0.7.3 -> 0.7.4
https://github.com/ramboxapp/community-edition/releases/tag/0.7.4
2020-03-23 18:31:08 +01:00
worldofpeace
ca10dbcb98
Merge pull request #81171 from r-ryantm/auto-update/remmina
remmina: 1.3.10 -> 1.4.1
2020-03-23 13:30:47 -04:00
Vincent Laporte
98eb146164
pjsip: 2.9 → 2.10 2020-03-23 17:16:02 +01:00
Peter Simons
81b18c3711 chromium: fix webrtc interaction with pulseaudio
The webrtc code suffered from a race condition when used
with Pulseaudio. This lead to audio input breaking every
couple of minutes during a webrtc session.
2020-03-23 16:56:08 +01:00
Jörg Thalheim
5f3f4cb1be
terraform-libvirt: fix strict deps build 2020-03-23 08:16:46 +00:00
Jörg Thalheim
77b12146c9
coyim: fix strict deps build 2020-03-23 08:16:43 +00:00
Jörg Thalheim
72f4001e1e
kops: fix strict deps build 2020-03-23 08:14:59 +00:00
Jörg Thalheim
0d3f06bfbf
kubernetes: put build tools into nativeBuildInputs 2020-03-23 08:14:42 +00:00
Jörg Thalheim
e77dca6ca8
browsh: fix build with strict deps enabled 2020-03-23 08:14:39 +00:00
Doron Behar
a0e990a667 newsboat: remove no longer needed NIX_CFLAGS 2020-03-23 10:13:15 +02:00
Doron Behar
6f0c123d8a newsboat: do rust tests - use preCheck, not checkPhase 2020-03-23 10:13:00 +02:00
Doron Behar
d505a0d169 newsboat: quote homepage url 2020-03-23 10:12:44 +02:00
Doron Behar
b3c6743113 newsboat: Switch to asciidoctor from asciidoc 2020-03-23 10:12:19 +02:00
Doron Behar
bde4257fbd newsboat: 2.18 -> 2.19 2020-03-23 10:12:10 +02:00
Colin L Rice
ac1336120f treewide Drop unneeded go 1.12 overrides 2020-03-22 18:06:25 -04:00
Tim Steinbach
e692babf05
vivaldi: 2.11.1811.47-1 -> 2.11.1811.49-1 2020-03-22 12:08:50 -04:00
Mario Rodas
4e6bf03504
Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin
treewide: fix buildGoModule packages on darwin
2020-03-22 08:13:37 -05:00
Michele Guerini Rocco
92a43999d1
Merge pull request #82555 from r-ryantm/auto-update/magnetico
magnetico: 0.9.0 -> 0.11.0
2020-03-22 10:12:14 +01:00
Jeff Labonte
fa5fc4993e brave: 1.5.112 -> 1.5.115 2020-03-22 00:41:33 -04:00
Michael Weiss
5ce86bc4ac
wayvnc: 0.1.1 -> 0.1.2 2020-03-21 21:36:53 +01:00
R. RyanTM
ec28ea8914 dropbox-cli: 2019.02.14 -> 2020.03.04 2020-03-21 13:00:37 +00:00
Mario Rodas
8a51989af0 terraform-providers.elasticsearch: fix build on darwin 2020-03-21 06:25:00 -05:00
Mario Rodas
d77fc69768 syncthing: fix build on darwin 2020-03-21 06:24:00 -05:00
Mario Rodas
4e9e877ca3 minikube: fix build on darwin 2020-03-21 06:17:00 -05:00
Mario Rodas
8b8dff4cc9 jx: fix build on darwin 2020-03-21 06:14:00 -05:00
Mario Rodas
771cf05ac6 qbec: fix build on darwin 2020-03-21 06:02:00 -05:00
Mario Rodas
37087c1550 prow: fix build on darwin 2020-03-21 06:01:00 -05:00
Mario Rodas
622494d85d helmfile: fix build on darwin 2020-03-21 06:00:00 -05:00
Mario Rodas
fda0e24e58 websocketd: fix build on darwin 2020-03-21 05:53:00 -05:00
Mario Rodas
55fa7fd585 linkerd: fix build on darwin 2020-03-21 05:39:00 -05:00
Mario Rodas
3772f50fc6 kubeseal: fix build on darwin 2020-03-21 05:36:00 -05:00
Mario Rodas
8e2dd1164f kubernetes-helm: fix build on darwin 2020-03-21 05:35:00 -05:00
Mario Rodas
dabed704c5 kubeval: fix build on darwin 2020-03-21 05:33:00 -05:00
Mario Rodas
c47833f379 k9s: fix build on darwin 2020-03-21 05:31:00 -05:00
Mario Rodas
92da50afa8 ipfs: fix build on darwin 2020-03-21 05:28:00 -05:00
Mario Rodas
6852ecdcf5 ipfs-cluster: fix build on darwin 2020-03-21 05:27:00 -05:00
Mario Rodas
68705eee2e hydroxide: fix build on darwin 2020-03-21 05:19:00 -05:00
Mario Rodas
7faf44250d gomuks: fix build on darwin 2020-03-21 05:17:00 -05:00
Mario Rodas
e0ce72f901 hetzner-kube: fix build on darwin 2020-03-21 05:15:00 -05:00
Mario Rodas
c8359c42e0 fluxctl: fix build on darwin 2020-03-21 05:02:00 -05:00
Mario Rodas
33454dafa2 argocd: fix build on darwin 2020-03-21 04:50:00 -05:00
Mario Rodas
a963023e7b atlantis: fix build on darwin 2020-03-21 04:26:00 -05:00
Mario Rodas
64b130dd88 argo: fix build on darwin 2020-03-21 04:25:00 -05:00
Mario Rodas
7449323baf aerc: fix build on darwin 2020-03-21 04:21:00 -05:00
Dmitry Kalinkin
451196438c
Merge pull request #81170 from kampka/kops_1_16
kops_1_16: init at 1.16.0
2020-03-20 19:14:15 -04:00
Maximilian Bosch
78104ad2da
neomutt: 20200313 -> 20200320
https://github.com/neomutt/neomutt/releases/tag/20200320
2020-03-20 15:01:38 +01:00
Mario Rodas
a437fe2565 terraform: 0.12.23 -> 0.12.24
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.24
2020-03-20 01:44:45 +00:00
Mario Rodas
033cd0c657
Merge pull request #82968 from andys8/slack-term-050
slack-term: 0.4.1 -> 0.5.0
2020-03-19 20:43:58 -05:00
Mario Rodas
7cf2a62644
Merge pull request #82822 from marsam/update-syncthing
syncthing: 1.3.4 -> 1.4.0
2020-03-19 18:47:19 -05:00
andys8
581faf7971 slack-term: 0.4.1 -> 0.5.0 2020-03-20 00:25:18 +01:00
Michael Weiss
7545ccb7ac
Merge pull request #82874 from primeos/chromium
chromium: 80.0.3987.132 -> 80.0.3987.149
2020-03-19 20:18:31 +01:00
Jörg Thalheim
b00b66e262
Merge pull request #82861 from gila/terraform-lxd
terraform-providers.lxd: init at 1.3.0
2020-03-19 13:08:20 +00:00
Jeff Labonte
6865db4d3c brave: 1.4.96 -> 1.5.112 2020-03-18 20:12:09 -07:00
Jeffry Molanus
4bcdfdb7b8 terraform-providers.lxd: init at 1.3.0 2020-03-19 00:10:04 +01:00
Konrad Borowski
1e5fae561c mullvad-vpn: remove xfix from maintainers 2020-03-18 16:06:50 -07:00
Ilya Fedin
4d5326e4fd kotatogram-desktop: 1.1.5 -> 1.2 2020-03-19 01:36:41 +04:00
Michael Weiss
fe60ff7a99
chromium: 80.0.3987.132 -> 80.0.3987.149
https://chromereleases.googleblog.com/2020/03/stable-channel-update-for-desktop_18.html

This update includes 13 security fixes.

CVEs:
CVE-2020-6422 CVE-2020-6424 CVE-2020-6425 CVE-2020-6426 CVE-2020-6427
CVE-2020-6428 CVE-2020-6429 CVE-2019-20503 CVE-2020-6449

Note: The release of version 81 is currently on pause:
https://chromereleases.googleblog.com/2020/03/upcoming-chrome-and-chrome-os-releases.html
2020-03-18 20:57:52 +01:00
Michael Weiss
2b25d0e2a9
tdesktop: 1.9.14 -> 1.9.21 (#82806) 2020-03-18 20:53:09 +01:00
Jörg Thalheim
053ad4e0db
Merge pull request #82213 from bhipple/fix/habitat
habitat: 0.30.2 -> 0.90.6
2020-03-18 15:11:03 +00:00
Jörg Thalheim
ea87180984
openshift: fix build with strict deps 2020-03-18 11:29:40 +00:00
Jörg Thalheim
b5144456cc
aerc: fix strict deps build 2020-03-18 11:29:35 +00:00
Jörg Thalheim
72f3f99907
magnetico: move go-bindata to nativeBuildInputs
fixes strictDeps
2020-03-18 11:29:34 +00:00
Jörg Thalheim
201ac90018
Merge pull request #66578 from AtkinsChang/minikube
minikube: 1.2.0 -> 1.6.2
2020-03-18 11:28:24 +00:00
Jörg Thalheim
9d144b84a3
kubeval: don't build against schema by default
kubeval-schema is a huge 7GB repository that we do not want
to build on hydra. Therefore make it optional.
2020-03-18 09:09:25 +00:00
Daniël de Kok
08d1c7e4ed skypeforlinux: support app indicator
In contrast to e.g. Telegram or Slack, Skype does not show an app
indicator in the GNOME tray. This is quite annoying, since Skype will
continue to run in the background when its main window is closed, but
there is no way to access it.

This change adds libappindicator-gtk3 to the rpath to enable app
indicator support.
2020-03-18 08:09:40 +01:00
mehlon
ceda3f4063 tor-browser-bundle-bin: enable multimedia support by default 2020-03-17 21:48:32 +01:00
Maximilian Bosch
7806df1e5f
Merge pull request #82754 from mehlon/tor-browser
tor-browser-bundle-bin: 9.0.5 -> 9.0.6
2020-03-17 17:58:00 +01:00
Maximilian Bosch
09f55f8f17
riot-web: 1.5.12 -> 1.5.13 2020-03-17 16:02:16 +01:00
Maximilian Bosch
bb9822be79
riot-desktop: 1.5.12 -> 1.5.13 2020-03-17 16:02:01 +01:00
Mario Rodas
d27b2f842c
syncthing: 1.3.4 -> 1.4.0
Changelog: https://github.com/syncthing/syncthing/releases/tag/v1.4.0
2020-03-17 04:20:00 -05:00
Benjamin Hipple
b7ef71665d habitat: 0.30.2 -> 0.90.6
The build has been broken on master for a very long time, for want of an
upgrade. This continues the effort put forth here:
https://github.com/NixOS/nixpkgs/pull/63105

Note that while there are newer versions than this, upgrading to those requires
getting some Cargo protobuf dependencies to compile. Since this fixes the
failing build, it seems like a good start.

Upstream does not appear to have any Darin builds in their CI, and we do not
have a Darwin maintainer available, so this disables it as well.
2020-03-16 19:59:57 -04:00
mehlon
4b80e8a59f tor-browser-bundle-bin: 9.0.5 -> 9.0.6 2020-03-16 22:49:14 +01:00