summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-rich: upgrade 13.6.0 -> 13.7.0Wang Mingyu2023-11-211-1/+1
| | | | | | | | | | | | Changelog: ============ -Adds missing parameters to Panel.fit -Some text goes missing during wrapping when it contains double width characters -Ensure font is correctly inherited in exported HTML -Fixed typing for FloatPrompt. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: upgrade 2.5.0 -> 2.5.1Wang Mingyu2023-11-211-1/+1
| | | | | | | | | | | | Changelog: =========== -uprev pydantic-core to 2.14.3 -Fix package description limit -Fix ValidateCallWrapper error when creating a model which has a @validate_call wrapped field annotation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm: upgrade 2.10.1 -> 2.10.3Wang Mingyu2023-11-211-1/+1
| | | | | | | | | | | | | | | | | Changelog: ============= -Create virtualenv for conda base Python. #2409 -Log the response text when pdm publish fails with HTTP error. -Improve the error message when a specific package can't be found in the lockfile. -prevent wrong project name (including space and illegal characters) -Fix a bug that PDM cannot detect namespace packages correctly when creating symlinks. -Fix template files created by pdm init being read-only when copied from a read-only PDM installation. -Don't reset the build backend when asking for import. -Never wrap the output of the export command. -Forbid global project in conda base environment, since it may remove conda-managed packages. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pastedeploy: upgrade 3.0.1 -> 3.1.0Wang Mingyu2023-11-211-1/+1
| | | | | | | | Changelog: Fix python_requires package metadata to support Python 3.7+. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ldap: upgrade 3.4.3 -> 3.4.4Wang Mingyu2023-11-211-1/+1
| | | | | | | | | | | | | | | Changelog: ============= -Reconnect race condition in ReconnectLDAPObject is now fixed -Socket ownership is now claimed once we've passed it to libldap -LDAP_set_option string formats are now compatible with Python 3.12 -Security Policy was created -Broken article links are fixed now -Bring Conscious Language improvements -Add testing and document support for Python 3.10, 3.11, and 3.12 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.32.0 -> 2.33.0Wang Mingyu2023-11-211-1/+1
| | | | | | | | | | | Changelog: =========== -Update pyav plugin to reflect AV changes -Unpin Pillow and allow versions >=10.1.0 -Support for AVIF image format Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 4.2.5 -> 4.2.7Wang Mingyu2023-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== -Fixed a regression in Django 4.2 that caused a crash of QuerySet.aggregate() with aggregates referencing expressions containing subqueries (#34798). -Restored, following a regression in Django 4.2, creating varchar/text_pattern_ops indexes on CharField and TextField with deterministic collations on PostgreSQL (#34932). -CVE-2023-46695: Potential denial of service vulnerability in UsernameField on Windows -Fixed a regression in Django 4.2.5 where overriding the deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings in tests caused the main STORAGES to mutate (#34821). -Fixed a regression in Django 4.2 that caused unnecessary casting of string based fields (CharField, EmailField, TextField, CICharField, CIEmailField, and CITextField) used with the __isnull lookup on PostgreSQL. -CVE-2023-43665: Denial-of-service possibility in django.utils.text.Truncator Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dateparser: upgrade 1.1.8 -> 1.2.0Wang Mingyu2023-11-211-1/+1
| | | | | | | | | | | | | | | Changelog: ========= -New PREFER_MONTH_OF_YEAR setting (#1146) -Absolute years in Russian are no longer being treated as a number of years in the past (#1129) -Removed the use of datetime.utcnow, deprecated on Python 3.12 (#1179) -Applied Black formatting to the code base (#1158) -Initial integration with OSSFuzz (#1198) -Extended test cases (#1191) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: upgrade 3.8.6 -> 3.9.0Wang Mingyu2023-11-211-1/+1
| | | | | | | | Changelog: https://docs.aiohttp.org/en/stable/changes.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: upgrade 4.3.2 -> 4.3.3Wang Mingyu2023-11-212-35/+2
| | | | | | | | 0001-Fix-Werror-enum-int-mismatch-in-lws_tls_server_abort.patch removed since it's included in 4.3.3 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libextutils-cppguess-perl: upgrade 0.26 -> 0.27Wang Mingyu2023-11-211-1/+1
| | | | | | | | Changelog: support C++20 and C++23 standards, and vendored version output Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-bluetooth: upgrade 42.6 -> 42.7Wang Mingyu2023-11-211-1/+1
| | | | | | | | | | | | | Changelog: ============ -fixes bugs that stopped the Obex Push server from automatically accepting files from paired devices and caused the device's Connection switch to appear out of sync with the connection state. -build fixes -updated translations Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exiftool: upgrade 12.69 -> 12.70Wang Mingyu2023-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - This marks the 20th anniversary of the initial ExifTool release! - Added ability to read/delete C2PA CAI JUMBF metadata from TIFF-based images (eg. DNG), QuickTime-based files (eg. MP4) and WebP images, and read JUMBF from other RIFF-based files (eg. WAV, AVI), GIF images and ID3v2 metadata - Added read/write support for JPH images - Added ability to read Leica Q3 maker notes - Added ability to recognize and write FujiFilm M-RAW RAF images (multiple raw images in a single file) and the ability to read preview-less RAF images - Added support for reading a number of obscure Microsoft EXIF tags - Added a few new Sony lenses and support for the ILCE-9M3 - Added a couple of new Panasonic Leica lenses - Added a couple of new Canon RF lenses - Added a number of new CPUType values for ELF executables - Added some new Olympus CameraType values - Decode a few more ID3v2.2 tags (github #142) - Decode a few new Canon G5X Mark II tags - Decode WB_RGGBLevels for a few more Nikon cameras - Extract information from FujiFilm M-RAW header - Improved decoding of a few Nikon Z tags - Marked misspelt XMP-drone-dji:GPSLongtitude tag to Avoid when writing - Changed RIFF MaxDataRate conversion to use SI prefixes by default - Fixed decoding of unknown ColorBalance information for some Nikon models - Fixed an incorrect Nikon Z LensID - API Changes: - Added ByteUnit option Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.0.20231112.0 -> 6.0.20231119.0Wang Mingyu2023-11-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.22.0 -> 1.22.1Wang Mingyu2023-11-211-1/+1
| | | | | | | | | | | Changelog: ============ -Fix /etc/hosts processing performance with all entries using same IPaddress. -Fix typos in manpages -Fix OpenWatcom building Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zeromq: Update to 4.3.5Peter Kjellerstedt2023-11-212-69/+3
| | | | | | | | A backported patch has been removed as it is no longer needed. License-Update: Relicensed as MPL-2.0 Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Update ptest pathPoonam Jadhav2023-11-211-1/+6
| | | | | | | Update ptest path to run sdbus-c++ ptest Signed-off-by: Poonam Jadhav <poonam.jadhav@kpit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open62541: update to v1.3.8Johannes Kauffmann2023-11-211-1/+1
| | | | | Signed-off-by: Johannes Kauffmann <johanneskauffmann@hotmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* musicpd: unbreak build with ffmpeg 6.1Markus Volk2023-11-202-0/+27
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak: Add packageconfigs for man and docbook docsMarkus Volk2023-11-201-2/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* idevicerestore: Upgrade to latest masterPotin Lai2023-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to latest master. ecae6c6 Change path_get_basename arg to const too acecac3 Change path_get_basename()'s return type to const char* 83600e9 restore: Fix UaF 85ea337 asr: Fix sending payload without checksum 10c15d5 Fix update restore by making sure the premanifest is properly generated 6085ed7 Print progress for large components (e.g. Cryptex) f87ab8b .gitignore: Add src/idevicerestore.exe 8664de0 Print device Product and Build Version and IPSW Product and Build Version c871c59 Extract OS component when using older ipsw archives 4072cd9 tss: Add USBPortController1,* entries to parameters 503bdd0 Improve debug output by suppressing libimobiledevice and libirecovery debug output by default 6806495 restore: Also print checkpoint warning messages f17f520 restore: Add Ace3 as known updater name to suppress error message 523e567 restore: Skip adding FirmwareData to FirmwareResponseData for Rose 7e5860d restore: Improve checkpoint log output again, make sure to always check for errors 1405a9f restore: Refine checkpoint log output e4e5512 restore/tss: Prefer DeviceGeneratedRequest for Rose TSS request, and add missing tag 064daea restore: Add new SE,ChipID 0x36 to list of known values ca76f44 restore: Attributed status code 50 with SEP load failure c96f60b restore: Handle SepStage1 (SEPPatchImageData) in NORImageData cf22a1c tss: Add Ap,SikaFuse to TSS request as seen for iPhone 14/15 devices dbe7313 Refactor ipsw code to transparently stream images directly from ZIP or extracted ipsw 17969ef [github-actions] Updated to use upload-artifact@v3 cc9c68e autoconf: Link against libusbmuxd too 9546654 [github-actions] Updated to use checkout@v3 5a00bbd tss: Make missing ApNonce non-fatal for IMG3 7943b63 normal: Don't do unpair before entering recovery mode, remove pairing record afterwards instead 4191036 restore: Remove plist debug print for non-existent UniqueBuildID c8b9f3e fdr: Fix a debug log message 9b9bba7 tss: Bump auth client version to match iOS 16.5 ed5463a Add generic TSS request generator a351513 Add SE,ChipID 0x2C da22dd4 Display iBoot boot stage 73438a6 Add support for incoherent iBoot parameters 609f7f0 Use DeviceGeneratedRequest plist for SE TSS requests Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist: Upgrade to latest masterPotin Lai2023-11-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to latest master. 2cd858c test: use unique output file names across tests d45396a Prevent adding NULL items to array/dictionary nodes 2d8d7ef Plug memory leak in plist_write_to_stream() f28cf0f Add explicit casts and fix return type mismatches d772fd7 Add an explicit PLIST_FORMAT_NONE value 50255a2 autoconf: Remove unused function checks and fix constructor/destructor attribute check 21a432b bplist: Move realloc from parse_unicode_node() into plist_utf16be_to_utf8() b7d7459 Make sure function signatures match their declarations in the public header ff00100 Windows: Use winsock2.h instead of sys/time.h when using MSVC af51970 Add space before PRI* macros, some compilers do not like it 91c0aa8 Move PLIST_API to the headers 834bb31 Silence another false 'shadows builtin function' warning on MinGW ff842f7 Silence false 'shadows builtin function' warning on MinGW 1d45b85 Silence more compiler warning on 32bit systems 57a7f14 Silence compiler warning on 32bit systems 954b3e4 Update doxygen config and document undocumented macros 4d08422 autoconf: small update to configure.ac 5d65599 autoconf: Allow disabling build of test suite 61f01b1 Add a PLIST_OPT_NONE value to plist_write_options_t Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince, gnome-calendar, tracker: drop ${PE}, ${PR} from /usr/src/debug pathsMartin Jansa2023-11-203-6/+6
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-{h5py,pandas}: drop ${PE}, ${PR} from /usr/src/debug pathsMartin Jansa2023-11-202-2/+2
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aom, x265: drop ${PE}, ${PR} from /usr/src/debug pathsMartin Jansa2023-11-202-2/+2
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntpsec, net-snmp: drop ${PE}, ${PR} from /usr/src/debug pathsMartin Jansa2023-11-202-2/+2
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: drop ${PE}, ${PR} from /usr/src/debug pathsMartin Jansa2023-11-201-2/+2
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlrcp-c: drop ${PE}, ${PR} from /usr/src/debug pathsMartin Jansa2023-11-201-1/+1
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: drop ${PE}, ${PR} from /usr/src/debug pathsMartin Jansa2023-11-201-1/+1
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: drop ${PE}, ${PR} from /usr/src/debug pathsMartin Jansa2023-11-201-1/+1
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxml++-5.0: Make use of gnomebase bbclassKhem Raj2023-11-191-7/+6
| | | | | | Simplify the recipe a bit and makes ptests pass. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak: Upgrade 1.15.4 -> 1.15.6Markus Volk2023-11-193-4/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add a patch to fix build for the newly added wayland_security_context feature - build wayland_security_context according to wayland distro_feature - add GIR_MESON_OPTION - add packageconfigs for selinux and http_backend Dependencies: In distributions that compile Flatpak to use a separate bubblewrap (bwrap) executable, version 0.8.0 is now required. Enabling the optional Wayland security context feature requires libwayland-client, wayland-scanner >= 1.15 and wayland-protocols >= 1.32. Ubuntu 18.04 is no longer routinely tested. Support for dependency versions included in Ubuntu 18.04 should be considered "at risk". Features: Add --device=input, for access to evdev devices in /dev/input (#5481) Update bundled copy of bubblewrap to version 0.8.0, and rely on its features: Improve error message if seccomp is disabled in kernel config Security hardening: set user namespace limit to 0, to prevent creation of nested user namespaces in a more robust way (#5084) For subsandboxes started by flatpak-portal, inherit environment variables from the flatpak run that started the original instance rather than from flatpak-portal, fixing behaviour of FLATPAK_GL_DRIVERS and similar features (#5278) Stop http transfers if a download in progress becomes very slow (#5519) Make it easier to configure extra languages, by picking them up from AccountsService if configured there (#5006) Add new flatpak_transaction_add_rebase_and_uninstall() API, allowing end-of-life apps to be replaced by their intended replacement more reliably (#3991) Create a private Wayland socket with the "security context" extension if available, allowing the compositor to identify connections from sandboxed apps as belonging to the sandbox (#4920, #5507, #5558) Update libglnx to 2023-08-29 Use features of newer GLib versions if available Turn off system-level crash reporting infrastructure during some unit tests that involve intentional assertion failures Add anchors to link to sections of flatpak-metadata documentation (#5582) New translations: ka, nl. Bug fixes: Avoid warnings processing symbolic links with GLib >= 2.77.0, and with GLib 2.76.0 (GLib 2.76.1 or later silences these warnings) Bypass page cache for backend requests in revokefs, fixing installation errors with libostree 2023.4 (#5452) Show AppStream metadata in flatpak remote-info as intended (#5523; regression in 1.9.1) Don't let Flatpak apps inherit VK_DRIVER_FILES or VK_ICD_FILENAMES from the host system, which would be wrong for the sandbox (#5553) Fix build failure with prereleases of libappstream 0.17.x (#5472) Forward-compatibility with libappstream 1.0 (#5563) Fix installation with Meson if configured with -Dauto_sideloading=true (#5495) Fix a memory leak (#5329) Fix compiler warnings (#5362, #5366) Make the tests fail more comprehensibly if a required tool is missing (#5020) Clean up /var/tmp/flatpak-cache-* directories on boot (#1119) Don't force GIO_USE_VFS=local for programs launched via flatpak-spawn (#5567) Clarify documentation for D-Bus name ownership (#5582) Translation updates: id, tr, zh_CN (#5332, #5565) Internal changes: Split up large source files into smaller modules, reducing internal circular dependencies (#5410, #5411, #5415, #5419, #5416, #5414) Re-synchronize code backported from GLib with the version in GLib (#5410) Make the flags used to apply "extra data" clearer (#5466) Use glnx_opendirat() where possible (#5527) CI improvements (#5374, #5381) (There was never a 1.15.5 release, I got our versioning convention mixed up and thought we avoided releasing odd micro versions.) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* btop: Add recipeJan Claußen2023-11-191-0/+23
| | | | | | | Adds btop, the shell-based resource monitor that shows usage and stats for processor, memory, disks, network and processes. Signed-off-by: Jan Claußen <jan.claussen10@web.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvpx: don't specify armv5 and armv6 toolchains explicitlyskandigraun2023-11-191-2/+0
| | | | | | | | | | The libvpx project has removed the support for these values, and the recipe can't be built anymore for these arch's when these values are used. The correct value for these arch's is `generic-gnu`, which is used as a default fallthrough value for all platforms in the recipe for arch's that are not specified explicitly. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ledmon: Fix systemd unit installKhem Raj2023-11-191-7/+2
| | | | | | Use confgure knob to emable systemd service unitfile generation. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ledmon: upgrade 0.93 -> 0.97alperak2023-11-183-40/+98
| | | | | | | | | | | | | | | | | | | | | | | * Added 0001-fix-build-with-clang.patch to fix build error caused by missing 'value' initializer * License changed GPL-2.0-only -> LGPL-2.0-only - LIC_FILES_CHKSUM changed COPYING -> COPYING.LIB for LGPL-2.0-only - Changed license headers in required source files. - Changed copyright years to 2022 in modified files. * 0001-Don-t-build-with-Werror-to-fix-compile-error.patch removed because fixed in the new version. * libpci was added as depends following this error -> configure: error: Package requirements (libpci) were not met: No package 'libpci' found * pkgconfig added as inherit following this error -> PKG_PROG_PKG_CONFIG: command not found Changelog: It can be followed here: https://github.com/intel/ledmon/releases Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mdns: Upgrade 2200.0.8 -> 2200.40.37.0.1Alex Kiernan2023-11-1717-139/+100
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* projucer: Refresh patch to apply cleanlyKhem Raj2023-11-171-9/+7
| | | | | | | | | | | | This was resulting on rejects on master patching file modules/juce_core/system/juce_StandardHeader.h Hunk #1 FAILED at 64 (different line endings). 1 out of 1 hunk FAILED -- rejects in file modules/juce_core/system/juce_StandardHeader.h Patch 0001-StandardHeader-Include-utility-for-GCC-12-compatibil.patch does not apply (enforce with -f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Yoann Congal <yoann.congal@smile.fr>
* imlib2: delete non-existent fileWang Mingyu2023-11-171-3/+0
| | | | | | | | /usr/bin/imlib2-config was deleted from upstream, so delete it from bb file. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpiod: fix the required version of libgpiodBartosz Golaszewski2023-11-171-1/+1
| | | | | | | This version of python3-gpiod requires libgpiod v2.1 so fix RDEPENDS. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soupsieve: Break circular dependency with beautifulsoup4Yoann Congal2023-11-171-4/+0
| | | | | | | | python3-beautifulsoup4 does depend on python3-soupsieve but python3-soupsieve does not depend on python3-beautifulsoup4. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: move to version 4.2.5Joe Slater2023-11-171-1/+1
| | | | | | | Fixes CVE-2023-36053 and CVE-2023-41164 Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mercurial: upgrade 6.1 -> 6.5alperak2023-11-171-3/+2
| | | | | | | Changelog: https://wiki.mercurial-scm.org/WhatsNew Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luaposix: upgrade 35.1 -> 36.2.1alperak2023-11-171-3/+3
| | | | | | | | | License-Update: Copyright years changed Changelog: https://github.com/luaposix/luaposix/blob/v36.2.1/NEWS.md Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gst-editing-services: upgrade 1.20.5 -> 1.22.7alperak2023-11-171-1/+3
| | | | | Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README.md: was a Markdown paragraph and should be a listJan Vermaete2023-11-171-4/+4
| | | | | | | | The Markdown was, at least at github.com, displayed as a paragraph. And it reads beter as a list. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netdata: version bump 1.43.0 -> 1.43.2Jan Vermaete2023-11-171-2/+3
| | | | | | | | | And fixed the upstream check for new versions. Changelog: https://github.com/netdata/netdata/blob/master/CHANGELOG.md Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netdata: chown in systemd service with ':' iso '.'Jan Vermaete2023-11-171-1/+1
| | | | | | | There was a warning in the systemd journaling about it. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: Upgrade 0.3.84 -> 0.3.85Markus Volk2023-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PipeWire 0.3.85 (2023-11-16) This is the fifth (and last) 1.0 release candidate that is API and ABI compatible with previous 0.3.x releases. Highlights - Fix an issue where a link could end up paused while not negotiated. - Fix an infinite recursion issue when finding runnable nodes. - Support XDG base directories when loading ACP config. - Fix MIDI event recording preview in Ardour. - Many more small fixes, cleanups and improvements. PipeWire - Fix an issue where a link could end up paused while not negotiated. (#3619) - Fix an infinite recursion issue when finding runnable nodes by stopping the scan on feedback links around the driver. (#3621) - The system service now has better socket permissions. Modules - Add support for uclamp. This allows the scheduler to make better informed decisions about where tasks should be placed, and what pstate to set for the CPU it is running on. - Emit warnings when applications are not doing the right locking instead of crashing. - Improve media.name for RAOP sinks. (#3801) - Support pause/resume in pipe-tunnel. (#3197) - Remove time rlimit when probing for realtime to avoid SIGXCPU. SPA - Fix a bug where the resampler would be activated even when there is an ALSA pitch element. (#3628) - Improve resume from suspend in ALSA. (#3646) - Add option to expose ALSA controls as prop params. - Support XDG base directories when loading ACP config. This makes it possible to override the ACP config files. Bluetooth - Schedule nodes in the same ISO group together. - More BAP fixes and cleanups. JACK - Fix MIDI events from peer ports. This makes the MIDI event recording preview of Ardour work correctly. GStreamer - Fix some error handling in the source and sink. ALSA plugin - Improve poll descriptor handling. (#3648) Docs - Many improvements to the layout and organization. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpuid: upgrade 20211129 -> 20230614alperak2023-11-171-1/+1
| | | | | | | | | Changelog: https://fossies.org/linux/cpuid/ChangeLog Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>