Sertonix
7a81e7ec2d
main/ada: remove CPM logic
...
CPM usage is removed in use-system-deps.patch
2025-05-14 21:03:41 +00:00
Sertonix
3dfcccf125
main/ada: fix build without git
2025-05-14 21:03:41 +00:00
Ariadne Conill
6934335728
community/rss2email: disable tests, entirely broken on py3.13
2025-05-14 14:01:26 -07:00
Ariadne Conill
5f6d10cccd
community/libfprint: fix test failures
2025-05-14 13:50:58 -07:00
mio
267021a720
community/polyml: remove reference to asm/elf.h
...
Fix build error with `asm/elf.h` include.
```
In file included from elfexport.cpp:105:
/usr/include/asm/elf.h:14:15: error: expected constructor, destructor, or type conversion before '(' token
14 | _Static_assert(sizeof(struct x86_xfeat_component) % 4 == 0, "x86_xfeat_component is not aligned");
| ^
```
Upstream issue: https://github.com/polyml/polyml/issues/214
Thanks to Celeste for assistance with looking into the issue.
2025-05-14 20:22:43 +00:00
Natanael Copa
05b0c34d8f
main/atf: upgrade to 0.23
2025-05-14 19:46:30 +00:00
Nicolas Lorin
16546bd8c1
testing/rio: upgrade to 0.2.15
2025-05-14 19:46:00 +00:00
Michał Polański
701d0dbc73
community/containers-common: upgrade to 0.63.0
2025-05-14 19:21:52 +00:00
fossdd
5702fbac7f
community/podman: upgrade to 5.5.0
...
https://github.com/containers/podman/releases/tag/v5.5.0
2025-05-14 19:21:52 +00:00
Michał Polański
3d80579e8a
community/aardvark-dns: upgrade to 1.15.0
2025-05-14 19:21:52 +00:00
Michał Polański
79c3f712c4
community/netavark: upgrade to 1.15.0
2025-05-14 19:21:52 +00:00
Michał Polański
35735b67dc
community/py3-podman: upgrade to 5.4.0.1
2025-05-14 21:20:46 +02:00
Celeste
4d3c497915
testing/youtube-viewer: adopt aport
2025-05-14 19:16:11 +00:00
Celeste
6f370498e5
testing/py3-cjkwrap: adopt aport
2025-05-14 19:13:29 +00:00
Celeste
9487943f52
testing/pdfcpu: adopt aport
2025-05-14 19:12:11 +00:00
Nicolas Lorin
55f375cbc3
testing/dnscontrol: upgrade to 4.20.0
2025-05-14 20:20:24 +02:00
dmitz
83e35188e8
*/*: drop maintainership
2025-05-14 18:04:52 +00:00
Hoang Nguyen
972934fe00
testing/regal: upgrade to 0.33.1
2025-05-14 17:26:36 +00:00
Sean E. Russell
407c5d8c43
community/rook: upgrade to 0.3.1
2025-05-14 11:49:25 -05:00
mio
77038e1c88
community/py3-axolotl: fix tests with newer protos
...
Fix tests using updated protos generated with libprotoc 3.21.9. Resolves
error with py3-protobuf 5.29.4.
Example error:
```
======================================================================
ERROR: axolotl.tests.groups.test_groupcipher (unittest.loader._FailedTest.axolotl.tests.groups.test_groupcipher)
----------------------------------------------------------------------
ImportError: Failed to import test module: axolotl.tests.groups.test_groupcipher
Traceback (most recent call last):
File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
module = self._get_module_from_name(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[...]
File "/usr/lib/python3.12/site-packages/google/protobuf/descriptor.py", line 621, in __new__
_message.Message._CheckCalledFromGeneratedFile()
TypeError: Descriptors cannot be created directly.
If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
If you cannot immediately regenerate your protos, some other possible workarounds are:
1. Downgrade the protobuf package to 3.20.x or lower.
2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
```
2025-05-14 16:24:48 +00:00
Kevin Daudt
dbb6afc029
community/lego: update github.com/yandex-cloud/go-genproto to v0.4.0
...
Fixes a nil-pointer exception on armhf.
Fixes #17161
2025-05-14 16:04:17 +00:00
Antoine Martin
1f80f859c0
testing/signal-desktop: upgrade to 7.54.0
2025-05-14 16:03:04 +00:00
Sertonix
927c558779
*/*: fix install/source variables
...
install scripts belong in a single global $install (to allow validation)
and should not be included in $source.
Ref df8e468f0e
2025-05-14 15:54:08 +00:00
Leon White
c461e10b77
community/appstream-generator: rebuild against gir-to-d 0.23.4
2025-05-14 15:33:21 +00:00
Leon White
05dd323249
community/glibd: rebuild against gir-to-d 0.23.4
2025-05-14 15:33:21 +00:00
Leon White
c04864366c
community/gir-to-d: upgrade to 0.23.4
2025-05-14 15:33:21 +00:00
Sertonix
736f51d295
main/lm-sensors: use amove
2025-05-14 15:25:04 +00:00
Sertonix
e534af9a52
main/lm-sensors: use subpackages=pkg:split:arch format
2025-05-14 15:25:04 +00:00
Wiktor Kwapisiewicz
18eb0e81ec
testing/py3-pysequoia: update package upstream URL and update to 0.1.28
...
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
2025-05-14 15:24:13 +00:00
Natanael Copa
22fb86fcbf
main/gettext: skip meaningless test-pthread-rwlock
...
test-pthread-rwlock (expectedly) fails on riscv64 but does not test
anything that gettext does/needs.
skip it.
ref: https://lists.gnu.org/archive/html/bug-gnulib/2025-05/msg00174.html
2025-05-14 17:16:26 +02:00
Sertonix
7fcd40a29d
community/openscad: disable failing tests
2025-05-14 15:03:08 +00:00
Sertonix
bb36959351
testing/mjpg-streamer: add missing include
2025-05-14 15:03:08 +00:00
Sertonix
b66df9ab4d
*/*: set cmake backend explicitly prefering ninja
2025-05-14 15:03:08 +00:00
Sertonix
aeb0e745d9
community/valhalla: fix build with ninja cmake backend
2025-05-14 15:03:08 +00:00
Sertonix
32147ec55f
community/rpm: fix build with ninja cmake backend
2025-05-14 15:03:08 +00:00
Sertonix
3e45a60572
community/hyprgraphics: remove overwritting makedepends
2025-05-14 15:03:08 +00:00
Sertonix
4cb1fc1b57
*/*: use backend independant cmake commands
2025-05-14 15:03:08 +00:00
Sertonix
a55300637b
testing/xdg-desktop-portal-hyprland: fix build
2025-05-14 15:03:08 +00:00
Sean E. Russell
b16df446a0
community/rook: upgrade to 0.3.0
2025-05-14 15:01:27 +00:00
Iztok Fister, Jr.
6f34147ea9
community/py3-cdsapi: upgrade to 0.7.6
2025-05-14 12:06:33 +00:00
Zach DeCook
ecdfb98a59
community/hyprland: upgrade to 0.49.0
2025-05-14 12:06:06 +00:00
Zach DeCook
ac6008911b
community/aquamarine: rebuild against hyprutils-0.7.1
2025-05-14 12:06:06 +00:00
Zach DeCook
252587236f
community/hyprlang: upgrade to 0.6.3
2025-05-14 12:06:06 +00:00
Zach DeCook
b8e4c62ecd
community/hyprgraphics: upgrade to 0.1.3
2025-05-14 12:06:06 +00:00
Zach DeCook
88d703a22a
community/hyprutils: upgrade to 0.7.1
2025-05-14 12:06:06 +00:00
ivanchubb
53687213c0
main/ghostscript: security upgrade to 10.05.0
...
Closes: https://gitlab.alpinelinux.org/alpine/aports/-/issues/17059
2025-05-14 12:31:21 +02:00
Celeste
95131817e3
testing/sq: disable on loongarch64
...
tests are still failing on the builder
2025-05-14 10:23:51 +00:00
fossdd
1607f03dd9
community/redict: security upgrade to 7.3.3
...
https://codeberg.org/redict/redict/releases/tag/7.3.3
- CVE-2025-21605
2025-05-14 10:20:55 +00:00
fossdd
41d6b0285c
community/redis: security upgrade to 8.0.0
...
https://github.com/redis/redis/releases/tag/8.0.0
- CVE-2025-21605
2025-05-14 10:20:55 +00:00
Andrej Kolčin
cce03cf778
community/carapace: upgrade to 1.3.1
2025-05-14 13:10:33 +03:00