Commit graph

116216 commits

Author SHA1 Message Date
Thomas Staudinger
9fc057e10a
egl-x11: Update to v1.0.1
**Summary**

Changes:
- Fix a crash if an application tries to call eglSwapInterval with a non-window surface
- Fix `eglQueryDisplayAttrib` so that it returns the correct value for `EGL_TRACK_REFERENCES_KHR`
- Relax the GBM dependency so that it can work with libgbm 21.2 or later

Signed-off-by: Thomas Staudinger <Staudi.Kaos@gmail.com>
2025-04-20 22:16:16 +02:00
Thomas Staudinger
eac7aaf5f2
nvidia-developer-driver: Update to v570.123.10
**Summary**

Changes:
- Performance improvements for VK_NV_cooperative_matrix2 and VK_NV_cooperative_vector
- Fix address calculation bug rendering to 2D array view of 3D image with non-zero layer offset
- Fixes to image usage reporting from vkGetPhysicalDeviceVideoFormatPropertiesKHR
- Fixed support for different ldexp() exp argument types

Signed-off-by: Thomas Staudinger <Staudi.Kaos@gmail.com>
2025-04-20 21:57:35 +02:00
Joey Riches
25bd5b059a zed: Update to v0.182.11
**Summary**
[Changelog](https://zed.dev/releases/stable/0.182.11)
2025-04-20 15:56:39 +01:00
Muhammad Alfi Syahrin
dc549312ea
python-aiohttp: Update to v3.11.17
**Summary**

- Optimized web server performance when access logging is disabled by reducing time syscalls
- Improved web server performance when connection can be reused
- Improved performance of the WebSocket reader
- Improved performance of the WebSocket reader with large messages
2025-04-20 21:00:58 +07:00
Muhammad Alfi Syahrin
a8b937e4c5
fzf: Update to v0.61.2
**Summary**

- Fixed panic when using header border without pointer/marker
- Fixed `--tmux` option when already inside a tmux popup
- Bug fixes and improvements in CTRL-T binding of fish
- Added `--no-tty-default` option to make fzf search for the current TTY device instead of defaulting to `/dev/tty`
2025-04-20 20:55:49 +07:00
Evan Maddock
6b948c0e93
aom: Update to v3.12.1 (#5477)
**Summary**

Release notes:
- [3.12.0](https://aomedia.googlesource.com/aom/+/refs/tags/v3.12.0)
- [3.12.1](https://aomedia.googlesource.com/aom/+/refs/tags/v3.12.1)

**Test Plan**
- Encoded a bunch of videos (using `ffmpeg`)
- Played the videos in celluloid
- Decoded the videos into raw YUV frames using `aomdec`

**Checklist**

- [x] Package was built and tested against unstable
- [ ] This change could gainfully be listed in the weekly sync notes
once merged <!-- Write an appropriate message in the Summary section,
then add the "Topic: Sync Notes" label -->
2025-04-19 18:41:56 -04:00
Algent Albrahimi
08152a9556
qpdf: Update to v11.10.1 (#5449)
**Summary**

Release note can read
[here](https://qpdf.readthedocs.io/en/11.10/release-notes.html)

**Test Plan**

<!-- Short description of how the package was tested -->
Try a few command line arguments

**Checklist**

- [x] Package was built and tested against unstable
- [ ] This change could gainfully be listed in the weekly sync notes
once merged <!-- Write an appropriate message in the Summary section,
then add the "Topic: Sync Notes" label -->
2025-04-19 20:54:24 +02:00
Algent Albrahimi
99253d80d8
calibre: Update to 8.3.0
**Summary**
- [Changelog](https://calibre-ebook.com/whats-new)

Signed-off-by: Algent Albrahimi <algent@protonmail.com>
2025-04-19 20:49:15 +02:00
David Harder
e202454161
zenergy: Update to v1.0.2 (#5478)
**Summary**
- restore E from socket and core

**Test Plan**

Run goverlay and ensure power usage shows on 5800x3d

**Checklist**

- [x] Package was built and tested against unstable
- [ ] This change could gainfully be listed in the weekly sync notes
once merged <!-- Write an appropriate message in the Summary section,
then add the "Topic: Sync Notes" label -->
2025-04-19 10:08:41 -07:00
David Harder
5c18632c19
weechat: Update to v4.6.2 (#5493)
**Summary**
- core: fix write of weechat.log to stdout with `weechat-headless
--stdout`
- core: add refresh of window title on buffer switch, when option
weechat.look.window_title is set

Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>

**Test Plan**

Connect to Libera, send and receive messages.

**Checklist**

- [x] Package was built and tested against unstable
- [ ] This change could gainfully be listed in the weekly sync notes
once merged <!-- Write an appropriate message in the Summary section,
then add the "Topic: Sync Notes" label -->
2025-04-19 10:03:28 -07:00
David Harder
259898d5cd
caddy: Update to v2.10.0 (#5494)
**Summary**
Changelog available
[here](https://github.com/caddyserver/caddy/releases/tag/v2.10.0).

Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>

**Test Plan**

Start and stop a Caddy webserver.

**Checklist**

- [x] Package was built and tested against unstable
- [ ] This change could gainfully be listed in the weekly sync notes
once merged <!-- Write an appropriate message in the Summary section,
then add the "Topic: Sync Notes" label -->
2025-04-19 10:02:37 -07:00
David Harder
bcc967a853
eza: Update to v0.21.1 (#5492)
**Summary**
- Don’t truncate branch name
- Fix Hi extension icon
- Add MS DOS icon for *.com
- Add ruby icon for config.ru, Gemfile, Gemfile.lock, procfile, rake,
rakefile and change ruby icon
- Add python icon for *.pxd and *.pyx
- Add markdown icon for *.mdx
- Add fsharp icon for *.f# and *.fsscript
- Add clojure icon for *.cljc and *.edn

Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>

**Test Plan**

List files and folders in a directory.

**Checklist**

- [x] Package was built and tested against unstable
- [ ] This change could gainfully be listed in the weekly sync notes
once merged <!-- Write an appropriate message in the Summary section,
then add the "Topic: Sync Notes" label -->
2025-04-19 10:01:17 -07:00
Evan Maddock
ff8234bd8b
caddy: Update to v2.10.0
**Summary**
Changelog available [here](https://github.com/caddyserver/caddy/releases/tag/v2.10.0).

Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
2025-04-19 11:10:52 -04:00
Evan Maddock
fc4feccccc
weechat: Update to v4.6.2
**Summary**
- core: fix write of weechat.log to stdout with `weechat-headless --stdout`
- core: add refresh of window title on buffer switch, when option weechat.look.window_title is set

Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
2025-04-19 10:50:21 -04:00
Evan Maddock
391ae421a8
eza: Update to v0.21.1
**Summary**
- Don’t truncate branch name
- Fix Hi extension icon
- Add MS DOS icon for *.com
- Add ruby icon for config.ru, Gemfile, Gemfile.lock, procfile, rake, rakefile and change ruby icon
- Add python icon for *.pxd and *.pyx
- Add markdown icon for *.mdx
- Add fsharp icon for *.f# and *.fsscript
- Add clojure icon for *.cljc and *.edn

Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
2025-04-19 10:45:54 -04:00
Muhammad Alfi Syahrin
b5501502e0
localsend: Rename icons to match AppID 2025-04-19 20:31:06 +07:00
Muhammad Alfi Syahrin
71e0123376
python-frozenlist: Update to v1.6.0
*Summary**

Changelog can read [here](https://github.com/aio-libs/frozenlist/releases/tag/v1.6.0)
2025-04-19 19:54:27 +07:00
Muhammad Alfi Syahrin
92f9341c0a
papers: Update to v48.1
**Summary**

Changelog can read [here](https://download.gnome.org/sources/papers/48/papers-48.1.news)
2025-04-19 19:46:32 +07:00
Muhammad Alfi Syahrin
703eed2f33
gdb: Update to v16.2 (#5479) 2025-04-19 19:32:52 +07:00
Muhammad Alfi Syahrin
2a063d8efb
gsmartcontrol: Update to v2.0.2 (#5480) 2025-04-19 19:30:30 +07:00
Muhammad Alfi Syahrin
f018b8f599
keepass: Update to v2.58 (#5481) 2025-04-19 19:29:23 +07:00
Muhammad Alfi Syahrin
e2bcfc1c02
lollypop: Update to v1.4.41 (#5482) 2025-04-19 19:28:26 +07:00
Muhammad Alfi Syahrin
f12ebbed7a
man-pages: Update to v6.13 (#5483) 2025-04-19 19:27:49 +07:00
Muhammad Alfi Syahrin
35e1ffa8c3
protontricks: Update to v1.12.1 (#5484) 2025-04-19 19:26:54 +07:00
Muhammad Alfi Syahrin
d354720e5f
q4wine: Update to v1.4.0 (#5485) 2025-04-19 19:25:57 +07:00
Muhammad Alfi Syahrin
f50bbe1210
darkly: Update to v0.5.19 (#5487) 2025-04-19 19:24:58 +07:00
Muhammad Alfi Syahrin
e6a9600d4a
mu: Update to 1.12.9 (#5488) 2025-04-19 19:23:03 +07:00
Muhammad Alfi Syahrin
c8bb5ea346
tailscale: Update to 1.82.5 (#5489) 2025-04-19 19:22:04 +07:00
Muhammad Alfi Syahrin
6b123474ad
obs-cmd: Update to v0.18.3 (#5490) 2025-04-19 19:21:04 +07:00
Muhammad Alfi Syahrin
d93396ad08
gleam: Update to v1.10.0 (#5491) 2025-04-19 19:20:00 +07:00
Ian M. Jones
84714e9ff5
gleam: Update to v1.10.0
**Summary**

v1.10.0 article: https://gleam.run/news/global-rename-and-find-references/
2025-04-19 11:40:03 +01:00
Ian M. Jones
3ed2c1ff89
obs-cmd: Update to v0.18.3
**Summary**

Changelog: https://github.com/grigio/obs-cmd/releases/tag/v0.18.3
2025-04-19 11:10:01 +01:00
Nazar Stasiv
13c3dc6a9a tailscale: Update to 1.82.5
**Summary**
- [changelog](https://tailscale.com/changelog#2025-04-17-client)

**Test Plan**
- tailscale status; tailscale netcheck

**Checklist**
- [X] Package was built and tested against unstable
2025-04-19 10:40:35 +03:00
Nazar Stasiv
06e5345c8b mu: Update to 1.12.9
**Summary**
- show information about how the server interpreted last query
- new "transient" menu provides access to common functions in mu4e
- gnus mailing-list management command now also work in mu4e
- cleanup after indexing has been sped up significantly
- updated documentation

**Test Plan**
- search for and view message

**Checklist**
- [X] Package was built and tested against unstable
2025-04-19 10:21:38 +03:00
Hurican Solas
d36d8737a2 darkly: Update to v0.5.19
Release notes can be found [here](https://github.com/Bali10050/Darkly/releases/tag/v0.5.19).
2025-04-19 05:00:48 +01:00
Troy Harvey
b5067d6f4d
strawberry: Update to v1.2.10
**Changelog:**

- Bugfixes
 - Discord rich presence showing bogus artist and album.
 - Incorrect ID3v2 comment tag.
- Enhancements
 - Removed Genius lyrics (no longer working properly because of website changes).

Signed-off-by: Troy Harvey <harveydevel@gmail.com>
2025-04-19 09:21:01 +10:00
David Harder
9ad05787d1
appstream-data: Update to v72 (#5486)
**Test Plan**

- See screenshots for localsend

**Checklist**

- [x] Package was built and tested against unstable
- [ ] This change could gainfully be listed in the weekly sync notes
once merged <!-- Write an appropriate message in the Summary section,
then add the "Topic: Sync Notes" label -->
2025-04-18 15:48:16 -07:00
David Harder
315aed8d89
appstream-data: Update to v72 2025-04-18 17:42:07 -05:00
Thomas Staudinger
d3eb198111
q4wine: Update to v1.4.0
**Summary**

Changes:
- Initial Qt6 release
- CMake minimum version requirement set to 3.24
- SingleApplication is used instead of obsolete QtSingleApplication
- Wine AppDB browser is marked as obsolete and disabled by default
- Cleanup legacy code and files
- PrefixSetupWizzard: Added missing win8, win8.1, win10, win11 options versions

Signed-off-by: Thomas Staudinger <Staudi.Kaos@gmail.com>
2025-04-18 23:12:53 +02:00
Thomas Staudinger
21f6b8dfc4
protontricks: Update to v1.12.1
**Summary**

Changes:
- Fix missing app icons for games installed using newer Steam client
- Fix spurious "unknown file arch" Winetricks warnings (newer Winetricks required)
- Drop Python 3.6 support

Signed-off-by: Thomas Staudinger <Staudi.Kaos@gmail.com>
2025-04-18 23:00:58 +02:00
Thomas Staudinger
bcd92dcf95
man-pages: Update to v6.13
**Summary**

Release notes:
- [6.11](https://lkml.iu.edu/hypermail/linux/kernel/2502.1/10564.html)
- [6.12](https://kernel.googlesource.com/pub/scm/docs/man-pages/man-pages/+/refs/tags/man-pages-6.12)
- [6.13](https://lkml.org/lkml/2025/3/7/1714)

Signed-off-by: Thomas Staudinger <Staudi.Kaos@gmail.com>
2025-04-18 22:52:17 +02:00
Thomas Staudinger
8d366c6a9e
lollypop: Update to v1.4.41
**Summary**

Bugfix release

Full commit log available [here](https://gitlab.gnome.org/World/lollypop/-/compare/1.4.40...1.4.41?from_project_id=274)

Signed-off-by: Thomas Staudinger <Staudi.Kaos@gmail.com>
2025-04-18 22:40:41 +02:00
Thomas Staudinger
7804c6be24
keepass: Update to v2.58
**Summary**

Release notes available [here](https://keepass.info/news/n250304_2.58.html)

Signed-off-by: Thomas Staudinger <Staudi.Kaos@gmail.com>
2025-04-18 22:31:34 +02:00
Thomas Staudinger
c79479d62b
gsmartcontrol: Update to v2.0.2
**Summary**

Changes:
- Support an option of saving smartctl output to text instead of JSON
- Restored pre-2.0.0 runtime support for smartctl < 7.3
- Restored pre-2.0.0 support for standard (non-extended) self-test log found in very old ATA drives
- Better support for temperature values in JSON parser; this fixes unreasonably large temperature values
- Add a tooltip explaining self-test "lifetime hours" wrapping behavior

Full release notes available [here](https://sourceforge.net/projects/gsmartcontrol/files/2.0.2/)

Signed-off-by: Thomas Staudinger <Staudi.Kaos@gmail.com>
2025-04-18 22:21:40 +02:00
Thomas Staudinger
4c97cf351a
gdb: Update to v16.2
**Summary**

Release notes:
- [16.1](https://sourceware.org/pipermail/gdb-announce/2025/000143.html)
- [16.2](https://sourceware.org/pipermail/gdb-announce/2025/000144.html)

Signed-off-by: Thomas Staudinger <Staudi.Kaos@gmail.com>
2025-04-18 21:59:02 +02:00
uni-dos
b85ab7e1af zenergy: Update to v1.0.2
**Summary**
- restore E from socket and core
2025-04-18 12:10:30 -07:00
Thomas Staudinger
0e995473d3
aom: Update to v3.12.1
**Summary**

Release notes:
- [3.12.0](https://aomedia.googlesource.com/aom/+/refs/tags/v3.12.0)
- [3.12.1](https://aomedia.googlesource.com/aom/+/refs/tags/v3.12.1)

Signed-off-by: Thomas Staudinger <Staudi.Kaos@gmail.com>
2025-04-18 19:40:18 +02:00
Silke Hofstra
de7e5644ac erlang: Update to v27.3.3
**Summary**

Release notes:

- [v27.2](https://github.com/erlang/otp/releases/tag/OTP-27.2)
- [v27.2.1](https://github.com/erlang/otp/releases/tag/OTP-27.2.1)
- [v27.2.2](https://github.com/erlang/otp/releases/tag/OTP-27.2.2)
- [v27.2.3](https://github.com/erlang/otp/releases/tag/OTP-27.2.3)
- [v27.2.4](https://github.com/erlang/otp/releases/tag/OTP-27.2.4)
- [v27.3](https://github.com/erlang/otp/releases/tag/OTP-27.3)
- [v27.3.1](https://github.com/erlang/otp/releases/tag/OTP-27.3.1)
- [v27.3.2](https://github.com/erlang/otp/releases/tag/OTP-27.3.2)
- [v27.3.3](https://github.com/erlang/otp/releases/tag/OTP-27.3.3)

**Security**

Includes fixes for:

- CVE-2025-26618
- CVE-2025-30211
- CVE-2025-32433
2025-04-18 19:05:50 +02:00
Silke Hofstra
7aaba1fa82 wireshark: Update to 4.4.6
**Summary**

Release notes can be found [here](https://www.wireshark.org/docs/relnotes/wireshark-4.4.6.html).
2025-04-18 13:54:54 +02:00
Silke Hofstra
c8d5b6fb16 nextcloud-client: Update to 3.16.3
**Summary**

Release notes can be found [here](https://github.com/nextcloud/desktop/releases/tag/v3.16.3).
2025-04-18 13:54:18 +02:00