Khem Raj
31e19562f6
android-tools: Add protoype declaration for b64_pton
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 22:49:34 -07:00
Khem Raj
b487187a93
xf86-video-nouveau: Do not treat implicit-function-declaration as error
...
clang 15 treats it as error by default.
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 22:49:34 -07:00
Khem Raj
fa3ccbc37d
wifi-test-suite: Fix build with clang
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 22:49:34 -07:00
Khem Raj
aec96f2377
linuxptp: Include string.h for strncpy()
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 22:49:34 -07:00
Khem Raj
a3fe8e3e03
ckermit: Fix build with clang
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 22:49:34 -07:00
Khem Raj
dcf06b291d
libsmi: Fix build with clang 15
...
Add flex and bison dependencies to make deterministic builds
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 22:49:34 -07:00
Khem Raj
b02b4f5967
nana: Include stdlib.h form exit() and abort() functions
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 22:49:34 -07:00
Khem Raj
fdb8bc38b1
hddtemp: Add missing prototype for ata_get_powermode in sata.c
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 22:49:34 -07:00
Khem Raj
052194bf62
fvwm: Disable int-conversion and implicit-int warnings as errors
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 22:49:34 -07:00
Khem Raj
e549ce1de1
mcelog: Upgrade to v189
...
Fix build with clang while here
Drop 0001-genconfig.py-update-shebang.patch its fixed upstream now
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 22:49:34 -07:00
Khem Raj
ae3c42a322
serial-forward: Correct typo in specifying string.h header
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 22:49:34 -07:00
Khem Raj
6d9b67af95
libuio: Update to latest tip of trunk
...
Drop upstreamed 0001-include-fcntl.h-for-O_RDWR-define.patch
Drop replace_inline_with_static-inline.patch, it has been fixed
differently
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 22:49:34 -07:00
Khem Raj
9aed371228
libutempter: Upgrade to 1.2.2-alt1
...
License-Update: Whitespace removal [1]
Drop glibc assumptions patch its fixed upstream
[1] https://git.altlinux.org/people/ldv/packages/libutempter.git?p=libutempter.git;a=blobdiff;f=libutempter/COPYING;h=5522aa5f33e23eb2be04b0c1fe789b609e7961fe;hp=2d2d780e6014b850ca3b8437452e24eba5f96508;hb=10539e43e615225da8351895668e704726ffcb53;hpb=3e657409d46e0571f44970ebcd2c972b60778ec3
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 22:49:34 -07:00
Leon Anavi
1830c04a54
python3-prompt-toolkit: Upgrade 3.0.30 -> 3.0.31
...
Upgrade to release 3.0.31:
- Pass through `name` property in `TextArea` widget to `Buffer`.
- Added a `enable_cpr` parameter to `Vt100_Output`, `TelnetServer`
and `PromptToolkitSSHServer`, to completely disable CPR support
instead of automatically detecting it.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 22:49:34 -07:00
Leon Anavi
f76554cb58
python3-imageio: Upgrade 2.21.1 -> 2.21.2
...
Upgrade to release 2.21.2:
- Allow v3.imread to read dicom
- Revert to asanyarray
- Add missing numpy import in example
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 22:49:34 -07:00
Sergio Prado
0d5a3e6755
polkit: refresh patch to fix warning
...
Fix the following warning:
WARNING: polkit-0.119-r0 do_patch: Fuzz detected:
Applying patch 0004-Make-netgroup-support-optional.patch
patching file configure.ac
Hunk #1 succeeded at 117 with fuzz 2 (offset 17 lines).
patching file meson.build
patching file src/polkit/polkitidentity.c
patching file src/polkit/polkitunixnetgroup.c
patching file src/polkitbackend/polkitbackendinteractiveauthority.c
patching file src/polkitbackend/polkitbackendjsauthority.cpp
Hunk #1 succeeded at 1291 (offset -233 lines).
Hunk #2 succeeded at 1306 (offset -233 lines).
patching file test/polkit/polkitidentitytest.c
patching file test/polkit/polkitunixnetgrouptest.c
patching file test/polkitbackend/test-polkitbackendjsauthority.c
Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 22:49:34 -07:00
Wang Mingyu
4fdcfdec80
libblockdev: upgrade 2.26 -> 2.27
...
0001-lvm-Do-not-include-duplicate-entries-in-bd_lvm_lvs-o.patch
removed since it's included in 2.27
Changelog:
=========
fs: Return BD_FS_ERROR_UNKNOWN_FS on mounting unknown filesystem
overrides: Fix translating exceptions in ErrorProxy
tests: Do not check that swap flag is not supported on DOS table
tests: Lower expected free space on newly created Ext filesystems
tests: Remove test for NTFS read-only mounting
vdo_stats: Default to 100 % savings for invalid savings values
lvm: Fix reading statistics for VDO pools with VDO 8
tests: Fix creating loop device for CryptoTestLuksSectorSize
tests: Use losetup to create 4k sector size loop device for testing
s390: Remove double fclose in bd_s390_dasd_online (#2045784 )
lvm-dbus: Add support for changing compression and deduplication
tests: Skip test_lvcreate_type on CentOS/RHEL 9
tests: Fix expected extended partition flags with new parted
lvm: Do not set global config to and empty string
lvm: Do not include duplicate entries in bd_lvm_lvs output
lvm: Use correct integer type in for comparison
crypto: Remove useless comparison in progress report in luks_format
boilerplate_generator: Remove unused variable assignment
kbd: Add missing progress reporting to bd_kbd_bcache_create
kbd: Fix leaking error in bd_kbd_bcache_detach
kbd: Fix potential NULL pointer dereference in bd_kbd_bcache_create
crypto: Remove unused and leaking error in write_escrow_data_file
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 22:49:34 -07:00
Wang Mingyu
05110a0ab4
fio: upgrade 3.31 -> 3.32
...
0001-io_uring-Replace-pthread_self-with-s-tid.patch
removed since it's included in 3.32
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 22:49:34 -07:00
Wang Mingyu
7ff4625e3d
ctags: upgrade 5.9.20220821.0 -> 5.9.20220828.0
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 15:58:34 -07:00
Wang Mingyu
fca74376e1
chrony: upgrade 4.2 -> 4.3
...
arm_eabi.patch
upgrade for 4.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 15:58:34 -07:00
Wang Mingyu
c337aa1a02
abseil-cpp: upgrade 20220623.0 -> 20220623.1
...
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 15:58:34 -07:00
Gianfranco Costamagna
27962df4d0
vboxguestdrivers: upgrade 6.1.36 -> 6.1.38
...
refresh patch for new upstream release
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it >
Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-05 15:58:34 -07:00
Jan Vermaete
b33c428230
makeself: upate anonymous git access and dropped man page.
...
Review on the mailinglist requested to drop the 'git' user in the SRC_URI.
The man files seems to be outdated, so I've dropped it.
https://github.com/megastep/makeself/issues/260
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-03 15:13:26 -07:00
Xu Huan
3d0f3707fe
python3-xmlschema: upgrade 2.0.2 -> 2.0.3
...
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-03 12:20:15 -07:00
Xu Huan
50766d4dd3
python3-websocket-client: upgrade 1.3.3 -> 1.4.0
...
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-03 12:20:15 -07:00
Xu Huan
c6409d857a
python3-pyudev: upgrade 0.23.2 -> 0.24.0
...
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-03 12:20:15 -07:00
Xu Huan
f5eae9cc48
python3-marshmallow: upgrade 3.17.0 -> 3.17.1
...
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-03 12:20:15 -07:00
Xu Huan
a7b990fff1
python3-greenlet: upgrade 1.1.2 -> 1.1.3
...
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-03 12:20:15 -07:00
zhengrq.fnst
6334df227d
python3-gnupg: upgrade 0.4.9 -> 0.5.0
...
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-03 12:20:15 -07:00
zhengrq.fnst
840c0095b2
python3-flask-socketio: upgrade 5.2.0 -> 5.3.0
...
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-03 12:20:15 -07:00
zhengrq.fnst
3d2375cb02
python3-flatbuffers: upgrade 2.0.6 -> 2.0.7
...
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-03 12:20:15 -07:00
zhengrq.fnst
d452c70ee9
python3-astroid: upgrade 2.12.2 -> 2.12.4
...
Changelog:
==========
Fixed a crash involving non-standard type comments such as # type: # any comment.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-03 12:20:15 -07:00
Alex Kiernan
3589aa5deb
libcoap: Fix gnutls/openssl/mbedtls PACKAGECONFIG conflicts
...
These were missing a comma so were being added as RRECOMMENDS.
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-03 12:20:15 -07:00
Khem Raj
26af1e5673
quagga: Fix AC_CHECK_LIB for libreadline
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-01 13:09:22 -07:00
Khem Raj
d8c94d06cf
frr: Fix configure check for libreadline
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-01 10:55:23 -07:00
Khem Raj
5a782fe185
xfce4-dev-tools: Fix configure check for libX11
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-01 10:55:23 -07:00
Mingli Yu
6d9291c7e0
python3-pyzmq: Add RDEPENDS for python3-pyzmq-ptest
...
Fixes:
# ./run-ptest
./run-ptest: line 3: pytest: command not found
Signed-off-by: Mingli Yu <mingli.yu@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-01 00:37:27 -07:00
Mingli Yu
e253aa31ea
python3-pyzmq: Fix buildpaths issue
...
Fixes:
WARNING: python3-pyzmq-23.2.0-r0 do_package_qa: QA Issue: File /usr/lib64/python3.10/site-packages/zmq/utils/config.json in package python3-pyzmq contains reference to TMPDIR
File /usr/lib64/python3.10/site-packages/zmq/utils/compiler.json in package python3-pyzmq contains reference to TMPDIR [buildpaths]
Signed-off-by: Mingli Yu <mingli.yu@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-09-01 00:36:44 -07:00
Khem Raj
84ad0699f1
nlohmann-fifo: Update to tip of trunk
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-08-31 10:06:32 -07:00
Khem Raj
c9e205eb6e
geany-plugins: Fix type error found with clang 15
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-08-31 10:06:32 -07:00
Khem Raj
0a84141417
soci: Fix build with clang 15
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-08-31 10:06:32 -07:00
Khem Raj
1a8d4b2423
psqlodbc: Upgrade to 13.02.0000
...
Forward port patches
Merged .inc into .bb for easing out devtool use
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-08-31 10:06:32 -07:00
Khem Raj
f7a8fbf8f0
rasdaemon: Upgrade to 0.6.8
...
Fix build on musl while here
Drop unneeded header include patch which is fixed upstream
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-08-31 10:06:32 -07:00
Khem Raj
42818f4d8f
libcurses-perl: Fix main prototype in testtyp.c
...
Enable widechar support based on ENABLE_WIDEC
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-08-31 10:06:32 -07:00
Khem Raj
704014e5a9
ot-daemon,ot-br-posix: Fix mbedtls module builds
...
Add a backport to fix build of mbedTLS on x86
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-08-31 10:06:32 -07:00
Khem Raj
97045ab013
libgtop: Fix build with clang
...
Backport a patch
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-08-31 10:06:32 -07:00
Khem Raj
0ef6f75f4f
folks: Disable LTO and implicit-function-declaration as error
...
This helps in compiling with clang15
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-08-31 10:06:31 -07:00
Khem Raj
aef6556299
gnome-keyring: Upgrade to 42.1
...
Package systemd user unit files
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-08-31 10:06:31 -07:00
Khem Raj
5e9c8a6968
libuser: Upgrade to 0.63
...
Do not build docs, it needs sgml tools which are not available in OE
Fix python type mismatch problems
Generate needed files for reconfiguring the package
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-08-31 10:06:27 -07:00
Khem Raj
edc39ba949
toybox: Remove mount.h conflict fix
...
This has been fixed in latest glibc 2.36 release [1]
[1] https://sourceware.org/git/glibc.git/log/3bd3c612e98a53ce60ed972f5cd2b90628b3cba5...4dad97e2a2e510c6b53a0add29a2188714fcf4ab
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-08-30 15:27:08 -07:00