summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libmcrypt: Suppress implicit-int warnings as errorsKhem Raj2022-09-051-0/+2
| | | | | | This is needed for clang-15+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* oprofile: Fix configure check for perf_events supportKhem Raj2022-09-052-0/+29
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uml-utilities: Add missing headers for exit and str+ functionsKhem Raj2022-09-052-0/+65
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* directfb-examples: Fix pthread_t assignment typeKhem Raj2022-09-052-0/+40
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* con2fbmap: Include string.h for strerrorKhem Raj2022-09-052-1/+31
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* scsirastools: Pass -D_LARGEFILE64_SOURCE via CFLAGSKhem Raj2022-09-051-2/+1
| | | | | | It uses lseek64 which is enabled only with this macro Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hplip: Upgrade to 3.22.6Khem Raj2022-09-059-76/+354
| | | | | | | Add fix to remove python2 need. Add fixes to build with clang+musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgxim: Enable debug modeKhem Raj2022-09-051-1/+1
| | | | | | | This helps compile because it uses gdk_x11_atom_to_xatom_for_display() in libgxim/gximcore.c unconditionally but guards use of gdk/gdkx.h via GNOME_ENABLE_DEBUG Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geis: Add missing prototypes to functionsKhem Raj2022-09-052-0/+691
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanlock: Add missing prototype for mem* functionsKhem Raj2022-09-052-0/+42
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcb: Add missing headers file for clang/muslKhem Raj2022-09-052-0/+152
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcc: Fix build with clangKhem Raj2022-09-052-0/+81
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* obconf: Add fixes for missing function prototypesKhem Raj2022-09-052-0/+95
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libx86: Fix pointer typecasting in assignmentKhem Raj2022-09-052-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uw-imap: Fix build with clang/muslKhem Raj2022-09-052-1/+107
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pmtools: Update patch to include string.h and function prototype for mainKhem Raj2022-09-051-11/+27
| | | | | | Fixes build with clang-15 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* daemontools: Fix build with clang15 and muslKhem Raj2022-09-053-0/+287
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pam-ssh-agent-auth: Fix __progname configure checkKhem Raj2022-09-052-0/+38
| | | | | | | This check needs to include stdio.h for printf() API to work otherwise test fails. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* raptor2: Match reutrn type from RAPTOR_ASSERT_OBJECT_POINTER_RETURN_VALUEKhem Raj2022-09-052-0/+48
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal: Do not use uniform_int_distribution<char> templateKhem Raj2022-09-052-0/+55
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tokyocabinet: Fix AC_CHECK_LIB test functionsKhem Raj2022-09-052-0/+59
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* srecord: Fix AC_CHECK_LIB for gpg-errorKhem Raj2022-09-052-0/+30
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdfind: Fix AC_CHECK_LIB for libnettleKhem Raj2022-09-052-0/+31
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcb: Fix AC_CHECK_LIB tests for various librariesKhem Raj2022-09-052-0/+73
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pam-plugin-ccreds: Fix AC_CHECK_LIB for libdbKhem Raj2022-09-052-1/+37
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: Fix AC_CHECK_LIB for libwrapKhem Raj2022-09-052-0/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* epeg: Fix AC_CHECK_LIB for libjpeg and libexifKhem Raj2022-09-052-1/+35
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zabbix: Upgrade to 6.2.2Khem Raj2022-09-052-2/+54
| | | | | | Fix build on musl while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lxdm: Fix msghdr initialization on muslKhem Raj2022-09-052-0/+41
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmbench: Add patch to fix typo including string.h headerKhem Raj2022-09-0515-0/+28
| | | | | | Move all patches under one directory, to keep it simple Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpwquality: Do not use fgetpwent_r on muslKhem Raj2022-09-052-0/+73
| | | | | | It does not exist Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xrdp: Fix build with clang-15Khem Raj2022-09-052-0/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-pty-perl: Fix build on muslKhem Raj2022-09-052-1/+48
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: Add protoype declaration for b64_ptonKhem Raj2022-09-052-0/+15
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-nouveau: Do not treat implicit-function-declaration as errorKhem Raj2022-09-051-0/+2
| | | | | | clang 15 treats it as error by default. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wifi-test-suite: Fix build with clangKhem Raj2022-09-052-1/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linuxptp: Include string.h for strncpy()Khem Raj2022-09-052-0/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ckermit: Fix build with clangKhem Raj2022-09-052-1/+109
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsmi: Fix build with clang 15Khem Raj2022-09-052-1/+57
| | | | | | Add flex and bison dependencies to make deterministic builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nana: Include stdlib.h form exit() and abort() functionsKhem Raj2022-09-052-0/+53
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hddtemp: Add missing prototype for ata_get_powermode in sata.cKhem Raj2022-09-052-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fvwm: Disable int-conversion and implicit-int warnings as errorsKhem Raj2022-09-051-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: Upgrade to v189Khem Raj2022-09-053-35/+28
| | | | | | | 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>
* serial-forward: Correct typo in specifying string.h headerKhem Raj2022-09-052-0/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libuio: Update to latest tip of trunkKhem Raj2022-09-053-166/+4
| | | | | | | | 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>
* libutempter: Upgrade to 1.2.2-alt1Khem Raj2022-09-053-92/+4
| | | | | | | | | | 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>
* python3-prompt-toolkit: Upgrade 3.0.30 -> 3.0.31Leon Anavi2022-09-051-1/+1
| | | | | | | | | | | | 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>
* python3-imageio: Upgrade 2.21.1 -> 2.21.2Leon Anavi2022-09-051-1/+1
| | | | | | | | | | | 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>
* polkit: refresh patch to fix warningSergio Prado2022-09-051-15/+15
| | | | | | | | | | | | | | | | | | | | | | | 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>
* libblockdev: upgrade 2.26 -> 2.27Wang Mingyu2022-09-052-102/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>