Jan Tojnar
5384ace0c8
firefox-bin: do not depend on libcanberra-gtk
...
libxul only needs libcanberra.so.0
3dc26ddcf3/widget/gtk/nsSound.cpp (L158)
2020-06-20 23:34:54 +02:00
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