Commit Graph

13736 Commits

Author SHA1 Message Date
Mario Rodas
cc9c82074e
Merge pull request #106373 from marsam/drop-terraform_0_11
terraform_0_11: drop
2020-12-10 06:20:44 -05:00
Johan Thomsen
8cbf5337dc kubernetes: 1.19.4 -> 1.19.5 2020-12-10 12:01:32 +01:00
R. RyanTM
e6fc44c84f argocd: 1.7.10 -> 1.8.1 2020-12-10 10:57:41 +00:00
SCOTT-HAMILTON
ddf90cb942 spdlog: use nixpkgs' fmt instead of bundled one 2020-12-10 10:47:00 +01:00
zowoq
820e450810 cni-plugins: 0.8.7 -> 0.9.0
https://github.com/containernetworking/plugins/releases/tag/v0.9.0
2020-12-10 18:53:12 +10:00
Mario Rodas
fd25a49ca9 flexget: 3.1.71 -> 3.1.91 2020-12-10 04:20:00 +00:00
Sandro
bb2a4ea8af
Merge pull request #106418 from jonringer/bump-nomad-master
nomad_0_11: 0.11.6 -> 0.11.7
2020-12-10 02:39:27 +01:00
Mario Rodas
dbf381e7a4
Merge pull request #106372 from marsam/update-terraform_0_14
terraform_0_14: 0.14.0 -> 0.14.2
2020-12-09 18:54:34 -05:00
Michael Alan Dorman
e3d8f4278a feedparser: keep 5.2.1 available for python-2.7 2020-12-09 14:02:39 -08:00
Sandro
da95c4d5b9
Merge pull request #106442 from taku0/flashplayer-32.0.0.465
flashplayer: 32.0.0.453 -> 32.0.0.465
2020-12-09 22:58:07 +01:00
Alyssa Ross
87ee41b762
weechatScripts.colorize_nicks: init at 27 2020-12-09 21:05:48 +00:00
Doron Behar
bed81aefe2
Merge pull request #97207 from r-ryantm/auto-update/node-problem-detector
node-problem-detector: 0.8.3 -> 0.8.4
2020-12-09 22:28:35 +02:00
Florian Klink
02e058ed09
Merge pull request #106423 from euank/k3s-update-1.19.4
k3s: 1.19.2+k3s1 -> 1.19.4+k3s2
2020-12-09 21:14:32 +01:00
Florian Klink
c2756603f5
Merge pull request #101739 from euank/k3s-seccomp-dep
k3s: propagate runtime dependencies of the k3s binary
2020-12-09 21:10:26 +01:00
Sandro
2789f6de63
Merge pull request #105065 from SuperSandro2000/qtox-darwin 2020-12-09 20:42:54 +01:00
Sandro
cd22d25222
Merge pull request #106419 from r-burns/http-getter
http-getter: unstable-2018-06-06 -> unstable-2020-12-08
2020-12-09 20:39:23 +01:00
Sandro Jäckel
b224b4db27
qtox: Fix compilation on darwin, remove parallelBuilds, cleanups 2020-12-09 20:10:52 +01:00
Maximilian Bosch
ace2457eaf
Merge pull request #106436 from Ma27/matrix-updates
matrix-synapse: 1.23.0 -> 1.24.0, element-*: 1.7.14 -> 1.7.15
2020-12-09 19:13:09 +01:00
Michael Weiss
b8936e5523
Merge pull request #106294 from squalus/ungoogled-20201207
ungoogled-chromium: 86.0.4240.183-1 -> 87.0.4280.88-1
2020-12-09 18:48:37 +01:00
Maximilian Bosch
0d5608d9b5
element-web: 1.7.14 -> 1.7.15
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.15

Also had to replace `riot` with `element` in the download URL now as the
artifacts were renamed in this release.
2020-12-09 12:27:03 +01:00
Maximilian Bosch
db6c4b1bec
element-desktop: 1.7.14 -> 1.7.15
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.7.15
2020-12-09 12:26:31 +01:00
freezeboy
5bdcc31616 amsn: remove application 2020-12-09 11:04:14 +01:00
Stefan Frijters
a86498a355
maestral-qt: 1.3.0 -> 1.3.1 2020-12-09 10:44:47 +01:00
Stefan Frijters
c326458b40
maestral-qt: 1.2.1 -> 1.3.0 2020-12-09 10:44:47 +01:00
Euan Kemp
6eb941d8c4 k3s: propagate runtime dependencies of the k3s binary
Fixes #101734

Prior to this change, the k3s binary included a tarball containing
binaries like 'kubectl', but didn't keep a runtime reference to those
runtime dependencies in plaintext (since they were gzipped inside the
single combined k3s binary).

In order for nix's automatic runtime dependency detection to work, we
need to have a reference to them somewhere in $out.
propagatedBuildInputs seems to do the right thing for us here.
Running `nix-store -q --tree /nix/store/path/to/k3s` produces a
different output after this change which includes the `libseccomp`
reference I expect.
2020-12-09 00:08:15 -08:00
Euan Kemp
5ca87dcf73 k3s: 1.19.2+k3s1 -> 1.19.4+k3s2
This includes a fix for CVE-2020-15257, as described in the upstream
release notes: https://github.com/k3s-io/k3s/releases/tag/v1.19.4%2Bk3s2
2020-12-08 23:56:50 -08:00
zowoq
d183736d69 kubectl: use installShellFiles 2020-12-09 17:28:26 +10:00
zowoq
563ff4adf9 kubernetes: misc fixes
- don't install unnecessary binaries
- remove go-bindata, already vendored by upstream
- use installShellFiles, add kubeadm completion
- require kubeadm/kubectl so installPhase can't be broken
2020-12-09 17:28:26 +10:00
Ryan Burns
fb0f4a282d http-getter: unstable-2018-06-06 -> unstable-2020-12-08
Fixes build on darwin. No functional changes.
2020-12-08 21:00:36 -08:00
Jonathan Ringer
2f87869190
nomad_0_11: 0.11.6 -> 0.11.7 2020-12-08 20:50:06 -08:00
Badi Abdul-Wahid
8e22153a9f
vivaldi: 3.4.2066.90-1 -> 3.5.2115.73-1 2020-12-08 20:43:36 -06:00
Marek Mahut
0081f50505
Merge pull request #106368 from r-ryantm/auto-update/dnscontrol
dnscontrol: 3.4.2 -> 3.5.0
2020-12-08 19:10:33 +01:00
Mario Rodas
9b2804b7b3 terraform_0_14: 0.14.0 -> 0.14.2
+ https://github.com/hashicorp/terraform/releases/tag/v0.14.1
+ https://github.com/hashicorp/terraform/releases/tag/v0.14.2
2020-12-08 13:06:00 -05:00
R. RyanTM
50812a34c6 dnscontrol: 3.4.2 -> 3.5.0 2020-12-08 17:58:33 +00:00
Gabriel Ebner
4cf1233176
Merge pull request #106267 from gebner/linphone
linphone: unstable-2020-03-06 -> 4.2.4
2020-12-08 16:33:15 +01:00
markuskowa
6d86fa0085
Merge pull request #103939 from rmcgibbo/nice-dcv
nice-dcv-client: init at 2020.2.1737-1
2020-12-08 16:32:29 +01:00
Robert T. McGibbon
7e8e71f73e nice-dcv-client: init at 2020.2.1737-1 2020-12-08 09:56:42 -05:00
Mario Rodas
8337128296
Merge pull request #106170 from 06kellyjac/kube3d
kube3d: 3.3.0 -> 3.4.0
2020-12-08 08:02:15 -05:00
Michael Weiss
d35b635628
chromedriver.src: Update the hash
I just regenerated upstream-info.json using update.py again and got a
different hash this time (but the same hash as in #106272). Therefore,
the only possible explanation I have is that upstream changed the file
that is hosted at [0]. I'll try to contact upstream regarding this.

Fix #106272.

[0]: https://chromedriver.storage.googleapis.com/87.0.4280.88/chromedriver_linux64.zip
2020-12-08 13:46:47 +01:00
taku0
052ea75f03 flashplayer: 32.0.0.453 -> 32.0.0.465 2020-12-08 21:12:29 +09:00
Mario Rodas
e61421b6b3
Merge pull request #106325 from r-ryantm/auto-update/seaweedfs
seaweedfs: 2.13 -> 2.14
2020-12-08 04:06:31 -05:00
R. RyanTM
c5c3edff54 seaweedfs: 2.13 -> 2.14 2020-12-08 05:38:04 +00:00
Sandro
ea549c46b6
Merge pull request #105830 from wamserma/gatling16 2020-12-08 05:52:11 +01:00
Mario Rodas
51c28d600a terraform_0_11: drop
Terraform 0.11 is being deprecated https://www.hashicorp.com/blog/deprecating-terraform-0-11-support-in-terraform-providers
2020-12-08 04:20:00 +00:00
Sandro Jäckel
5a500da7c2
stig: Disable failing tests on darwin 2020-12-08 04:39:10 +01:00
Sandro Jäckel
6f701e9a14
deluge_1: Mark broken on darwin 2020-12-08 04:39:09 +01:00
taku0
5101b357ec
flashplayer: 32.0.0.445 -> 32.0.0.453 (#103441) 2020-12-08 00:54:43 +00:00
Markus S. Wamser
717beb92fa opentracker: use makeFlags instead of patching (refactoring)
Co-authored-by: Mic92 (Jörg Thalheim)
2020-12-07 23:46:43 +01:00
squalus
1416482f63 ungoogled-chromium: 86.0.4240.183-1 -> 87.0.4280.88-1
based on chromium master@68d1006c
2020-12-07 14:43:13 -08:00
Gabriel Ebner
a30310415c linphone: unstable-2020-03-06 -> 4.2.4 2020-12-07 19:43:57 +01:00
Sandro
128eb3f940
Merge pull request #106241 from ocharles/patch-1
Remove myself from maintainers sets
2020-12-07 18:34:26 +01:00
ryneeverett
36436ee8ac firefox: Prefix $PATH with xdg_utils
This is required for certain URIs that require launching external
programs (e.g. mailto:, magnet:, or irc:) or setting the default browser
via xdg-settings.

Resolve #92751.

Comparable to #96922.
2020-12-07 15:43:53 +00:00
Sandro
bf67f0909f
Merge pull request #106169 from 06kellyjac/starboard-octant-plugin
starboard-octant-plugin: 0.6.0 -> 0.7.0
2020-12-07 16:31:11 +01:00
Ollie Charles
1675b11cd4 Remove myself from maintainers sets
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-12-07 14:30:37 +00:00
06kellyjac
4f1ece1b2c kube3d: 3.3.0 -> 3.4.0 2020-12-07 12:53:17 +00:00
06kellyjac
20560a866e starboard-octant-plugin: 0.6.0 -> 0.7.0 2020-12-07 12:38:13 +00:00
06kellyjac
f155f58ec8 starboard: 0.7.0 -> 0.7.1 2020-12-07 12:37:34 +00:00
Orivej Desh
83a9bbdf82 rss2email: fix build with feedparser 6 2020-12-07 10:05:26 +00:00
Andreas Rammhold
dc6971ccf9 firefox: drop maintainership
After the recent wrapper and plugin purge outbreak where as the only
active listed maintainer of the package I didn't even get a chance to
comment (e.g. via comment or review request) I do not want to continue
maintaining this package anymore.
2020-12-06 21:24:50 +01:00
Michael Weiss
c7cbc7098a
gns3-{gui,server}: 2.2.16 -> 2.2.17 2020-12-06 12:21:39 +01:00
github-actions[bot]
8a52c4c658
Merge master into staging-next 2020-12-06 06:17:06 +00:00
Mario Rodas
cbf343314a
Merge pull request #106022 from r-ryantm/auto-update/k9s
k9s: 0.24.1 -> 0.24.2
2020-12-05 22:30:24 -05:00
Jan Tojnar
6ce08f74dc
Merge branch 'master' into staging-next 2020-12-06 03:28:13 +01:00
Sandro
416478efc6
Merge pull request #106001 from rnhmjoj/qute
qutebrowser: 1.14.0 -> 1.14.1
2020-12-06 02:07:11 +01:00
R. RyanTM
489da9af2d k9s: 0.24.1 -> 0.24.2 2020-12-05 22:11:52 +00:00
rnhmjoj
82c99e23bc
qutebrowser: 1.14.0 -> 1.14.1 2020-12-05 18:21:36 +01:00
Matthias Beyer
d2ab95c039 mutt: 2.0.2 -> 2.0.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-05 16:55:34 +01:00
github-actions[bot]
0947539ec1
Merge master into staging-next 2020-12-05 12:18:17 +00:00
Doron Behar
956e6426d1
Merge pull request #98234 from freezeboy/add-n8n 2020-12-05 13:40:34 +02:00
R. RyanTM
9b3e35f267 toxic: 0.9.1 -> 0.10.0 2020-12-05 10:11:35 +01:00
github-actions[bot]
55b348fe1b
Merge master into staging-next 2020-12-05 06:16:24 +00:00
ldesgoui
247e919436 discord: 0.0.12 -> 0.0.13 2020-12-04 21:17:04 -08:00
github-actions[bot]
4763e8b8fd
Merge master into staging-next 2020-12-05 00:38:01 +00:00
freezeboy
b5ee81b8aa n8n: init at 0.96.0 2020-12-04 23:47:34 +01:00
Michael Weiss
f4419dd970
chromiumDev: 88.0.4324.27 -> 89.0.4343.0 2020-12-04 19:21:57 +01:00
Michael Weiss
beb83591fb
chromiumBeta: 87.0.4280.66 -> 88.0.4324.27 2020-12-04 19:21:57 +01:00
github-actions[bot]
cb36dd7449
Merge master into staging-next 2020-12-04 18:14:51 +00:00
Jörg Thalheim
29566ca021
Merge pull request #105796 from Luis-Hebendanz/fix_firefox_wrapper
Fix firefox wrapper
2020-12-04 17:01:05 +00:00
Luis Hebendanz
d3a6a124cf firefox: fix wrapper removing existing addons by default 2020-12-04 17:53:14 +01:00
Markus Wamser
3e27c4662a opentracker: combine calls to substituteInPlace (refactoring)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-04 16:23:59 +01:00
github-actions[bot]
884a0b091b
Merge master into staging-next 2020-12-04 00:37:25 +00:00
taku0
c1728d9c33
Merge pull request #105789 from taku0/thunderbird-bin-78.5.1
thunderbird, thunderbird-bin: 78.5.0 -> 78.5.1 [High security fixes]
2020-12-04 08:44:39 +09:00
Michael Weiss
c7fe6531a4
Merge pull request #105779 from primeos/chromium
chromium: 87.0.4280.66 -> 87.0.4280.88
2020-12-03 20:10:37 +01:00
github-actions[bot]
1aeec1f039
Merge master into staging-next 2020-12-03 18:14:40 +00:00
Sandro
555641c504
Merge pull request #105715 from AluisioASG/aasg/dyndnsc 2020-12-03 18:56:10 +01:00
Sandro
75847b443c
Merge pull request #105791 from 06kellyjac/starboard
starboard: 0.6.0 -> 0.7.0
2020-12-03 18:37:15 +01:00
Markus S. Wamser
c494e27999 opentracker: fix build for libowfat 0.32 2020-12-03 15:21:54 +01:00
06kellyjac
1cb3a214dc starboard: 0.6.0 -> 0.7.0 2020-12-03 13:11:10 +00:00
Graham Christensen
48413ef09d
terraform-providers.packet: v2.9.0 -> v3.2.0 2020-12-03 08:10:56 -05:00
Mario Rodas
209bdc8ddf
terraform_0_14: init at 0.14.0 (#105746)
https://github.com/hashicorp/terraform/releases/tag/v0.14.0
2020-12-03 14:03:03 +01:00
github-actions[bot]
5b73e3087a
Merge master into staging-next 2020-12-03 12:18:45 +00:00
Sandro
942dfc8436
Merge pull request #105735 from adamscott/master
tilt: 0.17.12 -> 0.17.13
2020-12-03 11:19:58 +01:00
Michael Weiss
36d40f77a9
chromium: 87.0.4280.66 -> 87.0.4280.88
https://chromereleases.googleblog.com/2020/12/stable-channel-update-for-desktop.html

This update includes 0 security fixes.
2020-12-03 10:36:48 +01:00
Jörg Thalheim
3cd6bc103d
Merge branch 'master' into firefox-nix-addon-support 2020-12-03 07:20:16 +00:00
github-actions[bot]
58274c4f8d
Merge master into staging-next 2020-12-03 00:36:28 +00:00
Adam Scott
fc2fa9000c tilt: 0.17.12 -> 0.17.13 2020-12-02 16:33:38 -05:00
Aluísio Augusto Silva Gonçalves
b0d6df575c
dyndnsc: init at 0.5.1 2020-12-02 17:44:04 -03:00
Sandro
1176af94d3
Merge pull request #105719 from andersk/zulip
zulip: 5.4.3 → 5.5.0
2020-12-02 21:15:30 +01:00
Anders Kaseorg
bfabe2a17a zulip: 5.4.3 → 5.5.0
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-12-02 10:37:54 -08:00
github-actions[bot]
d3f5608624
Merge master into staging-next 2020-12-02 18:13:34 +00:00