.checkpackageignore 112 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671
  1. board/aarch64-efi/post-image.sh Shellcheck
  2. board/amarula/vyasa/post-build.sh Shellcheck
  3. board/andes/ae350/patches/uboot/0001-mmc-ftsdc010_mci-Support-DTS-of-ftsdc010-driver-for-.patch Upstream
  4. board/andes/ae350/patches/uboot/0002-spl-Align-device-tree-blob-address-at-8-byte-boundar.patch Upstream
  5. board/andes/ae350/post-build.sh Shellcheck
  6. board/arcturus/aarch64-ucls1012a/post-build.sh Shellcheck
  7. board/arcturus/aarch64-ucls1012a/post-image.sh Shellcheck
  8. board/aspeed/common/post-image.sh Shellcheck
  9. board/asus/tinker/post-build.sh Shellcheck
  10. board/atmel/flasher.sh Shellcheck
  11. board/beaglebone/patches/linux/0001-keep-jtag-clock-alive-for-debugger.patch Upstream
  12. board/beaglebone/post-build.sh Shellcheck
  13. board/beagleboneai/patches/uboot/0001-am57xx_evm-fixes.patch Upstream
  14. board/beagleboneai/post-build.sh Shellcheck
  15. board/beaglev/post-build.sh Shellcheck
  16. board/beelink/gs1/post-build.sh Shellcheck
  17. board/boundarydevices/common/post-build.sh Shellcheck
  18. board/boundarydevices/common/post-image.sh Shellcheck
  19. board/broadcom/northstar/post-image.sh Shellcheck
  20. board/bsh/imx8mn-bsh-smm-s2-pro/flash.sh EmptyLastLine Shellcheck
  21. board/bsh/imx8mn-bsh-smm-s2-pro/post-build.sh Shellcheck
  22. board/bsh/imx8mn-bsh-smm-s2-pro/post-image.sh Shellcheck
  23. board/bsh/imx8mn-bsh-smm-s2/flash.sh EmptyLastLine Shellcheck
  24. board/bsh/imx8mn-bsh-smm-s2/post-build.sh Shellcheck
  25. board/canaan/k210-soc/post-build.sh Shellcheck
  26. board/canaan/k210-soc/rootfs_overlay/sbin/init Shellcheck
  27. board/chromebook/elm/sign.sh Shellcheck
  28. board/chromebook/mksd.sh Shellcheck
  29. board/chromebook/snow/linux-4.15-dts-tpm.patch ApplyOrder Upstream
  30. board/chromebook/snow/sign.sh Shellcheck
  31. board/ci20/patches/uboot/0001-mips-Remove-default-endiannes.patch Upstream
  32. board/cubietech/cubieboard2/post-image.sh Shellcheck
  33. board/freescale/common/imx/imx8-bootloader-prepare.sh Shellcheck
  34. board/freescale/common/imx/post-image.sh Shellcheck
  35. board/freescale/common/mxs/post-image.sh Shellcheck
  36. board/freescale/imx6sabre/patches/uboot/0001-mx6qsabre_common-boot-Linux-to-init-in-mfgtools-mode.patch Upstream
  37. board/friendlyarm/nanopi-r2s/post-build.sh Shellcheck
  38. board/hardkernel/odroidc2/post-image.sh Shellcheck
  39. board/hardkernel/odroidc2/rootfs_overlay/etc/init.d/S09modload Shellcheck Variables
  40. board/hardkernel/odroidxu4/post-image.sh EmptyLastLine Shellcheck
  41. board/intel/galileo/patches/linux/0001-x86-relocs-Make-per_cpu_load_addr-static.patch Upstream
  42. board/intel/galileo/post-build.sh Shellcheck
  43. board/intel/galileo/rootfs_overlay/etc/init.d/S09modload Shellcheck Variables
  44. board/kontron/bl-imx8mm/post-build.sh Shellcheck
  45. board/kontron/pitx-imx8m/patches/uboot/2022.04/0001-tools-mkeficapsule-use-pkg-config-to-get-luuid-and-l.patch NumberedSubject Upstream
  46. board/kontron/pitx-imx8m/post-build.sh Shellcheck
  47. board/kontron/smarc-sal28/post-build.sh Shellcheck
  48. board/lego/ev3/post-image.sh Shellcheck
  49. board/lemaker/bananapro/patches/linux/0001-arch-arm-boot-dts-sun7i-a20-bananapro.dts-disable-00.patch Upstream
  50. board/lemaker/bananapro/post-build.sh Shellcheck
  51. board/lemaker/bananapro/post-image.sh Shellcheck
  52. board/mender/x86_64/post-image-efi.sh ConsecutiveEmptyLines
  53. board/minnowboard/post-build.sh Shellcheck
  54. board/nexbox/a95x/post-build.sh Shellcheck
  55. board/nexbox/a95x/post-image.sh Shellcheck
  56. board/octavo/osd32mp1-brk/patches/uboot/0001-Add-OSD32MP1-BRK-device-tree-support.patch NumberedSubject Upstream
  57. board/octavo/osd32mp1-brk/patches/uboot/0002-Add-OSD32MP1-BRK-build-config.patch NumberedSubject Upstream
  58. board/octavo/osd32mp1-red/patches/uboot/0001-Add-OSD32MP1-RED-Device-Tree-support.patch NumberedSubject Upstream
  59. board/octavo/osd32mp1-red/patches/uboot/0002-configs-stm32mp15_trusted_defconfig-disable-environm.patch NumberedSubject Upstream
  60. board/olimex/a13_olinuxino/post-build.sh Shellcheck
  61. board/olimex/a20_olinuxino/post-build.sh Shellcheck
  62. board/olimex/a33_olinuxino/post-build.sh Shellcheck
  63. board/olpc/post-build.sh Shellcheck
  64. board/orangepi/common/post-build.sh Shellcheck
  65. board/orangepi/orangepi-lite2/post-build.sh Shellcheck
  66. board/orangepi/orangepi-one-plus/post-build.sh Shellcheck
  67. board/orangepi/orangepi-zero/patches/linux/0001-ARM-dts-orange-pi-zero-interrupt-triggering-xr819.patch Upstream
  68. board/orangepi/orangepi-zero/patches/linux/0002-ARM-dts-orange-pi-zero-enable-spi-nor.patch Upstream
  69. board/orangepi/orangepi-zero/patches/linux/0003-ARM-dts-orange-pi-zero-enable-spidev.patch Upstream
  70. board/orangepi/orangepi-zero/patches/linux/0004-ARM-dts-orange-pi-zero-enable-uart.patch Upstream
  71. board/pine64/rock64/patches/uboot/0001-Makefile-rk3328-needs-itb-image-to-boot-properly.patch Upstream
  72. board/pine64/rock64/post-build.sh Shellcheck
  73. board/pine64/rockpro64/post-build.sh Shellcheck
  74. board/qemu/aarch64-sbsa/assemble-flash-images Shellcheck
  75. board/qemu/microblazebe-mmu/0001-net-xilinx-xemaclite-add-2.00.b-revision.patch Upstream
  76. board/qemu/microblazeel-mmu/0001-net-xilinx-xemaclite-add-2.00.b-revision.patch Upstream
  77. board/qemu/x86/post-build.sh Shellcheck
  78. board/qemu/x86_64/post-build.sh Shellcheck
  79. board/qmtech/zynq/patches/linux/0001-DTS-for-QMTech-Zynq-starter-kit.patch Upstream
  80. board/radxa/rockpi-n8/post-build.sh Shellcheck
  81. board/raspberrypi/post-build.sh Shellcheck
  82. board/raspberrypi/post-image.sh Shellcheck
  83. board/roseapplepi/patches/uboot/0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch Upstream
  84. board/roseapplepi/post-build.sh Shellcheck
  85. board/seeed/stm32mp157c-odyssey/patches/linux/0001-ARM-dts-stm32-fix-stm32mp157c-odyssey-card-detect.patch Upstream
  86. board/sheevaplug/patches/uboot/0001-Remove-redundant-YYLOC-global-declaration.patch Upstream
  87. board/sifive/hifive-unleashed/post-build.sh Shellcheck
  88. board/solidrun/clearfog/post-build.sh Shellcheck
  89. board/solidrun/macchiatobin/post-build-mainline.sh Shellcheck
  90. board/solidrun/macchiatobin/post-build.sh Shellcheck
  91. board/stmicroelectronics/common/stm32f4xx/stm32-post-build.sh Shellcheck
  92. board/stmicroelectronics/common/stm32mp157/post-image.sh Shellcheck
  93. board/stmicroelectronics/stm32f429-disco/flash.sh Shellcheck
  94. board/stmicroelectronics/stm32f469-disco/flash_sd.sh Shellcheck
  95. board/stmicroelectronics/stm32f469-disco/flash_xip.sh Shellcheck
  96. board/stmicroelectronics/stm32f469-disco/post-build.sh Shellcheck
  97. board/synopsys/axs10x/post-build.sh Shellcheck
  98. board/technologic/ts4900/post-image.sh Shellcheck
  99. board/toradex/apalis-imx6/post-image.sh Shellcheck
  100. board/udoo/common/post-build.sh Shellcheck
  101. board/udoo/mx6qdl/patches/linux/0000-udoo-disable-usbh1.patch Upstream
  102. board/zynqmp/kria/patches/uboot/v1-0001-makefile-add-multi_dtb_fit-dep.patch ApplyOrder Upstream
  103. boot/afboot-stm32/0003-Makefile-disable-stack-protector.patch Upstream
  104. boot/at91bootstrap/0001-eabi-fix.patch Upstream
  105. boot/at91bootstrap/0002-gcc-4.6.x-ldscript-fix.patch Upstream
  106. boot/at91bootstrap/0003-u-boot-relocation-fix.patch Upstream
  107. boot/at91dataflashboot/0001-do-not-install.patch Upstream
  108. boot/at91dataflashboot/0002-eabi-fixes.patch Upstream
  109. boot/grub2/0001-Makefile-Make-grub_fstest.pp-depend-on-config-util.h.patch Upstream
  110. boot/grub2/0002-grub-mkconfig-Restore-umask-for-the-grub.cfg.patch Upstream
  111. boot/optee-os/3.13.0/0001-core-zlib-fix-build-warning-when-_LFS64_LARGEFILE-is.patch Upstream
  112. boot/syslinux/0001-bios-Fix-alignment-change-with-gcc-5.patch Upstream
  113. boot/syslinux/0002-Disable-PIE-to-avoid-FTBFS-on-amd64.patch Upstream
  114. boot/syslinux/0003-memdisk-Force-ld-output-format-to-32-bits.patch Upstream
  115. boot/syslinux/0004-utils-Use-the-host-toolchain-to-build.patch Upstream
  116. boot/syslinux/0005-lzo-Use-the-host-toolchain-for-prepcore.patch Upstream
  117. boot/syslinux/0006-The-VPrint-definition-is-now-part-of-the-exports-of-.patch Upstream
  118. boot/syslinux/0007-Update-the-longjump-calls-to-fit-the-new-declaration.patch Upstream
  119. boot/syslinux/0008-efi-wrapper-build-it-with-the-host-toolchain.patch Upstream
  120. boot/syslinux/0011-extlinux-Use-the-host-toolchain-to-build.patch Upstream
  121. boot/syslinux/0012-pull-in-sys-sysmacros-h-for-major-minor-makedev.patch Upstream
  122. boot/syslinux/0013-Fix-build-with-gnu-efi-version-3.0.9.patch Upstream
  123. boot/syslinux/0014-Fix-build-with-binutils-note-gnu-property-section.patch Upstream
  124. boot/syslinux/0016-Workaround-multiple-definition-of-symbol-errors.patch Upstream
  125. boot/syslinux/0017-Replace-builtin-strlen-that-appears-to-get-optimized.patch Upstream
  126. linux/5.10.162-cip24-rt10/0001-arch-microblaze-mm-init.c-fix-build.patch Upstream
  127. package/18xx-ti-utils/0001-plt.h-fix-build-with-gcc-10.patch Upstream
  128. package/4th/0001-avoid-regen-during-install.patch Upstream
  129. package/ace/0001-ACE-ace-SSL-SSL_Asynch_BIO.cpp-fix-build-with-libres.patch Upstream
  130. package/ace/0002-ACE-ace-SSL-SSL_Asynch_BIO.cpp-fix-build-with-libres.patch Upstream
  131. package/acl/0001-Build-with-old-GCC-versions.patch Upstream
  132. package/acpid/0001-dont-use-isfdtype.patch Upstream
  133. package/alchemy/0001-toolchains-remove-hash-style-management.patch Upstream
  134. package/alsamixergui/0001-misc-fixes.patch Sob Upstream
  135. package/alsamixergui/0002-configure-fix-detection-of-fltk-libs.patch Upstream
  136. package/am335x-pru-package/0001-install-does-not-build.patch Upstream
  137. package/am33x-cm3/0001-fix-makefile.patch Upstream
  138. package/am33x-cm3/0002-Makefile-unconditionally-disable-SSP.patch Upstream
  139. package/am33x-cm3/0003-Makefile-unconditionally-disable-PIE.patch Upstream
  140. package/am33x-cm3/0004-Makefile-add-fno-builtin.patch Upstream
  141. package/am33x-cm3/S93-am335x-pm-firmware-load Variables
  142. package/android-tools/0001-Fix-makefiles-for-out-of-tree-build.patch Upstream
  143. package/android-tools/0002-Fix-adbd-for-non-Ubuntu-systems.patch Upstream
  144. package/android-tools/0003-Fix-build-issue-with-uclibc.patch Upstream
  145. package/android-tools/0004-Fix-build-issue-with-musl.patch Upstream
  146. package/android-tools/0005-Use-pkgconf-to-get-libs-deps.patch Upstream
  147. package/android-tools/0006-fix-big-endian-build.patch Upstream
  148. package/android-tools/0007-include-cdefs-h-when-needed.patch Upstream
  149. package/android-tools/0008-Include-sysmacros.h-to-compile-with-glibc-2.28.patch Sob Upstream
  150. package/android-tools/0009-Fix-makefiles-for-out-of-tree-ext4_utils-build.patch Upstream
  151. package/android-tools/0010-adb-added-patch-for-openssl-1.1.0-compatibility.patch Upstream
  152. package/aoetools/0001-Change-shell-script-interpreter-from-bin-bash-to-bin.patch Upstream
  153. package/apache/0001-cross-compile.patch Upstream
  154. package/apache/0002-nios2_is_not_os2.patch Upstream
  155. package/apache/S50apache Indent Shellcheck Variables
  156. package/apitrace/0001-thirdparty-libbacktrace-backtrace-h-include-config.h.patch Upstream
  157. package/apitrace/0002-gltrace-Avoid-__libc_dlsym-and-__libc_dlopen_mode-on-GLIBC-2-34.patch Upstream
  158. package/apr-util/0001-remove-checkapr.patch Upstream
  159. package/apr/0001-sys-param-h.patch Upstream
  160. package/apr/0002-Revert-Backport-r1872164.-Fix-the-name-of-libtool-wh.patch Upstream
  161. package/apr/0003-Revert-Add-the-ability-to-cross-compile-APR.patch Upstream
  162. package/arptables/0001-Fix-musl-build-issue.patch Upstream
  163. package/arptables/0002-libarptc-libarptc_incl.c-fix-build-with-O0.patch Upstream
  164. package/asterisk/0001-sounds-do-not-download-and-check-sha1s.patch Upstream
  165. package/asterisk/0002-configure-fix-detection-of-libcrypt.patch Upstream
  166. package/asterisk/0003-build-ensure-target-directory-for-modules-exists.patch Upstream
  167. package/asterisk/0004-install-samples-need-the-data-files.patch Upstream
  168. package/asterisk/0005-configure-fix-detection-of-re-entrant-resolver-funct.patch Upstream
  169. package/asterisk/0006-main-iostream.c-fix-build-with-libressl.patch Upstream
  170. package/at/0001-Makefile.in-fix-make-install-for-non-root-don-t-stri.patch Upstream
  171. package/at/S99at Indent Variables
  172. package/atest/0001-seq.h-fix-build-with-gcc-10.patch Upstream
  173. package/attr/0001-build-with-older-GCCs.patch Upstream
  174. package/audit/S02auditd Shellcheck Variables
  175. package/aufs-util/0001-remove-user-settings.patch Upstream
  176. package/aufs-util/0002-no-check-ver.patch Upstream
  177. package/aufs-util/0003-no-strip-lib.patch Upstream
  178. package/aumix/0001-fix-incorrect-makefile-am.patch Upstream
  179. package/autoconf/0001-dont-add-dirty-to-version.patch Upstream
  180. package/automake/0001-noman.patch Upstream
  181. package/avahi/0001-Fix-NULL-pointer-crashes-from-175.patch Upstream
  182. package/avahi/S05avahi-setup.sh Indent Variables
  183. package/avahi/S50avahi-daemon Indent Variables
  184. package/babeld/S50babeld Indent Shellcheck Variables
  185. package/babeltrace2/0001-configure-simplify-warning-flags-detection.patch Upstream
  186. package/bandwidthd/0001-src-bandwidthd.h-fix-build-with-gcc-10.patch Upstream
  187. package/bash/0001-input.h-add-missing-include-on-stdio.h.patch Upstream
  188. package/bash/0002-parse.y-fix-compilation-for-non-multibyte-builds.patch Upstream
  189. package/bash/0003-configure-invert-condition-for-strtoimax-builtin.patch Upstream
  190. package/bayer2rgb-neon/0001-add-some-_always_inline_-annotations.patch Upstream
  191. package/bc/0001-bc-use-MAKEINFO-variable-for-docs.patch Upstream
  192. package/bc/0002-notice-read-and-write-errors-on-input-and-output.patch Upstream
  193. package/bc/0003-dc-fix-exit-code-of-q-command.patch Upstream
  194. package/bc/0004-no-gen-libmath.patch Upstream
  195. package/bcache-tools/0001-Don-t-inline-crc64-for-gcc-5-compatability.patch Upstream
  196. package/bctoolbox/0001-Fix-Libs.private-flags-for-mbedtls.patch Upstream
  197. package/bcusdk/0001-fd_set-requires-inclusion-of-sys-select.h.patch Upstream
  198. package/bcusdk/0002-eibd-fix-endless-recursion-when-using-USB-backends.patch Upstream
  199. package/bearssl/0001-Fix-missing-objdir-dependency.patch Upstream
  200. package/beecrypt/0001-cppglue.cxx-cplusplus-only.patch Upstream
  201. package/beecrypt/0002-build-system.patch Upstream
  202. package/beecrypt/0003-don-t-check-for-cplusplus-compiler.patch Upstream
  203. package/benejson/0001-c-std.patch Upstream
  204. package/benejson/0002-Use-print-as-a-function-for-Py3-compatibility.patch Upstream
  205. package/berkeleydb/0001-cwd-db_config.patch Upstream
  206. package/berkeleydb/0002-atomic_compare_exchange.patch Upstream
  207. package/bind/0001-cross.patch Upstream
  208. package/bind/S81named Indent Shellcheck Variables
  209. package/binutils/2.39/0001-sh-conf.patch Upstream
  210. package/binutils/2.39/0002-poison-system-directories.patch Upstream
  211. package/binutils/2.39/0003-bfd-elf32-or1k-fix-building-with-gcc-version-5.patch Upstream
  212. package/binutils/arc-2020.09-release/0001-poison-system-directories.patch Upstream
  213. package/bird/0001-configure.ac-fix-build-with-autoconf-2.70.patch Upstream
  214. package/bitcoin/0001-src-randomenv.cpp-fix-build-on-uclibc.patch Upstream
  215. package/bmx7/0001-Fix-schedule.c-378-36-error-SIOCGSTAMP-undeclared.patch Upstream
  216. package/bmx7/0002-Fix-linking-error.patch Upstream
  217. package/bmx7/0003-Reorder-includes-to-avoid-ethhdr-collision.patch Upstream
  218. package/boinc/S99boinc-client Indent Shellcheck Variables
  219. package/botan/0001-Add-superh-alias-needed-by-Debian.patch Upstream
  220. package/botan/0002-src-build-data-arch-superh.txt-add-sh4-eb-aeb.patch Upstream
  221. package/brickd/S70brickd Indent Shellcheck Variables
  222. package/bridge-utils/0001-fix-build-on-musl.patch Upstream
  223. package/brltty/0001-Fix-linking-error-on-mips64el.patch Upstream
  224. package/brltty/0002-shell-prologue-runProgramTerminationCommands-used-a-.patch Upstream
  225. package/brltty/S10brltty Indent Shellcheck Variables
  226. package/brotli/0001-CMake-Allow-using-BUILD_SHARED_LIBS-to-choose-static.patch Upstream
  227. package/brotli/0002-Revert-Add-runtime-linker-path-to-pkg-config-files.patch Upstream
  228. package/bsdiff/0001-Add-missing-header-for-u_char.patch Upstream
  229. package/bustle/0001-Makefile-fix-pcap-config-call.patch Upstream
  230. package/busybox/0001-networking-libiproute-use-linux-if_packet.h-instead-.patch Upstream
  231. package/busybox/0002-Makefile.flags-strip-non-l-arguments-returned-by-pkg.patch Upstream
  232. package/busybox/0003-libbb-sockaddr2str-ensure-only-printable-characters-.patch Upstream
  233. package/busybox/0004-nslookup-sanitize-all-printed-strings-with-printable.patch Upstream
  234. package/busybox/S02sysctl Variables
  235. package/busybox/S10mdev ConsecutiveEmptyLines Indent Shellcheck
  236. package/busybox/S15watchdog Indent Variables
  237. package/busybox/S50telnet Indent Shellcheck Variables
  238. package/busybox/udhcpc.script Shellcheck
  239. package/bzip2/0001-build-objects-twice.patch Upstream
  240. package/bzip2/0002-improve-build-system.patch Upstream
  241. package/c-icap/0001-Required-fixes-to-compile-and-run-under-cygwin.patch Upstream
  242. package/c-icap/S96cicap Indent Shellcheck Variables
  243. package/ca-certificates/0001-mozilla-certdata2pem.py-make-cryptography-module-opt.patch Upstream
  244. package/cache-calibrator/0001-Fix-conflicting-round-function.patch Upstream
  245. package/cage/0001-Upgrade-to-wlroots-0.15.patch Upstream
  246. package/cairo/0001-fix-nofork-build.patch Upstream
  247. package/cairo/0002-ft-Use-FT_Done_MM_Var-instead-of-free-when-available-in-cairo_ft_apply_variation.patch Upstream
  248. package/cairo/0003-_arc_max_angle_for_tolerance_normalized-fix-infinite.patch Upstream
  249. package/cairo/0004-Fix-mask-usage-in-image-compositor.patch Upstream
  250. package/caps/0001-Fix-stdint-types-with-musl.patch Upstream
  251. package/catatonit/0002-fix-build-with-kernel-5.9.patch Upstream
  252. package/cdrkit/0001-no-rcmd.patch Upstream
  253. package/cdrkit/0002-define-__THROW-to-avoid-build-issue-with-musl.patch Upstream
  254. package/cdrkit/0003-Add-extern-to-char-outfile-declaration-to-fix-build-.patch Upstream
  255. package/cfm/S65cfm Indent Variables
  256. package/cgic/0001-prepare_makefile.patch Upstream
  257. package/cgic/0002-file_enhancements.patch Upstream
  258. package/cgic/0003-restore-cgiFormFileGetTempfileName.patch Upstream
  259. package/cgroupfs-mount/S30cgroupfs Indent Shellcheck Variables
  260. package/chipmunk/0001-Fix-build-failure-on-musl.patch Upstream
  261. package/chocolate-doom/0001-Remove-redundant-demoextend-definition.patch Upstream
  262. package/chrony/S49chrony Indent Shellcheck Variables
  263. package/cmake/0001-rename-cmake-rootfile.patch Upstream
  264. package/cmocka/0001-Don-t-redefine-uintptr_t.patch Upstream
  265. package/collectd/0001-src-netlink.c-remove-REG_NOERROR.patch Upstream
  266. package/connman/0001-gweb-Fix-OOB-write-in-received_data.patch Upstream
  267. package/connman/0002-wispr-Add-reference-counter-to-portal-context.patch Upstream
  268. package/connman/0003-wispr-Update-portal-context-references.patch Upstream
  269. package/connman/S45connman Variables
  270. package/copas/0001-Do-not-load-coxpcall-for-LuaJIT.patch Upstream
  271. package/coremark-pro/coremark-pro.sh.in Shellcheck
  272. package/cppdb/0001-mysql-library-suffix.patch Upstream
  273. package/cpulimit/0001-Fix-crash-and-compiler-warnings.patch Upstream
  274. package/cpulimit/0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch Upstream
  275. package/cpulimit/0003-Fix-an-infrequent-crash.patch Upstream
  276. package/cpulimit/0004-Remove-procfs.h-inclusion.patch Upstream
  277. package/crda/0001-crda-support-python-3-in-utils-key2pub.py.patch Upstream
  278. package/crda/0002-drop-ldconfig-call.patch Upstream
  279. package/crda/0003-drop-werror.patch Upstream
  280. package/ctorrent/0001-fix-musl-build.patch Upstream
  281. package/cups/0001-Remove-man-from-BUILDDIRS-in-configure.patch Upstream
  282. package/cups/0002-Do-not-use-genstrings.patch Upstream
  283. package/cups/0003-Sanitize-the-installation-process.patch Upstream
  284. package/cups/0004-Remove-PIE-flags-from-the-build.patch Upstream
  285. package/curlftpfs/0001-fix-CURLOPT_INFILESIZE.patch Sob Upstream
  286. package/curlftpfs/0002-free_ftpfs_file-memleak-fix.patch Sob Upstream
  287. package/curlftpfs/0003-nocache-memleak-fix.patch Sob Upstream
  288. package/curlftpfs/0004-fix-musl-build-off-t.patch Upstream
  289. package/cutelyst/0001-server-CMakeLists.txt-don-t-override-CMAKE_EXE_LINKE.patch Upstream
  290. package/cwiid/0001-wmdemo-fix-linking-by-adding-the-missing-lbluetooth-.patch Upstream
  291. package/cwiid/0002-configure-make-wmgui-build-optional.patch Upstream
  292. package/dahdi-linux/0001-drivers-dahdi-Kbuild-fix-HOTPLUG_FIRMWARE-definition.patch Upstream
  293. package/dahdi-linux/0002-fix-build-with-32-bits-kernel.patch Upstream
  294. package/dahdi-linux/0003-Fixed-compilation-issues-on-linux-kernel-5-18-0.patch Upstream
  295. package/dahdi-linux/0004-next-fix-kernel-6-1-build.patch Upstream
  296. package/dahdi-tools/0001-no-build-docs.patch Upstream
  297. package/dahdi-tools/0002-no-perl-manpages.patch Upstream
  298. package/dante/0001-fix-sparc-compile.patch Upstream
  299. package/dante/0002-osdep-m4-Remove-getaddrinfo-too-low-checks.patch Upstream
  300. package/dante/S50dante Indent Shellcheck Variables
  301. package/daq/0001-Fix-build-against-the-musl-C-library.patch Upstream
  302. package/daq/0002-parallel-grammar.patch Upstream
  303. package/darkhttpd/S50darkhttpd Indent Shellcheck Variables
  304. package/davfs2/0001-src-Makefile.am-do-not-hardcode-fstack-protector-str.patch Upstream
  305. package/dbus-cpp/0001-gcc4.7.patch Upstream
  306. package/dbus-cpp/0002-cross-compile-tools.patch Upstream
  307. package/dbus-cpp/0003-src-pipe.c-fix-build-error-with-gcc-7.x.patch Upstream
  308. package/dbus/S30dbus Indent Shellcheck TrailingSpace Variables
  309. package/dc3dd/0001-no_man.patch Upstream
  310. package/dc3dd/0002-fix-autoreconf.patch Upstream
  311. package/dc3dd/0003-fix-for-glibc-2.28.patch Upstream
  312. package/dcron/0001-main.c-add-newline-to-logfile-openning-error-message.patch Upstream
  313. package/dcron/S90dcron Variables
  314. package/dhcp/S80dhcp-relay Shellcheck Variables
  315. package/dhcp/S80dhcp-server Shellcheck Variables
  316. package/dhcp/dhclient-script Shellcheck TrailingSpace
  317. package/dhcpcd/S41dhcpcd Indent Variables
  318. package/dhcpdump/0001-use-non-bsd-structures.patch Upstream
  319. package/dhrystone/0001-cmdline-nruns.patch Sob Upstream
  320. package/dhrystone/0002-HZ.patch Sob Upstream
  321. package/dhrystone/0003-exit.patch Sob Upstream
  322. package/dhrystone/0004-headers.patch Sob Upstream
  323. package/dhrystone/0005-prototypes.patch Sob Upstream
  324. package/dht/0001-cmake.patch Upstream
  325. package/dillo/0001-usr-local-include.patch Upstream
  326. package/dillo/0002-Fix-openssl-detection.patch Upstream
  327. package/dillo/0004-fix-build-with-gcc-10.patch Upstream
  328. package/directfb-examples/0001-remove-bzero.patch Sob Upstream
  329. package/directfb/0001-fix-missing-davinci-voodoo-header.patch Upstream
  330. package/directfb/0002-imlib2-config.patch Upstream
  331. package/directfb/0003-setregion-lock.patch Upstream
  332. package/directfb/0004-use-gcc-link.patch Upstream
  333. package/directfb/0005-add-missing-idivine-header.patch Upstream
  334. package/directfb/0006-fix-client-gfx_state-initialisation.patch Upstream
  335. package/dmalloc/0001-configure-fix-build-on-mips.patch Upstream
  336. package/dmalloc/0003-configure-allow-overriding-some-tests.patch Upstream
  337. package/dmalloc/0004-Makefile-use-the-configure-detected-or-user-supplied.patch Upstream
  338. package/dmalloc/0005-configure-use-LD-instead-of-hard-coding-ld.patch Upstream
  339. package/dmraid/0001-fix-compilation-under-musl.patch Upstream
  340. package/dmraid/S20dmraid Variables
  341. package/dnsmasq/S80dnsmasq Shellcheck
  342. package/docker-engine/S60dockerd Indent Shellcheck Variables
  343. package/docopt-cpp/0001-only-build-one-target-use-BUILD_SHARED_LIBS-where-appropriate.patch Upstream
  344. package/domoticz/S99domoticz Shellcheck
  345. package/dovecot/0001-auth-Fix-handling-passdbs-with-identical-driver-args.patch Upstream
  346. package/dracut/0001-dracut.sh-don-t-unset-LD_PRELOAD.patch Upstream
  347. package/dracut/merged-usr-module-setup.sh Shellcheck
  348. package/dropbear/S50dropbear Indent Shellcheck Variables
  349. package/dt/0001-adjust-os-symlink.patch Upstream
  350. package/dt/0002-dt-default-source-define.patch Upstream
  351. package/dtc/0001-Fix-include-guards-for-older-kernel-u-boot-sources.patch Upstream
  352. package/duma/0001-fix-cross-compilation.patch Upstream
  353. package/duma/0002-no-tests.patch Upstream
  354. package/duma/0003-fix-C++14.patch Upstream
  355. package/duma/0004-Fix-build-with-latest-glibc.patch Upstream
  356. package/dvb-apps/0001-Fix-generate-keynames.patch Upstream
  357. package/dvb-apps/0002-Fix-compiler-warning-flags.patch Upstream
  358. package/dvb-apps/0003-handle-static-shared-only-build.patch Upstream
  359. package/dvb-apps/0004-Makefile-remove-test.patch Upstream
  360. package/dvb-apps/0005-utils-fix-build-with-kernel-headers-4.14.patch Upstream
  361. package/dvb-apps/0006-fix-glibc-2.31.patch Upstream
  362. package/dvblast/0001-missing-lm.patch Upstream
  363. package/dvblast/0002-fix-int-types.patch Upstream
  364. package/dvbsnoop/0001-musl-types-h.patch Upstream
  365. package/dvdrw-tools/0001-limits.h.patch Upstream
  366. package/dvdrw-tools/0002-Include-sysmacros.h-to-compile-with-newer-gcc.patch Upstream
  367. package/earlyoom/0001-main.c-fix-build-with-kernel-4.3.patch Upstream
  368. package/earlyoom/S02earlyoom Indent Shellcheck
  369. package/ebtables/0001-replace-ebtables-save-perl-script-with-bash.patch Upstream
  370. package/ebtables/0002-ebtables.h-restore-KERNEL_64_USERSPACE_32-checks.patch Upstream
  371. package/ebtables/0003-configure.ac-add-option-enable-kernel-64-userland-32.patch Upstream
  372. package/ecryptfs-utils/0001-musl.patch Upstream
  373. package/ecryptfs-utils/0002-openssl110.patch Upstream
  374. package/ecryptfs-utils/0003-fix-parallel-build-issue.patch Upstream
  375. package/efivar/0001-Allow-build-with-uClibc.patch Upstream
  376. package/efivar/0002-gcc.specs-drop-Werror.patch Upstream
  377. package/efivar/0003-efivar-isolate-makeguids-host-tool-build.patch Upstream
  378. package/efivar/0004-efisecdb-fix-build-with-musl-libc.patch Upstream
  379. package/efl/0001-ecore_evas-engines-drm-meson.build-use-gl_deps-as-en.patch Upstream
  380. package/efl/0002-ecore_evas-engines-drm-meson.build-fix-gl_drm-includ.patch Upstream
  381. package/efl/0003-ecore_fb-fix-build-with-tslib.patch Upstream
  382. package/eigen/0001-Adds-new-CMake-Options-for-controlling-build-components.patch Upstream
  383. package/ejabberd/0001-Makefile.in-do-not-download-or-compile-dependencies.patch Upstream
  384. package/ejabberd/0002-fix-ejabberdctl.patch Upstream
  385. package/ejabberd/0003-correct-includes.patch Upstream
  386. package/ejabberd/S50ejabberd Indent Shellcheck Variables
  387. package/ejabberd/check-erlang-lib Shellcheck
  388. package/elf2flt/0001-elf2flt-handle-binutils-2.34.patch Upstream
  389. package/elf2flt/0002-elf2flt.ld-reinstate-32-byte-alignment-for-.data-sec.patch Upstream
  390. package/elf2flt/0003-elf2flt-add-riscv-64-bits-support.patch Upstream
  391. package/elf2flt/0004-elf2flt-create-a-common-helper-function.patch Upstream
  392. package/elf2flt/0005-elf2flt-fix-fatal-error-regression-on-m68k-xtensa-ri.patch Upstream
  393. package/elf2flt/0006-xtensa-fix-text-relocations.patch Upstream
  394. package/elftosb/0001-fixes-includes.patch Upstream
  395. package/elftosb/0002-force-cxx-compiler.patch Upstream
  396. package/elfutils/0001-Add-a-enable-disable-progs-configure-option.patch Upstream
  397. package/elfutils/0002-Really-make-Werror-conditional-to-BUILD_WERROR.patch Upstream
  398. package/empty/0001-respect-LDFLAGS.patch Upstream
  399. package/erlang-p1-sip/0001-correct-include.patch Upstream
  400. package/erlang-p1-xmpp/0001-fix-includes.patch Upstream
  401. package/erlang-rebar/0001-src-rebar_port_compiler-add-fPIC-to-LDFLAGS-by-defau.patch Upstream
  402. package/espeak/0001-Fix-build-of-shared-library-on-architectures-needing.patch Upstream
  403. package/espeak/0002-tr_languages-cast-string_ordinal-init-values.patch Upstream
  404. package/eudev/S10udev ConsecutiveEmptyLines Indent Shellcheck Variables
  405. package/evemu/0001-Include-limits.h-for-PATH_MAX.patch Upstream
  406. package/evemu/0002-evemu-Update-struct-input_event.patch Upstream
  407. package/evemu/0003-src-evemu.c-fix-build-with-kernels-4.16.patch Upstream
  408. package/evemu/0004-src-evemu.c-fix-build-with-kernels-4.16.patch Upstream
  409. package/exim/0001-Build-buildconfig-for-the-host.patch Upstream
  410. package/exim/0002-Don-t-make-backup-copies-of-installed-files.patch Upstream
  411. package/exim/0003-Skip-version-check-and-symlink-installation.patch Upstream
  412. package/exim/0004-exim_lock-fix-lstat-related-build-errors.patch Upstream
  413. package/exim/0005-sieve-fix-build-errors.patch Upstream
  414. package/exim/0006-Fix-regex-n-use-after-free.-Bug-2915.patch Upstream
  415. package/exim/0007-Fix-non-WITH_CONTENT_SCAN-build.patch Upstream
  416. package/exim/0008-Fix-non-WITH_CONTENT_SCAN-build-2.patch Upstream
  417. package/exim/0009-Fix-non-WITH_CONTENT_SCAN-build-3.patch Upstream
  418. package/exim/S86exim Indent Variables
  419. package/expect/0001-enable-cross-compilation.patch Upstream
  420. package/expect/0002-allow-tcl-build-directory.patch Upstream
  421. package/faifa/0001-sha2.c-explicitly-include-endian.h-for-BYTE_ORDER-ma.patch Upstream
  422. package/faifa/0002-hpav_cfg.c-do-not-include-linux-if_ether.h-for-musl-.patch Upstream
  423. package/faifa/0003-Makefile.in-fix-asbolute-symlink-of-libfaifa.so.patch Upstream
  424. package/fail2ban/S60fail2ban Shellcheck Variables
  425. package/fakedate/fakedate Shellcheck
  426. package/falcosecurity-libs/0001-cmake-Permit-setting-GRPC_CPP_PLUGIN.patch Upstream
  427. package/fbgrab/0001-fix-static-build.patch Upstream
  428. package/fbset/0001-Fix-musl-compile.patch Upstream
  429. package/fbterm/0001-fbio.cpp-improxy.cpp-fbterm.cpp-fix-musl-compile.patch Upstream
  430. package/fbterm/0002-mouse.cpp-fix-musl-compile.patch Upstream
  431. package/fbterm/0003-C++11-compliance.patch Upstream
  432. package/fbterm/0004-iconv.patch Upstream
  433. package/fbv/0001-cross.patch Sob Upstream
  434. package/fbv/0002-fix-24bpp-support-on-big-endian.patch Sob Upstream
  435. package/fbv/0003-fix-bgr555.patch Upstream
  436. package/fbv/0004-giflib.patch Upstream
  437. package/fbv/0005-include.patch Sob Upstream
  438. package/fbv/0006-libpng15.patch Upstream
  439. package/fbv/0007-gif.c-fic-build-with-gcc-10.patch Upstream
  440. package/fcgiwrap/0001-use-LIBS-from-configure.patch Upstream
  441. package/fcgiwrap/0002-link-with-libsystemd-instead-of-libsystemd-daemon.patch Upstream
  442. package/ffmpeg/0001-swscale-x86-yuv2rgb-Fix-build-without-SSSE3.patch Upstream
  443. package/ffmpeg/0002-avcodec-vaapi_h264-skip-decode-if-pic-has-no-slices.patch Upstream
  444. package/ffmpeg/0003-libavutil-Fix-mips-build.patch Upstream
  445. package/ffmpeg/0004-configure-add-extralibs-to-extralibs_xxx.patch Upstream
  446. package/ficl/0001-fix-Makefile.patch Upstream
  447. package/ficl/0002-Makefile.linux-pass-LDFLAGS.patch Upstream
  448. package/file/0001-src-file.c-fix-build-without-wide-support.patch Upstream
  449. package/flatbuffers/0001-include-flatbuffers-base.h-fix-build-on-musl.patch Upstream
  450. package/flex/0001-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch Upstream
  451. package/flex/0002-build-make-it-possible-to-disable-the-build-of-the-f.patch Upstream
  452. package/flex/0003-build-make-it-possible-to-disable-the-build-of-the-d.patch Upstream
  453. package/flite/0001-fix-alsa-static.patch Upstream
  454. package/fltk/0001-disable-tests.patch Upstream
  455. package/fluxbox/0001-fixes-bug-1138.patch Upstream
  456. package/freeipmi/0001-add-disable-doc.patch Upstream
  457. package/freeradius-client/0001-fix-for-nettle.patch Upstream
  458. package/freerdp/0001-Fix-variable-declaration-in-loop.patch Upstream
  459. package/freerdp/0002-Fixed-variable-declaration-in-loop.patch Upstream
  460. package/freerdp/0003-winpr-include-winpr-file.h-fix-build-on-uclibc.patch Upstream
  461. package/freerdp/0004-Fix-8702-Disable-sha3-and-shake-hashes-for-libressl.patch Upstream
  462. package/freescale-imx/imx-kobs/0001-Fix-musl-build.patch Upstream
  463. package/freescale-imx/imx-kobs/0002-Fix-build-for-recent-toolchains.patch Upstream
  464. package/freescale-imx/imx-uuc/S80imx-uuc Indent Shellcheck Variables
  465. package/freescale-imx/imx-vpu-hantro/0001-Fix-ion.h-header-inclusion-to-be-standard.patch Upstream
  466. package/freescale-imx/imx-vpu-hantro/0002-Fix-build-with-uclibc-toolchain.patch Upstream
  467. package/freescale-imx/imx-vpu-hantro/0003-Fix-Linux-kernel-version-header.patch Upstream
  468. package/freeswitch/0001-libs-srtp-crypto-hash-hmac_ossl.c-fix-build-with-lib.patch Upstream
  469. package/frr/S50frr Shellcheck
  470. package/fstrcmp/0001-disable-rpath.patch Upstream
  471. package/ftop/0001-overflow.patch Upstream
  472. package/fwts/0001-build-do-not-use-Werror.patch Upstream
  473. package/fxdiv/0001-CMake-don-t-enable-CXX-unless-building-tests-benchma.patch Upstream
  474. package/fxload/0001-fix-static-build.patch Upstream
  475. package/gamin/0001-no-abstract-sockets.patch Upstream
  476. package/gamin/0002-no-const-return.patch Sob Upstream
  477. package/gamin/0003-fix-missing-PTHREAD_MUTEX_RECURSIVE_NP.patch Upstream
  478. package/gcc/11.4.0/0001-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch Upstream
  479. package/gcc/11.4.0/0004-disable-split-stack-for-non-thread-builds.patch Upstream
  480. package/gcc/12.3.0/0001-disable-split-stack-for-non-thread-builds.patch Upstream
  481. package/gcc/13.2.0/0001-disable-split-stack-for-non-thread-builds.patch Upstream
  482. package/gcc/8.4.0/0001-xtensa-fix-PR-target-91880.patch Upstream
  483. package/gcc/8.4.0/0002-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch Upstream
  484. package/gcc/8.4.0/0003-libsanitizer-Remove-cyclades-from-libsanitizer.patch Upstream
  485. package/gcc/8.4.0/0004-disable-split-stack-for-non-thread-builds.patch Upstream
  486. package/gcc/arc-2020.09-release/0001-arc-Refurbish-adc-sbc-patterns.patch Upstream
  487. package/gcc/arc-2020.09-release/0002-libsanitizer-Remove-cyclades-from-libsanitizer.patch Sob Upstream
  488. package/gcc/arc-2020.09-release/0100-uclibc-conf.patch Upstream
  489. package/gcr/0001-meson-Fix-unknown-kw-argument-in-gnome.generate_gir.patch Upstream
  490. package/gdal/0001-fix-uclibc-build-without-NPTL.patch Upstream
  491. package/gdb/10.2/0001-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch Upstream
  492. package/gdb/10.2/0002-sh-ptrace-Define-pt_-dsp-regs-uapi_pt_-dsp-regs-on-G.patch Upstream
  493. package/gdb/10.2/0003-use-asm-sgidefs.h.patch Upstream
  494. package/gdb/10.2/0004-gdbserver-fix-build-for-m68k.patch Upstream
  495. package/gdb/10.2/0005-nat-fork-inferior-include-linux-ptrace.h.patch Upstream
  496. package/gdb/10.2/0006-Fix-getrandom-compile-for-uclibc-v1.0.35.patch Upstream
  497. package/gdb/10.2/0007-fix-musl-build-on-riscv.patch Upstream
  498. package/gdb/10.2/0008-gdbserver-Makefile.in-fix-NLS-build.patch Upstream
  499. package/gdb/10.2/0009-gdb-Fix-native-build-on-xtensa.patch Upstream
  500. package/gdb/11.2/0001-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch Upstream
  501. package/gdb/11.2/0002-sh-ptrace-Define-pt_-dsp-regs-uapi_pt_-dsp-regs-on-G.patch Upstream
  502. package/gdb/11.2/0003-use-asm-sgidefs.h.patch Upstream
  503. package/gdb/11.2/0004-gdbserver-fix-build-for-m68k.patch Upstream
  504. package/gdb/11.2/0005-nat-fork-inferior-include-linux-ptrace.h.patch Upstream
  505. package/gdb/11.2/0006-Fix-getrandom-compile-for-uclibc-v1.0.35.patch Upstream
  506. package/gdb/11.2/0007-fix-musl-build-on-riscv.patch Upstream
  507. package/gdb/11.2/0008-gdbserver-Makefile.in-fix-NLS-build.patch Upstream
  508. package/gdb/11.2/0009-gdb-Fix-native-build-on-xtensa.patch Upstream
  509. package/gdb/12.1/0001-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch Upstream
  510. package/gdb/12.1/0002-sh-ptrace-Define-pt_-dsp-regs-uapi_pt_-dsp-regs-on-G.patch Upstream
  511. package/gdb/12.1/0003-use-asm-sgidefs.h.patch Upstream
  512. package/gdb/12.1/0004-gdbserver-fix-build-for-m68k.patch Upstream
  513. package/gdb/12.1/0005-nat-fork-inferior-include-linux-ptrace.h.patch Upstream
  514. package/gdb/12.1/0006-Fix-getrandom-compile-for-uclibc-v1.0.35.patch Upstream
  515. package/gdb/12.1/0007-fix-musl-build-on-riscv.patch Upstream
  516. package/gdb/12.1/0008-gdbserver-Makefile.in-fix-NLS-build.patch Upstream
  517. package/gdb/12.1/0009-gdb-Fix-native-build-on-xtensa.patch Upstream
  518. package/gengetopt/0001-configure.ac-add-disable-doc-option.patch Upstream
  519. package/genpart/0001-fix-return-code.patch Upstream
  520. package/genromfs/0001-build-system.patch Sob Upstream
  521. package/gensio/0001-Fix-missing-EVP_PKEY_ED25519-build-error-on-libressl.patch Upstream
  522. package/gerbera/S99gerbera Indent
  523. package/gettext-gnu/0001-error_print_progname.patch Upstream
  524. package/gettext-gnu/0002-restore-the-ability-to-buld-gettext-tools-seperately-part1.patch Upstream
  525. package/giblib/0001-fix-imlib2-detection.patch Upstream
  526. package/giflib/0001-Makefile-add-targets-to-manage-static-building.patch Upstream
  527. package/git-crypt/0001-fix-build-with-libressl-3.5.0.patch Upstream
  528. package/gli/0001-Optional-building-tests.patch Upstream
  529. package/glog/0001-added-emscripten-support.patch Upstream
  530. package/glorytun/0001-Add-support-for-Apple-silicon.patch Upstream
  531. package/glorytun/0002-aegis256.c-fix-aarch64-build-with-uclibc.patch Upstream
  532. package/gmp/0001-mpz-inp_raw.c-Avoid-bit-size-overflows.patch Upstream
  533. package/gnu-efi/0001-Make.defaults-don-t-override-ARCH-when-cross-compili.patch Upstream
  534. package/gnupg/0001-build-Always-use-EXTERN_UNLESS_MAIN_MODULE-pattern.patch Upstream
  535. package/gnuplot/0001-configure-add-without-demo-option.patch Upstream
  536. package/go/0001-build.go-explicit-option-for-crosscompilation.patch Upstream
  537. package/gob2/0001-dont-include-from-prefix.patch Upstream
  538. package/gobject-introspection/0001-disable-tests.patch Upstream
  539. package/gobject-introspection/0002-Add-rpath-links-to-ccompiler.patch Upstream
  540. package/gobject-introspection/0003-giscanner-ignore-error-return-codes-from-ldd-wrapper.patch Upstream
  541. package/google-breakpad/gen-syms.sh Shellcheck
  542. package/gpm/0001-Added-musl-support-to-libgpm-and-the-daemon.patch Upstream
  543. package/gpm/0002-Install-unversioned-solibrary.patch Upstream
  544. package/gpm/0003-src-Makefile.in-Really-install-unversioned-solibrary.patch Upstream
  545. package/gpm/0004-Use-sigemptyset-API-instead-of-__sigemptyset.patch Upstream
  546. package/gpm/0005-fix-building-w-newer-glibc.patch Upstream
  547. package/gpm/0006-src-headers-daemon.h-avoid-redefinition-of-last_sele.patch Upstream
  548. package/gpsd/S50gpsd Indent Shellcheck Variables
  549. package/gptfdisk/0001-gptcurses-partially-revert-Tweaks-for-building-on-th.patch Upstream
  550. package/gptfdisk/0002-Fix-failure-crash-of-sgdisk-when-compiled-with-lates.patch Upstream
  551. package/graphite2/0001-don-t-install-a-libtool-file-with-static-library.patch Upstream
  552. package/grpc/0002-wrap_memcpy.cc-add-GPR_DISABLE_WRAPPED_MEMCPY.patch Upstream
  553. package/grpc/0003-host-grpc-only-cpp-plugin.patch Upstream
  554. package/grpc/0004-disable-unconditionally-downloading-api-repos.patch Upstream
  555. package/gsl/0001-configure.ac-fix-build-on-powerpc.patch Upstream
  556. package/gstreamer1/gstd/0001-Don-t-require-gstd-check-user-xenv.sh-for-systemd-se.patch Upstream
  557. package/guile/0001-calculate-csqrt_manually.patch Upstream
  558. package/guile/0002-Makefile.am-fix-build-without-makeinfo.patch Upstream
  559. package/gumbo-parser/0001-configure.ac-fix-build-without-C.patch Upstream
  560. package/gutenprint/0001-use-pregen-xmli18n-header.patch Upstream
  561. package/gutenprint/0002-cups-support-replaces-static-with-static-libtool-lib.patch Upstream
  562. package/gvfs/0001-build-Remove-incorrect-i18n.merge_file-argument.patch Upstream
  563. package/harfbuzz/0001-meson.build-check-for-pthread.h.patch Upstream
  564. package/haserl/0001-add-haserl_lualib.inc.patch Upstream
  565. package/haveged/S21haveged Shellcheck Variables
  566. package/heirloom-mailx/0001-fix-libressl-support.patch Upstream
  567. package/highway/0001-Fix-compilation-for-armv7-with-gcc-8.patch Upstream
  568. package/highway/0002-Fix-compilation-for-armv7-targets-with-vfp-v4-and-gc.patch Upstream
  569. package/hplip/0001-build-use-pkg-config-to-discover-libusb.patch Upstream
  570. package/hplip/0002-configure.in-fix-AM_INIT_AUTOMAKE-call.patch Upstream
  571. package/htpdate/S43htpdate Shellcheck
  572. package/httping/0001-fix-math-library-linking.patch Upstream
  573. package/httping/0002-Makefile-allow-build-without-gettext.patch Upstream
  574. package/i2pd/S99i2pd Indent Shellcheck Variables
  575. package/i7z/0001-fix-build-with-gcc-10.patch Upstream
  576. package/ibm-sw-tpm2/0001-Use-LONG_BIT-to-define-RADIX_BITS.patch Upstream
  577. package/ibrcommon/0001-ibrcommon-data-File.cpp-support-POSIX-basename-call.patch Upstream
  578. package/ibrcommon/0002-ibrcommon-added-openssl-1.1-compatibility-264.patch Upstream
  579. package/ibrcommon/0003-ibrcommon-ssl-gcm-fix-static-build-with-openssl.patch Upstream
  580. package/icu/0001-dont-build-static-dynamic-twice.patch Upstream
  581. package/icu/0002-workaround-toolchain-bugs.patch Upstream
  582. package/icu/0003-link-icudata-as-data-only.patch Upstream
  583. package/icu/0004-fix-static-linking-with-icu-uc.patch Upstream
  584. package/ifmetric/0001-Fix-issue-NETLINK-Packet-too-small-or-truncated-92-1.patch Upstream
  585. package/ifplugd/0001-cross.patch Sob Upstream
  586. package/ifplugd/0002-fix-headers.patch Sob Upstream
  587. package/ifplugd/0003-no-cxx.patch Upstream
  588. package/ifplugd/0004-musl-fix-types.patch Upstream
  589. package/ifplugd/0005-src-interface.h-fix-build-with-gcc-10.patch Upstream
  590. package/iftop/0001-ui_common.h-fix-build-with-gcc-10.patch Upstream
  591. package/iftop/0002-Rename-pcap_filter-to-iftop_pcap_filter.patch Upstream
  592. package/ifupdown-scripts/S40network EmptyLastLine Indent Shellcheck Variables
  593. package/ifupdown-scripts/network/if-pre-up.d/wait_iface EmptyLastLine Shellcheck
  594. package/ifupdown-scripts/nfs_check Shellcheck
  595. package/ifupdown/0001-archcommon-define-GNU-only-FNM_EXTMATCH-to-zero-on-n.patch Upstream
  596. package/ifupdown/0001-dont-use-dpkg-architecture.patch Upstream
  597. package/igd2-for-linux/S99upnpd Indent Shellcheck Variables
  598. package/imx-mkimage/0001-Add-support-for-overriding-BL32-and-BL33-not-only-BL.patch Upstream
  599. package/imx-mkimage/0002-Add-LDFLAGS-to-link-step.patch Upstream
  600. package/imx-mkimage/0003-Add-unused-fake-version.patch Upstream
  601. package/imx-mkimage/0004-Add-support-for-overriding-BL31-BL32-and-BL33.patch Upstream
  602. package/inadyn/S70inadyn Indent NotExecutable
  603. package/initscripts/init.d/rcK ConsecutiveEmptyLines EmptyLastLine Shellcheck
  604. package/initscripts/init.d/rcS ConsecutiveEmptyLines EmptyLastLine Shellcheck
  605. package/input-event-daemon/S99input-event-daemon ConsecutiveEmptyLines Indent Variables
  606. package/intel-gmmlib/0001-Drop-hardening-related-flags.patch Upstream
  607. package/intel-mediasdk/0001-Don-t-force-fstack-protector.patch Upstream
  608. package/intltool/0001-perl-5.26-compatibility.patch Upstream
  609. package/iodine/0001-disable-systemd-and-selinux.patch Upstream
  610. package/iotop/0001-Fix-build-error-with-Python-3.patch Upstream
  611. package/iozone/0001-Add-new-targets-for-iozone.patch Upstream
  612. package/iperf/0001-fix-single-threaded-compile-breakage.patch Upstream
  613. package/ipmitool/0001-configure.ac-fix-readline-static-build.patch Upstream
  614. package/ipmitool/0002-Fix-enterprise-numbers-URL.patch Upstream
  615. package/ipmitool/0003-Do-not-require-the-IANA-PEN-registry-file.patch Upstream
  616. package/ipmitool/0004-configure.ac-allow-disabling-registry-downloads.patch Upstream
  617. package/iprutils/0001-configure.ac-add-AC_USE_SYSTEM_EXTENSIONS.patch Upstream
  618. package/iptables/S35iptables Shellcheck
  619. package/irda-utils/0001-daemon.patch Sob Upstream
  620. package/irda-utils/0002-nommu.patch Sob Upstream
  621. package/irda-utils/0003-subdir.patch Sob Upstream
  622. package/irda-utils/0004-musl.patch Upstream
  623. package/irqbalance/S13irqbalance Indent Shellcheck Variables
  624. package/irrlicht/0001-override-CPPFLAGS-CXXFLAGS-and-CFLAGS-in-Makefile.patch Upstream
  625. package/irrlicht/0002-makefile-override-LDFLAGS-and-remove-obsolete-X11R6-.patch Upstream
  626. package/iucode-tool/S00iucode-tool Variables
  627. package/iwd/S40iwd Shellcheck Variables
  628. package/jack2/0001-Remove-usage-of-U-mode-bit-for-opening-files-in-pyth.patch Upstream
  629. package/janus-gateway/0001-disable-ssp.patch Upstream
  630. package/janus-gateway/0002-Add-test-for-Wunused-but-set-variable.patch Upstream
  631. package/jose/0001-lib-hsh.c-rename-hsh-local-variable.patch Upstream
  632. package/jose/0002-man-add-option-to-skip-building-man-pages.patch Upstream
  633. package/keepalived/0001-vrrp-nft-didn-t-support-meta-l4proro-until-Linux-3-14.patch Upstream
  634. package/keepalived/0002-ipvs-nft-didn-t-support-meta-l4proro-until-Linux-3-14.patch Upstream
  635. package/keepalived/0003-fix-build-with-libressl.patch Upstream
  636. package/kexec-lite/0001-clean-restart.patch Upstream
  637. package/keyutils/0001-fix-install-rule.patch Upstream
  638. package/keyutils/0002-cifs.patch Sob Upstream
  639. package/kmod/0001-fix-O_CLOEXEC.patch Upstream
  640. package/kodi-texturepacker/0001-texturepacker.patch Upstream
  641. package/kodi-texturepacker/0002-fix-texture-packer-cmake-source-dir.patch Upstream
  642. package/kodi/S50kodi Shellcheck Variables
  643. package/latencytop/0001-makefile.patch Upstream
  644. package/lbase64/0001-retro-compatible-with-Lua-5.1.patch Upstream
  645. package/lcdproc/0001-LCDd.conf.patch Upstream
  646. package/lcdproc/0002-Add-missing-ioctl-header.patch Upstream
  647. package/lcdproc/0003-Fixcompilation-with-GCC-10-x.patch Upstream
  648. package/leafnode2/0001-cross_makefile.patch Upstream
  649. package/let-me-create/0001-fix-build-with-musl-C-library.patch Upstream
  650. package/leveldb/0001-Fix-compilation-with-g-4.8.2.patch Upstream
  651. package/leveldb/0002-CMake-install-libmemenv.a.patch Upstream
  652. package/leveldb/0003-CMakeLists.txt-check-for-atomic-library.patch Upstream
  653. package/lftp/0001-Fix-build-with-LibreSSL-following-commit-537f37898.patch Upstream
  654. package/lftp/0002-src-lftp_ssl.c-fix-build-with-libressl-2.7.0.patch Upstream
  655. package/libabseil-cpp/0001-force-position-independent-code.patch Upstream
  656. package/libarchive/0001-autotools-do-not-add-iconv-for-Requires.private.patch Upstream
  657. package/libargon2/0001-libargon2-dont-fail-on-existing-symlink.patch Upstream
  658. package/libart/0001-art-config-cross.patch Sob Upstream
  659. package/libatasmart/0001-strpool-cross-flags.patch Upstream
  660. package/libavl/0001-fix-makefile.patch Upstream
  661. package/libb64/0001-Integer-overflows.patch Upstream
  662. package/libb64/0002-Initialize-C++-objects.patch Upstream
  663. package/libblockdev/0001-Provide-replacement-function-for-strerror_l.patch Upstream
  664. package/libcdaudio/0001-libcdaudio-enable-autoreconf.patch Upstream
  665. package/libcec/0001-cecloader-h-fix-null-return.patch Upstream
  666. package/libcgi/0001-CMakeLists.txt-honour-BUILD_TESTING.patch Upstream
  667. package/libcgicc/0001-disable-documentation-option.patch Sob Upstream
  668. package/libconfuse/0001-Fix-163-unterminated-username-used-with-getpwnam.patch Upstream
  669. package/libcorrect/0002-CMakeLists.txt-conditionally-use-fsanitize-address.patch Upstream
  670. package/libcuefile/0001-fix-static-link.patch Upstream
  671. package/libdaemon/0001-testd-use-unistd-h-instead-of-sys-unistd-h.patch Upstream
  672. package/libdnet/0001-python-makefile.patch Upstream
  673. package/libdnet/0002-Correct-path-to-string-h-from-bsd.patch Upstream
  674. package/libdrm/0001-tests-meson.build-disable-nouveau-tests-for-static-b.patch Upstream
  675. package/libdvbcsa/0001-altivec-powerpc64.patch Upstream
  676. package/libeXosip2/0001-src-eXtl_dtls.c-fix-build-with-libressl-3.4.1.patch Upstream
  677. package/libebml/0001-include-appropriate-header-files-for-std-numeric_limits.patch Upstream
  678. package/libedit/0001-check-bsd-functions-in-libbsd.patch Upstream
  679. package/libevent/0001-Don-t-define-BIO_get_init-for-LibreSSL-3-5.patch Upstream
  680. package/libfcgi/0001-link-against-math.patch Upstream
  681. package/libfcgi/0002-disable-examples.patch Sob Upstream
  682. package/libffi/0001-Fix-installation-location-of-libffi.patch Upstream
  683. package/libffi/0002-Fix-use-of-compact-eh-frames-on-MIPS.patch Upstream
  684. package/libffi/0003-libffi-enable-hardfloat-in-the-MIPS-assembly-code.patch Upstream
  685. package/libfm/0001-modules-fix-cross-compilation.patch Upstream
  686. package/libfreeimage/0001-no-root-install.patch Upstream
  687. package/libfreeimage/0002-fix-cpuid-x86.patch Upstream
  688. package/libfreeimage/0003-fix-big-endian-os.patch Upstream
  689. package/libfreeimage/0004-fixed-C-11-warnings.patch Upstream
  690. package/libftdi/0001-pkgconfig_libusb.patch Sob Upstream
  691. package/libftdi/0002-libftdi.pc-requires-libusb-fix-static-build.patch Sob Upstream
  692. package/libftdi1/0001-cmake-use-the-standard-CMake-flag-to-drive-the-share.patch Upstream
  693. package/libftdi1/0002-CMakeLists.txt-fix-paths-when-FTDIPP-is-set.patch Upstream
  694. package/libftdi1/0003-CMakeLists.txt-fix-static-build-with-libusb-and-lato.patch Upstream
  695. package/libfuse/0001-fix-aarch64-build.patch Upstream
  696. package/libfuse/0002-util-ulockmgr_server-c-conditionally-define-closefrom-fix-glibc-2-34.patch Upstream
  697. package/libgcrypt/0001-configure.ac-add-an-option-to-disable-tests.patch Upstream
  698. package/libgdiplus/0001-Build-unit-tests-only-when-enable-unit-tests-is-pass.patch Upstream
  699. package/libglfw/0001-Wayland-Remove-extra-cmake-modules-dependency.patch Upstream
  700. package/libglfw/0002-src-CMakeLists.txt-allow-override-of-wayland-pkgdata.patch Upstream
  701. package/libgpgme/0001-Fix-build-without-threads.patch Upstream
  702. package/libgpiod/0001-build-add-a-configure-switch-for-building-examples.patch Upstream
  703. package/libgsm/0001-misc-fixes-from-archlinux.patch Upstream
  704. package/libgtk2/0001-reduce-dependencies.patch Upstream
  705. package/libgtk3/0001-Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch Upstream
  706. package/libhdhomerun/0001-dont-strip.patch Upstream
  707. package/libhid/0001-dont-fiddle-with-debug-flags.patch Upstream
  708. package/libhid/0002-no-newline-in-ldflags.patch Upstream
  709. package/libhid/0003-uclinux.patch Upstream
  710. package/libical/0001-no-tests.patch Upstream
  711. package/libical/0002-icaltypes-c-icalreqstattype_from_string-copy-the-reqstattype.patch Upstream
  712. package/libiio/0001-iiod-serial.c-fix-sparc-build.patch Upstream
  713. package/libiio/S99iiod Shellcheck Variables
  714. package/libiqrf/0001-cmake-handle-static-library-and-find-required-thread.patch Upstream
  715. package/libiqrf/0002-use-only-c-language.patch Upstream
  716. package/libjson/0001-fix-broken-makefile.patch Upstream
  717. package/libjxl/0001-djxl-fix-segmentation-fault-when-JPEG-is-disabled.patch Upstream
  718. package/libkcapi/0001-lib-kcapi-kernel-if.c-fix-uclibc-build.patch Upstream
  719. package/libkcapi/0002-Add-disable-werror.patch Upstream
  720. package/libkcapi/0003-Fix-symver-build-error-on-non-ELF-platforms.patch Upstream
  721. package/libks/0001-CMakeLists.txt-honour-BUILD_TESTING.patch Upstream
  722. package/liblinear/0001-build-static-lib.patch Upstream
  723. package/liblockfile/0001-Makefile.in-fix-cross-compilation.patch Upstream
  724. package/liblog4c-localtime/0001-log4c.m4-fix-underquoted-definition-of-AM_PATH_LOG4C.patch Upstream
  725. package/liblog4c-localtime/0002-Fix-linking-error-without-pthread.patch Upstream
  726. package/liblog4c-localtime/0003-Fix-debug-mode-build-with-uClibc.patch Upstream
  727. package/liblog4c-localtime/0004-Add-AC_CONFIG_MACRO_DIR-to-configure.in.patch Upstream
  728. package/liblog4c-localtime/0005-Fix-C-support.patch Upstream
  729. package/libloki/0001-allow-to-install-to-a-specific-location-using-DESTDI.patch Upstream
  730. package/libloki/0002-use-ln-snf.patch Upstream
  731. package/libmad/0001-mips-h-constraint-removal.patch Sob Upstream
  732. package/libmad/0002-configure-ac-automake-foreign.patch Upstream
  733. package/libmanette/0001-Meson-Un-hardcode-building-a-shared-library.patch Upstream
  734. package/libmng/0001-jpeg-9a.patch Upstream
  735. package/libmodsecurity/0001-configure.ac-drop-usage-of-git-at-configure-time.patch Upstream
  736. package/libmodsecurity/0002-modsecurity.pc.in-add-lstdc.patch Upstream
  737. package/libmpd/0001-Fix-build-on-archlinux-missing-include.patch Upstream
  738. package/libmpeg2/0001-altivec.patch Upstream
  739. package/libmpeg2/0002-armv4l.patch Upstream
  740. package/libmpeg2/0003-fix-arm-detection.patch Upstream
  741. package/libmpeg2/0004-fix-sparc.patch Upstream
  742. package/libnet/0001-Use-standard-int64_t-instead-of-__int64_t-for-mingw-cross-build.patch Upstream
  743. package/libnetfilter_conntrack/0001-conntrack-fix-build-with-kernel-5-15-and-musl.patch Upstream
  744. package/libnfc/0001-autotools-make-example-build-optional.patch Upstream
  745. package/libnfs/0001-Fix-include-sys-time.h.patch Upstream
  746. package/libnids/0001-libpcap-use-pkg-config.patch Upstream
  747. package/libnl/0001-Add-musl-workaround-to-the-libc-compat.h-copy.patch Upstream
  748. package/libnss/0001-Bug-1801182-Allow-overriding-OS_ARCH-OS_TEST-and-OS_.patch Upstream
  749. package/liboauth/0001-Fixes-build-issue-with-OpenSSL-1.1.0.patch Upstream
  750. package/libodb-mysql/0001-fix-syntax-issue-while-checking-ldflags.patch Upstream
  751. package/libodb-mysql/0002-mariadb-FTBFS-fix.patch Upstream
  752. package/libopenssl/0001-Dont-waste-time-building-manpages-if-we-re-not-going.patch Upstream
  753. package/libopenssl/0002-Reproducible-build-do-not-leak-compiler-path.patch Upstream
  754. package/libopenssl/0004-Configure-use-ELFv2-ABI-on-some-ppc64-big-endian-sys.patch Upstream
  755. package/liboping/0001-fix-utf8-support.patch Upstream
  756. package/liboping/0002-Open-raw-sockets-when-adding-hosts-not-when-doing-th.patch Upstream
  757. package/liboping/0003-Fix-compile-break-with-GCC-7-buffer-overflow-with-snprintf.patch Upstream
  758. package/liboping/0004-Fix-compile-error-on-GCC-7.patch Upstream
  759. package/liboping/0005-src-oping.c-always-use-s-style-format-for-printf-sty.patch Upstream
  760. package/libp11/0001-src-p11_attr.c-fix-build-with-gcc-4.8.patch Upstream
  761. package/libpam-tacplus/0001-Add-an-option-to-disable-Werror.patch Upstream
  762. package/libpjsip/0001-Merge-pull-request-from-GHSA-9pfh-r8x4-w26w.patch Upstream
  763. package/libpjsip/0002-Merge-pull-request-from-GHSA-cxwq-5g9x-x7fr.patch Upstream
  764. package/libplatform/0001-cmake-require-c-11-as-the-minimum-standard.patch Upstream
  765. package/libpng/0001-Disable-pngfix-and-png-fix-itxt.patch Upstream
  766. package/libpthsem/0001-fix-build-on-linux-3.x-host.patch Upstream
  767. package/libqb/0001-Add-disable-tests-option.patch Upstream
  768. package/libressl/0001-always-expose-SSL_OP_NO_TLSv1_3.patch Upstream
  769. package/libroxml/0001-src-roxml_mem.h-add-missing-extern.patch Upstream
  770. package/librsvg/0001-gdk-pixbuf-loader-Makefile.am-set-GDK_PIXBUF_MODULED.patch Upstream
  771. package/librtas/0001-configure.ac-remove-LOCAL_CHECK_FLAGS.patch Upstream
  772. package/librtlsdr/0001-Makefile.am-respect-DESTDIR-with-install-udev-rules.patch Upstream
  773. package/libselinux/0001-fix-musl-build.patch Upstream
  774. package/libselinux/0002-Do-not-use-PYCEXT-and-rely-on-the-installed-file-nam.patch Upstream
  775. package/libsepol/0001-support-static-only.patch Upstream
  776. package/libserial/0001-SerialPort.cpp-fix-build-when-size_t-is-an-unsigned-.patch Upstream
  777. package/libserial/0002-SerialPort.cpp-don-t-use-high-baudrates-when-not-ava.patch Upstream
  778. package/libserialport/0001-uclinux-detection.patch Upstream
  779. package/libshdata/0001-backend-Add-missing-include-files.patch Upstream
  780. package/libshdata/0002-examples-stress_test-Fix-build-with-musl-libc.patch Upstream
  781. package/libsidplay2/0001-sidplay2-libs-2.1.1.patch Upstream
  782. package/libsidplay2/0002-pkg-config.patch Upstream
  783. package/libsidplay2/0003-gcc6.patch Upstream
  784. package/libsigrok/0001-Support-glibmm-2.68.patch Upstream
  785. package/libsigrokdecode/0001-configure-ac-Add-support-for-Python-3-9.patch Upstream
  786. package/libsigrokdecode/0002-configure-Add-python-3-10-support.patch Upstream
  787. package/libsigrokdecode/0003-configure-ac-Use-python3-embed-pc-as-a-fallback.patch Upstream
  788. package/libsolv/0001-Fix-build-without-C.patch Upstream
  789. package/libsoup/0001-meson.build-set-c_std-to-gnu99.patch Upstream
  790. package/libsoxr/0001-Add-Libs.private-for-static-linking.patch Upstream
  791. package/libspatialindex/0001-allow-building-static-libs.patch Upstream
  792. package/libspatialindex/0002-CMakeLists.txt-fix-CMAKE_BUILD_TYPE.patch Upstream
  793. package/libsquish/0001-Makefile-add-f-option-for-ln-to-remove-existing-dest.patch Upstream
  794. package/libsrtp/0001-Remove-compatibility-code-for-legacy-OpenSSL-to-fix-LibreSSL-build.patch Upstream
  795. package/libsvg/0001-fix-expat-static-declaration.patch Upstream
  796. package/libsvg/0002-Fix-undefined-symbol-png_set_gray_1_2_4_to_8.patch Upstream
  797. package/libsvgtiny/0001-disable-debug-printfs.patch Upstream
  798. package/libsvgtiny/0002-Remove-Werror.patch Upstream
  799. package/libsvgtiny/0003-Hopefully-silence-warnings-about-inlines-and-non-inlines-calling-one.patch Upstream
  800. package/libsvgtiny/0004-Build-Include-gperf-generated-code-directly.patch Upstream
  801. package/libtalloc/0001-buildtools-wafsamba-add-disable-stack-protector-opti.patch Upstream
  802. package/libteam/0001-revert-disregard-current-state.patch Upstream
  803. package/libteam/0002-fix-build-on-openwrt-musl-libc.patch Upstream
  804. package/libteam/0003-increase-wait-time-for-daemon-kill.patch Upstream
  805. package/libtelnet/0001-fix-compilation-without-zlib.patch Upstream
  806. package/libtheora/0001-link-libtheoradec.patch Upstream
  807. package/libtheora/0002-fix-autoreconf.patch Upstream
  808. package/libtomcrypt/0001-fix-CVE-2019-17362.patch Upstream
  809. package/libtommath/0001-Build-test-bn_mp_set_double-c-on-more-platforms.patch Upstream
  810. package/libtorrent/0001-libtorrent.pc.in-add-Libs.Private.patch Upstream
  811. package/libubootenv/0001-src-CMakeLists.txt-do-not-force-the-build-of-a-share.patch Upstream
  812. package/libuhttpd/0001-add-compatibility-for-wolfssl-5-0.patch Upstream
  813. package/libuio/0001-configure.ac-set-automake-strictness-to-foreign.patch Upstream
  814. package/liburcu/0001-Only-blacklist-ARM-gcc-4.8.0-and-4.8.1.patch Upstream
  815. package/liburcu/0002-fix-don-t-use-C-thread_local-on-MacOs.patch Upstream
  816. package/liburcu/0003-Always-use-__thread-for-Thread-local-storage-except-on-MSVC.patch Upstream
  817. package/libusb-compat/0001-fix-a-build-issue-on-linux.patch Upstream
  818. package/libusbgx/0001-Add-include-of-sys-sysmacro.h.patch Upstream
  819. package/libuwsc/0001-CMakeLists.txt-add-BUILD_EXAMPLE.patch Upstream
  820. package/libuwsc/0002-fix-bad-indentation.patch Upstream
  821. package/libvpx/0001-vpx_mem-vpx_mem.h-Fix-compilation-with-uClibc.patch Upstream
  822. package/libwebsock/0001-Switch-to-use-pkg-config-to-detect-libevent-and-open.patch Upstream
  823. package/libwebsock/0002-fix-ssl.patch Upstream
  824. package/libwebsock/0003-fix-incorrect-inline.patch Upstream
  825. package/libwebsockets/0001-lib-tls-CMakeLists.txt-fix-build-without-threads.patch Upstream
  826. package/libyuv/0001-i386-sse2.patch Upstream
  827. package/lighttpd/0001-Modify-the-default-lighttpd-configuration-file-to-ha.patch Upstream
  828. package/lighttpd/S50lighttpd EmptyLastLine Indent Shellcheck Variables
  829. package/linknx/0001-configure-ac-tweak-CPPUNIT-conditional.patch Upstream
  830. package/linknx/0002-src-Makefile.am-fix-linking-with-log4cpp.patch Upstream
  831. package/linphone/0001-src-core-paths-paths.cpp-fix-powerpc-build.patch Upstream
  832. package/linux-fusion/0001-fix-for-linux-4-and-above.patch Upstream
  833. package/linux-fusion/0002-Fix-mismatched-conversion-spec-and-value-in-printk.patch Upstream
  834. package/linux-fusion/0003-Fix-fusion-Unknown-symbol-tasklist_lock-err-0.patch Upstream
  835. package/linux-fusion/0004-Port-one-one_udp.c-to-Linux-4.1.patch Upstream
  836. package/linux-tools/S10hyperv Variables
  837. package/linux-zigbee/0001-test-serial-Remove-test-serial.patch Upstream
  838. package/linux-zigbee/0002-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch Upstream
  839. package/linuxptp/S65ptp4l Indent Shellcheck
  840. package/linuxptp/S66phc2sys Indent Shellcheck
  841. package/lirc-tools/0001-plugins-devinput.c-fix-build-with-musl-1.2.0.patch Upstream
  842. package/lirc-tools/0002-configure-add-disable-doc-option.patch Upstream
  843. package/lirc-tools/S25lircd Indent Variables
  844. package/lite/0001-dfbspy-stat.patch Sob Upstream
  845. package/lite/0002-no-tests.patch Sob Upstream
  846. package/lite/0003-pkg-config.patch Sob Upstream
  847. package/live555/0001-Add-a-pkg-config-file-for-the-shared-libraries.patch Upstream
  848. package/lldpd/S60lldpd Indent Shellcheck Variables
  849. package/llvm-project/clang/0001-lib-Driver-ToolChains-Gnu-Use-GCC_INSTALL_PREFIX-in-.patch Upstream
  850. package/llvm-project/libclc/0001-support-out-of-tree-build.patch Upstream
  851. package/lm-sensors/0001-static-build.patch Upstream
  852. package/lm-sensors/0002-no-host-ldconfig.patch Upstream
  853. package/lmbench/0001-scripts-build-use-bin-bash-as-shell.patch Upstream
  854. package/lmbench/0002-src-Makefile-add-lmbench-to-list-of-executables.patch Upstream
  855. package/lmbench/0003-TOO_LONG-100-usec-to-prevent-memsize-from-timingout-.patch Upstream
  856. package/lmbench/0004-Fix-garbage-pointer-for-lat_rpc-S-localhost.patch Upstream
  857. package/localedef/0002-relax-dependency-on-GCC-to-4.8-and-binutils-to-2.24.patch Upstream
  858. package/lockdev/0001-Makefile-install-static-library-and-headers-separate.patch Upstream
  859. package/lockfile-progs/0001-sus3v-legacy.patch Sob Upstream
  860. package/lshw/0001-solve-Compile-error-when-g-version-is-less-than-5.patch Upstream
  861. package/ltrace/0001-arm-plt.patch Upstream
  862. package/ltrace/0002-sparc-add-missing-library.h-include.patch Upstream
  863. package/ltrace/0003-configure.ac-fix-autoreconf-with-autoconf-2.70.patch Upstream
  864. package/ltris/0001-fix-build-with-gcc-4.8.patch Upstream
  865. package/lttng-babeltrace/0001-tests-lib-Makefile.am-remove-unneeded-static-flag.patch Upstream
  866. package/lttng-babeltrace/0002-configure.ac-fix-popt-static-build.patch Upstream
  867. package/lttng-libust/0001-configure.ac-add-disable-tests.patch Upstream
  868. package/lttng-tools/0001-configure.ac-add-disable-tests.patch Upstream
  869. package/lua-gd/0001-Protect-declaration-of-LgdImageCreateFromPng-with-GD.patch Upstream
  870. package/lua-lunix/0001-remove-link-with-librt.patch Upstream
  871. package/lua-sdl2/0001-Do-not-reference-host-directory-for-headers.patch Upstream
  872. package/lua-sdl2/0002-CMakeLists-do-not-require-C.patch Upstream
  873. package/lua/5.1.5/0001-root-path.patch Upstream
  874. package/lua/5.1.5/0002-shared-libs-for-lua.patch Upstream
  875. package/lua/5.1.5/0011-linenoise.patch Upstream
  876. package/lua/5.1.5/0012-fix-reader-at-eoz.patch Upstream
  877. package/lua/5.3.6/0001-root-path.patch Upstream
  878. package/lua/5.3.6/0002-shared-libs-for-lua.patch Upstream
  879. package/lua/5.3.6/0003-linenoise.patch Upstream
  880. package/lua/5.4.6/0001-root-path.patch Upstream
  881. package/lua/5.4.6/0002-shared-libs-for-lua.patch Upstream
  882. package/lua/5.4.6/0011-linenoise.patch Upstream
  883. package/luajit/0001-no-bin-symlink.patch Upstream
  884. package/luajit/0002-install-inc.patch Upstream
  885. package/luasyslog/0001-remove-AX_LUA_LIBS.patch Upstream
  886. package/luasyslog/0002-build-ax_lua.m4-fix-cross-compilation.patch Upstream
  887. package/lugaru/0001-ImageIO-fix-invalid-conversion.patch Upstream
  888. package/lugaru/0002-Fix-mismatched-usage-length-build-fail-on-g.patch Upstream
  889. package/lvm2/0001-clang-possible-better-compilation-with-musl-c.patch Upstream
  890. package/lvm2/0002-mm-preallocate-memory-only-with-glibc.patch Upstream
  891. package/lvm2/0003-cmdline-use-freopen-to-reopen-standard-streams.patch Upstream
  892. package/lvm2/0004-log-use-freopen-to-reopen-standard-streams.patch Upstream
  893. package/lz4/0001-build-Support-BUILD_SHARED-no.patch Upstream
  894. package/lzma/0001-Remove-static-from-LDFLAGS.patch Upstream
  895. package/lzop/0001-allow-overriding-modification-time.patch Upstream
  896. package/macchanger/0001-Fix-missing-include-for-caddr_t.patch Upstream
  897. package/madplay/0001-switch-to-new-alsa-api.patch Sob Upstream
  898. package/madplay/0002-configure-ac-automake-foreign.patch Upstream
  899. package/madplay/0003-configure-ac-use-pkg-config-to-find-id3tag.patch Upstream
  900. package/madplay/0004-configure-ac-call-AM_MKINSTALLDIRS.patch Upstream
  901. package/makedumpfile/0002-Handle-__mips64.patch Upstream
  902. package/mariadb/0001-add-extra-check-for-librt.patch Upstream
  903. package/mariadb/S97mysqld Indent Shellcheck Variables
  904. package/matchbox-keyboard/mb-applet-kbd-wrapper.sh Shellcheck TrailingSpace
  905. package/matchbox-lib/0001-index-is-legacy.patch Upstream
  906. package/matchbox-panel/0001-index-is-legacy.patch Upstream
  907. package/matchbox-panel/0002-mb-applet-wireless.patch Upstream
  908. package/matchbox-panel/0003-mb-applet-battery.patch Upstream
  909. package/matchbox-startup-monitor/0001-true-false.patch Upstream
  910. package/matchbox/0001-defaulttheme.patch Upstream
  911. package/matchbox/0002-src-Fix-build-with-gcc-10.patch Upstream
  912. package/mediastreamer/0001-src-videofilters-nowebcam.c-fix-build-without-ffmpeg.patch Upstream
  913. package/mediastreamer/0002-Use-AV_INPUT_BUFFER_PADDING_SIZE-to-determine-paddin.patch Upstream
  914. package/memcached/0001-logger.c-initialize-rport.patch Upstream
  915. package/memcached/0002-check-for-sys-auxv.h.patch Upstream
  916. package/memcached/0003-configure.ac-add-disable-werror.patch Upstream
  917. package/memstat/0001-PATH_MAX.patch Upstream
  918. package/mender-connect/S43mender-connect Shellcheck
  919. package/menu-cache/0001-Support-gcc10-compilation.patch Upstream
  920. package/mesa3d-demos/0001-demos-makes-opengl-an-optional-component.patch Upstream
  921. package/mesa3d/0001-meson-Set-proper-value-for-LIBCLC_INCLUDEDIR.patch Upstream
  922. package/meson-tools/0001-amlbootenc-gxl-remove-non-std-C-convention-in-for.patch Upstream
  923. package/meson/0001-Prefer-ext-static-libs-when-default-library-static.patch Upstream
  924. package/meson/0002-mesonbuild-dependencies-base.py-add-pkg_config_stati.patch Upstream
  925. package/metacity/0001-add-libm-reference.patch Upstream
  926. package/metacity/0002-gconf.patch Upstream
  927. package/metacity/0003-mag-add-libm-reference.patch Upstream
  928. package/mfgtools/0001-lnx_def.h-fix-conflicting-declaration-of-__time64_t.patch Upstream
  929. package/midori/0001-disable-vala-fatal-warnings.patch Upstream
  930. package/midori/0002-add-option-to-specify-path-to-g-ir-compiler.patch Upstream
  931. package/mii-diag/0001-strchr.patch Sob Upstream
  932. package/mimic/0001-Fix-linking-on-gcc-10.2.0-or-newer.patch Upstream
  933. package/mini-snmpd/0001-linux.c-fix-musl-build.patch Upstream
  934. package/minidlna/S60minidlnad Indent Shellcheck Variables
  935. package/minissdpd/S50minissdpd Indent Shellcheck Variables
  936. package/modem-manager/S44modem-manager Shellcheck Variables
  937. package/mongodb/0001-ssl_manager.cpp-fix-build-with-gcc-7-and-fpermissive.patch Upstream
  938. package/mongodb/0002-src-mongo-db-exec-plan_stats.h-fix-build-with-gcc-11.patch Upstream
  939. package/mongrel2/0001-Do-not-run-tests.patch Upstream
  940. package/mongrel2/0002-Fix-Makefiles-for-cross-compilation.patch Upstream
  941. package/mongrel2/0003-fix-build-with-gcc-4.8.patch Upstream
  942. package/monit/0001-no-force-static.patch Upstream
  943. package/mono-gtksharp3/0001-Fixes-MONO_PROFILE_ENTER_LEAVE-undeclared.patch Upstream
  944. package/mono-gtksharp3/0002-Mono-compilation-error-branch.patch Upstream
  945. package/mono/0001-Fix-linkage-with-a-system-libatomic_ops-shared-library.patch Upstream
  946. package/mono/0002-Ongoing-work-on-the-cmake-build.patch Upstream
  947. package/mosquitto/S50mosquitto Indent Shellcheck Variables
  948. package/motion/S99motion Indent Shellcheck Variables
  949. package/mpd/0001-src-event-meson.build-add-atomic-dependency-for-spar.patch Upstream
  950. package/mpd/S95mpd Variables
  951. package/mpir/0001-mpn-arm-udiv.asm-workaround-binutils-bug-14887.patch Upstream
  952. package/mpv/0001-fix-powerpc64-altivec.patch Upstream
  953. package/mraa/0001-include-Declare-gVERSION-global-as-extern.patch Upstream
  954. package/mrouted/S41mrouted NotExecutable
  955. package/mrp/S65mrp Indent Variables
  956. package/mstpd/0001-bridge-stp.in-support-different-versions-of-pidof-13.patch Upstream
  957. package/multipath-tools/S60multipathd Shellcheck
  958. package/musepack/0001-shared.patch Upstream
  959. package/musepack/0002-cmake-use-the-standard-CMake-flag-to-drive-the-share.patch Upstream
  960. package/musepack/0003-include-fpu-control-with-glibc-only.patch Upstream
  961. package/musepack/0004-missing-sys-select.patch Upstream
  962. package/musepack/0005-fix-build-with-gcc-10.patch Upstream
  963. package/musl/0001-avoid-kernel-if_ether.h.patch Upstream
  964. package/musl/0002-package-musl-Make-scheduler-functions-Linux-compatib.patch Upstream
  965. package/nano/0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch Upstream
  966. package/nanocom/0001-fix-build-with-gcc-10.patch Upstream
  967. package/ncftp/0001-fix-gcc-10.patch Upstream
  968. package/ncmpc/0001-meson.build-add-atomic-dependency-for-sparc.patch Upstream
  969. package/ne10/0001-CMakeLists-don-t-hard-code-thumb-code-generation.patch Upstream
  970. package/ne10/0002-fix-build-without-C.patch Upstream
  971. package/neard/S53neard Indent Shellcheck Variables
  972. package/neardal/0001-lib-neardal.h-fix-build-with-gcc-10.patch Upstream
  973. package/neon/0001-Revert-Advertise-TS_SSL-feature-with-OpenSSL-1.1.0.patch Upstream
  974. package/neon/0002-configure.ac-fix-autoreconf.patch Upstream
  975. package/netatalk/0001-Fix-setting-of-LD_LIBRARY_FLAGS-shlibpath_var.patch Upstream
  976. package/netatalk/0002-etc-uams-openssl_compat.h-fix-build-with-libressl-2..patch Upstream
  977. package/netatalk/S50netatalk EmptyLastLine Indent Variables
  978. package/netcat/0001-signed-bit-counting.patch Sob Upstream
  979. package/netopeer2/S52netopeer2 Shellcheck Variables
  980. package/netperf/0001-src-nettest_omni.c-fix-compilation-with-GCC10.patch Upstream
  981. package/netplug/0001-makefile-flags.patch Sob Upstream
  982. package/netplug/0002-add-missing-time-include.patch Upstream
  983. package/netplug/0003-remove-assert-fail.patch Upstream
  984. package/netplug/S29netplug Indent Shellcheck Variables
  985. package/netplug/netplug-script ConsecutiveEmptyLines Shellcheck
  986. package/netsniff-ng/0001-Detect-libpcap-dependencies-using-pkg-config.patch Upstream
  987. package/netsnmp/S59snmpd Indent Shellcheck Variables
  988. package/netsurf/0001-avoid-system-perl-dependencies.patch Upstream
  989. package/netsurf/0002-do-not-cross-compile-nsgenbind.patch Upstream
  990. package/netsurf/0003-fix-compilation-without-curl.patch Upstream
  991. package/netsurf/0004-framebuffer-Fix-internal-font-generated-source-for-GCC-10.patch Upstream
  992. package/nettle/0001-disable-testsuite-examples.patch Upstream
  993. package/network-manager/0001-build-meson-add-option-to-set-the-mobile-broadband-p.patch Upstream
  994. package/network-manager/0002-meson.build-fix-build-failure-with-Dmodem_manager-fa.patch Upstream
  995. package/network-manager/S45network-manager ConsecutiveEmptyLines EmptyLastLine Shellcheck Variables
  996. package/nfs-utils/S60nfs ConsecutiveEmptyLines Shellcheck Variables
  997. package/nginx-modsecurity/0001-config-use-pkg-config.patch Upstream
  998. package/nginx/0001-auto-type-sizeof-rework-autotest-to-be-cross-compila.patch Upstream
  999. package/nginx/0002-auto-feature-add-mechanism-allowing-to-force-feature.patch Upstream
  1000. package/nginx/0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch Upstream
  1001. package/nginx/0004-auto-lib-libxslt-conf-use-pkg-config.patch Upstream
  1002. package/nginx/0005-auto-unix-make-sys_nerr-guessing-cross-friendly.patch Upstream
  1003. package/nginx/0006-auto-lib-openssl-conf-use-pkg-config.patch Upstream
  1004. package/nginx/0007-auto-lib-libgd-conf-use-pkg-config.patch Upstream
  1005. package/nginx/0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch Upstream
  1006. package/nginx/0009-auto-os-linux-fix-build-with-libxcrypt.patch Upstream
  1007. package/nginx/0010-Allow-forcing-of-endianness-for-cross-compilation.patch Upstream
  1008. package/nginx/S50nginx Indent Variables
  1009. package/ngrep/0001-Fix-typo-in-configure-in-when-testing-for-use_pcre.patch Upstream
  1010. package/ngrep/0002-Check-for-libnet_init-in-configure-in.patch Upstream
  1011. package/ngrep/0003-fix-disable-tcpkill.patch Upstream
  1012. package/nilfs-utils/0001-nilfs_cleanerd-link-dynamically.patch Upstream
  1013. package/nmap/0001-libdnet-wrapper-configure.patch Upstream
  1014. package/nodejs/0001-add-qemu-wrapper-support.patch Upstream
  1015. package/nodejs/0002-check-if-uclibc-has-backtrace-support.patch Upstream
  1016. package/nodejs/0003-include-obj-name-in-shared-intermediate.patch Upstream
  1017. package/nodejs/0004-lib-internal-modules-cjs-loader.js-adjust-default-pa.patch Upstream
  1018. package/nodm/S90nodm Indent Shellcheck Variables
  1019. package/norm/0001-protolib-drop-linux-version-check.patch Upstream
  1020. package/norm/0002-Use-print-as-function-call-for-Python3-compatibility.patch Upstream
  1021. package/norm/0003-Fix-mixed-tabs-spaces-in-protolib-wscript.patch Upstream
  1022. package/nss-pam-ldapd/S45nslcd EmptyLastLine Indent Shellcheck Variables
  1023. package/ntp/0001-nano.patch Upstream
  1024. package/ntp/0002-ntp-syscalls-fallback.patch Upstream
  1025. package/ntp/S49ntp.in Variables
  1026. package/ntpsec/0001-wscript-remove-checks-for-bsd-string.h-fixes-host-co.patch Upstream
  1027. package/ntpsec/0002-wscript-fix-build-without-stack-protector.patch Upstream
  1028. package/numactl/0001-link-with-latomic-if-needed-again.patch Upstream
  1029. package/nut/0001-clients-upsclient-h-ensure-time_t-is-defined.patch Upstream
  1030. package/nuttcp/0001-susv3-legacy.patch Upstream
  1031. package/nvidia-driver/0001-use-LDFLAGS.patch Upstream
  1032. package/octave/0001-Fix-BLAS-library-integer-size-detection.patch Upstream
  1033. package/odb/0001-tm.h-include-in-gcc.hxx-appears-to-be-no-longer-nece.patch Upstream
  1034. package/odb/0002-Remove-gratuitous-classes.patch Upstream
  1035. package/odb/0003-Initial-work-to-make-ODB-compatible-with-GCC-6.patch Upstream
  1036. package/odb/0004-Make-compilable-with-GCC-6-in-C-14-mode.patch Upstream
  1037. package/odb/0005-Fix-bug-in-GCC-6-input_location-translation.patch Upstream
  1038. package/odb/0006-Adapt-to-changes-in-GCC-8.patch Upstream
  1039. package/odb/0007-Switch-to-C-11-get-rid-of-auto_ptr-use.patch Upstream
  1040. package/odb/0008-Fix-GCC-8-adaptation-to-be-compatible-with-previous-.patch Upstream
  1041. package/odb/0009-Handle-namespace-aliases-when-parsing-GCC-tree.patch Upstream
  1042. package/odb/0010-Add-initial-support-for-GCC-9.patch Upstream
  1043. package/odb/0011-Adjust-to-changes-in-GCC-10.patch Upstream
  1044. package/odb/0012-Adjust-to-changes-in-GCC-11.patch Upstream
  1045. package/odb/0013-Resolve-name-lookup-ambiguity-causing-error-with-GCC.patch Upstream
  1046. package/ofono/0001-uclibc-backtrace.patch Upstream
  1047. package/ofono/S46ofono Variables
  1048. package/ola/0001-ola-fix-compilation-with-musl-1-2-3.patch Upstream
  1049. package/olsr/0001-olsrd-migrate-to-using-bison-3.7.1.patch Upstream
  1050. package/olsr/0002-lib-pud-Makefile-fix-parallel-build.patch Upstream
  1051. package/olsr/0003-pud-adapt-to-API-changes-in-gpsd-3-20.patch Upstream
  1052. package/olsr/0005-lib-pud-src-gpsdclient.c-drop-handling-of-gpsdata-fi.patch Upstream
  1053. package/olsr/S50olsr Indent Shellcheck Variables
  1054. package/omxplayer/0001-Update-Makefile-to-be-compatible-with-buildroot.patch Upstream
  1055. package/open-iscsi/0001-SHA3-is-not-supported-by-libressl.patch Upstream
  1056. package/open-plc-utils/0001-Remove-OWNER-and-GROUPS-parameters-to-install.patch Upstream
  1057. package/open2300/0001-fix-makefile.patch Upstream
  1058. package/openjdk/17.0.7+7/0001-Add-ARCv2-ISA-processors-support-to-Zero.patch Upstream
  1059. package/openldap/0001-fix_cross_strip.patch Upstream
  1060. package/openldap/0002-fix-bignum.patch Upstream
  1061. package/openldap/0003-disable-docs.patch Upstream
  1062. package/openldap/0004-revert-ITS-3977-fix-libtool-static-behavior-to-match.patch Upstream
  1063. package/openntpd/S49ntp Shellcheck Variables
  1064. package/openocd/0001-configure-enable-build-on-uclinux.patch Upstream
  1065. package/openpgm/0001-Rename-openpgm-5.2.pc.in.patch Upstream
  1066. package/openpgm/0002-openpgm-pgm-checksum.c-fix-build-with-32-bits-MMX.patch Upstream
  1067. package/openpgm/0003-fix-build-on-macOS-ARM.patch Upstream
  1068. package/openpowerlink/0001-install-the-stack-libraries-to-lib-subdirectory.patch Upstream
  1069. package/openpowerlink/0002-cmake-install-oplk-headers-files.patch Upstream
  1070. package/openpowerlink/0003-Add-top-level-CMakeLists.txt.patch Upstream
  1071. package/openrc/0001-init.d-sysctl.in-add-support-for-busybox-sysctl.patch Upstream
  1072. package/openrc/0002-sh-init.sh.Linux.in-change-run-lock-from-root-uucp-t.patch Upstream
  1073. package/openrc/0003-init.d-agetty-replace-sbin-agetty-by-sbin-getty.patch Upstream
  1074. package/openrc/0004-init.d-agetty-start-agetty-after-all-sevices.patch Upstream
  1075. package/openrc/0005-runlevels-do-not-add-agetty.tty-1-6-if-MKSYSVINIT-ye.patch Upstream
  1076. package/openrc/0006-Also-create-run-lock-subsys-directory.patch Upstream
  1077. package/openssh/S50sshd EmptyLastLine Indent Variables
  1078. package/openswan/0001-lib-libopenswan-constants.c-workaround-missing-ns_t_.patch Upstream
  1079. package/opentyrian/0001-Move-definitions-that-don-t-need-to-be-exposed-from-opl-h-to-opl-c.patch Upstream
  1080. package/openvmtools/0001-no_cflags_werror.patch Upstream
  1081. package/openvmtools/0002-dont-force-cppflags.patch Upstream
  1082. package/openvmtools/0003-Rename-poll-h-into-vm_poll-h-to-fix-build-failure-on-musl.patch Upstream
  1083. package/openvmtools/0004-Remove-assumptions-about-glibc-being-only-libc-imple.patch Upstream
  1084. package/openvmtools/0005-Use-configure-test-for-struct-timespec.patch Upstream
  1085. package/openvmtools/0006-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch Upstream
  1086. package/openvmtools/0007-Use-configure-to-test-for-feature-instead-of-platfor.patch Upstream
  1087. package/openvmtools/0008-Use-configure-test-for-sys-stat.h-include.patch Upstream
  1088. package/openvmtools/0011-open-vm-tools-vmhgfs-fuse-fsutils.h-fix-build-on-mus.patch Upstream
  1089. package/openvmtools/0012-Make-HgfsConvertFromNtTimeNsec-aware-of-64-bit-time_.patch Upstream
  1090. package/openvmtools/shutdown Shellcheck
  1091. package/openvpn/S60openvpn Indent Shellcheck Variables
  1092. package/oprofile/0001-musl.patch Upstream
  1093. package/opusfile/0001-Propagate-allocation-failure-from-ogg_sync_buffer.patch Upstream
  1094. package/oracle-mysql/0000-ac_cache_check.patch Upstream
  1095. package/oracle-mysql/0001-configure-ps-cache-check.patch Upstream
  1096. package/oracle-mysql/0002-use-new-readline-iface.patch Upstream
  1097. package/oracle-mysql/0003-ac_stack_direction-is-unset.patch Upstream
  1098. package/oracle-mysql/0004-Fix-gen_lex_hash-execution.patch Upstream
  1099. package/oracle-mysql/0005-bison_3_breaks_mysql_server_build.patch Upstream
  1100. package/oracle-mysql/0006-no-force-static-build.patch Upstream
  1101. package/oracle-mysql/0007-dont-install-in-mysql-directory.patch Upstream
  1102. package/oracle-mysql/0008-fix-type-conversion.patch Upstream
  1103. package/oracle-mysql/0009-gcc7.patch Upstream
  1104. package/oracle-mysql/0010-fix-build-without-zlib.patch Upstream
  1105. package/oracle-mysql/S97mysqld Shellcheck Variables
  1106. package/owfs/S55owserver Shellcheck Variables
  1107. package/owfs/S60owfs Shellcheck Variables
  1108. package/owl-linux/0001-fix-for-linux-3.3.x.patch Upstream
  1109. package/patch/0001-Fix-segfault-with-mangled-rename-patch.patch Upstream
  1110. package/patch/0002-Allow-input-files-to-be-missing-for-ed-style-patches.patch Upstream
  1111. package/patch/0003-Fix-arbitrary-command-execution-in-ed-style-patches-.patch Upstream
  1112. package/patch/0004-Invoke-ed-directly-instead-of-using-the-shell.patch Upstream
  1113. package/patch/0005-Don-t-follow-symlinks-unless--follow-symlinks-is-given.patch Upstream
  1114. package/patchelf/0001-Add-option-to-make-the-rpath-relative-under-a-specif.patch Upstream
  1115. package/paxtest/0001-genpaxtest-move-log-location.patch Upstream
  1116. package/paxtest/0002-paxtest-page-alignment-ARM-and-NIOS2-arch.patch Upstream
  1117. package/pcm-tools/0001-pmu-query.py-fix-python3-errors-add-linux-platform-s.patch Upstream
  1118. package/pcmanfm/0001-po-de-po-fix-build-with-gettext-tiny.patch Upstream
  1119. package/pcre/0001-Kill-compatibility-bits.patch Upstream
  1120. package/pcre/0002-Disable-C-unit-tests.patch Upstream
  1121. package/pdmenu/0001-autoconf-makeinfo.in-link-with-INTLLIBS-if-needed.patch Upstream
  1122. package/pdmenu/0002-Makefile-autoconf-makeinfo.in-support-build-install-.patch Upstream
  1123. package/perl-net-ssleay/0001-fix-build-system.patch Upstream
  1124. package/perl-sys-cpu/0001-remove-extraneous-include.patch Upstream
  1125. package/perl-xml-libxml/0001-Makefile-PL.patch Upstream
  1126. package/php-amqp/0001-add-build-support-for-php-8.patch Upstream
  1127. package/php-amqp/0002-more-work-for-php-8.patch Upstream
  1128. package/php-geoip/0001-add-build-support-for-php8.patch Upstream
  1129. package/php-gnupg/0001-Remove-inlining-_phpc_res_close.patch Upstream
  1130. package/php-lua/0001-ZEND_ACC_ALLOW_STATIC-ZEND_ACC_STATIC-for-static-met.patch Upstream
  1131. package/php-lua/0002-php8-explicitly-declare-arginfo.patch Upstream
  1132. package/php-zmq/0001-updates-for-php7.4-and-php8.0.patch Upstream
  1133. package/php-zmq/0002-fix-for-php-7.3.patch Upstream
  1134. package/php-zmq/0003-fix-for-php-8.0.0beta2.patch Upstream
  1135. package/php/0001-acinclude.m4-don-t-unset-variables.patch Upstream
  1136. package/php/0002-iconv-tweak-iconv-detection.patch Upstream
  1137. package/php/0003-configure-disable-the-phar-tool.patch Upstream
  1138. package/php/0004-Call-apxs-with-correct-prefix.patch Upstream
  1139. package/php/0005-allow-opcache-cross-compiling.patch Upstream
  1140. package/picocom/0001-Compile-with-libc-s-without-cispeed-cospeed.patch Upstream
  1141. package/pifmrds/0001-Makefile-cross-compile-friendly.patch Upstream
  1142. package/pifmrds/0002-Makefile-use-LDFLAGS.patch Upstream
  1143. package/pifmrds/0003-Makefile-fix-static-link.patch Upstream
  1144. package/pigpio/S50pigpio Shellcheck Variables
  1145. package/pistache/0001-src-common-transport.cc-fallback-value-for-RUSAGE_TH.patch Upstream
  1146. package/pistache/0002-src-server-listener.cc-fix-libressl-build.patch Upstream
  1147. package/pixman/0001-Disable-tests.patch Upstream
  1148. package/pkcs11-helper/0001-openssl-libressl-3-5-0-does-not-have-DSA_meth_set1_name.patch Upstream
  1149. package/pkgconf/0001-Only-prefix-with-the-sysroot-a-subset-of-variables.patch Upstream
  1150. package/pkgconf/0002-Revert-main-assume-modversion-insted-of-version-if-o.patch Upstream
  1151. package/pkgconf/pkg-config.in Shellcheck
  1152. package/poke/0001-configure.ac-HELP2MAN-replace-by-true-when-cross-com.patch Upstream
  1153. package/poke/0002-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch Upstream
  1154. package/policycoreutils/0001-Add-DESTDIR-to-all-paths-that-use-an-absolute-path.patch Upstream
  1155. package/policycoreutils/0002-Add-PREFIX-to-host-paths.patch Upstream
  1156. package/postgresql/S50postgresql Variables
  1157. package/powertop/0001-dont-force-stack-smashing-protection.patch Upstream
  1158. package/pppd/0001-pppd-Fix-compilation-with-older-glibc-or-kernel-headers.patch Upstream
  1159. package/pppd/0002-pppd-eap-tls.c-fix-build-with-libressl.patch Upstream
  1160. package/pptp-linux/0001-susv3-legacy.patch Upstream
  1161. package/pptp-linux/0002-fix-parallel-build.patch Upstream
  1162. package/prboom/0001-libpng-1.4.patch Upstream
  1163. package/prboom/0002-configure-remove-predefined-O2-optimization-flag.patch Upstream
  1164. package/prelink-cross/0001-src-rtld-dl-tls.c-Fix-TLS-offsets-computation-for-s3.patch Upstream
  1165. package/procps-ng/0001-configure-Add--disable-w.patch Upstream
  1166. package/procps-ng/0002-escape-c-Fix-missing-nl_langinfo-on-certain-configs.patch Upstream
  1167. package/procps-ng/0003-fix-pifd_open-check.patch Upstream
  1168. package/procps-ng/S02sysctl Variables
  1169. package/proftpd/S50proftpd Indent Shellcheck Variables
  1170. package/prosody/0001-enable-syslog.patch Upstream
  1171. package/prosody/0002-add-pidfile.patch Upstream
  1172. package/prosody/S50prosody Indent Shellcheck Variables
  1173. package/protozero/0001-CMakeLists.txt-protobuf-is-only-needed-for-tests.patch Upstream
  1174. package/proxychains-ng/0001-add-configure-check-for-non-POSIX-compliant-getnameinfo-signature.patch Upstream
  1175. package/ptpd/S65ptpd Indent Shellcheck Variables
  1176. package/ptpd2/0001-musl.patch Upstream
  1177. package/ptpd2/0002-ntp_isc_md5-rename-EVP_MD_CTX-into-PTPD_EVP_MD_CTX.patch Upstream
  1178. package/ptpd2/0003-Solve-issue-25-Removing-type-U64-from-net-snmp-relat.patch Upstream
  1179. package/ptpd2/S65ptpd2 Indent Shellcheck Variables
  1180. package/pulseaudio/0001-shm.c-use-_Static_assert-instead-of-static_assert-fo.patch Upstream
  1181. package/pulseaudio/0002-build-sys-Fix-atomic-support-detection.patch Upstream
  1182. package/pulseaudio/0003-build-sys-Add-missing-libatomic_ops-dependencies.patch Upstream
  1183. package/pulseaudio/0004-meson.build-fix-build-without-C.patch Upstream
  1184. package/pulseaudio/S50pulseaudio ConsecutiveEmptyLines EmptyLastLine Indent Variables
  1185. package/pulseview/0001-Replace-obsolete-deprecated-Qt-methods.patch Upstream
  1186. package/pulseview/0002-Fix-broken-build-due-to-C-template-behind-C-linkage.patch Upstream
  1187. package/pulseview/0003-Support-glibmm-2.68.patch Upstream
  1188. package/python-aiohttp-remotes/0001-Fix-flit_core-build-requires-backend.patch Upstream
  1189. package/python-automat/0001-Remove-uneeded-dependency-to-wheel.patch Upstream
  1190. package/python-crossbar/0001-Avoid-intentional-syntax-error.patch Upstream
  1191. package/python-crossbar/0002-requirements-min.txt-drop-indirect-dependencies.patch Upstream
  1192. package/python-crossbar/0003-crossbar-webservice-wap-use-markupsafe-instead-of-we.patch Upstream
  1193. package/python-daphne/0001-remove-pytest-runner-requirement.patch Upstream
  1194. package/python-dnspython/0001-Remove-spurious-wheel-build-dependency.patch Upstream
  1195. package/python-m2crypto/0001-Mitigate-the-Bleichenbacher-timing-attacks-in-the-RSA-decryption-API-CVE-2020-25657.patch Upstream
  1196. package/python-pybind/0001-pybind11-commands.py-support-STAGING_DIR.patch Upstream
  1197. package/python-pylibftdi/0001-do-not-use-find-library.patch Upstream
  1198. package/python-pyqt5/0001-configure-skip-qtdetail.patch Upstream
  1199. package/python-pyqt5/0002-fix-QtCoremod.sip-syntax-error.patch Upstream
  1200. package/python-pyudev/0001-Workaround-finding-libudev-on-systems-without-ldconf.patch Upstream
  1201. package/python-pyzmq/0001-detect.py-fix-the-ZMQ-version-check-to-the-ZMQ-versi.patch Upstream
  1202. package/python-scipy/0001-build-sh4-FE.patch Upstream
  1203. package/python-setuptools/0001-add-executable.patch Upstream
  1204. package/python-sip/0001-remove-join-from-sip-h-files-string.patch Upstream
  1205. package/python-web2py/S51web2py Shellcheck Variables
  1206. package/python-ws4py/0001-Adjust-ws4py-for-Python-3.7-syntax.patch Upstream
  1207. package/python3/0001-Make-the-build-of-pyc-files-conditional.patch Upstream
  1208. package/python3/0002-Disable-buggy_getaddrinfo-configure-test-when-cross-.patch Upstream
  1209. package/python3/0003-Add-infrastructure-to-disable-the-build-of-certain-e.patch Upstream
  1210. package/python3/0004-Adjust-library-header-paths-for-cross-compilation.patch Upstream
  1211. package/python3/0005-Don-t-look-in-usr-lib-termcap-for-libraries.patch Upstream
  1212. package/python3/0006-Don-t-add-multiarch-paths.patch Upstream
  1213. package/python3/0007-Abort-on-failed-module-build.patch Upstream
  1214. package/python3/0008-Serial-ioctl-workaround.patch Upstream
  1215. package/python3/0009-Do-not-adjust-the-shebang-of-Python-scripts-for-cros.patch Upstream
  1216. package/python3/0010-Misc-python-config.sh.in-ensure-sed-invocations-only.patch Upstream
  1217. package/python3/0011-Add-an-option-to-disable-pydoc.patch Upstream
  1218. package/python3/0012-Add-an-option-to-disable-lib2to3.patch Upstream
  1219. package/python3/0013-Add-option-to-disable-the-sqlite3-module.patch Upstream
  1220. package/python3/0014-Add-an-option-to-disable-the-tk-module.patch Upstream
  1221. package/python3/0015-Add-an-option-to-disable-the-curses-module.patch Upstream
  1222. package/python3/0016-Add-an-option-to-disable-expat.patch Upstream
  1223. package/python3/0017-Add-an-option-to-disable-CJK-codecs.patch Upstream
  1224. package/python3/0018-Add-an-option-to-disable-NIS.patch Upstream
  1225. package/python3/0019-Add-an-option-to-disable-unicodedata.patch Upstream
  1226. package/python3/0020-Add-an-option-to-disable-IDLE.patch Upstream
  1227. package/python3/0021-Add-an-option-to-disable-decimal.patch Upstream
  1228. package/python3/0022-Add-an-option-to-disable-the-ossaudiodev-module.patch Upstream
  1229. package/python3/0023-Add-an-option-to-disable-openssl-support.patch Upstream
  1230. package/python3/0024-Add-an-option-to-disable-the-readline-module.patch Upstream
  1231. package/python3/0025-Add-options-to-disable-zlib-bzip2-and-xz-modules.patch Upstream
  1232. package/python3/0026-python-config.sh-don-t-reassign-prefix.patch Upstream
  1233. package/python3/0027-Add-an-option-to-disable-uuid-module.patch Upstream
  1234. package/python3/0028-fix-building-on-older-distributions.patch Upstream
  1235. package/python3/0029-configure.ac-fixup-CC-print-multiarch-output-for-mus.patch Upstream
  1236. package/python3/0030-Add-an-option-to-disable-the-berkeleydb-module.patch Upstream
  1237. package/python3/0031-lib-crypt-uClibc-ng-doesn-t-set-errno-when-encryptio.patch Upstream
  1238. package/qemu/0001-tests-fp-disable-fp-bench-build-by-default.patch Upstream
  1239. package/qemu/0002-softmmu-qemu-seccomp.c-add-missing-header-for-CLONE_.patch Upstream
  1240. package/qextserialport/0001-Create-a-main-include-file-QExtSerialPort.patch Upstream
  1241. package/qextserialport/0002-Tell-qmake-to-add-a-pkgconfig-file-to-ease-usage-wit.patch Upstream
  1242. package/qt5/qt5base/0001-qtbase-Fix-build-error-when-using-EGL.patch Upstream
  1243. package/qt5/qt5base/0002-double-conversion-enable-for-microblaze.patch Upstream
  1244. package/qt5/qt5base/0003-double-conversion-enable-for-nios2.patch Upstream
  1245. package/qt5/qt5base/0004-double-conversion-enable-for-xtensa.patch Upstream
  1246. package/qt5/qt5base/0005-eglfs-avoid-breaking-compilation-for-obscure-EGLNativeDisplayType-types.patch Upstream
  1247. package/qt5/qt5base/0006-Fix-build-on-riscv32.patch Upstream
  1248. package/qt5/qt5base/0007-src-corelib-configure.json-fix-atomicfptr-detection.patch Upstream
  1249. package/qt5/qt5base/0008-eglconvenience-add-missing-QList-include.patch Upstream
  1250. package/qt5/qt5declarative/0001-qsgtexture-fix-debug-build-with-uclibc.patch Upstream
  1251. package/qt5/qt5declarative/0002-qv4regexp_p-needs-c-limits-include-instead-of-plain-.patch Upstream
  1252. package/qt5/qt5enginio/0001-Do-not-use-deprecated-QLinkedList.patch Upstream
  1253. package/qt5/qt5location/0001-3rdparty-mapbox-gl-native-fix-musl-compile-pthread_g.patch Upstream
  1254. package/qt5/qt5script/0001-Detect-32-bits-armv8-a-architecture.patch Upstream
  1255. package/qt5/qt5tools/0001-Disable-designer-tool-fixes-configure-error.patch Upstream
  1256. package/qt5/qt5webengine-chromium/0001-Add-python3-build-support.patch Upstream
  1257. package/qt5/qt5webengine-chromium/0002-Don-t-rebase-sysroot-path.patch Upstream
  1258. package/qt5/qt5webengine/0001-gn.pro-don-t-link-statically-with-libstc.patch Upstream
  1259. package/qt5/qt5webengine/0002-Add-python3-build-support.patch Upstream
  1260. package/qt5/qt5webkit/0001-WinCairo-PlayStation-ICU-68.1-no-longer-exposes-FALS.patch Upstream
  1261. package/qt5/qt5webkit/0002-Fix-compilation-with-Python-3.9-avoid-passing-encodi.patch Upstream
  1262. package/qt5/qt5webkit/0003-Let-Bison-generate-the-header-directly-to-fix-build-.patch Upstream
  1263. package/qt5/qt5webkit/0004-Remove-invalid-g_object-declarations-to-fix-build-wi.patch Upstream
  1264. package/qt5/qt5webkit/0005-Add-support-for-ARC-processors.patch Upstream
  1265. package/qt5/qt5webkit/0006-Warnings-due-to-AppSinkCallbacks-struct-growth-https.patch Upstream
  1266. package/qt5cinex/0001-Fix-execution-problem-with-Qt5.3.patch Upstream
  1267. package/quagga/0001-fix-ipctl-forwarding.patch Upstream
  1268. package/quagga/0002-lib-prefix.h-fix-build-with-gcc-10.patch Upstream
  1269. package/quagga/0003-Fix-build-with-gcc-10.patch Upstream
  1270. package/quotatool/0001-fix-missing-__P-definition-for-musl-compile.patch Upstream
  1271. package/racehound/0001-Fix-module-install-path-lib-instead-of-usr-lib-prefi.patch Upstream
  1272. package/ranger/0001-colorscheme-check-for-compiled-python-files.patch Upstream
  1273. package/rapidxml/0001-ensure-internal-print-operations-are-declared-before.patch Upstream
  1274. package/raspberrypi-usbboot/0001-Makefile-allow-passing-CFLAGS-LDFLAGS.patch Upstream
  1275. package/rdesktop/0001-8bit-colors.patch Sob Upstream
  1276. package/read-edid/0001-Fix-install-file-list.patch Upstream
  1277. package/read-edid/0002-Fix-compiler-check.patch Upstream
  1278. package/read-edid/0003-fix-build-with-gcc-10.patch Upstream
  1279. package/readline/0001-curses-link.patch Upstream
  1280. package/redis/0001-uclibc.patch Upstream
  1281. package/redis/0002-largefile-conditional-define.patch Upstream
  1282. package/redis/0003-redis.conf-adjust-defauts-for-buildroot.patch Upstream
  1283. package/redis/S50redis Shellcheck Variables
  1284. package/restorecond/S02restorecond Shellcheck
  1285. package/ripgrep/0001-puts-jemalloc-allocator-behind-a-cargo-feature-flag.patch Upstream
  1286. package/riscv-isa-sim/0001-riscv-disable-precompiled-headers.patch Upstream
  1287. package/rng-tools/S21rngd Shellcheck Variables
  1288. package/rocksdb/0001-build_tools-build_detect_platform-fix-C-tests.patch Upstream
  1289. package/rp-pppoe/0001-src-pppoe.h-fix-build-with-musl-libc.patch Upstream
  1290. package/rpcbind/0001-Remove-yellow-pages-support.patch Upstream
  1291. package/rpcbind/S30rpcbind EmptyLastLine Indent Variables
  1292. package/rpi-userland/0001-Add-.pc-files-for-the-OpenGLESv2-EGL-and-bcm_host-li.patch Upstream
  1293. package/rpi-userland/0002-interface-remove-faulty-assert-to-make-weston-happy-.patch Upstream
  1294. package/rpi-userland/0003-Disable-Werror-everywhere.patch Upstream
  1295. package/rpi-userland/0004-host-applications-disable-missing-applications.patch Upstream
  1296. package/rpi-userland/0005-dtmerge-add-missing-include-for-va_list.patch Upstream
  1297. package/rpi-userland/0006-interface-vcos-pthreads-CMakeLists.txt-fix-build-wit.patch Upstream
  1298. package/rpi-userland/0007-GLES2-gl2ext.h-add-GLint64-GLuint64-and-GLsync-typed.patch Upstream
  1299. package/rt-tests/0001-Fix-a-build-issue-with-uClibc-ng.patch Upstream
  1300. package/rt-tests/0002-Makefile-drop-explicit-undefine-PYLIB-for-compatibil.patch Upstream
  1301. package/rtl_433/0001-CMakeLists.txt-use-pkg-config-to-detect-openssl-when.patch Upstream
  1302. package/rtl_433/0002-minor-Fix-mongoose-build-without-threads.patch Upstream
  1303. package/rtmpdump/0001-include-limits.h.patch Upstream
  1304. package/rtorrent/0001-Added--disable-execinfo-option-to-configure.patch Upstream
  1305. package/rtty/0001-CMakeLists.txt-prefer-pkg_check_modules.patch Upstream
  1306. package/rubix/0001-dont-use-legacy-functions.patch Upstream
  1307. package/rubix/0002-misc-fixes.patch Sob Upstream
  1308. package/ruby/0001-Fix-build-with-LibreSSL-3-5.patch Upstream
  1309. package/rygel/0001-build-Add-man_pages-build-options.patch Upstream
  1310. package/rygel/0002-meson.build-fix-g_ir_compiler-calls.patch Upstream
  1311. package/rygel/S99rygel Indent Shellcheck Variables
  1312. package/s6-linux-init/0001-configure-add-D_GNU_SOURCE.patch Upstream
  1313. package/s6-linux-utils/0001-src-s6-linux-utils-rngseed.c-fix-build-with-glibc.patch Upstream
  1314. package/safeclib/0001-fix-armv7-asm-inline-error-GH-115.patch Upstream
  1315. package/samba4/0001-libreplace-disable-libbsd-support.patch Upstream
  1316. package/samba4/0002-build-find-pre-built-heimdal-build-tools-in-case-of-.patch Upstream
  1317. package/samba4/0003-ldap_message_test.c-include-stdint.h-before-cmoka.h.patch Upstream
  1318. package/samba4/S91smb Indent Shellcheck Variables
  1319. package/sane-backends/0001-sane_backend-add-missing-config.h.patch Upstream
  1320. package/screen/0001-no-memcpy-fallback.patch Upstream
  1321. package/screen/0002-install-no-backup-binary.patch Upstream
  1322. package/screen/0003-install-always-chmod.patch Upstream
  1323. package/screen/0004-install-nonversioned-binary.patch Upstream
  1324. package/screen/0005-rename-sched_h.patch Upstream
  1325. package/screen/0006-comm-h-now-depends-on-term-h.patch Upstream
  1326. package/screen/0007-comm.h-needed-for-list_-display-generic-.o.patch Upstream
  1327. package/scrub/0001-configure-ac-make-sure-m4-macros-are-included-in-the-build.patch Upstream
  1328. package/sdl/0001-use-correct-directfb-config.patch Upstream
  1329. package/sdl/0002-fix-compilation-with-libx11.patch Upstream
  1330. package/sdl/0003-SDL_x11yuv.c-fix-possible-use-after-free.patch Upstream
  1331. package/sdl_mixer/0001-Add-Libs.private-field-to-pkg-config-file.patch Upstream
  1332. package/sdl_mixer/0002-configure__set_macro_directory.patch Upstream
  1333. package/sdl_mixer/0003-configure.ac-fix-static-linking-with-tremor.patch Upstream
  1334. package/sdl_sound/0001-fix-constness.patch Upstream
  1335. package/sdl_sound/0002-remove-werror.patch Upstream
  1336. package/sdl_sound/0003-renamed-physfs-export.patch Upstream
  1337. package/seatd/S70seatd NotExecutable Variables
  1338. package/sedutil/0001-Common-log.h-time-2-needs-time.h.patch Upstream
  1339. package/sentry-native/0001-sentry.h-include-ucontext.h.patch Upstream
  1340. package/ser2net/S50ser2net Indent Shellcheck Variables
  1341. package/setools/0001-Do-not-export-use-setools.InfoFlowAnalysis-and-setoo.patch Upstream
  1342. package/setserial/0001-build-system-fix.patch Upstream
  1343. package/setserial/0002-tiocghayesesp-build-fix.patch Upstream
  1344. package/sg3_utils/0001-src-sg_dd.c-fix-musl-build.patch Upstream
  1345. package/sg3_utils/0002-configure.ac-fix-uclibc-ng-build.patch Upstream
  1346. package/shadowsocks-libev/0001-configure.ac-use-pkg-config-to-find-netfilter_conntr.patch Upstream
  1347. package/shadowsocks-libev/0002-fix-maybe-uninitialized-errors.patch Upstream
  1348. package/shadowsocks-libev/0003-lib-Makefile.am-remove-static-from-LDFLAGS.patch Upstream
  1349. package/shairport-sync/0001-configure.ac-find-sndfile-through-pkg-config.patch Upstream
  1350. package/shairport-sync/S99shairport-sync Indent Shellcheck Variables
  1351. package/shapelib/0001-Remove-double-free-in-contrib-shpsrt.patch Upstream
  1352. package/shared-mime-info/0001-Remove-incorrect-dependency-from-install-data-hook.patch Upstream
  1353. package/shellinabox/0001-Makefile-disable-always-building-statically.patch Upstream
  1354. package/shellinabox/0002-CVE-2018-16789-fix-for-broken-multipart-form-data.patch Upstream
  1355. package/skeleton-init-systemd/fakeroot_tmpfiles.sh Shellcheck
  1356. package/slang/0001-slsh-libs.patch Upstream
  1357. package/smcroute/S41smcroute Indent NotExecutable Variables
  1358. package/smstools3/0001-fix-Makefile.patch Upstream
  1359. package/smstools3/0002-fix-build-with-gcc-10.x.patch Upstream
  1360. package/smstools3/S50smsd Shellcheck Variables
  1361. package/snappy/0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch Upstream
  1362. package/snmppp/0001-fix-build-without-v3.patch Upstream
  1363. package/snort/0001-configure.in-Avoid-path-poisoning-with-libpcap.patch Upstream
  1364. package/snort/0002-configure.in-Allow-to-override-the-INADDR_NONE-check.patch Upstream
  1365. package/snort/0003-configure.in-convert-AC_RUN_IFELSE-to-AC_CHECK_MEMBE.patch Upstream
  1366. package/snort/0004-configure.in-convert-AC_RUN_IFELSE-to-AC_COMPILE_IFE.patch Upstream
  1367. package/snort/0005-fix-sparc.patch Upstream
  1368. package/snort/0006-Fix-compile-error-when-building-against-uclibc-or-mu.patch Upstream
  1369. package/snort/0007-Fix-error-when-building-on-a-Fedora-host-machine.patch Upstream
  1370. package/snort/0008-Fix-NO-OPTIMIZE.patch Upstream
  1371. package/socat/0001-no-documentation.patch Upstream
  1372. package/socat/0002-compat-set-NETDB_INTERNAL.patch Upstream
  1373. package/socketcand/0001-Fix-GCC10-build-failure.patch Upstream
  1374. package/softether/0001-Create-autotools-plumbing-for-SoftEther.patch Upstream
  1375. package/softether/0002-Create-libsoftether.so-and-dynamically-link.patch Upstream
  1376. package/softether/0003-use-fhs-install-directories.patch Upstream
  1377. package/softether/0004-create-non-forking-softetherd-for-upstart-and-systemd.patch Upstream
  1378. package/softether/0005-change-GetExeDir-to-GetStateDir-in-Cedar-and-Mayaqua.patch Upstream
  1379. package/softether/0006-cross-compile.patch Upstream
  1380. package/softether/0007-iconv.patch Upstream
  1381. package/softether/0008-librt.patch Upstream
  1382. package/softether/0009-uclibc-ai-addrconfig.patch Upstream
  1383. package/solarus/0001-cmake-remove-Werror.patch Upstream
  1384. package/solarus/0002-Add-a-basic-FindOpenGLES2.cmake.patch Sob Upstream
  1385. package/sox/0001-uclibc.patch Upstream
  1386. package/sox/0002-configure.ac-put-back-disable-stack-protector.patch Upstream
  1387. package/sox/0003-configure.ac-fix-static-linking-with-id3tag.patch Upstream
  1388. package/sox/0004-configure.ac-fix-static-linking-with-magic.patch Upstream
  1389. package/sox/0005-configure.ac-fix-static-linking-with-sndfile.patch Upstream
  1390. package/sp-oops-extract/0001-Make-the-Makefile-more-cross-compiler-friendly.patch Upstream
  1391. package/sp-oops-extract/0002-stdint-cleanup.patch Upstream
  1392. package/spandsp/0001-configure.ac-fix-AVX-SSE-and-MMX-options.patch Upstream
  1393. package/speechd/0001-add-disable-doc.patch Upstream
  1394. package/speex/0001-thumb2-support.patch Upstream
  1395. package/squid/S97squid Indent Shellcheck Variables
  1396. package/sredird/0001-termio.patch Upstream
  1397. package/sscep/0001-Fix-getopt-linking-error.patch Upstream
  1398. package/sshguard/S49sshguard Indent
  1399. package/sslh/S35sslh Indent Shellcheck Variables
  1400. package/start-stop-daemon/0001-add-uclibc-alias-and-musl.patch Upstream
  1401. package/start-stop-daemon/0002-just-warn-on-missing-arch.patch Upstream
  1402. package/statserial/0001-ncurses-link.patch Upstream
  1403. package/stunnel/S50stunnel Indent Shellcheck Variables
  1404. package/sudo/0001-configure.ac-fix-openssl-static-build.patch Upstream
  1405. package/supervisor/S99supervisord Variables
  1406. package/suricata/0001-python-ensure-proper-shabang-on-python-scripts.patch Upstream
  1407. package/suricata/0002-configure.ac-allow-the-user-to-override-RUST_TARGET.patch Upstream
  1408. package/suricata/S99suricata Shellcheck
  1409. package/swupdate/swupdate.sh Shellcheck
  1410. package/sylpheed/0001-harden-link-checker-before-accepting-click.patch Upstream
  1411. package/sysprof/0001-define-NT_GNU_BUILD_ID.patch Upstream
  1412. package/sysrepo/S51sysrepo-plugind Indent Shellcheck
  1413. package/system-config-printer/0001-Add-option-to-disable-xmlto-manual-generation.patch Upstream
  1414. package/system-config-printer/0002-configure-accept-non-system-cups-config.patch Upstream
  1415. package/sysvinit/0001-Makefile-disable-stack-protector-strong.patch Upstream
  1416. package/tar/0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch Upstream
  1417. package/targetcli-fb/S50target Shellcheck Variables
  1418. package/taskd/0001-Fix-missing-cmakedefine-HAVE_GET_CURRENT_DIR_NAME.patch Upstream
  1419. package/taskd/0002-Use-correct-variables-for-GnuTLS-detection.patch Upstream
  1420. package/taskd/0003-CMakeLists-use-pkg-config-uuid-detection.patch Upstream
  1421. package/tcf-agent/S55tcf-agent Shellcheck Variables
  1422. package/tcl/0001-dont-build-compat.patch Upstream
  1423. package/tesseract-ocr/0001-Check-if-platform-supports-feenableexcept.patch Upstream
  1424. package/tesseract-ocr/0002-configure.ac-fix-build-on-aarch64_be.patch Upstream
  1425. package/tftpd/0001-Use-extern-qualifier-to-fix-gcc-10.x-build.patch Upstream
  1426. package/tftpd/S80tftpd-hpa Indent Shellcheck Variables
  1427. package/ti-gfx/0001-newclkapi.patch Upstream
  1428. package/ti-gfx/0002-fix-build-omaplfb-linux.patch Upstream
  1429. package/ti-gfx/0003-km_install_modules.patch Upstream
  1430. package/ti-gfx/S80ti-gfx Shellcheck Variables
  1431. package/ti-gfx/esrev.sh Shellcheck
  1432. package/ti-sgx-um/0001-Makefile-do-not-install-init-script.patch Upstream
  1433. package/ti-sgx-um/S80ti-sgx Variables
  1434. package/ti-utils/0001-plt.h-fix-build-with-gcc-10.patch Upstream
  1435. package/tinyalsa/0001-include-time.h-before-asound.h.patch Upstream
  1436. package/tinycbor/0001-Makefile-add-DISABLE_WERROR.patch Upstream
  1437. package/tinycompress/0001-wave-add-time.h-missing-header-inclusion.patch Upstream
  1438. package/tinydtls/0001-sha2-sha2.c-fix-build-on-big-endian.patch Upstream
  1439. package/tinymembench/0001-arm-fix-build-on-Thumb-only-architectures.patch Upstream
  1440. package/tinyproxy/0001-prevent-junk-from-showing-up-in-error-page-in-invalid-requests.patch Upstream
  1441. package/tinyxml/0001-In-stamp-always-advance-the-pointer-if-p-0xef.patch Upstream
  1442. package/tor/0001-patch-src_lib_crypt_ops_crypto_dh_openssl_c.patch Upstream
  1443. package/tor/0002-patch-src_lib_crypt_ops_crypto_rsa_openssl_c.patch Upstream
  1444. package/tor/0003-patch-src_lib_tls_x509_openssl_c.patch Upstream
  1445. package/tpm2-abrmd/S80tpm2-abrmd Indent Shellcheck Variables
  1446. package/tpm2-tss/0001-Temporary-fix-for-build-without-C.patch Upstream
  1447. package/transmission/S92transmission ConsecutiveEmptyLines Indent Shellcheck Variables
  1448. package/triggerhappy/S10triggerhappy Indent Shellcheck Variables
  1449. package/trinity/0001-Fix-build-with-GCC-10.patch Upstream
  1450. package/trinity/0002-net-proto-ip-raw.c-fix-build-with-kernel-5.13.patch Upstream
  1451. package/trinity/0003-Use-fcntl-h-for-dev_t-mode_t.patch Upstream
  1452. package/trinity/0004-drop-decnet.patch Upstream
  1453. package/trousers/0001-Check-if-the-compiler-understands-pie-and-relro-options.patch Upstream
  1454. package/trousers/0002-Check-that-getpwent_r-is-available-before-using-it.patch Upstream
  1455. package/trousers/0003-Fix-build-with-LibreSSL-2-7.patch Upstream
  1456. package/tstools/0001-build-get-along-with-buildroot.patch Upstream
  1457. package/tvheadend/0001-no-check_config.patch Upstream
  1458. package/tvheadend/S99tvheadend Indent Shellcheck Variables
  1459. package/uboot-tools/0001-drop-configh-from-tools.patch Upstream
  1460. package/uboot-tools/0002-tools-only-in-no-dot-config-targets.patch Upstream
  1461. package/uboot-tools/0003-tools-Makefile-fix-C-LD-FLAGS-with-CROSS_BUILD_TOOLS.patch Upstream
  1462. package/ubus/0001-Install-server-and-client-examples.patch Upstream
  1463. package/udpcast/0001-fix-musl-build.patch Upstream
  1464. package/uemacs/01-clear-ixon-termios-flag.patch Upstream
  1465. package/uftrace/0001-cmds-records-replace-ADDR_NO_RANDOMIZE-by-its-value.patch Upstream
  1466. package/uhd/0001-host-CMakeLists-add-boost-unit_test_framework-requir.patch Upstream
  1467. package/uhttpd/0001-Remove-Werror.patch Upstream
  1468. package/uhttpd/0002-Fix-TCP_FASTOPEN-related-compile-error.patch Upstream
  1469. package/umtprd/0001-Fix-output_dir-make-dependency.patch Upstream
  1470. package/unbound/S70unbound Shellcheck
  1471. package/unifdef/0001-Makefile-fix-error-on-install.patch Upstream
  1472. package/unixodbc/0001-DriverManager-drivermanager.h-fix-build-without-thre.patch Upstream
  1473. package/unscd/S46unscd Indent Shellcheck Variables
  1474. package/unzip/0001-Add-a-CMakeFile.txt-to-ease-cross-compilation.patch Upstream
  1475. package/upmpdcli/S99upmpdcli Indent Shellcheck Variables
  1476. package/uqmi/0001-uqmi-avoid-gcc-12.x-false-error-reporting-storing-th.patch Upstream
  1477. package/urg/0001-select-h.patch Upstream
  1478. package/urg/0002-urg-gcc6-fix-narrowing-conversion.patch Upstream
  1479. package/usb_modeswitch/0001-fix-systemd-detection.patch Upstream
  1480. package/usbguard/S20usbguard Indent Shellcheck Variables
  1481. package/usbmount/0001-rules-fix.patch Upstream
  1482. package/usbmount/0002-use-udev-environment-instead-of-blkid.patch Upstream
  1483. package/ushare/0001-Don-t-build-po-files-if-NLS-is-disabled.patch Upstream
  1484. package/ussp-push/0001-fix-build-against-bluez-4.patch Upstream
  1485. package/ussp-push/0002-fix-build-again-obex-bluez.patch Upstream
  1486. package/ussp-push/0003-add-OBEX_CharToUnicode.patch Upstream
  1487. package/vala/0001-dont-add-dirty-to-valac-version.patch Upstream
  1488. package/vala/vala-wrapper Shellcheck
  1489. package/valgrind/0001-workaround-SIGSEGV-on-PPC.patch Upstream
  1490. package/valgrind/0002-Define-PTRACE_GETSIGINFO-on-PowerPC-when-not-availab.patch Upstream
  1491. package/vboot-utils/0001-Add-missing-definition-of-MTD_CHAR_MAJOR.patch Upstream
  1492. package/vboot-utils/0002-Add-missing-header-include-for-ssize_t.patch Upstream
  1493. package/vboot-utils/0003-Avoid-RSA-type-redefinition.patch Upstream
  1494. package/vboot-utils/0004-Disable-static-futility.patch Upstream
  1495. package/vboot-utils/0005-include-sys-sysmacros.h-for-major.patch Upstream
  1496. package/vboot-utils/0006-Update-for-openssl-1.1.patch Upstream
  1497. package/vboot-utils/0007-Make-vboot_version-extern-in-header.patch Upstream
  1498. package/vde2/0001-no-cxx.patch Upstream
  1499. package/vde2/0002-fstp-Add-static-to-inline-functions.patch Upstream
  1500. package/vde2/0003-vde_l3-Add-static-to-inline-functions.patch Upstream
  1501. package/vdr/0001-getloadavg.patch Upstream
  1502. package/vlc/0001-Disable-building-of-statically-linked-vlc-binary.patch Upstream
  1503. package/vlc/0002-automake-add-subdir-objects-option.patch Upstream
  1504. package/vlc/0003-build-use-pkg-config-to-get-tremor-libs.patch Upstream
  1505. package/vlc/0004-Fix-build-error-using-uClibc-by-adding-sys-types.h.patch Upstream
  1506. package/vlc/0005-Don-t-assume-strerror_l-is-available.patch Upstream
  1507. package/vlc/0006-posix-remove-ancient-run-time-fallback-to-real-time-.patch Upstream
  1508. package/vlc/0007-Add-support-for-freerdp2.patch Upstream
  1509. package/vlc/0008-configure.ac-also-use-AC_PATH_PROG-to-check-for-wayl.patch Upstream
  1510. package/vlc/0009-modules-video_filter-opencv_example.cpp-fix-build-wi.patch Upstream
  1511. package/vlc/0010-opengl-missing-library-check.patch Upstream
  1512. package/vpnc/0001-Makefile-allow-to-override-the-PREFIX-variable.patch Upstream
  1513. package/vpnc/0002-Makefile-allow-to-override-the-version.patch Upstream
  1514. package/vpnc/0003-Makefile-allow-passing-custom-CFLAGS-CPPFLAGS.patch Upstream
  1515. package/vpnc/0004-Makefile-provide-an-option-to-not-build-manpages.patch Upstream
  1516. package/vpnc/0005-Makefile-allow-passing-a-custom-path-to-libgcrypt-co.patch Upstream
  1517. package/vpnc/0006-config.c-Replace-deprecated-SUSv3-functions-with-POS.patch Upstream
  1518. package/vpnc/0007-sysdep.h-don-t-assume-error.h-is-available-on-all-Li.patch Upstream
  1519. package/vpnc/0008-sysdep.c-don-t-include-linux-if_tun.h-on-Linux.patch Upstream
  1520. package/vpnc/0009-config.c-add-missing-sys-ttydefaults.h-include.patch Upstream
  1521. package/vsftpd/0001-utmpx-builddef.patch Upstream
  1522. package/vsftpd/0002-fix-CVE-2015-1419.patch Upstream
  1523. package/vsftpd/0003-Prevent-hang-in-SIGCHLD-handler.patch Upstream
  1524. package/vsftpd/S70vsftpd Indent Shellcheck Variables
  1525. package/vte/0001-build-Fix-build-with-kernel-headers-from-linux-4-13.patch Upstream
  1526. package/vte/0002-build-Fix-check-for-fstack-protector-compiler-support.patch Upstream
  1527. package/vtun/0001-fix-installation.patch Upstream
  1528. package/vtun/0002-fix-ssl-headers-checks.patch Upstream
  1529. package/vtun/0003-openssl11.patch Upstream
  1530. package/w_scan/0001-musl.patch Upstream
  1531. package/w_scan/0002-si_types-h-fix-build-with-gcc-10.patch Upstream
  1532. package/waffle/0001-cmake-forward-cflags-from-.pc-files-to-waffle-cflags.patch Upstream
  1533. package/waffle/0002-wayland-fix-build-against-version-1-20.patch Upstream
  1534. package/waffle/0003-drop-C-dependency.patch Upstream
  1535. package/wampcc/0001-Add-RISC-V-endian-detection.patch Upstream
  1536. package/wampcc/0002-include-wampcc-platform.h-fix-build-with-musl-1.2.0.patch Upstream
  1537. package/wampcc/0003-Broken-build-on-Windows.patch Upstream
  1538. package/watchdogd/S01watchdogd Indent NotExecutable
  1539. package/wavemon/0001-iw_if.h-don-t-include-linux-if.h.patch Upstream
  1540. package/webrtc-audio-processing/0001-Proper-detection-of-cxxabi.h-and-execinfo.h.patch Upstream
  1541. package/wget/0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch Upstream
  1542. package/wilc-driver/0001-cfg80211.c-fix-missing-prandom_u32-with-Linux-6.1.0.patch Upstream
  1543. package/wilc-driver/0002-spi.c-fix-build-failure-on-remove-callback.patch Upstream
  1544. package/wilc-driver/0003-cfg80211.c-fix-build-failure-with-Linux-5.19-and-6.1.patch Upstream
  1545. package/wilc-driver/0004-Fix-struct-station_parameters-Linux-6.1-build-failur.patch Upstream
  1546. package/wilc-driver/0005-Fix-cast-warnings.patch Upstream
  1547. package/wipe/0001-musl.patch Upstream
  1548. package/wireless_tools/0001-remove-bzero.patch Upstream
  1549. package/wireshark/0001-cmake-lemon-wipe-CMAKE_-EXE_LINKER_FLAGS-SYSROOT-if-.patch Upstream
  1550. package/wlroots/0001-Add-feature-macros-to-more-C-files-.patch Upstream
  1551. package/woff2/0001-CMake-Handle-multiple-libraries-being-returned-for-B.patch Upstream
  1552. package/wpa_supplicant/0001-build-re-enable-options-for-libwpa_client.so-and-.patch Upstream
  1553. package/wpa_supplicant/ifupdown.sh Shellcheck
  1554. package/wpewebkit/0001-FELightningNEON.cpp-fails-to-build-NEON-fast-path-se.patch Upstream
  1555. package/x11r7/xapp_luit/0001-posix-openpt.patch Upstream
  1556. package/x11r7/xapp_xdm/S99xdm Indent Variables
  1557. package/x11r7/xcursor-transparent-theme/0001-fix-symlink.patch Upstream
  1558. package/x11r7/xdriver_xf86-input-evdev/0001-build-get-rid-of-sdkdir.patch Upstream
  1559. package/x11r7/xdriver_xf86-input-joystick/0001-build-get-rid-of-sdkdir.patch Upstream
  1560. package/x11r7/xdriver_xf86-input-libinput/0001-build-get-rid-of-sdkdir.patch Upstream
  1561. package/x11r7/xdriver_xf86-input-mouse/0001-build-get-rid-of-sdkdir.patch Upstream
  1562. package/x11r7/xdriver_xf86-input-synaptics/0001-build-get-rid-of-sdkdir.patch Upstream
  1563. package/x11r7/xdriver_xf86-video-fbturbo/0001-sunxi_x_g2d-drop-unused-dri2-include.patch Upstream
  1564. package/x11r7/xdriver_xf86-video-fbturbo/0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch Upstream
  1565. package/x11r7/xdriver_xf86-video-fbturbo/0003-Update-for-1.20-ABI.patch Upstream
  1566. package/x11r7/xdriver_xf86-video-fbturbo/0004-xorg.conf-add-mandatory-modules-fb-shadow-fbdevhw.patch Upstream
  1567. package/x11r7/xdriver_xf86-video-fbturbo/0005-backing_store_tuner-struct-_Window-backStorage-is-go.patch Upstream
  1568. package/x11r7/xdriver_xf86-video-imx/0001-Update-to-newer-swap-macros.patch Upstream
  1569. package/x11r7/xdriver_xf86-video-imx/0002-Fix-error-unknown-type-name-uint.patch Upstream
  1570. package/x11r7/xdriver_xf86-video-imx/0003-support-glibc-2.20.patch Upstream
  1571. package/x11r7/xdriver_xf86-video-imx/0004-Make-video-API-forward-and-backward-compatible.patch Upstream
  1572. package/x11r7/xdriver_xf86-video-imx/0005-xf86-video-imxfb-fix-m4-hardcodded-paths.patch Upstream
  1573. package/x11r7/xdriver_xf86-video-imx/0006-xserver-1.14-compat.patch Upstream
  1574. package/x11r7/xdriver_xf86-video-mach64/0001-cross-compile.patch Sob Upstream
  1575. package/x11r7/xdriver_xf86-video-nouveau/0001-nouveau-fixup-driver-for-new-X-server-ABI.patch Upstream
  1576. package/x11r7/xdriver_xf86-video-tdfx/0001-cross.patch Sob Upstream
  1577. package/x11r7/xserver_xorg-server/0001-include-misc.h-fix-uClibc-build.patch Upstream
  1578. package/x11r7/xserver_xorg-server/S40xorg Shellcheck Variables
  1579. package/x11vnc/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch Upstream
  1580. package/x11vnc/0002-scan-limit-access-to-shared-memory-segments-to-current-user.patch Upstream
  1581. package/x265/0001-fix-gcc-options.patch Upstream
  1582. package/xen/0001-9pfs-include-linux-limits.h-for-XATTR_SIZE_MAX.patch Upstream
  1583. package/xen/0002-Fix-build-with-64-bits-time_t.patch Upstream
  1584. package/xen/0003-libs-light-fix-tv_sec-printf-format.patch Upstream
  1585. package/xen/0004-libs-light-fix-tv_sec-fprintf-format.patch Upstream
  1586. package/xenomai/3.0.10/0001-lib-boilerplate-iniparser-Allow-building-with-GCC-10-2-2020101.patch Upstream
  1587. package/xenomai/3.0.10/0002-Add-disable-demo-testsuite-options.patch Upstream
  1588. package/xenomai/3.0.10/0003-lib-cobalt-copperplate-Use-valid-addresses-for-pthread_setspecific.patch Upstream
  1589. package/xfsprogs/0001-mdrestore-do-not-do-dynamic-linking-of-libtool-libra.patch Upstream
  1590. package/xfsprogs/0002-libxfs-do-not-try-to-run-the-crc32selftest.patch Upstream
  1591. package/xfsprogs/0003-libxfs-stop-overriding-MAP_SYNC-in-publicly-exported.patch Upstream
  1592. package/xinetd/0001-ar.patch Upstream
  1593. package/xinetd/0002-destdir.patch Upstream
  1594. package/xinetd/0003-rpc-fix.patch Upstream
  1595. package/xinetd/0004-configure-rlim_t.patch Upstream
  1596. package/xinetd/0005-CVE-2013-4342-xinetd-ignores-user-and-group-directiv.patch Upstream
  1597. package/xl2tp/xl2tpd TrailingSpace
  1598. package/xml-security-c/0001-fix-build-with-libressl-3.5.0.patch Upstream
  1599. package/xxhash/0001-fix-man-page-installation.patch Upstream
  1600. package/xxhash/0002-Makefile-add-dedicated-install-targets.patch Upstream
  1601. package/xxhash/0003-do-no-longer-depend-on-assert-h-for-XXH_STATIC_ASSERT.patch Upstream
  1602. package/xxhash/0004-Makefile-add-install_libxxhash.includes-target.patch Upstream
  1603. package/yajl/0001-Let-the-shared-and-the-static-library-have-the-same-.patch Upstream
  1604. package/yajl/0002-cmake-disable-shared-library-build-when-BUILD_SHARED.patch Upstream
  1605. package/yajl/0003-Link-with-shared-libyajl-in-a-shared-build.patch Upstream
  1606. package/yajl/0004-Link-libyajl-_s-with-libm-when-isnan-is-not-brought-.patch Upstream
  1607. package/ympd/0001-only-c-language.patch Upstream
  1608. package/ympd/0002-added-forward-declarations.patch Upstream
  1609. package/ytree/0001-fix-musl.patch Upstream
  1610. package/zabbix/0001-m4-netsnmp.m4-fix-shared-netsnmp-build.patch Upstream
  1611. package/zabbix/0002-fix-build-with-libressl-3.5.0.patch Upstream
  1612. package/zbar/0001-python-enum-fix-build-for-Python-3.11.patch Upstream
  1613. package/zchunk/0001-meson-fix-argp-standalone-wrap-and-find_library.patch Upstream
  1614. package/zchunk/0002-zck-declare-write_data-as-static.patch Upstream
  1615. package/zic/0001-remove-dependency-check-on-version-file.patch Upstream
  1616. package/zip/0001-configure-Remove-Check-C-compiler-type-optimization-.patch Upstream
  1617. package/zip/0002-configure-Don-t-use-host-CPP.patch Upstream
  1618. package/zip/0003-Makefile-Use-CFLAGS-from-command-line.patch Upstream
  1619. package/zip/0004-configure-use-LDFLAGS-from-command-line.patch Upstream
  1620. package/zip/0005-unix-configure-remove-GID-UID-size-check.patch Upstream
  1621. package/zip/0006-unix-configure-borrow-the-LFS-test-from-autotools.patch Upstream
  1622. package/zip/0007-timezone.c-needs-time.h-fixes-musl-compile.patch Upstream
  1623. package/zip/0008-fix-musl-static-build.patch Upstream
  1624. package/zmqpp/0001-Allow-building-shared-or-static-library-only.patch Upstream
  1625. package/znc/0001-LibreSSL-3.5-opaqued-structures.patch Upstream
  1626. package/znc/0002-Fix-build-with-libressl.patch Upstream
  1627. package/znc/0003-DH_set0_pqg-and-DH_get0_key-have-existed-since-Libre.patch Upstream
  1628. package/zziplib/0001-implant-ZZIP_LIBLATEST-for-zzip_lib.patch Upstream
  1629. support/dependencies/check-host-asciidoc.sh Shellcheck
  1630. support/dependencies/check-host-cmake.sh Shellcheck
  1631. support/dependencies/check-host-gzip.sh Shellcheck
  1632. support/dependencies/check-host-lzip.sh Shellcheck
  1633. support/dependencies/check-host-make.sh Shellcheck
  1634. support/dependencies/check-host-python3.sh Shellcheck
  1635. support/dependencies/check-host-tar.sh Shellcheck
  1636. support/dependencies/check-host-xzcat.sh Shellcheck
  1637. support/dependencies/dependencies.sh Shellcheck
  1638. support/download/bzr ConsecutiveEmptyLines Shellcheck
  1639. support/download/cargo-post-process Shellcheck
  1640. support/download/check-hash Shellcheck
  1641. support/download/cvs Shellcheck
  1642. support/download/dl-wrapper Shellcheck
  1643. support/download/file Shellcheck
  1644. support/download/git Shellcheck
  1645. support/download/go-post-process Shellcheck
  1646. support/download/hg Shellcheck
  1647. support/download/scp Shellcheck
  1648. support/download/sftp Shellcheck
  1649. support/download/svn Shellcheck
  1650. support/download/wget Shellcheck
  1651. support/gnuconfig/update Shellcheck
  1652. support/libtool/buildroot-libtool-v1.5.patch ApplyOrder Sob Upstream
  1653. support/libtool/buildroot-libtool-v2.2.patch ApplyOrder Sob Upstream
  1654. support/libtool/buildroot-libtool-v2.4.4.patch ApplyOrder Upstream
  1655. support/libtool/buildroot-libtool-v2.4.patch ApplyOrder Sob Upstream
  1656. support/misc/relocate-sdk.sh Shellcheck
  1657. support/scripts/apply-patches.sh Shellcheck
  1658. support/scripts/br2-external Shellcheck
  1659. support/scripts/check-bin-arch Shellcheck
  1660. support/scripts/check-host-rpath Shellcheck
  1661. support/scripts/expunge-gconv-modules Shellcheck
  1662. support/scripts/fix-configure-powerpc64.sh EmptyLastLine
  1663. support/scripts/fix-rpath Shellcheck
  1664. support/scripts/generate-gitlab-ci-yml Shellcheck
  1665. support/scripts/mkmakefile ConsecutiveEmptyLines Shellcheck
  1666. support/scripts/mkusers Shellcheck
  1667. support/scripts/setlocalversion Shellcheck
  1668. support/testing/tests/core/post-build.sh Shellcheck
  1669. support/testing/tests/package/test_opkg/post-build.sh Shellcheck
  1670. support/testing/tests/utils/test_get_developers/0001-package-binutils-change-.mk.patch NumberedSubject Upstream
  1671. utils/checkpackagelib/lib_patch.py Flake8