Commit graph

44515 commits

Author SHA1 Message Date
Jan Tojnar 987a5c1e14
firefox: remove libIDL dependency
It has not been used for ages:

https://bugzilla.mozilla.org/show_bug.cgi?id=687766
2020-06-20 23:33:39 +02:00
Jan Tojnar 5b3a626ab9
thunderbird: remove libIDL dependency
It has not been used for ages:

https://bugzilla.mozilla.org/show_bug.cgi?id=687766
2020-06-20 23:25:19 +02:00
Jan Tojnar 3dd5efc40b
thunderbird-bin: remove libgnome dependency
It is deprecated and has been removed ages ago:

https://bugzilla.mozilla.org/show_bug.cgi?id=694570

It persists in the crash reporter for some reason but it is optional there:

f66f5a235e/toolkit/crashreporter/client/crashreporter_linux.cpp (L366-L370)
2020-06-20 23:25:11 +02:00
Jan Tojnar 1cbcbbecc2
thunderbird-bin: do not depend on libcanberra-gtk
libxul only needs libcanberra.so.0

3dc26ddcf3/widget/gtk/nsSound.cpp (L158)
2020-06-20 23:24:49 +02:00
Jan Tojnar a22a20cb40
thunderbird-bin: remove GConf dependency
It is only optionally dlopened by crash reporter to try to get system proxy settings
but no system stores proxy in GConf these days so it is completely useless.

97c590ed55/toolkit/crashreporter/client/crashreporter_gtk_common.cpp (L121-L122)
2020-06-20 23:24:49 +02:00
Jan Tojnar f0d4f5f842
thunderbird-bin: drop GStreamer dependency
It has not been used since 2015:

42c92612f4
2020-06-20 22:30:42 +02:00
Timo Kaufmann 40178ea3a2
Merge pull request #90515 from fgaz/evilpixie/init
impy,evilpixie: init
2020-06-20 16:04:30 +02:00
Marek Mahut 847ddfc867
Merge pull request #91117 from mmahut/bitcoin-knots
bitcoind-knots: init at 0.20.0
2020-06-20 15:31:09 +02:00
Marek Mahut 0ff1bdb7c0
Merge pull request #90884 from mmahut/wasabi
nixos/wasabibackend: init 1.1.11.1
2020-06-20 15:30:32 +02:00
Daniël de Kok 2c0ea9594f
Merge pull request #90694 from sikmir/whitebox
whitebox-tools: 1.2.0 -> 1.3.0
2020-06-20 13:58:32 +02:00
Mario Rodas cb11ab3bf6
alacritty: fix build on darwin 2020-06-20 04:20:00 -05:00
Symphorien Gibol 6345050746 pantalaimon: 0.6.1 -> 0.6.3 2020-06-20 12:53:14 -07:00
Michele Guerini Rocco 2fb254c338
Merge pull request #91135 from Luflosi/update/ipfs
ipfs: 0.5.1 -> 0.6.0
2020-06-20 09:46:02 +02:00
zowoq 841ab711ab cri-o: 1.18.1 -> 1.18.2
https://github.com/cri-o/cri-o/releases/tag/v1.18.2
2020-06-20 10:25:24 +10:00
Luflosi 50afcee871
ipfs: 0.5.1 -> 0.6.0
https://github.com/ipfs/go-ipfs/releases/tag/v0.6.0
2020-06-20 02:16:40 +02:00
Marek Mahut 5460cc93c4
Merge pull request #90008 from r-ryantm/auto-update/kdev-php
kdev-php: 5.5.1 -> 5.5.2
2020-06-20 00:03:53 +02:00
Ryan Mulligan f949cacf6c
Merge pull request #89677 from r-ryantm/auto-update/rambox-pro
rambox-pro: 1.3.1 -> 1.3.2
2020-06-19 14:55:33 -07:00
Florian Klink 0364e80fe0
Merge pull request #91110 from Ma27/bump-neomutt
neomutt: 20200501 -> 20200619
2020-06-19 23:41:12 +02:00
Marek Mahut ca2ed56563 bitcoind-knots: init at 0.20.0 2020-06-19 21:20:42 +02:00
Matt McHenry 5383d2d32c
eclipses: 2020-03 -> 2020-06
PR #91113
2020-06-19 20:43:08 +02:00
Maximilian Bosch 499d18849f
neomutt: 20200501 -> 20200619
https://github.com/neomutt/neomutt/releases/tag/20200619
2020-06-19 19:19:08 +02:00
Nikolay Korotkiy 0dbc4721b5
micro: 2.0.3 -> 2.0.5 2020-06-19 19:53:34 +03:00
Michael Weiss 605d7e1fe0
gollum: Update the dependencies (security, CVE-2020-8184)
This updates rack to 2.2.3 for CVE-2020-8184 [0].

[0]: https://groups.google.com/g/rubyonrails-security/c/OWtmozPH9Ak
2020-06-19 18:23:51 +02:00
Doron Behar b58227a4c0
neomutt: Remove old fixes for failing tests
Includes both rfc2047 tests workarounds and locale workarounds.
Fixes #86896. See https://github.com/neomutt/neomutt/pull/2314 .
2020-06-19 18:15:34 +02:00
Doron Behar b8f65212ec
neomutt: make manual.txt not empty
Without elinks / w3m / lynx in the nativeBuildInputs, there are these
errors in the build:

LC_ALL=C w3m -dump -O UTF8 docs/manual.html > docs/manual.txt || \
LC_ALL=C lynx -dump -nolist -with_backspaces \
        -display_charset=us-ascii docs/manual.html > docs/manual.txt || \
LC_ALL=C elinks -dump -no-numbering -no-references \
        docs/manual.html | sed -e 's,\\001, ,g' > docs/manual.txt
/nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: w3m: command not found
/nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: line 1: lynx: command not found
/nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: line 3: elinks: command not found
2020-06-19 18:15:34 +02:00
Doron Behar 3b9a8f5426
neomutt: Make it not reference .dev outputs. 2020-06-19 18:15:33 +02:00
Jonathan Ringer 8745c7da4b openrgb: init at 0.2 2020-06-19 15:25:11 +00:00
Sébastien Maret b307674e02
gildas: 20200201_a -> 20200601_b (#91096) 2020-06-19 10:40:38 -04:00
Marek Mahut b7a9229b8f WasabiBackend: init at 1.1.11.1 2020-06-19 15:50:54 +02:00
Benno Fünfstück 6580c59352 librespot: init at 0.1.1 2020-06-19 13:07:49 +02:00
Vincent Laporte a8bb61222f coq_8_12: init at 8.12+β1 2020-06-19 12:28:42 +02:00
Sebastien Bariteau fcbd2e6835
tellico: init at 3.3.0
* tellico: init at 3.3.0

* fix pversion vs version
2020-06-19 10:19:34 +02:00
Frederik Rietdijk 58d569d0b4
Merge pull request #90447 from NixOS/staging-next
Staging next
2020-06-19 09:43:08 +02:00
Michele Guerini Rocco 8e83855f5b
Merge pull request #91067 from rnhmjoj/monero
monero: 0.15 -> 0.16
2020-06-19 09:12:42 +02:00
Michele Guerini Rocco 84be7021f3
Merge pull request #91070 from rnhmjoj/mutt
mutt: 1.14.3 -> 1.14.4
2020-06-19 09:08:51 +02:00
Frederik Rietdijk 301847a7e5 Merge master into staging-next 2020-06-19 09:01:43 +02:00
Daniël de Kok bd3bf7ee76
Merge pull request #91052 from veprbl/pr/root5_5_34_38
root5: 5.34.36 -> 5.34.38
2020-06-19 08:14:20 +02:00
Florian Klink 34efb1df34
Merge pull request #90328 from priegger/fix/sane-backends
sane-backends: 1.0.28 -> 1.0.30
2020-06-19 00:35:18 +02:00
rnhmjoj 9e05e7ce38
mutt: 1.14.3 -> 1.14.4 2020-06-19 00:31:45 +02:00
Maximilian Bosch 04570e620d
gitea: 1.11.6 -> 1.12.0
https://github.com/go-gitea/gitea/releases/tag/v1.12.0
2020-06-19 00:10:15 +02:00
worldofpeace af729e9751
Merge pull request #90626 from tteggel/fix-open-vm-tools-gdk-pixbuf-xlib
open-vm-tools: fix build
2020-06-18 18:07:58 -04:00
rnhmjoj 7c041738c8
monero-gui: 0.15.0.4 -> 0.16.0.0 2020-06-18 23:41:46 +02:00
rnhmjoj a31103196e
monero: 0.15.0.1 -> 0.16.0.0 2020-06-18 23:41:04 +02:00
Dmitry Kalinkin df3a188b46
root5: 5.34.36 -> 5.34.38
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2017-1000203
2020-06-18 16:42:02 -04:00
David Guibert e1e044e70e
Merge pull request #90072 from jobojeha/paraview_5_8
paraview: 5.6.3 -> 5.8.0
2020-06-18 22:23:26 +02:00
Michael Weiss b713e97c30
tdesktop: 2.1.11 -> 2.1.12 2020-06-18 18:09:45 +02:00
Daniël de Kok a842c03d6c
Merge pull request #90514 from r-ryantm/auto-update/clipgrab
clipgrab: 3.8.11 -> 3.8.12
2020-06-18 17:58:44 +02:00
Lassulus d899cf268d
Merge pull request #89872 from r-ryantm/auto-update/terragrunt
terragrunt: 0.23.14 -> 0.23.23
2020-06-18 17:20:37 +02:00
ehmry 07299ff81e
Merge pull request #85442 from fgaz/castor/init
castor: init at 0.8.14
2020-06-18 20:13:50 +05:30
Thom Leggett 94e7fdf439 open-vm-tools: fix build
https://github.com/vmware/open-vm-tools/pull/438

Fixes #90544
2020-06-18 13:17:30 +01:00
Lassulus b9504ecf4e
Merge pull request #89895 from geistesk/znc-1.8.1
znc: 1.8.0 -> 1.8.1
2020-06-18 14:06:41 +02:00
Nick Hu 1357624fa9
Merge pull request #90716 from doronbehar/update-zoom
zoom-us: 5.0.418682.0603 -> 5.1.412382.0614
2020-06-18 12:09:53 +01:00
Yannick Markus e4fd4b2a71 devdocs-desktop: init at 0.7.1
Also added ymarkus to maintainers list.
2020-06-18 12:46:22 +02:00
Nikolay Korotkiy 1ae9228fb6
whitebox-tools: 1.2.0 -> 1.3.0 2020-06-18 12:06:37 +03:00
Jörg Thalheim 977a349dc7
Merge pull request #90224 from kuznero/vscode-update 2020-06-18 09:48:40 +01:00
Doron Behar 98dda1a838 zoom-us: 5.0.418682.0603 -> 5.1.412382.0614
Add @doronbehar as maintainer, and update list of files to install.
2020-06-18 10:22:00 +03:00
Frederik Rietdijk 79f9ef8752 Merge master into staging-next 2020-06-18 09:01:39 +02:00
Daniël de Kok f3867b2a0d
Merge pull request #89492 from asbachb/update-netbeans
netbeans: 11.3 -> 12.0
2020-06-18 06:58:21 +02:00
Maximilian Bosch 02ff18c796
Merge pull request #89987 from r-ryantm/auto-update/icewm
icewm: 1.6.5 -> 1.6.6
2020-06-18 01:50:19 +02:00
worldofpeace 3b2cd55070
Merge pull request #90565 from chkno/atom-1.48-for-python3
atom: 1.42.0 -> 1.48.0
2020-06-17 18:30:39 -04:00
Maximilian Bosch 0510cbe849
Merge pull request #90646 from Ma27/matrix-maintainer-team
maintainers/teams: add matrix team
2020-06-18 00:23:55 +02:00
Benjamin Asbach 8899d9a36f netbeans: 11.3 -> 12.0 2020-06-17 23:10:23 +02:00
R. RyanTM fb02974b97 kdevelop-unwrapped: 5.5.1 -> 5.5.2 2020-06-17 13:52:35 -07:00
Jan Tojnar 9ffd9b1a86
Merge pull request #90092 from r-ryantm/auto-update/orca
orca: 3.36.2 -> 3.36.3
2020-06-17 21:59:12 +02:00
Maximilian Bosch 650617253e
maintainers/teams: add matrix team 2020-06-17 21:55:29 +02:00
R. RyanTM e487f9f708 avocode: 4.6.4 -> 4.7.0 2020-06-17 12:41:36 -07:00
R. RyanTM 76a3219aa1 herbstluftwm: 0.8.1 -> 0.8.3 2020-06-17 12:39:55 -07:00
R. RyanTM 4d200ee63c kdev-python: 5.5.1 -> 5.5.2 2020-06-17 12:37:42 -07:00
R. RyanTM f6eeb8cb0a aminal: 0.8.6 -> 0.9.0 2020-06-17 12:25:33 -07:00
R. RyanTM 30823d5389 jx: 2.1.31 -> 2.1.65 2020-06-17 12:18:54 -07:00
R. RyanTM fdc434621c goxel: 0.10.5 -> 0.10.6 2020-06-17 12:17:45 -07:00
R. RyanTM 526472bbd6 kube-router: 0.3.1 -> 0.4.0 2020-06-17 12:15:07 -07:00
R. RyanTM 1b47d503de kubecfg: 0.13.1 -> 0.16.0 2020-06-17 12:13:03 -07:00
R. RyanTM 1b6ab4ef7e kubeless: 1.0.4 -> 1.0.6 2020-06-17 12:06:00 -07:00
R. RyanTM 5013183ff9 xmrig-proxy: 5.10.2 -> 5.11.0 2020-06-17 12:04:26 -07:00
R. RyanTM 29e87975da xmrig: 5.11.2 -> 5.11.3 2020-06-17 12:04:06 -07:00
Lassulus 43fc4e0c2f
Merge pull request #76519 from erictapen/meli-init
meli: init at alpha-0.5.1
2020-06-17 20:59:18 +02:00
R. RyanTM 00c9983e02 terraform-providers.libvirt: 0.6.1 -> 0.6.2 2020-06-17 11:57:28 -07:00
R. RyanTM 5af11c6a0d vis: 0.5 -> 0.6 2020-06-17 11:43:58 -07:00
R. RyanTM 2ea468a8d5 asunder: 2.9.5 -> 2.9.6 2020-06-17 11:38:31 -07:00
Lassulus 43c3799914
Merge pull request #86572 from r-ryantm/auto-update/heimer
heimer: 1.15.1 -> 1.16.0
2020-06-17 20:34:00 +02:00
R. RyanTM 7b104edf89 eagle: 9.6.1 -> 9.6.2 2020-06-17 11:04:13 -07:00
R. RyanTM 0505a47c8e gitkraken: 7.0.0 -> 7.0.1 2020-06-17 11:03:33 -07:00
Graham Christensen 38e990d520
Merge pull request #90673 from grahamc/google-chrome-path
google-chrome: add coreutils to PATH
2020-06-17 13:49:24 -04:00
Pierre Bourdon 7198d973c1 wireshark: compile with QT_NO_DEBUG to avoid depending on qt*-dev 2020-06-17 18:53:56 +02:00
Lassulus 33bc279247
Merge pull request #89414 from jpotier/add-hikari
hikari: init at 2.0.2
2020-06-17 18:30:51 +02:00
Lassulus 02c64a4b63
Merge pull request #89415 from prusnak/bitcoin
bitcoin: 0.19.1 -> 0.20.0
2020-06-17 18:23:17 +02:00
Lassulus c8479286c7
Merge pull request #89716 from doronbehar/polybar-gcc-ref
polybar: Don't reference gcc
2020-06-17 16:46:36 +02:00
Ryan Mulligan e929c3dde2
Merge pull request #90421 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.17 -> 1.19
2020-06-17 07:39:04 -07:00
Lassulus dda2dd1283
Merge pull request #90412 from r-ryantm/auto-update/namecoin
namecoin: nc0.19.1 -> nc0.20.0
2020-06-17 15:31:26 +02:00
Graham Christensen e8ddc0cfa7
google-chrome: add coreutils to PATH
google-chrome-stable can't run without coreutils in PATH
2020-06-17 08:32:34 -04:00
Atemu 06aec42781
gns3-gui: Fix the build
For Python 3.8 jsonschema 3.2.0 is required instead of 2.6.0.
2020-06-17 13:56:17 +02:00
Eduardo Quiros a866a6b7f0 tut: 0.0.8 -> 0.0.9
There has been a new release that fixes a crash-causing bug.
https://github.com/RasmusLindroth/tut/releases/tag/0.0.9
2020-06-17 13:51:09 +02:00
Valentin Lorentz 745245a62a vlc: 3.0.10 -> 3.0.11
Includes a security fix for CVE-2020-13428.
Also available at: http://git.videolan.org/?p=vlc/vlc-3.0.git;a=blobdiff;f=modules/packetizer/hxxx_nal.c;h=6bdfd5a2a58ab9397d5758726ef16dfb27fec2a0;hp=73450606e382329a301e04d37c5ac259951448e8;hb=d5c43c21c747ff30ed19fcca745dea3481c733e0;hpb=441907f4352107737523bf9cfb56eabe3563edb4

Release notes: http://git.videolan.org/?p=vlc/vlc-3.0.git;a=tag;h=1519d3219a8d151bca792f40003051fa8b967734
2020-06-17 11:12:54 +02:00
adisbladis 0b0f2940fc
Merge pull request #90653 from zowoq/conmon
conmon: 2.0.17 -> 2.0.18
2020-06-17 10:48:02 +02:00
Peter Hoeg 5266029726
Merge pull request #90433 from r-ryantm/auto-update/strawberry
strawberry: 0.6.10 -> 0.6.12
2020-06-17 16:39:59 +08:00
Jörg Thalheim 62c02ec3bd
Merge pull request #90456 from Mic92/i3pystatus 2020-06-17 08:55:59 +01:00
Frederik Rietdijk 8850815577 Merge master into staging-next 2020-06-17 08:40:33 +02:00
EEva (JPotier) 2643082af4 hikari: init at 2.0.2 2020-06-17 07:54:50 +03:00
zowoq 0b420ecce4 conmon: 2.0.17 -> 2.0.18 2020-06-17 11:24:51 +10:00
zowoq 78e324d272 treewide: ffmpeg_4 -> ffmpeg 2020-06-16 18:23:14 -07:00
Maximilian Bosch 0a63b5ae34
Merge pull request #89262 from cript0nauta/simple-mpv-ui
mpvScripts.simple-mpv-webui: init at 1.0.0
2020-06-17 03:13:48 +02:00
Maximilian Bosch 2694473150
Merge pull request #90652 from tckmn/feh-autoreload-option
feh: add enableAutoreload option
2020-06-17 03:05:31 +02:00
edef c84eb15eab
Merge pull request #88003 from lukegb/update/mercurial
mercurial: 5.3.1 -> 5.4.1
2020-06-17 01:01:45 +00:00
Andy Tockman 612b7f71a0 feh: add enableAutoreload option
This change enables the inotify-based auto-reload feature of feh, which
causes images to be refreshed when the image file changes.
2020-06-16 19:48:50 -05:00
José Romildo Malaquias 80462c3884
Merge pull request #90612 from r-ryantm/auto-update/menumaker
menumaker: 0.99.11 -> 0.99.12
2020-06-16 21:12:26 -03:00
Ryan Mulligan 5b9b6d54d1
Merge pull request #90644 from r-ryantm/auto-update/opentx
opentx: 2.3.7 -> 2.3.9
2020-06-16 16:14:32 -07:00
Léo Gaspard 53d16b82b9
Merge pull request #87269 from luc65r/pkg/tartube
tartube: 2.0.016 -> 2.1.0
2020-06-17 00:16:37 +02:00
R. RyanTM 56762ad60a opentx: 2.3.7 -> 2.3.9 2020-06-16 21:59:34 +00:00
Maximilian Bosch dcf36b65c3
riot-desktop: 1.6.4 -> 1.6.5
https://github.com/vector-im/riot-desktop/releases/tag/v1.6.5
2020-06-16 23:19:20 +02:00
Maximilian Bosch 59678c1152
riot-web: 1.6.4 -> 1.6.5
https://github.com/vector-im/riot-web/releases/tag/v1.6.5
2020-06-16 23:18:42 +02:00
Florian Klink 27094eeef8
Merge pull request #90619 from asymmetric/no-ssb-classic
ssb/patchwork-classic: Remove due to deprecation
2020-06-16 23:10:08 +02:00
Jan Tojnar 75e756b8e1
Merge pull request #90051 from fabianhauser/hamster-time-tracker 2020-06-16 23:08:45 +02:00
Doron Behar db20a2371c
krop: move libsForQt5.poppler out of propagatedBuildInputs (#87790) 2020-06-16 22:02:48 +02:00
Léo Gaspard a1095de695
Merge pull request #90582 from r-ryantm/auto-update/krop
krop: 0.5.1 -> 0.6.0
2020-06-16 22:00:51 +02:00
Ryan Mulligan 9069b27405
Merge pull request #90361 from r-ryantm/auto-update/ft2-clone
ft2-clone: 1.24 -> 1.25_fix
2020-06-16 11:06:10 -07:00
Austin Seipp 9954d5a583
verilator: 4.034 -> 4.036
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-06-16 11:19:57 -05:00
Frederik Rietdijk 4af4a49251 Merge master into staging-next 2020-06-16 18:05:38 +02:00
Lorenzo Manacorda fe26b6241c ssb-patchwork: move to ssb-patchwork dir
Since there's no other ssb package anymore (see previous commit),
there's no need to group them together in a common subdirectory.
2020-06-16 17:28:47 +02:00
Lorenzo Manacorda 56f04cb368 ssb/patchwork-classic: remove
Marked as deprecated by upstream, hasn't been updated in years.
2020-06-16 17:27:22 +02:00
R. RyanTM 1e55d5c20d menumaker: 0.99.11 -> 0.99.12 2020-06-16 14:36:56 +00:00
Ryan Mulligan 498d321ef1
Merge pull request #90587 from r-ryantm/auto-update/kmymoney
kmymoney: 5.0.8 -> 5.1.0
2020-06-16 06:07:21 -07:00
Ryan Mulligan ce80f35f5f
Merge pull request #90574 from r-ryantm/auto-update/jamulus
jamulus: 3.5.5 -> 3.5.6
2020-06-16 06:01:26 -07:00
Ryan Mulligan a61b4946d1
Merge pull request #90557 from r-ryantm/auto-update/git-open
gitAndTools.git-open: 2.0.0 -> 2.1.0
2020-06-16 05:59:15 -07:00
Michael Weiss 5e8b626898
Merge pull request #90538 from primeos/chromium
chromium: 83.0.4103.97 -> 83.0.4103.106
2020-06-16 13:59:12 +02:00
Tim Steinbach 8599272c1d
slack: 4.4.2 -> 4.4.3 (linux), 4.4.2 -> 4.6.0 (darwin) 2020-06-16 07:38:45 -04:00
Marek Mahut 12af31b6ac
Merge pull request #90403 from r-ryantm/auto-update/litecoin
litecoin: 0.17.1 -> 0.18.1
2020-06-16 12:59:04 +02:00
Marek Mahut 26521ad168
Merge pull request #90520 from r-ryantm/auto-update/datovka
datovka: 4.15.0 -> 4.15.1
2020-06-16 12:37:06 +02:00
Mario Rodas f5ae175e1c
Merge pull request #90568 from marsam/update-git-gone
gitAndTools.git-gone: 0.3.2 -> 0.3.6
2020-06-16 05:33:14 -05:00
Aaron Andersen b6108e021b
Merge pull request #89327 from mweinelt/go-neb-module
nixos/go-neb: init
2020-06-16 06:30:29 -04:00
Emery Hemingway f2592c0b94 kristall: init at 0.2 2020-06-16 13:46:45 +05:30
Jörg Thalheim 5360dec935
i3pystatus: fix desktop notifications 2020-06-16 08:24:08 +01:00
R. RyanTM 2892f69e13 kmymoney: 5.0.8 -> 5.1.0 2020-06-16 07:19:02 +00:00
Sarah Brofeldt b6971ed14a
Merge pull request #90549 from dotlambda/fix-umpv
mpv: fix umpv
2020-06-16 08:48:42 +02:00
Jörg Thalheim 4378ec4805
i3pystatus: 2019-06-10 -> 2020-06-12 2020-06-16 07:45:03 +01:00
R. RyanTM 7a89140466 krop: 0.5.1 -> 0.6.0 2020-06-16 06:43:29 +00:00
Mario Rodas d028a64e13
Merge pull request #90572 from marsam/update-git-subtrac
gitAndTools.git-subtrac: 0.02 -> 0.03
2020-06-15 23:40:42 -05:00
R. RyanTM 789d6a5a4d jamulus: 3.5.5 -> 3.5.6 2020-06-16 03:40:01 +00:00
Mario Rodas 823d6c1b94
Merge pull request #90540 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.14.0 -> 1.14.1
2020-06-15 22:26:11 -05:00
Mario Rodas 47bee23a7e
Merge pull request #90564 from r-ryantm/auto-update/git-filter-repo
gitAndTools.git-filter-repo: 2.27.0 -> 2.27.1
2020-06-15 21:24:36 -05:00
R. RyanTM 18154b0a44 gitAndTools.git-filter-repo: 2.27.0 -> 2.27.1 2020-06-16 01:58:09 +00:00
Mario Rodas 7eb2af8682
Merge pull request #90302 from Anton-Latukha/upd-handbrake-1.3.3
handbrake: 1.3.2 -> 1.3.3
2020-06-15 20:20:56 -05:00
R. RyanTM acd91479ed gitAndTools.git-open: 2.0.0 -> 2.1.0 2020-06-16 01:05:26 +00:00
Chuck 52f1332cba atom: 1.42.0 -> 1.48.0
atom-beta: 1.43.0-beta0 -> 1.49.0-beta0

This version bump includes node-gyp 3.7.0 -> 5.1.0 in Atom's
apm/package-lock.json, which, per https://github.com/nodejs/node-gyp/issues/1687
, finally allows python3 to be used instead of EOL'd python2 for
atom-package installation.
2020-06-15 17:33:14 -07:00
Robert Schütz 4da94b5270 mpv: fix umpv 2020-06-16 01:35:30 +02:00
Peter Hoeg 6d95cf3de4
Merge pull request #90428 from NixOS/wxgtk_gtk3
wxGTK3: make gtk2 and gtk3 specific variants
2020-06-16 06:31:35 +08:00
R. RyanTM 7603529b51 gallery-dl: 1.14.0 -> 1.14.1 2020-06-15 22:28:56 +00:00
Michael Weiss 1a5df8f680
chromium: 83.0.4103.97 -> 83.0.4103.106
https://chromereleases.googleblog.com/2020/06/stable-channel-update-for-desktop_15.html

This update includes 4 security fixes.

CVEs: CVE-2020-6505 CVE-2020-6506 CVE-2020-6507
2020-06-16 00:01:51 +02:00
Greg Roodt 7304a4ae4b qbec: add ldflags 2020-06-16 07:16:12 +10:00
Ryan Mulligan eaac621064
Merge pull request #90415 from r-ryantm/auto-update/nomad
nomad: 0.11.1 -> 0.11.3
2020-06-15 12:09:39 -07:00