summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-types-setuptools: upgrade 70.0.0.20240524 -> 70.1.0.20240627Wang Mingyu2024-07-011-1/+1
| | | | | | | | Changelog: Update setuptools to v70.1.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twine: upgrade 5.1.0 -> 5.1.1Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | Changelog: =========== - Resolve DeprecationWarnings when extracting twine metadata. - Fix bug for Repository URLs with auth where the port was lost. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: upgrade 5.0.6 -> 5.0.7Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | Changelog: ============= - None UnixDomainSocket timeout - Updated redis version to represent latest available build Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rapidjson: upgrade 1.17 -> 1.18Wang Mingyu2024-07-011-2/+2
| | | | | | | | | | Changelog: Expose PEP-484 typing stubs, thanks to Rodion Kosianenko and GoodWasHere License-Update: Copyright year updated to 1.18 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: upgrade 3.6.8 -> 3.6.9Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Remove python 3.8 from CI - Log comm retries. - Solve serial unrequested frame. - test convert registers with 1234.... - Fix writing to serial (rs485) on windows os. - Remember to remove serial writer. - Update client.rst - Fix usage file names - Show error if example is run without support files. - Solve pylint error. - Describe zero_mode in ModbusSlaveContext.init - Datastore will not return ExceptionResponse. - call async datastore from modbus server - Transaction id overrun. - Add minimal devcontainer. - Sphinx: do not turn warnings into errors. - Fix usage of AsyncModbusTcpClient in client docs page - Bump actions CI. - Request/Response: change execute to be async method - datastore: add async_setValues/getValues methods - fixed kwargs not being expanded for actions on bit registers, adjusted tests to catch this issue - Clean datastore setValues. - modbus_server: call execute in a way that those can be either coroutines or normal methods - Streamline message class. - Fix decode for wrong mdap len. - SOCKET/TLS framer using message decode(). - ASCII framer using message decode() - Add generate_ssl() to TLS client as helper. - add _legacy_decoder to message rtu Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm: upgrade 2.15.4 -> 2.16.1Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ - Fix new interface from pbs_installer regarding build_dir and best match auto-install strategy for pdm use (same as for pdm python install --list) - Fix crash when pdm is used with importlib-metadata version 8.0. - Add --no-extras to pdm export to strip extras from the requirements. Now the default behavior is to keep extras. - Support PEP 723: running scripts with inline metadata in standalone environment with dependencies. - pdm use and pdm python install now take requires-python into account (incl. from pyproject.toml) if python version not specified and pdm use provides auto installation by that. - --no-isolation no longer installs build-requires nor dynamic build dependencies, to be consistent with pip. - Add notifiers in CLI output when global project is being used. - Use tool.pdm.resolution table when calculating the content hash of project file, previously only overrides table was used. This will change the hash already stored in the lockfile, so bump the lockfile version to 4.4.2. - Add max retries on read timeout or bad connection. - Don't update local files if they don't change. - Don't list python versions that don't have any installation link for the current platform. - Clarify the purposes of pdm outdated and --unconstrained option. - Some clarifications on the interpreter selection and central package cache. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-openpyxl: upgrade 3.1.4 -> 3.1.5Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | Changelog: ============ - Test fails due to change in Numpy API - Excel is very fussy about the version number - Poor perfomance when reading workbooks with lots of named styles Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 8.25.0 -> 8.26.0Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | Changelog: =========== - bugfix for call to structured_traceback - fixed honoring custom repr for NamedTuple if assigned by partialmethod - Convert matplotlib gui name in enable_gui Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.34.1 -> 2.34.2Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | Changelog: =========== - Add support for numpy 2.0 - Update actions/checkout and actions/setup-python - Start testing pypy-3.10 and update pypy test runners - Fix duration description in pillow legacy Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-googleapis-common-protos: upgrade 1.63.1 -> 1.63.2Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | Changelog: =========== - deps: Require protobuf>=3.20.2 - Regenerate pb2 files for compatibility with protobuf 5.x Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.134.0 -> 2.135.0Wang Mingyu2024-07-011-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/releases/tag/v2.135.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-core: upgrade 2.19.0 -> 2.19.1Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | Changelog: =========== - Add support for protobuf 5.x - Ignore unknown fields in rest streaming. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gast: upgrade 0.5.4 -> 0.6.0Wang Mingyu2024-07-011-1/+1
| | | | | | | | Changelog: Harmonize gast.dump behavior across versions, following py3.13 behavior Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-fast: upgrade 2.21.3 -> 2.22.1Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | Changelog: ============ - Wheel build exclude for pp37 - Build wheels for aarch64 to allow use in embedded systems Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-awesomeversion: upgrade 24.2.0 -> 24.6.0Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | | | | | Changelog: ========= - Remove deprecated positional arguments - Add timeframe to warning about using find_first_match without ensure_strategy - Split release flow into two jobs (build/publish) - Use correct depth argument for checkout action - Add artifacts group to dependabot config - Extend PEP440 to include (_/-) as dev/post/pre-release separator - Allow local version for PEP440 - Update demo to trigger on input Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: upgrade 1.13.1 -> 1.13.2Wang Mingyu2024-07-011-2/+2
| | | | | | | | | | | | | | | | | | | Lisence-Update: Copyright year updated to 1.13.2 Changelog: ============= - Improve computed column compare function to support multi-line expressions. - Fixed bug in alembic command stdout where long messages were not properly wrapping at the terminal width. - Fixed internal issue where Alembic would call connection.execute() sending an empty tuple to indicate "no params". In SQLAlchemy 2.1 this case will be deprecated as "empty sequence" is ambiguous as to its intent. - Fixes to support pytest 8.1 for the test suite. - Fixed the detection of serial column in autogenerate with tables not under default schema on PostgreSQL Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiofiles: upgrade 23.2.1 -> 24.1.0Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | | | Changelog: ========== - Import os.link conditionally to fix importing on android. #175 - Remove spurious items from aiofiles.os.__all__ when running on Windows. - Switch to more modern async idioms: Remove types.coroutine and make AiofilesContextManager an awaitable instead a coroutine. - Add aiofiles.os.path.abspath and aiofiles.os.getcwd. #174 - aiofiles is now tested on Python 3.13 too. #184 - Dropped Python 3.7 support. If you require it, use version 23.2.1. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-a2wsgi: upgrade 1.10.4 -> 1.10.6Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | Changelog: =========== - fix ASGI app running error message set - Fix ASGIMiddleware Receive (#59) - Require typing_extensions on Python < 3.11 (#57) - delete http.disconnect from asgi.py Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: upgrade 1.48.0 -> 1.48.2Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | | Changelog: =========== * Support matching a OVS system interface by MAC address. * Fix port reactivation when the controller is reactivating. * Save connection timestamps when shutting down, so that the right connection autoactivates after restart. * Fix handling of VPN secrets for 2-factor authentication. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libndp: upgrade 1.8 -> 1.9Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | Changelog: ========= - ndptool: add support for PREF64 option - libndp: add support for PREF64 option - libndp: valid route information option length - SubmittingPatches: update mailing list Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* isomd5sum: upgrade 1.2.4 -> 1.2.5Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | | Changelog: ============= - testpyisomd5sum.py: Use a consistent iso size - Remove quiet from iso creation, size seems wrong - workflows: Move to Fedora 39 and checkout v4 - Revert "test: Update testing to include small iso and larger iso" - Revert "Fix checksum failure with small isos" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gexiv2: upgrade 0.14.2 -> 0.14.3Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | Changelog: ========= * Prevent std::exception escaping from exiv2 * Declare gexiv2_metadata_open_stream and _save_stream as deprecated * Documentation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* feh: upgrade 3.10.2 -> 3.10.3Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | | Changelog: ========== * Fix feh not respecting aspect ratio of thumbnails that are smaller than --thumb-width and --thumb-height * Fix --no-recursive behaving like --recursive * Fix rotation by 180° corrupting images * Speed up --sort=size and --sort=mtime by caching stat(2) calls Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.1.20240623.0 -> 6.1.20240630.0Wang Mingyu2024-07-011-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bleak 0.21.1 -> 0.22.2Tom Geelen2024-06-301-3/+2
| | | | | | | | | | | | | | | Changes to the build: - Drop python3-async-timeout which is only required for Python 3.10 and older. Changelogs: * https://github.com/hbldh/bleak/releases/tag/v0.22.2 * https://github.com/hbldh/bleak/releases/tag/v0.22.1 * https://github.com/hbldh/bleak/releases/tag/v0.22.0 Based on commit of Guðni Már Gilbert. Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlparse 0.4.4 -> 0.5.0Tom Geelen2024-06-302-47/+6
| | | | | | | | Drop patch as this version supports python3. Furthermore move to hatchling build system. Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: Upgrade to 24.1Khem Raj2024-06-301-1/+1
| | | | | | | | | - Fix custom formatter needing the registry object. (PR #2011) - Support python 3.9 following difficulties installing with NumPy 2. (PR #2019) - Fix default formatting of dimensionless unit issue. (PR #2012) - Fix bug preventing custom formatters with modifiers working. (PR #2021) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* magic-enum: Disable unused-value warning in testsRicardo Simoes2024-06-281-0/+3
| | | | | | | | | | | | | | | | | | | | | With gcc 14.1.0, there is one compilation warning found in the unit tests which cause ptest builds to fail: test_containers.cpp:290:89: error: value computed is not used [-Werror=unused-value] 290 | magic_enum::containers::set color_set_not_const {Color::RED, Color::GREEN, Color::BLUE}; | This is the same behavior as described in [1]. Thus, we can safely treat this specific warning not as an error until the gcc bug is fixed. [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?format=multiple&id=114970 Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Reported-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* devecot: set dovecot.conf file mode with chmodYi Zhao2024-06-281-1/+2
| | | | | | | The touch command doesn't support file mode setting. Set it with chmod. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcurses-perl: upgrade 1.41 -> 1.45Wang Mingyu2024-06-282-10/+8
| | | | | | | | | | | | | | | | | 0001-testtyp.c-Use-proper-prototype-for-main-function.patch refreshed for 1.45 Changelog: ============ - Correct wide character data types to fix compile failure. - Implement A_ITALIC - Fix missing file introduced in 1.42 that prevents all builds from working. - Add missing return type declarations so it works with modern C compilers. - Rename test.syms program to testsyms, because it is a more conventional name format. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openct: fix build failure with gcc-14Wang Mingyu2024-06-282-0/+66
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcc: fix build failure with gcc-14Wang Mingyu2024-06-282-0/+73
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: update upstream-status of all patchesChristian Eggers2024-06-287-7/+7
| | | | | | | | | All patches have been integrated meanwhile and should appear in the next release. Signed-off-by: Christian Eggers <ceggers@arri.de> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: fix version in shared library file nameChristian Eggers2024-06-281-2/+2
| | | | | | | | | The version in the patch file needs to be updated. Fixes: 0c19e65a0969 ("lvgl: Update to 9.1.0") Signed-off-by: Christian Eggers <ceggers@arri.de> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hplip: Fix contains reference to TMPDIR [buildpaths] warningalperak2024-06-281-1/+1
| | | | | | | | | Make sure that the OE provided CFLAGS are passed to the compiler. WARNING: hplip-3.22.10-r0 do_package_qa: QA Issue: File /usr/lib/python3.12/site-packages/cupsext.so in package hplip contains reference to TMPDIR [buildpaths] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apache2:apache2-native: CVE status updateNinette Adhikari2024-06-281-0/+5
| | | | | | | | | | Update status for: CVE-2007-6421, CVE-2007-6422, CVE-2007-6423, CVE-2008-2168 CPE is incorrect, the current version (2.4.59) is not affected. Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xsp: CVE status update for CVE-2006-2658Ninette Adhikari2024-06-281-0/+2
| | | | | | | | | The recipe used in the `meta-openembedded` is a different xsp package compared to the one which has the CVE issue. Package used in `meta-embedded`: maemo xsp http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/ Package with CVE issue: mono xsp https://github.com/mono/xsp Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libraw: CVE status update for CVE-2020-22628 and CVE-2023-1729Ninette Adhikari2024-06-281-0/+3
| | | | | | | The current version (0.21.2) is not affected by the CVE which affects versions earlier than 0.21.2. Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usrsctp: CVE status update for CVE-2019-20503Ninette Adhikari2024-06-281-0/+1
| | | | | | | The current version (0.9.5.0) is not affected by the CVE which affects versions at least earlier than 0.9.4.0. Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* links: CVE status update for CVE-2008-3319Ninette Adhikari2024-06-281-0/+2
| | | | | | | | | The recipe used in the `meta-openembedded` is a different links package compared to the one which has the CVE issue. Package used in `meta-embedded`: twibright links http://links.twibright.com/download.php Package with CVE issue: Maian Links https://www.maianmedia.com/ Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* influxdb: Update CVE status for CVE-2019-10329Ninette Adhikari2024-06-281-1/+3
| | | | | | | The version don't match and only the Jenkins plugin is affected. Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mercurial: Update CVE status for CVE-2022-43410Ninette Adhikari2024-06-281-0/+1
| | | | | | | | | | The recipe used in the `meta-openembedded` is a different mercurial package compared to the one which has the CVE issue. Package used in `meta-embedded`: https://www.mercurial-scm.org/ Package with CVE issue is a Jenkins plugin: https://plugins.jenkins.io/mercurial/ (This is reflected in the CPE) Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imagemagick: Update status for CVENinette Adhikari2024-06-281-0/+10
| | | | | | | | | | Update status for: CVE-2016-7534, CVE-2016-7535, CVE-2016-7536, CVE-2016-7537, CVE-2016-7538, CVE-2017-5506, CVE-2017-5509, CVE-2017-5510, CVE-2017-5511, CVE-2007-1667 CPE is incorrect, the current version (7.1.1) is not affected. Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pybind11 : upgrade 2.11.1 -> 2.12.0Yogesh Tyagi2024-06-282-56/+1
| | | | | | | - Drop the patch already merged Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gphoto2: Fix contains reference to TMPDIR [buildpaths] warningalperak2024-06-281-0/+5
| | | | | | | | | | WARNING: gphoto2-2.5.28-r0 do_package_qa: QA Issue: File /usr/bin/gphoto2 in package gphoto2 contains reference to TMPDIR [buildpaths] ERROR: gphoto2-2.5.28-r0 do_package: QA Issue: File '/usr/bin/gphoto2' from gphoto2 was already stripped, this will prevent future debugging! [already-stripped] ERROR: gphoto2-2.5.28-r0 do_package: Fatal QA errors were found, failing task. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdist: Fix contains reference to TMPDIR [buildpaths] warningalperak2024-06-281-1/+1
| | | | | | | | | | Pass OE cflags to makefile WARNING: rdist-6.1.5-r0 do_package_qa: QA Issue: File /usr/bin/.debug/rdistd in package rdist-dbg contains reference to TMPDIR File /usr/bin/.debug/rdist in package rdist-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Fix contains reference to TMPDIR [buildpaths] warningalperak2024-06-281-0/+4
| | | | | | | WARNING: boinc-client-7.20.5-r0 do_package_qa: QA Issue: File /usr/include/boinc/svn_version.h in package boinc-client-dev contains reference to TMPDIR [buildpaths] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcp: Fix contains reference to TMPDIR [buildpaths] warningsalperak2024-06-281-0/+4
| | | | | | | | WARNING: pcp-6.0.5-r0 do_package_qa: QA Issue: File /etc/pcp.conf in package pcp contains reference to TMPDIR [buildpaths] WARNING: pcp-6.0.5-r0 do_package_qa: QA Issue: File /usr/include/pcp/builddefs in package pcp-dev contains reference to TMPDIR [buildpaths] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: fix lib32-openldap build failure with gcc-14Wang Mingyu2024-06-272-0/+41
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: upgrade 2.6.7 -> 2.6.8Wang Mingyu2024-06-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Fixed libldap exit handling with OpenSSL3 again (ITS#9952) - Fixed libldap OpenSSL channel binding digest (ITS#10216) - Fixed slapd handling of large uid/gids peercred auth (ITS#10211) - Fixed slapd-asyncmeta/meta target structure allocations (ITS#10197) - Fixed slapd-meta with dynlist (ITS#10164) - Fixed slapd-meta binds when proxying internal op (ITS#10165) - Added slapo-nestgroup overlay (ITS#10161) - Added slapo-memberof 'addcheck' option (ITS#10167) - Fixed slapo-accesslog startup initialization (ITS#10170) - Fixed slapo-constraint double free on invalid attr (ITS#10204) - Fixed slapo-dynlist with abandoned operations (ITS#10044) - Fixed build with gcc14.x (ITS#10166) - Fixed back-perl with clang15 (ITS#10177) - Fixed to reduce systemd dependencies (ITS#10214) - Added slapo-alias contrib module (ITS#10104, ITS#10182) - Fixed slapo-autogroup to work with slapo-dynlist (ITS#10185) - Fixed smbk5pwd implicit function declaration (ITS#10206) - Fixed slapo-memberof exattr requirements (ITS#7400) - Fixed slapo-memberof is no longer deprecated (ITS#7400) License-Update: Copyright year updated to 2024. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>