This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 639bf13ef9a533d89518f0fd3da911554d948162 (commit) via b6320f1393481507c0abf8ab2aa796ced909f2c1 (commit) via f71a0d3bb7970c2adf626a8b7957932380142a96 (commit) via fd6f4f4d84e788457ea8d3379fa419847c856a9a (commit) via 97d5a3317516aad49a3e2dba8d42fbefac08250a (commit) via ca14da3840954c471ceb3c621cfa4d1f9f81e11e (commit) via 826369407ec7485cbe31036823a849ed007c0806 (commit) via bcac710f6b9380583b4ed0933c0b56ab583d4026 (commit) via 4edc4618e553ddbd81b2f3bc5e0f690f75ea0d27 (commit) via 8b3c1d92abe32749e90649dc1c172a721fc89fe7 (commit) via aaa3b87658d95016e93d435ca5b2aa643aa053fa (commit) via 7fa7856c8014640e1f5cd69f7afd66916d000daa (commit) via feb0a7b65e9eab59ebfb9ca57cf4bcf8949a7da7 (commit) via 62287580609c9608e6ce3d6eb86ccc3b9a6f280c (commit) via 1c2d595697e7e94324bb02ec8fa6197b6a0fe058 (commit) via 2df9f2129ac3e5c7ec64b9b7c70fac69a2b72748 (commit) via 0f9307fbb6bf40c38140d83f30d538ea4f9bd488 (commit) via 17d1c4573b00d44798cabaa165bbb29f8dd305e2 (commit) via bd1a3ad897122247178ff9f2f7ed16116f547f39 (commit) via fb7d116b9b6bd488f9e3fd84ce4d48a80a5a3237 (commit) from c8500df9355ad1fcf0e79910e5ec07cb481030d4 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 639bf13ef9a533d89518f0fd3da911554d948162 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Dec 17 09:11:37 2024 +0100
core191: ship and restart sysvinit
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit b6320f1393481507c0abf8ab2aa796ced909f2c1 Author: Adolf Belka adolf.belka@ipfire.org Date: Sun Nov 24 13:27:15 2024 +0100
sysvinit: Update to version 3.11
- Update from version 3.10 to 3.11 - Update of rootfile not required - Changelog 3.11 * Some escape characters were included in the inittab manual page, but not displayed by the "man" command because they were not (ironically) properly escaped. This has been fixed. * Enabled chaining commands together in the inittab file. This allows the admin to run commands like "task1 && task2" or "task2 || task2" from the inittab file. * Fix typoes in halt manual page. Fixes provided by Bjarni Ingi Gislason. * Fix typos/markdown in fstab-decode manual page. Patch provided by Bjarni Ingi Gislason.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit f71a0d3bb7970c2adf626a8b7957932380142a96 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Dec 17 09:08:47 2024 +0100
core191: ship sysstat
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit fd6f4f4d84e788457ea8d3379fa419847c856a9a Author: Adolf Belka adolf.belka@ipfire.org Date: Sun Nov 24 13:27:14 2024 +0100
sysstat: Update to version 12.7.6
- Update from version 12.7.1 to 12.7.6 - Update of rootfile - Changelog 12.7.6 * sar/sadf: [A_NET_ETCP]: Rename retrans/s field to retrseg/s because it was already used in A_NET_NFS report. * sadf: SVG: Fix oversized SVG canvas height. * sadf: Don't cap SVG graph output at 100%. * sadf: A_NET_SOFT: Don't display graphs for offline CPU. * sadf: SVG: Don't ignore other views when one has to be skipped. * sadf: Make sure structures will be alloacated for every installed CPU. * sadf: Define MIN_CANVAS_HEIGHT constant. * sar: Display min/max values only when available. * Define macros for CPU manipulation. * SREALLOC() macro: Make sure size is not zero. * Fix a warning given by gcc v13 with -fanalyzer option. * [Eli Schwartz]: configure.ac: fix erroneous bashisms. * sar manual page updated. * DTD and XSD documents updated. * Year updated in copyright messages. * Other cosmetic changes in code. * FAQ and README files updated. * Non regression tests updated. New tests added. 12.7.5 * [Quan quan Cao]: sar/sadc: Add new metrics pgprom/s and pgdem/s. * sar: Remove %vmeff metric. * sadf: Update various output formats to take into account metrics that have been added or removed. * Update DTD and XSD documents. * Update sar manual page. * sar: Add a cron entry and a new systemd service and timer to rotate daily data file at midnight. * Option -V with sysstat commands also displays environment contents. * [Sam Morris]: Use correct encoding to produce hyphen-minus when rendering man pages. * Add UMASK variable definition to sysstat(5) manual page. * Update non regression tests. * Add --getenv option to commands that didn't have it. * Update README file for Debian-based distros. * Update link to my personal web page in README and manual pages. * NLS: Translations updated. 12.7.4 * Makefile.in: Fix installation error. * Makefile.in: Remove gcc warning displayed in LTO mode. 12.7.3 * sar: Add new option '-x' used to display extended reports. * [Pavel Kopylov]: Fix an overflow which is still possible for some values. * [Jan Kurik]: Fix export of PSI metrics to a PCP archive. * [Lukáš Zaoral]: Tools that take `--dec=X` option should only accept digits. * common.c: Fix an overflow which was still possible for some values. * iostat: Try to avoid displaying negative values. * Free pointer if realloc() fails. * Don't check if unsigned expressions are less than zero. * Declare parameters with "const" when possible. * Remove conditions which are always true. * Reduce variables scope when relevant. * Don't assign values that are never used. * Fix types used in format strings. * Split large functions into smaller ones. * Specify field width when using sscanf() function. * search_list_item(): Return position in list instead of a boolean. * add_list_item(): Also return item position in list. * svg_stats.c: Ignore negative values for fields position. * svg_stats.c: Reuse buffers pointers definition. * svg_stats.c: Reuse intermediate calculations. * svg_stats.c: Don't repeat test on DISPLAY_CPU_DEF(). * sa_common.c: Don't use (void *) pointer in calculation. * iostat.c: Clarify calculation precedence for '+' and '?'. * sar/sadf: Refactor buffer allocation functions. * sar/sadf: Add a check on file's records header data. * sar/sadf: Stop when invalid data are read in records header. * sar/sadf: Check upper bounds of value read from file. * sadf_misc.c: Fix indentation in code. * activity.c: Init item_list even for other commands than sadf. * sa_conv.c: Reallocate buffers only when needed. * sa_conv.c: Fix untrusted allocation size. * pr_stats.c: Remove some dead code. * sar.c: Make sure buffer is null terminated. * do_test: Add several new options. * do_test: Don't strip binaries when in TEST mode. * Update non regression tests. * simtest: Change default _unix_time value. * Makefile.in: Simplify dependencies. * Makefile_in: Small update made to copyyear target. * sadf: XML: Update DTD and XSD documents. * sadf: XML: Remove references to my personal web site. * Restore mode for iconfig file. * Fix typo in sar's manual page. Sar manual page updated. * Other manual pages updated. 12.7.2 * All commands: Avoid displaying healthy metrics values in "red". * sar/sadf: Add new activity: Battery statistics (A_PWR_BAT). * [Kevin Stubbings]: Add CodeQL workflow. * sar: Make sure timestamps are always displayed in local time. * sar/sadf: Starting and ending times used with options -s/-e can now be entered as a number of seconds since the epoch. * sar/sadf: Strengthen tests made on arguments given to options -s/-e. * sadf: PCP: Fix pmiID used for two USB metrics [12.6.2]. * [Nathanael P Wilson]: sadf: Fix extra space when no TZ printed. * sadc: Add another overflow check [12.6.2]. * DTD and XSD documents updated. * Makefile: Fix dependencies. * NLS translations updated. New Belarusian translation added. * Remove LGTM links from README file. * Manual pages updated. * Non regression tests updated.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 97d5a3317516aad49a3e2dba8d42fbefac08250a Author: Adolf Belka adolf.belka@ipfire.org Date: Sun Nov 24 13:27:13 2024 +0100
swig: Update to version 4.3.0
- Update from version 4.1.0 to 4.3.0 - Update of rootfile - Changelog 4.3.0 - Add experimental support for C as a target language. - MzScheme/Racket is deprecated and planned for removal in SWIG-4.4. - The distributed Windows binary is now a 64-bit executable. - Add some missing use of move semantics for performance improvements. - Enhanced handling of namespaces when using the nspace feature. - STL wrapper enhancements for std::unique_ptr, std::string_view, std::filesystem. - Various enum and enum class wrapping improvements. - Other C++ handling improvements around templates, friends, C++11 trailing return types and C++17 fold expressions. - Many parser improvements for both C and C++, especially expressions. - Improvements to handling of string and character literals. - Minor preprocessor fixes. - Python: Stricter stable ABI conformance, add support for python-3.13. - C#: Add support for converting Doxygen comments into XML C# comments. - Various other target language specific enhancements and updates for Java, Javascript, Lua, MzScheme, Ocaml, Octave, Perl, Python, R, Ruby. 4.2.1 - Tcl 9.0 support. - Octave 9.0 support. - Improvements wrapping friend functions. - Variadic templated functions within a template support. - Type deduction enhancements. - Stability and regression fixes. 4.2.0 - Various template wrapping improvements: template template parameters, variadic templates, partially specialized templates, const template parameters and improved error checking instantiating templates. - Improved decltype() support for expressions. - C++14 auto without trailing return type and C++11 auto variables. - Numerous C++ using declarations improvements. - Numerous fixes for constructors, destructors and assignment operators: implicit, default and deleted and related non-assignable variable wrappers. - STL: std::array and std::map improvements, std::string_view support added. - Various C preprocessor improvements. - Various issues fixed to do with architecture specific long type. - Various Doxygen improvements. - D1/Tango support removed. D2/Phobos is now the supported D version and SWIG now generates code which works with recent D2 releases. - New Javascript generator targeting Node.js binary stable ABI Node-API. - Octave 8.1 support added. - PHP7 support removed, PHP8 is now the supported PHP version. - Python STL container wrappers now use the Python Iterator Protocol. - Python stable ABI support added. - Python 3.12 support added. - Ruby 3.2 and 3.3 support. - Scilab 2023.* support added. - Various minor enhancements for C#, Go, Guile, Javascript, Lua, Ocaml, Perl, PHP, R, Racket, Ruby, Scilab and Tcl. - A number of deprecated features have been removed. 4.1.1 - Couple of stability fixes. - Stability fix in ccache-swig when calculating hashes of inputs. - Some template handling improvements. - R - minor fixes plus deprecation for rtypecheck typemaps being optional.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit ca14da3840954c471ceb3c621cfa4d1f9f81e11e Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Dec 17 09:06:35 2024 +0100
core191: ship sshfs
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 826369407ec7485cbe31036823a849ed007c0806 Author: Adolf Belka adolf.belka@ipfire.org Date: Sun Nov 24 13:27:12 2024 +0100
sshfs: Update to version 3.7.3
- Update from version 3.7.2 to 3.7.3 (May 2022) - Update of rootfile not required - Changelog 3.7.3 * Minor bugfixes. * This is the last release from the current maintainer. SSHFS is now no longer maintained or developed. Github issue tracking and pull requests have therefore been disabled. The mailing list (see below) is still available for use. If you would like to take over this project, you are welcome to do so. Please fork it and develop the fork for a while. Once there has been 6 months of reasonable activity, please contact Nikolaus@rath.org and I'll be happy to give you ownership of this repository or replace with a pointer to the fork.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit bcac710f6b9380583b4ed0933c0b56ab583d4026 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Dec 17 09:04:15 2024 +0100
core191: ship screen
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 4edc4618e553ddbd81b2f3bc5e0f690f75ea0d27 Author: Adolf Belka adolf.belka@ipfire.org Date: Sun Nov 24 13:27:11 2024 +0100
screen: Update to version 5.0.0
- Update from version 4.9.1 to 5.0.0 - Update of rootfile - Changelog 5.0.0 * Rewriten autentication mechanism * Add escape %T to show current tty for window * Add escape %O to show number of currently open windows * Use wcwdith() instead of UTF-8 hard-coded tables * New commands: - auth [on|off] Provides password protection - status [top|up|down|bottom] [left|right] The status window by default is in bottom-left corner. This command can move status messages to any corner of the screen. - truecolor [on|off] - multiinput Input to multiple windows at the same time * Removed commands: - time - debug - password - maxwin - nethack * Fixes: - Screen buffers ESC keypresses indefinitely - Crashes after passing through a zmodem transfer - Fix double -U issue
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 8b3c1d92abe32749e90649dc1c172a721fc89fe7 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Dec 17 09:01:34 2024 +0100
core191: ship ruby
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit aaa3b87658d95016e93d435ca5b2aa643aa053fa Author: Adolf Belka adolf.belka@ipfire.org Date: Sun Nov 24 13:27:10 2024 +0100
ruby: Update to version 3.3.6
- Update from version 3.3.4 to 3.3.6 - Update of rootfile - Changelog 3.3.6 Merge JSON 2.7.2 for Ruby 3.3 by hsbt · Pull Request #11541 Merge reline-0.5.10 by hsbt · Pull Request #11558 Bug #20718: Objects created with Data_Make_Struct and the default free function are not freed Bug #20737: Accidentally changed warning target on Ruby 3.3 Bug #20723: IO#close is broken on Ruby 3.3+ when using the Fiber scheduler. Use PRIuSIZE instead of %zu for size_t by nobu · Pull Request #9359 Bump REXML to 3.3.9 for Ruby 3.3 by ajmyers01 · Pull Request #11972 Bug #13831: error when try to install Bug #20777: 3.3: RUBY_DESCRIPTION is corrupt when --yjit and --parser=prism Bug #20704: Windows: -C option does not work for multibyte path name Bug #20719: Float converts ASCII-incompatible string Bug #20752: IO::Buffer#slice creates mutable IO::Buffer instance that points to readonly memory (e.g. fronzen String) Bug #20755: IO::Buffer#transfer transfers mutable reference to String's memory but not lock ownership Bug #20716: Different instance_method behavior in Ruby 2.7 and Ruby 3.x Bug #20853: Hash key retrieval after Process.warmup 3.3.5 retry on cancelling of getaddrinfo by ko1 · Pull Request #11131 Bug #20633: compile error at vm_insnhelper.c when HAVE_DECL_ATOMIC_SIGNAL_FENCE is 0 Bug #20641: lib/bundled_gems.rb makes Kernel.require over 100x slower Bug #20650: Memory leak in Regexp capture group when timeout Bug #20088: Ruby 3.3.0 does not cross-complie on arm64-darwin Bug #20653: Memory leak in String#start_with? when regexp times out Bug #20654: Floor and ceil have unexpected behaviour when ndigits is large Update RubyGems 3.5.16 and Bundler 2.5.16 for Ruby 3.3 by hsbt · Pull Request #11252 Bug #20668: [3.3] shareable_constant_value: literal crash Backport warning feature for bundled gems from master by hsbt · Pull Request #11420 Bug #20688: Use-after-free in WeakMap and WeakKeyMap Bug #20691: Use-after-free in WeakKeyMap#clear Merge URI-0.13.1 for Ruby 3.3 by hsbt · Pull Request #11466 Bug #20667: Backport REXML CVE fixes Bug #20651: false && (1 in 1) produces argument stack underflow (-1) Bug #20649: Ripper fails to tokenize def f; (x)::A = Bug #20344: argument stack underflow (-1) Bug #20701: Hash argument passed as keyword splat can be mutated inside method
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 7fa7856c8014640e1f5cd69f7afd66916d000daa Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Dec 17 09:00:26 2024 +0100
core191: ship qpdf
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit feb0a7b65e9eab59ebfb9ca57cf4bcf8949a7da7 Author: Adolf Belka adolf.belka@ipfire.org Date: Sun Nov 24 13:27:09 2024 +0100
qpdf: Updarte to version 11.9.1
- Update from version 11.9.0 to 11.9.1 - Update of rootfile - Changelog 11.9.1 * Rewrite a recursive function to be iterative in linearization to enable more complex files to be linearized, especially on Windows. * Avoid non-standard use of `std::basic_string_view`. Contribution from Zoe Clifford.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 62287580609c9608e6ce3d6eb86ccc3b9a6f280c Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Dec 17 08:59:16 2024 +0100
core191: ship pciutils
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 1c2d595697e7e94324bb02ec8fa6197b6a0fe058 Author: Adolf Belka adolf.belka@ipfire.org Date: Sun Nov 24 13:27:08 2024 +0100
pciutils: Update to version 3.13.0
- Update from version 3.11.1 to 3.13.0 - Update of rootfile - Changelog 3.13.0 * lspci decodes CXL 1.1 device link status information. This requires a recent kernel which exports rcd_* atributes via sysfs. * Further development of the pcilmr (the link margining utility) * Dump parsing supports 6-digit domain numbers. * Bug fixes in PCIe link state reporting. * Decode more fields in PCIe AER capability. * Fixed build on Linux systems with musl libc. * Updated pci.ids. 3.12.0 * lspci decodes the IDE (Integrity & Data Encryption) and TEE-IO extended capabilities. * Several bugs in back-ends for Windows were fixed and the README.Windows updated. * Fixed building on Haiku. * We now use more C99 features. * Optimization flags used for compiling individual object files should be the same as optimization flags for linking the final executable to make link-time optimization possible. * We no longer look up subsystems in the HWDB, because there is no API for querying only the subsystem. The lookup we used previously returned a device name if there was no entry for the particular subsystem. * Updated pci.ids.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 2df9f2129ac3e5c7ec64b9b7c70fac69a2b72748 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Dec 17 08:57:38 2024 +0100
core191: ship pango
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 0f9307fbb6bf40c38140d83f30d538ea4f9bd488 Author: Adolf Belka adolf.belka@ipfire.org Date: Sun Nov 24 13:27:07 2024 +0100
pango: Update to version 1.54.0
- Update from version 1.52.0 to 1.54.0 - Update of rootfile - Changelog 1.54.0 - Build fixes - Memory leak fixes - Drop the install-tests build option - Add build-examples and build-tests build options - Require meson 0.63 - Add pango_item_get_char_offset - Update to Unicode 15.1 - Fix wrong use of GWeakRef, leading to crashes 1.52.2 - coretext: Implement reload_font - coretext: Use Menlo instead of Courier for monospace - win32: Avoid a double free - Update to Unicode 15.1 - Simplify hexbox drawing 1.52.1 - Fix hexbox drawing
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 17d1c4573b00d44798cabaa165bbb29f8dd305e2 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Dec 17 08:56:28 2024 +0100
core191: ship pam
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit bd1a3ad897122247178ff9f2f7ed16116f547f39 Author: Adolf Belka adolf.belka@ipfire.org Date: Sun Nov 24 13:27:06 2024 +0100
pam: Update to version 1.7.0
- Update from version 1.6.1 to 1.7.0 - Update of rootfile - pam is now only built via meson. Therefore meson and ninja had to be moved to before pam. This required python3 and python3-setuptools, expta, libffi, gdbm & sqlite to also be moved before meson to ensure build was successful and that the python3 rootfile had all the required python files included. - Changelog 1.7.0 * build: changed build system from autotools to meson. * libpam_misc: use ECHOCTL in the terminal input * pam_access: support UID and GID in access.conf * pam_env: install environment file in vendordir if vendordir is enabled * pam_issue: only count class user if logind support is enabled * pam_limits: use systemd-logind instead of utmp if logind support is enabled * pam_unix: compare password hashes in constant time * Multiple minor bug fixes, build fixes, portability fixes, documentation improvements, and translation updates.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit fb7d116b9b6bd488f9e3fd84ce4d48a80a5a3237 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Dec 17 08:52:17 2024 +0100
core191: rum depmod with new kmod version
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/aarch64/linux | 1 + config/rootfiles/common/pam | 300 ++-- config/rootfiles/common/pango | 6 +- config/rootfiles/common/pciutils | 2 +- config/rootfiles/common/qpdf | 2 +- config/rootfiles/common/ruby | 654 ++++---- config/rootfiles/common/screen | 3 +- config/rootfiles/common/swig | 1648 ++++++++++---------- config/rootfiles/common/sysstat | 14 +- config/rootfiles/common/x86_64/linux | 1 + .../{oldcore/119 => core/191}/filelists/pam | 0 .../{oldcore/163 => core/191}/filelists/pango | 0 .../{oldcore/101 => core/191}/filelists/pciutils | 0 .../{oldcore/110 => core/191}/filelists/qpdf | 0 config/rootfiles/core/191/filelists/ruby | 1 + .../{oldcore/104 => core/191}/filelists/screen | 0 .../{oldcore/162 => core/191}/filelists/sshfs | 0 .../{oldcore/160 => core/191}/filelists/sysstat | 0 .../{oldcore/155 => core/191}/filelists/sysvinit | 0 config/rootfiles/core/191/update.sh | 8 +- lfs/pam | 26 +- lfs/pango | 11 +- lfs/pciutils | 4 +- lfs/qpdf | 4 +- lfs/ruby | 4 +- lfs/screen | 4 +- lfs/sshfs | 6 +- lfs/swig | 6 +- lfs/sysstat | 6 +- lfs/sysvinit | 6 +- make.sh | 16 +- ....patch => sysvinit-3.11_build_mountpoint.patch} | 0 32 files changed, 1420 insertions(+), 1313 deletions(-) copy config/rootfiles/{oldcore/119 => core/191}/filelists/pam (100%) copy config/rootfiles/{oldcore/163 => core/191}/filelists/pango (100%) copy config/rootfiles/{oldcore/101 => core/191}/filelists/pciutils (100%) copy config/rootfiles/{oldcore/110 => core/191}/filelists/qpdf (100%) create mode 120000 config/rootfiles/core/191/filelists/ruby copy config/rootfiles/{oldcore/104 => core/191}/filelists/screen (100%) copy config/rootfiles/{oldcore/162 => core/191}/filelists/sshfs (100%) copy config/rootfiles/{oldcore/160 => core/191}/filelists/sysstat (100%) copy config/rootfiles/{oldcore/155 => core/191}/filelists/sysvinit (100%) rename src/patches/{sysvinit-3.10_build_mountpoint.patch => sysvinit-3.11_build_mountpoint.patch} (100%)
Difference in files: diff --git a/config/rootfiles/common/aarch64/linux b/config/rootfiles/common/aarch64/linux index 18064d079..5393af802 100644 --- a/config/rootfiles/common/aarch64/linux +++ b/config/rootfiles/common/aarch64/linux @@ -23238,6 +23238,7 @@ lib/modules/KVER/modules.order lib/modules/KVER/modules.softdep lib/modules/KVER/modules.symbols lib/modules/KVER/modules.symbols.bin +lib/modules/KVER/modules.weakdep #lib/modules/KVER/source sbin/gen_init_cpio #usr/bin/cpufreq-bench_plot.sh diff --git a/config/rootfiles/common/pam b/config/rootfiles/common/pam index c38cb9ea5..b98913526 100644 --- a/config/rootfiles/common/pam +++ b/config/rootfiles/common/pam @@ -15,92 +15,52 @@ etc/security #lib/security #lib/security/faillock #lib/security/mkhomedir_helper -#lib/security/pam_access.la lib/security/pam_access.so -#lib/security/pam_canonicalize_user.la #lib/security/pam_canonicalize_user.so -#lib/security/pam_debug.la #lib/security/pam_debug.so -#lib/security/pam_deny.la lib/security/pam_deny.so -#lib/security/pam_echo.la #lib/security/pam_echo.so -#lib/security/pam_env.la lib/security/pam_env.so -#lib/security/pam_exec.la lib/security/pam_exec.so -#lib/security/pam_faildelay.la lib/security/pam_faildelay.so -#lib/security/pam_faillock.la #lib/security/pam_faillock.so #lib/security/pam_filter -#lib/security/pam_filter.la #lib/security/pam_filter.so #lib/security/pam_filter/upperLOWER -#lib/security/pam_ftp.la #lib/security/pam_ftp.so -#lib/security/pam_group.la lib/security/pam_group.so -#lib/security/pam_issue.la lib/security/pam_issue.so -#lib/security/pam_keyinit.la lib/security/pam_keyinit.so -#lib/security/pam_limits.la lib/security/pam_limits.so -#lib/security/pam_listfile.la #lib/security/pam_listfile.so -#lib/security/pam_localuser.la #lib/security/pam_localuser.so -#lib/security/pam_loginuid.la lib/security/pam_loginuid.so -#lib/security/pam_mail.la lib/security/pam_mail.so -#lib/security/pam_mkhomedir.la #lib/security/pam_mkhomedir.so -#lib/security/pam_motd.la #lib/security/pam_motd.so -#lib/security/pam_namespace.la #lib/security/pam_namespace.so #lib/security/pam_namespace_helper -#lib/security/pam_nologin.la lib/security/pam_nologin.so -#lib/security/pam_permit.la lib/security/pam_permit.so -#lib/security/pam_pwhistory.la lib/security/pam_pwhistory.so -#lib/security/pam_rhosts.la lib/security/pam_rhosts.so -#lib/security/pam_rootok.la #lib/security/pam_rootok.so -#lib/security/pam_securetty.la #lib/security/pam_securetty.so -#lib/security/pam_setquota.la #lib/security/pam_setquota.so -#lib/security/pam_shells.la lib/security/pam_shells.so -#lib/security/pam_stress.la #lib/security/pam_stress.so -#lib/security/pam_succeed_if.la #lib/security/pam_succeed_if.so -#lib/security/pam_time.la #lib/security/pam_time.so -#lib/security/pam_timestamp.la #lib/security/pam_timestamp.so #lib/security/pam_timestamp_check -#lib/security/pam_umask.la #lib/security/pam_umask.so -#lib/security/pam_unix.la lib/security/pam_unix.so -#lib/security/pam_userdb.la #lib/security/pam_userdb.so -#lib/security/pam_usertype.la #lib/security/pam_usertype.so -#lib/security/pam_warn.la #lib/security/pam_warn.so -#lib/security/pam_wheel.la #lib/security/pam_wheel.so -#lib/security/pam_xauth.la #lib/security/pam_xauth.so +#lib/security/pwhistory_helper lib/security/unix_chkpwd #usr/include/security #usr/include/security/_pam_compat.h @@ -113,15 +73,12 @@ lib/security/unix_chkpwd #usr/include/security/pam_misc.h #usr/include/security/pam_modules.h #usr/include/security/pam_modutil.h -#usr/lib/libpam.la #usr/lib/libpam.so usr/lib/libpam.so.0 usr/lib/libpam.so.0.85.1 -#usr/lib/libpam_misc.la #usr/lib/libpam_misc.so usr/lib/libpam_misc.so.0 usr/lib/libpam_misc.so.0.82.1 -#usr/lib/libpamc.la #usr/lib/libpamc.so usr/lib/libpamc.so.0 usr/lib/libpamc.so.0.82.1 @@ -131,108 +88,153 @@ usr/lib/libpamc.so.0.82.1 #usr/lib/systemd #usr/lib/systemd/system #usr/lib/systemd/system/pam_namespace.service -#usr/share/doc/Linux-PAM -#usr/share/doc/Linux-PAM/draft-morgan-pam-current.txt -#usr/share/doc/Linux-PAM/index.html -#usr/share/doc/Linux-PAM/rfc86.0.txt -#usr/share/man/man3/misc_conv.3 -#usr/share/man/man3/pam.3 -#usr/share/man/man3/pam_acct_mgmt.3 -#usr/share/man/man3/pam_authenticate.3 -#usr/share/man/man3/pam_chauthtok.3 -#usr/share/man/man3/pam_close_session.3 -#usr/share/man/man3/pam_conv.3 -#usr/share/man/man3/pam_end.3 -#usr/share/man/man3/pam_error.3 -#usr/share/man/man3/pam_fail_delay.3 -#usr/share/man/man3/pam_get_authtok.3 -#usr/share/man/man3/pam_get_authtok_noverify.3 -#usr/share/man/man3/pam_get_authtok_verify.3 -#usr/share/man/man3/pam_get_data.3 -#usr/share/man/man3/pam_get_item.3 -#usr/share/man/man3/pam_get_user.3 -#usr/share/man/man3/pam_getenv.3 -#usr/share/man/man3/pam_getenvlist.3 -#usr/share/man/man3/pam_info.3 -#usr/share/man/man3/pam_misc_drop_env.3 -#usr/share/man/man3/pam_misc_paste_env.3 -#usr/share/man/man3/pam_misc_setenv.3 -#usr/share/man/man3/pam_open_session.3 -#usr/share/man/man3/pam_prompt.3 -#usr/share/man/man3/pam_putenv.3 -#usr/share/man/man3/pam_set_data.3 -#usr/share/man/man3/pam_set_item.3 -#usr/share/man/man3/pam_setcred.3 -#usr/share/man/man3/pam_sm_acct_mgmt.3 -#usr/share/man/man3/pam_sm_authenticate.3 -#usr/share/man/man3/pam_sm_chauthtok.3 -#usr/share/man/man3/pam_sm_close_session.3 -#usr/share/man/man3/pam_sm_open_session.3 -#usr/share/man/man3/pam_sm_setcred.3 -#usr/share/man/man3/pam_start.3 -#usr/share/man/man3/pam_strerror.3 -#usr/share/man/man3/pam_syslog.3 -#usr/share/man/man3/pam_verror.3 -#usr/share/man/man3/pam_vinfo.3 -#usr/share/man/man3/pam_vprompt.3 -#usr/share/man/man3/pam_vsyslog.3 -#usr/share/man/man3/pam_xauth_data.3 -#usr/share/man/man5/access.conf.5 -#usr/share/man/man5/environment.5 -#usr/share/man/man5/faillock.conf.5 -#usr/share/man/man5/group.conf.5 -#usr/share/man/man5/limits.conf.5 -#usr/share/man/man5/namespace.conf.5 -#usr/share/man/man5/pam.conf.5 -#usr/share/man/man5/pam.d.5 -#usr/share/man/man5/pam_env.conf.5 -#usr/share/man/man5/pwhistory.conf.5 -#usr/share/man/man5/time.conf.5 -#usr/share/man/man8/PAM.8 -#usr/share/man/man8/faillock.8 -#usr/share/man/man8/mkhomedir_helper.8 -#usr/share/man/man8/pam.8 -#usr/share/man/man8/pam_access.8 -#usr/share/man/man8/pam_canonicalize_user.8 -#usr/share/man/man8/pam_debug.8 -#usr/share/man/man8/pam_deny.8 -#usr/share/man/man8/pam_echo.8 -#usr/share/man/man8/pam_env.8 -#usr/share/man/man8/pam_exec.8 -#usr/share/man/man8/pam_faildelay.8 -#usr/share/man/man8/pam_faillock.8 -#usr/share/man/man8/pam_filter.8 -#usr/share/man/man8/pam_ftp.8 -#usr/share/man/man8/pam_group.8 -#usr/share/man/man8/pam_issue.8 -#usr/share/man/man8/pam_keyinit.8 -#usr/share/man/man8/pam_limits.8 -#usr/share/man/man8/pam_listfile.8 -#usr/share/man/man8/pam_localuser.8 -#usr/share/man/man8/pam_loginuid.8 -#usr/share/man/man8/pam_mail.8 -#usr/share/man/man8/pam_mkhomedir.8 -#usr/share/man/man8/pam_motd.8 -#usr/share/man/man8/pam_namespace.8 -#usr/share/man/man8/pam_namespace_helper.8 -#usr/share/man/man8/pam_nologin.8 -#usr/share/man/man8/pam_permit.8 -#usr/share/man/man8/pam_pwhistory.8 -#usr/share/man/man8/pam_rhosts.8 -#usr/share/man/man8/pam_rootok.8 -#usr/share/man/man8/pam_securetty.8 -#usr/share/man/man8/pam_setquota.8 -#usr/share/man/man8/pam_shells.8 -#usr/share/man/man8/pam_stress.8 -#usr/share/man/man8/pam_succeed_if.8 -#usr/share/man/man8/pam_time.8 -#usr/share/man/man8/pam_timestamp.8 -#usr/share/man/man8/pam_timestamp_check.8 -#usr/share/man/man8/pam_umask.8 -#usr/share/man/man8/pam_unix.8 -#usr/share/man/man8/pam_userdb.8 -#usr/share/man/man8/pam_usertype.8 -#usr/share/man/man8/pam_warn.8 -#usr/share/man/man8/pam_wheel.8 -#usr/share/man/man8/pam_xauth.8 -#usr/share/man/man8/unix_chkpwd.8 +#usr/share/locale/af/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/am +#usr/share/locale/am/LC_MESSAGES +#usr/share/locale/am/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/ar +#usr/share/locale/ar/LC_MESSAGES +#usr/share/locale/ar/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/as +#usr/share/locale/as/LC_MESSAGES +#usr/share/locale/as/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/az +#usr/share/locale/az/LC_MESSAGES +#usr/share/locale/az/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/be/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/bg/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/bn +#usr/share/locale/bn/LC_MESSAGES +#usr/share/locale/bn/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/bn_IN +#usr/share/locale/bn_IN/LC_MESSAGES +#usr/share/locale/bn_IN/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/bs +#usr/share/locale/bs/LC_MESSAGES +#usr/share/locale/bs/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/ca/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/cs/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/cy +#usr/share/locale/cy/LC_MESSAGES +#usr/share/locale/cy/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/da/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/de/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/de_CH +#usr/share/locale/de_CH/LC_MESSAGES +#usr/share/locale/de_CH/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/el/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/eo/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/es/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/et/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/eu/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/fa +#usr/share/locale/fa/LC_MESSAGES +#usr/share/locale/fa/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/fi/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/fr/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/ga/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/gl/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/gu +#usr/share/locale/gu/LC_MESSAGES +#usr/share/locale/gu/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/he +#usr/share/locale/he/LC_MESSAGES +#usr/share/locale/he/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/hi +#usr/share/locale/hi/LC_MESSAGES +#usr/share/locale/hi/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/hr/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/hu/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/ia/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/id/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/is +#usr/share/locale/is/LC_MESSAGES +#usr/share/locale/is/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/it/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/ja/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/ka/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/kk/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/km +#usr/share/locale/km/LC_MESSAGES +#usr/share/locale/km/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/kn +#usr/share/locale/kn/LC_MESSAGES +#usr/share/locale/kn/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/ko/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/kw_GB +#usr/share/locale/kw_GB/LC_MESSAGES +#usr/share/locale/kw_GB/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/ky/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/lt/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/lv/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/mk +#usr/share/locale/mk/LC_MESSAGES +#usr/share/locale/mk/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/ml +#usr/share/locale/ml/LC_MESSAGES +#usr/share/locale/ml/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/mn +#usr/share/locale/mn/LC_MESSAGES +#usr/share/locale/mn/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/mr +#usr/share/locale/mr/LC_MESSAGES +#usr/share/locale/mr/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/ms/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/my +#usr/share/locale/my/LC_MESSAGES +#usr/share/locale/my/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/nb/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/ne +#usr/share/locale/ne/LC_MESSAGES +#usr/share/locale/ne/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/nl/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/nn +#usr/share/locale/nn/LC_MESSAGES +#usr/share/locale/nn/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/or +#usr/share/locale/or/LC_MESSAGES +#usr/share/locale/or/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/pa +#usr/share/locale/pa/LC_MESSAGES +#usr/share/locale/pa/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/pl/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/pt/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/pt_BR/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/ro/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/ru/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/si +#usr/share/locale/si/LC_MESSAGES +#usr/share/locale/si/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/sk/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/sl/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/sq/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/sr/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/sr@latin +#usr/share/locale/sr@latin/LC_MESSAGES +#usr/share/locale/sr@latin/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/sv/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/ta/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/te +#usr/share/locale/te/LC_MESSAGES +#usr/share/locale/te/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/tg +#usr/share/locale/tg/LC_MESSAGES +#usr/share/locale/tg/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/th/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/tr/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/uk/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/ur +#usr/share/locale/ur/LC_MESSAGES +#usr/share/locale/ur/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/vi/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/yo +#usr/share/locale/yo/LC_MESSAGES +#usr/share/locale/yo/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/zh_CN/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/zh_HK +#usr/share/locale/zh_HK/LC_MESSAGES +#usr/share/locale/zh_HK/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/zh_TW/LC_MESSAGES/Linux-PAM.mo +#usr/share/locale/zu +#usr/share/locale/zu/LC_MESSAGES +#usr/share/locale/zu/LC_MESSAGES/Linux-PAM.mo diff --git a/config/rootfiles/common/pango b/config/rootfiles/common/pango index 4cfba12c2..26f46eeea 100644 --- a/config/rootfiles/common/pango +++ b/config/rootfiles/common/pango @@ -41,13 +41,13 @@ usr/bin/pango-view #usr/include/pango-1.0/pango/pangoft2.h #usr/lib/libpango-1.0.so usr/lib/libpango-1.0.so.0 -usr/lib/libpango-1.0.so.0.5200.0 +usr/lib/libpango-1.0.so.0.5400.0 #usr/lib/libpangocairo-1.0.so usr/lib/libpangocairo-1.0.so.0 -usr/lib/libpangocairo-1.0.so.0.5200.0 +usr/lib/libpangocairo-1.0.so.0.5400.0 #usr/lib/libpangoft2-1.0.so usr/lib/libpangoft2-1.0.so.0 -usr/lib/libpangoft2-1.0.so.0.5200.0 +usr/lib/libpangoft2-1.0.so.0.5400.0 #usr/lib/pkgconfig/pango.pc #usr/lib/pkgconfig/pangocairo.pc #usr/lib/pkgconfig/pangofc.pc diff --git a/config/rootfiles/common/pciutils b/config/rootfiles/common/pciutils index b23079526..316ec11fa 100644 --- a/config/rootfiles/common/pciutils +++ b/config/rootfiles/common/pciutils @@ -1,7 +1,7 @@ bin/lspci bin/setpci lib/libpci.so.3 -lib/libpci.so.3.11.1 +lib/libpci.so.3.13.0 sbin/update-pciids #usr/include/pci #usr/include/pci/config.h diff --git a/config/rootfiles/common/qpdf b/config/rootfiles/common/qpdf index 322845aa0..bd788b3d2 100644 --- a/config/rootfiles/common/qpdf +++ b/config/rootfiles/common/qpdf @@ -78,7 +78,7 @@ usr/bin/qpdf #usr/lib/cmake/qpdf/qpdfConfigVersion.cmake #usr/lib/libqpdf.so usr/lib/libqpdf.so.29 -usr/lib/libqpdf.so.29.9.0 +usr/lib/libqpdf.so.29.9.1 #usr/lib/pkgconfig/libqpdf.pc #usr/share/doc/qpdf #usr/share/doc/qpdf/README-doc.txt diff --git a/config/rootfiles/common/ruby b/config/rootfiles/common/ruby index a136dadd8..0b242307b 100644 --- a/config/rootfiles/common/ruby +++ b/config/rootfiles/common/ruby @@ -13,9 +13,6 @@ #usr/bin/syntax_suggest #usr/bin/typeprof #usr/include/ruby-3.3.0 -#usr/include/ruby-3.3.0/xxxMACHINExxx-linux -#usr/include/ruby-3.3.0/xxxMACHINExxx-linux/ruby -#usr/include/ruby-3.3.0/xxxMACHINExxx-linux/ruby/config.h #usr/include/ruby-3.3.0/ruby #usr/include/ruby-3.3.0/ruby.h #usr/include/ruby-3.3.0/ruby/assert.h @@ -220,119 +217,16 @@ #usr/include/ruby-3.3.0/ruby/util.h #usr/include/ruby-3.3.0/ruby/version.h #usr/include/ruby-3.3.0/ruby/vm.h +#usr/include/ruby-3.3.0/xxxMACHINExxx-linux +#usr/include/ruby-3.3.0/xxxMACHINExxx-linux/ruby +#usr/include/ruby-3.3.0/xxxMACHINExxx-linux/ruby/config.h #usr/lib/libruby.so #usr/lib/libruby.so.3.3 -#usr/lib/libruby.so.3.3.4 +#usr/lib/libruby.so.3.3.6 #usr/lib/pkgconfig/ruby-3.3.pc #usr/lib/ruby #usr/lib/ruby/3.3.0 #usr/lib/ruby/3.3.0/English.rb -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/bigdecimal.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/cgi -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/cgi/escape.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/continuation.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/coverage.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/date_core.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/digest -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/digest.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/digest/bubblebabble.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/digest/md5.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/digest/rmd160.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/digest/sha1.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/digest/sha2.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/big5.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/cesu_8.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/cp949.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/emacs_mule.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/encdb.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/euc_jp.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/euc_kr.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/euc_tw.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/gb18030.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/gb2312.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/gbk.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_1.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_10.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_11.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_13.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_14.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_15.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_16.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_2.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_3.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_4.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_5.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_6.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_7.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_8.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_9.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/koi8_r.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/koi8_u.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/shift_jis.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/big5.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/cesu_8.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/chinese.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/ebcdic.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/emoji.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/emoji_iso2022_kddi.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/emoji_sjis_docomo.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/emoji_sjis_kddi.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/emoji_sjis_softbank.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/escape.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/gb18030.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/gbk.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/iso2022.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/japanese.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/japanese_euc.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/japanese_sjis.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/korean.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/single_byte.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/transdb.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/utf8_mac.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/utf_16_32.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/utf_16be.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/utf_16le.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/utf_32be.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/utf_32le.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/windows_1250.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/windows_1251.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/windows_1252.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/windows_1253.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/windows_1254.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/windows_1257.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/windows_31j.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/erb -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/erb/escape.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/etc.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/fcntl.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/fiddle.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/io -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/io/console.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/io/nonblock.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/io/wait.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/json -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/json/ext -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/json/ext/generator.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/json/ext/parser.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/monitor.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/nkf.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/objspace.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/openssl.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/pathname.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/psych.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/pty.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/rbconfig -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/rbconfig.rb -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/rbconfig/sizeof.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/ripper.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/socket.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/stringio.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/strscan.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/syslog.so -#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/zlib.so #usr/lib/ruby/3.3.0/abbrev.rb #usr/lib/ruby/3.3.0/base64.rb #usr/lib/ruby/3.3.0/benchmark.rb @@ -385,6 +279,7 @@ #usr/lib/ruby/3.3.0/bundler/compact_index_client/cache.rb #usr/lib/ruby/3.3.0/bundler/compact_index_client/cache_file.rb #usr/lib/ruby/3.3.0/bundler/compact_index_client/gem_parser.rb +#usr/lib/ruby/3.3.0/bundler/compact_index_client/parser.rb #usr/lib/ruby/3.3.0/bundler/compact_index_client/updater.rb #usr/lib/ruby/3.3.0/bundler/constants.rb #usr/lib/ruby/3.3.0/bundler/current_ruby.rb @@ -645,6 +540,11 @@ #usr/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/version_range.rb #usr/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/version_solver.rb #usr/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/version_union.rb +#usr/lib/ruby/3.3.0/bundler/vendor/securerandom +#usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib +#usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/random +#usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/random/formatter.rb +#usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/securerandom.rb #usr/lib/ruby/3.3.0/bundler/vendor/thor #usr/lib/ruby/3.3.0/bundler/vendor/thor/lib #usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor @@ -713,6 +613,7 @@ #usr/lib/ruby/3.3.0/bundler/vendored_net_http.rb #usr/lib/ruby/3.3.0/bundler/vendored_persistent.rb #usr/lib/ruby/3.3.0/bundler/vendored_pub_grub.rb +#usr/lib/ruby/3.3.0/bundler/vendored_securerandom.rb #usr/lib/ruby/3.3.0/bundler/vendored_thor.rb #usr/lib/ruby/3.3.0/bundler/vendored_timeout.rb #usr/lib/ruby/3.3.0/bundler/vendored_tsort.rb @@ -1249,14 +1150,18 @@ #usr/lib/ruby/3.3.0/readline.rb #usr/lib/ruby/3.3.0/reline #usr/lib/ruby/3.3.0/reline.rb -#usr/lib/ruby/3.3.0/reline/ansi.rb #usr/lib/ruby/3.3.0/reline/config.rb #usr/lib/ruby/3.3.0/reline/face.rb -#usr/lib/ruby/3.3.0/reline/general_io.rb #usr/lib/ruby/3.3.0/reline/history.rb +#usr/lib/ruby/3.3.0/reline/io +#usr/lib/ruby/3.3.0/reline/io.rb +#usr/lib/ruby/3.3.0/reline/io/ansi.rb +#usr/lib/ruby/3.3.0/reline/io/dumb.rb +#usr/lib/ruby/3.3.0/reline/io/windows.rb #usr/lib/ruby/3.3.0/reline/key_actor #usr/lib/ruby/3.3.0/reline/key_actor.rb #usr/lib/ruby/3.3.0/reline/key_actor/base.rb +#usr/lib/ruby/3.3.0/reline/key_actor/composite.rb #usr/lib/ruby/3.3.0/reline/key_actor/emacs.rb #usr/lib/ruby/3.3.0/reline/key_actor/vi_command.rb #usr/lib/ruby/3.3.0/reline/key_actor/vi_insert.rb @@ -1268,7 +1173,6 @@ #usr/lib/ruby/3.3.0/reline/unicode.rb #usr/lib/ruby/3.3.0/reline/unicode/east_asian_width.rb #usr/lib/ruby/3.3.0/reline/version.rb -#usr/lib/ruby/3.3.0/reline/windows.rb #usr/lib/ruby/3.3.0/resolv-replace.rb #usr/lib/ruby/3.3.0/resolv.rb #usr/lib/ruby/3.3.0/rinda @@ -1559,6 +1463,11 @@ #usr/lib/ruby/3.3.0/rubygems/vendor/resolv #usr/lib/ruby/3.3.0/rubygems/vendor/resolv/lib #usr/lib/ruby/3.3.0/rubygems/vendor/resolv/lib/resolv.rb +#usr/lib/ruby/3.3.0/rubygems/vendor/securerandom +#usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib +#usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/random +#usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/random/formatter.rb +#usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/securerandom.rb #usr/lib/ruby/3.3.0/rubygems/vendor/timeout #usr/lib/ruby/3.3.0/rubygems/vendor/timeout/lib #usr/lib/ruby/3.3.0/rubygems/vendor/timeout/lib/timeout.rb @@ -1586,6 +1495,7 @@ #usr/lib/ruby/3.3.0/rubygems/vendored_molinillo.rb #usr/lib/ruby/3.3.0/rubygems/vendored_net_http.rb #usr/lib/ruby/3.3.0/rubygems/vendored_optparse.rb +#usr/lib/ruby/3.3.0/rubygems/vendored_securerandom.rb #usr/lib/ruby/3.3.0/rubygems/vendored_timeout.rb #usr/lib/ruby/3.3.0/rubygems/vendored_tsort.rb #usr/lib/ruby/3.3.0/rubygems/version.rb @@ -1656,6 +1566,112 @@ #usr/lib/ruby/3.3.0/uri/ws.rb #usr/lib/ruby/3.3.0/uri/wss.rb #usr/lib/ruby/3.3.0/weakref.rb +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/bigdecimal.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/cgi +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/cgi/escape.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/continuation.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/coverage.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/date_core.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/digest +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/digest.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/digest/bubblebabble.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/digest/md5.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/digest/rmd160.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/digest/sha1.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/digest/sha2.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/big5.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/cesu_8.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/cp949.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/emacs_mule.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/encdb.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/euc_jp.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/euc_kr.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/euc_tw.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/gb18030.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/gb2312.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/gbk.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_1.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_10.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_11.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_13.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_14.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_15.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_16.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_2.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_3.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_4.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_5.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_6.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_7.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_8.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/iso_8859_9.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/koi8_r.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/koi8_u.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/shift_jis.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/big5.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/cesu_8.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/chinese.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/ebcdic.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/emoji.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/emoji_iso2022_kddi.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/emoji_sjis_docomo.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/emoji_sjis_kddi.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/emoji_sjis_softbank.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/escape.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/gb18030.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/gbk.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/iso2022.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/japanese.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/japanese_euc.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/japanese_sjis.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/korean.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/single_byte.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/transdb.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/utf8_mac.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/trans/utf_16_32.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/utf_16be.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/utf_16le.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/utf_32be.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/utf_32le.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/windows_1250.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/windows_1251.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/windows_1252.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/windows_1253.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/windows_1254.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/windows_1257.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/enc/windows_31j.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/erb +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/erb/escape.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/etc.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/fcntl.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/fiddle.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/io +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/io/console.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/io/nonblock.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/io/wait.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/json +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/json/ext +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/json/ext/generator.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/json/ext/parser.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/monitor.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/nkf.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/objspace.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/openssl.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/pathname.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/psych.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/pty.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/rbconfig +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/rbconfig.rb +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/rbconfig/sizeof.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/ripper.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/socket.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/stringio.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/strscan.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/syslog.so +#usr/lib/ruby/3.3.0/xxxMACHINExxx-linux/zlib.so #usr/lib/ruby/3.3.0/yaml #usr/lib/ruby/3.3.0/yaml.rb #usr/lib/ruby/3.3.0/yaml/dbm.rb @@ -1664,7 +1680,7 @@ #usr/lib/ruby/gems/3.3.0 #usr/lib/ruby/gems/3.3.0/build_info #usr/lib/ruby/gems/3.3.0/cache -#usr/lib/ruby/gems/3.3.0/cache/debug-1.9.1.gem +#usr/lib/ruby/gems/3.3.0/cache/debug-1.9.2.gem #usr/lib/ruby/gems/3.3.0/cache/matrix-0.4.2.gem #usr/lib/ruby/gems/3.3.0/cache/minitest-5.20.0.gem #usr/lib/ruby/gems/3.3.0/cache/net-ftp-0.3.4.gem @@ -1676,18 +1692,18 @@ #usr/lib/ruby/gems/3.3.0/cache/racc-1.7.3.gem #usr/lib/ruby/gems/3.3.0/cache/rake-13.1.0.gem #usr/lib/ruby/gems/3.3.0/cache/rbs-3.4.0.gem -#usr/lib/ruby/gems/3.3.0/cache/rexml-3.2.8.gem -#usr/lib/ruby/gems/3.3.0/cache/rss-0.3.0.gem +#usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.9.gem +#usr/lib/ruby/gems/3.3.0/cache/rss-0.3.1.gem #usr/lib/ruby/gems/3.3.0/cache/test-unit-3.6.1.gem #usr/lib/ruby/gems/3.3.0/cache/typeprof-0.21.9.gem #usr/lib/ruby/gems/3.3.0/doc #usr/lib/ruby/gems/3.3.0/extensions #usr/lib/ruby/gems/3.3.0/extensions/xxxMACHINExxx-linux #usr/lib/ruby/gems/3.3.0/extensions/xxxMACHINExxx-linux/3.3.0 -#usr/lib/ruby/gems/3.3.0/extensions/xxxMACHINExxx-linux/3.3.0/debug-1.9.1 -#usr/lib/ruby/gems/3.3.0/extensions/xxxMACHINExxx-linux/3.3.0/debug-1.9.1/debug -#usr/lib/ruby/gems/3.3.0/extensions/xxxMACHINExxx-linux/3.3.0/debug-1.9.1/debug/debug.so -#usr/lib/ruby/gems/3.3.0/extensions/xxxMACHINExxx-linux/3.3.0/debug-1.9.1/gem.build_complete +#usr/lib/ruby/gems/3.3.0/extensions/xxxMACHINExxx-linux/3.3.0/debug-1.9.2 +#usr/lib/ruby/gems/3.3.0/extensions/xxxMACHINExxx-linux/3.3.0/debug-1.9.2/debug +#usr/lib/ruby/gems/3.3.0/extensions/xxxMACHINExxx-linux/3.3.0/debug-1.9.2/debug/debug.so +#usr/lib/ruby/gems/3.3.0/extensions/xxxMACHINExxx-linux/3.3.0/debug-1.9.2/gem.build_complete #usr/lib/ruby/gems/3.3.0/extensions/xxxMACHINExxx-linux/3.3.0/racc-1.7.3 #usr/lib/ruby/gems/3.3.0/extensions/xxxMACHINExxx-linux/3.3.0/racc-1.7.3/gem.build_complete #usr/lib/ruby/gems/3.3.0/extensions/xxxMACHINExxx-linux/3.3.0/racc-1.7.3/racc @@ -1700,62 +1716,62 @@ #usr/lib/ruby/gems/3.3.0/gems/base64-0.2.0 #usr/lib/ruby/gems/3.3.0/gems/benchmark-0.3.0 #usr/lib/ruby/gems/3.3.0/gems/bigdecimal-3.1.5 -#usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.11 -#usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/exe -#usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/exe/bundle -#usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/exe/bundler +#usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.22 +#usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.22/exe +#usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.22/exe/bundle +#usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.22/exe/bundler #usr/lib/ruby/gems/3.3.0/gems/cgi-0.4.1 #usr/lib/ruby/gems/3.3.0/gems/csv-3.2.8 #usr/lib/ruby/gems/3.3.0/gems/date-3.3.4 -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1 -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/CONTRIBUTING.md -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/Gemfile -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/LICENSE.txt -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/README.md -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/Rakefile -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/TODO.md -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/exe -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/exe/rdbg -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/ext -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/ext/debug -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/ext/debug/Makefile -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/ext/debug/debug.c -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/ext/debug/debug.o -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/ext/debug/debug_version.h -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/ext/debug/extconf.h -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/ext/debug/extconf.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/ext/debug/iseq_collector.c -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/ext/debug/iseq_collector.o -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/ext/debug/mkmf.log -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/exts.mk -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/abbrev_command.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/breakpoint.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/client.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/color.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/config.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/console.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/dap_custom -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/dap_custom/traceInspector.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/frame_info.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/irb_integration.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/local.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/open.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/open_nonstop.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/prelude.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/server.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/server_cdp.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/server_dap.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/session.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/source_repository.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/start.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/thread_client.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/tracer.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/version.rb -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/misc -#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/misc/README.md.erb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2 +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/CONTRIBUTING.md +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/Gemfile +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/LICENSE.txt +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/README.md +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/Rakefile +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/TODO.md +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/exe +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/exe/rdbg +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/ext +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/ext/debug +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/ext/debug/Makefile +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/ext/debug/debug.c +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/ext/debug/debug.o +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/ext/debug/debug_version.h +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/ext/debug/extconf.h +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/ext/debug/extconf.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/ext/debug/iseq_collector.c +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/ext/debug/iseq_collector.o +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/ext/debug/mkmf.log +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/exts.mk +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/abbrev_command.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/breakpoint.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/client.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/color.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/config.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/console.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/dap_custom +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/dap_custom/traceInspector.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/frame_info.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/irb_integration.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/local.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/open.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/open_nonstop.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/prelude.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/server.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/server_cdp.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/server_dap.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/session.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/source_repository.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/start.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/thread_client.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/tracer.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/version.rb +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/misc +#usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/misc/README.md.erb #usr/lib/ruby/gems/3.3.0/gems/delegate-0.3.1 #usr/lib/ruby/gems/3.3.0/gems/did_you_mean-1.6.3 #usr/lib/ruby/gems/3.3.0/gems/digest-3.1.1 @@ -1779,7 +1795,7 @@ #usr/lib/ruby/gems/3.3.0/gems/irb-1.13.1 #usr/lib/ruby/gems/3.3.0/gems/irb-1.13.1/exe #usr/lib/ruby/gems/3.3.0/gems/irb-1.13.1/exe/irb -#usr/lib/ruby/gems/3.3.0/gems/json-2.7.1 +#usr/lib/ruby/gems/3.3.0/gems/json-2.7.2 #usr/lib/ruby/gems/3.3.0/gems/logger-1.6.0 #usr/lib/ruby/gems/3.3.0/gems/matrix-0.4.2 #usr/lib/ruby/gems/3.3.0/gems/matrix-0.4.2/LICENSE.txt @@ -2705,142 +2721,142 @@ #usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1/exe/rdoc #usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1/exe/ri #usr/lib/ruby/gems/3.3.0/gems/readline-0.0.4 -#usr/lib/ruby/gems/3.3.0/gems/reline-0.5.7 +#usr/lib/ruby/gems/3.3.0/gems/reline-0.5.10 #usr/lib/ruby/gems/3.3.0/gems/resolv-0.3.0 #usr/lib/ruby/gems/3.3.0/gems/resolv-replace-0.1.1 -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8 -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/LICENSE.txt -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/NEWS.md -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/README.md -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/context.rdoc -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tasks -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tasks/rdoc -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tasks/rdoc/child.rdoc -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tasks/rdoc/document.rdoc -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tasks/rdoc/element.rdoc -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tasks/rdoc/node.rdoc -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tasks/rdoc/parent.rdoc -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tasks/tocs -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tasks/tocs/child_toc.rdoc -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tasks/tocs/document_toc.rdoc -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tasks/tocs/element_toc.rdoc -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tasks/tocs/master_toc.rdoc -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tasks/tocs/node_toc.rdoc -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tasks/tocs/parent_toc.rdoc -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tutorial.rdoc -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/attlistdecl.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/attribute.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/cdata.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/child.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/comment.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/doctype.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/document.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/dtd -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/dtd/attlistdecl.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/dtd/dtd.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/dtd/elementdecl.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/dtd/entitydecl.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/dtd/notationdecl.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/element.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/encoding.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/entity.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/formatters -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/formatters/default.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/formatters/pretty.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/formatters/transitive.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/functions.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/instruction.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/light -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/light/node.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/namespace.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/node.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/output.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/parent.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/parseexception.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/parsers -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/parsers/baseparser.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/parsers/lightparser.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/parsers/pullparser.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/parsers/sax2parser.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/parsers/streamparser.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/parsers/treeparser.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/parsers/ultralightparser.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/parsers/xpathparser.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/quickpath.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/rexml.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/sax2listener.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/security.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/source.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/streamlistener.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/text.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/undefinednamespaceexception.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/validation -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/validation/relaxng.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/validation/validation.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/validation/validationexception.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/xmldecl.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/xmltokens.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/xpath.rb -#usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/xpath_parser.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9 +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/LICENSE.txt +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/NEWS.md +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/README.md +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/context.rdoc +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tasks +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tasks/rdoc +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tasks/rdoc/child.rdoc +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tasks/rdoc/document.rdoc +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tasks/rdoc/element.rdoc +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tasks/rdoc/node.rdoc +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tasks/rdoc/parent.rdoc +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tasks/tocs +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tasks/tocs/child_toc.rdoc +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tasks/tocs/document_toc.rdoc +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tasks/tocs/element_toc.rdoc +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tasks/tocs/master_toc.rdoc +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tasks/tocs/node_toc.rdoc +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tasks/tocs/parent_toc.rdoc +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tutorial.rdoc +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/attlistdecl.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/attribute.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/cdata.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/child.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/comment.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/doctype.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/document.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/dtd +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/dtd/attlistdecl.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/dtd/dtd.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/dtd/elementdecl.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/dtd/entitydecl.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/dtd/notationdecl.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/element.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/encoding.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/entity.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/formatters +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/formatters/default.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/formatters/pretty.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/formatters/transitive.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/functions.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/instruction.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/light +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/light/node.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/namespace.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/node.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/output.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/parent.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/parseexception.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/parsers +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/parsers/baseparser.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/parsers/lightparser.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/parsers/pullparser.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/parsers/sax2parser.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/parsers/streamparser.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/parsers/treeparser.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/parsers/ultralightparser.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/parsers/xpathparser.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/quickpath.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/rexml.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/sax2listener.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/security.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/source.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/streamlistener.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/text.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/undefinednamespaceexception.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/validation +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/validation/relaxng.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/validation/validation.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/validation/validationexception.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/xmldecl.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/xmltokens.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/xpath.rb +#usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/xpath_parser.rb #usr/lib/ruby/gems/3.3.0/gems/rinda-0.2.0 -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0 -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/LICENSE.txt -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/NEWS.md -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/README.md -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/0.9.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/1.0.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/2.0.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/atom.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/content -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/content.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/content/1.0.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/content/2.0.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/converter.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/dublincore -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/dublincore.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/dublincore/1.0.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/dublincore/2.0.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/dublincore/atom.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/image.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/itunes.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker/0.9.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker/1.0.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker/2.0.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker/atom.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker/base.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker/content.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker/dublincore.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker/entry.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker/feed.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker/image.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker/itunes.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker/slash.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker/syndication.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker/taxonomy.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker/trackback.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/parser.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/rexmlparser.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/rss.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/slash.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/syndication.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/taxonomy.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/trackback.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/utils.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/version.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/xml-stylesheet.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/xml.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/xmlparser.rb -#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/xmlscanner.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1 +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/LICENSE.txt +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/NEWS.md +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/README.md +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/0.9.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/1.0.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/2.0.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/atom.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/content +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/content.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/content/1.0.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/content/2.0.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/converter.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/dublincore +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/dublincore.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/dublincore/1.0.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/dublincore/2.0.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/dublincore/atom.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/image.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/itunes.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker/0.9.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker/1.0.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker/2.0.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker/atom.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker/base.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker/content.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker/dublincore.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker/entry.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker/feed.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker/image.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker/itunes.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker/slash.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker/syndication.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker/taxonomy.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker/trackback.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/parser.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/rexmlparser.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/rss.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/slash.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/syndication.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/taxonomy.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/trackback.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/utils.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/version.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/xml-stylesheet.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/xml.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/xmlparser.rb +#usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/xmlscanner.rb #usr/lib/ruby/gems/3.3.0/gems/ruby2_keywords-0.0.5 #usr/lib/ruby/gems/3.3.0/gems/securerandom-0.3.1 #usr/lib/ruby/gems/3.3.0/gems/set-1.1.0 @@ -2848,9 +2864,9 @@ #usr/lib/ruby/gems/3.3.0/gems/singleton-0.2.0 #usr/lib/ruby/gems/3.3.0/gems/stringio-3.1.1 #usr/lib/ruby/gems/3.3.0/gems/strscan-3.0.9 -#usr/lib/ruby/gems/3.3.0/gems/syntax_suggest-2.0.0 -#usr/lib/ruby/gems/3.3.0/gems/syntax_suggest-2.0.0/exe -#usr/lib/ruby/gems/3.3.0/gems/syntax_suggest-2.0.0/exe/syntax_suggest +#usr/lib/ruby/gems/3.3.0/gems/syntax_suggest-2.0.1 +#usr/lib/ruby/gems/3.3.0/gems/syntax_suggest-2.0.1/exe +#usr/lib/ruby/gems/3.3.0/gems/syntax_suggest-2.0.1/exe/syntax_suggest #usr/lib/ruby/gems/3.3.0/gems/syslog-0.1.2 #usr/lib/ruby/gems/3.3.0/gems/tempfile-0.2.1 #usr/lib/ruby/gems/3.3.0/gems/test-unit-3.6.1 @@ -2968,19 +2984,19 @@ #usr/lib/ruby/gems/3.3.0/gems/typeprof-0.21.9/tools/setup-insns-def.rb #usr/lib/ruby/gems/3.3.0/gems/typeprof-0.21.9/typeprof-lsp #usr/lib/ruby/gems/3.3.0/gems/un-0.3.0 -#usr/lib/ruby/gems/3.3.0/gems/uri-0.13.0 +#usr/lib/ruby/gems/3.3.0/gems/uri-0.13.1 #usr/lib/ruby/gems/3.3.0/gems/weakref-0.1.3 #usr/lib/ruby/gems/3.3.0/gems/yaml-0.3.0 #usr/lib/ruby/gems/3.3.0/gems/zlib-3.1.1 #usr/lib/ruby/gems/3.3.0/plugins #usr/lib/ruby/gems/3.3.0/specifications -#usr/lib/ruby/gems/3.3.0/specifications/debug-1.9.1.gemspec +#usr/lib/ruby/gems/3.3.0/specifications/debug-1.9.2.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default #usr/lib/ruby/gems/3.3.0/specifications/default/abbrev-0.1.2.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/base64-0.2.0.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/benchmark-0.3.0.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/bigdecimal-3.1.5.gemspec -#usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.11.gemspec +#usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.22.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/cgi-0.4.1.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/csv-3.2.8.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/date-3.3.4.gemspec @@ -3003,7 +3019,7 @@ #usr/lib/ruby/gems/3.3.0/specifications/default/io-wait-0.3.1.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/ipaddr-1.2.6.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/irb-1.13.1.gemspec -#usr/lib/ruby/gems/3.3.0/specifications/default/json-2.7.1.gemspec +#usr/lib/ruby/gems/3.3.0/specifications/default/json-2.7.2.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/logger-1.6.0.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/mutex_m-0.2.0.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/net-http-0.4.1.gemspec @@ -3023,7 +3039,7 @@ #usr/lib/ruby/gems/3.3.0/specifications/default/psych-5.1.2.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/rdoc-6.6.3.1.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/readline-0.0.4.gemspec -#usr/lib/ruby/gems/3.3.0/specifications/default/reline-0.5.7.gemspec +#usr/lib/ruby/gems/3.3.0/specifications/default/reline-0.5.10.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/resolv-0.3.0.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/resolv-replace-0.1.1.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/rinda-0.2.0.gemspec @@ -3034,7 +3050,7 @@ #usr/lib/ruby/gems/3.3.0/specifications/default/singleton-0.2.0.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/stringio-3.1.1.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/strscan-3.0.9.gemspec -#usr/lib/ruby/gems/3.3.0/specifications/default/syntax_suggest-2.0.0.gemspec +#usr/lib/ruby/gems/3.3.0/specifications/default/syntax_suggest-2.0.1.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/syslog-0.1.2.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/tempfile-0.2.1.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/time-0.3.0.gemspec @@ -3042,7 +3058,7 @@ #usr/lib/ruby/gems/3.3.0/specifications/default/tmpdir-0.2.0.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/tsort-0.2.0.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/un-0.3.0.gemspec -#usr/lib/ruby/gems/3.3.0/specifications/default/uri-0.13.0.gemspec +#usr/lib/ruby/gems/3.3.0/specifications/default/uri-0.13.1.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/weakref-0.1.3.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/yaml-0.3.0.gemspec #usr/lib/ruby/gems/3.3.0/specifications/default/zlib-3.1.1.gemspec @@ -3057,8 +3073,8 @@ #usr/lib/ruby/gems/3.3.0/specifications/racc-1.7.3.gemspec #usr/lib/ruby/gems/3.3.0/specifications/rake-13.1.0.gemspec #usr/lib/ruby/gems/3.3.0/specifications/rbs-3.4.0.gemspec -#usr/lib/ruby/gems/3.3.0/specifications/rexml-3.2.8.gemspec -#usr/lib/ruby/gems/3.3.0/specifications/rss-0.3.0.gemspec +#usr/lib/ruby/gems/3.3.0/specifications/rexml-3.3.9.gemspec +#usr/lib/ruby/gems/3.3.0/specifications/rss-0.3.1.gemspec #usr/lib/ruby/gems/3.3.0/specifications/test-unit-3.6.1.gemspec #usr/lib/ruby/gems/3.3.0/specifications/typeprof-0.21.9.gemspec #usr/lib/ruby/site_ruby diff --git a/config/rootfiles/common/screen b/config/rootfiles/common/screen index a367ab078..3442bff2b 100644 --- a/config/rootfiles/common/screen +++ b/config/rootfiles/common/screen @@ -1,6 +1,6 @@ etc/screenrc usr/bin/screen -usr/bin/screen-4.9.1 +usr/bin/screen-5.0.0 #usr/share/info/screen.info #usr/share/man/man1/screen.1 #usr/share/screen @@ -12,6 +12,7 @@ usr/bin/screen-4.9.1 #usr/share/screen/utf8encodings/18 #usr/share/screen/utf8encodings/19 #usr/share/screen/utf8encodings/a1 +#usr/share/screen/utf8encodings/a3 #usr/share/screen/utf8encodings/bf #usr/share/screen/utf8encodings/c2 #usr/share/screen/utf8encodings/c3 diff --git a/config/rootfiles/common/swig b/config/rootfiles/common/swig index c7e36c7b1..8abdc7a4a 100644 --- a/config/rootfiles/common/swig +++ b/config/rootfiles/common/swig @@ -1,790 +1,864 @@ #usr/bin/ccache-swig #usr/bin/swig #usr/share/swig -#usr/share/swig/4.1.0 -#usr/share/swig/4.1.0/allkw.swg -#usr/share/swig/4.1.0/attribute.i -#usr/share/swig/4.1.0/carrays.i -#usr/share/swig/4.1.0/cdata.i -#usr/share/swig/4.1.0/cmalloc.i -#usr/share/swig/4.1.0/constraints.i -#usr/share/swig/4.1.0/cpointer.i -#usr/share/swig/4.1.0/csharp -#usr/share/swig/4.1.0/csharp/arrays_csharp.i -#usr/share/swig/4.1.0/csharp/boost_intrusive_ptr.i -#usr/share/swig/4.1.0/csharp/boost_shared_ptr.i -#usr/share/swig/4.1.0/csharp/complex.i -#usr/share/swig/4.1.0/csharp/csharp.swg -#usr/share/swig/4.1.0/csharp/csharphead.swg -#usr/share/swig/4.1.0/csharp/csharpkw.swg -#usr/share/swig/4.1.0/csharp/director.swg -#usr/share/swig/4.1.0/csharp/enums.swg -#usr/share/swig/4.1.0/csharp/enumsimple.swg -#usr/share/swig/4.1.0/csharp/enumtypesafe.swg -#usr/share/swig/4.1.0/csharp/std_array.i -#usr/share/swig/4.1.0/csharp/std_auto_ptr.i -#usr/share/swig/4.1.0/csharp/std_common.i -#usr/share/swig/4.1.0/csharp/std_complex.i -#usr/share/swig/4.1.0/csharp/std_deque.i -#usr/share/swig/4.1.0/csharp/std_except.i -#usr/share/swig/4.1.0/csharp/std_list.i -#usr/share/swig/4.1.0/csharp/std_map.i -#usr/share/swig/4.1.0/csharp/std_pair.i -#usr/share/swig/4.1.0/csharp/std_set.i -#usr/share/swig/4.1.0/csharp/std_shared_ptr.i -#usr/share/swig/4.1.0/csharp/std_string.i -#usr/share/swig/4.1.0/csharp/std_unique_ptr.i -#usr/share/swig/4.1.0/csharp/std_vector.i -#usr/share/swig/4.1.0/csharp/std_wstring.i -#usr/share/swig/4.1.0/csharp/stl.i -#usr/share/swig/4.1.0/csharp/swiginterface.i -#usr/share/swig/4.1.0/csharp/swigmove.i -#usr/share/swig/4.1.0/csharp/swigtype_inout.i -#usr/share/swig/4.1.0/csharp/typemaps.i -#usr/share/swig/4.1.0/csharp/wchar.i -#usr/share/swig/4.1.0/cstring.i -#usr/share/swig/4.1.0/cwstring.i -#usr/share/swig/4.1.0/d -#usr/share/swig/4.1.0/d/boost_shared_ptr.i -#usr/share/swig/4.1.0/d/carrays.i -#usr/share/swig/4.1.0/d/cpointer.i -#usr/share/swig/4.1.0/d/d.swg -#usr/share/swig/4.1.0/d/dclassgen.swg -#usr/share/swig/4.1.0/d/ddirectives.swg -#usr/share/swig/4.1.0/d/denums.swg -#usr/share/swig/4.1.0/d/dexception.swg -#usr/share/swig/4.1.0/d/dhead.swg -#usr/share/swig/4.1.0/d/director.swg -#usr/share/swig/4.1.0/d/dkw.swg -#usr/share/swig/4.1.0/d/dmemberfunctionpointers.swg -#usr/share/swig/4.1.0/d/doperators.swg -#usr/share/swig/4.1.0/d/dprimitives.swg -#usr/share/swig/4.1.0/d/dstrings.swg -#usr/share/swig/4.1.0/d/dswigtype.swg -#usr/share/swig/4.1.0/d/dvoid.swg -#usr/share/swig/4.1.0/d/std_auto_ptr.i -#usr/share/swig/4.1.0/d/std_common.i -#usr/share/swig/4.1.0/d/std_deque.i -#usr/share/swig/4.1.0/d/std_except.i -#usr/share/swig/4.1.0/d/std_map.i -#usr/share/swig/4.1.0/d/std_pair.i -#usr/share/swig/4.1.0/d/std_shared_ptr.i -#usr/share/swig/4.1.0/d/std_string.i -#usr/share/swig/4.1.0/d/std_unique_ptr.i -#usr/share/swig/4.1.0/d/std_vector.i -#usr/share/swig/4.1.0/d/stl.i -#usr/share/swig/4.1.0/d/swigmove.i -#usr/share/swig/4.1.0/d/typemaps.i -#usr/share/swig/4.1.0/d/wrapperloader.swg -#usr/share/swig/4.1.0/director_common.swg -#usr/share/swig/4.1.0/exception.i -#usr/share/swig/4.1.0/go -#usr/share/swig/4.1.0/go/cdata.i -#usr/share/swig/4.1.0/go/director.swg -#usr/share/swig/4.1.0/go/exception.i -#usr/share/swig/4.1.0/go/go.swg -#usr/share/swig/4.1.0/go/gokw.swg -#usr/share/swig/4.1.0/go/goruntime.swg -#usr/share/swig/4.1.0/go/gostring.swg -#usr/share/swig/4.1.0/go/std_array.i -#usr/share/swig/4.1.0/go/std_common.i -#usr/share/swig/4.1.0/go/std_deque.i -#usr/share/swig/4.1.0/go/std_except.i -#usr/share/swig/4.1.0/go/std_list.i -#usr/share/swig/4.1.0/go/std_map.i -#usr/share/swig/4.1.0/go/std_pair.i -#usr/share/swig/4.1.0/go/std_string.i -#usr/share/swig/4.1.0/go/std_vector.i -#usr/share/swig/4.1.0/go/stl.i -#usr/share/swig/4.1.0/go/swigmove.i -#usr/share/swig/4.1.0/go/typemaps.i -#usr/share/swig/4.1.0/guile -#usr/share/swig/4.1.0/guile/common.scm -#usr/share/swig/4.1.0/guile/cplusplus.i -#usr/share/swig/4.1.0/guile/guile.i -#usr/share/swig/4.1.0/guile/guile_scm.swg -#usr/share/swig/4.1.0/guile/guile_scm_run.swg -#usr/share/swig/4.1.0/guile/guilemain.i -#usr/share/swig/4.1.0/guile/interpreter.i -#usr/share/swig/4.1.0/guile/list-vector.i -#usr/share/swig/4.1.0/guile/pointer-in-out.i -#usr/share/swig/4.1.0/guile/ports.i -#usr/share/swig/4.1.0/guile/std_auto_ptr.i -#usr/share/swig/4.1.0/guile/std_common.i -#usr/share/swig/4.1.0/guile/std_deque.i -#usr/share/swig/4.1.0/guile/std_except.i -#usr/share/swig/4.1.0/guile/std_map.i -#usr/share/swig/4.1.0/guile/std_pair.i -#usr/share/swig/4.1.0/guile/std_string.i -#usr/share/swig/4.1.0/guile/std_unique_ptr.i -#usr/share/swig/4.1.0/guile/std_vector.i -#usr/share/swig/4.1.0/guile/stl.i -#usr/share/swig/4.1.0/guile/swigmove.i -#usr/share/swig/4.1.0/guile/swigrun.i -#usr/share/swig/4.1.0/guile/typemaps.i -#usr/share/swig/4.1.0/intrusive_ptr.i -#usr/share/swig/4.1.0/inttypes.i -#usr/share/swig/4.1.0/java -#usr/share/swig/4.1.0/java/arrays_java.i -#usr/share/swig/4.1.0/java/boost_intrusive_ptr.i -#usr/share/swig/4.1.0/java/boost_shared_ptr.i -#usr/share/swig/4.1.0/java/director.swg -#usr/share/swig/4.1.0/java/enums.swg -#usr/share/swig/4.1.0/java/enumsimple.swg -#usr/share/swig/4.1.0/java/enumtypesafe.swg -#usr/share/swig/4.1.0/java/enumtypeunsafe.swg -#usr/share/swig/4.1.0/java/java.swg -#usr/share/swig/4.1.0/java/javahead.swg -#usr/share/swig/4.1.0/java/javakw.swg -#usr/share/swig/4.1.0/java/std_array.i -#usr/share/swig/4.1.0/java/std_auto_ptr.i -#usr/share/swig/4.1.0/java/std_common.i -#usr/share/swig/4.1.0/java/std_deque.i -#usr/share/swig/4.1.0/java/std_except.i -#usr/share/swig/4.1.0/java/std_list.i -#usr/share/swig/4.1.0/java/std_map.i -#usr/share/swig/4.1.0/java/std_pair.i -#usr/share/swig/4.1.0/java/std_set.i -#usr/share/swig/4.1.0/java/std_shared_ptr.i -#usr/share/swig/4.1.0/java/std_string.i -#usr/share/swig/4.1.0/java/std_unique_ptr.i -#usr/share/swig/4.1.0/java/std_unordered_map.i -#usr/share/swig/4.1.0/java/std_unordered_set.i -#usr/share/swig/4.1.0/java/std_vector.i -#usr/share/swig/4.1.0/java/std_wstring.i -#usr/share/swig/4.1.0/java/stl.i -#usr/share/swig/4.1.0/java/swiginterface.i -#usr/share/swig/4.1.0/java/swigmove.i -#usr/share/swig/4.1.0/java/typemaps.i -#usr/share/swig/4.1.0/java/various.i -#usr/share/swig/4.1.0/javascript -#usr/share/swig/4.1.0/javascript/jsc -#usr/share/swig/4.1.0/javascript/jsc/arrays_javascript.i -#usr/share/swig/4.1.0/javascript/jsc/ccomplex.i -#usr/share/swig/4.1.0/javascript/jsc/cdata.i -#usr/share/swig/4.1.0/javascript/jsc/complex.i -#usr/share/swig/4.1.0/javascript/jsc/exception.i -#usr/share/swig/4.1.0/javascript/jsc/javascript.swg -#usr/share/swig/4.1.0/javascript/jsc/javascriptcode.swg -#usr/share/swig/4.1.0/javascript/jsc/javascriptcomplex.swg -#usr/share/swig/4.1.0/javascript/jsc/javascriptfragments.swg -#usr/share/swig/4.1.0/javascript/jsc/javascripthelpers.swg -#usr/share/swig/4.1.0/javascript/jsc/javascriptinit.swg -#usr/share/swig/4.1.0/javascript/jsc/javascriptkw.swg -#usr/share/swig/4.1.0/javascript/jsc/javascriptprimtypes.swg -#usr/share/swig/4.1.0/javascript/jsc/javascriptrun.swg -#usr/share/swig/4.1.0/javascript/jsc/javascriptruntime.swg -#usr/share/swig/4.1.0/javascript/jsc/javascriptstrings.swg -#usr/share/swig/4.1.0/javascript/jsc/javascripttypemaps.swg -#usr/share/swig/4.1.0/javascript/jsc/std_auto_ptr.i -#usr/share/swig/4.1.0/javascript/jsc/std_common.i -#usr/share/swig/4.1.0/javascript/jsc/std_complex.i -#usr/share/swig/4.1.0/javascript/jsc/std_deque.i -#usr/share/swig/4.1.0/javascript/jsc/std_except.i -#usr/share/swig/4.1.0/javascript/jsc/std_map.i -#usr/share/swig/4.1.0/javascript/jsc/std_pair.i -#usr/share/swig/4.1.0/javascript/jsc/std_string.i -#usr/share/swig/4.1.0/javascript/jsc/std_unique_ptr.i -#usr/share/swig/4.1.0/javascript/jsc/std_vector.i -#usr/share/swig/4.1.0/javascript/jsc/stl.i -#usr/share/swig/4.1.0/javascript/jsc/swigmove.i -#usr/share/swig/4.1.0/javascript/jsc/typemaps.i -#usr/share/swig/4.1.0/javascript/v8 -#usr/share/swig/4.1.0/javascript/v8/arrays_javascript.i -#usr/share/swig/4.1.0/javascript/v8/ccomplex.i -#usr/share/swig/4.1.0/javascript/v8/cdata.i -#usr/share/swig/4.1.0/javascript/v8/complex.i -#usr/share/swig/4.1.0/javascript/v8/exception.i -#usr/share/swig/4.1.0/javascript/v8/javascript.swg -#usr/share/swig/4.1.0/javascript/v8/javascriptcode.swg -#usr/share/swig/4.1.0/javascript/v8/javascriptcomplex.swg -#usr/share/swig/4.1.0/javascript/v8/javascriptfragments.swg -#usr/share/swig/4.1.0/javascript/v8/javascripthelpers.swg -#usr/share/swig/4.1.0/javascript/v8/javascriptinit.swg -#usr/share/swig/4.1.0/javascript/v8/javascriptkw.swg -#usr/share/swig/4.1.0/javascript/v8/javascriptprimtypes.swg -#usr/share/swig/4.1.0/javascript/v8/javascriptrun.swg -#usr/share/swig/4.1.0/javascript/v8/javascriptruntime.swg -#usr/share/swig/4.1.0/javascript/v8/javascriptstrings.swg -#usr/share/swig/4.1.0/javascript/v8/javascripttypemaps.swg -#usr/share/swig/4.1.0/javascript/v8/std_auto_ptr.i -#usr/share/swig/4.1.0/javascript/v8/std_common.i -#usr/share/swig/4.1.0/javascript/v8/std_complex.i -#usr/share/swig/4.1.0/javascript/v8/std_deque.i -#usr/share/swig/4.1.0/javascript/v8/std_except.i -#usr/share/swig/4.1.0/javascript/v8/std_map.i -#usr/share/swig/4.1.0/javascript/v8/std_pair.i -#usr/share/swig/4.1.0/javascript/v8/std_string.i -#usr/share/swig/4.1.0/javascript/v8/std_unique_ptr.i -#usr/share/swig/4.1.0/javascript/v8/std_vector.i -#usr/share/swig/4.1.0/javascript/v8/stl.i -#usr/share/swig/4.1.0/javascript/v8/swigmove.i -#usr/share/swig/4.1.0/javascript/v8/typemaps.i -#usr/share/swig/4.1.0/lua -#usr/share/swig/4.1.0/lua/_std_common.i -#usr/share/swig/4.1.0/lua/argcargv.i -#usr/share/swig/4.1.0/lua/carrays.i -#usr/share/swig/4.1.0/lua/factory.i -#usr/share/swig/4.1.0/lua/lua.swg -#usr/share/swig/4.1.0/lua/lua_fnptr.i -#usr/share/swig/4.1.0/lua/luakw.swg -#usr/share/swig/4.1.0/lua/luarun.swg -#usr/share/swig/4.1.0/lua/luaruntime.swg -#usr/share/swig/4.1.0/lua/luatypemaps.swg -#usr/share/swig/4.1.0/lua/std_auto_ptr.i -#usr/share/swig/4.1.0/lua/std_common.i -#usr/share/swig/4.1.0/lua/std_deque.i -#usr/share/swig/4.1.0/lua/std_except.i -#usr/share/swig/4.1.0/lua/std_map.i -#usr/share/swig/4.1.0/lua/std_pair.i -#usr/share/swig/4.1.0/lua/std_string.i -#usr/share/swig/4.1.0/lua/std_unique_ptr.i -#usr/share/swig/4.1.0/lua/std_vector.i -#usr/share/swig/4.1.0/lua/stl.i -#usr/share/swig/4.1.0/lua/swigmove.i -#usr/share/swig/4.1.0/lua/typemaps.i -#usr/share/swig/4.1.0/lua/wchar.i -#usr/share/swig/4.1.0/math.i -#usr/share/swig/4.1.0/mzscheme -#usr/share/swig/4.1.0/mzscheme/mzrun.swg -#usr/share/swig/4.1.0/mzscheme/mzscheme.swg -#usr/share/swig/4.1.0/mzscheme/std_auto_ptr.i -#usr/share/swig/4.1.0/mzscheme/std_common.i -#usr/share/swig/4.1.0/mzscheme/std_deque.i -#usr/share/swig/4.1.0/mzscheme/std_map.i -#usr/share/swig/4.1.0/mzscheme/std_pair.i -#usr/share/swig/4.1.0/mzscheme/std_string.i -#usr/share/swig/4.1.0/mzscheme/std_unique_ptr.i -#usr/share/swig/4.1.0/mzscheme/std_vector.i -#usr/share/swig/4.1.0/mzscheme/stl.i -#usr/share/swig/4.1.0/mzscheme/swigmove.i -#usr/share/swig/4.1.0/mzscheme/typemaps.i -#usr/share/swig/4.1.0/ocaml -#usr/share/swig/4.1.0/ocaml/carray.i -#usr/share/swig/4.1.0/ocaml/class.swg -#usr/share/swig/4.1.0/ocaml/cstring.i -#usr/share/swig/4.1.0/ocaml/director.swg -#usr/share/swig/4.1.0/ocaml/ocaml.i -#usr/share/swig/4.1.0/ocaml/ocaml.swg -#usr/share/swig/4.1.0/ocaml/ocamlkw.swg -#usr/share/swig/4.1.0/ocaml/ocamlrun.swg -#usr/share/swig/4.1.0/ocaml/ocamlrundec.swg -#usr/share/swig/4.1.0/ocaml/preamble.swg -#usr/share/swig/4.1.0/ocaml/std_common.i -#usr/share/swig/4.1.0/ocaml/std_complex.i -#usr/share/swig/4.1.0/ocaml/std_deque.i -#usr/share/swig/4.1.0/ocaml/std_except.i -#usr/share/swig/4.1.0/ocaml/std_list.i -#usr/share/swig/4.1.0/ocaml/std_map.i -#usr/share/swig/4.1.0/ocaml/std_pair.i -#usr/share/swig/4.1.0/ocaml/std_string.i -#usr/share/swig/4.1.0/ocaml/std_vector.i -#usr/share/swig/4.1.0/ocaml/stl.i -#usr/share/swig/4.1.0/ocaml/swig.ml -#usr/share/swig/4.1.0/ocaml/swig.mli -#usr/share/swig/4.1.0/ocaml/swigmove.i -#usr/share/swig/4.1.0/ocaml/swigp4.ml -#usr/share/swig/4.1.0/ocaml/typecheck.i -#usr/share/swig/4.1.0/ocaml/typemaps.i -#usr/share/swig/4.1.0/ocaml/typeregister.swg -#usr/share/swig/4.1.0/octave -#usr/share/swig/4.1.0/octave/argcargv.i -#usr/share/swig/4.1.0/octave/attribute.i -#usr/share/swig/4.1.0/octave/boost_shared_ptr.i -#usr/share/swig/4.1.0/octave/carrays.i -#usr/share/swig/4.1.0/octave/cdata.i -#usr/share/swig/4.1.0/octave/cmalloc.i -#usr/share/swig/4.1.0/octave/director.swg -#usr/share/swig/4.1.0/octave/exception.i -#usr/share/swig/4.1.0/octave/factory.i -#usr/share/swig/4.1.0/octave/implicit.i -#usr/share/swig/4.1.0/octave/octave.swg -#usr/share/swig/4.1.0/octave/octcomplex.swg -#usr/share/swig/4.1.0/octave/octcontainer.swg -#usr/share/swig/4.1.0/octave/octfragments.swg -#usr/share/swig/4.1.0/octave/octheaders.hpp -#usr/share/swig/4.1.0/octave/octiterators.swg -#usr/share/swig/4.1.0/octave/octopers.swg -#usr/share/swig/4.1.0/octave/octprimtypes.swg -#usr/share/swig/4.1.0/octave/octrun.swg -#usr/share/swig/4.1.0/octave/octruntime.swg -#usr/share/swig/4.1.0/octave/octstdcommon.swg -#usr/share/swig/4.1.0/octave/octtypemaps.swg -#usr/share/swig/4.1.0/octave/octuserdir.swg -#usr/share/swig/4.1.0/octave/std_alloc.i -#usr/share/swig/4.1.0/octave/std_auto_ptr.i -#usr/share/swig/4.1.0/octave/std_basic_string.i -#usr/share/swig/4.1.0/octave/std_carray.i -#usr/share/swig/4.1.0/octave/std_char_traits.i -#usr/share/swig/4.1.0/octave/std_common.i -#usr/share/swig/4.1.0/octave/std_complex.i -#usr/share/swig/4.1.0/octave/std_container.i -#usr/share/swig/4.1.0/octave/std_deque.i -#usr/share/swig/4.1.0/octave/std_except.i -#usr/share/swig/4.1.0/octave/std_list.i -#usr/share/swig/4.1.0/octave/std_map.i -#usr/share/swig/4.1.0/octave/std_pair.i -#usr/share/swig/4.1.0/octave/std_shared_ptr.i -#usr/share/swig/4.1.0/octave/std_string.i -#usr/share/swig/4.1.0/octave/std_unique_ptr.i -#usr/share/swig/4.1.0/octave/std_vector.i -#usr/share/swig/4.1.0/octave/std_wstring.i -#usr/share/swig/4.1.0/octave/stl.i -#usr/share/swig/4.1.0/octave/swigmove.i -#usr/share/swig/4.1.0/octave/typemaps.i -#usr/share/swig/4.1.0/perl5 -#usr/share/swig/4.1.0/perl5/Makefile.pl -#usr/share/swig/4.1.0/perl5/argcargv.i -#usr/share/swig/4.1.0/perl5/attribute.i -#usr/share/swig/4.1.0/perl5/carrays.i -#usr/share/swig/4.1.0/perl5/cdata.i -#usr/share/swig/4.1.0/perl5/cmalloc.i -#usr/share/swig/4.1.0/perl5/cpointer.i -#usr/share/swig/4.1.0/perl5/cstring.i -#usr/share/swig/4.1.0/perl5/director.swg -#usr/share/swig/4.1.0/perl5/exception.i -#usr/share/swig/4.1.0/perl5/factory.i -#usr/share/swig/4.1.0/perl5/noembed.h -#usr/share/swig/4.1.0/perl5/perl5.swg -#usr/share/swig/4.1.0/perl5/perlerrors.swg -#usr/share/swig/4.1.0/perl5/perlfragments.swg -#usr/share/swig/4.1.0/perl5/perlhead.swg -#usr/share/swig/4.1.0/perl5/perlinit.swg -#usr/share/swig/4.1.0/perl5/perlkw.swg -#usr/share/swig/4.1.0/perl5/perlmacros.swg -#usr/share/swig/4.1.0/perl5/perlmain.i -#usr/share/swig/4.1.0/perl5/perlopers.swg -#usr/share/swig/4.1.0/perl5/perlprimtypes.swg -#usr/share/swig/4.1.0/perl5/perlrun.swg -#usr/share/swig/4.1.0/perl5/perlruntime.swg -#usr/share/swig/4.1.0/perl5/perlstrings.swg -#usr/share/swig/4.1.0/perl5/perltypemaps.swg -#usr/share/swig/4.1.0/perl5/perluserdir.swg -#usr/share/swig/4.1.0/perl5/reference.i -#usr/share/swig/4.1.0/perl5/std_auto_ptr.i -#usr/share/swig/4.1.0/perl5/std_common.i -#usr/share/swig/4.1.0/perl5/std_deque.i -#usr/share/swig/4.1.0/perl5/std_except.i -#usr/share/swig/4.1.0/perl5/std_list.i -#usr/share/swig/4.1.0/perl5/std_map.i -#usr/share/swig/4.1.0/perl5/std_pair.i -#usr/share/swig/4.1.0/perl5/std_string.i -#usr/share/swig/4.1.0/perl5/std_unique_ptr.i -#usr/share/swig/4.1.0/perl5/std_vector.i -#usr/share/swig/4.1.0/perl5/stl.i -#usr/share/swig/4.1.0/perl5/swigmove.i -#usr/share/swig/4.1.0/perl5/typemaps.i -#usr/share/swig/4.1.0/php -#usr/share/swig/4.1.0/php/argcargv.i -#usr/share/swig/4.1.0/php/const.i -#usr/share/swig/4.1.0/php/director.swg -#usr/share/swig/4.1.0/php/factory.i -#usr/share/swig/4.1.0/php/php.swg -#usr/share/swig/4.1.0/php/phpinit.swg -#usr/share/swig/4.1.0/php/phpinterfaces.i -#usr/share/swig/4.1.0/php/phpkw.swg -#usr/share/swig/4.1.0/php/phppointers.i -#usr/share/swig/4.1.0/php/phprun.swg -#usr/share/swig/4.1.0/php/std_auto_ptr.i -#usr/share/swig/4.1.0/php/std_common.i -#usr/share/swig/4.1.0/php/std_deque.i -#usr/share/swig/4.1.0/php/std_map.i -#usr/share/swig/4.1.0/php/std_pair.i -#usr/share/swig/4.1.0/php/std_string.i -#usr/share/swig/4.1.0/php/std_unique_ptr.i -#usr/share/swig/4.1.0/php/std_vector.i -#usr/share/swig/4.1.0/php/stl.i -#usr/share/swig/4.1.0/php/swigmove.i -#usr/share/swig/4.1.0/php/typemaps.i -#usr/share/swig/4.1.0/php/utils.i -#usr/share/swig/4.1.0/pointer.i -#usr/share/swig/4.1.0/python -#usr/share/swig/4.1.0/python/argcargv.i -#usr/share/swig/4.1.0/python/attribute.i -#usr/share/swig/4.1.0/python/boost_shared_ptr.i -#usr/share/swig/4.1.0/python/builtin.swg -#usr/share/swig/4.1.0/python/carrays.i -#usr/share/swig/4.1.0/python/ccomplex.i -#usr/share/swig/4.1.0/python/cdata.i -#usr/share/swig/4.1.0/python/cmalloc.i -#usr/share/swig/4.1.0/python/complex.i -#usr/share/swig/4.1.0/python/cpointer.i -#usr/share/swig/4.1.0/python/cstring.i -#usr/share/swig/4.1.0/python/cwstring.i -#usr/share/swig/4.1.0/python/director.swg -#usr/share/swig/4.1.0/python/embed.i -#usr/share/swig/4.1.0/python/exception.i -#usr/share/swig/4.1.0/python/factory.i -#usr/share/swig/4.1.0/python/file.i -#usr/share/swig/4.1.0/python/implicit.i -#usr/share/swig/4.1.0/python/pyabc.i -#usr/share/swig/4.1.0/python/pyapi.swg -#usr/share/swig/4.1.0/python/pybackward.swg -#usr/share/swig/4.1.0/python/pybuffer.i -#usr/share/swig/4.1.0/python/pyclasses.swg -#usr/share/swig/4.1.0/python/pycomplex.swg -#usr/share/swig/4.1.0/python/pycontainer.swg -#usr/share/swig/4.1.0/python/pydocs.swg -#usr/share/swig/4.1.0/python/pyerrors.swg -#usr/share/swig/4.1.0/python/pyfragments.swg -#usr/share/swig/4.1.0/python/pyhead.swg -#usr/share/swig/4.1.0/python/pyinit.swg -#usr/share/swig/4.1.0/python/pyiterators.swg -#usr/share/swig/4.1.0/python/pymacros.swg -#usr/share/swig/4.1.0/python/pyname_compat.i -#usr/share/swig/4.1.0/python/pyopers.swg -#usr/share/swig/4.1.0/python/pyprimtypes.swg -#usr/share/swig/4.1.0/python/pyrun.swg -#usr/share/swig/4.1.0/python/pyruntime.swg -#usr/share/swig/4.1.0/python/pystdcommon.swg -#usr/share/swig/4.1.0/python/pystrings.swg -#usr/share/swig/4.1.0/python/python.swg -#usr/share/swig/4.1.0/python/pythonkw.swg -#usr/share/swig/4.1.0/python/pythreads.swg -#usr/share/swig/4.1.0/python/pytuplehlp.swg -#usr/share/swig/4.1.0/python/pytypemaps.swg -#usr/share/swig/4.1.0/python/pyuserdir.swg -#usr/share/swig/4.1.0/python/pywstrings.swg -#usr/share/swig/4.1.0/python/std_alloc.i -#usr/share/swig/4.1.0/python/std_array.i -#usr/share/swig/4.1.0/python/std_auto_ptr.i -#usr/share/swig/4.1.0/python/std_basic_string.i -#usr/share/swig/4.1.0/python/std_carray.i -#usr/share/swig/4.1.0/python/std_char_traits.i -#usr/share/swig/4.1.0/python/std_common.i -#usr/share/swig/4.1.0/python/std_complex.i -#usr/share/swig/4.1.0/python/std_container.i -#usr/share/swig/4.1.0/python/std_deque.i -#usr/share/swig/4.1.0/python/std_except.i -#usr/share/swig/4.1.0/python/std_ios.i -#usr/share/swig/4.1.0/python/std_iostream.i -#usr/share/swig/4.1.0/python/std_list.i -#usr/share/swig/4.1.0/python/std_map.i -#usr/share/swig/4.1.0/python/std_multimap.i -#usr/share/swig/4.1.0/python/std_multiset.i -#usr/share/swig/4.1.0/python/std_pair.i -#usr/share/swig/4.1.0/python/std_set.i -#usr/share/swig/4.1.0/python/std_shared_ptr.i -#usr/share/swig/4.1.0/python/std_sstream.i -#usr/share/swig/4.1.0/python/std_streambuf.i -#usr/share/swig/4.1.0/python/std_string.i -#usr/share/swig/4.1.0/python/std_unique_ptr.i -#usr/share/swig/4.1.0/python/std_unordered_map.i -#usr/share/swig/4.1.0/python/std_unordered_multimap.i -#usr/share/swig/4.1.0/python/std_unordered_multiset.i -#usr/share/swig/4.1.0/python/std_unordered_set.i -#usr/share/swig/4.1.0/python/std_vector.i -#usr/share/swig/4.1.0/python/std_vectora.i -#usr/share/swig/4.1.0/python/std_wios.i -#usr/share/swig/4.1.0/python/std_wiostream.i -#usr/share/swig/4.1.0/python/std_wsstream.i -#usr/share/swig/4.1.0/python/std_wstreambuf.i -#usr/share/swig/4.1.0/python/std_wstring.i -#usr/share/swig/4.1.0/python/stl.i -#usr/share/swig/4.1.0/python/swigmove.i -#usr/share/swig/4.1.0/python/typemaps.i -#usr/share/swig/4.1.0/python/wchar.i -#usr/share/swig/4.1.0/r -#usr/share/swig/4.1.0/r/boost_shared_ptr.i -#usr/share/swig/4.1.0/r/cdata.i -#usr/share/swig/4.1.0/r/exception.i -#usr/share/swig/4.1.0/r/r.swg -#usr/share/swig/4.1.0/r/rcontainer.swg -#usr/share/swig/4.1.0/r/rfragments.swg -#usr/share/swig/4.1.0/r/rkw.swg -#usr/share/swig/4.1.0/r/ropers.swg -#usr/share/swig/4.1.0/r/rrun.swg -#usr/share/swig/4.1.0/r/rstdcommon.swg -#usr/share/swig/4.1.0/r/rtype.swg -#usr/share/swig/4.1.0/r/srun.swg -#usr/share/swig/4.1.0/r/std_alloc.i -#usr/share/swig/4.1.0/r/std_common.i -#usr/share/swig/4.1.0/r/std_container.i -#usr/share/swig/4.1.0/r/std_deque.i -#usr/share/swig/4.1.0/r/std_except.i -#usr/share/swig/4.1.0/r/std_list.i -#usr/share/swig/4.1.0/r/std_map.i -#usr/share/swig/4.1.0/r/std_pair.i -#usr/share/swig/4.1.0/r/std_shared_ptr.i -#usr/share/swig/4.1.0/r/std_string.i -#usr/share/swig/4.1.0/r/std_vector.i -#usr/share/swig/4.1.0/r/stl.i -#usr/share/swig/4.1.0/r/swigmove.i -#usr/share/swig/4.1.0/r/typemaps.i -#usr/share/swig/4.1.0/ruby -#usr/share/swig/4.1.0/ruby/Makefile.swig -#usr/share/swig/4.1.0/ruby/argcargv.i -#usr/share/swig/4.1.0/ruby/attribute.i -#usr/share/swig/4.1.0/ruby/boost_shared_ptr.i -#usr/share/swig/4.1.0/ruby/carrays.i -#usr/share/swig/4.1.0/ruby/cdata.i -#usr/share/swig/4.1.0/ruby/cmalloc.i -#usr/share/swig/4.1.0/ruby/cpointer.i -#usr/share/swig/4.1.0/ruby/cstring.i -#usr/share/swig/4.1.0/ruby/director.swg -#usr/share/swig/4.1.0/ruby/embed.i -#usr/share/swig/4.1.0/ruby/exception.i -#usr/share/swig/4.1.0/ruby/extconf.rb -#usr/share/swig/4.1.0/ruby/factory.i -#usr/share/swig/4.1.0/ruby/file.i -#usr/share/swig/4.1.0/ruby/progargcargv.i -#usr/share/swig/4.1.0/ruby/ruby.swg -#usr/share/swig/4.1.0/ruby/rubyapi.swg -#usr/share/swig/4.1.0/ruby/rubyautodoc.swg -#usr/share/swig/4.1.0/ruby/rubyclasses.swg -#usr/share/swig/4.1.0/ruby/rubycomplex.swg -#usr/share/swig/4.1.0/ruby/rubycontainer.swg -#usr/share/swig/4.1.0/ruby/rubycontainer_extended.swg -#usr/share/swig/4.1.0/ruby/rubydef.swg -#usr/share/swig/4.1.0/ruby/rubyerrors.swg -#usr/share/swig/4.1.0/ruby/rubyfragments.swg -#usr/share/swig/4.1.0/ruby/rubyhead.swg -#usr/share/swig/4.1.0/ruby/rubyinit.swg -#usr/share/swig/4.1.0/ruby/rubyiterators.swg -#usr/share/swig/4.1.0/ruby/rubykw.swg -#usr/share/swig/4.1.0/ruby/rubymacros.swg -#usr/share/swig/4.1.0/ruby/rubyopers.swg -#usr/share/swig/4.1.0/ruby/rubyprimtypes.swg -#usr/share/swig/4.1.0/ruby/rubyrun.swg -#usr/share/swig/4.1.0/ruby/rubyruntime.swg -#usr/share/swig/4.1.0/ruby/rubystdautodoc.swg -#usr/share/swig/4.1.0/ruby/rubystdcommon.swg -#usr/share/swig/4.1.0/ruby/rubystdcommon_forward.swg -#usr/share/swig/4.1.0/ruby/rubystdfunctors.swg -#usr/share/swig/4.1.0/ruby/rubystrings.swg -#usr/share/swig/4.1.0/ruby/rubytracking.swg -#usr/share/swig/4.1.0/ruby/rubytypemaps.swg -#usr/share/swig/4.1.0/ruby/rubyuserdir.swg -#usr/share/swig/4.1.0/ruby/rubywstrings.swg -#usr/share/swig/4.1.0/ruby/std_alloc.i -#usr/share/swig/4.1.0/ruby/std_array.i -#usr/share/swig/4.1.0/ruby/std_auto_ptr.i -#usr/share/swig/4.1.0/ruby/std_basic_string.i -#usr/share/swig/4.1.0/ruby/std_char_traits.i -#usr/share/swig/4.1.0/ruby/std_common.i -#usr/share/swig/4.1.0/ruby/std_complex.i -#usr/share/swig/4.1.0/ruby/std_container.i -#usr/share/swig/4.1.0/ruby/std_deque.i -#usr/share/swig/4.1.0/ruby/std_except.i -#usr/share/swig/4.1.0/ruby/std_functors.i -#usr/share/swig/4.1.0/ruby/std_ios.i -#usr/share/swig/4.1.0/ruby/std_iostream.i -#usr/share/swig/4.1.0/ruby/std_list.i -#usr/share/swig/4.1.0/ruby/std_map.i -#usr/share/swig/4.1.0/ruby/std_multimap.i -#usr/share/swig/4.1.0/ruby/std_multiset.i -#usr/share/swig/4.1.0/ruby/std_pair.i -#usr/share/swig/4.1.0/ruby/std_queue.i -#usr/share/swig/4.1.0/ruby/std_set.i -#usr/share/swig/4.1.0/ruby/std_shared_ptr.i -#usr/share/swig/4.1.0/ruby/std_sstream.i -#usr/share/swig/4.1.0/ruby/std_stack.i -#usr/share/swig/4.1.0/ruby/std_streambuf.i -#usr/share/swig/4.1.0/ruby/std_string.i -#usr/share/swig/4.1.0/ruby/std_unique_ptr.i -#usr/share/swig/4.1.0/ruby/std_unordered_map.i -#usr/share/swig/4.1.0/ruby/std_unordered_multimap.i -#usr/share/swig/4.1.0/ruby/std_unordered_multiset.i -#usr/share/swig/4.1.0/ruby/std_unordered_set.i -#usr/share/swig/4.1.0/ruby/std_vector.i -#usr/share/swig/4.1.0/ruby/std_vectora.i -#usr/share/swig/4.1.0/ruby/std_wstring.i -#usr/share/swig/4.1.0/ruby/stl.i -#usr/share/swig/4.1.0/ruby/swigmove.i -#usr/share/swig/4.1.0/ruby/timeval.i -#usr/share/swig/4.1.0/ruby/typemaps.i -#usr/share/swig/4.1.0/runtime.swg -#usr/share/swig/4.1.0/scilab -#usr/share/swig/4.1.0/scilab/boost_shared_ptr.i -#usr/share/swig/4.1.0/scilab/carrays.i -#usr/share/swig/4.1.0/scilab/cmalloc.i -#usr/share/swig/4.1.0/scilab/cpointer.i -#usr/share/swig/4.1.0/scilab/exception.i -#usr/share/swig/4.1.0/scilab/matrix.i -#usr/share/swig/4.1.0/scilab/sciarray.swg -#usr/share/swig/4.1.0/scilab/scibool.swg -#usr/share/swig/4.1.0/scilab/scichar.swg -#usr/share/swig/4.1.0/scilab/scicontainer.swg -#usr/share/swig/4.1.0/scilab/scidouble.swg -#usr/share/swig/4.1.0/scilab/scienum.swg -#usr/share/swig/4.1.0/scilab/sciexception.swg -#usr/share/swig/4.1.0/scilab/scifloat.swg -#usr/share/swig/4.1.0/scilab/sciint.swg -#usr/share/swig/4.1.0/scilab/sciiterators.swg -#usr/share/swig/4.1.0/scilab/scilab.swg -#usr/share/swig/4.1.0/scilab/scilist.swg -#usr/share/swig/4.1.0/scilab/scilong.swg -#usr/share/swig/4.1.0/scilab/scilonglong.swg -#usr/share/swig/4.1.0/scilab/scimacros.swg -#usr/share/swig/4.1.0/scilab/scimatrixbool.swg -#usr/share/swig/4.1.0/scilab/scimatrixchar.swg -#usr/share/swig/4.1.0/scilab/scimatrixdouble.swg -#usr/share/swig/4.1.0/scilab/scimatrixint.swg -#usr/share/swig/4.1.0/scilab/scimisctypes.swg -#usr/share/swig/4.1.0/scilab/scipointer.swg -#usr/share/swig/4.1.0/scilab/sciprimtypes.swg -#usr/share/swig/4.1.0/scilab/scirun.swg -#usr/share/swig/4.1.0/scilab/sciruntime.swg -#usr/share/swig/4.1.0/scilab/scisequence.swg -#usr/share/swig/4.1.0/scilab/scisequencebool.swg -#usr/share/swig/4.1.0/scilab/scisequencedouble.swg -#usr/share/swig/4.1.0/scilab/scisequencefloat.swg -#usr/share/swig/4.1.0/scilab/scisequenceint.swg -#usr/share/swig/4.1.0/scilab/scisequencepointer.swg -#usr/share/swig/4.1.0/scilab/scisequencestring.swg -#usr/share/swig/4.1.0/scilab/scishort.swg -#usr/share/swig/4.1.0/scilab/scisignedchar.swg -#usr/share/swig/4.1.0/scilab/scistdcommon.swg -#usr/share/swig/4.1.0/scilab/scitypemaps.swg -#usr/share/swig/4.1.0/scilab/sciunsignedchar.swg -#usr/share/swig/4.1.0/scilab/sciunsignedint.swg -#usr/share/swig/4.1.0/scilab/sciunsignedlong.swg -#usr/share/swig/4.1.0/scilab/sciunsignedshort.swg -#usr/share/swig/4.1.0/scilab/std_alloc.i -#usr/share/swig/4.1.0/scilab/std_basic_string.i -#usr/share/swig/4.1.0/scilab/std_char_traits.i -#usr/share/swig/4.1.0/scilab/std_common.i -#usr/share/swig/4.1.0/scilab/std_container.i -#usr/share/swig/4.1.0/scilab/std_deque.i -#usr/share/swig/4.1.0/scilab/std_except.i -#usr/share/swig/4.1.0/scilab/std_list.i -#usr/share/swig/4.1.0/scilab/std_map.i -#usr/share/swig/4.1.0/scilab/std_multiset.i -#usr/share/swig/4.1.0/scilab/std_pair.i -#usr/share/swig/4.1.0/scilab/std_set.i -#usr/share/swig/4.1.0/scilab/std_shared_ptr.i -#usr/share/swig/4.1.0/scilab/std_string.i -#usr/share/swig/4.1.0/scilab/std_vector.i -#usr/share/swig/4.1.0/scilab/stl.i -#usr/share/swig/4.1.0/scilab/swigmove.i -#usr/share/swig/4.1.0/scilab/typemaps.i -#usr/share/swig/4.1.0/shared_ptr.i -#usr/share/swig/4.1.0/std -#usr/share/swig/4.1.0/std/_std_deque.i -#usr/share/swig/4.1.0/std/std_alloc.i -#usr/share/swig/4.1.0/std/std_array.i -#usr/share/swig/4.1.0/std/std_basic_string.i -#usr/share/swig/4.1.0/std/std_carray.swg -#usr/share/swig/4.1.0/std/std_char_traits.i -#usr/share/swig/4.1.0/std/std_common.i -#usr/share/swig/4.1.0/std/std_container.i -#usr/share/swig/4.1.0/std/std_deque.i -#usr/share/swig/4.1.0/std/std_except.i -#usr/share/swig/4.1.0/std/std_ios.i -#usr/share/swig/4.1.0/std/std_iostream.i -#usr/share/swig/4.1.0/std/std_list.i -#usr/share/swig/4.1.0/std/std_map.i -#usr/share/swig/4.1.0/std/std_multimap.i -#usr/share/swig/4.1.0/std/std_multiset.i -#usr/share/swig/4.1.0/std/std_pair.i -#usr/share/swig/4.1.0/std/std_queue.i -#usr/share/swig/4.1.0/std/std_set.i -#usr/share/swig/4.1.0/std/std_sstream.i -#usr/share/swig/4.1.0/std/std_stack.i -#usr/share/swig/4.1.0/std/std_streambuf.i -#usr/share/swig/4.1.0/std/std_string.i -#usr/share/swig/4.1.0/std/std_unordered_map.i -#usr/share/swig/4.1.0/std/std_unordered_multimap.i -#usr/share/swig/4.1.0/std/std_unordered_multiset.i -#usr/share/swig/4.1.0/std/std_unordered_set.i -#usr/share/swig/4.1.0/std/std_vector.i -#usr/share/swig/4.1.0/std/std_vectora.i -#usr/share/swig/4.1.0/std/std_wios.i -#usr/share/swig/4.1.0/std/std_wiostream.i -#usr/share/swig/4.1.0/std/std_wsstream.i -#usr/share/swig/4.1.0/std/std_wstreambuf.i -#usr/share/swig/4.1.0/std/std_wstring.i -#usr/share/swig/4.1.0/std_except.i -#usr/share/swig/4.1.0/stdint.i -#usr/share/swig/4.1.0/stl.i -#usr/share/swig/4.1.0/swig.swg -#usr/share/swig/4.1.0/swigarch.i -#usr/share/swig/4.1.0/swigerrors.swg -#usr/share/swig/4.1.0/swigfragments.swg -#usr/share/swig/4.1.0/swiginit.swg -#usr/share/swig/4.1.0/swiglabels.swg -#usr/share/swig/4.1.0/swigrun.i -#usr/share/swig/4.1.0/swigrun.swg -#usr/share/swig/4.1.0/swigwarn.swg -#usr/share/swig/4.1.0/swigwarnings.swg -#usr/share/swig/4.1.0/tcl -#usr/share/swig/4.1.0/tcl/argcargv.i -#usr/share/swig/4.1.0/tcl/attribute.i -#usr/share/swig/4.1.0/tcl/carrays.i -#usr/share/swig/4.1.0/tcl/cdata.i -#usr/share/swig/4.1.0/tcl/cmalloc.i -#usr/share/swig/4.1.0/tcl/cpointer.i -#usr/share/swig/4.1.0/tcl/cstring.i -#usr/share/swig/4.1.0/tcl/cwstring.i -#usr/share/swig/4.1.0/tcl/exception.i -#usr/share/swig/4.1.0/tcl/factory.i -#usr/share/swig/4.1.0/tcl/std_auto_ptr.i -#usr/share/swig/4.1.0/tcl/std_common.i -#usr/share/swig/4.1.0/tcl/std_deque.i -#usr/share/swig/4.1.0/tcl/std_except.i -#usr/share/swig/4.1.0/tcl/std_map.i -#usr/share/swig/4.1.0/tcl/std_pair.i -#usr/share/swig/4.1.0/tcl/std_string.i -#usr/share/swig/4.1.0/tcl/std_unique_ptr.i -#usr/share/swig/4.1.0/tcl/std_vector.i -#usr/share/swig/4.1.0/tcl/std_wstring.i -#usr/share/swig/4.1.0/tcl/stl.i -#usr/share/swig/4.1.0/tcl/swigmove.i -#usr/share/swig/4.1.0/tcl/tcl8.swg -#usr/share/swig/4.1.0/tcl/tclapi.swg -#usr/share/swig/4.1.0/tcl/tclerrors.swg -#usr/share/swig/4.1.0/tcl/tclfragments.swg -#usr/share/swig/4.1.0/tcl/tclinit.swg -#usr/share/swig/4.1.0/tcl/tclinterp.i -#usr/share/swig/4.1.0/tcl/tclkw.swg -#usr/share/swig/4.1.0/tcl/tclmacros.swg -#usr/share/swig/4.1.0/tcl/tclopers.swg -#usr/share/swig/4.1.0/tcl/tclprimtypes.swg -#usr/share/swig/4.1.0/tcl/tclresult.i -#usr/share/swig/4.1.0/tcl/tclrun.swg -#usr/share/swig/4.1.0/tcl/tclruntime.swg -#usr/share/swig/4.1.0/tcl/tclsh.i -#usr/share/swig/4.1.0/tcl/tclstrings.swg -#usr/share/swig/4.1.0/tcl/tcltypemaps.swg -#usr/share/swig/4.1.0/tcl/tcluserdir.swg -#usr/share/swig/4.1.0/tcl/tclwstrings.swg -#usr/share/swig/4.1.0/tcl/typemaps.i -#usr/share/swig/4.1.0/tcl/wish.i -#usr/share/swig/4.1.0/typemaps -#usr/share/swig/4.1.0/typemaps/attribute.swg -#usr/share/swig/4.1.0/typemaps/carrays.swg -#usr/share/swig/4.1.0/typemaps/cdata.swg -#usr/share/swig/4.1.0/typemaps/cmalloc.swg -#usr/share/swig/4.1.0/typemaps/cpointer.swg -#usr/share/swig/4.1.0/typemaps/cstring.swg -#usr/share/swig/4.1.0/typemaps/cstrings.swg -#usr/share/swig/4.1.0/typemaps/cwstring.swg -#usr/share/swig/4.1.0/typemaps/enumint.swg -#usr/share/swig/4.1.0/typemaps/exception.swg -#usr/share/swig/4.1.0/typemaps/factory.swg -#usr/share/swig/4.1.0/typemaps/fragments.swg -#usr/share/swig/4.1.0/typemaps/implicit.swg -#usr/share/swig/4.1.0/typemaps/inoutlist.swg -#usr/share/swig/4.1.0/typemaps/misctypes.swg -#usr/share/swig/4.1.0/typemaps/primtypes.swg -#usr/share/swig/4.1.0/typemaps/ptrtypes.swg -#usr/share/swig/4.1.0/typemaps/std_except.swg -#usr/share/swig/4.1.0/typemaps/std_string.swg -#usr/share/swig/4.1.0/typemaps/std_strings.swg -#usr/share/swig/4.1.0/typemaps/std_wstring.swg -#usr/share/swig/4.1.0/typemaps/string.swg -#usr/share/swig/4.1.0/typemaps/strings.swg -#usr/share/swig/4.1.0/typemaps/swigmacros.swg -#usr/share/swig/4.1.0/typemaps/swigmove.swg -#usr/share/swig/4.1.0/typemaps/swigobject.swg -#usr/share/swig/4.1.0/typemaps/swigtype.swg -#usr/share/swig/4.1.0/typemaps/swigtypemaps.swg -#usr/share/swig/4.1.0/typemaps/typemaps.swg -#usr/share/swig/4.1.0/typemaps/valtypes.swg -#usr/share/swig/4.1.0/typemaps/void.swg -#usr/share/swig/4.1.0/typemaps/wstring.swg -#usr/share/swig/4.1.0/wchar.i -#usr/share/swig/4.1.0/windows.i -#usr/share/swig/4.1.0/xml -#usr/share/swig/4.1.0/xml/typemaps.i -#usr/share/swig/4.1.0/xml/xml.swg +#usr/share/swig/4.3.0 +#usr/share/swig/4.3.0/allkw.swg +#usr/share/swig/4.3.0/attribute.i +#usr/share/swig/4.3.0/c +#usr/share/swig/4.3.0/c/boost_shared_ptr.i +#usr/share/swig/4.3.0/c/c.swg +#usr/share/swig/4.3.0/c/cdata.i +#usr/share/swig/4.3.0/c/cexcept.swg +#usr/share/swig/4.3.0/c/cheader.swg +#usr/share/swig/4.3.0/c/clabels.swg +#usr/share/swig/4.3.0/c/std_common.i +#usr/share/swig/4.3.0/c/std_except.i +#usr/share/swig/4.3.0/c/std_map.i +#usr/share/swig/4.3.0/c/std_pair.i +#usr/share/swig/4.3.0/c/std_set.i +#usr/share/swig/4.3.0/c/std_shared_ptr.i +#usr/share/swig/4.3.0/c/std_string.i +#usr/share/swig/4.3.0/c/std_vector.i +#usr/share/swig/4.3.0/c/stl.i +#usr/share/swig/4.3.0/c/typemaps.i +#usr/share/swig/4.3.0/carrays.i +#usr/share/swig/4.3.0/cdata.i +#usr/share/swig/4.3.0/cmalloc.i +#usr/share/swig/4.3.0/constraints.i +#usr/share/swig/4.3.0/cpointer.i +#usr/share/swig/4.3.0/csharp +#usr/share/swig/4.3.0/csharp/argcargv.i +#usr/share/swig/4.3.0/csharp/arrays_csharp.i +#usr/share/swig/4.3.0/csharp/boost_intrusive_ptr.i +#usr/share/swig/4.3.0/csharp/boost_shared_ptr.i +#usr/share/swig/4.3.0/csharp/cdata.i +#usr/share/swig/4.3.0/csharp/complex.i +#usr/share/swig/4.3.0/csharp/csharp.swg +#usr/share/swig/4.3.0/csharp/csharphead.swg +#usr/share/swig/4.3.0/csharp/csharpkw.swg +#usr/share/swig/4.3.0/csharp/director.swg +#usr/share/swig/4.3.0/csharp/enums.swg +#usr/share/swig/4.3.0/csharp/enumsimple.swg +#usr/share/swig/4.3.0/csharp/enumtypesafe.swg +#usr/share/swig/4.3.0/csharp/std_array.i +#usr/share/swig/4.3.0/csharp/std_auto_ptr.i +#usr/share/swig/4.3.0/csharp/std_common.i +#usr/share/swig/4.3.0/csharp/std_complex.i +#usr/share/swig/4.3.0/csharp/std_deque.i +#usr/share/swig/4.3.0/csharp/std_except.i +#usr/share/swig/4.3.0/csharp/std_list.i +#usr/share/swig/4.3.0/csharp/std_map.i +#usr/share/swig/4.3.0/csharp/std_pair.i +#usr/share/swig/4.3.0/csharp/std_set.i +#usr/share/swig/4.3.0/csharp/std_shared_ptr.i +#usr/share/swig/4.3.0/csharp/std_string.i +#usr/share/swig/4.3.0/csharp/std_string_view.i +#usr/share/swig/4.3.0/csharp/std_unique_ptr.i +#usr/share/swig/4.3.0/csharp/std_unordered_map.i +#usr/share/swig/4.3.0/csharp/std_unordered_set.i +#usr/share/swig/4.3.0/csharp/std_vector.i +#usr/share/swig/4.3.0/csharp/std_wstring.i +#usr/share/swig/4.3.0/csharp/stl.i +#usr/share/swig/4.3.0/csharp/swiginterface.i +#usr/share/swig/4.3.0/csharp/swigmove.i +#usr/share/swig/4.3.0/csharp/swigtype_inout.i +#usr/share/swig/4.3.0/csharp/typemaps.i +#usr/share/swig/4.3.0/csharp/wchar.i +#usr/share/swig/4.3.0/cstring.i +#usr/share/swig/4.3.0/cwstring.i +#usr/share/swig/4.3.0/d +#usr/share/swig/4.3.0/d/argcargv.i +#usr/share/swig/4.3.0/d/boost_shared_ptr.i +#usr/share/swig/4.3.0/d/carrays.i +#usr/share/swig/4.3.0/d/cdata.i +#usr/share/swig/4.3.0/d/cpointer.i +#usr/share/swig/4.3.0/d/d.swg +#usr/share/swig/4.3.0/d/dclassgen.swg +#usr/share/swig/4.3.0/d/ddirectives.swg +#usr/share/swig/4.3.0/d/denums.swg +#usr/share/swig/4.3.0/d/dexception.swg +#usr/share/swig/4.3.0/d/dhead.swg +#usr/share/swig/4.3.0/d/director.swg +#usr/share/swig/4.3.0/d/dkw.swg +#usr/share/swig/4.3.0/d/dmemberfunctionpointers.swg +#usr/share/swig/4.3.0/d/doperators.swg +#usr/share/swig/4.3.0/d/dprimitives.swg +#usr/share/swig/4.3.0/d/dstrings.swg +#usr/share/swig/4.3.0/d/dswigtype.swg +#usr/share/swig/4.3.0/d/dvoid.swg +#usr/share/swig/4.3.0/d/std_auto_ptr.i +#usr/share/swig/4.3.0/d/std_common.i +#usr/share/swig/4.3.0/d/std_deque.i +#usr/share/swig/4.3.0/d/std_except.i +#usr/share/swig/4.3.0/d/std_map.i +#usr/share/swig/4.3.0/d/std_pair.i +#usr/share/swig/4.3.0/d/std_shared_ptr.i +#usr/share/swig/4.3.0/d/std_string.i +#usr/share/swig/4.3.0/d/std_unique_ptr.i +#usr/share/swig/4.3.0/d/std_vector.i +#usr/share/swig/4.3.0/d/stl.i +#usr/share/swig/4.3.0/d/swigmove.i +#usr/share/swig/4.3.0/d/typemaps.i +#usr/share/swig/4.3.0/d/wrapperloader.swg +#usr/share/swig/4.3.0/director_common.swg +#usr/share/swig/4.3.0/director_guard.swg +#usr/share/swig/4.3.0/exception.i +#usr/share/swig/4.3.0/go +#usr/share/swig/4.3.0/go/argcargv.i +#usr/share/swig/4.3.0/go/cdata.i +#usr/share/swig/4.3.0/go/director.swg +#usr/share/swig/4.3.0/go/exception.i +#usr/share/swig/4.3.0/go/go.swg +#usr/share/swig/4.3.0/go/gokw.swg +#usr/share/swig/4.3.0/go/goruntime.swg +#usr/share/swig/4.3.0/go/gostring.swg +#usr/share/swig/4.3.0/go/std_array.i +#usr/share/swig/4.3.0/go/std_common.i +#usr/share/swig/4.3.0/go/std_deque.i +#usr/share/swig/4.3.0/go/std_except.i +#usr/share/swig/4.3.0/go/std_list.i +#usr/share/swig/4.3.0/go/std_map.i +#usr/share/swig/4.3.0/go/std_pair.i +#usr/share/swig/4.3.0/go/std_string.i +#usr/share/swig/4.3.0/go/std_vector.i +#usr/share/swig/4.3.0/go/stl.i +#usr/share/swig/4.3.0/go/swigmove.i +#usr/share/swig/4.3.0/go/typemaps.i +#usr/share/swig/4.3.0/guile +#usr/share/swig/4.3.0/guile/argcargv.i +#usr/share/swig/4.3.0/guile/cdata.i +#usr/share/swig/4.3.0/guile/common.scm +#usr/share/swig/4.3.0/guile/cplusplus.i +#usr/share/swig/4.3.0/guile/guile.i +#usr/share/swig/4.3.0/guile/guile_scm.swg +#usr/share/swig/4.3.0/guile/guile_scm_run.swg +#usr/share/swig/4.3.0/guile/guilemain.i +#usr/share/swig/4.3.0/guile/interpreter.i +#usr/share/swig/4.3.0/guile/list-vector.i +#usr/share/swig/4.3.0/guile/pointer-in-out.i +#usr/share/swig/4.3.0/guile/ports.i +#usr/share/swig/4.3.0/guile/std_auto_ptr.i +#usr/share/swig/4.3.0/guile/std_common.i +#usr/share/swig/4.3.0/guile/std_deque.i +#usr/share/swig/4.3.0/guile/std_except.i +#usr/share/swig/4.3.0/guile/std_map.i +#usr/share/swig/4.3.0/guile/std_pair.i +#usr/share/swig/4.3.0/guile/std_string.i +#usr/share/swig/4.3.0/guile/std_unique_ptr.i +#usr/share/swig/4.3.0/guile/std_vector.i +#usr/share/swig/4.3.0/guile/stl.i +#usr/share/swig/4.3.0/guile/swigmove.i +#usr/share/swig/4.3.0/guile/swigrun.i +#usr/share/swig/4.3.0/guile/typemaps.i +#usr/share/swig/4.3.0/intrusive_ptr.i +#usr/share/swig/4.3.0/inttypes.i +#usr/share/swig/4.3.0/java +#usr/share/swig/4.3.0/java/argcargv.i +#usr/share/swig/4.3.0/java/arrays_java.i +#usr/share/swig/4.3.0/java/boost_intrusive_ptr.i +#usr/share/swig/4.3.0/java/boost_shared_ptr.i +#usr/share/swig/4.3.0/java/cdata.i +#usr/share/swig/4.3.0/java/director.swg +#usr/share/swig/4.3.0/java/enums.swg +#usr/share/swig/4.3.0/java/enumsimple.swg +#usr/share/swig/4.3.0/java/enumtypesafe.swg +#usr/share/swig/4.3.0/java/enumtypeunsafe.swg +#usr/share/swig/4.3.0/java/java.swg +#usr/share/swig/4.3.0/java/javahead.swg +#usr/share/swig/4.3.0/java/javakw.swg +#usr/share/swig/4.3.0/java/std_array.i +#usr/share/swig/4.3.0/java/std_auto_ptr.i +#usr/share/swig/4.3.0/java/std_common.i +#usr/share/swig/4.3.0/java/std_deque.i +#usr/share/swig/4.3.0/java/std_except.i +#usr/share/swig/4.3.0/java/std_list.i +#usr/share/swig/4.3.0/java/std_map.i +#usr/share/swig/4.3.0/java/std_pair.i +#usr/share/swig/4.3.0/java/std_set.i +#usr/share/swig/4.3.0/java/std_shared_ptr.i +#usr/share/swig/4.3.0/java/std_string.i +#usr/share/swig/4.3.0/java/std_string_view.i +#usr/share/swig/4.3.0/java/std_unique_ptr.i +#usr/share/swig/4.3.0/java/std_unordered_map.i +#usr/share/swig/4.3.0/java/std_unordered_set.i +#usr/share/swig/4.3.0/java/std_vector.i +#usr/share/swig/4.3.0/java/std_wstring.i +#usr/share/swig/4.3.0/java/stl.i +#usr/share/swig/4.3.0/java/swiginterface.i +#usr/share/swig/4.3.0/java/swigmove.i +#usr/share/swig/4.3.0/java/typemaps.i +#usr/share/swig/4.3.0/java/various.i +#usr/share/swig/4.3.0/javascript +#usr/share/swig/4.3.0/javascript/javascriptkw.swg +#usr/share/swig/4.3.0/javascript/jsc +#usr/share/swig/4.3.0/javascript/jsc/argcargv.i +#usr/share/swig/4.3.0/javascript/jsc/arrays_javascript.i +#usr/share/swig/4.3.0/javascript/jsc/ccomplex.i +#usr/share/swig/4.3.0/javascript/jsc/cmalloc.i +#usr/share/swig/4.3.0/javascript/jsc/complex.i +#usr/share/swig/4.3.0/javascript/jsc/exception.i +#usr/share/swig/4.3.0/javascript/jsc/factory.i +#usr/share/swig/4.3.0/javascript/jsc/javascript.swg +#usr/share/swig/4.3.0/javascript/jsc/javascriptcode.swg +#usr/share/swig/4.3.0/javascript/jsc/javascriptcomplex.swg +#usr/share/swig/4.3.0/javascript/jsc/javascriptfragments.swg +#usr/share/swig/4.3.0/javascript/jsc/javascripthelpers.swg +#usr/share/swig/4.3.0/javascript/jsc/javascriptinit.swg +#usr/share/swig/4.3.0/javascript/jsc/javascriptprimtypes.swg +#usr/share/swig/4.3.0/javascript/jsc/javascriptrun.swg +#usr/share/swig/4.3.0/javascript/jsc/javascriptruntime.swg +#usr/share/swig/4.3.0/javascript/jsc/javascriptstrings.swg +#usr/share/swig/4.3.0/javascript/jsc/javascripttypemaps.swg +#usr/share/swig/4.3.0/javascript/jsc/std_auto_ptr.i +#usr/share/swig/4.3.0/javascript/jsc/std_common.i +#usr/share/swig/4.3.0/javascript/jsc/std_complex.i +#usr/share/swig/4.3.0/javascript/jsc/std_deque.i +#usr/share/swig/4.3.0/javascript/jsc/std_except.i +#usr/share/swig/4.3.0/javascript/jsc/std_map.i +#usr/share/swig/4.3.0/javascript/jsc/std_pair.i +#usr/share/swig/4.3.0/javascript/jsc/std_string.i +#usr/share/swig/4.3.0/javascript/jsc/std_unique_ptr.i +#usr/share/swig/4.3.0/javascript/jsc/std_vector.i +#usr/share/swig/4.3.0/javascript/jsc/stl.i +#usr/share/swig/4.3.0/javascript/jsc/swigmove.i +#usr/share/swig/4.3.0/javascript/jsc/typemaps.i +#usr/share/swig/4.3.0/javascript/napi +#usr/share/swig/4.3.0/javascript/napi/argcargv.i +#usr/share/swig/4.3.0/javascript/napi/arrays_javascript.i +#usr/share/swig/4.3.0/javascript/napi/ccomplex.i +#usr/share/swig/4.3.0/javascript/napi/cmalloc.i +#usr/share/swig/4.3.0/javascript/napi/complex.i +#usr/share/swig/4.3.0/javascript/napi/exception.i +#usr/share/swig/4.3.0/javascript/napi/factory.i +#usr/share/swig/4.3.0/javascript/napi/javascript.swg +#usr/share/swig/4.3.0/javascript/napi/javascriptcode.swg +#usr/share/swig/4.3.0/javascript/napi/javascriptcomplex.swg +#usr/share/swig/4.3.0/javascript/napi/javascriptfragments.swg +#usr/share/swig/4.3.0/javascript/napi/javascriptinit.swg +#usr/share/swig/4.3.0/javascript/napi/javascriptprimtypes.swg +#usr/share/swig/4.3.0/javascript/napi/javascriptrun.swg +#usr/share/swig/4.3.0/javascript/napi/javascriptruntime.swg +#usr/share/swig/4.3.0/javascript/napi/javascriptstrings.swg +#usr/share/swig/4.3.0/javascript/napi/javascripttypemaps.swg +#usr/share/swig/4.3.0/javascript/napi/nodejs_buffer.i +#usr/share/swig/4.3.0/javascript/napi/std_auto_ptr.i +#usr/share/swig/4.3.0/javascript/napi/std_common.i +#usr/share/swig/4.3.0/javascript/napi/std_complex.i +#usr/share/swig/4.3.0/javascript/napi/std_deque.i +#usr/share/swig/4.3.0/javascript/napi/std_except.i +#usr/share/swig/4.3.0/javascript/napi/std_map.i +#usr/share/swig/4.3.0/javascript/napi/std_pair.i +#usr/share/swig/4.3.0/javascript/napi/std_string.i +#usr/share/swig/4.3.0/javascript/napi/std_unique_ptr.i +#usr/share/swig/4.3.0/javascript/napi/std_vector.i +#usr/share/swig/4.3.0/javascript/napi/stl.i +#usr/share/swig/4.3.0/javascript/napi/swigmove.i +#usr/share/swig/4.3.0/javascript/napi/typemaps.i +#usr/share/swig/4.3.0/javascript/v8 +#usr/share/swig/4.3.0/javascript/v8/argcargv.i +#usr/share/swig/4.3.0/javascript/v8/arrays_javascript.i +#usr/share/swig/4.3.0/javascript/v8/ccomplex.i +#usr/share/swig/4.3.0/javascript/v8/cmalloc.i +#usr/share/swig/4.3.0/javascript/v8/complex.i +#usr/share/swig/4.3.0/javascript/v8/exception.i +#usr/share/swig/4.3.0/javascript/v8/factory.i +#usr/share/swig/4.3.0/javascript/v8/javascript.swg +#usr/share/swig/4.3.0/javascript/v8/javascriptcode.swg +#usr/share/swig/4.3.0/javascript/v8/javascriptcomplex.swg +#usr/share/swig/4.3.0/javascript/v8/javascriptfragments.swg +#usr/share/swig/4.3.0/javascript/v8/javascripthelpers.swg +#usr/share/swig/4.3.0/javascript/v8/javascriptinit.swg +#usr/share/swig/4.3.0/javascript/v8/javascriptprimtypes.swg +#usr/share/swig/4.3.0/javascript/v8/javascriptrun.swg +#usr/share/swig/4.3.0/javascript/v8/javascriptruntime.swg +#usr/share/swig/4.3.0/javascript/v8/javascriptstrings.swg +#usr/share/swig/4.3.0/javascript/v8/javascripttypemaps.swg +#usr/share/swig/4.3.0/javascript/v8/std_auto_ptr.i +#usr/share/swig/4.3.0/javascript/v8/std_common.i +#usr/share/swig/4.3.0/javascript/v8/std_complex.i +#usr/share/swig/4.3.0/javascript/v8/std_deque.i +#usr/share/swig/4.3.0/javascript/v8/std_except.i +#usr/share/swig/4.3.0/javascript/v8/std_map.i +#usr/share/swig/4.3.0/javascript/v8/std_pair.i +#usr/share/swig/4.3.0/javascript/v8/std_string.i +#usr/share/swig/4.3.0/javascript/v8/std_unique_ptr.i +#usr/share/swig/4.3.0/javascript/v8/std_vector.i +#usr/share/swig/4.3.0/javascript/v8/stl.i +#usr/share/swig/4.3.0/javascript/v8/swigmove.i +#usr/share/swig/4.3.0/javascript/v8/typemaps.i +#usr/share/swig/4.3.0/lua +#usr/share/swig/4.3.0/lua/_std_common.i +#usr/share/swig/4.3.0/lua/argcargv.i +#usr/share/swig/4.3.0/lua/carrays.i +#usr/share/swig/4.3.0/lua/cdata.i +#usr/share/swig/4.3.0/lua/factory.i +#usr/share/swig/4.3.0/lua/lua.swg +#usr/share/swig/4.3.0/lua/lua_fnptr.i +#usr/share/swig/4.3.0/lua/luakw.swg +#usr/share/swig/4.3.0/lua/luarun.swg +#usr/share/swig/4.3.0/lua/luaruntime.swg +#usr/share/swig/4.3.0/lua/luatypemaps.swg +#usr/share/swig/4.3.0/lua/std_auto_ptr.i +#usr/share/swig/4.3.0/lua/std_common.i +#usr/share/swig/4.3.0/lua/std_deque.i +#usr/share/swig/4.3.0/lua/std_except.i +#usr/share/swig/4.3.0/lua/std_map.i +#usr/share/swig/4.3.0/lua/std_pair.i +#usr/share/swig/4.3.0/lua/std_string.i +#usr/share/swig/4.3.0/lua/std_string_view.i +#usr/share/swig/4.3.0/lua/std_unique_ptr.i +#usr/share/swig/4.3.0/lua/std_vector.i +#usr/share/swig/4.3.0/lua/stl.i +#usr/share/swig/4.3.0/lua/swigmove.i +#usr/share/swig/4.3.0/lua/typemaps.i +#usr/share/swig/4.3.0/lua/wchar.i +#usr/share/swig/4.3.0/math.i +#usr/share/swig/4.3.0/mzscheme +#usr/share/swig/4.3.0/mzscheme/argcargv.i +#usr/share/swig/4.3.0/mzscheme/cdata.i +#usr/share/swig/4.3.0/mzscheme/mzrun.swg +#usr/share/swig/4.3.0/mzscheme/mzscheme.swg +#usr/share/swig/4.3.0/mzscheme/std_auto_ptr.i +#usr/share/swig/4.3.0/mzscheme/std_common.i +#usr/share/swig/4.3.0/mzscheme/std_deque.i +#usr/share/swig/4.3.0/mzscheme/std_map.i +#usr/share/swig/4.3.0/mzscheme/std_pair.i +#usr/share/swig/4.3.0/mzscheme/std_string.i +#usr/share/swig/4.3.0/mzscheme/std_unique_ptr.i +#usr/share/swig/4.3.0/mzscheme/std_vector.i +#usr/share/swig/4.3.0/mzscheme/stl.i +#usr/share/swig/4.3.0/mzscheme/swigmove.i +#usr/share/swig/4.3.0/mzscheme/typemaps.i +#usr/share/swig/4.3.0/ocaml +#usr/share/swig/4.3.0/ocaml/carray.i +#usr/share/swig/4.3.0/ocaml/cdata.i +#usr/share/swig/4.3.0/ocaml/class.swg +#usr/share/swig/4.3.0/ocaml/cstring.i +#usr/share/swig/4.3.0/ocaml/director.swg +#usr/share/swig/4.3.0/ocaml/ocaml.i +#usr/share/swig/4.3.0/ocaml/ocaml.swg +#usr/share/swig/4.3.0/ocaml/ocamlkw.swg +#usr/share/swig/4.3.0/ocaml/ocamlrun.swg +#usr/share/swig/4.3.0/ocaml/ocamlrundec.swg +#usr/share/swig/4.3.0/ocaml/preamble.swg +#usr/share/swig/4.3.0/ocaml/std_common.i +#usr/share/swig/4.3.0/ocaml/std_complex.i +#usr/share/swig/4.3.0/ocaml/std_deque.i +#usr/share/swig/4.3.0/ocaml/std_except.i +#usr/share/swig/4.3.0/ocaml/std_list.i +#usr/share/swig/4.3.0/ocaml/std_map.i +#usr/share/swig/4.3.0/ocaml/std_pair.i +#usr/share/swig/4.3.0/ocaml/std_string.i +#usr/share/swig/4.3.0/ocaml/std_vector.i +#usr/share/swig/4.3.0/ocaml/stl.i +#usr/share/swig/4.3.0/ocaml/swig.ml +#usr/share/swig/4.3.0/ocaml/swig.mli +#usr/share/swig/4.3.0/ocaml/swigmove.i +#usr/share/swig/4.3.0/ocaml/swigp4.ml +#usr/share/swig/4.3.0/ocaml/typecheck.i +#usr/share/swig/4.3.0/ocaml/typemaps.i +#usr/share/swig/4.3.0/ocaml/typeregister.swg +#usr/share/swig/4.3.0/octave +#usr/share/swig/4.3.0/octave/argcargv.i +#usr/share/swig/4.3.0/octave/attribute.i +#usr/share/swig/4.3.0/octave/boost_shared_ptr.i +#usr/share/swig/4.3.0/octave/carrays.i +#usr/share/swig/4.3.0/octave/cmalloc.i +#usr/share/swig/4.3.0/octave/director.swg +#usr/share/swig/4.3.0/octave/exception.i +#usr/share/swig/4.3.0/octave/factory.i +#usr/share/swig/4.3.0/octave/implicit.i +#usr/share/swig/4.3.0/octave/octave.swg +#usr/share/swig/4.3.0/octave/octcomplex.swg +#usr/share/swig/4.3.0/octave/octcontainer.swg +#usr/share/swig/4.3.0/octave/octfragments.swg +#usr/share/swig/4.3.0/octave/octheaders.hpp +#usr/share/swig/4.3.0/octave/octiterators.swg +#usr/share/swig/4.3.0/octave/octopers.swg +#usr/share/swig/4.3.0/octave/octprimtypes.swg +#usr/share/swig/4.3.0/octave/octrun.swg +#usr/share/swig/4.3.0/octave/octruntime.swg +#usr/share/swig/4.3.0/octave/octstdcommon.swg +#usr/share/swig/4.3.0/octave/octtypemaps.swg +#usr/share/swig/4.3.0/octave/octuserdir.swg +#usr/share/swig/4.3.0/octave/std_alloc.i +#usr/share/swig/4.3.0/octave/std_auto_ptr.i +#usr/share/swig/4.3.0/octave/std_basic_string.i +#usr/share/swig/4.3.0/octave/std_char_traits.i +#usr/share/swig/4.3.0/octave/std_common.i +#usr/share/swig/4.3.0/octave/std_complex.i +#usr/share/swig/4.3.0/octave/std_container.i +#usr/share/swig/4.3.0/octave/std_deque.i +#usr/share/swig/4.3.0/octave/std_except.i +#usr/share/swig/4.3.0/octave/std_list.i +#usr/share/swig/4.3.0/octave/std_map.i +#usr/share/swig/4.3.0/octave/std_pair.i +#usr/share/swig/4.3.0/octave/std_shared_ptr.i +#usr/share/swig/4.3.0/octave/std_string.i +#usr/share/swig/4.3.0/octave/std_unique_ptr.i +#usr/share/swig/4.3.0/octave/std_vector.i +#usr/share/swig/4.3.0/octave/std_wstring.i +#usr/share/swig/4.3.0/octave/stl.i +#usr/share/swig/4.3.0/octave/swigmove.i +#usr/share/swig/4.3.0/octave/typemaps.i +#usr/share/swig/4.3.0/perl5 +#usr/share/swig/4.3.0/perl5/Makefile.pl +#usr/share/swig/4.3.0/perl5/argcargv.i +#usr/share/swig/4.3.0/perl5/attribute.i +#usr/share/swig/4.3.0/perl5/carrays.i +#usr/share/swig/4.3.0/perl5/cmalloc.i +#usr/share/swig/4.3.0/perl5/cpointer.i +#usr/share/swig/4.3.0/perl5/cstring.i +#usr/share/swig/4.3.0/perl5/director.swg +#usr/share/swig/4.3.0/perl5/exception.i +#usr/share/swig/4.3.0/perl5/factory.i +#usr/share/swig/4.3.0/perl5/noembed.h +#usr/share/swig/4.3.0/perl5/perl5.swg +#usr/share/swig/4.3.0/perl5/perlerrors.swg +#usr/share/swig/4.3.0/perl5/perlfragments.swg +#usr/share/swig/4.3.0/perl5/perlhead.swg +#usr/share/swig/4.3.0/perl5/perlinit.swg +#usr/share/swig/4.3.0/perl5/perlkw.swg +#usr/share/swig/4.3.0/perl5/perlmacros.swg +#usr/share/swig/4.3.0/perl5/perlmain.i +#usr/share/swig/4.3.0/perl5/perlopers.swg +#usr/share/swig/4.3.0/perl5/perlprimtypes.swg +#usr/share/swig/4.3.0/perl5/perlrun.swg +#usr/share/swig/4.3.0/perl5/perlruntime.swg +#usr/share/swig/4.3.0/perl5/perlstrings.swg +#usr/share/swig/4.3.0/perl5/perltypemaps.swg +#usr/share/swig/4.3.0/perl5/perluserdir.swg +#usr/share/swig/4.3.0/perl5/reference.i +#usr/share/swig/4.3.0/perl5/std_auto_ptr.i +#usr/share/swig/4.3.0/perl5/std_common.i +#usr/share/swig/4.3.0/perl5/std_deque.i +#usr/share/swig/4.3.0/perl5/std_except.i +#usr/share/swig/4.3.0/perl5/std_list.i +#usr/share/swig/4.3.0/perl5/std_map.i +#usr/share/swig/4.3.0/perl5/std_pair.i +#usr/share/swig/4.3.0/perl5/std_string.i +#usr/share/swig/4.3.0/perl5/std_string_view.i +#usr/share/swig/4.3.0/perl5/std_unique_ptr.i +#usr/share/swig/4.3.0/perl5/std_vector.i +#usr/share/swig/4.3.0/perl5/stl.i +#usr/share/swig/4.3.0/perl5/swigmove.i +#usr/share/swig/4.3.0/perl5/typemaps.i +#usr/share/swig/4.3.0/php +#usr/share/swig/4.3.0/php/argcargv.i +#usr/share/swig/4.3.0/php/cdata.i +#usr/share/swig/4.3.0/php/const.i +#usr/share/swig/4.3.0/php/director.swg +#usr/share/swig/4.3.0/php/factory.i +#usr/share/swig/4.3.0/php/php.swg +#usr/share/swig/4.3.0/php/phpinit.swg +#usr/share/swig/4.3.0/php/phpinterfaces.i +#usr/share/swig/4.3.0/php/phpkw.swg +#usr/share/swig/4.3.0/php/phppointers.i +#usr/share/swig/4.3.0/php/phprun.swg +#usr/share/swig/4.3.0/php/std_auto_ptr.i +#usr/share/swig/4.3.0/php/std_common.i +#usr/share/swig/4.3.0/php/std_deque.i +#usr/share/swig/4.3.0/php/std_map.i +#usr/share/swig/4.3.0/php/std_pair.i +#usr/share/swig/4.3.0/php/std_string.i +#usr/share/swig/4.3.0/php/std_string_view.i +#usr/share/swig/4.3.0/php/std_unique_ptr.i +#usr/share/swig/4.3.0/php/std_vector.i +#usr/share/swig/4.3.0/php/stl.i +#usr/share/swig/4.3.0/php/swigmove.i +#usr/share/swig/4.3.0/php/typemaps.i +#usr/share/swig/4.3.0/php/utils.i +#usr/share/swig/4.3.0/python +#usr/share/swig/4.3.0/python/argcargv.i +#usr/share/swig/4.3.0/python/attribute.i +#usr/share/swig/4.3.0/python/boost_shared_ptr.i +#usr/share/swig/4.3.0/python/builtin.swg +#usr/share/swig/4.3.0/python/carrays.i +#usr/share/swig/4.3.0/python/ccomplex.i +#usr/share/swig/4.3.0/python/cmalloc.i +#usr/share/swig/4.3.0/python/complex.i +#usr/share/swig/4.3.0/python/cpointer.i +#usr/share/swig/4.3.0/python/cstring.i +#usr/share/swig/4.3.0/python/cwstring.i +#usr/share/swig/4.3.0/python/director.swg +#usr/share/swig/4.3.0/python/director_py_mutex.swg +#usr/share/swig/4.3.0/python/embed.i +#usr/share/swig/4.3.0/python/exception.i +#usr/share/swig/4.3.0/python/factory.i +#usr/share/swig/4.3.0/python/file.i +#usr/share/swig/4.3.0/python/implicit.i +#usr/share/swig/4.3.0/python/pyabc.i +#usr/share/swig/4.3.0/python/pyapi.swg +#usr/share/swig/4.3.0/python/pybackward.swg +#usr/share/swig/4.3.0/python/pybuffer.i +#usr/share/swig/4.3.0/python/pyclasses.swg +#usr/share/swig/4.3.0/python/pycomplex.swg +#usr/share/swig/4.3.0/python/pycontainer.swg +#usr/share/swig/4.3.0/python/pydocs.swg +#usr/share/swig/4.3.0/python/pyerrors.swg +#usr/share/swig/4.3.0/python/pyfragments.swg +#usr/share/swig/4.3.0/python/pyhead.swg +#usr/share/swig/4.3.0/python/pyinit.swg +#usr/share/swig/4.3.0/python/pyiterators.swg +#usr/share/swig/4.3.0/python/pymacros.swg +#usr/share/swig/4.3.0/python/pyname_compat.i +#usr/share/swig/4.3.0/python/pyopers.swg +#usr/share/swig/4.3.0/python/pyprimtypes.swg +#usr/share/swig/4.3.0/python/pyrun.swg +#usr/share/swig/4.3.0/python/pyruntime.swg +#usr/share/swig/4.3.0/python/pystdcommon.swg +#usr/share/swig/4.3.0/python/pystrings.swg +#usr/share/swig/4.3.0/python/python.swg +#usr/share/swig/4.3.0/python/pythonkw.swg +#usr/share/swig/4.3.0/python/pythreads.swg +#usr/share/swig/4.3.0/python/pytypemaps.swg +#usr/share/swig/4.3.0/python/pyuserdir.swg +#usr/share/swig/4.3.0/python/pywstrings.swg +#usr/share/swig/4.3.0/python/std_alloc.i +#usr/share/swig/4.3.0/python/std_array.i +#usr/share/swig/4.3.0/python/std_auto_ptr.i +#usr/share/swig/4.3.0/python/std_basic_string.i +#usr/share/swig/4.3.0/python/std_char_traits.i +#usr/share/swig/4.3.0/python/std_common.i +#usr/share/swig/4.3.0/python/std_complex.i +#usr/share/swig/4.3.0/python/std_container.i +#usr/share/swig/4.3.0/python/std_deque.i +#usr/share/swig/4.3.0/python/std_except.i +#usr/share/swig/4.3.0/python/std_filesystem.i +#usr/share/swig/4.3.0/python/std_ios.i +#usr/share/swig/4.3.0/python/std_iostream.i +#usr/share/swig/4.3.0/python/std_list.i +#usr/share/swig/4.3.0/python/std_map.i +#usr/share/swig/4.3.0/python/std_multimap.i +#usr/share/swig/4.3.0/python/std_multiset.i +#usr/share/swig/4.3.0/python/std_pair.i +#usr/share/swig/4.3.0/python/std_set.i +#usr/share/swig/4.3.0/python/std_shared_ptr.i +#usr/share/swig/4.3.0/python/std_sstream.i +#usr/share/swig/4.3.0/python/std_streambuf.i +#usr/share/swig/4.3.0/python/std_string.i +#usr/share/swig/4.3.0/python/std_string_view.i +#usr/share/swig/4.3.0/python/std_unique_ptr.i +#usr/share/swig/4.3.0/python/std_unordered_map.i +#usr/share/swig/4.3.0/python/std_unordered_multimap.i +#usr/share/swig/4.3.0/python/std_unordered_multiset.i +#usr/share/swig/4.3.0/python/std_unordered_set.i +#usr/share/swig/4.3.0/python/std_vector.i +#usr/share/swig/4.3.0/python/std_vectora.i +#usr/share/swig/4.3.0/python/std_wios.i +#usr/share/swig/4.3.0/python/std_wiostream.i +#usr/share/swig/4.3.0/python/std_wsstream.i +#usr/share/swig/4.3.0/python/std_wstreambuf.i +#usr/share/swig/4.3.0/python/std_wstring.i +#usr/share/swig/4.3.0/python/stl.i +#usr/share/swig/4.3.0/python/swigmove.i +#usr/share/swig/4.3.0/python/typemaps.i +#usr/share/swig/4.3.0/python/wchar.i +#usr/share/swig/4.3.0/r +#usr/share/swig/4.3.0/r/argcargv.i +#usr/share/swig/4.3.0/r/boost_shared_ptr.i +#usr/share/swig/4.3.0/r/exception.i +#usr/share/swig/4.3.0/r/r.swg +#usr/share/swig/4.3.0/r/rcontainer.swg +#usr/share/swig/4.3.0/r/rfragments.swg +#usr/share/swig/4.3.0/r/rkw.swg +#usr/share/swig/4.3.0/r/ropers.swg +#usr/share/swig/4.3.0/r/rrun.swg +#usr/share/swig/4.3.0/r/rstdcommon.swg +#usr/share/swig/4.3.0/r/rtype.swg +#usr/share/swig/4.3.0/r/srun.swg +#usr/share/swig/4.3.0/r/std_alloc.i +#usr/share/swig/4.3.0/r/std_common.i +#usr/share/swig/4.3.0/r/std_container.i +#usr/share/swig/4.3.0/r/std_deque.i +#usr/share/swig/4.3.0/r/std_except.i +#usr/share/swig/4.3.0/r/std_list.i +#usr/share/swig/4.3.0/r/std_map.i +#usr/share/swig/4.3.0/r/std_pair.i +#usr/share/swig/4.3.0/r/std_shared_ptr.i +#usr/share/swig/4.3.0/r/std_string.i +#usr/share/swig/4.3.0/r/std_vector.i +#usr/share/swig/4.3.0/r/stl.i +#usr/share/swig/4.3.0/r/swigmove.i +#usr/share/swig/4.3.0/r/typemaps.i +#usr/share/swig/4.3.0/ruby +#usr/share/swig/4.3.0/ruby/Makefile.swig +#usr/share/swig/4.3.0/ruby/argcargv.i +#usr/share/swig/4.3.0/ruby/attribute.i +#usr/share/swig/4.3.0/ruby/boost_shared_ptr.i +#usr/share/swig/4.3.0/ruby/carrays.i +#usr/share/swig/4.3.0/ruby/cmalloc.i +#usr/share/swig/4.3.0/ruby/cpointer.i +#usr/share/swig/4.3.0/ruby/cstring.i +#usr/share/swig/4.3.0/ruby/director.swg +#usr/share/swig/4.3.0/ruby/embed.i +#usr/share/swig/4.3.0/ruby/exception.i +#usr/share/swig/4.3.0/ruby/extconf.rb +#usr/share/swig/4.3.0/ruby/factory.i +#usr/share/swig/4.3.0/ruby/file.i +#usr/share/swig/4.3.0/ruby/progargcargv.i +#usr/share/swig/4.3.0/ruby/ruby.swg +#usr/share/swig/4.3.0/ruby/rubyapi.swg +#usr/share/swig/4.3.0/ruby/rubyautodoc.swg +#usr/share/swig/4.3.0/ruby/rubyclasses.swg +#usr/share/swig/4.3.0/ruby/rubycomplex.swg +#usr/share/swig/4.3.0/ruby/rubycontainer.swg +#usr/share/swig/4.3.0/ruby/rubycontainer_extended.swg +#usr/share/swig/4.3.0/ruby/rubydef.swg +#usr/share/swig/4.3.0/ruby/rubyerrors.swg +#usr/share/swig/4.3.0/ruby/rubyfragments.swg +#usr/share/swig/4.3.0/ruby/rubyhead.swg +#usr/share/swig/4.3.0/ruby/rubyinit.swg +#usr/share/swig/4.3.0/ruby/rubyiterators.swg +#usr/share/swig/4.3.0/ruby/rubykw.swg +#usr/share/swig/4.3.0/ruby/rubymacros.swg +#usr/share/swig/4.3.0/ruby/rubyopers.swg +#usr/share/swig/4.3.0/ruby/rubyprimtypes.swg +#usr/share/swig/4.3.0/ruby/rubyrun.swg +#usr/share/swig/4.3.0/ruby/rubyruntime.swg +#usr/share/swig/4.3.0/ruby/rubystdautodoc.swg +#usr/share/swig/4.3.0/ruby/rubystdcommon.swg +#usr/share/swig/4.3.0/ruby/rubystdcommon_forward.swg +#usr/share/swig/4.3.0/ruby/rubystdfunctors.swg +#usr/share/swig/4.3.0/ruby/rubystrings.swg +#usr/share/swig/4.3.0/ruby/rubytracking.swg +#usr/share/swig/4.3.0/ruby/rubytypemaps.swg +#usr/share/swig/4.3.0/ruby/rubyuserdir.swg +#usr/share/swig/4.3.0/ruby/rubywstrings.swg +#usr/share/swig/4.3.0/ruby/std_alloc.i +#usr/share/swig/4.3.0/ruby/std_array.i +#usr/share/swig/4.3.0/ruby/std_auto_ptr.i +#usr/share/swig/4.3.0/ruby/std_basic_string.i +#usr/share/swig/4.3.0/ruby/std_char_traits.i +#usr/share/swig/4.3.0/ruby/std_common.i +#usr/share/swig/4.3.0/ruby/std_complex.i +#usr/share/swig/4.3.0/ruby/std_container.i +#usr/share/swig/4.3.0/ruby/std_deque.i +#usr/share/swig/4.3.0/ruby/std_except.i +#usr/share/swig/4.3.0/ruby/std_functors.i +#usr/share/swig/4.3.0/ruby/std_ios.i +#usr/share/swig/4.3.0/ruby/std_iostream.i +#usr/share/swig/4.3.0/ruby/std_list.i +#usr/share/swig/4.3.0/ruby/std_map.i +#usr/share/swig/4.3.0/ruby/std_multimap.i +#usr/share/swig/4.3.0/ruby/std_multiset.i +#usr/share/swig/4.3.0/ruby/std_pair.i +#usr/share/swig/4.3.0/ruby/std_queue.i +#usr/share/swig/4.3.0/ruby/std_set.i +#usr/share/swig/4.3.0/ruby/std_shared_ptr.i +#usr/share/swig/4.3.0/ruby/std_sstream.i +#usr/share/swig/4.3.0/ruby/std_stack.i +#usr/share/swig/4.3.0/ruby/std_streambuf.i +#usr/share/swig/4.3.0/ruby/std_string.i +#usr/share/swig/4.3.0/ruby/std_string_view.i +#usr/share/swig/4.3.0/ruby/std_unique_ptr.i +#usr/share/swig/4.3.0/ruby/std_unordered_map.i +#usr/share/swig/4.3.0/ruby/std_unordered_multimap.i +#usr/share/swig/4.3.0/ruby/std_unordered_multiset.i +#usr/share/swig/4.3.0/ruby/std_unordered_set.i +#usr/share/swig/4.3.0/ruby/std_vector.i +#usr/share/swig/4.3.0/ruby/std_vectora.i +#usr/share/swig/4.3.0/ruby/std_wstring.i +#usr/share/swig/4.3.0/ruby/stl.i +#usr/share/swig/4.3.0/ruby/swigmove.i +#usr/share/swig/4.3.0/ruby/timeval.i +#usr/share/swig/4.3.0/ruby/typemaps.i +#usr/share/swig/4.3.0/runtime.swg +#usr/share/swig/4.3.0/scilab +#usr/share/swig/4.3.0/scilab/argcargv.i +#usr/share/swig/4.3.0/scilab/boost_shared_ptr.i +#usr/share/swig/4.3.0/scilab/carrays.i +#usr/share/swig/4.3.0/scilab/cmalloc.i +#usr/share/swig/4.3.0/scilab/cpointer.i +#usr/share/swig/4.3.0/scilab/exception.i +#usr/share/swig/4.3.0/scilab/matrix.i +#usr/share/swig/4.3.0/scilab/sciarray.swg +#usr/share/swig/4.3.0/scilab/scibool.swg +#usr/share/swig/4.3.0/scilab/scichar.swg +#usr/share/swig/4.3.0/scilab/scicontainer.swg +#usr/share/swig/4.3.0/scilab/scidouble.swg +#usr/share/swig/4.3.0/scilab/scienum.swg +#usr/share/swig/4.3.0/scilab/sciexception.swg +#usr/share/swig/4.3.0/scilab/scifloat.swg +#usr/share/swig/4.3.0/scilab/sciint.swg +#usr/share/swig/4.3.0/scilab/sciiterators.swg +#usr/share/swig/4.3.0/scilab/scilab.swg +#usr/share/swig/4.3.0/scilab/scilist.swg +#usr/share/swig/4.3.0/scilab/scilong.swg +#usr/share/swig/4.3.0/scilab/scilonglong.swg +#usr/share/swig/4.3.0/scilab/scimacros.swg +#usr/share/swig/4.3.0/scilab/scimatrixbool.swg +#usr/share/swig/4.3.0/scilab/scimatrixchar.swg +#usr/share/swig/4.3.0/scilab/scimatrixdouble.swg +#usr/share/swig/4.3.0/scilab/scimatrixint.swg +#usr/share/swig/4.3.0/scilab/scimisctypes.swg +#usr/share/swig/4.3.0/scilab/scipointer.swg +#usr/share/swig/4.3.0/scilab/sciprimtypes.swg +#usr/share/swig/4.3.0/scilab/scirun.swg +#usr/share/swig/4.3.0/scilab/sciruntime.swg +#usr/share/swig/4.3.0/scilab/scisequence.swg +#usr/share/swig/4.3.0/scilab/scisequencebool.swg +#usr/share/swig/4.3.0/scilab/scisequencedouble.swg +#usr/share/swig/4.3.0/scilab/scisequencefloat.swg +#usr/share/swig/4.3.0/scilab/scisequenceint.swg +#usr/share/swig/4.3.0/scilab/scisequencepointer.swg +#usr/share/swig/4.3.0/scilab/scisequencestring.swg +#usr/share/swig/4.3.0/scilab/scishort.swg +#usr/share/swig/4.3.0/scilab/scisignedchar.swg +#usr/share/swig/4.3.0/scilab/scistdcommon.swg +#usr/share/swig/4.3.0/scilab/scitypemaps.swg +#usr/share/swig/4.3.0/scilab/sciunsignedchar.swg +#usr/share/swig/4.3.0/scilab/sciunsignedint.swg +#usr/share/swig/4.3.0/scilab/sciunsignedlong.swg +#usr/share/swig/4.3.0/scilab/sciunsignedshort.swg +#usr/share/swig/4.3.0/scilab/std_alloc.i +#usr/share/swig/4.3.0/scilab/std_basic_string.i +#usr/share/swig/4.3.0/scilab/std_char_traits.i +#usr/share/swig/4.3.0/scilab/std_common.i +#usr/share/swig/4.3.0/scilab/std_container.i +#usr/share/swig/4.3.0/scilab/std_deque.i +#usr/share/swig/4.3.0/scilab/std_except.i +#usr/share/swig/4.3.0/scilab/std_list.i +#usr/share/swig/4.3.0/scilab/std_map.i +#usr/share/swig/4.3.0/scilab/std_multiset.i +#usr/share/swig/4.3.0/scilab/std_pair.i +#usr/share/swig/4.3.0/scilab/std_set.i +#usr/share/swig/4.3.0/scilab/std_shared_ptr.i +#usr/share/swig/4.3.0/scilab/std_string.i +#usr/share/swig/4.3.0/scilab/std_vector.i +#usr/share/swig/4.3.0/scilab/stl.i +#usr/share/swig/4.3.0/scilab/swigmove.i +#usr/share/swig/4.3.0/scilab/typemaps.i +#usr/share/swig/4.3.0/shared_ptr.i +#usr/share/swig/4.3.0/std +#usr/share/swig/4.3.0/std/_std_deque.i +#usr/share/swig/4.3.0/std/std_alloc.i +#usr/share/swig/4.3.0/std/std_array.i +#usr/share/swig/4.3.0/std/std_basic_string.i +#usr/share/swig/4.3.0/std/std_char_traits.i +#usr/share/swig/4.3.0/std/std_common.i +#usr/share/swig/4.3.0/std/std_container.i +#usr/share/swig/4.3.0/std/std_deque.i +#usr/share/swig/4.3.0/std/std_except.i +#usr/share/swig/4.3.0/std/std_ios.i +#usr/share/swig/4.3.0/std/std_iostream.i +#usr/share/swig/4.3.0/std/std_list.i +#usr/share/swig/4.3.0/std/std_map.i +#usr/share/swig/4.3.0/std/std_multimap.i +#usr/share/swig/4.3.0/std/std_multiset.i +#usr/share/swig/4.3.0/std/std_pair.i +#usr/share/swig/4.3.0/std/std_queue.i +#usr/share/swig/4.3.0/std/std_set.i +#usr/share/swig/4.3.0/std/std_sstream.i +#usr/share/swig/4.3.0/std/std_stack.i +#usr/share/swig/4.3.0/std/std_streambuf.i +#usr/share/swig/4.3.0/std/std_string.i +#usr/share/swig/4.3.0/std/std_unordered_map.i +#usr/share/swig/4.3.0/std/std_unordered_multimap.i +#usr/share/swig/4.3.0/std/std_unordered_multiset.i +#usr/share/swig/4.3.0/std/std_unordered_set.i +#usr/share/swig/4.3.0/std/std_vector.i +#usr/share/swig/4.3.0/std/std_vectora.i +#usr/share/swig/4.3.0/std/std_wios.i +#usr/share/swig/4.3.0/std/std_wiostream.i +#usr/share/swig/4.3.0/std/std_wsstream.i +#usr/share/swig/4.3.0/std/std_wstreambuf.i +#usr/share/swig/4.3.0/std/std_wstring.i +#usr/share/swig/4.3.0/std_except.i +#usr/share/swig/4.3.0/stdint.i +#usr/share/swig/4.3.0/stl.i +#usr/share/swig/4.3.0/swig.swg +#usr/share/swig/4.3.0/swigarch.i +#usr/share/swig/4.3.0/swigcompat.swg +#usr/share/swig/4.3.0/swigerrors.swg +#usr/share/swig/4.3.0/swigfragments.swg +#usr/share/swig/4.3.0/swiginit.swg +#usr/share/swig/4.3.0/swiglabels.swg +#usr/share/swig/4.3.0/swigrun.i +#usr/share/swig/4.3.0/swigrun.swg +#usr/share/swig/4.3.0/swigwarn.swg +#usr/share/swig/4.3.0/swigwarnings.swg +#usr/share/swig/4.3.0/tcl +#usr/share/swig/4.3.0/tcl/argcargv.i +#usr/share/swig/4.3.0/tcl/attribute.i +#usr/share/swig/4.3.0/tcl/carrays.i +#usr/share/swig/4.3.0/tcl/cmalloc.i +#usr/share/swig/4.3.0/tcl/cpointer.i +#usr/share/swig/4.3.0/tcl/cstring.i +#usr/share/swig/4.3.0/tcl/cwstring.i +#usr/share/swig/4.3.0/tcl/exception.i +#usr/share/swig/4.3.0/tcl/factory.i +#usr/share/swig/4.3.0/tcl/std_auto_ptr.i +#usr/share/swig/4.3.0/tcl/std_common.i +#usr/share/swig/4.3.0/tcl/std_deque.i +#usr/share/swig/4.3.0/tcl/std_except.i +#usr/share/swig/4.3.0/tcl/std_map.i +#usr/share/swig/4.3.0/tcl/std_pair.i +#usr/share/swig/4.3.0/tcl/std_string.i +#usr/share/swig/4.3.0/tcl/std_string_view.i +#usr/share/swig/4.3.0/tcl/std_unique_ptr.i +#usr/share/swig/4.3.0/tcl/std_vector.i +#usr/share/swig/4.3.0/tcl/std_wstring.i +#usr/share/swig/4.3.0/tcl/stl.i +#usr/share/swig/4.3.0/tcl/swigmove.i +#usr/share/swig/4.3.0/tcl/tcl8.swg +#usr/share/swig/4.3.0/tcl/tclapi.swg +#usr/share/swig/4.3.0/tcl/tclerrors.swg +#usr/share/swig/4.3.0/tcl/tclfragments.swg +#usr/share/swig/4.3.0/tcl/tclinit.swg +#usr/share/swig/4.3.0/tcl/tclinterp.i +#usr/share/swig/4.3.0/tcl/tclkw.swg +#usr/share/swig/4.3.0/tcl/tclmacros.swg +#usr/share/swig/4.3.0/tcl/tclopers.swg +#usr/share/swig/4.3.0/tcl/tclprimtypes.swg +#usr/share/swig/4.3.0/tcl/tclresult.i +#usr/share/swig/4.3.0/tcl/tclrun.swg +#usr/share/swig/4.3.0/tcl/tclruntime.swg +#usr/share/swig/4.3.0/tcl/tclsh.i +#usr/share/swig/4.3.0/tcl/tclstrings.swg +#usr/share/swig/4.3.0/tcl/tcltypemaps.swg +#usr/share/swig/4.3.0/tcl/tcluserdir.swg +#usr/share/swig/4.3.0/tcl/tclwstrings.swg +#usr/share/swig/4.3.0/tcl/typemaps.i +#usr/share/swig/4.3.0/tcl/wish.i +#usr/share/swig/4.3.0/typemaps +#usr/share/swig/4.3.0/typemaps/attribute.swg +#usr/share/swig/4.3.0/typemaps/carrays.swg +#usr/share/swig/4.3.0/typemaps/cdata_begin.swg +#usr/share/swig/4.3.0/typemaps/cdata_end.swg +#usr/share/swig/4.3.0/typemaps/cmalloc.swg +#usr/share/swig/4.3.0/typemaps/cpointer.swg +#usr/share/swig/4.3.0/typemaps/cstring.swg +#usr/share/swig/4.3.0/typemaps/cstrings.swg +#usr/share/swig/4.3.0/typemaps/cwstring.swg +#usr/share/swig/4.3.0/typemaps/enumint.swg +#usr/share/swig/4.3.0/typemaps/exception.swg +#usr/share/swig/4.3.0/typemaps/factory.swg +#usr/share/swig/4.3.0/typemaps/fragments.swg +#usr/share/swig/4.3.0/typemaps/implicit.swg +#usr/share/swig/4.3.0/typemaps/inoutlist.swg +#usr/share/swig/4.3.0/typemaps/misctypes.swg +#usr/share/swig/4.3.0/typemaps/primtypes.swg +#usr/share/swig/4.3.0/typemaps/ptrtypes.swg +#usr/share/swig/4.3.0/typemaps/std_except.swg +#usr/share/swig/4.3.0/typemaps/std_string.swg +#usr/share/swig/4.3.0/typemaps/std_string_view.swg +#usr/share/swig/4.3.0/typemaps/std_strings.swg +#usr/share/swig/4.3.0/typemaps/std_wstring.swg +#usr/share/swig/4.3.0/typemaps/string.swg +#usr/share/swig/4.3.0/typemaps/strings.swg +#usr/share/swig/4.3.0/typemaps/swigmacros.swg +#usr/share/swig/4.3.0/typemaps/swigmove.swg +#usr/share/swig/4.3.0/typemaps/swigobject.swg +#usr/share/swig/4.3.0/typemaps/swigtype.swg +#usr/share/swig/4.3.0/typemaps/swigtypemaps.swg +#usr/share/swig/4.3.0/typemaps/typemaps.swg +#usr/share/swig/4.3.0/typemaps/valtypes.swg +#usr/share/swig/4.3.0/typemaps/void.swg +#usr/share/swig/4.3.0/typemaps/wstring.swg +#usr/share/swig/4.3.0/unique_ptr.swg +#usr/share/swig/4.3.0/wchar.i +#usr/share/swig/4.3.0/windows.i +#usr/share/swig/4.3.0/xml +#usr/share/swig/4.3.0/xml/typemaps.i +#usr/share/swig/4.3.0/xml/xml.swg diff --git a/config/rootfiles/common/sysstat b/config/rootfiles/common/sysstat index 8103920cd..b2cb2277b 100644 --- a/config/rootfiles/common/sysstat +++ b/config/rootfiles/common/sysstat @@ -11,14 +11,14 @@ usr/bin/sar usr/lib/sa/sa1 usr/lib/sa/sa2 usr/lib/sa/sadc -#usr/share/doc/sysstat-12.7.1 -#usr/share/doc/sysstat-12.7.1/CHANGES -#usr/share/doc/sysstat-12.7.1/COPYING -#usr/share/doc/sysstat-12.7.1/CREDITS -#usr/share/doc/sysstat-12.7.1/FAQ.md -#usr/share/doc/sysstat-12.7.1/README.md -#usr/share/doc/sysstat-12.7.1/sysstat-12.7.1.lsm +#usr/share/doc/sysstat-12.7.6 +#usr/share/doc/sysstat-12.7.6/CHANGES +#usr/share/doc/sysstat-12.7.6/COPYING +#usr/share/doc/sysstat-12.7.6/CREDITS +#usr/share/doc/sysstat-12.7.6/FAQ.md +#usr/share/doc/sysstat-12.7.6/README.md #usr/share/locale/af/LC_MESSAGES/sysstat.mo +#usr/share/locale/be/LC_MESSAGES/sysstat.mo #usr/share/locale/cs/LC_MESSAGES/sysstat.mo #usr/share/locale/da/LC_MESSAGES/sysstat.mo #usr/share/locale/de/LC_MESSAGES/sysstat.mo diff --git a/config/rootfiles/common/x86_64/linux b/config/rootfiles/common/x86_64/linux index 90bc8a818..fa27443e2 100644 --- a/config/rootfiles/common/x86_64/linux +++ b/config/rootfiles/common/x86_64/linux @@ -23720,6 +23720,7 @@ lib/modules/KVER/modules.order lib/modules/KVER/modules.softdep lib/modules/KVER/modules.symbols lib/modules/KVER/modules.symbols.bin +lib/modules/KVER/modules.weakdep #lib/modules/KVER/source sbin/gen_init_cpio #usr/bin/cpufreq-bench_plot.sh diff --git a/config/rootfiles/core/191/filelists/pam b/config/rootfiles/core/191/filelists/pam new file mode 120000 index 000000000..660a1d80e --- /dev/null +++ b/config/rootfiles/core/191/filelists/pam @@ -0,0 +1 @@ +../../../common/pam \ No newline at end of file diff --git a/config/rootfiles/core/191/filelists/pango b/config/rootfiles/core/191/filelists/pango new file mode 120000 index 000000000..6c37231c7 --- /dev/null +++ b/config/rootfiles/core/191/filelists/pango @@ -0,0 +1 @@ +../../../common/pango \ No newline at end of file diff --git a/config/rootfiles/core/191/filelists/pciutils b/config/rootfiles/core/191/filelists/pciutils new file mode 120000 index 000000000..aeb45e7b3 --- /dev/null +++ b/config/rootfiles/core/191/filelists/pciutils @@ -0,0 +1 @@ +../../../common/pciutils \ No newline at end of file diff --git a/config/rootfiles/core/191/filelists/qpdf b/config/rootfiles/core/191/filelists/qpdf new file mode 120000 index 000000000..2d6c43dec --- /dev/null +++ b/config/rootfiles/core/191/filelists/qpdf @@ -0,0 +1 @@ +../../../common/qpdf \ No newline at end of file diff --git a/config/rootfiles/core/191/filelists/ruby b/config/rootfiles/core/191/filelists/ruby new file mode 120000 index 000000000..83b0e2f4d --- /dev/null +++ b/config/rootfiles/core/191/filelists/ruby @@ -0,0 +1 @@ +../../../common/ruby \ No newline at end of file diff --git a/config/rootfiles/core/191/filelists/screen b/config/rootfiles/core/191/filelists/screen new file mode 120000 index 000000000..81008f46e --- /dev/null +++ b/config/rootfiles/core/191/filelists/screen @@ -0,0 +1 @@ +../../../common/screen \ No newline at end of file diff --git a/config/rootfiles/core/191/filelists/sshfs b/config/rootfiles/core/191/filelists/sshfs new file mode 120000 index 000000000..d451748c3 --- /dev/null +++ b/config/rootfiles/core/191/filelists/sshfs @@ -0,0 +1 @@ +../../../common/sshfs \ No newline at end of file diff --git a/config/rootfiles/core/191/filelists/sysstat b/config/rootfiles/core/191/filelists/sysstat new file mode 120000 index 000000000..cec8f445f --- /dev/null +++ b/config/rootfiles/core/191/filelists/sysstat @@ -0,0 +1 @@ +../../../common/sysstat \ No newline at end of file diff --git a/config/rootfiles/core/191/filelists/sysvinit b/config/rootfiles/core/191/filelists/sysvinit new file mode 120000 index 000000000..f3fb3304d --- /dev/null +++ b/config/rootfiles/core/191/filelists/sysvinit @@ -0,0 +1 @@ +../../../common/sysvinit \ No newline at end of file diff --git a/config/rootfiles/core/191/update.sh b/config/rootfiles/core/191/update.sh index e42b62068..6e057e485 100644 --- a/config/rootfiles/core/191/update.sh +++ b/config/rootfiles/core/191/update.sh @@ -56,6 +56,12 @@ fi # update linker config ldconfig
+# run depmod with new kmod version +depmod -a 6.6.63-ipfire + +# restart init +telinit u + # Update Language cache /usr/local/bin/update-lang-cache
@@ -71,7 +77,7 @@ ldconfig /etc/init.d/suricata restart
# This update needs a reboot... -#touch /var/run/need_reboot +touch /var/run/need_reboot
# Finish /etc/init.d/fireinfo start diff --git a/lfs/pam b/lfs/pam index 8e5b6f602..8f3d144f8 100644 --- a/lfs/pam +++ b/lfs/pam @@ -24,7 +24,7 @@
include Config
-VER = 1.6.1 +VER = 1.7.0
THISAPP = Linux-PAM-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 649b4ff892fbd3eb90adcbd9ccc5b3f5df51bf1c79b9084c7a1613c432587b13b81761d1eb4f31ef12d58843d16af24a3c441d0b6f5d2f2a1db9c8da15a61e2f +$(DL_FILE)_BLAKE2 = 39c8c2ccc6f7d125d12d49439ae44cb8fe115f0529549269246e54f4b4de0b3b24c1099e4d3fa39d4e477af8a92b66dd6dc2cb93f0643ab7b56bcaabdd3b8539
install : $(TARGET)
@@ -71,17 +71,17 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && ./configure --libdir=/usr/lib \ - --sbindir=/lib/security \ - --enable-securedir=/lib/security \ - --enable-read-both-confs \ - --disable-nls - - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install - + cd $(DIR_APP) && meson setup \ + --libdir=/usr/lib \ + --sbindir=/lib/security \ + -D securedir=/lib/security \ + -D read-both-confs=true \ + -D nis=disabled \ + -D docs=disabled \ + builddir/ + cd $(DIR_APP) && ninja -C builddir/ $(MAKETUNING) + cd $(DIR_APP) && ninja -C builddir/ install # Install configuration - -mkdir -p /etc/pam.d - + -mkdir -p /etc/pam.d @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/lfs/pango b/lfs/pango index 016c3b043..cf0573515 100644 --- a/lfs/pango +++ b/lfs/pango @@ -24,7 +24,9 @@
include Config
-VER = 1.52.0 +VER = 1.54.0 + +# https://download.gnome.org/sources/pango/
THISAPP = pango-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 3b90c1b104fc2624d0d3c5f35262dc6718f7d795a8932ee6d674ab107c12896f9fced16e9eaa1028db1e92833a108d9d608741df17c0a3aaa7fdf43a6b68e754 +$(DL_FILE)_BLAKE2 = 92c389ab3f21631c245575e30804ffee6fef7b60bc6acdf08159aa325d878cf335203267720aec9143ea2a4e590578424cd64011f73da22e1b0beca85e85a276
install : $(TARGET)
@@ -71,7 +73,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && meson --prefix=/usr --sysconfdir=/etc builddir/ + cd $(DIR_APP) && meson setup \ + --prefix=/usr \ + --sysconfdir=/etc \ + builddir/ cd $(DIR_APP) && ninja -C builddir/ $(MAKETUNING) cd $(DIR_APP) && ninja -C builddir/ install @rm -rf $(DIR_APP) diff --git a/lfs/pciutils b/lfs/pciutils index bb06ba029..a2c28025f 100644 --- a/lfs/pciutils +++ b/lfs/pciutils @@ -24,7 +24,7 @@
include Config
-VER = 3.11.1 +VER = 3.13.0
THISAPP = pciutils-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 447d0e3fa209d2d27a0310a5824a75b543b539c459caed23e9218f4ff3f9a3c2a99c65dd5ddf92a56c2b880ecfaeff6f3edc458c3e5973a1a4937325740915ac +$(DL_FILE)_BLAKE2 = d779ca0fd8c96a54bf81f6234d6a38eae2882d39dd1a52a508246bc46b5f4ac9318bbca20266378ec3917e72fe6ec30c47b1b5e9df4e86d3f59cbe860e2ac70e
install : $(TARGET)
diff --git a/lfs/qpdf b/lfs/qpdf index fabb4565b..9859258bc 100644 --- a/lfs/qpdf +++ b/lfs/qpdf @@ -24,7 +24,7 @@
include Config
-VER = 11.9.0 +VER = 11.9.1
THISAPP = qpdf-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 3f79bef4b8d276cb73db1a08eb72cc67dec803c942c5e6f5322ecfc2fb017c7169aebb6b0790f1789970c86f4c8790465d0315ff8b355dd7e395a02192a605cb +$(DL_FILE)_BLAKE2 = fa845e04d6044c70e1864a8eee9831774218a2fa6de74fed1efc22f0cc4982b7e41b2a7d6f0c794941eac08ba65d2196d72399514c376e2774c754f074560c43
install : $(TARGET)
diff --git a/lfs/ruby b/lfs/ruby index 52549b143..28bc1624c 100644 --- a/lfs/ruby +++ b/lfs/ruby @@ -24,7 +24,7 @@
include Config
-VER = 3.3.4 +VER = 3.3.6
THISAPP = ruby-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = e10b81ad7838e3d443ce0b12b8372faebb001f00a32dc0fa1f5e37c46baae99ea714e7f2a8741f0294255312030e844f32fc5d1c3695545cf8303e85b3255f21 +$(DL_FILE)_BLAKE2 = 7e2fb58ca1f5ee7ab9c2fd7b24fdbf9eef9805329cdf23c9926bac0268344f101475c2c7aacb26f73c4c5f73704727e19a9cc074c4587b9c53a115d6fb0a5e85
install : $(TARGET)
diff --git a/lfs/screen b/lfs/screen index c7bd53a8d..6388002cf 100644 --- a/lfs/screen +++ b/lfs/screen @@ -24,7 +24,7 @@
include Config
-VER = 4.9.1 +VER = 5.0.0
THISAPP = screen-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 27d9c100bc1f747e39e109a4957702388d943c7d3b75b4c59dfc3894456d5249257742106fb24cf6f07a36764db0a1c5f7e0a44123edda1c570d771d7f46c638 +$(DL_FILE)_BLAKE2 = 5ff218afc1692ae201776f759ff2217a51dcf02202e4ba5d12de50a768df83e0e2a7a3511a5f85a3b21362892f31a4fd90d6444918915165ae12a8c0c2b3af39
install : $(TARGET)
diff --git a/lfs/sshfs b/lfs/sshfs index 954031ebb..4b8a65974 100644 --- a/lfs/sshfs +++ b/lfs/sshfs @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2024 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 3.7.2 +VER = 3.7.3
THISAPP = sshfs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 4acf13b5b7c056d1090eadd57bf4df6549d1f712fbfea59db2c568a94cb621ebf31d84324aeba6549c8f8818f3d4685de9d59e09f189c5307b2efb1a992efae2 +$(DL_FILE)_BLAKE2 = 9a229d0f11e7247e319af13245aeaf71082664409b0ca3fe1522bcdb679d402c574438be1931d5d73a16b9eda43daf20de6c1a016442ae53afa27a697e58c212
install : $(TARGET)
diff --git a/lfs/swig b/lfs/swig index ee6a1703b..1f3572c05 100644 --- a/lfs/swig +++ b/lfs/swig @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2024 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 4.1.0 +VER = 4.3.0
THISAPP = swig-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 6e10c04251153bd7300145877e6f078f7cb30d0cd18642f9094574da5f0e9cc59e40b4c8a1bf17523dc5acfd112e45297c7ada00b445d2e7696a137f48664bc3 +$(DL_FILE)_BLAKE2 = ff9c9b9c139ebde89c46abd4b46903dc6c33aff969ed3bf873d7982ed9ad53793e2648460eb52e606e6295984698239118b10cef5d66333b1c3588286367d4d8
install : $(TARGET)
diff --git a/lfs/sysstat b/lfs/sysstat index df92f2803..788712375 100644 --- a/lfs/sysstat +++ b/lfs/sysstat @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2024 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 12.7.1 +VER = 12.7.6
THISAPP = sysstat-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = fc2af19b7f46e28b2d169ad1279bd7f2472b4325c2d28d4252fd19ffd0ac2b904549f4b9daf70e94c6287bceee0e6ca51cc0600b6680b216deadc326922c13d6 +$(DL_FILE)_BLAKE2 = 5cb015dfad2b26a922862416d779ac26df18df0b4689ae1ad1b9f3dc3922dd577741bf019ebc979154d7bc708dbb7e9d21ce4c2e2c2a4896badf3847c06e82a7
install : $(TARGET)
diff --git a/lfs/sysvinit b/lfs/sysvinit index ff5577e5e..d97c62554 100644 --- a/lfs/sysvinit +++ b/lfs/sysvinit @@ -24,7 +24,7 @@
include Config
-VER = 3.10 +VER = 3.11
THISAPP = sysvinit-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 894f1ad140f1e92f4d4a2220a9abff6ba106d9f84ee0e001ee8d5a0f41a2877e08110d442a2bcd52efc5662838fae36835b067091d37b9f4d295b47c01c26153 +$(DL_FILE)_BLAKE2 = a7233509ec31ef6834e145d5912b2c1d3832bf63ffab6eb75c864cd2a9c4fe053b0e3a5abc20891c7d29596f95dd3aa518e69ad111d5586011fee37b4e23d7cb
install : $(TARGET)
@@ -70,7 +70,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/sysvinit-3.10_build_mountpoint.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/sysvinit-3.11_build_mountpoint.patch cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) diff --git a/make.sh b/make.sh index a681d7ee0..3a76e6366 100755 --- a/make.sh +++ b/make.sh @@ -1479,6 +1479,14 @@ build_system() { lfsmake2 openssl lfsmake2 popt lfsmake2 libedit + lfsmake2 expat + lfsmake2 libffi + lfsmake2 gdbm + lfsmake2 sqlite + lfsmake2 python3 + lfsmake2 python3-setuptools + lfsmake2 ninja + lfsmake2 meson lfsmake2 pam lfsmake2 libcap lfsmake2 libcap-ng @@ -1501,22 +1509,14 @@ build_system() { lfsmake2 iproute2 lfsmake2 screen lfsmake2 elfutils - lfsmake2 expat lfsmake2 libconfig lfsmake2 curl lfsmake2 libarchive lfsmake2 cmake lfsmake2 json-c lfsmake2 tcl - lfsmake2 libffi - lfsmake2 gdbm - lfsmake2 sqlite - lfsmake2 python3 - lfsmake2 python3-setuptools lfsmake2 python3-MarkupSafe lfsmake2 python3-Jinja2 - lfsmake2 ninja - lfsmake2 meson lfsmake2 kmod lfsmake2 udev lfsmake2 libusb diff --git a/src/patches/sysvinit-3.10_build_mountpoint.patch b/src/patches/sysvinit-3.11_build_mountpoint.patch similarity index 100% rename from src/patches/sysvinit-3.10_build_mountpoint.patch rename to src/patches/sysvinit-3.11_build_mountpoint.patch
hooks/post-receive -- IPFire 2.x development tree