Commit Graph

32853 Commits

Author SHA1 Message Date
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
Florian Klink
0bdaff84e8
Merge pull request #113137 from lukegb/ceph
ceph: fix bluestore by using bundled rocksdb
2021-02-27 00:26:47 +01:00
Martin Weinelt
d47ee0e778
Merge pull request #114461 from mweinelt/salt
salt: 3002.2 -> 3002.5
2021-02-26 21:54:35 +01:00
Ryan Mulligan
3864dcea59 monit: add ryantm to maintainers 2021-02-26 11:37:18 -08:00
Jakub Kądziołka
3bd0b03fb3
tox-node: fix build
The custom installPhase got broken as the rust build scripts only
provide $releaseDir in postInstall hooks. The default rust installPhase
installs the same files, so the custom one is unnecessary.
2021-02-26 18:55:59 +01:00
benneti
8e5a172d0c
git-credential-gopass: init at 1.12.0 (#114457)
* maintainers: add benneti

* git-credential-gopass: init at 1.12.0

* Update pkgs/tools/security/gopass/git-credential.nix

* Update pkgs/tools/security/gopass/git-credential.nix

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2021-02-26 11:37:34 -05:00
Eelco Dolstra
9c8fcd6146
Merge pull request #111955 from armijnhemel/e2tools-0.1.0
e2tools: 0.0.16 -> 0.1.0
2021-02-26 16:05:28 +01:00
Martin Weinelt
3389b87674
salt: 3002.2 -> 3002.5
https://saltproject.io/security_announcements/active-saltstack-cve-release-2021-feb-25/

Fixes: CVE-2021-3197, CVE-2021-25281, CVE-2021-25282, CVE-2021-25283,
CVE-2021-25284, CVE-2021-3148, CVE-2020-35662, CVE-2021-3144,
CVE-2020-28972, CVE-2020-28243
2021-02-26 12:57:37 +01:00
Frederik Rietdijk
c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
Jan Tojnar
aedef77f10 fprintd: 1.90.1 → 1.90.9
https://gitlab.freedesktop.org/libfprint/fprintd/-/blob/v1.90.9/NEWS#L1-73
2021-02-26 02:47:10 -05:00
R. RyanTM
f2831e3cfe lldpd: 1.0.7 -> 1.0.8 2021-02-26 02:13:31 -05:00
Mario Rodas
1756c26175
Merge pull request #114428 from r-ryantm/auto-update/s3fs-fuse
s3fs: 1.88 -> 1.89
2021-02-25 23:58:50 -05:00
Samuel Dionne-Riel
82ec27d3ff refind: 0.13.0 -> 0.13.1 2021-02-25 23:57:16 -05:00
Mario Rodas
11bfaf2c30
Merge pull request #114325 from r-ryantm/auto-update/cassowary
cassowary: 0.12.1 -> 0.13.0
2021-02-25 23:54:11 -05:00
R. RyanTM
c33e84e655 mongodb-compass: 1.23.0 -> 1.24.6 2021-02-25 23:21:22 -05:00
Maciej Krüger
3cbb516630
Merge pull request #114427 from mkg20001/sshidup
ssh-import-id: 5.8 -> 5.11
2021-02-26 04:39:44 +01:00
R. RyanTM
1b5aea9a7a s3fs: 1.88 -> 1.89 2021-02-26 03:33:39 +00:00
R. RyanTM
0a98f5a0e2 kea: 1.8.2 -> 1.9.3 2021-02-25 22:17:44 -05:00
Maciej Krüger
d57c522515
Merge pull request #114285 from mkg20001/netplan
netplan: init at 0.101
2021-02-26 03:17:00 +01:00
Maciej Krüger
c9f1c147c3
ssh-import-id: 5.8 -> 5.11 2021-02-26 03:07:07 +01:00
Maciej Krüger
a3666f508f
netplan: init at 0.101 2021-02-26 03:02:21 +01:00
Mario Rodas
856388446c
Merge pull request #114356 from r-ryantm/auto-update/mark
mark: 5.2 -> 5.2.1
2021-02-25 20:02:30 -05:00
Mario Rodas
d60db095f0
Merge pull request #114363 from r-ryantm/auto-update/netdata
netdata: 1.29.2 -> 1.29.3
2021-02-25 20:01:26 -05:00
Mario Rodas
c5904041cb
Merge pull request #114390 from Chili-Man/vault-1.6.3-update
vault: 1.6.2 -> 1.6.3
2021-02-25 19:47:00 -05:00
R. RyanTM
a7e714c7a1 logrotate: 3.17.0 -> 3.18.0 2021-02-25 19:07:53 -05:00
Maximilian Bosch
3d9e721eaf
Merge pull request #114311 from bobrik/ivan/cargo-deb-1.29.1
cargo-deb: 1.24.0 -> 1.29.1 + build fix
2021-02-26 00:50:03 +01:00
R. RyanTM
879e1aa008 aspcud: 1.9.4 -> 1.9.5 2021-02-25 18:45:41 -05:00
R. RyanTM
7a1eaaca36 chafa: 1.4.1 -> 1.6.0 2021-02-25 18:42:40 -05:00
Daniel Nagy
a40f86e390 unbound: optionally support DNS-over-HTTPS
unbound can be used as a DNS-over-HTTPS (DoH) server.

This is a blog post introducing the feature:

https://www.nlnetlabs.nl/news/2020/Oct/08/unbound-1.12.0-released/
2021-02-25 18:37:57 -05:00
adisbladis
98390e3bf9
Merge pull request #114404 from zowoq/slirp4netns
slirp4netns: 1.1.8 -> 1.1.9
2021-02-26 01:30:23 +02:00
Simon Bruder
59f5c54916
restic: 0.11.0 -> 0.12.0 (#114329) 2021-02-25 23:00:20 +01:00
Fabian Affolter
04ac9dcd31
Merge pull request #114341 from r-ryantm/auto-update/honggfuzz
honggfuzz: 2.3.1 -> 2.4
2021-02-25 22:36:07 +01:00
Sandro
33fe540814
Merge pull request #114365 from alexfmpe/tendermint/0.34.8
tendermint: 0.34.7 -> 0.34.8
2021-02-25 22:13:36 +01:00
zowoq
d114bd5f2c slirp4netns: 1.1.8 -> 1.1.9
https://github.com/rootless-containers/slirp4netns/releases/tag/v1.1.9
2021-02-26 06:11:30 +10:00
Fabian Affolter
d4a21956aa
Merge pull request #114328 from r-ryantm/auto-update/croc
croc: 8.6.7 -> 8.6.8
2021-02-25 20:58:33 +01:00
Fabian Affolter
3051496b80
Merge pull request #114339 from r-ryantm/auto-update/gitjacker
gitjacker: 0.0.2 -> 0.0.3
2021-02-25 20:43:43 +01:00
Fabian Affolter
766434303f
Merge pull request #114380 from r-ryantm/auto-update/teler
teler: 1.0.2-dev -> 1.0.3
2021-02-25 20:42:10 +01:00
Oleksii Filonenko
ad007ce926
Merge pull request #114055 from r-ryantm/auto-update/clash 2021-02-25 21:31:53 +02:00
Diego Rodriguez
7ac05f788b
vault: 1.6.2 -> 1.6.3 2021-02-25 11:59:54 -07:00
R. RyanTM
4056b84cbf teler: 1.0.2-dev -> 1.0.3 2021-02-25 17:40:29 +00:00
Pascal Bach
3446cf39b4 cryptomator: init at 1.5.13
Co-authored-by: Artur Taranchiev <ewok@ewok.ru>
2021-02-25 17:06:48 +01:00
Ryan Mulligan
9e88fefcfe
Merge pull request #111097 from r-ryantm/auto-update/gammy
gammy: 0.9.62 -> 0.9.63
2021-02-25 07:35:57 -08:00
Alexandre Esteves
a1b891e63d tendermint: 0.34.7 -> 0.34.8 2021-02-25 14:20:59 +00:00
R. RyanTM
b386735e76 netdata: 1.29.2 -> 1.29.3 2021-02-25 13:22:59 +00:00
R. RyanTM
d97660eb7c mark: 5.2 -> 5.2.1 2021-02-25 12:30:23 +00:00
R. RyanTM
1d61041fdf honggfuzz: 2.3.1 -> 2.4 2021-02-25 10:58:55 +00:00
R. RyanTM
504044c708 gitjacker: 0.0.2 -> 0.0.3 2021-02-25 10:16:04 +00:00
Michael Raskin
2a6a92d7d3
Merge pull request #113638 from r-ryantm/auto-update/zbar
zbar: 0.23.1 -> 0.23.90
2021-02-25 09:56:41 +00:00
R. RyanTM
f209e49940 croc: 8.6.7 -> 8.6.8 2021-02-25 08:35:50 +00:00
Sandro
57231d7524
Merge pull request #114262 from primeos/tcpflow
tcpflow: 1.5.2 -> 1.6.1
2021-02-25 09:16:01 +01:00
R. RyanTM
902d5883c9 cassowary: 0.12.1 -> 0.13.0 2021-02-25 07:57:17 +00:00
Ivan Babrou
a422684c87 cargo-deb: do not expect glibc dependency to be added
The test was introduced in v1.25.0:

* https://github.com/mmstick/cargo-deb/commit/3597cf28e
2021-02-24 23:41:29 -08:00
Ivan Babrou
0ae422a4f2 cargo-deb: 1.24.0 -> 1.29.1 2021-02-24 19:42:04 -08:00
Ivan Babrou
9cd5107391 cargo-deb: run tests in release profile
The `checkType` attribute does not apply after #113193,
and since we're changing tests anyway, let's run them
in the release mode to avoid the need for `checkType`.

This fixes the otherwise broken build.
2021-02-24 19:42:00 -08:00
Mario Rodas
aa84d36a14
Merge pull request #114167 from r-ryantm/auto-update/daemon
daemon: 0.7 -> 0.7.1
2021-02-24 22:36:12 -05:00
Mario Rodas
dc75a0c295
Merge pull request #114227 from fishi0x01/bump-vsh
vsh: 0.9.0 -> 0.10.0
2021-02-24 21:50:53 -05:00
Mario Rodas
b4f3209bef
Merge pull request #114248 from r-ryantm/auto-update/parallel
parallel: 20210122 -> 20210222
2021-02-24 20:08:20 -05:00
Sandro
01470b9314
Merge pull request #113184 from dali99/update_vsci_7_0_13 2021-02-25 01:14:19 +01:00
Maciej Krüger
edb5000ea3
Merge pull request #114281 from mkg20001/mslink
mslink: init at 1.3
2021-02-25 00:03:12 +01:00
Thomas Tuegel
ca6fafaf23
Merge pull request #114070 from r-ryantm/auto-update/ibus
ibus: 1.5.23 -> 1.5.24
2021-02-24 16:24:32 -06:00
Maciej Krüger
2e5fa27df9
mslink: init at 1.3
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2021-02-24 23:16:07 +01:00
Robert Helgesson
6faea4fa13
svtplay-dl: 2.8 -> 3.0 2021-02-24 22:20:29 +01:00