Commit Graph

447132 Commits

Author SHA1 Message Date
Nick Cao
e5c6f32b81
nixosTests.stratis.simple: enlarge disk size to avoid test hanging due
to out of space
2023-01-25 08:58:41 +08:00
Nick Cao
c86dd99259
stratis-cli: 3.4.1 -> 3.5.0
Diff: https://github.com/stratis-storage/stratis-cli/compare/v3.4.1...v3.5.0
2023-01-25 08:50:29 +08:00
Nick Cao
bedb24510b
stratisd: 3.4.4 -> 3.5.0
Diff: https://github.com/stratis-storage/stratisd/compare/v3.4.4...v3.5.0
2023-01-25 08:50:28 +08:00
Fabian Affolter
5b0130945a
Merge pull request #212463 from fabaff/particle-fix
python310Packages.particle: 0.21.0 -> 0.21.1
2023-01-25 01:07:59 +01:00
Fabian Affolter
a4232ece82
Merge pull request #212459 from fabaff/pip-tools-fix
python310Packages.pip-tools: update format
2023-01-25 01:07:28 +01:00
Fabian Affolter
401388d2dc
Merge pull request #212471 from fabaff/python-redis-lock-fix
python310Packages.python-redis-lock: adjust inputs
2023-01-25 01:06:44 +01:00
Fabian Affolter
4824f730bc
Merge pull request #212479 from fabaff/stdnum-fix
python310Packages.python-stdnum: remove coverage
2023-01-25 01:06:29 +01:00
Fabian Affolter
10b5660b79
Merge pull request #212482 from r-ryantm/auto-update/python310Packages.google-cloud-error-reporting
python310Packages.google-cloud-error-reporting: 1.8.0 -> 1.8.1
2023-01-25 01:04:23 +01:00
Anderson Torres
000178d44d
Merge pull request #212487 from LeSuisse/pkgconf-1.9.4
pkgconf-unwrapped: 1.9.3 -> 1.9.4
2023-01-24 20:58:48 -03:00
Martin Weinelt
72c6f0ff5d
Merge pull request #212500 from LeSuisse/httpd-2.4.55
apacheHttpd: 2.4.54 -> 2.4.55
2023-01-24 23:38:37 +00:00
figsoda
ecbc5d3f40
Merge pull request #212287 from figsoda/crabz
crabz: 0.7.5 -> 0.7.7
2023-01-24 18:14:31 -05:00
ajs124
9f51a18665
Merge pull request #207112 from qbit/vmm_clock-0.2.0
vmm_clock: 0.1.0 -> 0.2.0
2023-01-24 23:44:08 +01:00
Thomas Gerbet
3470711e51 apacheHttpd: 2.4.54 -> 2.4.55
Fixes CVE-2022-37436, CVE-2022-36766 and CVE-2006-20001

https://downloads.apache.org/httpd/CHANGES_2.4.55
2023-01-24 23:39:56 +01:00
Weijia Wang
dc985b7f90
Merge pull request #212476 from wegank/fonts-15
treewide: convert 14 fonts
2023-01-24 23:39:00 +01:00
techknowlogick
f7ccfb9191
scaleway-cli: 2.9.0 -> 2.10.0 (#212458)
Diff: https://github.com/scaleway/scaleway-cli/compare/v2.9.0...v2.10.0
2023-01-24 22:36:34 +00:00
Jörg Thalheim
0327a40ccb
Merge pull request #212464 from figsoda/nurl
nurl: 0.3.5 -> 0.3.6
2023-01-24 22:09:04 +00:00
Jörg Thalheim
9ccde6dcca
Merge pull request #212268 from Mic92/tpm-crb-riscv64
disable tpm-crb on riscv64
2023-01-24 22:05:45 +00:00
figsoda
745456072a nix-update: 0.13.0 -> 0.14.0
Diff: https://github.com/Mic92/nix-update/compare/0.13.0...0.14.0

Changelog: https://github.com/Mic92/nix-update/releases/tag/0.14.0
2023-01-25 08:05:29 +10:00
figsoda
4be063c173
Merge pull request #212481 from qowoz/fzf
fzf: 0.36.0 -> 0.37.0
2023-01-24 16:34:21 -05:00
Yurii Izorkin
e673e90753
nixos/no-x-libs: add qtbase (#212460)
Previously, `services.murmur.enable` would not work with `environment.noXlibs = true;`.
2023-01-24 23:31:59 +02:00
Alyssa Ross
2ae30c9f45 llvmPackages: use libcxxrt on FreeBSD
FreeBSD doesn't use LLVM's cxxabi implementation, for backwards
compatibility reasons.  Software expects the libcxxrt API when
building on FreeBSD.  This fixes the build of
pkgsCross.x86_64-freebsd.boost.
2023-01-24 21:18:39 +00:00
Alyssa Ross
c672de3080 libcxxrt: init at unstable-2022-08-08 2023-01-24 21:18:39 +00:00
Alyssa Ross
ee036ed5a4 llvmPackages: don't exclude FreeBSD from -lunwind
The exception for FreeBSD was added in 0afe9d1f70 ("freebsd packages:
Init at 13.1"), but it seems to have been erroneous, as e.g. ncurses
fails to build:

	x86_64-unknown-freebsd13-clang++  -o demo ../obj_s/demo.o -L../lib -lncurses++w -L../lib -lformw -lmenuw -lpanelw -lncursesw   -lutil     -DHAVE_CONFIG_H -DBUILDING_NCURSES_CXX -I../c++ -I. -I../include  -DNDEBUG -O2  -fPIC -DPIC
	x86_64-unknown-freebsd13-ld: error: undefined symbol: _Unwind_Resume
	>>> referenced by demo.cc
	>>>               ../obj_s/demo.o:(TestApplication::run())
	>>> referenced by demo.cc
	>>>               ../obj_s/demo.o:(_GLOBAL__sub_I_demo.cc)
	>>> referenced by demo.cc
	>>>               ../obj_s/demo.o:(NCursesUserItem<UserData>::NCursesUserItem(char const*, char const*, UserData const*))
	>>> referenced 46 more times
	clang-12: error: linker command failed with exit code 1 (use -v to see invocation)

This is fixed by undoing the change, adding -lunwind on FreeBSD.
2023-01-24 21:18:39 +00:00
Thomas Gerbet
9013498050 pkgconf-unwrapped: 1.9.3 -> 1.9.4
Fixes CVE-2023-24056

https://ariadne.space/2023/01/24/pkgconf-cve-2023-24056-and-disinformation/

Changelog:
https://github.com/pkgconf/pkgconf/blob/pkgconf-1.9.4/NEWS
2023-01-24 22:05:33 +01:00
Sandro
bb7aafebb3
Merge pull request #199817 from r-ryantm/auto-update/intel-media-sdk 2023-01-24 21:27:42 +01:00
R. Ryantm
46faa4a173 python310Packages.google-cloud-error-reporting: 1.8.0 -> 1.8.1 2023-01-24 20:26:56 +00:00
zowoq
8643480e48 fzf: 0.36.0 -> 0.37.0
Diff: https://github.com/junegunn/fzf/compare/0.36.0...0.37.0

Changelog: https://github.com/junegunn/fzf/blob/0.37.0/CHANGELOG.md
2023-01-25 06:25:44 +10:00
ckie
68b5e4c4cf
Merge pull request #212431 from bobby285271/upd/marco
mate.marco: 1.26.0 -> 1.26.1
2023-01-24 22:22:58 +02:00
Weijia Wang
73d098535c
Merge pull request #212477 from wegank/fonts-dontbuild
treewide: fonts: remove dontBuild in stdenvNoCC
2023-01-24 21:19:51 +01:00
Weijia Wang
3731fb1645 treewide: convert 14 fonts 2023-01-24 21:17:01 +01:00
ckie
973592152e
Merge pull request #212444 from figsoda/ruff
ruff: 0.0.231 -> 0.0.233
2023-01-24 22:11:55 +02:00
Pascal Bach
bac806ab72
Merge pull request #212457 from markuskowa/upd-nfs-ganesha
nfs-ganesha: 4.2 -> 4.3
2023-01-24 21:07:10 +01:00
Fabian Affolter
9565484867
Merge pull request #212311 from fabaff/commix-fix
commix: add helper files
2023-01-24 21:02:15 +01:00
Fabian Affolter
3c86e6f249 python310Packages.python-stdnum: remove coverage
- add optional-dependencies
2023-01-24 20:49:02 +01:00
Fabian Affolter
c73fbbd79e python310Packages.python-stdnum: add changelog to meta 2023-01-24 20:45:14 +01:00
Weijia Wang
df5c1f0d3e treewide: fonts: remove dontBuild in stdenvNoCC 2023-01-24 20:12:29 +01:00
Aaron Bieber
921664da3f
vmm_clock: 0.1.0 -> 0.2.0
This update[1] enables support for older kernels.

[1] https://github.com/voutilad/vmm_clock/releases/tag/0.2.0
2023-01-24 11:53:47 -07:00
Fabian Affolter
12b6fb8670 python310Packages.python-redis-lock: adjust inputs 2023-01-24 19:53:15 +01:00
Pavol Rusnak
eb95aa0392
Merge pull request #212433 from fabaff/pypro4-fix
python310Packages.Pyro4: disable on Python >= 3.11
2023-01-24 18:29:51 +00:00
tomberek
3d309cd8e6
Merge pull request #189305 from MatthewCroughan/mc/potreeconverter
potreeconverter: init at unstable-2022-08-04
2023-01-24 13:20:17 -05:00
Thiago Kenji Okada
464de79400
Merge pull request #205513 from edrex/river-tag-overlay
river-tag-overlay: init  at 1.0.0
2023-01-24 18:18:50 +00:00
Fabian Affolter
6948768c4a
Merge pull request #212452 from r-ryantm/auto-update/python310Packages.google-cloud-iot
python310Packages.google-cloud-iot: 2.8.0 -> 2.8.1
2023-01-24 19:08:45 +01:00
ajs124
5cf7d65f6a
Merge pull request #207114 from qbit/virtio_vmmci-0.5.0
virtio_vmmci 0.4.0 -> 0.5.0
2023-01-24 18:50:06 +01:00
figsoda
2e9c6c2cfd
Merge pull request #212212 from figsoda/cargo-zigbuild
cargo-zigbuild: 0.14.3 -> 0.14.5
2023-01-24 12:46:28 -05:00
figsoda
e51e10271d nurl: 0.3.5 -> 0.3.6
Diff: https://github.com/nix-community/nurl/compare/v0.3.5...v0.3.6

Changelog: https://github.com/nix-community/nurl/blob/v0.3.6/CHANGELOG.md
2023-01-24 12:39:12 -05:00
Weijia Wang
451268faaf
Merge pull request #212454 from Shawn8901/remove_with_lib_2
treewide: remove global with lib; in pkgs/{misc,networking}
2023-01-24 18:33:34 +01:00
Weijia Wang
6b9e9ffb42
Merge pull request #212449 from Shawn8901/remove_with_lib_1
treewide: remove global with lib; in pkgs/tools
2023-01-24 18:31:26 +01:00
Weijia Wang
bdf53b6257
Merge pull request #212360 from dotlambda/metadata-cleaner-2.4.0
metadata-cleaner: 2.3.1 -> 2.4.0
2023-01-24 18:22:09 +01:00
Fabian Affolter
d737af5de8 python310Packages.particle: 0.21.0 -> 0.21.1
Changelog: https://github.com/scikit-hep/particle/releases/tag/v0.21.1
2023-01-24 18:18:47 +01:00
Fabian Affolter
2c3e1e1527 python310Packages.particle: add changelog to meta 2023-01-24 18:12:11 +01:00