Commit graph

14145 commits

Author SHA1 Message Date
Sandro 22a7925f4f
Merge pull request #109860 from r-ryantm/auto-update/helmfile
helmfile: 0.135.0 -> 0.137.0
2021-01-19 14:38:43 +01:00
Sandro 18fa3ee8de
Merge pull request #109959 from SFrijters/tangram-pkg-config
tangram: Use pkg-config instead of pkgconfig
2021-01-19 14:34:00 +01:00
Stefan Frijters c946e9c8db
tangram: Use pkg-config instead of pkgconfig 2021-01-19 13:50:40 +01:00
Michael Weiss 101d42849d
chromiumBeta: 88.0.4324.87 -> 88.0.4324.96 2021-01-19 13:25:47 +01:00
Sandro 6270a8522f
Merge pull request #100912 from austinbutler/tangram
tangram: init at 1.3.1
2021-01-19 12:06:02 +01:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
R. RyanTM 77ccc6da3f jx: 2.1.149 -> 2.1.155 2021-01-19 01:44:30 +00:00
R. RyanTM 6b2d7c11ab istioctl: 1.8.1 -> 1.8.2 2021-01-19 01:10:35 +00:00
R. RyanTM 41009ec5a2 helmsman: 3.6.2 -> 3.6.3 2021-01-19 00:12:46 +00:00
R. RyanTM 501816ab98 helmfile: 0.135.0 -> 0.137.0 2021-01-19 00:09:00 +00:00
R. RyanTM aed967d8db gmailctl: 0.7.0 -> 0.8.0 2021-01-18 22:18:04 +00:00
Austin Butler 2b9ea67a5a tangram: init at 1.3.1 2021-01-18 13:40:10 -08:00
Simon Žlender 16de77bac5 zncModules.palaver: 2018-09-18 -> 2020-07-18 2021-01-18 21:50:31 +01:00
Simon Žlender bf0ac7e155 maintainers: add szlend 2021-01-18 21:49:52 +01:00
Christian Kampka f0ec10a829
treewide: remove kampka as maintainer (#109813) 2021-01-18 21:23:49 +01:00
Sandro 8c61c04882
Merge pull request #109808 from r-ryantm/auto-update/fluxcd
fluxcd: 0.6.0 -> 0.6.1
2021-01-18 20:50:07 +01:00
Sandro 1d9a62c37d
Merge pull request #109809 from r-ryantm/auto-update/fluxctl
fluxctl: 1.21.0 -> 1.21.1
2021-01-18 20:49:57 +01:00
Ryan Mulligan 1a642c4c27
Merge pull request #109725 from r-ryantm/auto-update/atlantis
atlantis: 0.15.1 -> 0.16.0
2021-01-18 11:30:28 -08:00
R. RyanTM debaa527a3 fluxctl: 1.21.0 -> 1.21.1 2021-01-18 18:47:44 +00:00
Sandro d510979b08
Merge pull request #109804 from r-ryantm/auto-update/firehol
firehol: 3.1.6 -> 3.1.7
2021-01-18 19:03:52 +01:00
R. RyanTM 68486ea7fd fluxcd: 0.6.0 -> 0.6.1 2021-01-18 18:02:32 +00:00
R. RyanTM 970d09bbb9 firehol: 3.1.6 -> 3.1.7 2021-01-18 17:36:35 +00:00
Sandro 86690bcc68
Merge pull request #109753 from r-ryantm/auto-update/cloudflared
cloudflared: 2020.11.11 -> 2021.1.4
2021-01-18 17:52:05 +01:00
Sandro 8d68902fe9
Merge pull request #109794 from r-ryantm/auto-update/ephemeral
ephemeral: 7.0.4 -> 7.0.5
2021-01-18 17:49:32 +01:00
R. RyanTM 43ee783ac2 ephemeral: 7.0.4 -> 7.0.5 2021-01-18 16:03:24 +00:00
Maximilian Bosch b30904b3c4
element-desktop: 1.7.16 -> 1.7.17
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.7.17
2021-01-18 16:59:38 +01:00
Maximilian Bosch 1f3f9053b9
element-web: 1.7.16 -> 1.7.17
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.17
2021-01-18 16:59:38 +01:00
Michael Weiss aee78d463e
ungoogled-chromium: 87.0.4280.88 -> 87.0.4280.141 (security)
I did a quick, automated test by reusing the VM test for Chromium.
2021-01-18 14:56:32 +01:00
R. RyanTM 3d03391738 cloudflared: 2020.11.11 -> 2021.1.4 2021-01-18 13:21:48 +00:00
R. RyanTM e99ffd3543 atlantis: 0.15.1 -> 0.16.0 2021-01-18 10:14:42 +00:00
Bryan A. S c48a355030 jmeter: 5.1.1 > 5.4
Update Jmeter to the latest version, also add myself as a maintainer

I have been using the package for 5 months daily, at the moment I am aware of 3 bugs.

1. Jmeter fails to save test plan in /nix/store (by default it saves it where Jmeter was installed).

2. The test fails to run on the latest version complaining about some missing libraries, for example log4j.

3. Jmeter fails to generate the report from a JTL file, for some reason it is not copying the needed files sometimes it fails without any log or error.

The rest works perfectly, but I still plan to fix it at somepoint, as I only use it for development, I didn't find any other bugs, and in the case of the report generator it is possible to generate it during the test run (in my case, the test is run on a non-NIXOS machine) or in a container.

Also add why tests are disabled.

Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2021-01-18 01:01:26 -03:00
github-actions[bot] 4bdb892722
Merge master into staging-next 2021-01-17 18:50:34 +00:00
Ryan Mulligan 29238385b7
Merge pull request #109589 from r-ryantm/auto-update/brave
brave: 1.18.77 -> 1.18.78
2021-01-17 10:03:12 -08:00
github-actions[bot] 9541eb734d
Merge master into staging-next 2021-01-17 12:38:49 +00:00
Symphorien Gibol d671677eab nixos: rework evolution-data-server module 2021-01-17 11:13:54 +01:00
Daniel Șerbănescu e44b3c5187 evolution-with-plugins: added support for evolution-ews. 2021-01-17 11:13:54 +01:00
Mario Rodas bb64d2bc14
Merge pull request #109568 from marsam/update-tiny
tiny: 0.7.0 -> 0.8.0
2021-01-17 04:18:01 -05:00
Jörg Thalheim 040d241522
Merge pull request #109602 from Mic92/zoom
zoom-us: 5.4.53350.1027 -> 5.4.57862.0110
2021-01-17 08:57:14 +00:00
Bernardo Meurer 9fcf3e5c25
Merge pull request #109598 from S-NA/wip/firefox-aarch64-lto
firefox: limit disable-elf-hack to arm, x86{,_64}
2021-01-17 08:03:35 +00:00
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Jörg Thalheim 0c4d9566f1
zoom-us: 5.4.53350.1027 -> 5.4.57862.0110
Replacing zooms qt library has led to incompatibilities between
qt versions used in Nix and zoom. The new approach just sets
LD_LIBRARY_PATH. LD_LIBRARY_PATH is also used internally by zoom
for its own vendored library.

The package has been tested end-to-end in a meeting.
2021-01-17 06:52:09 +01:00
Jan Tojnar e6f926d910
Merge branch 'master' into staging-next 2021-01-17 05:52:23 +01:00
S. Nordin Abouzahra 00b75b7024 firefox: limit disable-elf-hack to arm, x86{,_64}
This is a follow up to #106617 which brought LTO support but broke the
AArch64 Firefox builds.
2021-01-16 22:26:40 -05:00
R. RyanTM ae9f18ea15 brave: 1.18.77 -> 1.18.78 2021-01-17 00:07:02 +00:00
Bernardo Meurer aa4a14b7ad
Merge pull request #106617 from S-NA/wip/firefox-improvements
firefox: fix running wayland firefox built with LTO and some miscellaneous improvements
2021-01-16 23:17:57 +00:00
Michael Weiss 04da763965
google-chrome-dev: Add the new libxshmfence dependency
This is required to launch newer versions of Google Chrome:
/nix/store/XXX-google-chrome-dev-89.0.4385.0/share/google/chrome-unstable/google-chrome-unstable:
error while loading shared libraries: libxshmfence.so.1: cannot open
shared object file: No such file or directory
2021-01-16 20:36:21 +01:00
github-actions[bot] f46cb85082
Merge master into staging-next 2021-01-16 18:51:05 +00:00
Jörg Thalheim d8d06d1cec
Merge pull request #109455 from siraben/remove-stdenv-lib 2021-01-16 16:17:07 +00:00
Sandro cdb29eb851
Merge pull request #109509 from dotlambda/newsboat-2.22.1
newsboat: 2.21 -> 2.22.1
2021-01-16 14:09:22 +01:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Robert Schütz b7af27e9ea newsboat: 2.21 -> 2.22.1 2021-01-16 10:43:21 +01:00
Mario Rodas 4c84d1bce4 tiny: 0.7.0 -> 0.8.0
https://github.com/osa1/tiny/releases/tag/v0.8.0
2021-01-16 04:20:00 +00:00
github-actions[bot] 2cff4ff45c
Merge master into staging-next 2021-01-16 01:17:48 +00:00
Astro 910b4128f0 ngadmin: init at unstable-2017-11-17 2021-01-15 22:16:26 +01:00
github-actions[bot] 3269d4d3a3
Merge master into staging-next 2021-01-15 18:52:54 +00:00
Sandro 1917c21d2e
Merge pull request #109462 from cpcloud/update-nomad
nomad: 1.0.1 -> 1.0.2
2021-01-15 18:45:41 +01:00
Sandro cbad8a642b
Merge pull request #109442 from ymatsiuk/bumpflux2
fluxcd: 0.5.9 -> 0.6.0
2021-01-15 18:33:41 +01:00
Phillip Cloud f7f73b2c8d nomad: 1.0.1 -> 1.0.2 2021-01-15 12:04:42 -05:00
Jan Tojnar c0d2951fa6
Merge branch 'master' into staging-next 2021-01-15 17:46:46 +01:00
Rick van Schijndel 9571b57a64 remmina: 1.4.7 -> 1.4.10 2021-01-15 15:30:19 +01:00
Yurii Matsiuk 0cf52d8900
fluxcd: 0.5.9 -> 0.6.0 2021-01-15 14:20:35 +01:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
github-actions[bot] 9f69dadafd
Merge master into staging-next 2021-01-15 01:16:33 +00:00
Maximilian Bosch f08a59befc
Merge pull request #109313 from yoctocell/tor-browser-bundle-bin-10.0.8
tor-browser-bundle-bin: 10.0.7 -> 10.0.8
2021-01-15 00:17:14 +01:00
Michael Weiss 76fe724675
chromium: Extend update.py to print a summary of the updates
As a first step to automate the commit messages as well.
2021-01-14 21:02:16 +01:00
Michael Weiss c0e177d09f
chromiumBeta: 88.0.4324.79 -> 88.0.4324.87 2021-01-14 20:36:28 +01:00
github-actions[bot] 183b673b64
Merge master into staging-next 2021-01-14 18:54:05 +00:00
Eduardo Sánchez Muñoz 80badc893d webbrowser: mark as broken
https://github.com/NixOS/nixpkgs/issues/108615
2021-01-14 09:00:19 -08:00
Sandro cad4d1cd38
Merge pull request #109379 from B4dM4n/salut-a-toi-eval-error 2021-01-14 17:59:25 +01:00
Fabian Möller 745ce45b28
salut_a_toi: fix evaluation error + stdenv.lib -> lib 2021-01-14 17:32:14 +01:00
Sandro cfbebe08f5
Merge pull request #109374 from alyssais/notmuch
notmuch: skip T568-lib-thread
2021-01-14 17:30:08 +01:00
Alyssa Ross a438086650
notmuch: skip T568-lib-thread
Fixes: https://github.com/NixOS/nixpkgs/issues/109092
Thanks-to: Puck Meerburg <puck@puckipedia.com>
2021-01-14 16:06:16 +00:00
Sandro 3b0035a292
Merge pull request #109369 from devhell/update-profanity
profanity: 0.9.5 -> 0.10.0
2021-01-14 16:28:45 +01:00
devhell 63bb84bbe2 profanity: 0.9.5 -> 0.10.0 2021-01-14 15:08:47 +00:00
Francois Joulaud 183c8aa821 argo: 2.11.8 -> 2.12.4
cf. https://github.com/argoproj/argo/releases/tag/v2.12.4
2021-01-14 12:22:24 +01:00
Jan Tojnar b813710c04
Merge branch 'master' into staging-next 2021-01-14 02:24:17 +01:00
Nikolay Korotkiy 6e83386e82 lagrange: init at 1.0.3 2021-01-13 23:12:50 +01:00
Michael Weiss 69dc4dc2c1
signal-desktop: 1.39.4 -> 1.39.5 2021-01-13 22:04:32 +01:00
yoctocell 1ce9fe8d1b
tor-browser-bundle-bin: 10.0.7 -> 10.0.8
Update to latest release

https://blog.torproject.org/new-release-tor-browser-1008
2021-01-13 21:46:33 +01:00
Sandro 3ef74a3565
Merge pull request #109287 from TredwellGit/element-desktop 2021-01-13 19:05:18 +01:00
Michael Weiss 79150e0573
chromiumDev: 89.0.4381.6 -> 89.0.4385.0 2021-01-13 17:43:12 +01:00
TredwellGit 7016ae47d9 element-desktop: replace riot-desktop with element-desktop
https://element.io/previously-riot
2021-01-13 15:43:26 +00:00
TredwellGit 8fdbb53c35 element-desktop: replace electron_9 with electron 2021-01-13 15:14:22 +00:00
Sandro a76f0696cc
Merge pull request #109260 from ymatsiuk/flux2bump 2021-01-13 14:59:50 +01:00
S. Nordin Abouzahra dbe008a52a firefox: remove python2 dependency
Python 2 is no longer required to build Firefox.
2021-01-13 08:06:48 -05:00
S. Nordin Abouzahra 7415d0589d firefox: overhaul LTO
Enable LTO support on Linux by default again.

Add patch to fix dependentlibs.list generation under LTO. This is
necessary for fixing firefox-wayland crashing when built with LTO.

Add makeFlags which set ar, ranlib, and nm to be llvm-ar, llvm-ranlib
and llvm-nm when building with llvm-based LTO. (bmo#1480005)
2021-01-13 08:06:48 -05:00
S. Nordin Abouzahra 40b4eb1c52 firefox: simplify NIX_LDFLAGS usage
This was required to solve the XPCOMGlueLoad error when building with
LTO. However, it turns out libxul.so is supposed to have some libraries
that are reported as not found by ldd. Setting the RPATH worked around
the error as it forced dependency resolution but failed to fix the real
issue of broken generation of dependentlibs.list.

The libraries that are reported as not found by ldd are supposed to be
dlopened through the logic found in nsXPCOMGlue.cpp. However since the
generation of dependentlibs.list is broken under LTO this did not
happen. Instead of pulling libwayland-client.so from the GTK libraries
it found the stub library first (libmozwayland.so). The stub library
causes (as it should) wl_display_connect to always return NULL which is
the cause of the segmentation fault and LTO breaking wayland support.

Remove the hardcoded path used for the XPCOMGlueLoad error workaround
in NIX_LDFLAGS. libunwind is still unfortunately needed. Once the issue
of the generation of dependentlibs.list being borked is fixed it should
remedy the wayland crash issue on LTO.
2021-01-13 08:06:47 -05:00
S. Nordin Abouzahra a277fca1c4 firefox: remove patchelf usage
Firefox has a number of optional dependencies that get dlopened.
Instead of using patchelf to set the RPATH use LD_LIBRARY_PATH.
The motivation for this is we already set LD_LIBRARY_PATH in the
wrapper on Linux.
2021-01-13 08:06:46 -05:00
S. Nordin Abouzahra 80e863c52c firefox: clean up optionals
Change `lib.optionals a [ b ]` to `lib.optional a b`.
2021-01-13 08:06:45 -05:00
S. Nordin Abouzahra 96c34702e9 firefox: restrict system NSPR workaround
It only affected FF80 so place an upper bound restriction. See
bmo#1661096 for details.

This fixes substituteStream() warnings about missing patterns which
appeared in the logs.
2021-01-13 08:06:45 -05:00
S. Nordin Abouzahra c6f113a3f4 firefox: remove superfluous NIX_CFLAGS_COMPILE
It was added for nspr and nss back in the 55.0.3 to 56.0 upgrade. It
also served as a workaround for an undeclared gio-unix-2.0 dependency.
Sometime afterwards nspr was removed, leaving just the two. Since then,
upstream has added a declaration for gio-unix-2.0 (in FF62). As for the
nss include it seemingly has no purpose since current firefox builds
with it removed.
2021-01-13 08:06:44 -05:00
Sandro 9534559209
Merge pull request #109264 from 06kellyjac/terragrunt
terragrunt: 0.27.0 -> 0.27.1
2021-01-13 14:05:14 +01:00
Sandro 0d1a657a25
Merge pull request #109142 from freezeboy/remove-postinstall-amfora
amfora: remove unnecessary postInstall phase for darwin
2021-01-13 14:04:33 +01:00
Sandro 8b59c33807
Merge pull request #107142 from 06kellyjac/tektoncd-cli
tektoncd-cli: 0.14.0 -> 0.15.0
2021-01-13 14:01:48 +01:00
Sandro c05e2bc529
Merge pull request #109115 from charvp/pr/bump-gomuks
gomuks: 0.2.1 -> 0.2.2
2021-01-13 14:01:19 +01:00
06kellyjac 2525c0252e terragrunt: 0.27.0 -> 0.27.1 2021-01-13 10:54:37 +00:00
Yurii Matsiuk 63960b3b30
fluxcd: 0.5.0 -> 0.5.9 2021-01-13 10:58:53 +01:00
Charlotte Van Petegem da9395cf8f
gomuks: 0.2.1 -> 0.2.2 2021-01-13 10:52:50 +01:00
freezeboy 5a15487897 amfora: remove unnecessary postInstall phase for darwin 2021-01-13 09:34:40 +01:00
Sandro c7a1cbf5cf
Merge pull request #100642 from oxzi/astroid-plugin-fix
astroid: fix python plugin usage
2021-01-13 08:49:29 +01:00