summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* nano: upgrade 6.4 -> 7.0Wang Mingyu2022-11-191-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* googlebenchmark: upgrade 1.7.0 -> 1.7.1Wang Mingyu2022-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Remove stray comment and added missing header Initialize help hook before actually parsing the command line remove unnecessary generated include directory Fixed build issues on window Explicitly cast int literals to int8_t in tests to silence implicit-conversion warnings Ensure we don't need benchmark installed to pass c++ feature checks Avoid deprecation warning in NVHPC run ClearRegisteredBenchmarks at exit FIx typo in benchmark.h add debug option for enabling more output for failed cxxfeaturechecks Fix link error when use as static library on windows. use CMAKE_INSTALL_FULL in pkg-config file (fixes nix package) Clean up test documentation formatting Enable aarch64 Linux wheel builds, use cibuildwheel action directly Eliminate usage of deprecated API in sysinfo.cc Stop using pandas.Timedelta (fixes #1482) Discuss sources of variance in the user guide Bump pybind11 version to enable Python 3.11 wheel builds bump cmake dep and docs Support for QuRT OS (Hexagon RTOS) Fix Solaris compilation (#1499) Do not depend on unversioned python binary Partially revert "Do not depend on unversioned python binary (#1496)" Add information for supported Python versions to setup.py [bazel] Build libpfm as a dependency to allow collection of perf counters Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: upgrade 2.8.1 -> 2.9.0Wang Mingyu2022-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Notewhorth changes: ------------------- Backported #8252: Support sending server redirection PDU Backported #8406: Ensure X11 client cursor is never smaller 1x1 Backported #8403: Fixed multiple client side input validation issues (CVE-2022-39316, CVE-2022-39317, CVE-2022-39318, CVE-2022-39319, CVE-2022-39320, CVE-2022-41877, CVE-2022-39347) Backported #7282: Proxy server now discards input events sent before activation was received Backported #8324: Internal replacements for md4, md5 and hmac-md5 For the time being the RDP protocol requires these outdated hash algorithms. So any distribution that wants to ship a working FreeRDP should check the options WITH_INTERNAL_MD4 (and depending on OpenSSL deprecation status WITH_INTERNAL_MD5) Fixed issues: -------------- Backported #8341: Null checks in winpr_Digest_Free Backported #8335: Missing NULL return in winpr_Digest_New Backported #8192: Support for audin version 2 microphone channel Backported #7282: Discard input events before activation (Fixes #8374) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nss: fix SRC_URIMartin Jansa2022-11-151-1/+1
| | | | | | | | * http://ftp.mozilla.org/pub/mozilla.org now returns 404, but the SRC_URI still works without "mozilla.org" directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: add patch to use sysroot prefix for pkgdatadirMarkus Volk2022-11-112-1/+35
| | | | | | | | Add backport patch https://github.com/vcrhonek/hwdata/pull/19/commits/d3325fd72bd45ba74e709b4083521104193b224e Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uhubctl: upgrade 2.4.0 -> 2.5.0Wang Mingyu2022-11-091-1/+1
| | | | | | | | | | | | | | Changelog: =========== * Added support for Linux sysfs based power switching provided in Linux kernel 6.0+ - it allows to solve reliability issues when turning power off on Linux (#450). * Added option --nodesc to skip querying device string descriptors (necessary for some buggy devices which otherwise would completely freeze). * New simpler way to configure udev rules on Linux (one rule works for any USB hub). * Even more supported devices. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tio: upgrade 2.2 -> 2.3Wang Mingyu2022-11-091-1/+1
| | | | | | | | | | | | | | Changes since tio v2.2: ======================= Add mute feature This will make tio go fully silent and not print anything. Rename config variable 'tty' to 'device' Deprecate tty config keyword but keep it around for now Update show config Update example tiorc Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* satyr: upgrade 0.39 -> 0.40Wang Mingyu2022-11-092-32/+2
| | | | | | | | | | | | | 0001-py_base_stacktrace.c-include-glib.h.patch removed since it's included in 0.40 Changelog: ========= py_base_stacktrace.c: include glib.h Add support for fine-grained error location lines in Python tracebacks Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 22.10.0 -> 22.11.0Wang Mingyu2022-11-091-1/+1
| | | | | | | | | | | | Changelog: ========== core: * CairoOutputDev: Update font after restore * Protect against broken files * Small code refactoring Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poco: upgrade 1.12.3 -> 1.12.4Wang Mingyu2022-11-091-1/+1
| | | | | | | | | | Changelog: ============ - GH #3849: Upgrade bundled libexpat to 2.5.0 [fixes CVE] - GH #3852: SocketReactor - 100 % CPU usage on single-core system Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cli11: upgrade 2.3.0 -> 2.3.1Wang Mingyu2022-11-071-1/+1
| | | | | | | | | | | Changelog: ========== Bugfix: App::get_option_group implementation missing #793 Bugfix: Fix spacing when setting an empty footer #796 Bugfix: Address Klocwork static analysis checking issues #785 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcms: upgrade 2.13.1 -> 2.14Wang Mingyu2022-11-071-1/+1
| | | | | | | | | | | | | | Changelog: =========== lcms2 now implements ICC specification 4.4 New multi-threaded plug-in several fixes to keep fuzzers happy Remove check on DLL when CMS_NO_REGISTER_KEYWORD is used Added more validation against broken profiles Add more help to several tools Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.363 -> 0.364Wang Mingyu2022-11-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlsec1: upgrade 1.2.34 -> 1.2.36Wang Mingyu2022-11-073-11/+15
| | | | | | | | | | | | | | | | | | makefile-ptest.patch xmlsec1-examples-allow-build-in-separate-dir.patch refreshed for new version. Changelog: =========== Retired the XMLSec mailing list "xmlsec@aleksey.com" and the XMLSec Online Signature Verifier. Migration to OpenSSL 3.0 API (based on PR by @snargit). Note that OpenSSL engines are disabled by default when XMLSec library is compiled against OpenSSL 3.0. To re-enable OpenSSL engines, use "--enable-openssl3-engines" configure flag (there will be a lot of deprecation warnings). The OpenSSL before 1.1.0 and LibreSSL before 2.7.0 are now deprecated and will be removed in the future versions of XMLSec Library. Refactored all the integer casts to ensure cast-safety. Fixed all warnings and enabled "-Werror" and "-pedantic" flags on CI builds. Added configure flag to use size_t for xmlSecSize (currently disabled by default for backward compatibility). Moved all CI builds to GitHub actions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poco: upgrade 1.12.2 -> 1.12.3Wang Mingyu2022-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - GH #3682: Including Any.h causes Compiler error on Visual Studio - GH #3683: Poco::format receives empty Vector<Any> - GH #3692: v1.12.0 and v1.12.1 Poco::Any compile problem - GH #3723: DateTimeFormatter creates invalid ISO8601 string - GH #3737: Poco EventImpl for Win32 breaks INFINITE wait - GH #3744: bindImplLOB zero size (or NULL) HY104 "Invalid precision value" - GH #3748: Poco 1.12.2 - Building DataMySQL still fails (issue #3689) - GH #3753: Fix optional JSON support for MySQL - GH #3763: Poco::Util::Application VxWorks main is incorrect - GH #3769: Fixed converting/correcting pre-gregorian dates (#3723). - GH #3795: aix system NumberFormatter.cpp build error - GH #3805: Upgrade expat to 2.4.9 - GH #3814: Security Vulnerability identified in POCO version 1.12.2 - GH #3825: VS 2022 Net project missing ARM64 config - GH #3834: SocketImpl::available() - GH #3846: Upgrade bundled zlib to 1.2.13 [fixes CVE] - GH #3847: Upgrade bundled SQLite to 3.39.4 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* function2: upgrade 4.2.1 -> 4.2.2Wang Mingyu2022-10-311-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iniparser: Add native supportJoshua Watt2022-10-281-0/+2
| | | | | | | | Native tools may link against iniparser, so extend it to be a native recipe also. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vbxguestdrivers: upgrade 7.0.0 -> 7.0.2Gianfranco Costamagna2022-10-281-1/+1
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tio: upgrade 2.1 -> 2.2zhengruoqin2022-10-241-1/+1
| | | | | | | | | | | | | | Changelog: =========== * Add shell completion of sub-configuration names Does not work with sub configuration names that contains one or more white spaces. * Beautify help * Fix error message * Simplify configfile implementation Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* msktutil: Add recipeKhem Raj2022-10-191-0/+15
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: upgrade 6.1.38 -> 7.0.0Gianfranco Costamagna2022-10-191-3/+3
| | | | | | | | Move license from GPL-2 to GPL-3 Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add condition for libusbgx-exampleshomalozoa2022-10-181-2/+2
| | | | | | | * Add @bb.utils.contains for PACKAGE_BEFORE_PN and INITSCRIPT_PACKAGES to make configs in PACKAGECONFIG work. Signed-off-by: homalozoa <nx.tardis@gmail.com>
* tio: upgrade 2.0 -> 2.1zhengrq.fnst2022-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since tio v2.0: ======================= Fix output line delay Apply output line delay on lines ending with \n. On most systems lines ends with \n or \r\n. Do not print timestamps in hex mode Improve input mechanism in hex mode Print the 2 character hex code that you input in hex mode but then delete it before sending. This way it is easier to keep track of what you are inputting. It basically mimics the ctrl-shift-u input mechanism that is used to input unicode. Add support for sending prefix character to serial device Do so by inputting prefix key twice, e.g. input ctrl-t ctrl-t to send ctrl-t character to serial device. Clean up indentation Update example tiorc Add bit reverse order feature Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cli11: upgrade 2.2.0 -> 2.3.0Wang Mingyu2022-10-181-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== Add CLI11_PRECOMPILED as an option. #762 Bugfix: Include <functional> in FormatterFwd #727 Bugfix: Add missing Macros.hpp to Error.hpp #755 Bugfix: Fix subcommand callback trigger #733 Bugfix: Variable rename to avoid warning #734 Bugfix: split_program_name single file name error #740 Bugfix: Better support for min/max overrides on MSVC #741 Bugfix: Support MSVC 2022 #748 Bugfix: Support negated flag in config file #775 Bugfix: Better errors for some confusing config file situations #781 Backend: Restore coverage testing (lost with Travis CI) #747 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: upgrade 2.8.0 -> 2.8.1Wang Mingyu2022-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ Notewhorth changes: Fixed CVE-2022-39282 Fixed CVE-2022-39283 Added missing commit for backported #8041: Remove ALAW/ULAW codecs from linux backends (unreliable) Added hash checks for android build script dependencies Fixed issues: #8190: Fix build break with newer FFMPEG versions #8234: Updated flatpak with build script #8210: Better execinfo support check for android #7708: Header now defines DumpThreadHandles #8176: Check fullscreen state and not setting #8236: Send resize on window state change #7611: Audin macOS monterey fix #8291: Android build script update Fix length checks and initialization in the deprecated (disabled per default) tsmf channel Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uriparser: Upgrade 0.9.6 -> 0.9.7Alex Kiernan2022-10-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to use github-releases for upstream tracking. Changelog: 2022-10-05 -- 0.9.7 * Fixed: Multiple issues with IPv6 and IPvFuture literal parsing (GitHub #146, GitHub #150) Thanks to Scallop Ye for the report and the pull request! * Fixed: Fix symbol visibility for -DBUILD_SHARED_LIBS=OFF (GitHub #139, GitHub #141); thanks to Mariusz Zaborski for the report! * Fixed: For MinGW, use size_t for inet_ntop declaration and fix macro checks for both MinGW and mingw-w64 (GitHub #131) * Fixed: Compiler warnings (GitHub #132, GitHub #152) * Improved: Use name UriConfig.h rather than generic config.h for the config header file to avoid name clashes and also include it through "UriConfig.h" with quotes rather than <UriConfig.h> so that it is found in quote path locations (GitHub #149) Thanks to Gaspard Petit for bringing this up! * Improved: Document need for UriConfig.h in UriMemory.c (GitHub #136) * Infrastructure: Add (support for) Visual Studio 17/2022 (GitHub #152) * Infrastructure: Drop (support for) Visual Studio <=14/2015 (GitHub #152) * Infrastructure: Update Clang from 13 to 15 (GitHub #143, GitHub #151) * Infrastructure: Make MinGW with 32bit Wine on Ubuntu 20.04 possible (GitHub #142, GitHub #144, GitHub #145) * Soname: 1:30:0 — see https://verbump.de/ for what these numbers do Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* double-conversion: added double-conversion libSebastian Suesens2022-10-171-0/+18
| | | | | | | This provides binary-decimal and decimal-binary routines for IEEE doubles. Signed-off-by: Sebastian Suesens <sebastian.suesens@baslerweb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* md4c: added md4c libSebastian Suesens2022-10-171-0/+17
| | | | | | | MD4C is Markdown parser implementation in C. Signed-off-by: Sebastian Suesens <sebastian.suesens@baslerweb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crucible: Add recipeFabio Estevam2022-10-151-0/+19
| | | | | | | | crucible is an utility that provides userspace support for reading and writing to the i.MX fuses. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: Update to 1.4.27Fabio Estevam2022-10-151-2/+2
| | | | | | | | Update to the 1.4.27 version and also pass -DWITH_WEBKIT2GTK=OFF to allow building it without webkit2gtk support. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: Upgrade 2.5.12 -> 2.5.13Jiaqing Zhao2022-10-104-123/+1
| | | | | Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* links: upgrade 2.27 -> 2.28Wang Mingyu2022-10-101-1/+1
| | | | | | | | | | | | | | Changelog: =========== - Disable cache when following redirects from consent.google.com - On Windows, change the default directory to the "Downloads" directory, so that downloaded files are placed there - Compile the 32-bit Windows version without SSE2 instructions - Fix a display glitch on framebuffer, if the user doesn't have mouse and if he presses F5, F6, F7 or F8 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 22.09.0 -> 22.10.0Wang Mingyu2022-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== core: * SplashOutputDev::tilingPatternFill: Properly restore CTM on failure. Issue #1292 * Protect against malformed files * Refactor code to not use strndup * Other small code refactoring utils: * pdftoppm: Avoid round-off errors when determining raster dimensions * pdftocairo: Avoid round-off errors when determining raster dimensions * pdftotext: Simplify memory handling qt: * Take into account flagNoView when getting/setting the visible status. KDE bug #456313 build system: * Fix sed invocation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.362 -> 0.363Wang Mingyu2022-10-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dool: upgrade 1.0.0 -> 1.1.0Wang Mingyu2022-10-081-1/+1
| | | | | | | | | | | | | | | Changelog: ======== Use unicode box drawing characters to make things look more modern Add installation script Make the output cleaner by using better ANSI line clearing options Better compatibility on older versions of Python. Tested on Python 3.6 Memory calculation is now closer to free Include "available" memory instead of "buffers" Major README updates to help new users get started Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* re2: fix branch name from master to mainMartin Jansa2022-10-071-1/+1
| | | | | | | | | | re2 $ git branch -a --contains 166dbbeb3b0ab7e733b278e8f42a84f6882b8a25 * main remotes/origin/HEAD -> origin/main remotes/origin/main Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tio: correct license informationMichael Opdenacker2022-10-071-1/+1
| | | | | | | | Source: https://github.com/tio/tio/blob/6618642acf28fec6d3e70ed75b50d4ce138ea08a/LICENSE (corresponding to version 2.0, unchanged in latest master) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: fix reproducibility issuesAnuj Mittal2022-10-061-15/+15
| | | | | | | | | | | Download and unpack contrib modules and other repositories in S instead of WORKDIR so they don't escape file-prefix-map substitutions. Fixes a number of reproducibility problems because of OpenCV check macros that were embedding path to files in contrib/. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spitools: remove unused BPV variableThomas Perrot2022-10-051-1/+0
| | | | | | | This variable isn't longer used to set the PV value. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fmt: upgrade 8.1.1 -> 9.1.0William A. Kennington III2022-09-291-1/+1
| | | | | Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* onig: Upgrade 6.9.4 -> 6.9.8Alex Kiernan2022-09-293-21/+20
| | | | | | License-Update: Update year Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libftdi: Add ftdi-eeprom supportDaniel Gomez2022-09-291-2/+4
| | | | | | | | Add ftdi-eeprom support. Note: Prepend ftdi-eeprom PACKAGE to avoid ftdi_eeprom to be installed in the default PN package. Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tio: added tio version 2.0 and 1.47onkelpit2022-09-291-0/+19
| | | | | | | | | deleted tio v1.47 corrected RDEPENDS variable of recipe tio: merged recipe into one file Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusbgx: add PACKAGECONFIG to make build predicableMing Liu2022-09-231-10/+19
| | | | | | | | | | | | | | Also introduce a ${PN}-examples subpackage since all binaries get built only when --enable-examples is set to true, move them into ${PN}-examples package. Another advantage of this change is that now libusbgx only contains a .so library so the recipes DEPENDs on it wont involve in unnecessary binaries or systemd/sysvinit scripts. Also uprev to the latest git hash in master and fix some inconsistent coding style and an invalid EXTRA_OECONF. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* emacs: Update to version 28.2Alejandro Enedino Hernandez Samaniego2022-09-223-194/+165
| | | | | | | | | | | | | | - Remove upstreamed patch emacs-glibc-2.34.patch - Rebase usemake-docfile-native.patch - Emacs isnt aware we are cross compiling, detects host arch, e.g. x86 and tries to build seccomp-filter using cross-compiler even though it wont work for the target arch, explicitly disable seccomp to avoid configure script from wronfully enabling it for target. - Fix emacs-minimal package runtime issue. - Fix target pollution (buildpaths) reference to TMPDIR. Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smarty: upgrade 4.2.0 -> 4.2.1zhengruoqin2022-09-201-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========= Security --------- Applied appropriate javascript and html escaping in mailto plugin to counter injection attacks #454 Fixed -------- Fixed PHP8.1 deprecation errors in modifiers (upper, explode, number_format and replace) #755 and #788 Fixed PHP8.1 deprecation errors in capitalize modifier #789 Fixed use of rand() without a parameter in math function #794 Fixed unselected year/month/day not working in html_select_date #395 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* neon: upgrade 0.32.2 -> 0.32.4wangmy2022-09-201-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exiv2: Fix buildpaths warning.Lei Maohui2022-09-141-0/+7
| | | | | | | Remove the build path from file exiv2Config.cmake. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fltk: Fix buildpaths warning.Lei Maohui2022-09-141-1/+3
| | | | | | | Remove the build path from files. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zbar: disable python3 support as incompatible with py 3.11Alexander Kanavin2022-09-141-1/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>