Commit graph

194191 commits

Author SHA1 Message Date
Andrew J. Hesford
9301a7c8ba python3-pip: update to 24.1.1. 2024-06-28 10:17:03 -04:00
Andrew J. Hesford
5113feeda0 python3-pybind11: update to 2.13.1. 2024-06-28 10:17:03 -04:00
Andrew J. Hesford
d291f21752 python3-pyopencl: update to 2024.2.7. 2024-06-28 10:17:03 -04:00
Andrew J. Hesford
92815fbe18 python3-scikit-build-core: update to 0.9.7. 2024-06-28 10:17:03 -04:00
Andrew J. Hesford
4b1d9f934d python3-redis: update to 5.0.7. 2024-06-28 10:17:03 -04:00
Andrew J. Hesford
8e097360d8 python3-scipy: update to 1.14.0. 2024-06-28 10:17:03 -04:00
Andrew J. Hesford
b1c0734b29 python3-setuptools: update to 70.1.1. 2024-06-28 10:17:03 -04:00
Andrew J. Hesford
aa7a81cf05 wlroots0.17: update to 0.17.4. 2024-06-28 10:17:03 -04:00
Vinfall
0cb1147d65 alot: update to 0.10. 2024-06-28 19:05:36 +07:00
oreo639
562d2e3d3b timidity: fix build with gcc14 and largefile support on 64-bit 2024-06-28 04:53:35 -07:00
tranzystorekk
5216019418 srcpkgs/*: update tranzystorekk's maintainer field 2024-06-28 04:15:46 -07:00
classabbyamp
24d00bec59
rpi-firmware: update to 20240627. 2024-06-28 00:57:56 -04:00
classabbyamp
305f742e7b
rpi-kernel: update to 6.6.35. 2024-06-28 00:57:48 -04:00
Duncaen
d64574d016
firefox-i18n: update to 127.0.2. 2024-06-28 03:46:49 +02:00
Duncaen
f2d98e4a89
firefox: update to 127.0.2. 2024-06-28 03:45:11 +02:00
Michael Aldridge
022b872519 boundary: Update to 0.16.2. 2024-06-27 12:23:54 -05:00
Matthias von Faber
4e42b80d09 dool: depend on python3 2024-06-27 18:12:43 +02:00
icp
b388d655e4 autopep8: update to 2.3.1. 2024-06-27 14:50:04 +00:00
icp
1107d12370 python3-pycodestyle: update to 2.12.0. 2024-06-27 14:50:04 +00:00
icp
f09c8522dc memray: update to 1.13.0. 2024-06-27 14:49:57 +00:00
icp
43ddc2a0a2 python3-textual: update to 0.70.0. 2024-06-27 14:49:57 +00:00
Marcin Puc
fb33748e00 eza: update to 0.18.20 2024-06-27 14:46:44 +00:00
Leah Neukirchen
753738300e perl-PPR: update to 0.001009. 2024-06-27 16:06:04 +02:00
Leah Neukirchen
b8f7c0bec9 mk-configure: update to 0.39.4. 2024-06-27 16:04:03 +02:00
Leah Neukirchen
00be0c03c8 di: update to 4.53. 2024-06-27 15:59:04 +02:00
Duncaen
ce9228a8c9
knot: update to 3.3.7. 2024-06-27 13:46:39 +02:00
Duncaen
25b4c4e0ac
cppcheck: update to 2.14.2. 2024-06-27 13:46:39 +02:00
Duncaen
e1b8e01d40
audit: add missing libcap-ng-devel dependency to libaudit-devel 2024-06-27 13:46:36 +02:00
Daniel Martinez
ef1c807ebb rawtherapee: remove tcmalloc to fix crash on musl 2024-06-27 16:00:21 +07:00
Đoàn Trần Công Danh
324b002ec8 yakuake:rebuild for Qt 6.7 2024-06-27 15:13:18 +07:00
Đoàn Trần Công Danh
5b505f533b gwenview: for qt6-6.7 2024-06-27 13:13:29 +07:00
Đoàn Trần Công Danh
e83cf82608 kscreen: rebuild for Qt-6.7 2024-06-27 09:27:42 +07:00
Đoàn Trần Công Danh
8b4b1b12a0 kcm-wacomtablet: rebuild for Qt-6.7 2024-06-27 07:58:02 +07:00
chrysos349
2a2d3f065a gtksourceview5: update to 5.12.1 2024-06-26 13:42:47 -07:00
Helmut Pozimski
68b6309943 wine-mono: update to 9.2.0. 2024-06-26 20:35:20 +02:00
classabbyamp
98f0d74792
dkms: depend on pahole
CONFIG_DEBUG_INFO_BTF_MODULES is enabled on most/all void kernels, and
thus pahole is used when generating BTF information during compilation of
external modules. on cross-built kernels, the absence of pahole will
remove CONFIG_DEBUG_INFO_BTF_MODULES from
/usr/src/kernel-headers-$version/include/generated/autoconf.h when
the dkms kernel.d hook runs for the first time (because cross-built
kernels have their host tools removed).

When this is removed, part of the module struct in include/linux/module.h
is missing, resulting in a mismatch in the size of the __this_module
struct (.gnu.link_once.this_module section of the .ko) in external
modules of exactly 64 bytes.

	struct module {
	// ...
	#ifdef CONFIG_DEBUG_INFO_BTF_MODULES
	 unsigned int btf_data_size;
	 void *btf_data;
	#endif
	// ...
	}

fixes #51005
2024-06-26 13:02:54 -04:00
Marcin Puc
3832fa9c8f git-cliff: update to 2.4.0 2024-06-26 15:43:01 +00:00
Marcin Puc
94eea4bf47 codeberg-cli: update to 0.4.2 2024-06-26 15:42:39 +00:00
clyhtsuriva
2d3232a76c ClusterSSH: update to 4.16 2024-06-26 08:25:37 -07:00
Piekay
4ffffecef8 NetworkManager-openconnect: update to 1.2.10. 2024-06-26 08:25:00 -07:00
classabbyamp
256fb6f7e6
dnsmasq: enable dnssec by default
closes #50904
2024-06-26 11:17:40 -04:00
lemmi
4883daa2ee passt: update to 2024.06.24.1ee2eca. 2024-06-26 16:24:42 +02:00
Andrew J. Hesford
17530c13b2 SDL2: update to 2.30.4. 2024-06-26 09:42:41 -04:00
Leah Neukirchen
bfb536e8a0 New package: jf-0.6.2 2024-06-26 15:19:36 +02:00
Leah Neukirchen
701da1a13b parallel: update to 20240622. 2024-06-26 14:17:56 +02:00
Leah Neukirchen
d6e0aa4ac5 New package: bpftop-0.5.1 2024-06-26 14:17:56 +02:00
chrysos349
88e72c21cf mutter: enable libdisplay-info for EDID parsing 2024-06-26 03:25:58 -07:00
chrysos349
66fc14dc0d gnome-online-accounts: add libadwaita-devel to subpkg's depends 2024-06-26 03:16:58 -07:00
Andrea Brancaleoni
7d59851461 moby: update to 27.0.1. 2024-06-26 09:32:06 +02:00
Andrea Brancaleoni
a78d16a608 hugo: update to 0.128.0. 2024-06-26 09:23:47 +02:00