Commit Graph

12676 Commits

Author SHA1 Message Date
zowoq
dbc8f5c28a cni-plugins: 0.8.6 -> 0.8.7
https://github.com/containernetworking/plugins/releases/tag/v0.8.7
2020-08-27 17:14:26 +10:00
Frederik Rietdijk
52095e171f Merge master into staging-next 2020-08-27 08:36:41 +02:00
Stig Palmquist
680cd3c318
convos: 4.29 -> 4.33 2020-08-27 05:32:11 +02:00
galagora
22e9ad4654 modem-manager-gui: replace libappindicator-gtk3
libappindicator-gtk3 is unmaintained, should be replaced with fork (see #96420)
2020-08-27 06:01:12 +03:00
galagora
a041da0faa modem-manager-gui: remove docs patch
Included in current release
2020-08-27 05:41:31 +03:00
galagora
e941eff18a modem-manager-gui: 0.0.19.1 -> 0.0.20
Upstream source is on Sourceforge, but that's HTTP-only.
2020-08-27 05:41:31 +03:00
Maxine E. Aubrey
168a85b122
nomad: 0.12.2 -> 0.12.3 2020-08-27 00:04:46 +02:00
Matthew Bauer
25ac498482
Merge pull request #96404 from matthewbauer/gcc-cross
Fix cycle detected in Darwin->Linux cross GCC
2020-08-26 16:17:14 -05:00
Michael Weiss
9a96d71f71
chromiumDev: Unbreak the build by using LLVM 11 2020-08-26 22:29:07 +02:00
Michael Weiss
b8fb1e15b9
Merge pull request #96308 from primeos/chromium
chromium: 84.0.4147.135 -> 85.0.4183.83
2020-08-26 22:27:11 +02:00
Ryan Mulligan
b1051e3595
Merge pull request #96333 from r-ryantm/auto-update/k9s
k9s: 0.21.2 -> 0.21.7
2020-08-26 09:48:04 -07:00
R. RyanTM
70c20723ca msmtp: 1.8.11 -> 1.8.12 2020-08-26 16:20:00 +00:00
Ryan Mulligan
23a00dc66d
Merge pull request #96334 from r-ryantm/auto-update/istioctl
istioctl: 1.6.7 -> 1.7.0
2020-08-26 06:53:28 -07:00
taku0
d9da7edba0 thunderbird: 78.1.1 -> 78.2.0 2020-08-26 22:37:35 +09:00
adisbladis
5f464fcd1f
Merge pull request #95113 from samuelgrf/update/firefox-bin-ffmpeg
firefox-bin: ffmpeg_3 -> ffmpeg
2020-08-26 15:22:59 +02:00
Michael Weiss
8815c9e186
chromiumDev: Fix "patchShebangs ."
Note: The following might also need to be updated:
substituteStream(): WARNING: pattern '/usr/share/xcb' doesn't match anything in file 'ui/gfx/x/BUILD.gn'
2020-08-26 14:33:18 +02:00
Michael Weiss
bf0e13a322
chromiumDev: Drop the optional VA-API patches
I didn't look into this yet but IIRC M86 will finally have a flag for
Linux to enable VA-API. So we shouldn't need
enable-video-acceleration-on-linux.patch anymore.

But we likely need to update enable-vdpau-support-for-nvidia.patch
when/before M86 hits the stable channel if we want to keep VDPAU
support.
2020-08-26 14:30:49 +02:00
Michael Weiss
2213c464f6
chromiumDev: Drop nix_plugin_paths_68.patch
Ok, so I was about to update the patch (didn't apply anymore) when I
also started looking at it's usage and realized that
NIX_CHROMIUM_PLUGIN_PATH_ (and other substrings) only appears in the
patch itself (i.e. it seemed like we don't need this patch anymore).

Turns out that we have this patch since 2014 (1b84fbf0ca) and it was
only ever used for NIX_CHROMIUM_PLUGIN_PATH_WIDEVINE (and from the log
it isn't clear if/when or how well that worked). But in 2019 that last
usage got removed (545d58a1ef) so we should be able to safely drop this
patch now :) \o/

(I just wanted to note that as it seemed somewhat of a funny story :D
But there is of course nothing wrong with it.)
Git history (git log --oneline -S NIX_CHROMIUM_PLUGIN_PATH_):
7205bd64a3 ungoogled-chromium: init at 81.0.4044.92-2
545d58a1ef chromium: fix widevine
cd3283f921 chromium: 67.0.3396.99 -> 68.0.3440.75
72d7b5ddb1 chromium: fix nix_plugin_paths for 68+
7a3a16dd80 chromium: Remove plugin paths patch for version 50
79d18eb604 chromium: Update dev channel to v52.0.2743.10
c7a3645e7b chromium: Remove stuff for versions <= v51
8b97ca270e chromium: Update all channels to latest versions
b9093f1c64 chromium: Updates, fixes #11492
471cdd15e2 chromium: Update beta and dev channels.
5c6aa391fc chromium: Cleanup old patch and update stable
af54ddf8b6 chromium: Drop plugin_paths patch for old versions.
6a8afa4bb3 chromium: Fix plugin_paths patch for version 44.
0aad4b7ee4 chromium: Update all channels to latest versions.
1b84fbf0ca chromium: Allow env vars for passing plugin paths.
2020-08-26 14:30:49 +02:00
R. RyanTM
8e6d8fe9f3 node-problem-detector: 0.8.2 -> 0.8.3 2020-08-26 08:52:10 +02:00
Frederik Rietdijk
081bd762e5 Merge staging-next into staging 2020-08-26 08:43:29 +02:00
Frederik Rietdijk
b61ad0afc2 Merge master into staging-next 2020-08-26 08:42:36 +02:00
R. RyanTM
a45fa65ff3 istioctl: 1.6.7 -> 1.7.0 2020-08-26 05:16:50 +00:00
R. RyanTM
d2cb83d72c k9s: 0.21.2 -> 0.21.7 2020-08-26 04:52:10 +00:00
Michael Weiss
25aed428aa
chromium: Make the gnChromium overrides depend on the version
This is more robust than depending on the channel, though the version
should only matter if the configuration phase fails.
This also switches to the intended version for `chromium` which should
be higher since M85 is in the stable channel.

Thanks `@volth` for pointing this out.
2020-08-25 23:22:41 +02:00
Michael Weiss
4252ba90f4
chromium: 84.0.4147.135 -> 85.0.4183.83
https://chromereleases.googleblog.com/2020/08/stable-channel-update-for-desktop_25.html

This update includes 20 security fixes.

CVEs:
CVE-2020-6558 CVE-2020-6559 CVE-2020-6560 CVE-2020-6561 CVE-2020-6562
CVE-2020-6563 CVE-2020-6564 CVE-2020-6565 CVE-2020-6566 CVE-2020-6567
CVE-2020-6568 CVE-2020-6569 CVE-2020-6570 CVE-2020-6571
2020-08-25 22:36:56 +02:00
Michael Weiss
31f23ebc1f
Revert "nheko: dirty fix to #94942 (#95060)"
This reverts commit f8a49ec8db.
With 57f0574595 in master this workaround is not required anymore.
2020-08-25 19:22:24 +02:00
Michael Weiss
f9c74c3f4b
Revert "tdesktop: Add a temporary workaround to fix the Linux build"
This reverts commit e7987936c1.
With 57f0574595 in master this workaround is not required anymore.
2020-08-25 19:22:20 +02:00
Michael Weiss
6b34320036
signal-desktop: Add libdbusmenu support (#96078)
Provides optional menu bar support for various desktop environments.
2020-08-25 19:14:16 +02:00
Jonathan Ringer
62f046e902
Merge master into staging-next 2020-08-25 09:16:30 -07:00
Anderson Torres
a607e0e128
Merge pull request #95896 from Enzime/fix-dpms-firefox
firefox: fix libXScrnSaver dynamic dependency
2020-08-25 09:04:58 -03:00
Justin Humm
e253cb26fa
Merge pull request #96236 from r-ryantm/auto-update/notmuch-bower
notmuch-bower: 0.11 -> 0.12
2020-08-25 13:03:00 +02:00
R. RyanTM
658faaf786 notmuch-bower: 0.11 -> 0.12 2020-08-25 05:39:54 +00:00
Louis Tim Larsen
0fec62c13b
signal-desktop: Add libdbusmenu support
Provides optional menu bar support for various desktop environments.
2020-08-25 00:10:49 +02:00
Mario Rodas
69714f80f6
Merge pull request #96162 from r-ryantm/auto-update/terragrunt
terragrunt: 0.23.32 -> 0.23.33
2020-08-24 06:55:11 -05:00
Lassulus
c79d88f178
Merge pull request #82814 from tobim/init/weechat-notify-send
weechat-notify-send: init at 0.9
2020-08-24 13:16:35 +02:00
Florian Klink
40d2968ebf
Merge pull request #94354 from flokli/systemd-246
systemd: 245.6 -> 246
2020-08-24 12:42:24 +02:00
Frederik Rietdijk
6d122d67fa
Merge pull request #92140 from betaboon/docker-cross-compile-fixes
Docker cross compile fixes v2
2020-08-24 12:09:27 +02:00
R. RyanTM
b07b942e63 terragrunt: 0.23.32 -> 0.23.33 2020-08-24 09:59:32 +00:00
zowoq
44d51e3d59 cni-plugins: add cri-o to passthru.tests 2020-08-24 19:19:41 +10:00
zowoq
6ec06c351e cni-plugins: inherit tests 2020-08-24 19:19:41 +10:00
Lassulus
27ff76db67
Merge pull request #89857 from Radvendii/master
ytalk: init at 3.3.0
2020-08-24 09:47:56 +02:00
Mario Rodas
f3fb7fc92b
Merge pull request #95941 from r-ryantm/auto-update/argo
argo: 2.9.5 -> 2.10.0
2020-08-23 20:40:02 -05:00
Mario Rodas
e606488c62
Merge pull request #95974 from r-ryantm/auto-update/helmfile
helmfile: 0.125.5 -> 0.125.7
2020-08-23 20:30:26 -05:00
Taeer Bar-Yam
1d474cb580 ytalk: init at 3.3.0 2020-08-23 11:06:39 -07:00
Ryan Mulligan
5bfb59fab3
Merge pull request #96072 from r-ryantm/auto-update/nextdns
nextdns: 1.7.0 -> 1.7.1
2020-08-23 09:29:49 -07:00
Lassulus
cbe44821c3
Merge pull request #87049 from r-ryantm/auto-update/opera
opera: 67.0.3575.31 -> 68.0.3618.63
2020-08-23 11:16:57 +02:00
R. RyanTM
f20f270e9a nextdns: 1.7.0 -> 1.7.1 2020-08-23 09:09:10 +00:00
Lassulus
4165f9869e
Merge pull request #91586 from manveru/amazon-ssm-agent-2.3.1319.0
ssm-agent: 2.0.633.0 -> 2.3.1319.0
2020-08-23 08:48:16 +02:00
Doron Behar
f8a49ec8db
nheko: dirty fix to #94942 (#95060)
The real issue is #94952 or #94905.
2020-08-23 00:16:14 +02:00
Ryan Mulligan
909539e6a0
Merge pull request #95980 from r-ryantm/auto-update/kube3d
kube3d: 3.0.0 -> 3.0.1
2020-08-22 14:44:44 -07:00
Maximilian Bosch
d1183332d2
Merge pull request #96009 from georgyo/ipfs-pin-go114
Ipfs: pin go114
2020-08-22 23:15:15 +02:00
Maximilian Bosch
8f3a2d3e5c
neomutt: 20200814 -> 20200821
https://github.com/neomutt/neomutt/releases/tag/20200821
2020-08-22 22:25:31 +02:00
George Shammas
26a6db266c ipfs: Enable doCheck 2020-08-22 13:09:22 -04:00
Mario Rodas
0a03f2c1d5
Merge pull request #95968 from r-ryantm/auto-update/fluxctl
fluxctl: 1.20.1 -> 1.20.2
2020-08-22 09:48:41 -05:00
Lassulus
7cc4c7a8e2
Merge pull request #89609 from cyplo/update-ssb-patchwork
ssb-patchwork: 3.17.7 -> 3.18.0
2020-08-22 15:29:04 +02:00
Ryan Mulligan
44a6b52dc9
Merge pull request #95942 from r-ryantm/auto-update/atlantis
atlantis: 0.14.0 -> 0.15.0
2020-08-22 06:25:50 -07:00
R. RyanTM
ba7eeb94f6 kube3d: 3.0.0 -> 3.0.1 2020-08-22 10:33:58 +00:00
R. RyanTM
2fd53e2531 helmfile: 0.125.5 -> 0.125.7 2020-08-22 09:07:16 +00:00
R. RyanTM
be904cd566 fluxctl: 1.20.1 -> 1.20.2 2020-08-22 07:26:44 +00:00
zowoq
f8a1356609 kpt: 0.32.0 -> 0.33.0 2020-08-22 17:07:59 +10:00
Jonathan Ringer
bd44ed5ab0 eolie: use webkitgtk without GLES enabled 2020-08-21 18:56:16 -07:00
Jonathan Ringer
43fc3a03a2 eolie: 0.9.63 -> 0.9.99, fix build 2020-08-21 18:56:16 -07:00
R. RyanTM
573125efef atlantis: 0.14.0 -> 0.15.0 2020-08-22 00:21:38 +00:00
R. RyanTM
b75bf135b7 argo: 2.9.5 -> 2.10.0 2020-08-22 00:15:51 +00:00
Samuel Gräfenstein
9b06980c61
google-chrome-{beta,dev}: fix icons (#95389)
The icon naming scheme for Chrome Beta/Dev has changed from
`product_logo_{res}.png` to `product_logo_{res}_{branch}.png`.
2020-08-21 20:39:05 +02:00
Daniël de Kok
117c05954b
Merge pull request #95106 from mikefaille/tanka
tanka: add bash completion
2020-08-21 19:22:33 +02:00
Michael Faille
738d3dda54 tanka: add bash completion 2020-08-21 13:16:14 -04:00
Michael Hoang
b979b12128 firefox: fix libXScrnSaver dynamic dependency 2020-08-21 19:12:43 +10:00
Vincent Laporte
f04daaa23a python.nbxmpp: 0.6.10 → 1.0.2; gajim: 1.1.3 → 1.2.2 2020-08-20 13:40:10 -07:00
Michael Weiss
fbe0a90c85
Merge pull request #95803 from primeos/chromium
chromium: 84.0.4147.125 -> 84.0.4147.135
2020-08-20 00:04:36 +02:00
zowoq
7dec299b89 buildGoModule/vend: use upstream instead of fork 2020-08-20 08:01:43 +10:00
Maciej Krüger
0f01fa0d41 anydesk: 5.5.6 -> 6.0.0 2020-08-19 14:10:55 -07:00
Vladimír Čunát
f77e427cf6
thunderbird: Enable official branding by default
Now we do have an explicit permission from Mozilla.  /cc PR #94880
2020-08-19 19:49:16 +02:00
Vladimír Čunát
c09965182a
firefox*, thunderbird*: explain no-buildconfig*.patch 2020-08-19 19:46:55 +02:00
Michael Weiss
f9c3038465
chromium: 84.0.4147.125 -> 84.0.4147.135
https://chromereleases.googleblog.com/2020/08/stable-channel-update-for-desktop_18.html

This update includes 1 security fix.

CVEs:
CVE-2020-6556
2020-08-19 15:59:11 +02:00
Ryan Mulligan
6532d45c64
Merge pull request #93002 from r-ryantm/auto-update/syncplay
syncplay: 1.6.4a -> 1.6.5
2020-08-18 22:06:59 -07:00
Vladimír Čunát
c8e727c783
Revert "Merge #94880: thunderbird: enable branding by default"
This reverts commit 4bf857a0f2, reversing
changes made to 00c4808252.
See the PR for discussion; apparently an explicit permission is missing.
2020-08-18 20:21:08 +02:00
Martin Weinelt
6622ba5b25
Merge pull request #95708 from Ma27/matrix-updates
Bump a few packages related to the Matrix ecosystem
2020-08-18 14:19:04 +02:00
Frederik Rietdijk
fe7bab33d7
Merge pull request #95553 from zowoq/rename-maintainers
maintainers: prefix number with underscore
2020-08-18 11:30:24 +02:00
Jaka Hudoklin
5e6bc32cbb
Merge pull request #93276 from xtruder/pkgs/protonvpn-linux-gui/init
protonvpn-gui: init at 2.1.1
2020-08-18 08:42:14 +02:00
zowoq
7d9c49f8e6 maintainers: 0x4A6F -> _0x4A6F 2020-08-18 07:59:44 +10:00
Maximilian Bosch
2cb4d19268
element-desktop: 1.7.3 -> 1.7.4
https://github.com/vector-im/element-desktop/releases/tag/v1.7.4
2020-08-17 20:39:15 +02:00
Maximilian Bosch
01ff24f1b5
element-web: 1.7.3 -> 1.7.4
https://github.com/vector-im/element-web/releases/tag/v1.7.4
2020-08-17 20:38:54 +02:00
worldofpeace
1219001ff7
Merge pull request #93407 from OPNA2608/update-palemoon-28.11.0
palemoon: 28.10.0 -> 28.12.0
2020-08-17 05:01:57 -04:00
Jon
ceed263e4c
Merge pull request #95613 from saschagrunert/kubernetes
kubernetes: 1.18.6 -> 1.18.8
2020-08-16 20:35:26 -07:00
Ryan Mulligan
e087c629a4
Merge pull request #92560 from r-ryantm/auto-update/remmina
remmina: 1.4.4 -> 1.4.7
2020-08-16 13:59:59 -07:00
Ryan Mulligan
4d57d0ce0a
Merge pull request #89031 from r-ryantm/auto-update/teamviewer
teamviewer: 15.2.2756 -> 15.5.6
2020-08-16 13:57:55 -07:00
Michiel Leenaars
397b14642b Sylk: 2.8.0 -> 2.8.2 2020-08-16 19:55:25 +00:00
Sascha Grunert
ee75577c3d
kubernetes: 1.18.6 -> 1.18.8
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-08-16 21:52:05 +02:00
Michael Weiss
a86d317da8
tdesktop: Use the API ID of the Snap package
Thanks to Ilya Fedin and John Preston we're now allowed to reuse the
API ID of the Snap package to avoid hitting rate limits.

This finally resolves #55271 #YAY \o/
2020-08-16 21:15:46 +02:00
Michael Weiss
dc63d382bb
tdesktop: 2.2.0 -> 2.3.0
This disables the WebRTC integration for now (I didn't really look into
it so far, but probably until we have something like
TDESKTOP_USE_PACKAGED_WEBRTC=OFF).
2020-08-16 21:13:38 +02:00
Tobias Mayer
db2a2cb01a
weechat-notify-send: init at 0.9 2020-08-16 21:11:55 +02:00
Florian Klink
6d83d290b5
Merge pull request #95095 from Ma27/bump-neomutt
neomutt: 20200626 -> 20200814
2020-08-16 18:44:11 +02:00
Ryan Mulligan
c7afa5fac0
Merge pull request #91830 from r-ryantm/auto-update/pidgin-skypeweb
pidgin-skypeweb: 1.5 -> 1.6
2020-08-16 06:35:10 -07:00
Ryan Mulligan
e4037ea873
Merge pull request #95557 from r-ryantm/auto-update/psi-plus
psi-plus: 1.4.1407 -> 1.4.1473
2020-08-16 06:32:33 -07:00
Maximilian Bosch
e75cdaae9c
neomutt: 20200807 -> 20200814
https://github.com/neomutt/neomutt/releases/tag/20200814
2020-08-16 15:09:32 +02:00
Philipp
dda939844a gnunet: 0.13.1 -> 0.13.2 2020-08-16 13:07:27 +00:00
Robert Scott
67326dfbe8 flink: 1.9.0 -> 1.11.1
addressing CVE-2020-1960
2020-08-16 13:51:00 +01:00
Florian Klink
b2f3bbd3fb
Merge pull request #95507 from flokli/remove-mesos
mesos: remove package, module and test (and chronos/marathon which depends on it)
2020-08-16 14:46:24 +02:00
R. RyanTM
0456d939a1 psi-plus: 1.4.1407 -> 1.4.1473 2020-08-16 05:35:38 +00:00
zowoq
473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
zowoq
a83a88db05 buildGoPackage: remove platform.all from packages 2020-08-15 19:34:47 -07:00
zowoq
42313b92bc buildGoModule: remove platform.all from packages 2020-08-15 19:34:47 -07:00
R. RyanTM
2dd62f1f97 frostwire-bin: 6.8.4 -> 6.8.5 2020-08-15 15:21:03 -07:00
Benjamin Hipple
47af1ccff2
Merge pull request #95506 from ldesgoui/update-discord-canary
discord-canary: 0.0.106 -> 0.0.111
2020-08-15 13:30:51 -04:00
Doron Behar
6c3d919edf mailnag: implement a withPlugins interface 2020-08-15 10:17:06 -07:00
Doron Behar
ddb962bec4 mailnag: Make it possible to override available plugins 2020-08-15 10:17:06 -07:00
Doron Behar
7ff82bfee6 mailnag: enable to configure plugins
Add an availablePlugins attrset with all plugins available.
Make mailnag's expression accept a "plugins" argument specifying plugins
to install, from `availablePlugins`.
Prevent double wrapping (nor related to plugins).
Install plugins using xorg.lndir.
2020-08-15 10:17:06 -07:00
Florian Klink
550abe9732 marathon: remove package
This failed to build for >9 months.
2020-08-15 16:59:59 +02:00
Florian Klink
b4eebe4a40 chronos: remove package
This failed to build for >9 months, as mesos failed to build for >9
months.
2020-08-15 16:59:38 +02:00
Florian Klink
fadb45e6b5 mesos: remove package
It has been broken for >9 months.
2020-08-15 16:59:38 +02:00
Florian Klink
0f4b32d0ca spark: build without mesos support
The mesos package has been broken for >9 months, it doesn't make much
sense to have the spark package depend on it (and thus being broken) by
default.
2020-08-15 16:51:22 +02:00
ldesgoui
0b56ef9f2a discord-canary: 0.0.106 -> 0.0.111 2020-08-15 16:23:28 +02:00
Alvar Penning
0a53c6b565 maintainers: rename geistesk to oxzi
For reasons I have renamed my GitHub account and would like to include
this name change here.
2020-08-15 16:03:46 +02:00
Frederik Rietdijk
02b6ff65d2
Merge pull request #95477 from marsam/update-flexget
flexget: 3.1.59 -> 3.1.67
2020-08-15 09:09:59 +02:00
Daniël de Kok
f190891cbc
Merge pull request #95461 from MetaDark/newsflash
newsflash: 1.0.4 -> 1.0.5
2020-08-15 08:37:41 +02:00
Benjamin Hipple
d8e0ade97a
Merge pull request #95465 from jtojnar/fractal-4.4
fractal: 4.2.2 → 4.4.0
2020-08-14 22:26:53 -04:00
Diego Rodriguez
af09ae1268
minikube: 1.12.2 -> 1.12.3 2020-08-14 17:42:05 -06:00
Jan Tojnar
0249afb0e7
fractal: 4.2.2 → 4.4.0
https://gitlab.gnome.org/GNOME/fractal/-/blob/4.4.0/fractal-gtk/res/org.gnome.Fractal.metainfo.xml.in.in#L21-49
2020-08-15 01:32:12 +02:00
MetaDark
53d5c9a119 newsflash: 1.0.4 -> 1.0.5 2020-08-14 19:27:40 -04:00
adisbladis
eb30a10ef1
firefox-devedition-bin: 79.0b7 -> 80.0b8 2020-08-15 00:14:24 +02:00
adisbladis
d0670b2dd2
firefox-beta-bin: 80.0b5 -> 80.0b8 2020-08-15 00:13:36 +02:00
Martin Weinelt
4b4986a6b6
Merge pull request #95447 from r-ryantm/auto-update/links2
links2: 2.20.2 -> 2.21
2020-08-14 21:47:28 +02:00
R. RyanTM
14309ad8aa links2: 2.20.2 -> 2.21 2020-08-14 18:26:08 +00:00
Ryan Mulligan
9377fa348a
Merge pull request #95438 from r-ryantm/auto-update/helm
kubernetes-helm: 3.2.4 -> 3.3.0
2020-08-14 11:25:48 -07:00
R. RyanTM
171bfe1298 kubernetes-helm: 3.2.4 -> 3.3.0 2020-08-14 17:00:58 +00:00
adisbladis
3b3a080a9d
Merge pull request #95023 from Atemu/firefox-beta-bin-update
firefox-beta-bin: 79.0b7 -> 80.0b5
2020-08-14 12:40:28 +02:00
Mario Rodas
be95a398f0
flexget: 3.1.59 -> 3.1.67 2020-08-13 23:23:00 -05:00
Wael M. Nasreddine
11fceef0d4
brave: 1.11.97 -> 1.12.112 2020-08-13 18:49:42 -07:00
Florian Klink
05a5afc979 termius: use lib.getLib udev instead of udev.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:42 +02:00
Florian Klink
f77b81df26 mailspring: use lib.getLib udev instead of udev.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:42 +02:00
Florian Klink
67ad63c82d wavebox: use lib.getLib udev instead of udev.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:42 +02:00
Florian Klink
5cf44f4eda vk-messenger: use lib.getLib udev instead of udev.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:42 +02:00
Florian Klink
fd4ca19831 rambox: use lib.getLib udev instead of udev.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:42 +02:00
Florian Klink
ce0c244d83 franz: use lib.getLib udev instead of udev.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:41 +02:00
Florian Klink
db75a25d81 bluejeans: use lib.getLib udev instead of udev.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:41 +02:00
Florian Klink
a89a4ae87e wire-desktop: use lib.getLib udev instead of udev.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:41 +02:00
Florian Klink
a2998bff52 citrix-workspace: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink
a22b1a61a8 mullvad-vpn: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink
dbb5fbfb15 thunderbird: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink
24126d3cab teams: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink
ecc80775aa signal-desktop: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink
eea7f93ce9 ungoogled-chromium: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink
427a36e78b opera: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink
c56e961acd chromium: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Louis Tim Larsen
1407bada02 thunderbird: Enable official branding by default 2020-08-13 19:47:54 +02:00
Justin Humm
549d1e3c2c
Merge pull request #95260 from 0x4A6F/master-meli
meli: alpha-0.5.1 -> alpha-0.6.1
2020-08-13 12:34:09 +02:00
Daniël de Kok
d0dd12cc14
Merge pull request #93197 from endocrimes/dani/nomad-multiversoin
nomad: add 0.12, multi-version support
2020-08-13 07:58:03 +02:00
Mario Rodas
5aeb7ab09f
Merge pull request #95228 from marsam/update-syncthing
syncthing: 1.7.1 -> 1.8.0
2020-08-12 19:07:59 -05:00
Maxine E. Aubrey
3fa125ba76
nomad: restructure to use multiple files
as per request in PR comments, used generic.nix with version files
2020-08-12 23:58:18 +02:00
adisbladis
073fa3ef4a
Merge pull request #95066 from devhell/update-profanity
profanity: 0.8.1 -> 0.9.5
2020-08-12 22:55:26 +02:00
Maxine E. Aubrey
f0ba8274d4
nomad: 0.11.3 -> 0.11.4, 0.12.2
adds multiversion support, defaults to 0.11
2020-08-12 21:46:32 +02:00
devhell
d4762bf54b profanity: 0.8.1 -> 0.9.5
Changelog can be found here:
https://github.com/profanity-im/profanity/blob/master/CHANGELOG
2020-08-12 20:21:21 +01:00
0x4A6F
4fe180ac3b
meli: alpha-0.5.1 -> alpha-0.6.1 2020-08-12 14:57:38 +00:00
Mario Rodas
cebdc8d516
Merge pull request #95212 from samuelgrf/update/flashplayer-32.0.0.414
flashplayer: 32.0.0.403 -> 32.0.0.414
2020-08-12 07:56:12 -05:00
Jordan Doyle
e23ed2c428 tilt: 0.11.3 -> 0.17.0, move to buildGoModule 2020-08-12 21:29:07 +10:00
Samuel Gräfenstein
7a34bf1aae
flashplayer: 32.0.0.403 -> 32.0.0.414 2020-08-12 11:11:24 +02:00
Damien Cassou
b24b63847b
notmuch: 0.30 -> 0.30.1c80020
This update is required because recent update of Emacs (to 27.1) broke
notmuch build.
2020-08-12 08:45:18 +02:00
Mario Rodas
33f07600fd
syncthing: 1.7.1 -> 1.8.0
https://github.com/syncthing/syncthing/releases/tag/v1.8.0
2020-08-11 20:20:20 -05:00
Ryan Mulligan
bf47b821f9
Merge pull request #95134 from r-ryantm/auto-update/istioctl
istioctl: 1.6.6 -> 1.6.7
2020-08-11 16:11:36 -07:00
Timothy Stott
ba7c0893d4
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092)
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-11 21:04:55 +00:00
Ryan Mulligan
1c468bbe3e
Merge pull request #94436 from r-ryantm/auto-update/freerdp
freerdp: 2.1.2 -> 2.2.0
2020-08-11 11:11:23 -07:00
Ryan Mulligan
07b88d8907
Merge pull request #95077 from r-ryantm/auto-update/helmfile
helmfile: 0.125.1 -> 0.125.5
2020-08-11 06:07:43 -07:00
Michael Weiss
7bd78373ad
Merge pull request #95115 from primeos/chromium
chromium: 84.0.4147.105 -> 84.0.4147.125
2020-08-11 14:56:06 +02:00
Mario Rodas
ca9cd4e7b8
Merge pull request #95124 from marsam/update-zeek
zeek: 3.1.5 -> 3.2.0
2020-08-11 06:43:33 -05:00
Mario Rodas
f1ebea74e1
Merge pull request #95136 from r-ryantm/auto-update/jx
jx: 2.1.121 -> 2.1.127
2020-08-11 06:09:54 -05:00
Diego Rodriguez
6449c5eee5
terraform: 0.13.0-rc1 -> 0.13.0 (#95135) 2020-08-11 10:54:46 +00:00
Frederik Rietdijk
f707715136 Merge master into staging-next 2020-08-11 10:26:35 +02:00
R. RyanTM
d9ea518b95 jx: 2.1.121 -> 2.1.127 2020-08-11 04:32:16 +00:00
R. RyanTM
2325e4851d istioctl: 1.6.6 -> 1.6.7 2020-08-11 04:06:43 +00:00
Michael Weiss
edb0920697
chromium: 84.0.4147.105 -> 84.0.4147.125
https://chromereleases.googleblog.com/2020/08/stable-channel-update-for-desktop.html

This update includes 15 security fixes.

CVEs:
CVE-2020-6542 CVE-2020-6543 CVE-2020-6544 CVE-2020-6545 CVE-2020-6546
CVE-2020-6547 CVE-2020-6548 CVE-2020-6549 CVE-2020-6550 CVE-2020-6551
CVE-2020-6552 CVE-2020-6553 CVE-2020-6554 CVE-2020-6555
2020-08-10 23:37:23 +02:00
Samuel Gräfenstein
8bf91014a7
firefox-bin: ffmpeg_3 -> ffmpeg 2020-08-10 22:47:12 +02:00
Cole Mickens
00c0d79f6e mirage: 0.5.1 -> 0.5.2 2020-08-10 10:03:17 -07:00
Cole Mickens
49a47d6479 mirage: init at 0.5.1 2020-08-10 10:03:17 -07:00
Maximilian Bosch
4cfbe4ad43
neomutt: 20200626 -> 20200807
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20200807
2020-08-10 18:06:40 +02:00
R. RyanTM
526e77e55d helmfile: 0.125.1 -> 0.125.5 2020-08-10 12:55:06 +00:00
Mario Rodas
320056ecb6
Merge pull request #95053 from r-ryantm/auto-update/fluxctl
fluxctl: 1.20.0 -> 1.20.1
2020-08-10 07:08:03 -05:00
Daniel Șerbănescu
6517bfb505 evolution-ews: 3.36.4 -> 3.36.5 2020-08-10 13:11:18 +02:00
Mario Rodas
c2c8246847
zeek: 3.1.5 -> 3.2.0
https://github.com/zeek/zeek/releases/tag/v3.2.0
2020-08-10 04:20:00 -05:00
Mario Rodas
1eaa19a33a
fluxctl: install completions 2020-08-10 04:20:00 -05:00
Maximilian Bosch
fcb82c9181
Merge pull request #95046 from r-ryantm/auto-update/element-desktop
element-desktop: 1.7.2 -> 1.7.3
2020-08-10 10:13:08 +02:00
R. RyanTM
32779e6dad fluxctl: 1.20.0 -> 1.20.1 2020-08-10 07:54:11 +00:00
zowoq
b004e48368
Merge pull request #94632 from zowoq/gomodule-check
buildGoModule: change doCheck default to true
2020-08-10 16:50:48 +10:00
R. RyanTM
7602e05d84 element-desktop: 1.7.2 -> 1.7.3 2020-08-10 06:40:43 +00:00
zowoq
264475ce5b buildGoModule packages: remove doCheck = true 2020-08-10 16:02:36 +10:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
MetaDark
0a2d60b2c9 newsflash: 1.0.2 -> 1.0.4 2020-08-09 23:56:37 -04:00
Atemu
7f70d70eb7 firefox-beta-bin: 79.0b7 -> 80.0b5 2020-08-10 01:54:41 +02:00
Mario Rodas
dd49a8e706
Merge pull request #94980 from marsam/update-zeek
zeek: 3.1.2 -> 3.1.5
2020-08-09 13:59:34 -05:00
Michael Faille
ddc91f6fdc tanka: init at v0.11.1 2020-08-08 10:07:56 -04:00
Mario Rodas
a80b05f48e
rclone: add marsam to maintainers 2020-08-08 04:20:00 +00:00
Mario Rodas
d7ea32d90f
rclone: 1.52.2 -> 1.52.3 2020-08-08 04:20:00 +00:00
Florian Klink
3cece2b33b
Merge pull request #79418 from eonpatapon/terraform-providers
terraform-provider-keycloak: init at 1.20.0
2020-08-08 23:24:20 +02:00
Benjamin Hipple
a2216077fa
Merge pull request #94864 from cab404/wg-bond
wg-bond: init at 0.2.0
2020-08-08 14:01:03 -04:00
Vladimir Serov
d9f98bbe3c
wg-bond: init at 0.2.0
Co-authored-by: Benjamin Hipple <bhipple@protonmail.com>
2020-08-08 20:46:22 +03:00
Daniël de Kok
d802cc5350
Merge pull request #94659 from mikefaille/tanka
tanka: init at v0.11.1
2020-08-08 17:57:52 +02:00
Jean-Philippe Braun
5debd8c0ab terraform-provider-keycloak: init at 1.20.0 2020-08-08 16:51:53 +02:00
Ryan Mulligan
37fd49b198
Merge pull request #94941 from ryantm/fix-jitsi
jitsi: fix desktop category; patch
2020-08-08 07:34:54 -07:00
Michael Weiss
e7987936c1
tdesktop: Add a temporary workaround to fix the Linux build 2020-08-08 15:52:38 +02:00
Ryan Mulligan
397d06d212 jitsi: fix desktop category; patch
The patch was trying to add LD_LIBRARY_PATH to the beginning of the
wrapper, but it was failing to do that.

There are still background errors when starting the binary.
2020-08-08 06:26:02 -07:00