Commit Graph

32812 Commits

Author SHA1 Message Date
Sandro
f3322d79fb
Merge pull request #114770 from sternenseemann/licensee-9.15.0
licensee: 9.14.1 -> 9.15.0
2021-03-01 19:57:37 +01:00
sternenseemann
31a89241a9 licensee: 9.14.1 -> 9.15.0 2021-03-01 19:08:42 +01:00
timds
4e2b38d137 wal-g: enable support for brotli compression
Brotli support was always on until v0.2.10. It is enabled by default
in the wal-g's 'official' releases and build instructions, so it makes
sense to enable it in nixpkgs too.

wal-g has a Makefile (not used by nixpkgs) which statically links to
brotli v1.0.7 (a C library). Nixpkgs dynamically links to brotli
v1.0.9.
2021-03-01 17:13:55 +01:00
Mario Rodas
77e75f1ed1 bat: 0.17.1 -> 0.18.0
https://github.com/sharkdp/bat/releases/tag/v0.18.0
2021-03-01 16:36:19 +10:00
Mario Rodas
706be0926b
Merge pull request #114650 from r-ryantm/auto-update/fsarchiver
fsarchiver: 0.8.5 -> 0.8.6
2021-02-28 22:54:09 -05:00
Mario Rodas
a7c74fdc94
Merge pull request #114652 from r-ryantm/auto-update/gcsfuse
gcsfuse: 0.33.0 -> 0.33.2
2021-02-28 22:50:43 -05:00
Mario Rodas
a8eb4a70d7
Merge pull request #114638 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.34.1 -> 0.35.1
2021-02-28 22:44:09 -05:00
Mario Rodas
8045330235
Merge pull request #114708 from r-ryantm/auto-update/eksctl
eksctl: 0.38.0 -> 0.39.0
2021-02-28 22:41:09 -05:00
R. RyanTM
87b3a29d0a entr: 4.7 -> 4.8 2021-03-01 00:49:58 +00:00
R. RyanTM
f6113b316b eksctl: 0.38.0 -> 0.39.0 2021-03-01 00:08:26 +00:00
R. RyanTM
ed95819c9d flameshot: 0.8.5 -> 0.9.0 2021-02-28 20:34:27 +01:00
Sandro
fb712db6f9
Merge pull request #114682 from benneti/gopass-remove-platform 2021-02-28 20:01:35 +01:00
Fabian Affolter
cf0a9c1fea
Merge pull request #114651 from r-ryantm/auto-update/gammy
gammy: 0.9.63 -> 0.9.64
2021-02-28 19:51:52 +01:00
Fabian Affolter
8111d8ed16
Merge pull request #114641 from r-ryantm/auto-update/doppler
doppler: 3.22.1 -> 3.23.0
2021-02-28 19:51:08 +01:00
Fabian Affolter
be2b2d4b64
Merge pull request #114636 from r-ryantm/auto-update/disfetch
disfetch: 1.14 -> 1.18
2021-02-28 19:50:57 +01:00
Arnout Engelen
0aeba64fb2
squashfs: use -no-hardlinks for reproducible squashfs images (#114454)
the nix store may contain hardlinks: derivations may output them
directly, or users may be using store optimization which automatically
hardlinks identical files in the nix store.

The presence of these links are intended to be a 'transparent'
optimization. However, when creating a squashfs image, the image
will be different depending on whether hard links were present
on the filesystem, leading to reproducibility problems.

By passing '-no-hardlinks' to mksquashfs the files are stored
as duplicates in the squashfs image. Since squashfs has support
for duplicate files this does not lead to a larger image.

For more details see
https://github.com/NixOS/nixpkgs/issues/114331
2021-02-28 18:03:50 +00:00
Benedikt Tissot
34bee7e8d8 gopass-jsonapi: remove redundant platforms 2021-02-28 18:14:02 +01:00
Benedikt Tissot
71b14fb52e gopass: remove redundant platforms 2021-02-28 18:13:50 +01:00
Benedikt Tissot
540c6fb9c4 git-credential-gopass: remove redundant platforms 2021-02-28 18:12:55 +01:00
Oleksii Filonenko
4ea055805b
Merge pull request #114644 from r-ryantm/auto-update/emplace
emplace: 1.1.0 -> 1.2.0
2021-02-28 18:46:53 +02:00
Fabian Affolter
2d0b606980
Merge pull request #114654 from r-ryantm/auto-update/gdu
gdu: 4.6.4 -> 4.6.5
2021-02-28 17:02:53 +01:00
Tim Steinbach
058902d18b awscli: 1.19.12 -> 1.19.17 2021-02-28 10:38:01 -05:00
Michael Weiss
00529f5bba
lf: 20 -> 21 2021-02-28 14:01:59 +01:00
R. RyanTM
d3f4aa97a3 gdu: 4.6.4 -> 4.6.5 2021-02-28 12:38:56 +00:00
R. RyanTM
72fbd6b759 gcsfuse: 0.33.0 -> 0.33.2 2021-02-28 12:34:52 +00:00
R. RyanTM
1ff4731640 gammy: 0.9.63 -> 0.9.64 2021-02-28 12:29:14 +00:00
R. RyanTM
c0903d97c4 fsarchiver: 0.8.5 -> 0.8.6 2021-02-28 12:25:16 +00:00
Pavel Borzenkov
d6876bc879
google-cloud-sdk: fix searching for cloud_sql_proxy on the PATH (#114488)
'gcloud sql connect' command allows to connect to a CloudSQL instance
from a local machine. In order to do so, it starts local
'cloud_sdk_proxy' instance. google-cloud-sdk expects to find one in SDK
root (installed by 'gcloud components') or on the PATH, if SDK is not
correctly installed ('.install' directory is missing).

Since google-cloud-sdk on NixOS is properly installed 'gcloud sql
connect' never looks for 'cloud_sql_proxy' on the PATH and simply
doesn't work at all.

The patch slightly modifies the check by looking not only for
'.install' directory, but for actual 'cloud_sql_proxy' binary before
falling back to the search on the PATH.

With this patch it's now possible to use 'gcloud sql connect' on NixOS,
provided that 'cloud_sql_proxy' is available either in user or system
enviroment (available in nixpkgs).
2021-02-28 12:05:26 +00:00
R. RyanTM
af9d959867 emplace: 1.1.0 -> 1.2.0 2021-02-28 11:28:47 +00:00
R. RyanTM
40e983a5ff doppler: 3.22.1 -> 3.23.0 2021-02-28 11:10:03 +00:00
R. RyanTM
c75fd03b7a dnsproxy: 0.34.1 -> 0.35.1 2021-02-28 11:01:55 +00:00
R. RyanTM
6ff9aeebc1 disfetch: 1.14 -> 1.18 2021-02-28 10:56:04 +00:00
zowoq
77a087facc miniserve: 0.10.4 -> 0.11.0
https://github.com/svenstaro/miniserve/releases/tag/v0.11.0
2021-02-28 14:31:10 +10:00
Niklas Hambüchen
53ffeb59ff
Merge pull request #113657 from nh2/turbovnc
turbovnc: init at 2.2.5
2021-02-28 03:58:07 +01:00
Niklas Hambüchen
c834c60ff9 turbovnc: init at 2.2.5
I started out by copying the `tigervnc` derivation, which
does things like re-using `xorg.xorgserver.buildInputs`
(given that these VNC servers are all forks of Xorg),
but then removed that and all the dependencies that did not
appear to be needed or checked for in the CMake output.
2021-02-28 03:36:25 +01:00
Anderson Torres
49c5be4840
Merge pull request #114536 from bobrik/ivan/rst2html5-wheel
rst2html5: fix download now that it is a wheel
2021-02-27 21:17:21 -03:00
Sandro
3d78834149
Merge pull request #114569 from fishi0x01/bump-vsh
vsh: 0.10.0 -> 0.11.0
2021-02-28 00:17:09 +01:00
Ivan Babrou
20dba8a982 rst2html5: fix download now that it is a wheel
Fixing up #105489.
2021-02-27 10:30:42 -08:00
Robert Schütz
31a050c427
Merge pull request #114007 from dotlambda/imagemagick7-default
imagemagick: make 7.0 default
2021-02-27 18:41:20 +01:00
Robert Schütz
e13c16ec75 pfstools: use imagemagick6 2021-02-27 18:37:08 +01:00
Robert Schütz
9872e4a892 dmtx-utils: 0.7.4 -> 0.7.6 2021-02-27 18:37:07 +01:00
Robert Schütz
10ba3c20a7 treewide: replace imagemagick7 with imagemagick 2021-02-27 18:36:56 +01:00
Sandro
fee35d4d30
Merge pull request #114558 from cpcloud/update-pulumi 2021-02-27 18:33:11 +01:00
Karl Fischer
01fc3a8ea4
vsh: 0.10.0 -> 0.11.0 2021-02-27 16:55:19 +01:00
Sandro
0243d2db52
Merge pull request #114431 from samueldr/updates/refind-0.13.1
refind: 0.13.0 -> 0.13.1
2021-02-27 14:19:19 +01:00
Phillip Cloud
ab2b32cd1a pulumi-bin: refactor output creation 2021-02-27 07:27:31 -05:00
Phillip Cloud
0dfc707376 pulumi-bin: 2.19.2 -> 2.21.2 2021-02-27 07:27:10 -05:00
Fabian Affolter
b2298d6b6c
Merge pull request #114498 from ryantm/monit
monit: add ryantm to maintainers
2021-02-27 09:12:46 +01:00
R. RyanTM
c796cc4eac opkg: 0.4.3 -> 0.4.4 2021-02-26 21:18:52 -05:00
Bruno Bigras
1585a04bcb
webwormhole: init at git-2021-01-16 (#114269) 2021-02-26 20:24:44 -05:00