Commit Graph

30678 Commits

Author SHA1 Message Date
Randy MacLeod 85fa15cab8 rsyslog: update from 8.2306.0 to 8.2402.0
Change the PACKAGECONFIG[systemd] that wrapped --with-systemdsystemunitdir
to use the new --enable-libsystemd option:
   acb62dfda remove systemd embedded code, use library instead

The bug related to using libcap-ng has beeen fixed:
   https://github.com/rsyslog/rsyslog/pull/5166/commits/030e047fd0c896b4cb2433bab853321eff6f8ec9
so use that library by default now to allow rsyslog to run with fewer privileges.

PTest results: sysvinit, systemd
 TOTAL: 462, 462
 PASS:  457, 459
 SKIP:  5, 3
 XFAIL: 0, 0
 FAIL:  0, 0
 XPASS: 0, 0
 ERROR: 0, 0

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25 12:51:35 -07:00
Khem Raj f952769a37 autofs: Fix build with musl >= 1.2.5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25 12:50:39 -07:00
Khem Raj 7bc6403b73 ssmtp: Fix build with musl >= 1.2.5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25 12:50:39 -07:00
Khem Raj f370d3be8e rdma-core: Fix build with musl >= 1.2.5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25 12:50:39 -07:00
Khem Raj e9221e89bc net-snmp: Fix build with musl
The last patch 0012-Fix-configuration-of-NETSNMP_FD_MASK_TYPE.patch
brought in with 5.9.4 upgrade is not sufficient and infact has a regression
introduced for clang+musl builds.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25 12:50:39 -07:00
Khem Raj fbbe7cefdd xfstests: Fix build with musl >= 1.2.5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25 12:50:33 -07:00
Khem Raj 025e589575 xfsdump: Fix build with musl >= 1.2.5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25 10:58:12 -07:00
Sam Van Den Berge 371510307d python3-aiohttp: add missing dependencies
* attrs is in install_requires of setup.cfg in 3.9 branch
* python3-misc is required to include netrc which is imported in
  aiohttp.helpers

Signed-off-by: Sam Van Den Berge <sam.van.den.berge@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25 08:34:13 -07:00
Thomas Roos 2526a4b24e usrsctp: upgrade to latest version
Signed-off-by: Thomas Roos <throos@amazon.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25 08:34:13 -07:00
Markus Volk 777d42c854 tracker-miners: fix reproducibility issue for landlock
If landlock feature is enabled there is buildpath leakage again.
This is because in-tree rules get included. Disable the
in-tree check to avoid it.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25 08:34:12 -07:00
Khem Raj 9c00bf1776 wpantund: Update to latest
Add patch to support portable basename

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-24 22:52:26 -07:00
Khem Raj c1d9e520e6 ot-br-posix: Update to latest
Drop backports
Add a new patch to supply additional musl fixes

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-24 22:52:26 -07:00
Khem Raj 860d1a117a ot-daemon: Update to tip of trunk
Drop backports which are not already available

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-24 22:52:26 -07:00
Khem Raj ccff89588a ipset: Update to 7.21
Fix build with latest musl while here

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-24 22:52:26 -07:00
Khem Raj 742c3da874 libcamera: Fix build on musl systems
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-24 11:36:17 -07:00
Markus Volk 150451eeaf evolution-data-server: disable tests and examples
- Building the examples pulls in a requirement for gtk+3
  Also disable installed_tests and maintainer_mode
- Use json-glib by default

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-24 08:11:55 -07:00
Khem Raj 37ef4d73a2 tracker-miners: Disable seccomp support on musl
seccomp support piece needs APIs e.g. tgkill which are
unimplimented in musl [1]

Secondly, remove libseccomp from unconditional dependencies
it will be only added when packageconfig is selected.

[1] https://www.openwall.com/lists/musl/2019/08/02/1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 20:10:28 -07:00
Khem Raj 5e7ee914a6 openflow: Fix build with musl
Link in external library to provide backtrace functions
since they are not part of C library

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 20:10:28 -07:00
Khem Raj cb02f5b68d openflow: Merge .inc into .bb
There is one recipe so merge the include file into recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 20:10:28 -07:00
Khem Raj e1e5ba58c0 openflow: Delete recipe for 1.0
_git is the maintained recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 20:10:27 -07:00
Khem Raj 4a40270d16 liburing: Upgrade to 2.5
Changelogs are here [1]

[1] https://github.com/axboe/liburing/commit/f4e42a515cd78c8c9cac2be14222834be5f8df2b

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 19:02:36 -07:00
Khem Raj a06056e789 plocate: Fix sys/stat.h and linux/stat.h conflicts with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 19:02:23 -07:00
Leon Anavi a1938bff15 python3-httpx: Upgrade 0.26.0 -> 0.27.0
Upgrade to version 0.27.0:

- The app=... shortcut has been deprecated. Use the explicit style
  of transport=httpx.WSGITransport() or transport=httpx.ASGITransport()
  instead.
- Respect the http1 argument while configuring proxy transports.
- Fix RFC 2069 mode digest authentication.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Leon Anavi 37594d354b python3-anyio: Upgrade 4.2.0 -> 4.3.0
Upgrade to version 4.3.0:

- Added support for the Python 3.12 walk_up keyword argument in
  anyio.Path.relative_to() (PR by Colin Taylor)
- Fixed passing total_tokens to anyio.CapacityLimiter() as a
  keyword argument not working on the trio backend (#515)
- Fixed Process.aclose() not performing the minimum level of
  necessary cleanup when cancelled. Previously:
- Cancellation of Process.aclose() could leak an orphan process
- Cancellation of run_process() could very briefly leak an orphan
  process.
- Cancellation of Process.aclose() or run_process() on Trio could
  leave standard streams unclosed
- Fixed Process.stdin.aclose(), Process.stdout.aclose(), and
  Process.stderr.aclose() not including a checkpoint on asyncio
- Fixed documentation on how to provide your own typed attributes

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk cf49617d4a tracker-miners: drop buildpath from tracker-miner-fs-3
Remove the buildpath from /usr/libexec/tracker-miner-fs-3 without breaking the binary

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk 3de9afec60 gvfs: update 1.52.2 -> 1.54.0
- add PACKAGECONFIG for onedrive
- switch to gcr4

Major changes in 1.54.0
=======================
* Translation updates (GNOME Translation Project contributors)

Major changes in 1.53.91
========================
* onedrive: Fix several issues (Jan-Michael Brummer)
* wsdd: List just devices of pub:Computer type to filter out unwanted devices (Ondrej Holy)
* Translation updates (GNOME Translation Project contributors)

Major changes in 1.53.90
========================
* daemon: Add OneDrive support based on msgraph library (Jan-Michael Brummer)
* client: Reduce synchronous metadata methods calls to improve performance (Corey Berla)
* network: Provide standard::content-type and access::can-rename attributes (António Fernandes)
* build: Fix unknown arguments error on systems that don't use GNU C library (Ondrej Holy)
* udisks2: Fix unmounting of mount paths that contain non-ASCII characters (Ondrej Holy)
* Translation updates (GNOME Translation Project contributors)

Major changes in 1.53.1
=======================
* daemon: Add WS-Discovery support based on wsdd daemon (Ondrej Holy)
* network: Hide Windows Network folder and show the servers merged by default (Ondrej Holy)
* network: Various other fixes and enhancements (Ondrej Holy)
* daemon: Port to gcr4 (Ondrej Holy)
* smb: Fix livelock when mounting share without enough permissions (Ondrej Holy)
* smb: Fix moving files across filesystem boundaries (Ondrej Holy)
* Translation updates (GNOME Translation Project contributors)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk 38565a1a89 msgraph: add recipe
libmsgraph would be required for onedrive support in gvfs

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk 6fd8379c51 gnome-shell-extensions: update 45.2 -> 46.0
46.0
====
* system-monitor: Fix net speed [Florian; !313]
* Misc. bug fixes and cleanups [Aral; !311]

Contributors:
  Aral Balkan, Florian Müllner

Translators:
  Anders Jonsson [sv], Piotr Drąg [pl], Balázs Úr [hu], Milo Casagrande [it],
  Quentin PAGÈS [oc], Athmane MOKRAOUI [kab], Changwoo Ryu [ko],
  Ask Hjorth Larsen [da]

46.rc
=====
* Fix window previews in workspace indicator [Florian; !304]
* Fix menu ornament in workspace indicator [Florian; !305]
* Misc. bug fixes and cleanups [Florian; !306, !309]

Contributors:
  Florian Müllner

Translators:
  Danial Behzadi [fa], Ekaterine Papava [ka], Sabri Ünal [tr], Artur S0 [ru],
  Yuri Chornoivan [uk], Vasil Pupkin [be], Asier Sarasua Garmendia [eu],
  Yaron Shahrabani [he], Brage Fuglseth [nb], Nathan Follens [nl],
  Aurimas Černius [lt], Matej Urbančič [sl], Boyuan Yang [zh_CN],
  Kukuh Syafaat [id], Fran Dieguez [gl], Andi Chandler [en_GB],
  Baurzhan Muftakhidinov [kk], Rūdolfs Mazurs [lv], Guillaume Bernard [fr],
  Daniel Mustieles [es], Jiri Grönroos [fi]

46.beta
=======
* apps-menu: Rename Applications to Apps [Allan; !299]
* Misc. bug fixes and cleanups [Florian; !296, !297, !300, !301, !302]

Contributors:
  Allan Day, Florian Müllner

Translators:
  Gabriel Brand [de], Daniel Rusek [cs], Fran Dieguez [gl],
  Aefgh Threenine [th], Vasil Pupkin [be], Artur S0 [ru], Yosef Or Boczko [he],
  Sabri Ünal [tr]

46.alpha
========
* workspace-indicator: Fix initial preview visibility [Florian; !280, !292]
* screenshot-window-sizer: Fix cycling between sizes backwards [Florian; !284]
* Add back overview in Classic session [Florian; !287]
* Allow running Classic session headless [Jonas; !289]
* window-list: Fix buttons not being clickable at the screen edge
  [Florian; !291]
* Add system-monitor extension [Florian; !277]
* Fixed crash [Florian; !290]
* Misc. bug fixes and cleanups [Florian; !276, !275, !278, !281, !286, !288]

Contributors:
  Jonas Ådahl, Florian Müllner

Translators:
  Kristjan SCHMIDT [eo], Brage Fuglseth [nb]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk 3dafbcee3f gnome-disk-utility: update 45.0 -> 46.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk 7efc0bc12d gnome-chess: update 43.2 -> 46.0
46.0 - March 14, 2024
=====================

- Updated translations

46.beta - February 9, 2024
==========================

- Highlight relevant pieces when king is checked (#46, #78, Mohammadreza Shabani)
- Change keyboard shortcut for viewing previous/next moves (#67, Vancha)
- Change tooltips to follow HIG guidelines (#75, Automeris naranja)
- Improve style of message dialogs (#77, Felipe Kinoshita)
- Fix "Time Limit" not translated in new game window (!47, Sabri Ünal)
- Improvements to main menu (!48, Automeris naranja)
- Improve shortcut names in help overlay (!51, Automeris naranja)
- Updated appstream metainfo (!54, Sabri Ünal)
- Fix broken links in user help (Andre Klapper)
- Updated translations

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk c209b3215d gnome-text-editor: update 45.1 -> 46.0
• Various performance workarounds have been added to the overview
   map to improve rendering performance and quality with fractional
   scaling.
 • Translation updates

Changes since 46.beta

 • Disable editing while document is loading
 • Discard still-loading documents when saving session
 • Fix some tab integration issues with libadwaita

Changes since 46.alpha

 • Use AdwAboutDialog
 • Fix keyboard access to light/dark/follow theme selectors
 • Use GtkFontDialog instead of deprecated GtkFontChooserDialog
 • Check for files on disk before restoring drafts to avoid displaying
   deleted files.
 • Performance improvements to the minimap on GTKs new renderer
 • Avoid draft auto-save file the document is still loading
 • The language selection dialog is now modal
 • A new-window action was added to .desktop file for GNOME Shell
 • Improve support for closing a page while it is still loading
 • Updated translations

 Changes since 45.0

 • Make various UI elements conform better to GNOME HIG
 • Fix etag usage when comparing changes from GFileMonitor
 • Cancel document loading when tab or window closes. This fixes an issue
   where you could have 100% CPU doing Pango line breaking on extremely large
   files even after closing a window or tab.
 • Improve margin for RTL languages
 • Updated appdata/metainfo
 • Fix memory leak in usage of GtkNativeDialog
 • Work around some broken user configurations for XDG special directories
 • Translation updates

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk 02c5765119 gnome-bluetooth: update 42.8 -> 46.0
ver 46.0:
This version contains translation updates.

ver 46.beta:
This version modernises the look of the properties dialogue. It also includes
all the fixes available in version 42.8.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk df67c7979d libgtop: update 2.41.1 -> 2.41.3
This update is required for gnome-system-monitor-46.0

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk cd8e0ece50 gparted: update 1.5.0 -> 1.6.0
install missing metainfo files

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk b41a6857b8 eog: update 45.2 -> 45.3
Version 45.3
------------

New and updated translations:

- Daniel Mustieles [es]
- Sveinn í Felli [is]
- Aurimas Černius [lt]
- Rūdolfs Mazurs [lv]
- Martin Srebotnjak [sl]
- Cheng-Chia Tseng [zh_TW]

New and updated manual translations

- Juliano de Souza Camargo [pt_BR]
- Sabri Ünal [tr]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk 14b5043574 gnome-boxes: update 45.0 -> 46.0
46.0 - Mar 18, 2024
===================

Changes since 45.0

  - Disable "secure-boot" for EFI virtual machines
  - Use libportal to call Background Portal
  - Fallback to default resources on error cases
  - Fix crash when processing a non bootable ISO image
  - Fix permissions when copying template files
  - Added/updated/fixed translations

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk 48bc28df85 gnome-system-monitor: update 45.0.1 -> 46.0
- gnome-system-monitor was ported to gtk4

New in 46.0 - 16 March 2024

* Updated translations
* style: Blend header bar with window contents !126 (kramo)

New in 46.rc - 2 March 2024

* Updated translations
* interface: Readd Delete key as shortcut to end process !128 (Óscar Fernández Díaz)
* Fixed memory leak in affinity change !129 (Yannis Gerlach)
* Updated app links !130 (Óscar Fernández Díaz)
* Metainformation improvements: correct developer and platform added (Sophie Herold)

New in 46.beta - 11 February 2024

* Updated translations
* Fixed several memory leaks (Barnabás Pőcze)
* Fixed several plotting issues (Barnabás Pőcze)
* Partial rework of graph class hierarchy (Robert Roth)
* Remember window state #295 (Óscar Fernández Díaz)
* Renamed appdata to match desktop file !124 (Óscar Fernández Díaz)

New in 46.alpha - 6 January 2024

* Updated translations
* Application ported to GTK4 (Ondřej Míchal)
* Fixed shortcuts #262 (Robert Roth)
* Fixed highcontrast graph labels #266 (Robert Roth)
* Fixed argument type mismatch !82 (Barnabás Pőcze)
* Updated UI to match Human Interface Guidelines !84 (Automeris Naranja)
* Ported various application components to adwaita (Óscar Fernández Díaz)
* Added flatpak build manifest !113 (Óscar Fernández Díaz)
* Various code improvements (Óscar Fernández Díaz)
* Appdata updates !114 (Sabri Ünal)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk c14b40643f gtk4mm: add recipe
the gtk4 variant of gtkmm is required for gnome-system-monitor

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk 8db554851f gnome-themes-extra: build with gtk+3
- disable gtk2
- update dependencies

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk 45105cb6a9 libcloudproviders: update 0.3.5 -> 0.3.6
0.3.6
-----
* Plug several memory leaks
* Avoid use-after-free within the Proxy
* Renamespace CloudProvidersProvider
* Reduce a bit the CloudProvidersAccount memory footprint

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk d205fc4978 gnome-control-center: use gcr4 variant
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk 5145c65001 gtksourceview5: update 5.10.0 -> 5.12.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk fb67e47720 libgweather4: update 4.4.0 -> 4.4.2
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Khem Raj c17d8d9de4 libcamera: Fix clang support patches
Replace alloca with malloc

Allocate size for struct option array was not correct therefore
multiply the value with sizeof(struct option) to account for it

[YOCTO #15449 ]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-22 23:57:40 -07:00
Markus Volk 21c81f2bc8 gnome-calendar: update 45.1 -> 46.0
- this update will require libadwaita 1.5.0

Major changes in 46.0:
* Updated translations

Major changes in 46.rc:
* Improve AppData information some more
* Various code cleanups
* Updated translations

Major changes in 46.beta:
* Improve AppData information
* Use the Settings portal for the show-week-dates setting
* Fix daylight saving time events in the Week view
* Add accessible labels to a few UI elements
* Use the new AdwDialog API for responsive dialogs
* Tweak the visuals of the Month view
* Properly make Calendar stop the weather service in Flatpak
* Updated translations

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-22 21:19:50 -07:00
Markus Volk f47a518443 gnome-remote-desktop: update 45.1 -> 46.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-22 21:19:50 -07:00
Markus Volk cf5612a053 gnome-session: update 45.0 -> 46.0
- consolekit support was removed upstream
 - add PACKAGECONFIG for doc

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-22 21:19:50 -07:00
Markus Volk 62bb96cfb9 gnome-calculator: update 45.0.2 -> 46.0
- libsoup is required to be built with vapi support

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-22 21:19:50 -07:00
Markus Volk d5602d648d tecle: update 45.0 -> 46.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-22 21:19:50 -07:00
Derek Straka 3c188f75ea python3-dbus: re-add recipe with latest patches and add ptest
The python3-dbus package was removed in (dac933e).  While the upstream
project isn't active, other distributions (e.g. Fedora, Debian, etc)
continue to offer the package and apply patches to resolve reported issues.

While other packages offer similar functionality (e.g. dasbus), they are not
drop in replacements and the general dbus functionality works out of the box.
The python package has accomplished it's goal of providing useful functionality,
and the proposal is to continue to have it available in meta-python for use.

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-22 21:19:50 -07:00