Commit Graph

272740 Commits

Author SHA1 Message Date
Mario Rodas
024080221b
Merge pull request #114323 from r-ryantm/auto-update/buildkit
buildkit: 0.8.1 -> 0.8.2
2021-02-25 20:04:35 -05: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
bbb80432f4
Merge pull request #114369 from r-ryantm/auto-update/rdkafka
rdkafka: 1.6.0 -> 1.6.1
2021-02-25 20:01:40 -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
ca966ac3b2
Merge pull request #114378 from r-ryantm/auto-update/tailscale
tailscale: 1.4.4 -> 1.4.5
2021-02-25 20:00:20 -05:00
Mario Rodas
564a87c2ac
Merge pull request #114360 from r-ryantm/auto-update/minio
minio: 2021-02-19T04-38-02Z -> 2021-02-24T18-44-45Z
2021-02-25 20:00:02 -05:00
Mario Rodas
2e10316ffb
Merge pull request #114389 from r-ryantm/auto-update/yq-go
yq-go: 4.6.0 -> 4.6.1
2021-02-25 19:54:05 -05:00
David Asabina
34b9463d8d checkmake: init at 0.1.0-2020.11.30 2021-02-25 19:50:30 -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
09989a2b4c libosmpbf: 1.3.3 -> 1.5.0 2021-02-25 19:13:58 -05:00
R. RyanTM
a7e714c7a1 logrotate: 3.17.0 -> 3.18.0 2021-02-25 19:07:53 -05:00
R. RyanTM
d7beb9ad8c libsigsegv: 2.12 -> 2.13 2021-02-25 19:07:22 -05:00
R. RyanTM
e49d425274 bctoolbox: 4.4.21 -> 4.4.24 2021-02-25 18:59:01 -05:00
R. RyanTM
874d1b3cbd lime: 4.4.0 -> 4.4.21 2021-02-25 18:56:30 -05:00
Austin Seipp
39727d1254
yosys: 0.9+3905 -> 0.9+3962
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-02-25 17:55:46 -06:00
Maximilian Bosch
bc87fc1907
Merge pull request #114072 from raboof/maven3-default-jdk
maven: use default jdk
2021-02-26 00:51:45 +01: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
nick black
6cae2af7aa notcurses: 2.1.0 -> 2.1.5 2021-02-25 18:47:17 -05: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
Maximilian Bosch
e7e25cb5e3
Merge pull request #114372 from r-ryantm/auto-update/rssguard
rssguard: 3.8.4 -> 3.9.0
2021-02-26 00:41:40 +01:00
Daniel Nagy
930e3679f4 nixos/test/unbound: add tests for DNS over HTTPS 2021-02-25 18:37:57 -05:00
Daniel Nagy
bd6ef5bee1 unbound-full: init 2021-02-25 18:37:57 -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
Maximilian Bosch
e7433051b6
Merge pull request #114395 from NeQuissimus/nano
nano: 5.5 → 5.6
2021-02-26 00:34:17 +01:00
Maximilian Bosch
f4c6b379d2
Merge pull request #114415 from nagy/dlib-sse4
dlib: support sse4
2021-02-26 00:32:38 +01: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
Wael Nasreddine
d470cd98c1
tailscale: 1.4.4 -> 1.4.5 (#114420) 2021-02-25 15:19:33 -08:00
Alexey Shmalko
aed8afc300
Merge pull request #114394 from sikmir/gpsd
gpsd: 3.21 → 3.22
2021-02-26 00:34:30 +02:00
Simon Bruder
59f5c54916
restic: 0.11.0 -> 0.12.0 (#114329) 2021-02-25 23:00:20 +01:00
Daniel Nagy
7db40fa5d5
python3Packages.dlib: support sse4 instructions
My understanding of the line that is removed is, that the logic is
wrong. According to the setup.py file[0] it says that:

> To exclude certain options in the cmake config use --no:
>     for example:
>     --no USE_AVX_INSTRUCTIONS: will set -DUSE_AVX_INSTRUCTIONS=no

This means, that a true value of `avxSupport` will deactivate it in the
setup, which is not what we want.

[0]: https://github.com/davisking/dlib/blob/v19.21/setup.py#L22
2021-02-25 22:49:08 +01:00
Daniel Nagy
b6ef90c6c4
dlib: support sse4 instructions 2021-02-25 22:40: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
Vincent Laporte
0f24f12bb4
ocamlPackages.crunch: use Dune 2 2021-02-25 22:12:12 +01:00
Ninjatrappeur
ae4b158b6d
Merge pull request #114403 from mweinelt/wpa_supplicant 2021-02-25 21:57:02 +01:00
Martin Weinelt
a77380a689
wpa_supplicant: update homepage
The old one still exists but is not getting updated anymore.
2021-02-25 21:26:56 +01:00
Antonio Nuno Monteiro
98cefe1d6b OCaml 4.12.--beta1 -> 4.12.0 2021-02-25 21:25:10 +01:00
WORLDofPEACE
9f4049ec68
Merge pull request #114387 from worldofpeace/gdm-new-logo
gnome3.gdm: use white nixos logo
2021-02-25 15:18:19 -05: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
Martin Weinelt
0dd3c094ee
wpa_supplicant: fix for security advisory 2021-1
A vulnerability was discovered in how wpa_supplicant processes P2P
(Wi-Fi Direct) provision discovery requests. Under a corner case
condition, an invalid Provision Discovery Request frame could end up
reaching a state where the oldest peer entry needs to be removed. With
a suitably constructed invalid frame, this could result in use
(read+write) of freed memory. This can result in an attacker within
radio range of the device running P2P discovery being able to cause
unexpected behavior, including termination of the wpa_supplicant process
and potentially code execution.

https://w1.fi/security/2021-1/
2021-02-25 20:57:49 +01:00
Fabian Affolter
b9a45e769a
Merge pull request #114345 from r-ryantm/auto-update/kubectx
kubectx: 0.9.1 -> 0.9.2
2021-02-25 20:45:39 +01:00
Fabian Affolter
6f4581f675
Merge pull request #114334 from r-ryantm/auto-update/errcheck
errcheck: 1.5.0 -> 1.6.0
2021-02-25 20:44:20 +01:00
Fabian Affolter
182d39612b
Merge pull request #114337 from r-ryantm/auto-update/ghq
ghq: 1.1.5 -> 1.1.6
2021-02-25 20:43:54 +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
6c8d97ebfa
Merge pull request #114381 from r-ryantm/auto-update/terraform-ls
terraform-ls: 0.13.0 -> 0.14.0
2021-02-25 20:42:44 +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
Fabian Affolter
81c810f602
Merge pull request #114377 from r-ryantm/auto-update/swego
swego: 0.91 -> 0.92
2021-02-25 20:41:32 +01:00
WORLDofPEACE
f49cd54c27
Merge pull request #114002 from worldofpeace/fix-gcc-search-locations
gnome3.gnome-control-center: fix search locations dialog
2021-02-25 14:35:24 -05:00