Thomas Tuegel
7ec64f0a40
Merge pull request #144923 from nashamri/master
...
dropbox: Fix missing icon from the desktop item
2021-11-07 06:31:16 -06:00
Zhong Jianxin
056d880f90
helmfile: Stop prefixing PATH with kubernetes-helm
...
So helmfile will work with helm plugins wrapped by pkgs.wrapHelm:
```
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";
outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem (system: let
pkgs = nixpkgs.legacyPackages.${system};
helm = pkgs.wrapHelm pkgs.kubernetes-helm {
plugins = with pkgs.kubernetes-helmPlugins; [
helm-diff helm-secrets
];
};
in {
devShell = pkgs.mkShell {
nativeBuildInputs = [
helm
pkgs.helmfile
];
};
});
}
```
2021-11-07 19:53:32 +08:00
Janne Heß
1a368ff3f9
Merge pull request #144952 from fabaff/bump-msmtp
...
msmtp: 1.8.18 -> 1.8.19
2021-11-07 11:32:32 +01:00
Ingolf Wagner
6cc22b4d4a
terranix: 2.4.0 -> 2.5.0
2021-11-07 09:43:34 +01:00
Mario Rodas
f55376e875
tiny: 0.9.0 -> 0.10.0
...
https://github.com/osa1/tiny/releases/tag/v0.10.0
2021-11-07 04:20:00 +00:00
Mario Rodas
2ef3df9e93
notmuch: 0.34 -> 0.34.1
2021-11-07 04:20:00 +00:00
figsoda
df02fb66e0
Merge pull request #144856 from Stunkymonkey/newsflash-1.5.1
...
newsflash: 1.4.3 -> 1.5.1
2021-11-06 22:57:45 -04:00
Fabian Affolter
ef8eb42db5
msmtp: 1.8.18 -> 1.8.19
2021-11-07 00:57:58 +01:00
Mario Rodas
d561bd1797
Merge pull request #144737 from 06kellyjac/nerdctl
...
nerdctl: 0.12.1 -> 0.13.0
2021-11-06 17:42:37 -05:00
Mario Rodas
29c3de8de7
Merge pull request #143379 from r-ryantm/auto-update/terraform-provider-lxd
...
terraform-providers.lxd: 1.5.0 -> 1.6.0
2021-11-06 17:36:35 -05:00
nashamri
a529337334
dropbox: Fix missing icon from the desktop item
2021-11-06 23:09:58 +03:00
Felix Buehler
bf3aff8eb0
newsflash: 1.4.3 -> 1.5.1
2021-11-06 20:44:26 +01:00
Michael Weiss
834d9d1bd1
Merge pull request #144911 from primeos/signal-desktop
...
signal-desktop: 5.22.0 -> 5.23.0
2021-11-06 19:37:16 +01:00
dan4ik
2fa9bf4b8b
yandex-browser: set meta.broken
2021-11-06 14:25:29 -04:00
Janne Heß
2ee5133dc5
Merge pull request #144070 from VergeDX/tdesktop
2021-11-06 19:01:22 +01:00
Michael Weiss
d63d3250f4
Merge pull request #144902 from primeos/chromiumDev
...
chromiumDev: 97.0.4682.3 -> 97.0.4688.2
2021-11-06 18:54:25 +01:00
Michael Weiss
137cda5afa
Merge pull request #144900 from primeos/chromiumBeta
...
chromiumBeta: 96.0.4664.27 -> 96.0.4664.35
2021-11-06 18:54:14 +01:00
Janne Heß
b1824deb38
Merge pull request #144636 from flexagoon/mullvad-update
2021-11-06 18:50:08 +01:00
Maximilian Bosch
74ab6a7705
Merge pull request #144482 from r-ryantm/auto-update/nextdns
...
nextdns: 1.37.2 -> 1.37.3
2021-11-06 18:24:55 +01:00
Michael Weiss
ed83ff9bcc
signal-desktop: 5.22.0 -> 5.23.0
2021-11-06 18:23:42 +01:00
Michael Weiss
00460bd6e2
chromiumDev: 97.0.4682.3 -> 97.0.4688.2
2021-11-06 17:47:05 +01:00
Michael Weiss
41dbc0a995
chromiumBeta: 96.0.4664.27 -> 96.0.4664.35
2021-11-06 17:46:46 +01:00
Casey Marshall
f3ee106074
kubebuilder: 3.1.0 -> 3.2.0
...
Update kubebuilder to 3.2.0.
kubebuilder create api now requires make in $PATH.
2021-11-06 11:25:25 -05:00
Ryan Mulligan
d6dc3adc0a
Merge pull request #144552 from r-ryantm/auto-update/purple-lurch
...
purple-lurch: 0.6.7 -> 0.7.0
2021-11-06 05:50:37 -07:00
Maximilian Bosch
17e118aa7a
Merge pull request #144283 from Kranzes/bump-libvirt
...
libvirt: 7.8.0 -> 7.9.0
2021-11-06 13:39:20 +01:00
Artturi
05aaadd5cc
Merge pull request #144810 from dsg22/feature-tor-browser-harden
2021-11-06 12:39:47 +02:00
Ryan Burns
9b89af7680
Merge pull request #144397 from trofi/fix-mcabber-for-ncurses-6.3
...
mcabber: pull upstream fix for upcoming ncurses-6.3
2021-11-06 01:49:10 -07:00
Ryan Burns
e70280690d
Merge pull request #144592 from trofi/fix-toxic-for-ncurses-6.3
...
toxic: fix build against upcoming ncurses-6.3
2021-11-06 01:48:42 -07:00
Davíð Steinn Geirsson
5499f32f08
tor-browser-bundle-bin: Enable content sandbox and hardened malloc
...
Tor browser enables multi-process support in firefox to sandbox each site
in its own process. This is a very important security feature. It was
disabled in the nixpkgs version, according to a comment due to "crashing
tabs", but running with it enabled I have not been able to recreate this.
Sandboxing enabled is the upstream default, and if we can't ship a tor
browser that way then we should not ship one at all.
Also re-enable useHardenedMalloc to use graphene-hardened-malloc. Here
there was also a comment, in this case saying it caused "crashes with
intel driver". I have also been unable to recreate this on my Intel
UHD P630 onboard graphics.
I believe neither of these are issues any longer.
2021-11-05 22:37:42 +00:00
Doron Behar
b2d1a7d94f
Merge pull request #144746 from doronbehar/pkg/jami-client-gnome
2021-11-05 16:09:04 +00:00
Doron Behar
ebaa823afd
jami-daemon.ffmpeg: mark as broken for aarch64
2021-11-05 17:34:35 +02:00
Bobby Rong
8c0e13349f
Merge pull request #135789 from lucasew/package/cisco-packet-tracer
...
cisco-packet-tracer: init at 7.3.1 and 8.0.1
2021-11-05 22:49:41 +08:00
Thiago Kenji Okada
1285cc476d
Merge pull request #144691 from legendofmiracles/zerobin
...
zerobin: fix build
2021-11-05 11:01:42 -03:00
Doron Behar
25ea24497b
jami-client-gnome: unset CLUTTER_BACKEND
2021-11-05 15:32:12 +02:00
legendofmiracles
0bbc024462
zerobin: fix build
2021-11-05 07:10:07 -06:00
06kellyjac
7326f67e42
nerdctl: 0.12.1 -> 0.13.0
2021-11-05 11:55:34 +00:00
Bernardo Meurer
51289b6b65
Merge pull request #144346 from taku0/thunderbird-bin-91.3.0
...
thunderbird, thunderbird-bin: 91.2.1 -> 91.3.0
2021-11-04 16:08:12 -07:00
Maximilian Bosch
31029fdbe2
Merge pull request #142987 from FliegendeWurst/tbb-10.5.10
...
tor-browser-bundle-bin: 10.5.8 -> 10.5.10
2021-11-04 22:59:45 +01:00
flexagoon
63a0830244
mullvad-vpn: fix the .desktop file
2021-11-04 20:09:12 +03:00
Robert Hensing
3bccce68d1
Merge pull request #144440 from SuperSandro2000/lib-fromJSON
...
treewide: switch ``builtins.fromJSON(builtins.readFile ./file.json)``…
2021-11-04 12:17:40 +01:00
Sergei Trofimovich
fa34b0f03a
toxic: fix build against upcoming ncurses-6.3
...
On ncurses-6.3 with extra printf() annotations gcc now detects
use of user input in place of format strings:
toxic/src/game_chess.c:1633:63: error:
format not a string literal and no format arguments [-Werror=format-security]
1633 | mvwprintw(win, board->y_bottom_bound + 2, x_mid, state->status_message);
| ~~~~~^~~~~~~~~~~~~~~~
2021-11-04 09:49:38 +00:00
Bobby Rong
ef74ebb7b2
Merge pull request #144374 from r-ryantm/auto-update/kube-score
...
kube-score: 1.12.0 -> 1.13.0
2021-11-04 08:59:44 +08:00
Bobby Rong
1900f53a96
Merge pull request #144378 from r-ryantm/auto-update/kubeconform
...
kubeconform: 0.4.10 -> 0.4.12
2021-11-04 08:57:46 +08:00
James Landrein
7a1f2fd9e6
kubectl-evict-pod: init at 0.0.10
2021-11-04 00:08:06 +01:00
R. Ryantm
f9a9b5b617
purple-lurch: 0.6.7 -> 0.7.0
2021-11-03 22:24:46 +00:00
Eric Bailey
0535a5b7ac
kubernetes-helm: 3.7.0 -> 3.7.1
...
Co-authored-by: Bobby Rong <rjl931189261@126.com>
2021-11-03 12:09:36 -05:00
R. Ryantm
b97a25a3c1
nextdns: 1.37.2 -> 1.37.3
2021-11-03 16:29:53 +00:00
Bobby Rong
d9cf07e341
Merge pull request #144375 from r-ryantm/auto-update/kube3d
...
kube3d: 5.0.0 -> 5.0.3
2021-11-03 22:26:03 +08:00
Sandro Jäckel
8547db919a
treewide: switch `builtins.fromJSON(builtins.readFile ./file.json)
` to lib.importJSON ./file.json
2021-11-03 14:43:52 +01:00
Sandro
4399ca88ab
Merge pull request #144350 from r-ryantm/auto-update/istioctl
2021-11-03 13:17:47 +01:00
Mario Rodas
d494129068
Merge pull request #143434 from r-ryantm/auto-update/soju
...
soju: 0.1.2 -> 0.2.2
2021-11-03 07:11:03 -05:00
Bobby Rong
1c78751423
Merge pull request #144416 from bobby285271/mainprogram
...
treewide: set meta.mainProgram for packages teams.pantheon.members maintain
2021-11-03 20:10:33 +08:00
Mario Rodas
b2d3a72eb9
Merge pull request #143476 from r-ryantm/auto-update/signal-cli
...
signal-cli: 0.9.0 -> 0.9.2
2021-11-03 07:00:38 -05:00
Mario Rodas
ec57fc9bc6
Merge pull request #144180 from marsam/update-rclone
...
rclone: 1.56.2 -> 1.57.0
2021-11-03 06:32:15 -05:00
Bobby Rong
2483e778d4
treewide: set meta.mainProgram for packages teams.pantheon.members maintain
2021-11-03 19:07:21 +08:00
Sergei Trofimovich
72aca77ae5
mcabber: pull upstream fix for upcoming ncurses-6.3
2021-11-03 09:31:03 +00:00
Sandro
b427b60863
Merge pull request #144383 from r-ryantm/auto-update/kubernetes
2021-11-03 10:21:48 +01:00
R. Ryantm
c97ffef917
kubernetes: 1.22.2 -> 1.22.3
2021-11-03 08:21:01 +00:00
R. Ryantm
c92087aee4
kubeconform: 0.4.10 -> 0.4.12
2021-11-03 08:02:23 +00:00
R. Ryantm
4307f06667
kube3d: 5.0.0 -> 5.0.3
2021-11-03 07:51:28 +00:00
R. Ryantm
9aee009f71
kube-score: 1.12.0 -> 1.13.0
2021-11-03 07:47:46 +00:00
Bobby Rong
5373418b44
Merge pull request #144360 from r-ryantm/auto-update/k0sctl
...
k0sctl: 0.10.4 -> 0.11.4
2021-11-03 15:40:20 +08:00
R. Ryantm
173b63fc86
k0sctl: 0.10.4 -> 0.11.4
2021-11-03 06:35:26 +00:00
Maciej Krüger
42c0007e01
Merge pull request #144349 from taku0/firefox-bin-94.0
2021-11-03 06:58:03 +01:00
R. Ryantm
a7e4c3cd26
istioctl: 1.11.2 -> 1.11.4
2021-11-03 05:41:47 +00:00
superherointj
df4fac48fc
maintainers: remove superherointj
2021-11-02 18:22:31 -07:00
taku0
18cf5c8cac
thunderbird: 91.2.1 -> 91.3.0
2021-11-03 09:14:01 +09:00
taku0
06708435d1
thunderbird-bin: 91.2.1 -> 91.3.0
2021-11-03 09:13:42 +09:00
Martin Weinelt
b47fcee2a5
Merge pull request #144219 from mweinelt/firefox
2021-11-02 23:31:13 +01:00
Ilan Joselevich
383a7900cb
nixopsUnstable: 2.0.0-pre (2021-11-02)
2021-11-02 23:01:32 +02:00
dsx
1cb2345845
terraform-provider-libvirt: 0.6.3 -> 0.6.11 ( #141779 )
...
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2021-11-02 19:27:41 +00:00
Artturin
cbb7455d73
firefox-bin: add libXtst and libXrandr to lib path
...
firefox nightly now requires libXtst.so.6
without this change firefox nightly from the mozilla overlay fails to
start
added libXrandr too since libxul.so requires it
libXrandr.so.2 => not found
libXtst.so.6 => not found
2021-11-02 10:59:24 -07:00
Martin Weinelt
a0201d653e
firefox: Use llvmPackages exposed by rustc
2021-11-02 17:37:18 +01:00
Martin Weinelt
ffbac21daa
thunderbird-78: drop
...
Thunderbirds 78 series is EOL.
2021-11-02 14:41:04 +01:00
R. Ryantm
4c9202e36e
firefox-esr-91-unwrapped: 91.2.0esr -> 91.3.0esr
2021-11-02 14:41:04 +01:00
Martin Weinelt
0cf88beb7b
firefox: 93.0 -> 94.0
2021-11-02 14:41:04 +01:00
Martin Weinelt
d69e703b71
firefox-esr-78: drop
...
Firefox ESR 78.15 was the last release of this series and is now EOL.
2021-11-02 14:41:04 +01:00
Artturi
47c2ca8dd9
Merge pull request #143600 from r-ryantm/auto-update/cloudflared
...
cloudflared: 2021.9.2 -> 2021.10.5
2021-11-02 14:37:14 +02:00
Artturi
abc84d2434
Merge pull request #143926 from r-ryantm/auto-update/fluxcd
...
fluxcd: 0.20.0 -> 0.20.1
2021-11-02 14:09:37 +02:00
Bobby Rong
2fe98c17d6
Merge pull request #144217 from r-ryantm/auto-update/meteo
...
meteo: 0.9.9 -> 0.9.9.1
2021-11-02 19:09:42 +08:00
R. Ryantm
45e5cab50d
meteo: 0.9.9 -> 0.9.9.1
2021-11-02 09:26:56 +00:00
Maciej Krüger
3e4a55c04a
Merge pull request #136591 from polykernel/brave-add-cmdline-args
2021-11-02 10:02:32 +01:00
Maciej Krüger
b6b71e8b04
Merge pull request #143353 from flexagoon/mullvad-update
2021-11-02 09:38:43 +01:00
flexagoon
7c101104c0
mullvad-vpn: disable update notifications
2021-11-02 10:02:24 +03:00
github-actions[bot]
d27dd6653e
Merge master into staging-next
2021-11-02 00:01:32 +00:00
Sandro
3c691c350f
Merge pull request #143967 from cpcloud/remove-abseil-cxx-standard-flag
...
abseil-cpp: remove cxx standard flag
2021-11-01 23:03:19 +01:00
Sandro Jäckel
e884e2840e
tdesktop: fix build
2021-11-01 21:49:45 +01:00
P
78dd8567c1
threema-desktop: init at 1.0.3 ( #143194 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-01 21:16:52 +01:00
taku0
7d427ce6a0
firefox-bin: 93.0 -> 94.0
2021-11-02 03:12:43 +09:00
github-actions[bot]
cc41bb5851
Merge master into staging-next
2021-11-01 12:01:00 +00:00
Sandro
73207ec965
Merge pull request #143125 from kurnevsky/pidgin-ssl-fix
2021-11-01 10:51:06 +01:00
Florian Klink
dd451b0218
Merge pull request #143641 from Ma27/bump-neomutt
...
neomutt: 20211022 -> 20211029
2021-11-01 10:30:56 +01:00
Mario Rodas
ee4e6a9d07
rclone: 1.56.2 -> 1.57.0
2021-11-01 04:20:00 +00:00
Vanilla
19725aa59a
tdesktop: 3.1.9 -> 3.1.11
2021-11-01 11:04:56 +08:00
github-actions[bot]
7eaf56d92e
Merge master into staging-next
2021-11-01 00:01:32 +00:00
Sandro
4a6bbcfb77
Merge pull request #143506 from superherointj/package-linkerd-stable-2.11.1
2021-10-31 22:11:11 +01:00
Robert Scott
a5f798941f
Merge pull request #143690 from r-ryantm/auto-update/freerdp
...
freerdp: 2.4.0 -> 2.4.1
2021-10-31 18:31:15 +00:00
github-actions[bot]
7ca1d48ff2
Merge master into staging-next
2021-10-31 18:01:01 +00:00
Sandro
dad9f349bb
Merge pull request #143980 from fabaff/bump-mpop
2021-10-31 14:14:58 +01:00
github-actions[bot]
f66386e3b1
Merge master into staging-next
2021-10-31 12:01:13 +00:00