scons,xfsprogs,mpremote,psqlodbc,cifs-utils: bump versions#29298
Merged
commodo merged 6 commits intoopenwrt:masterfrom May 6, 2026
Merged
scons,xfsprogs,mpremote,psqlodbc,cifs-utils: bump versions#29298commodo merged 6 commits intoopenwrt:masterfrom
commodo merged 6 commits intoopenwrt:masterfrom
Conversation
f9a6bde to
76a29a6
Compare
Update from 6.11 to 7.5. Notable changes across releases: - 7.5: fix cifscreds command-line option parsing and ambiguous command matching; documentation updates for echo_interval parameter - 7.4: retry logic for -EINPROGRESS errors during mount operations; improved handling for multiple IP address resolution scenarios - 7.3: fix guest mount option handling; prevent empty password parameters from being passed to the SMB client - 7.2: improve return code checking in getcifsacl; better handling of permission-related errors across different kernel versions - 7.1: add upcall_target mount option for namespace resolution; enable credential lookups in host or application namespace (e.g., Kubernetes) - 7.0: migrate files to /usr per DEP17 M2 standard - 6.15: fix CVE-2022-27239 (stack buffer overflow in ip= argument parsing) and CVE-2022-29869 (info leak in verbose logging) Add libtalloc dependency to cifsmount Add test.sh to verify mount.cifs and smbinfo report the correct version. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Update from 6.10.1 to 6.19.0. Notable changes: - 6.19.0: fix log sunit automatic configuration in mkfs; fix data corruption bug in libxfs_file_write; fix various memory leaks; improve realtime subvolume info in xfs_io statfs - 6.18.0: adjust nr_zones for zoned filesystems on conventional devices in mkfs; fix xfs_logprint pointer bugs; fix mdrestore superblock length check; add 2025 LTS config - 6.16.0: atomic write enhancements for maximum atomic write limits at mount time; refactor log recovery infrastructure; remove experimental warnings from xfs_scrub - 6.13.0: comprehensive metadata directory support in xfs_repair, xfs_db, and mkfs; realtime group support with new RT group structures; quota inodes use metadata directory infrastructure; realtime space quotas - 6.12.0: realtime device support in xfs_db; file range commit ioctls with atomic write statx fields; modernize perag lookup to xarray; require -std=gnu11 for compilation Add test.sh to verify xfs-mkfs and xfs-fsck report the correct version and xfs-admin/xfs-growfs produce expected help output. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Update from 1.27.0 to 1.28.0, tracking the MicroPython 1.28.0 release. Add version check to test.sh using importlib.metadata to verify the installed package version matches the expected version string. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Update from 17.00.0004 (2024-12-09) to 18.00.0001 (2026-03-23). This is a major version bump to the 18.x series, aligning with PostgreSQL 18 support. Switch from a fixed git commit to the 18.00.0001 tagged release. Add test.sh to verify the psqlodbca and psqlodbcw shared libraries are present after installation. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Update from 4.0.1 to 4.10.1. Notable changes across releases: - 4.10.1: switch to cProfile (profile module deprecated in Python 3.15); fix Literal membership tests and sequence type handling - 4.10.0: fix MSVC initialization delays in GitHub Actions; fix variant directory components in CompilationDatabase; improve Ninja quoting - 4.9.0: drop Python 3.6 support; add comprehensive type hints for Node classes; add clang/clang++ to default tool search order; support binary and octal integer constants in C preprocessor - 4.8.0: replace black/flake8 with ruff; add MSVC_TOOLSET_VERSION, MSVC_SDK_VERSION, MSVC_SPECTRE_LIBS construction variables - 4.7.0: make NewParallel scheduler the default; CacheDir writes execute in parallel outside taskmaster critical section; add Python 3.13 support - 4.6.0: add Visual Studio 2026 and ARM64 host configuration support; enhanced type hints throughout Environment and Node classes - 4.5.0: add ValidateOptions(); refactor Taskmaster into a package; migrate to Python's logging module; extend ninja tool with daemon support - 4.4.0: add MSVC_USE_SETTINGS and multiple MSVC configuration variables; implement global policy settings for MSVC version handling - 4.3.0: add SConsEnvironmentError exception; improved MSVC detection; Python 3.12 compatibility fixes - 4.2.0: Performance improvements in Node processing; improved MSVC support for VS 2022; better parallel build handling Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
The test only checked for .so file existence, which is already verified by the generic tests (symlink validity + linked libraries). Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
76a29a6 to
831be50
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📦 Package Details
Maintainer: me
Description:
🧪 Run Testing Details
✅ Formalities