JR Boyens
5bd5ab2410
ruby_3_1: 3.1.1 -> 3.1.2
...
https://www.ruby-lang.org/en/news/2022/04/12/ruby-3-1-2-released/
Fixes: CVE-2022-28738, CVE-2022-28739
2022-04-15 02:22:24 +02:00
JR Boyens
3e995fbb31
ruby_3_0: 3.0.3 -> 3.0.4
...
https://www.ruby-lang.org/en/news/2022/04/12/ruby-3-0-4-released/
Fixes: CVE-2022-28738, CVE-2022-28739
2022-04-15 02:21:54 +02:00
JR Boyens
dd5210d85a
ruby_2_7: 2.7.5 -> 2.7.6
...
https://www.ruby-lang.org/en/news/2022/04/12/ruby-2-7-6-released/
Fixes: CVE-2022-28739
2022-04-15 02:21:06 +02:00
Vladimír Čunát
7186bdfcf9
Merge #168412 : git: 2.35.1 -> 2.35.2 (into staging)
2022-04-13 20:22:26 +02:00
Thomas Tuegel
89661626fe
Merge pull request #166846 from r-ryantm/auto-update/freetype
...
freetype: 2.11.1 -> 2.12.0
2022-04-13 13:03:43 -05:00
Sandro
02fe739a47
Merge pull request #166334 from SuperSandro2000/gitWithoutSsh
2022-04-13 16:36:20 +02:00
Thomas Tuegel
45f6ec7332
Merge pull request #166933 from ttuegel/staging-qt-5-patches
...
Update Qt 5.15 patches
2022-04-13 09:04:42 -05:00
Sandro Jäckel
cae8d1a2ed
git: only hardcode path to ssh binary on full build
...
Requirement for #146702
2022-04-13 15:18:50 +02:00
Sandro
bbfc6cf286
Merge pull request #151811 from Mindavi/lv2/cross
...
lv2 + sratom + lilv: support cross-compilation
2022-04-13 12:32:10 +02:00
Sandro
4c8c13b37b
Merge pull request #168086 from a-m-joseph/qtbase-use-parallel-make
2022-04-13 11:46:37 +02:00
Luke Rewega
53684678d1
go_1_17: 1.17.8 -> 1.17.9
2022-04-13 14:30:50 +10:00
Martin Weinelt
c875467fa2
git: 2.35.1 -> 2.35.2
...
https://lore.kernel.org/git/xmqqv8veb5i6.fsf@gitster.g/
Fixes: CVE-2022-24765
2022-04-12 23:51:54 +02: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