Commit graph

273282 commits

Author SHA1 Message Date
R. RyanTM 003705ef08 eclib: 20190909 -> 20210223 2021-02-26 00:44:54 +00:00
R. RyanTM 09989a2b4c libosmpbf: 1.3.3 -> 1.5.0 2021-02-25 19:13:58 -05:00
R. RyanTM 850e8f4954 dasel: 1.13.1 -> 1.13.2 2021-02-26 00:13:02 +00: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
sternenseemann 77fe5ae244 haskellPackages.hnix: generate completions again
As stated in the original comment, since we have moved to GHC 8.10.x,
the hnix binary builds again and we can generate completions for it.
2021-02-26 00:30:22 +01:00
sternenseemann 474dbcb767 haskellPackages.essence-of-live-coding-warp: bump http-client
http-client had a new release on hackage, so the http-client_0_7_5
attribute no longer exists, we replace it by http-client_0_7_6.
2021-02-26 00:24:32 +01:00
Wael Nasreddine d470cd98c1
tailscale: 1.4.4 -> 1.4.5 (#114420) 2021-02-25 15:19:33 -08:00
sternenseemann 62dbe40976 haskellPackages: fix eval after advancing to hnix-store-core 0.4.1.0
We don't need to pin the package version from hackage anywhere anymore
since stackage-nightly has arrived at the version we want. The
tasty-discover override is still necessary, but can be applied to the
plain hnix-store-core attribute.

Since the hnix-store-core_0_4_1_0 attribute no longer exists a few
intermittent eval errors where caused by the package set regeneration.
2021-02-26 00:13:30 +01:00
Alexey Shmalko aed8afc300
Merge pull request #114394 from sikmir/gpsd
gpsd: 3.21 → 3.22
2021-02-26 00:34:30 +02:00
sternenseemann 7f7d5bcd90 lib/licenses: fix regression removing shortName for some licenses
Usually we ensure using the mapAttrs call wrapping the license set that
every license has an associated shortName. A change related to legacy
aliases most likely introduced the removal of the shortName attribute
for all the legacy license names by splitting the set into two sets
connected by a record update operator -- leading to mapAttrs only
affecting the first set.

Since it used to be a valid assumption to have that every license had a
shortName attribute, we reintroduce this attribute for the legacy
aliases as well.
2021-02-25 23:01:09 +01:00
Simon Bruder 59f5c54916
restic: 0.11.0 -> 0.12.0 (#114329) 2021-02-25 23:00:20 +01:00
Bogdan Burlacu 6790f75d55
update meta.license and add comment for patch 2021-02-25 22:54:53 +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
R. RyanTM da17b1acdf cri-o-unwrapped: 1.20.0 -> 1.20.1 2021-02-25 21:47:20 +00: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
Peter Simons fbbfb1f695 Merge current master into haskell-updates. 2021-02-25 21:30:10 +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
Peter Simons d954e89af8 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.16.0-13-gefcfbb2 from Hackage revision
e654fad9ef.
2021-02-25 20:38:00 +01:00