Luke Rewega
53684678d1
go_1_17: 1.17.8 -> 1.17.9
2022-04-13 14:30:50 +10:00
Adam Joseph
8660a09197
qtbase: use more than one core to build qmake
...
The qtbase package's `configurePhase` builds the `qmake` tool. In the
current nixpkgs expression it does this single-threadedly, by invoking
`make` without a `-j` flag.
Let's thread `NIX_BUILD_CORES` through to `./configure`'s invocation
of `make` via the `MAKEFLAGS` variable.
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-04-12 13:33:51 -07:00
Rick van Schijndel
4b80acb94c
libcap: fix cross-compilation support
...
Between libcap 2.51 and 2.52, the CROSS_COMPILE flag appears in more places.
Maybe it was already required before, but now the build fails due to it not being set.
Set it unconditionally.
2022-04-12 18:20:48 +00:00
Martin Weinelt
52843aefea
python39: 3.10.3 -> 3.10.4
...
https://www.python.org/downloads/release/python-3104/
https://docs.python.org/release/3.10.4/whatsnew/changelog.html
2022-04-12 18:27:46 +02:00
Martin Weinelt
0c57648722
python39: 3.9.11 -> 3.9.12
...
https://www.python.org/downloads/release/python-3912/
https://docs.python.org/release/3.9.12/whatsnew/changelog.html
2022-04-12 18:27:46 +02:00
Sandro
a459707011
Merge pull request #168280 from andrevmatos/kde/frameworks
2022-04-12 01:01:06 +02:00
André Vitor de Lima Matos
1f15d1c38b
kde/frameworks: 5.92 -> 5.93
2022-04-11 11:45:23 -03:00
Lassulus
7187032588
Merge pull request #167516 from helsinki-systems/upd/libnfnetlink
...
libnftnetlink: 1.0.1 -> 1.0.2, libmnl: 1.0.4 -> 1.0.5
2022-04-11 15:31:36 +01:00
Martin Weinelt
c006376b0f
Merge pull request #168270 from mweinelt/django
2022-04-11 16:17:47 +02:00
ajs124
a85cc14ee7
libmnl: 1.0.4 -> 1.0.5
2022-04-11 14:49:37 +01:00
ajs124
5988f44e3a
libnftnetlink: 1.0.1 -> 1.0.2
2022-04-11 14:49:36 +01:00
Martin Weinelt
bf201810d4
python3Packages.django_3: 3.2.12 -> 3.2.13
...
https://www.djangoproject.com/weblog/2022/apr/11/security-releases/
https://docs.djangoproject.com/en/3.2/releases/3.2.13/
Fixes: CVE-2022-28346, CVE-2022-28347
2022-04-11 14:11:50 +02:00
Martin Weinelt
ebe26c8483
python3Packages.django_4: 4.0.3 -> 4.0.4
...
https://www.djangoproject.com/weblog/2022/apr/11/security-releases/
https://docs.djangoproject.com/en/4.0/releases/4.0.4/
Fixes: CVE-2022-28346, CVE-2022-28347
2022-04-11 14:11:50 +02:00
Sandro
e1b950fedb
Merge pull request #166292 from lsix/libgcrypt-1.10.1
2022-04-11 12:21:00 +02:00
Janne Heß
6ae99b5677
Merge pull request #123743 from helsinki-systems/fix/lvm2_blkdeactivate
...
lvm2: fix blkdeactive
2022-04-11 12:18:21 +02:00
github-actions[bot]
bf63dd7434
Merge staging-next into staging
2022-04-10 18:01:38 +00:00
github-actions[bot]
7feda9ba09
Merge master into staging-next
2022-04-10 18:01:07 +00:00
ajs124
a4dbe5c10c
lvm2: fix blkdeactive
...
Closes #123639
2022-04-10 18:57:36 +01:00
Lassulus
f0848eeb05
Merge pull request #167316 from helsinki-systems/feat/opportunistic-kvm
...
nixos/lib/qemu-common: Opportunistically use KVM
2022-04-10 18:54:59 +01:00
R. Ryantm
a47e82e785
elixir: 1.13.3 -> 1.13.4
2022-04-10 13:01:07 -04:00
Rick van Schijndel
76015b8597
lilv: support cross-compilation
2022-04-10 17:12:11 +02:00
Rick van Schijndel
70e88b8cb2
sratom: support cross-compilation
2022-04-10 17:12:11 +02:00
Rick van Schijndel
6594048793
lv2: support cross-compilation
...
The waf cross flags seem to not be useful for most packages, to me.
I'll just set the flag for now, but maybe turning it around
may be more useful to do somewhere in the future.
2022-04-10 17:12:11 +02:00
Rick van Schijndel
a13f4f6c1c
jackaudio: remove unneeded PKGCONFIG variable
...
Not needed anymore after setting this correctly in the wafHook.
2022-04-10 17:12:11 +02:00
Rick van Schijndel
a2f91d1831
wafHook: export PKGCONFIG if needed
...
This is useful for cross-compilation, where nixpkgs sets PKG_CONFIG.
waf decided to use PKGCONFIG instead, so we'll set it when necessary.
2022-04-10 17:12:10 +02:00
Vladimír Čunát
32f42705ff
Revert "python39Packages.pycurl: disable failing tests"
...
This partially reverts commit c270defab7
from PR #166335 .
The tests worked after curl fix (commit 0fad2b34c4
from PR #167993 ).
2022-04-10 17:12:03 +02:00
Vladimír Čunát
5e845236f2
Merge branch 'staging-next' into staging
2022-04-10 17:11:36 +02:00
Lassulus
de6215485d
Merge pull request #161872 from r-ryantm/auto-update/spaceship-prompt
...
spaceship-prompt: 3.16.3 -> 3.16.4
2022-04-10 15:54:20 +01:00
Vladimír Čunát
9da3fcf8fc
Merge #167993 : curl: patch certificate verification
...
...into staging-next
2022-04-10 16:51:10 +02:00
Mario Rodas
164e44e62f
Merge pull request #168131 from Kranzes/Vial
...
vial: 0.4.2 -> 0.5
2022-04-10 09:33:57 -05:00
Mario Rodas
7937b511e0
Merge pull request #168060 from mweinelt/grpc
...
grpc: 1.44.0 -> 1.45.2
2022-04-10 09:32:53 -05:00
Doron Behar
e7e66d0b5d
Merge pull request #167662 from r-ryantm/auto-update/cpp-utilities
2022-04-10 17:24:19 +03:00
Lassulus
c5e9ed864c
Merge pull request #162028 from SCOTT-HAMILTON/fdroidserver
...
fdroidserver: 2.0.3 -> 2.1
2022-04-10 15:21:47 +01:00
Thiago Kenji Okada
f14e8ee1a8
Merge pull request #167668 from r-ryantm/auto-update/clib
...
clib: 1.11.4 -> 2.8.1
2022-04-10 15:19:38 +01:00
Lassulus
67287aff71
Merge pull request #162002 from r-ryantm/auto-update/python3.10-phonenumbers
...
python310Packages.phonenumbers: 8.12.43 -> 8.12.44
2022-04-10 15:06:48 +01:00
Doron Behar
357ca2e62c
Merge pull request #168130 from alyaeanyx/qalculate-gtk-4.1.1
2022-04-10 16:39:23 +03:00
Mario Rodas
bb76f4bb89
Merge pull request #167594 from r-ryantm/auto-update/sslscan
...
sslscan: 2.0.12 -> 2.0.13
2022-04-10 08:25:54 -05:00
Mario Rodas
0a252fb5ff
Merge pull request #168134 from r-ryantm/auto-update/circleci-cli
...
circleci-cli: 0.1.16947 -> 0.1.17087
2022-04-10 08:23:29 -05:00
Mario Rodas
412619239a
Merge pull request #168135 from r-ryantm/auto-update/buildkit
...
buildkit: 0.10.0 -> 0.10.1
2022-04-10 08:22:29 -05:00
Artturi
3ba62476d1
Merge pull request #167386 from hyshka/patch-psitransfer-node14
...
psitransfer: pin to nodejs-14_x to unbreak the build
2022-04-10 16:20:38 +03:00
Mario Rodas
675e964d60
Merge pull request #168119 from NickCao/garage
...
garage: 0.6.1 -> 0.7.0
2022-04-10 08:14:03 -05:00
Mario Rodas
66c6349624
Merge pull request #167637 from r-ryantm/auto-update/aws-iam-authenticator
...
aws-iam-authenticator: 0.5.5 -> 0.5.6
2022-04-10 08:13:01 -05:00
Mario Rodas
c4c4877df5
Merge pull request #167654 from NickCao/matterbridge
...
matterbridge: 1.24.1 -> 1.25.0
2022-04-10 08:12:05 -05:00
Mario Rodas
f6d714ff4e
Merge pull request #167736 from techknowlogick/bump-waypoint
...
waypoint: 0.7.2 -> 0.8.1
2022-04-10 08:11:22 -05:00
Mario Rodas
e992f8a601
Merge pull request #167786 from r-ryantm/auto-update/helmfile
...
helmfile: 0.143.5 -> 0.144.0
2022-04-10 08:10:03 -05:00
Mario Rodas
57b56f76f6
Merge pull request #167788 from r-ryantm/auto-update/godot
...
godot: 3.4.2 -> 3.4.4
2022-04-10 08:09:46 -05:00
Mario Rodas
19834cb658
Merge pull request #167810 from r-ryantm/auto-update/intel-media-sdk
...
intel-media-sdk: 22.2.1 -> 22.3.0
2022-04-10 08:07:49 -05:00
lassulus
d23b044959
tests formats: fix due to tomlkit output change
2022-04-10 09:06:11 -04:00
Mario Rodas
ab2ac76ac3
Merge pull request #167943 from r-ryantm/auto-update/nginxlog_exporter
...
prometheus-nginxlog-exporter: 1.9.0 -> 1.9.2
2022-04-10 08:05:42 -05:00
Mario Rodas
020c88b315
Merge pull request #168055 from r-ryantm/auto-update/sudo-font
...
sudo-font: 0.63.1 -> 0.64
2022-04-10 08:05:03 -05:00