Mario Rodas
c33f5a8079
Merge pull request #81383 from bhipple/u/rust-cargo-contrast
...
contrast: upgrade cargo fetcher and cargoSha256
2020-02-29 18:19:54 -05:00
Jonathan Ringer
cad99590a2
glances: move from python-module to application
2020-02-29 15:07:44 -08:00
Mario Rodas
eb8ab69cc4
Merge pull request #81348 from r-ryantm/auto-update/ne
...
ne: 3.2.1 -> 3.3.0
2020-02-29 17:46:22 -05:00
Anderson Torres
9a4d723e43
Merge pull request #81182 from r-ryantm/auto-update/src
...
src: 1.27 -> 1.28
2020-02-29 19:14:01 -03:00
Michael Weiss
6ec8687047
Merge pull request #80902 from primeos/wayvnc
...
wayvnc, neatvnc: init at 0.1.0
2020-02-29 18:45:40 +01:00
Mario Rodas
89e86c67cd
Merge pull request #81385 from bhipple/u/rust-cargo-git-backup
...
git-backup: upgrade cargo fetcher and cargoSha256
2020-02-29 11:49:37 -05:00
Benjamin Hipple
64b1993b81
git-backup: upgrade cargo fetcher and cargoSha256
2020-02-29 11:20:47 -05:00
Benjamin Hipple
7b8d1fb53b
contrast: upgrade cargo fetcher and cargoSha256
2020-02-29 11:15:12 -05:00
Benjamin Hipple
02115d3fa1
pueue: upgrade cargo fetcher and cargoSha256
2020-02-29 10:38:32 -05:00
R. RyanTM
5d90f9c1eb
ne: 3.2.1 -> 3.3.0
2020-02-29 03:56:46 +00:00
worldofpeace
2a09750de8
Merge pull request #80555 from kjuvi/khronos
...
khronos: init at 1.0.5
2020-02-29 00:53:45 +00:00
worldofpeace
180e5f41b0
Merge pull request #81083 from evanjs/gitkraken/6.5.3
...
gitkraken: 6.5.1 -> 6.5.3
2020-02-29 00:20:59 +00:00
R. RyanTM
f23674a51a
kubeseal: 0.9.7 -> 0.9.8
2020-02-28 16:20:49 -08:00
worldofpeace
e809f3d67e
Merge pull request #81303 from arcnmx/elinks-openssl
...
elinks: build with openssl 1.1
2020-02-29 00:05:38 +00:00
Raphael Das Gupta
41aef772bb
josm: 15806 -> 15937
2020-02-28 23:29:49 +01:00
Daniel Schaefer
4dfb636e25
Merge pull request #68795 from minijackson/carla-fix-67923
...
Carla: properly wrap plugin programs
2020-02-28 22:14:48 +01:00
Michael Weiss
9b0defc765
jekyll: Update the dependencies (security, CVE-2020-7595)
...
This updates nokogiri to 1.10.8 for CVE-2020-7595 [0].
[0]: https://github.com/sparklemotion/nokogiri/issues/1992
2020-02-28 21:21:16 +01:00
Michael Weiss
a0d61c0135
gollum: Update the dependencies (security, CVE-2020-7595)
...
This updates nokogiri to 1.10.8 for CVE-2020-7595 [0].
[0]: https://github.com/sparklemotion/nokogiri/issues/1992
2020-02-28 21:21:16 +01:00
Michael Weiss
f6281d4480
android-studio: 3.6.0.21 -> 3.6.1.0
2020-02-28 21:05:12 +01:00
Michael Weiss
4f50bee7c0
androidStudioPackages.{dev,canary}: 4.0.0.10 -> 4.1.0.1
2020-02-28 21:05:12 +01:00
Matthieu Coudron
05b6836816
torchPackages, torch-repl: remove
...
See https://github.com/NixOS/nixpkgs/issues/71888
and https://github.com/NixOS/nixpkgs/issues/56398
To sump up, development has moved on to other technologies than lua:
https://github.com/torch/torch7#development-status
and the current packages are broken anyway.
2020-02-28 20:56:42 +01:00
arcnmx
f9a682c0cc
elinks: build with openssl 1.1
2020-02-28 08:29:24 -08:00
kjuvi
38903decbf
khronos: init at 1.0.5
2020-02-28 15:13:05 +01:00
goibhniu
ddc2f887f5
Merge pull request #79694 from ftrvxmtrx/yoshimi
...
yoshimi: 1.6.1 -> 1.7.0.1
2020-02-28 11:41:02 +00:00
Linus Heckemann
62d70387c3
Merge pull request #81096 from r-ryantm/auto-update/calls
...
calls: 0.1.1 -> 0.1.2
2020-02-28 09:44:19 +01:00
Benjamin Hipple
6a54fd3acf
whitebox-tools: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-28 00:24:54 -08:00
zowoq
7a7727af09
picard: 2.3 -> 2.3.1
...
https://github.com/metabrainz/picard/releases/tag/release-2.3.1
2020-02-28 00:18:50 -08:00
Mario Rodas
e11c7167bb
Merge pull request #81181 from zowoq/kompose
...
kompose: 1.20.0 -> 1.21.0
2020-02-27 23:48:27 -05:00
Austin Seipp
7e66ce29bf
mcy: init at 2020.02.05
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-02-27 21:52:15 -06:00
Austin Seipp
3d8efecda1
symbiyosys: fix calls to external programs
...
48085826f
broke symbiyosys when it needed to call `yosys-abc`: when
`ABCEXTERNAL` is set in the Makefile, then `yosys-abc` is not built.
But in general `sby` was just calling programs out of the ambient
environment. Fix that for most programs it can invoke: it now has a
direct dependency on boolector, aiger, abc, yosys, etc.
This also does some other minor clean up.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-02-27 21:52:15 -06:00
Benjamin Hipple
f93ae928ae
i3status-rust: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-27 21:07:02 -05:00
Jan Tojnar
6c14807333
gimp: 2.10.16 → 2.10.18
...
https://www.gimp.org/news/2020/02/24/gimp-2-10-18-released/
https://gitlab.gnome.org/GNOME/gimp/-/blob/GIMP_2_10_18/NEWS#L11-69
2020-02-27 17:02:00 +01:00
R. RyanTM
af1341142b
src: 1.27 -> 1.28
2020-02-27 13:43:09 +00:00
zowoq
ef5847b76f
kompose: 1.20.0 -> 1.21.0
...
https://github.com/kubernetes/kompose/releases/tag/v1.21.0
2020-02-27 23:30:21 +10:00
Georges Dubus
d25ac92fe5
Merge pull request #80887 from cohei/update-ghq
...
ghq: 0.12.6 -> 1.1.0
2020-02-27 13:46:40 +01:00
Georges Dubus
edd5ddf4af
Merge pull request #80955 from Tomahna/mopidy-iris
...
mopidy-iris: 3.44.0 -> 3.45.1
2020-02-27 13:45:16 +01:00
Mario Rodas
7b56996d61
Merge pull request #80160 from bhipple/u/parity
...
parity: 2.5.11 -> 2.7.2
2020-02-27 07:33:39 -05:00
Mario Rodas
afa6c6a7c1
Merge pull request #81089 from bhipple/u/rust-cargo-gitAndTools.git-interactive-rebase-tool
...
gitAndTools.git-interactive-rebase-tool: upgrade cargo fetcher and cargoSha256
2020-02-27 07:32:18 -05:00
Maximilian Bosch
250daba4be
Merge pull request #81155 from zowoq/wireshark
...
wireshark: 3.2.1 -> 3.2.2
2020-02-27 12:14:33 +01:00
Jörg Thalheim
aa0b692fbe
Merge pull request #81162 from rissson/master
...
yubiaoth-desktop: 4.3.6 -> 5.0.2
2020-02-27 08:05:47 +00:00
Elis Hirwing
9874d5fb1c
Merge pull request #81076 from JeffLabonte/brave-1.3.118_to_1.4.95
...
brave: 1.3.118 -> 1.4.95
2020-02-27 08:24:56 +01:00
Marc 'risson' Schmitt
3d0626f950
yubioath-desktop: 4.3.6 -> 5.0.2
2020-02-27 07:28:46 +01:00
zowoq
3f34c5388f
wireshark: 3.2.1 -> 3.2.2
...
https://www.wireshark.org/docs/relnotes/wireshark-3.2.2.html
2020-02-27 10:54:11 +10:00
Mario Rodas
79f057e2eb
lean: 3.5.1 -> 3.6.0
2020-02-26 18:00:00 -05:00
Martin Weinelt
7fa4d90d7b
gitstatusd: unstable-2020-01-28 → unstable-2020-02-26
...
Also updates the internally used libgit2 fork.
2020-02-26 22:24:32 +01:00
Michael Weiss
1d961a4c6d
chromiumDev: Fix the build
...
Building Chromium 82 requires LLVM 10 for the new argument
"-fintegrated-cc1". LLVM 9 fails with:
clang++: error: unknown argument: '-fintegrated-cc1'
2020-02-26 19:21:59 +01:00
Michael Weiss
8be566d288
chromium: 80.0.3987.116 -> 80.0.3987.122
...
https://chromereleases.googleblog.com/2020/02/stable-channel-update-for-desktop_24.html
This update includes 3 security fixes.
CVEs:
CVE-2020-6407 CVE-2020-6418
2020-02-26 19:21:58 +01:00
Tim Steinbach
8f3f727e06
zoom-us: 3.5.359165.0223 -> 3.5.359539.0224
2020-02-26 11:45:29 -05:00
Tim Steinbach
c95293c503
vivaldi: 2.11.1811.41-1 -> 2.11.1811.44-1
2020-02-26 11:44:23 -05:00
Georges Dubus
186cd76007
Merge pull request #79737 from clkamp/add-cvsq
...
cvsq: init at 1.10
2020-02-26 17:22:06 +01:00