Commit Graph

293336 Commits

Author SHA1 Message Date
Bernardo Meurer
6473dfb8c7
Merge pull request #125083 from taku0/firefox-bin-89.0
firefox-bin: 88.0.1 -> 89.0
2021-05-31 16:41:39 -07:00
Bernardo Meurer
42c70f8bda
Merge pull request #125108 from nagisa/nagisa/ql440
quodlibet: 4.3.0 -> 4.4.0
2021-05-31 16:41:28 -07:00
Konstantin Alekseev
14a274763e sqlite: 3.35.2 -> 3.35.5 2021-05-31 16:19:59 -07:00
Martin Weinelt
e09bfc5d1c
Merge pull request #124950 from vincentbernat/fix/acme-no-reuse-key
nixos/acme: don't use --reuse-key
2021-06-01 00:59:09 +02:00
IvarWithoutBones
1194bfcc03 zstd: 1.4.9 -> 1.5.0 2021-05-31 15:47:58 -07:00
Martin Weinelt
78f495f724
Merge pull request #125069 from mweinelt/firefox 2021-06-01 00:47:44 +02:00
Vincent Bernat
632c8e1d54
nixos/acme: don't use --reuse-key
Reusing the same private/public key on renewal has two issues:

 - some providers don't accept to sign the same public key
   again (Buypass Go SSL)

 - keeping the same private key forever partly defeats the purpose of
   renewing the certificate often

Therefore, let's remove this option. People wanting to keep the same
key can set extraLegoRenewFlags to `[ --reuse-key ]` to keep the
previous behavior. Alternatively, we could put this as an option whose
default value is true.
2021-06-01 00:43:45 +02:00
Robert Schütz
ffb2c737e2 gpg-tui: init at 0.1.5 2021-06-01 00:41:00 +02:00
markuskowa
21d26471f3
Merge pull request #125089 from sikmir/gpxsee
gpxsee: 9.0 → 9.1
2021-05-31 23:57:15 +02:00
Zhaofeng Li
6288319a3a rust: Add support for riscv64 2021-05-31 14:55:35 -07:00
Zhaofeng Li
8f80568885 llvm{9,11}: Disable tests on RISC-V
The test suite leads to nothing but tears, sorrow, and wasted build
time. It probably should be disabled for all of them but doing only
9 (llvmPackages) and 11 (llvmPackages_latest, Rust) for now. Some of
the failures have been fixed in LLVM main:

- https://reviews.llvm.org/D97490
- https://reviews.llvm.org/D91043
2021-05-31 14:55:19 -07:00
Zhaofeng Li
55aaec15f3 llvmPackages: Use at least LLVM 9 for RISC-V 2021-05-31 14:55:19 -07:00
R. RyanTM
82bc990cdf kea: 1.9.7 -> 1.9.8 2021-05-31 21:50:33 +00:00
Nikolay Korotkiy
58d0e05f1e
reproxy: 0.6.0 → 0.7.0 2021-06-01 00:12:44 +03:00
Fabian Affolter
d4a45a4836
Merge pull request #125062 from fabaff/bump-gdu
gdu: 5.0.0 -> 5.0.1
2021-05-31 22:44:27 +02:00
Fabian Affolter
6690780d1d
Merge pull request #124751 from fabaff/bump-pywilight
python3Packages.pywilight: 0.0.68 -> 0.0.70
2021-05-31 22:43:39 +02:00
Janne Heß
cf7fde4b02 lua5_4: 5.4.2 -> 5.4.3 2021-05-31 22:22:11 +02:00
Fabian Affolter
b733e71af4
Merge pull request #124705 from fabaff/bump-awesomeversion
python3Packages.awesomeversion: 21.4.0 -> 21.5.0
2021-05-31 22:13:35 +02:00
R. RyanTM
94321961dc grip: 4.2.0 -> 4.2.1 2021-05-31 19:59:05 +00:00
github-actions[bot]
abef57f931
Merge staging-next into staging 2021-05-31 19:44:15 +00:00
github-actions[bot]
7f14676873
Merge master into staging-next 2021-05-31 19:44:13 +00:00
Damien Diederen
7c2adb1d5c nixos/lib/make-ext4-fs: Fix: `resize2fs -M' can leave insufficient slack
The root filesystem resizing step, `resize2fs -M', does not provide any
control over the amount of slack left in the result.  It can produce an
arbitrarily tight fit, depending on how well the payload aligns with
ext4 data structures.

This is problematic, as NixOS must create a few files and directories
during its first boot, before the root is enlarged to match the size of
the containing SD card.

An overly tight fit can cause failures in the first stage:

    mkdir: can't create directory '/mnt-root/proc': No space left on device

or in the second stage:

    install: cannot create directory '/var': No space left on device

A previous version of `make-ext4-fs' (before PR #79368) was explicitly
"reserving" 16 MiB of free space in the final filesystem.  Manually
calculating the size of an ext4 filesystem is a perilous endeavor,
however, and the method it employed was apparently unreliable.

Reverting is consequently not a good option.

A solution would be to create some sort of "balloon" occupying inodes
and blocks in the image prior to invoking `resize2fs -M', and to remove
these temporary files/directories before the compression step.

This changeset takes the simpler approach of simply dropping the
resizing step.

Note that this does *not* result in a larger image in general, as the
current procedure does not truncate the `.img' file anyway.  In fact, it
has been observed to yield *smaller* compressed images---probably
because of some "noise" left after resizing.  E.g., before-vs-after:

    -r--r--r-- 2 root root 607M  1. Jan 1970  nixos-sd-image-21.11pre-git-x86_64-linux.img.zst

    -r--r--r-- 2 root root 606M  1. Jan 1970  nixos-sd-image-21.11pre-git-x86_64-linux.img.zst
2021-05-31 21:35:51 +02:00
R. RyanTM
e84e4a5782 groonga: 11.0.2 -> 11.0.3 2021-05-31 19:00:09 +00:00
Ryan Mulligan
311dfcbc46
Merge pull request #125095 from r-ryantm/auto-update/exploitdb
exploitdb: 2021-05-26 -> 2021-05-29
2021-05-31 11:44:32 -07:00
Simonas Kazlauskas
edf1e00086 quodlibet: 4.3.0 -> 4.4.0 2021-05-31 21:17:07 +03:00
Robin Gloster
666075648e
Merge pull request #125029 from r-ryantm/auto-update/elinks
elinks: 0.14.0 -> 0.14.1
2021-05-31 12:54:28 -05:00
Ryan Mulligan
4335222fd5
Merge pull request #125059 from r-ryantm/auto-update/armadillo
armadillo: 10.5.0 -> 10.5.1
2021-05-31 09:57:30 -07:00
Florian Klink
0cd13ae1a3
Merge pull request #125102 from zimbatm/treefmt-0.2.2
treefmt: 0.2.0 -> 0.2.2
2021-05-31 18:39:25 +02:00
zimbatm
b634f700cf
treefmt: 0.2.0 -> 0.2.2 2021-05-31 18:21:51 +02:00
Frederik Rietdijk
d4d1a000be fix eval 2021-05-31 18:06:19 +02:00
Maciej Krüger
ef555f6a0b
Merge pull request #123426 from mattchrist/brscan5 2021-05-31 17:52:16 +02:00
Fabian Affolter
19acfe3828
Merge pull request #125074 from r-ryantm/auto-update/bpytop
bpytop: 1.0.65 -> 1.0.66
2021-05-31 17:41:59 +02:00
Fabian Affolter
2f419e5222
Merge pull request #125067 from r-ryantm/auto-update/cbonsai
cbonsai: 1.1.1 -> 1.2.0
2021-05-31 17:40:21 +02:00
Alyssa Ross
35a0e15ff6 bintools: fix dynamic linker for NetBSD cross
This will fail with an assertion error on native NetBSD, but it
wouldn't have worked anyway.  We can fix that later.
2021-05-31 14:59:14 +00:00
Alyssa Ross
7216862bb0 netbsdCross.ld_elf_so: use same stage's libc
We need netbsdCross.ld_elf_so to be the dynamic linker in cross
netbsd's bintools, but netbsdCross doesn't have a libc in stdenv.  So
instead, use netbsdCross.libc for netbsdCross.ld_elf_so.
2021-05-31 14:59:14 +00:00
John Ericson
603f80066e bintools-wrapper: Add sharedLibraryLoader parameter
This is used instead of `libc_lib` in case the shared library loader /
"interpreter" is not provided by the libc derivation.
2021-05-31 14:59:14 +00:00
Ilan Joselevich
e442713277 nextcloud-client: 3.2.1 -> 3.2.2 2021-05-31 16:31:07 +02:00
R. RyanTM
285a29f23b exploitdb: 2021-05-26 -> 2021-05-29 2021-05-31 14:28:30 +00:00
Rick van Schijndel
3e6f510ca2 harfbuzz: support cross-compilation by disabling introspection
See also discussion about this in the WIP PR from @Ericson2314:
- https://github.com/NixOS/nixpkgs/pull/88222

Related issue:
- https://github.com/NixOS/nixpkgs/issues/72868
2021-05-31 16:25:33 +02:00
Rick van Schijndel
2c55b03138 harfbuzz: style cleanup 2021-05-31 16:25:33 +02:00
Rick van Schijndel
3dffb3c4fa harfbuzz: nixpkgs-fmt 2021-05-31 16:25:33 +02:00
Frederik Rietdijk
2e29e12438 python3Packages.typed-settings: init at 0.9.2 2021-05-31 16:19:37 +02:00
Martin Weinelt
5a6d4fe0d1
Merge pull request #124446 from mweinelt/weeslack
weechatScripts.wee-slack: 2.7.0 -> 2.8.0
2021-05-31 16:17:18 +02:00
Ryan Mulligan
9a5a29cfc6
Merge pull request #125031 from r-ryantm/auto-update/ginkgo
ginkgo: 1.16.2 -> 1.16.3
2021-05-31 07:03:30 -07:00
Maciej Krüger
cbc1183f1a
Merge pull request #125084 from mkg20001/cintran 2021-05-31 15:46:14 +02:00
R. RyanTM
97c3d70a39 dnsname-cni: 1.1.1 -> 1.2.0 2021-05-31 23:41:06 +10:00
zowoq
72f54c32a6 nixos/podman-network-socket-ghostunnel: move condition to include socket 2021-05-31 23:38:31 +10:00
sveitser
6f6270d477
python3Packages.pyls-black: add patch to fix test 2021-05-31 21:35:11 +08:00
Nikolay Korotkiy
9b257db87d
gpxsee: 9.0 → 9.1 2021-05-31 16:34:10 +03:00
Maciej Krüger
2f89ce1193
cinnamon.cinnamon-translations: 4.8.3 -> 5.0.0 2021-05-31 14:59:25 +02:00