* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 32fba6d49bcb06b270e08344164e5bb1b55331c7
@ 2024-12-18 11:36 Arne Fitzenreiter
0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2024-12-18 11:36 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 298191 bytes --]
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 32fba6d49bcb06b270e08344164e5bb1b55331c7 (commit)
via 211b1a4b8725593cfcbd61b8ff928890cff03603 (commit)
via 1d1e1d24c3716d45d533b671022a6183887895a7 (commit)
via 40f261182851c680b239e5e6fb62e97dc5a40694 (commit)
via e80aa493e6f45ca2c4bac70060ef854adcc70bdc (commit)
via f32ca6cd79124c4fcfc722a2238c1accbfb1a9ff (commit)
via 7b29acfbb597b89837dcbe1b91ef6ef4352f28a6 (commit)
via 39239d2bc45a91498d243b14e346a804adc4a7f5 (commit)
via b0fd6b1fd53dcbe6fb7b539555969b891609d197 (commit)
via 87c37fa5bc94dd5bb9655bdf3359eb8d482874e9 (commit)
via c178f3f6fff1948bdf41b0ba71530992f9acf5c4 (commit)
via 7f958c7254b3188f7f18c72603ff98dfcdcdc865 (commit)
via 6e28bcb4b22f3ccb4f18163c5a6d65008c9b4172 (commit)
via 03654da62fcc226548acedb506c489ec0c1b05b3 (commit)
via 65e0b783ad3691f12a3cc0e41533b92c93bb13ac (commit)
via e95be58de99879e58d1c3d7df25f18a848f1f16f (commit)
via 16cf9f1230da4f0056a65a85a352a5e6c97a67ee (commit)
via 00599ec3b0f8df56b65c53cabb90567bb4b92af0 (commit)
via ff4ff2cfe0c8565a431bf499708dcb6e5c2fb3dc (commit)
via 73661e5ee1acc30e40e41493c8dfca10aa1097d0 (commit)
via 71ba9e8fb128c39f1d1e215cbff2cd9a5132c1bd (commit)
via f1a1b3775aa12317e94dbdbe1e32898393f72bfa (commit)
via 6fbe2b92346f173cd8de217adeb1a9aa0dc382a9 (commit)
via 842ccb17e74d341ed611aa26526a1d61d746deb4 (commit)
via 4854a002228adf15cdf4ef5de9c10911385300c4 (commit)
via b261e227a3c6a4a58abcac537e4f6975cfec5d83 (commit)
via 6d51b767e0efef8ec7c603dcb46744853e6ed9b3 (commit)
via d7117ebfd7dbecf40463c62f640799821f368fd8 (commit)
via 105d75f2f8d274e580e7d56d5b71d044929a2717 (commit)
via c0a385a0ca354bfb81d6c0a19ca81d5a296eb217 (commit)
via 6c2ac08627c289ce2e5d8b00dfac16a5d81ebc85 (commit)
from 9aa267c5bef1d1f832cd4bbf959618bff0ec5158 (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 32fba6d49bcb06b270e08344164e5bb1b55331c7
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Wed Dec 18 12:30:10 2024 +0100
zabbix-agentd: Update to 6.0.37 (LTS)
Full changelog since 6.0.33:
- https://www.zabbix.com/rn/rn6.0.34
- https://www.zabbix.com/rn/rn6.0.35
- https://www.zabbix.com/rn/rn6.0.36
- https://www.zabbix.com/rn/rn6.0.37
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 211b1a4b8725593cfcbd61b8ff928890cff03603
Author: Robin Roevens <robin.roevens(a)disroot.org>
Date: Tue Nov 5 23:36:18 2024 +0100
zabbix_agentd: Add IPS throughput and guardian blocked IP count items
- Adds Zabbix Agent userparameter `ipfire.ips.throughput.get` for the agent to get details about IPS throughput bypassed/scanned/whitelisted in bytes (JSON)
- Adds Zabbix Agent userparameter `ipfire.guardian.blocked.count` for the agent to get the number of currently blocked IP's by Addon: Guardian.
Signed-off-by: Robin Roevens <robin.roevens(a)disroot.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 1d1e1d24c3716d45d533b671022a6183887895a7
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Sat Dec 14 13:49:04 2024 +0100
fr.pl: Update to French translations for the optionsfw.cgi page
Reported-by: Phil SCAR <p27m(a)orange.fr>
Fixes: Bug13800
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 40f261182851c680b239e5e6fb62e97dc5a40694
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date: Wed Dec 11 17:33:21 2024 +0100
monit: Update to 5.34.3
For details see:
https://mmonit.com/monit/changes/
"Fixed: If the ping statement did not explicitly specify an outgoing
address but a previous ping statement did, the same address was
shared by both statements.
Fixed: Monit may crash upon stopping if the ping statement is used
in conjunction with the address option.
Fixed: If a directory is set in the allow option of the set httpd
statement, instead of a file or string, Monit hangs on startup."
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
Reviewed-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit e80aa493e6f45ca2c4bac70060ef854adcc70bdc
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Wed Dec 18 08:22:28 2024 +0100
core191: ship vpnmain.cgi
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit f32ca6cd79124c4fcfc722a2238c1accbfb1a9ff
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Wed Dec 11 12:51:44 2024 +0100
en.pl: Update the wording for the check on the CA Name for upload
- This changes the wording to allowing characters and spaces.
Fixes: Bug10595 part 2
Tested-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 7b29acfbb597b89837dcbe1b91ef6ef4352f28a6
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Wed Dec 11 12:51:43 2024 +0100
vpnmain.cgi: Fix for 2nd part of bug10595
- Bug10595 had two parts in it and was closed after the first part was fixed. The second
part was still unfixed at that time. I cam across it when checking out an open bug on
a similar issue with OpenVPN.
- I found the section that checks on the CA Name and modified it to also allow spaces.
- Having modified that then the subroutines getsubjectfromcert and getCNfromcert required
to have quotation marks put around the parameter that had the CA Name with spaces in it
otherwise the openssl statement only got a filename with the first portion of the ca
name until the first space was encountered.
- Tested this change out on my vm and it worked fine. I was able to upload a ca
certificate into IPSec and use spaces in the CA Name.
Fixes: Bug10595 part 2
Tested-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 39239d2bc45a91498d243b14e346a804adc4a7f5
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Tue Dec 10 15:11:21 2024 +0100
samba: Update to version 4.21.2
- Update from version 4.21.0 to 4.21.2
- Update of the rootfiles for x86_64, aarch64 & riscv64
- Version 4.21.0 mentioned that LDB is no longer available to build as a distinct
tarball. However version 4.21.0 previously built without any problem so it looks like
it was still available. Now with version 4.21.2 the lmdb package needs to be available
or you have to disable all ldb options. As these options were uncommented in the
previous versions of samba, it looks like they are intended to be present. To make
this version support in the same way the lmdb package had to be moved so it was built
before samba is built. Hence the shift of lmdb in make.sh
- Changelog
4.21.2
* BUG 15732: smbd fails to correctly check sharemode against OVERWRITE
dispositions.
* BUG 15754: Panic in close_directory.
* BUG 15752: winexe no longer works with samba 4.21.
* BUG 14356: protocol error - Unclear debug message "pad length mismatch" for
invalid bind packet.
* BUG 15425: NetrGetLogonCapabilities QueryLevel 2 needs to be implemented.
* BUG 15740: gss_accept_sec_context() from Heimdal does not imply
GSS_C_MUTUAL_FLAG with GSS_C_DCE_STYLE.
* BUG 15749: winbindd should call process_set_title() for locator child.
* BUG 15320: Update CTDB to track all TCP connections to public IP addresses.
4.21.1
* BUG 15624: DH reconnect error handling can lead to stale sharemode entries.
* BUG 15695: "inherit permissions = yes" triggers assert() in vfs_default
when creating a stream.
* BUG 15715: Samba 4.21.0 broke FreeIPA domain member integration.
* BUG 15692: Missing conversion for msDS-UserTGTLifetime, msDS-
ComputerTGTLifetime and msDS-ServiceTGTLifetime on "samba-tool
domain auth policy modify".
* BUG 15280: irpc_destructor may crash during shutdown.
* BUG 15624: DH reconnect error handling can lead to stale sharemode entries.
* BUG 15649: Durable handle is not granted when a previous OPEN exists with
NoOplock.
* BUG 15651: Durable handle is granted but reconnect fails.
* BUG 15708: Disconnected durable handles with RH lease should not be purged
by a new non conflicting open.
* BUG 15714: net ads testjoin and other commands use the wrong secrets.tdb in
a cluster.
* BUG 15726: 4.21 using --with-system-mitkrb5 requires MIT krb5 1.16 as rfc
8009 etypes are used.
* BUG 15730: VFS_OPEN_HOW_WITH_BACKUP_INTENT breaks shadow_copy2.
* BUG 15643: Samba 4.20.0 DLZ module crashes BIND on startup.
* BUG 15721: Cannot build libldb lmdb backend on a build without AD DC.
* BUG 15706: Consistent log level for sighup handler.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit b0fd6b1fd53dcbe6fb7b539555969b891609d197
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Tue Dec 10 14:23:55 2024 +0100
suricata.yaml: Fix bug13646 - Adjust the include syntax to use array format
- Suricata-8.x will only accept include statements in array format and not in multiple
single lines. Suricata-7.x still accepts the multiple single lines but flags up that
the format is deprecated and will be removed in suricata-8.x
- This patch adjusts the address-groups include into the array format.
- This change has been tested out on my vm and the IPS started up and from the logs you
can see that all the include files were taken on board and the derprecation message
is no longer shown.
- This change can be implemented with Suricata-7.x and will make sure that IPFire has
the include syntax that Suricata-8.x will require.
Fixes: Bug13646
Tested-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 87c37fa5bc94dd5bb9655bdf3359eb8d482874e9
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Mon Dec 9 12:42:51 2024 +0100
update.sh: Remove the lines related to FEODO_RECOMMENDED
- This removes the lines related to removing any time entries in the modified file for
FEODO_RECOMMENDED.
- This also removes the lines realted to removing the blocklists for the
FEODO_RECOMMENDED sources from the /var/lib/ipblocklist directory.
- This patch will ensure that FEODO_RECOMMENDED stays in place if it was being used.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit c178f3f6fff1948bdf41b0ba71530992f9acf5c4
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Mon Dec 9 12:42:50 2024 +0100
sources: Replacement of Feodo Recommended Tracker list to ipblocklist sources file
- FEODO_RECOMMENDED list is still being updated but the number of events can be very
low. However as it is still active then it has been added back in as discussed in
the Dev Conf Call on Nov 4th.
- FEODO_IP list covers any IP that has been detected as a botnet in the last 30 days.
This could lead to false positives if the botnet has been fixed within one day of
being detected. So it was agreed that this list would stay removed.
- FEODO_AGGRESSIVE list contains all IP's that havce ever been detected as botnets since
the list was started. It is not intended to be used for blocking as it would have a
huge false positive effect. This list will also stay removed as it should not have
been included originally.
- This patch set adds back in the FEODO_RECOMMENDED list into the sources file and in the
associated patch for the update.sh file removes the lines that removed the files
related to FEODO_RECOMMENDED.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 7f958c7254b3188f7f18c72603ff98dfcdcdc865
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Wed Dec 18 08:19:21 2024 +0100
core191: ship sqlite
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 6e28bcb4b22f3ccb4f18163c5a6d65008c9b4172
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Mon Dec 9 12:11:13 2024 +0100
sqlite: Update to version 3470200
- Update from version 3460100 to 3470200
- Update of rootfile not required
- Changelog
3470200
Fix a problem in text-to-floating-point conversion for SQLite that can cause
values between '1.8446744073709550592eNNN' and '1.8446744073709551609eNNN'
for any exponent NNN to be rendered incorrectly. In other words, some numeric
text values where the first 16 significant digits are '1844674407370955'
might be converted into the wrong floating-point value. See forum thread
569a7209179a7f5e. This problem only arises on x64 and i386 hardware. The
problem was introduced in 3.47.0.
Other minor bug fixes.
3470100
Fix the makefiles so that they once again honored DESTDIR for the "install"
target.
Add the SQLITE_IOCAP_SUBPAGE_READ capability to the VFS, to work around issues
on some non-standard VFSes caused by making SQLITE_DIRECT_OVERFLOW_READ the
default in version 3.45.0.
Fix problems with line endings in the new sqlite3_rsync.exe utility on Windows.
Fix incorrect answers to certain obscure IN queries caused by new query
optimizations added in the 3.47.0 release.
Other minor bug fixes.
3470000
Allow arbitrary expressions in the second argument to the RAISE function.
If the RHS of the ->> operator is negative, then access array elements counting
from the right.
Fix a problem with rolling back hot journal files in the seldom-used
unix-dotfile VFS.
FTS5 tables can now be dropped even if they use a non-standard tokenizer that
has not been registered.
Fix the group_concat() aggregate function so that it returns an empty string,
not a NULL, if it receives a single input value which is an empty string.
Enhance the generate_series() table-valued function so that it is able to
recognize and use constraints on its output value.
Preupdate hooks now recognize when a column added by ALTER TABLE ADD COLUMN has
a non-null default value.
Performance optimizations:
Improved reuse of subqueries associated with the IN operator, especially
when the IN operator has been duplicated due to predicate push-down.
Use a Bloom filter on subqueries on the right-hand side of the IN operator,
in cases where that seems likely to improve performance.
Ensure that queries like "SELECT func(a) FROM tab GROUP BY 1" only invoke
the func() function once per row.
No attempt is made to create automatic indexes on a column that is known to
be non-selective because of its use in other indexes that have been
analyzed.
Adjustments to the query planner so that it produces better plans for star
queries with a large number of dimension tables.
Add the "order-by-subquery" optimization, that seeks to disable sort
operations in outer queries if the desired order is obtained naturally due
to ORDER BY clauses in subqueries.
The "indexed-subtype-expr" optimization strives to use expressions that are
part of an index rather than recomputing the expression based on table
values, as long as the query planner can prove that the subtype of the
expression will never be used.
Miscellaneous coding tweaks for faster runtimes.
Enhancements to SQLite-related command-line programs:
Add the experimental sqlite3_rsync program.
Add extension functions median(), percentile(), percentile_cont(), and
percentile_disc() to the CLI.
Add the .www dot-command to the CLI.
The sqlite3_analyzer utility now provides a break-out of statistics for
WITHOUT ROWID tables.
The sqldiff utility avoids creating an empty database if its second
argument does not exist.
Enhance the sqlite_dbpage table-valued function such that INSERT can be used to
increase or decrease the size of the database file.
SQLite no longer makes any use of the "long double" data type, as hardware
support for long double is becoming less common and long double creates
challenges for some compiler tool chains. Instead, SQLite uses Dekker's
algorithm when extended precision is needed.
The TCL Interface for SQLite supports TCL9. Everything probably still works for
TCL 8.5 and later, though this is not guaranteed. Users are encouraged to
upgrade to TCL9.
JavaScript/WASM:
Fix a corruption-causing bug in the JavaScript "opfs" VFS.
Correct "mode=ro" handling for the "opfs" VFS.
Work around a couple of browser-specific OPFS quirks.
FTS5 Changes:
Add the fts5_tokenizer_v2 API and the locale=1 option, for creating custom
locale-aware tokenizers and fts5 tables that may take advantage of them.
Add the contentless_unindexed=1 option, for creating contentless fts5
tables that store the values of any UNINDEXED columns persistently in the
database.
Allow an FTS5 table to be dropped even if it uses a custom tokenizer whose
implementation is not available.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 03654da62fcc226548acedb506c489ec0c1b05b3
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Wed Dec 18 08:17:54 2024 +0100
core191: ship connections.cgi
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 65e0b783ad3691f12a3cc0e41533b92c93bb13ac
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Dec 6 16:44:17 2024 +0000
connections.cgi: Support CIDR notation
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit e95be58de99879e58d1c3d7df25f18a848f1f16f
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Dec 6 16:44:16 2024 +0000
connections.cgi: Fix importing Wireguard peers
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 16cf9f1230da4f0056a65a85a352a5e6c97a67ee
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Dec 6 16:44:15 2024 +0000
connections.cgi: Ignore empty interfaces
Parsing any custom routes for any custom interfaces was broken so that
arbitrary routes were imported when not all interfaces were in use.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 00599ec3b0f8df56b65c53cabb90567bb4b92af0
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Dec 6 16:44:14 2024 +0000
connections.cgi: Fix colour of destination country
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
Reviewed-by: Bernhard Bitsch <bbitsch(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit ff4ff2cfe0c8565a431bf499708dcb6e5c2fb3dc
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Dec 6 16:42:17 2024 +0000
initscripts: readhash: Fix handling = signs
The function expected that a line only contains exactly one equals sign
(=) which is not fit for purpose. In the WireGuard code we hold key
material that is encoded in base64 and therefore contains padding that
uses =.
This patch fixes that we expect exactly one equals sign immediately
after the key and we will then accept more = in the value - which was
already permitted.
Furthermore, this patch fixes the splitting if the key and value at the
first =.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 73661e5ee1acc30e40e41493c8dfca10aa1097d0
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Dec 6 16:42:16 2024 +0000
initscripts: readhash: Only strip quotes if they exist
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 71ba9e8fb128c39f1d1e215cbff2cd9a5132c1bd
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Dec 6 16:42:15 2024 +0000
tests: Fix path to bash
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit f1a1b3775aa12317e94dbdbe1e32898393f72bfa
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Thu Dec 5 14:16:46 2024 +0100
libtalloc: Update to version 2.4.2 plus moved before cifs-utils
- Update from version 2.4.1 to 2.4.2
- Update of rootfile
- Moved to before cifs-utils in make.sh as now a required dependency for cifs-utils
- The last changelog is recorded in the sourcde tarball is from 2007 and I have been
unable to find anywhere where the changes can be identified. So updated on the
principle of having the latest version and both samba and cifs-utils now require it.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 6fbe2b92346f173cd8de217adeb1a9aa0dc382a9
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Thu Dec 5 14:16:45 2024 +0100
cifs-utils: Update to version 7.1
- Update from version 7.0 to 7.1
- Update of rootfile not required
- libtalloc now required as a build and run-time dependency for cifs-utils
- Changelog
7.1
LDAP Ping capability
smbinfo adds gettconinfo command
Various improvements to man pages
Detailed list of changes since 7.0 was released:
0fae4c7 cifs-utils: bump version to 7.1
2cd7b1f cifs: update documentation for sloppy mount option
9918019 docs: add closetimeo description
c4c30b5 docs: add compress description
454870a checkopts: update it to work with latest kernel version
465f213 cifs-utils: add documentation for multichannel and max_channels
b3fe25c cifs-utils: smbinfo: add gettconinfo command
c6bf4d9 Implement CLDAP Ping to find the closest site
4718e09 (for-next) mount.cifs.rst: update section about xattr/acl support
e7ec003 mount.cifs.rst: add missing reference for sssd
3870f5b getcifsacl, setcifsacl: add missing <endian.h> include for le32toh
c8ec7d1 getcifsacl, setcifsacl: add missing <linux/limits.h> include
for XATTR_SIZE_MAX
25d6552 cifs-utils: Make automake treat /sbin as exec, not data
dac3301 pam_cifscreds: fix warning on NULL arg passed to %s in
pam_syslog()
7314638 cifs.upcall: fix UAF in get_cachename_from_process_env()
ef0d95e cifs-utils: add documentation for acregmax and acdirmax
2260c0d setcifsacl: Fix uninitialized value.
1eee8e8 Use explicit "#!/usr/bin/python3"
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 842ccb17e74d341ed611aa26526a1d61d746deb4
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Thu Dec 5 14:15:46 2024 +0100
dnsdist: Update to version 1.9.7
- Update from version 1.9.6 to 1.9.7
- Update of rootfilke not required
- Changelog
1.9.7
New Features
Add a FFI accessor to incoming proxy protocol values
References: #14664, pull request 14716
Improvements
Update Quiche to 0.22.0 (in our packages)
References: pull request 14647
Update the Rust version we use in our packages to 1.78
References: pull request 14695
Fix build with boost 1.86.0
References: #14562, pull request 14638
Stop reporting timeouts in topSlow(), add topTimeouts()
References: #14568, pull request 14641
Fix compilation with GCC 15 (Holger Hoffstätte)
References: #14549, pull request 14645
Add warnings about large values passed to setMaxTCPClientThreads
References: pull request 14646
Bug Fixes
Disable eBPF filtering on QUIC (DoQ, DoH3) sockets
References: #14736, pull request 14740
Fix handling of proxy protocol payload outside of TLS for DoT
References: #14631, pull request 14639
Prevent a data race in incoming DNS over TLS connections by storing the
OpenSSLTLSIOCtx in the connection
References: pull request 14677
Return a valid unix timestamp for Dynamic Block’s until
References: #14552, pull request 14643
Fix EDNS flags confusion when editing the OPT header
References: #14548, pull request 14644
Handle a nonexistent default pool when removing a server
References: pull request 14640
Add EDNS to responses generated from raw record data
References: pull request 14730
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 4854a002228adf15cdf4ef5de9c10911385300c4
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Thu Dec 5 14:15:45 2024 +0100
aws-cli: Update to version 1.36.15
- Update from version 1.27.100 to 1.36.15 (398 update versions between thgese two)
- Update of rootfile not required
- Changelog is around 4,500 lines long so not suitable to include here. Changes can
be found in the CHANGELOG.rst file in the source tarball
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit b261e227a3c6a4a58abcac537e4f6975cfec5d83
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Thu Dec 5 14:15:44 2024 +0100
amazon-ssm-agent: Update to version 3.3.1345.0
- Update from version 3.2.582.0 to 3.3.1345.0
- Update of rootfile not required
- Changelog
3.3.1345.0
Revert "Update configurePackage to use fixed download method"
Revert "Use a single syscall for route table for health check IP"
3.3.13110.0
Add alternative to wmic to support Windows 2025
Add armv7 architecture support for greengrass component
Add support in ssm-setup-cli for standalone installation in on-premises environments
Fail ssm-setup-cli install command if agent config is not loadable
Implement S3 ownership verification as an optional parameter for plugins
Mark Session task as cancelled when MGS indicates that session is over
Update configurePackage to use fixed download method
Update Docker Engine version and use system environment variables in installation path
Update GreenGrass component minor version to 1.3.1
3.3.1230.0
Revert compatibility hook for future Windows versions as it increased CPU consumption for document execution on Windows.
Revert Increase RunCommand timeout during the registration process for the on-prem instances
3.3.1142.0
Fail windows update when installed version does not match
Reduced length of IMDS errors to shorter format
Increase the RunCommand timeout during the registration process for the on-prem instances
Add nil check when calling GetRepository content in aws:downloadContent
Worker process to exit if they are not successfully started and became idle
Fix bug where unforeseen failures cause time to be incorrectly displayed in RunCommand
Update GreenGrass component minor version to 1.3.0
Ensure agent thread always exit after the corresponding worker process exits
Fix IPC file filtering bug where usernames or session names containing tmp causes agent worker to not correctly receive IPC
Load directly from appconfig file when calling UpdateInstanceInformation during credential refresher
Use a single syscall for route table for health check IP
3.3.987.0
Update default session logging destination to none
Specify a minimum of TLS v1.2 in http client calls
Add web-socket heartbeat to detect connection drops in the web-socket for control and data channels sooner
Use exponential retry for document worker, increase retry interval and attempt count when reading IPC files
Add wait for cloud-init in the agent updater
Fix timeouts for update without yum endpoint connectivity
Change in orchestration directory removal process to reduce disk space usage
Fix Inventory detailed information invalid value check
Fix parsing issue with DomainJoin Plugin
Modify DomainJoin Plugin to use Kerberos REALM in username for RHEL and variants
Change the SUSE linux zypper commands to quiet mode for the DomainJoin Plugin
Move high volume info logs to debug level
Remove deprecated go coverage library (golang.org/x/tools/cmd/cover)
Add lock on session orchestration cleanup to prevent quadratic file system lookup for large volume session users
Upgrade GoLang to version 1.22.7
3.3.859.0
Updated snapcraft.yml specification
3.3.808.0
Add enhancements related to KMS sessions
Add support for RHEL 8.10 & 9.4
Allow in-place upgrade for hybrid distributor packages
Fix idempotency not found error during agent startup
Fix bug that could cause unexpected behavior during parameter replacement in document
Gather metrics during agent version validation in Windows agent update
Make long sleep for onprem same as long sleep for EC2, and cap sleep time at 30 minutes for OnPrem instances
Migrated snap package builder from core18 to core22
Parse version from OS release file correctly when contains special chars
Suppress logs from the go-routine that checks the session manager's orchestration directory
Update go git dependency to v5.12.0
Update seelog config to have default time format with Milliseconds
Update TMP/TEMP env variable during windows installer launch in Updater
Upgrade GoLang to version 1.21.12
3.3.551.0
Agent updater attempts yum install/uninstall before falling back to attempt with rpm
Updated golang.org/x/net from v0.19.0 to v0.26.0
Upgrade GoLang to version 1.21.11
Add IPv6 addresses for NTP and EC2Config to default DenyList
Update Distributor to only use Systems Manager APIs to fetch package contents
3.3.484.0
Update SSM-Setup-CLI logs related to checksum validation of latest version
3.3.418.0
Upgrade go-github version from v8 to v61
Increase timeouts in SSM-Setup-CLI
Fix darwin build issue in SSM-Setup-CLI
Fix the command builder bug to handle space char in input value
Fix an inaccurate log when validating allowDowngrade parameter during Agent update
Signing SSM Agent vended Windows executables
3.3.380.0
Update AWS GO SDK to v1.51.20
3.3.337.0
Remove yum as package manager in linux install/uninstall script
Verify TrustedInstaller status before posting WindowsUpdate information in aws:softwareInventory plugin
3.3.217.0
Add alternative outputs for agent package generation scripts
Add support for Oracle 8.8 & 8.9, Rocky 8.8 & 8.9, AlmaLinux 8.8 & 8.9, and RHEL 8.9 & 9.3
Fix flaky integration test
Fix setup-cli error code for non English systems
Set IPR creds expiry to 30 mins for ssm agent worker
Switch installer package manager from rpm to yum on OSes that support yum
Upgrade GoLang to version 1.21.8
3.3.131.0
Add integration tests for control channel and data channel module
Remove data channel and control channel acknowledgement functionality in MGS Interactor
3.3.40.0
Fix issue to execute aws:updateSSMAgent plugin through aws:rundocument plugin
Update Messaging module to switch off ec2messages when ssmmessages connected successfully
Update SSM Agent Minor version from 3.2 to 3.3
3.2.2303.0
Add integration tests for control channel module
Revert data channel and control channel acknowledgement functionality in MGS Interactor
Update Greengrass component minor version to 1.2.4
3.2.2222.0
Upgrade minimum go version in go.mod file to go 1.19
Upgrade go-git package to v5.11.0
Fix for bad default manifest url when updating EC2Config
3.2.2143.0
Fixed plugin path traversal logic
Updated aws:application plugin default param
Fixed default param in psmodule
Upgraded GoLang to version 1.21.5
3.2.2086.0
Added Agent config to configure session logs destination
Added data channel acknowledgement functionalities
Added redirect handler and timeout for HTTP client
Added steps to verify aws-cli installation for domainJoin plugin
Added support for Ubuntu 23.04, Debian 11.7 & 12, and SUSE 15.5
Adjusted random number generator logic used to get filename in downloadContent plugin
Fixed Agent to gather application inventory from both rpm and dpkg package managers if present in Unix instances
Bump golang.org/x/crypto/ssh from 0.14.0 to 0.17.0
3.2.2016.0
Added telemetry for agent core in-proc executor usage
Added retries for Agent installation with snap on Greengrass
Added code to update Agent config to use only Onprem Identity in Greengrass
Added support for macOS 14 (Sonoma)
Added Onprem registration support using ssm-setup-cli
Fixed docker installation issues in aws:configureDocker plugin
Fix for document worker and session worker not logging when custom seelog configuration missing parameters
Updated allowed regex pattern in S3 URI
Update Agent IoT Greengrass component minor version
Updated SUSE version in Seamless Domain Join script
Updated Greengrass component workflow to get installed Agent version and update Agent only when the installed Agent version doesn't match with Greengrass component Agent version
Upgraded GoLang version that builds agent binaries with to 1.20.11
3.2.1798.0
Bump golang.org/x/net from 0.15.0 to 0.17.0
Upgraded GoLang to version 1.20.10
Fixing race condition in session datachannel unit test
3.2.1705.0
Updated MGS Interactor to send 'Failed' status on agentJob parsing error
Added error handling for Linux DomainJoin when service account credentials empty
Fix for panic scenario in when running aws:configureDocker plugin
Upgraded GoLang to version 1.20.8
Upgraded golang.org/x/net to v0.15.0
Added support for macOS 13 (Ventura)
3.2.1630.0
Fix credential retrieval retry logic in credential refresher
Reducing retrieval log level to debug in the credential refresher after more than 3 retrieval retries
Fix for EC2 credential retrieval errors not being propagated to the credential refresher
Fixing agent version input format validation
Fix downloadPlatformOverride for AlmaLinux
Fixed issue where removing seelog.xml file doesn't revert minimum log level back to INFO
Ignore non-audit files in audit folder
3.2.1542.0
Add aws:updateSSMAgent plugin support for Flatcar Linux
Add fix to resolve manifest url during agent update when using stable keyword
Fix multiple issues causing tight loops during IPC connection scenarios
Sign deb and rpm installer packages for Linux instances using new key
Use file based IPC by default for amazon-ssm-agent and ssm-agent-worker communication in Darwin
3.2.1478.0
Added fix to propagate exit code properly when command fails to start
Added control channel acknowledgement functionalities
Added flag to specify go version used for gosec and govulncheck in static analysis script
Added support for RHEL 8.7, 8.8, 9.1, 9.2
Added support for Rocky Linux 8.7, 9.0, 9.1, 9.2
Added support for Oracle Linux 8.7, 9.1, 9.2
Update go version to 1.20.7
3.2.1377.0
Stopped saving instance profile credentials to disk
Added static agent security scans to makefile
Updated Greengrass component minor version
3.2.1297.0
Added retries to snap uninstall call in setupcli
Fix for windows shutdown executable not found when compiled with golang1.19+
Fix to return correct Agent Job ID for ack after AgentJobParseError
Pass golang contexts for network calls in agent core to terminate cleanly
Remove credential file dependency in agent workers implemented in 3.2.x.x versions
Report MGS Connection Channel status to Health table
Update Dockerfile to use Golang image from ECR repository
3.2.1241.0
Get bucket region using signed HeadBucket request
Updated golang.org/x/net version to 0.10.0 and golang.org/x/crypto version to 0.9.0
Update go version to 1.19.10
3.2.1041.0
Add retry to handle stream data acknowledge messages
Support latest as a version in configurePackage plugin
Updated AWS GO SDK to v1.44.261 and disabled IMDSv1 fallback logic
Use IP address to connect to destination server in port session
3.2.985.0
Add Domain Join support for RHEL 8.7 and AL2022
Add Support to send aws:updateSSMAgent replies through MGS
Retrieve and set interface name dynamically in aws:domainJoin plugin for Ubuntu
3.2.923.0
Update Dockerfile Go version to 1.19
Add reporting of MGS connection status
Add support for updating to agent version marked stable
Add status code to MGS ack and send on message process failure
Update golangci-lint configuration
Add e2e tag to session shell tests
3.2.815.0
Add EC2 credential fallback for AssumeRoleUnauthorizedAccess error
Add CloudWatch log upload support for document and session worker
Add set-hostname support in domainjoin plugin for windows
Add wait time in Agent updater to avoid installation issues caused during reboots initiated by domainjoin plugin
Add support for AlmaLinux
Fix KeepHostName parameter without DNS IP address parameter in domainJoin plugin
Fix issue where carriage returns cause json conversion to fail in aws:softwareInventory plugin
Remove IMDS calls in Onprem during health check
Remove S3 global endpoint fallback logic
Update cli descriptions for registration parameters
Update go version to 1.19.6
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 6d51b767e0efef8ec7c603dcb46744853e6ed9b3
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Thu Dec 5 14:15:43 2024 +0100
alsa: Update to version 1.2.13
- Update from version 1.2.10 to 1.2.13
- alsa-lib, alsa-utils & alsa-ucm-conf all updated
- Update of rootfile
- Changelog
1.2.13
alsa-lib
Core
configure: do allow to use --with-pic for static build
configure: bumb version to 1.2.13pre1 (for alsa-utils)
github: use upload-artifacts(a)v4
src/Versions.in: Add the new snd_pcm_hw_params_get_sync for 1.2.13
seq: Add snd_seq_{get|set}_ump_is_midi1() API functions
seq: Add API functions to set different tempo base values
ump: Add a function to provide the packet word length of a UMP type
src/Versions.in: Add guards for sequencer and rawmidi syms
src/Versions.in: Add new seq / rawmidi functions for UMP
Control API
control: remap - clarify comments and docs
control: remap - fix copy-n-paste in _snd_ctl_remap_open's comment
Fix TLV dB parser in case of used container
control: Make ump_{endpoint|block}_info calls optional
PCM API
pcm: close - deactivate async handler before snd_pcm_drop()
pcm: dmix: Don't clear scpm->info flag
pcm: dmix: Fix resume with multiple instances
pcm: implement snd_pcm_hw_params_get_sync() and obsolete snd_pcm_info_get_sync()
RawMidi API
ump: Add a function to provide the packet word length of a UMP type
ump: Add descriptions for UMP RawMidi interface
ump: Fix doxygen error for snd_ump_endpoint_info_set_protocol()
ump: Add missing *_set variants for snd_ump_endpoint_info and snd_ump_block_info
Sequencer API
seq: Correct a typo in documentation
seq: Add snd_seq_{get|set}_ump_is_midi1() API functions
seq: Avoid strlcat()
seq: Fix wrong FB direction at snd_seq_create_ump_block()
seq: Add API functions to set different tempo base values
seq: Correct section descriptions for UMP
seq: Add description about MIDI 2.0 and UMP handling
seq: Add API helper functions for creating UMP Endpoint and Blocks
/src/Makefile.am
src/Versions.in: Add guards for sequencer and rawmidi syms
Async helpers
Fixes: 5600b901 ("async: snd_async_del_handler - move clear signal using sigaction as last")
Configuration
conf: fix snd_config_substitute (for src->parent)
Documentation
ump: Add descriptions for UMP RawMidi interface
Kernel Headers
Sync UAPI asound.h and asequencer.h with 6.12 kernel
pcm: implement snd_pcm_hw_params_get_sync() and obsolete snd_pcm_info_get_sync()
seq: Add snd_seq_{get|set}_ump_is_midi1() API functions
seq: Add API functions to set different tempo base values
MIDI 2.0 (UMP)
ump_msg: Add missing definition for Set Key Signature Message
ump_msg: Define types for UMP Mixed Data Set messages
ump_msg: Add a new helper snd_ump_get_byte()
ump_msg: Correct a typo in snd_ump_msg_flex_data_t definition.
ump: Add a function to provide the packet word length of a UMP type
ump_msg: Drop unsuitable comments
ump_msg: Add definitions for Utility, Stream and Flex Data messages
ump_msg: Fix the wrong snd_ump_msg_system_t argument in little-endian
ump: Add descriptions for UMP RawMidi interface
ump_msg.h: Fix doxygen comments
seq: Add API helper functions for creating UMP Endpoint and Blocks
ump: Add missing *_set variants for snd_ump_endpoint_info and snd_ump_block_info
Test/Example code
test: Add an example program to inquire UMP Endpoint and Block info
test: Add an example program to create a virtual UMP Endpoint
alsa-utils
Core
alsactl: 90-alsa-restore.rules - add support for AMD ACP digital microphone
configure: bumb required alsa-lib version to 1.2.13
github: use upload-artifacts(a)v4
configure: Drop unused conditionals
configure: Requires the latest ALSA-lib release 1.2.12
aplaymidi2: Add initial version
/seq/Makefile.am
aplaymidi2: Add initial version
ALSA Control (alsactl)
alsactl: 90-alsa-restore.rules - add support for AMD ACP digital microphone
alsactl: state: verify only control count not numids
alsactl: state: recode set_control() to use newer functions
aconnect
aconnect: Drop superfluous ifdefs
aconnect: Fix the indication of inactive ports
alsatplg (topology)
topology: Fix strcat() to uninitialized memory in
Topology: NHLT: Intel: SSP: Handle differences for ACE3.x
Topology: NHLT: Intel: SSP: Always set SSC0 Network mode
Topology: NHLT: Intel: SSP: Add support for blob format
topology: pre_process_create_items - remove useless class_id_local
topology: pre-processor: Introduce a new feature for subtree
Topology: NHLT: Intel: Fix compile warning in dmic-process.c
aplay/arecord
aplay: Print '=== PAUSE ===' only if it is supported
aplaymidi/arecordmidi
aplaymidi: Allow to pass 0 to -u option, too
aplaymidi: Drop ifdef for UMP support
aplaymidi2/arecordmidi2 (MIDI v2.0)
aplaymidi2: Use snd_ump_get_byte() helper
aplaymidi2: Add -a option to pass all UMP packets
aplaymidi2: Fix --silent option handling
arecordmidi2: Fix truncated text in meta data text handling
arecordmidi2: Add options to put meta data texts
arecordmidi2: Add --profile option
arecordmidi2: Add stdout output and --silent option
aplaymidi2: Add --silent option
Revert "arecordmidi2: Correct the MIDI FB direction"
aplaymidi2: Show meta data texts
arecordmidi2: Fix the tick in 1us tempo-base
arecordmidi2: Correct the MIDI FB direction
arecordmidi2: Start queue at starting the stream
arecordmidi2: Add passive mode and interactive mode
arecordmidi2: Add initial version
aplaymidi2: Add initial version
aseqdump
aseqdump: Add missing dump of UMP Set Key Signature Message
aseqdump: Add dump of UMP Mixed Data Set messages
aseqdump: Use snd_ump_get_byte() helper
aseqdump: Correct the limit of UMP 7-bit SysEx bytes
aseqdump: Avoid OOB access with broken SysEx UMP packets
aseqdump: Support of UMP 8-bit SysEx messages
aseqdump: Show SysEx prefix to UMP SysEx data dump
aseqdump: Check the -u option value properly
aseqdump: Drop ifdef for UMP support
aseqdump: Fix bogus velocity value output in UMP MIDI2 mode
aseqdump: Support of UMP Stream and Flex Data message types
aseqdump: Refactor UMP SysEx dump
aseqdump: Show UMP SysEx messages
aseqsend
change getopt_long return variable from char to int
aseqsend: Simplify using the standard helper function
aseqsend: Move snd_seq_set_client_midi_version() call out of main()
aseqsend: Refine man page
aseqsend: Update the help texts for long options
aseqsend: Support long options
aseqsend: Support UMP mode
aseqsend: Support realtime / system messages
aseqdump: White-space and slight code refactoring
gitcompile
gitcompile: restore ACLOCAL_FLAGS ability to use
alsa-ucm-conf
Core
bug: Fix verbose logging in GitHub Workflow
Configuration
USB-Audio: ALC4080 - change ID 26ce:0a08 to list multiple motherboards
USB-Audio: ALC4080: Add support for MSI MPG X870E CARBON (ID: 0db0:0b58)
USB-Audio: fix bracket location for If.motu-D828
USB-Audio: add missing bracket for If.motu-D828
USB-Audio: ALC4080 - add MSI X870 Tomahawk motherboard (ID 0db0:cd0e)
ucm2: MediaTek: mt8395-evk: Add headset jack detection
ucm2: MediaTek: mt8390-evk: Add headset jack detection
ucm2: MediaTek: mt8370-evk: Add headset jack detection
ucm2: MediaTek: mt8395-evk: Add dynamic configuration for
ucm2: MediaTek: mt8390-evk: Add dynamic configuration for
ucm2: MediaTek: mt8370-evk: Add dynamic configuration for
USB-Audio: ALC4080 - add ASRock X870E Taichi (ID 26ce:0a0b)
ucm2: Qualcomm: sm8650-qrd: fix codec initialisation
ucm2: Qualcomm: sm8650-mtp: fix codec initialisation
ucm2: Qualcomm: sm8550-hdk: fix codec initialisation
Revert "ucm2: Qualcomm: x1e80100: add USB DisplayPort
acppdmmach: add support for ACP 7.0
sof-soundwire: Add sequence for controlling Mic Mute LED
sof-soundwire: Change map control names to make them unique and user friendly
rt722: add mic led support
ucm2: wsa884x: fix typo in mixer names
ucm2: USB-Audio: add Steinberg UR22C (USB0499:172f)
USB-Audio: Add Roland Bridge Cast V2
ucm2: sof-soundwire: add RT1320 amplifier
ucm2: sof-soundwire: add rt712 VA device
USB-Audio: Add support for Focusrite 4th Gen devices
ucm2: Intel: avs_nau8825 - reuse configurations
ucm2: Intel: avs: Add UCM files for HDMI configuration
ucm2: Intel: avs: Add UCM files for ssm4567 configuration
ucm2: Intel: avs: Add UCM files for rt5663 configuration
ucm2: Intel: avs: Add UCM files for rt5514 configuration
ucm2: Intel: avs: Add UCM files for nau8825 configuration
ucm2: Intel: avs: Add UCM files for max98927 configuration
ucm2: Intel: avs: Add UCM files for max98373 configuration
ucm2: Intel: avs: Add UCM files for max98357a configuration
ucm2: Intel: avs: Add UCM files for da7219 configuration
ucm2: Intel: avs: Add UCM files for DMIC configuration
ucm2: sof-soundwire: Use the HdmiDevice macro for hdmi device creation
ucm2: Intel/sof-hda-dsp: Use the HdmiDevice macro for
ucm2: common: pcm: hdmi: Add new macro to conditionally
USB-Audio: Add support for Motu 828
common: pcm/split: add support up to 32 / 8 channels
USB-Audio: Add support for MOTU Ultralite mk5
Qualcomm: Add SM8550 HDK HiFi config
codes: wcd938x: Add Analog Microphones 1 & 5 Sequences
USB-Audio: Add 0582:01d8 BOSS Katana HEAD MkII support
USB-Audio: Add support for Solid State Labs SSL 2+
ucm2/conf.d: add symlink for Qualcomm DB820c
ucm2: Qualcomm: x1e80100: add Headset capture
ucm2: codecs: wcd938x: correct 'cset' command
ucm2: Qualcomm: x1e80100: add USB DisplayPort playback
USB-Audio: ALC4080: Add 0db0:543d MSI TRX40 Pro 10G
sof-soundwire: Add support for cs42l43/cs35l56 bridge configuration
sof-soundwire: Add missing match for cs42l43 speakers
sof-hda-dsp: Fix the case where sysfs dmi sys_vendor attribute is not set
1.2.12
alsa-lib
Core
GitHub Actions: Use actions/checkout(a)v4
pcm: plug - add automatic conversion for iec958 subframe samples
PCM API
pcm: extend doc for snd_pcm_hw_params_get_sbits()
pcm: clarify and fix default sbits (msbits) value for all formats
pcm: ladspa - Skip missing ladspa directories
pcm: snd_pcm_(physical_)format_width() - change documentation
pcm: plug - add automatic conversion for iec958 subframe samples
PCM Plugin API
pcm: plug - add automatic conversion for iec958 subframe samples
Topology API
topology: correct version script path
Use Case Manager API
use-case.h: add DisplayPort to HDMI device description
ucm: doc - add Variant and Macro to the evaluation order
ucm: define and describe Syntax 7
ucm: raise error when macro argument is already defined (used)
ucm: do argument value substitution for Macros
ucm: fix Path condition - substitute Path
ucm: fix Path condition - substitute Path and Mode fields
Async helpers
async: snd_async_del_handler - move clear signal using sigaction as last
Configuration
conf: aliases: hdmi: Include unconditionally the
conf: USB-Audio: Add Corsair HS60 Pro to the IEC958 blacklist
conf: USB-Audio: Add more Scarlett devices to the IEC958 blacklist
Test/Example code
tests: latency.c - fix copy-n-paste typos (sw -> hw params) in error messages
alsa-utils
Core
aseqsend: initial version
chore: Use actions/checkout(a)v4
/seq/Makefile.am
aseqsend: initial version
ALSA Control (alsactl)
alsactl: don't free a card pointing NULL
alsa-info.sh
alsa-info.sh: log SoundWire devices reported in ACPI
alsamixer
alsamixer: fix calculation in set_normalized_volume (overflow)
alsatplg (topology)
topology: nhlt: Intel: Improve all error prints
topology: nhlt: Intel: Clear DMIC BFTH bits for version
topology: nhlt: Intel: Add check for DMIC version
aplay/arecord
aplay: fix S24_LE wav header
aseqdump
aseqdump: Add dump for UMP Utility and System messages
aseqsend
aseqsend: initial version
alsa-ucm-conf
Configuration
sof-soundwire: fix missing MultiCodec1 initialization and Empty condition
UCM2: Intel: sof-hda-dsp: Control SOF processing from UCM
UCM2: SOF: Add example blobs customization for AAEON
UCM2: Add sample SOF processing configuration blobs
codecs: qcom-lpass/tx-macro: Move TX1 MODE ctrl to
ucm2: codecs: wcd937x: add codec sequences
ucm2: soundwire: add rt722 SDCA device
ucm2: Qualcomm: x1e80100: add recording via DMIC01
ucm2: sof-soundwire: Create ALSA config file for hdmi:
ucm2: Intel/sof-hda-dsp: Create ALSA config file for
ucm2: common: pcm: Add hdmi.conf to handle the creation
sof-soundwire: Add basic support for cs42l43's speaker
qcom: sdm845: MM1: enable jack detection
qcom: sdm845: MM1: use analog volume controls instead of
ucm2: Qualcomm: x1e80100: correct headphones
ucm2: Qualcomm: x1e80100: add number of channels
Add support for Coachz with HDMI disabled
USB-Audio: ALC4080: Add support for MSI MEG Z790 Ace
ucm2: MediaTek: mt8195-sof: Add support for Tomato RT5682s
sof-soundwire: rt1316/rt1318 - fix channel selection for one amp
sof-soundwire: rt1308: Fix single amp configuration
sof-soundwire: fix rt1318 config copy-n-paste error in rt1318spk macro
sof-soundwire: fix rt1318 config typo in rt1318spk macro
USB-Audio: ALC4080: add 0b05:1af1 ASUS ROG Strix Z790-A Gaming Wifi II
1.2.11
alsa-lib
Core
src/Versions.in: Add guards for pcm and timer syms
src/Versions.in: Add guards for opt. alisp symbols
configure.ac: Update AC_OUTPUT() function
configure: bumb version to 1.2.11pre1 (for aplay/alsa-utils)
seq: Fix typos in symbol version definitions
global.h: move __STRING() macro outside !PIC ifdef block
gitcompile: Add static build
Control API
control: remap - fix the endless loop in remap_numid_child_new()
reshuffle included files to include config.h as first - v2
control.h: Fix ump header file detection
Mixer API
mixer: simple: Support dB TLVs for CTL_SINGLE controls
Mixer Abstraction API
headers: avoid c++ keyword
PCM API
pcm: document interaction of drain silence and sw silence
pcm: route plugin: allocate temporary array on stack only one time
pcm: sofvol plugin: fix signed overflow
pcm: documentation improvement mostly regarding samples and frames
pcm: handle start_treshold in snd_pcm_write_areas more robustly
pcm: plug plugin - fast_ops may be changed when sw_params are set
pcm: fix the documentation for snd_pcm_poll_descriptors again
pcm: clarify documentation of poll descriptor usage
pcm: clarify documentation on some hw params related functions
pcm: Fix incompatible-pointer-type warnings
pcm: Add MSBITS subformat options
pcm: Introduce snd_pcm_subformat_value()
pcm: Fix segfault with 32bit libs
RawMidi API
reshuffle included files to include config.h as first - v2
Sequencer API
seq: Add snd_seq_ump_ev_clear()
seq: Check protocol compatibility with the current version
seq: Simplify snd_seq_extract_output()
seq: Clear UMP event flag for legacy apps
seq: Fix invalid sanity-check in snd_seq_set_input_buffer_size()
reshuffle included files to include config.h as first - v2
Topology API
topology: fix Versions file
add back Versions source file to EXTRA_DIST to fix packaging
topology: separate Versions linker script
/src/Makefile.am
add back Versions source file to EXTRA_DIST to fix packaging
src/Versions.in: Add guards for pcm and timer syms
src/Versions.in: Add guards for opt. alisp symbols
ALSA Server
aserver: fix buffer overwriting
Configuration
conf: pcm: Set C-Media USB 7.1 sound card (ICUSBAUDIO7D) to six_channel for surround40
Filename helpers
reshuffle included files to include config.h as first - v2
Kernel Headers
pcm: Add MSBITS subformat options
alsa-utils
Core
configure.ac: fix UMP support detection
github: Try to fix the build with the release tag
ALSA Control (alsactl)
alsactl: fix potential buffer overwrite
alsa-restore.rules: use devnode instead number atribute
ALSA RawMidi Utility (amidi)
amidi: use ATTRIBUTE_UNUSED instead remove argument name
Audio Transfer utility
axfer: use ATTRIBUTE_UNUSED instead remove argument name
NHLT ACPI parser
nhlt-dmic-info: fix simple memory leak issue
misc: fix incorrect usages of `strerror`
Revert "nhlt-dmic-info.c: include sys/types.h"
nhlt: use stdint.h types
nhlt-dmic-info.c: include sys/types.h
Speaker Test
speaker-test: Use smaller periods in the default settings
speaker-test: Add bandwidth-limited pink noise at -18.5dB AES FS Based
aconnect
seq: use ATTRIBUTE_UNUSED instead remove argument name
alsaloop
alsaloop: use ATTRIBUTE_UNUSED instead remove argument name
alsatplg (topology)
topology: Fix one character typo in code comments
topology: Expand attribute references inside $[] expressions
topology: nhlt: Fix dmic configuration blob building
topology: nhlt: fix simple memory leak
misc: fix incorrect usages of `strerror`
nhlt: Revert SSP_ANALOG device_type field
topology: add include for ENABLE_NLS on musl
topology: pre-processor: Add support for enum controls
topology: include locale.h
topology: use ATTRIBUTE_UNUSED instead remove argument name
alsaucm
misc: fix incorrect usages of `strerror`
alsaucm: use ATTRIBUTE_UNUSED instead remove argument name
aplay/arecord
aplay: status dumps are called only in verbose mode
aplay: enable timestamps by default
aplay: log pcm status before reporting a fatal error
aplay: allow to compile with older alsa-lib (subformat)
aplay: Add option for specifying subformat
aplay: fix buffer overflow and tainted format string
aplay: use stdint.h types instead u_int/u_short/u_char
aplaymidi/arecordmidi
aplaymidi: Set event completely for tempo event
seq: use ATTRIBUTE_UNUSED instead remove argument name
aseqdump
seq: use ATTRIBUTE_UNUSED instead remove argument name
aseqnet
seq: use ATTRIBUTE_UNUSED instead remove argument name
bat (basic audio tester)
bat: really skip analysis of the first period and update related comment
bat: use ATTRIBUTE_UNUSED instead remove argument name
alsa-ucm-conf
Configuration
ucm2: acp3x-es83xx: introduce UCM support for acp3x-es83xx
Qualcomm: Add SM8650 MTP HiFi config
Qualcomm: Add SM8650 QRD HiFi config
codecs: qcom-lpass/tx-macro: Add Soundwire Analog
codecs: wcd939x: Add wcd939x configs
codecs: wsa884x: add two-speakers DefaultEnableSeq.conf
USB-Audio: ALC4080: Add support for MSI MPG B650 Carbon Wifi
ucm: MediaTek: mt8395-evk: Add HDMIRX config
USB-Audio: ALC4080: Add support for Asus ROG Maximus Z790 Apex Encore motherboard (0b05:1a97)
ucm2: Qualcomm: Lenovo-X13s: reduce default headphones volume further
ucm2: conf.d: mt8370-evk: Fix the type of mt8370-evk.conf
sof-soundwire: Add basic support for cs42l43
ucm2: MediaTek: mt8370-evk: Add alsa-ucm support
ucm2: MediaTek: mt8395-evk: Add alsa-ucm support
ucm2: MediaTek: mt8390-evk: Add alsa-ucm support
ucm2: Qualcomm: sc8280xp: rename include identifier
ucm2: Qualcomm: Lenovo-X13s: reduce default headphones volume
ucm2: Qualcomm: sc8280xp/x1e80100: fix default volume settings
ucm2: Qualcomm: x1e80100: fix hardware volume control
ucm2: Qualcomm: sc8280xp: fix hardware volume control
USB-Audio: Fix ProfileName for HeadphonesOnly for Topping DX3 Pro+
USB-Audio: Move Topping DX3 Pro+ config to Common/Headphones
USB-Audio: Add UCM2 configuration for Topping DX3 Pro+
USB-Audio: move zedi10 block to follow USB ID sort order
USB-Audio: Add support for Solid State Labs SSL 2
USB-Audio: add MOTU M6 config
USB-Audio: fix comment in MOTU M4 config
USB-Audio: ALC4080: Add MSI MEG Z690 ACE support (0db0:124b)
USB-Audio: ALC4080 - disable S/PDIF for 0db0:36e7 (MSI MPG B650I EDGE WIFI)
Initialise AIF2 ADC Stereo Capture Route
Documentation: Add ucm URL
ucm2: Qualcomm: x1e80100: add Qualcomm X1E80100 CRD
ucm2: codecs: wsa-macro: add 2xWSA arrangements
ucm2: codecs: wsa884x: add codec sequences
sof-soundwire: Add basic support for basic cs35l56 configurations
sof-soundwire: Use one file for speaker codec initialization
acp5x: add Stream Deck OLED Model
Arturia Minifuse 4: Use forced S32_LE format like for Minifuse 1 and 2
USB-Audio: ALC4080: Fix S/PDIF for 0b05:1a5c
USB-Audio: ALC4080: Fix S/PDIF for 0b05:1a53
USB-Audio: ALC4080: add MPG Z590M GAMING EDGE WIFI
bytcr-wm5102: Add support for different microphone routes
bytcr-wm5102: Add support for speakers connected to HPOUT2
chtnau8824: Mono speaker fixes
codecs/es8316: Fix mono speaker settings from previous boot getting applied
ucm2: acpd7219m98357: Use common da7219 BootSequence
ucm2: add acpd7219m98357
ucm2: soundwire: add rt713 SDCA device
Add UCM2 configuration for Behringer UMC404HD
ucm2: acp3xalc5682m98: Add priority values
ucm2: acp3xalc5682m98: Add JackControls
meson: add initial libretech cc support
meson: add initial p241 support
Add a config for the Allen & Heath Zedi 10 mixer.
Roland/BridgeCast - adjust capture priority for input channels
Roland/BridgeCast - adjust new input channels after latest FW update
Roland/BridgeCast - config, improve config title
Roland Bridgecast - add missing intermediate config file
ucm2: codecs: lpass-rx: use set Digital gain at 0dB
ucm2: codecs: lpass-wsa: use set Digital gain at 0dB
ucm2: Qualcomm: sc8280xp: use Speakers volume control
ucm2: codecs: wsa883x: add Speakers Volume in init conf
ucm2: codecs: wcd938x: use Analog volume for HeadPhones
SplitPCM: Device argument may not be set
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit d7117ebfd7dbecf40463c62f640799821f368fd8
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Wed Dec 18 08:09:37 2024 +0100
core191: ship libtool
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 105d75f2f8d274e580e7d56d5b71d044929a2717
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Wed Dec 4 14:15:41 2024 +0100
libtool: Update to version 2.5.4
- Update from version 2.4.7 to 2.5.4
- Update of rootfile
- Update of patch vgersion number
- Changelog
2.5.4
** New features:
- New libtool command line flag, --no-finish, to skip executing
finish_cmds that would alter the shared library cache during testing.
- New libtool command line flag, --reorder-cache=DIRS, to reorder the
shared library cache, only on OpenBSD.
** Bug fixes:
- Fix incorrect use of workarounds designed for Darwin versions that
don't have -single_module support.
- Fix errors when executing 'make distclean' and 'make maintainer-clean'.
- Fix bug where the constructed rpath omit directories, instead of
appending them to the end.
- Fix configure error for when variable 'multlib' is unset.
- Fix searching for -L in link paths being over-greedy and incorrectly
handling paths with -L in them.
- Avoid using AC_TRY_EVAL macro, "dangerous and undocumented".
- Fix linking libraries at runtime with tcc by adding run path.
- Fix path comparison by removing trailing slashes on install commands.
- Fix linking for mingw with lld by prefering response files over the
linker script.
- Fix '-Fe' usage with linking in MSVC.
- Fix '--no-warnings' flag.
- Fix handling xlc(1)-specific options.
- Fix Haiku support.
** Changes in supported systems or compilers:
- Support additional flang-based compilers, 'f18' and 'f95'.
- Support for 'netbsdelf*-gnu'.
- Support for '*-mlibc', and subsequently Ironclad and Managarm.
- Support for SerenityOS.
- Support for wasm32-emscripten.
2.5.3
** New features:
- Add 'aarch64' support to the file magic test, which allows for
shared libraries to be built with Mingw for aarch64.
** Bug fixes:
- The configure options --with-pic and --without-pic have been renamed
to --enable-pic and --disable-pic, respectively. The old names
--with-pic and --without-pic are still supported, though, for
backward compatibility.
- The configure option --with-aix-soname has been renamed to
--enable-aix-soname. The old name --with-aix-soname is still
supported, though, for backward compatibility.
- Fix conflicting warnings about AC_PROG_RANLIB.
- Document situations where -export-symbols does not work.
- Update FSF office address with URL in each file's license block.
- Add checks for aclocal in standalone.at and subproject.at test files
that report failures in Linux From Scratch and Darwin builds.
2.5.2
** Bug fixes:
- Use shared objects built in source tree instead of the installed
versions for more reliable testing.
- Fix test in bug_62343.at for confirmed Cygwin/Mingw32 where the
incorrect architecture version of a compiler was generating
object files that could not be linked with a library file.
- Fix typos found with codespell.
** Changes in supported systems or compilers:
- Add support for 32-bit mode on FreeBSD/powerpc64.
2.5.1
** New features:
- Support C++17 compilers in the C++ tests.
- Add sysroot to library path for cross builds.
** Important incompatible changes:
- Autoconf 2.64 is required for libtool.m4 to use AS_VAR_APPEND.
** Bug fixes:
- Fix for uninitialized variable in libtoolize.
- Skip Fortran/C demo tests when using Clang with fsanitize to
avoid an incompatible ASan runtime.
- Updated documentation for testing.
- Fix failing test to account for program-prefix usage.
- Replaced a deprecated macro to remove warning messages in the
testsuite logs.
- Fix number of arguments for AC_CHECK_PROG call.
- Fix test failures with no-canonical-prefixes flag by checking
if the flag is supported first.
- Fix test failures with no-undefined flag by checking host OS
before appending the flag.
- Skip test when passing CXX flags through libtool to avoid test
failure on NetBSD.
- Remove texinfo warning for period in node name of pxref.
- Alter syntax in sed command to fix numerous test failures
on 64-bit windows/cygwin/mingw.
- Fix 'Wstrict-prototypes' warnings.
- Correct DLL Installation Path for mingw multilib builds.
- Fix '--preserve-dup-deps' stripping duplicates.
- Disable chained fixups for macOS, since it is not compatible with
'-undefined dynamic_lookup'.
** Changes in supported systems or compilers:
- Support additional flang-based compilers, 'flang-new' and 'ftn'.
2.5.0
** New features:
- Pass '-fdiagnostics-color', '-frecord-gcc-switches',
'-fno-sanitize*', '-Werror', and 'prefix-map' flags.
- Pass the '-no-canonical-prefixes' linker flag.
- Pass '-fopenmp=*' for Clang to allow choosing between libgomp and
libomp.
- Pass '-shared-libsan', '-static-libsan', 'rtlib=*', and
'unwindlib=*' for Clang.
- Expanded process.h inclusion on Windows for more than the
proprietary MSVC compiler. Other alternative Windows compilers
also require process.h.
- Pass 'elf32_x86_64' and 'elf64_x86_64' to the linker on hurd-amd64.
- Recognize *-*-windows* config triplets.
** Important incompatible changes:
- Removed test_compile from command line options.
- By default executables are created with the RUNPATH property for
the Android linker. RUNPATH works for libraries which are not
installed in system locations.
- Removed AC_PROG_SED fallback, as the macro has been supported
in Autoconf since the 90's.
** Bug fixes:
- Check for space after -l, -L, and -R linker flags.
- Updated documentation for tests, the demo directory, and
elsewhere.
- Fixed Solaris 11 builds.
- Clean trailing "/" from sysroot path.
- Fixed shared library builds for System V.
- Added mingw to the list of systems not requiring libm.
- Fixed support for nios2 systems.
- Fixed linker check for '--whole-archive' support for linkers other
than ld.
- Use -Fe instead of -o with MSVC to avoid deprecation warnings.
- Improved reproducibility of libtool scripts.
- Avoided MinGW warning by adding CRTIMP.
- Improved grep portability.
- Fixed cross-building warnings when checking for file.
** Changes in supported systems or compilers:
- Removed support for bitrig (*-*-bitrig*).
- Added support for flang (Fortran LLVM-based) compilers.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit c0a385a0ca354bfb81d6c0a19ca81d5a296eb217
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Wed Dec 4 14:15:40 2024 +0100
c-ares: Update to version 1.34.3
- Update from version 1.32.1 to 1.34.3
- Update of rootfile
- Changelog
1.34.3
Changes:
Build the release package in an automated way so we can provide provenance
as per SLSA3. PR #906
Bugfixes:
Some upstream servers are non-compliant with EDNS options, resend queries
without EDNS. Issue #911
Android: <=7 needs sys/system_properties.h a70637c
Android: CMake needs -D_GNU_SOURCE and others. PR #915
TSAN warns on missing lock, but lock isn’t actually necessary. PR #915
ares_getaddrinfo() for AF_UNSPEC should retry IPv4 if only IPv6 is
received. 765d558
ares_send() shouldn’t return ARES_EBADRESP, its ARES_EBADQUERY. 91519e7
Fix typos in man pages. PR #905
1.34.2
This release contains a fix for downstream packages detecting the c-ares
version based on the contents of the header file rather than the distributed
pkgconf or cmake files.
1.34.1
This release fixes a packaging issue.
1.34.0
Features:
adig: read arguments from adigrc. PR #856
Add new pending write callback optimization via ares_set_pending_write_cb.
PR #857
New function ares_process_fds(). PR #875
Failed servers should be probed rather than redirecting queries which
could cause unexpected latency. PR #877
adig: rework command line arguments to mimic dig from bind. PR #890
Add new method for overriding network functions
ares_set_socket_function_ex() to properly support all new functionality.
PR #894
Fix regression with custom socket callbacks due to DNS cookie support.
PR #895
ares_socket: set IP_BIND_ADDRESS_NO_PORT on ares_set_local_ip* tcp sockets
PR #887
URI parser/writer for ares_set_servers_csv()/ares_get_servers_csv(). PR #882
Changes:
Connection handling modularization. PR #857, PR #876
Expose library/utility functions to tools. PR #860
Remove ares__ prefix, just use ares_ for internal functions. PR #872
Bugfixes:
fix: potential WIN32_LEAN_AND_MEAN redefinition. PR #869
Fix googletest v1.15 compatibility. PR #874
Fix pkgconfig thread dependencies. PR #884
1.33.1
Bugfixes:
Work around systemd-resolved quirk that returns unexpected codes for
single label names. Also adds test cases to validate the work around
works and will continue to work in future releases. PR #863, See Also
systemd/systemd#34101
Fix sysconfig ndots default value, also adds containerized test case to
prevent future regressions. PR #862
Fix blank DNS name returning error code rather than valid record for
commands like: adig -t SOA .. Also adds test case to prevent future
regressions. 9e574af
Fix calculation of query times > 1s. 2b2eae7
Fix building on old Linux releases that don’t have TCP_FASTOPEN_CONNECT.
b7a89b9
Fix minor Android build warnings. PR #848
1.33.0
Features:
Add DNS cookie support (RFC7873 + RFC9018) to help prevent off-path cache
poisoning attacks. PR #833
Implement TCP FastOpen (TFO) RFC7413, which will make TCP reconnects 0-RTT
on supported systems. PR #840
Changes:
Reorganize source tree. PR #822
Refactoring of connection handling to prevent code duplication. PR #839
New dynamic array data structure to prevent simple logic flaws in array
handling in various code paths. PR #841
Bugfixes:
ares_destroy() race condition during shutdown due to missing lock. PR #831
Android: Preserve thread name after attaching it to JVM. PR #838
Windows UWP (Store) support fix. PR #845
1.32.3
Changes:
Prevent complex recursion during query requeuing and connection cleanup
for stability. e8b32b8
Better propagate error codes on requeue situations. a9bc0a2
Try to prevent SIGPIPE from being generated and delivered to integrations.
de01baa
Bugfixes:
Missing manpage for ares_dns_record_set_id() aa462b3
Memory leak in ares__hosts_entry_to_hostent() due to allocation strategy.
PR #824
UDP write failure detected via ICMP unreachable should trigger faster
failover. PR #821
Fix pycares test case regression due to wrong error code being returned.
Regression from 1.31.0. PR #820
Fix possible Windows crash during ares_destroy() when using event threads.
5609bd4
ARES_OPT_MAXTIMEOUTMS wasn’t being honored in all cases. a649c60
1.32.2
Bugfixes:
Windows: rework EventThread AFD code for better stability. PR #811
Windows: If an IP address was detected to have changed, it could lead to a
crash due to a bad pointer. Regression introduced in 1.31.0. 59e3a1f4
Windows: use QueryPerformanceCounters() instead of GetTickCount64() for
better time accuracy (~15ms -> ~1us). 8a50fc6c
Windows 32bit config change callback needs to be tagged as stdcall
otherwise could result in a crash. 5c2bab35
Tests that need accurate timing should not depend on internal symbols as
there are C++ equivalents in std::chrono. PR #809
Kqueue (MacOS, *BSD): If the open socket count exceeded 8 (unlikely), it
would try to allocate a new buffer that was too small. 5aad7981
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 6c2ac08627c289ce2e5d8b00dfac16a5d81ebc85
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Wed Dec 18 08:07:01 2024 +0100
gdb: rootfile update for aarch64
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/ipblocklist/sources | 6 +
config/rootfiles/common/aarch64/gdb | 3 +
config/rootfiles/common/libtool | 2 +-
config/rootfiles/core/191/filelists/files | 2 +
.../{oldcore/143 => core/191}/filelists/libtool | 0
.../{oldcore/125 => core/191}/filelists/sqlite | 0
config/rootfiles/core/191/update.sh | 6 +-
config/rootfiles/packages/aarch64/samba | 3 +
config/rootfiles/packages/alsa | 278 +++++++-
config/rootfiles/packages/aws-cli | 713 +++++++++++++++++++--
config/rootfiles/packages/c-ares | 9 +-
config/rootfiles/packages/libtalloc | 2 +-
config/rootfiles/packages/riscv64/samba | 5 +-
config/rootfiles/packages/x86_64/samba | 3 +
config/suricata/suricata.yaml | 10 +-
config/zabbix_agentd/userparameter_ipfire.conf | 10 +-
doc/language_issues.de | 1 +
doc/language_issues.en | 1 +
doc/language_issues.es | 1 +
doc/language_issues.fr | 1 +
doc/language_issues.it | 1 +
doc/language_issues.nl | 1 +
doc/language_issues.pl | 1 +
doc/language_issues.ru | 1 +
doc/language_issues.tr | 1 +
doc/language_missings | 8 +
html/cgi-bin/connections.cgi | 11 +-
html/cgi-bin/vpnmain.cgi | 8 +-
langs/en/cgi-bin/en.pl | 1 +
langs/fr/cgi-bin/fr.pl | 16 +-
lfs/alsa | 16 +-
lfs/amazon-ssm-agent | 8 +-
lfs/aws-cli | 8 +-
lfs/c-ares | 6 +-
lfs/cifs-utils | 10 +-
lfs/dnsdist | 6 +-
lfs/libtalloc | 10 +-
lfs/libtool | 8 +-
lfs/monit | 6 +-
lfs/samba | 6 +-
lfs/sqlite | 4 +-
lfs/zabbix_agentd | 8 +-
make.sh | 4 +-
src/initscripts/system/functions | 21 +-
...tool-2.5.4-correct-libtoolize.in-shebang.patch} | 0
tests/lib.sh | 2 +-
.../system/functions/data/2_output_stderr | 8 +-
tests/src/initscripts/system/functions/test.sh | 2 +-
tests/src/initscripts/system/functions/test2.sh | 2 +-
49 files changed, 1092 insertions(+), 148 deletions(-)
copy config/rootfiles/{oldcore/143 => core/191}/filelists/libtool (100%)
copy config/rootfiles/{oldcore/125 => core/191}/filelists/sqlite (100%)
mode change 100755 => 100644 html/cgi-bin/vpnmain.cgi
rename src/patches/{libtool-2.4.7-correct-libtoolize.in-shebang.patch => libtool-2.5.4-correct-libtoolize.in-shebang.patch} (100%)
Difference in files:
diff --git a/config/ipblocklist/sources b/config/ipblocklist/sources
index c2fc40d5b..158c8bc20 100644
--- a/config/ipblocklist/sources
+++ b/config/ipblocklist/sources
@@ -61,6 +61,12 @@ our %sources = ( 'EMERGING_FWRULE' => { 'name' => 'Emerging Threats Blocklis
'parser' => 'dshield',
'rate' => '1h',
'category' => 'attacker' },
+ 'FEODO_RECOMMENDED'=> {'name' => 'Feodo Trojan IP Blocklist (Recommended)',
+ 'url' => 'https://feodotracker.abuse.ch/downloads/ipblocklist_recommended.txt',
+ 'info' => 'https://feodotracker.abuse.ch/blocklist',
+ 'parser' => 'ip-or-net-list',
+ 'rate' => '5m',
+ 'category' => 'c and c' },
'CIARMY' => { 'name' => 'The CINS Army List',
'url' => 'https://cinsscore.com/list/ci-badguys.txt',
'info' => 'https://cinsscore.com/#list',
diff --git a/config/rootfiles/common/aarch64/gdb b/config/rootfiles/common/aarch64/gdb
index 95e645541..1394a2fd1 100644
--- a/config/rootfiles/common/aarch64/gdb
+++ b/config/rootfiles/common/aarch64/gdb
@@ -19,6 +19,7 @@
#usr/share/gdb/python/gdb/command/__init__.py
#usr/share/gdb/python/gdb/command/explore.py
#usr/share/gdb/python/gdb/command/frame_filters.py
+#usr/share/gdb/python/gdb/command/missing_debug.py
#usr/share/gdb/python/gdb/command/pretty_printers.py
#usr/share/gdb/python/gdb/command/prompt.py
#usr/share/gdb/python/gdb/command/type_printers.py
@@ -54,6 +55,7 @@
#usr/share/gdb/python/gdb/function/as_string.py
#usr/share/gdb/python/gdb/function/caller_is.py
#usr/share/gdb/python/gdb/function/strfns.py
+#usr/share/gdb/python/gdb/missing_debug.py
#usr/share/gdb/python/gdb/printer
#usr/share/gdb/python/gdb/printer/__init__.py
#usr/share/gdb/python/gdb/printer/bound_registers.py
@@ -70,6 +72,7 @@
#usr/share/gdb/syscalls/freebsd.xml
#usr/share/gdb/syscalls/gdb-syscalls.dtd
#usr/share/gdb/syscalls/i386-linux.xml
+#usr/share/gdb/syscalls/loongarch-linux.xml
#usr/share/gdb/syscalls/mips-n32-linux.xml
#usr/share/gdb/syscalls/mips-n64-linux.xml
#usr/share/gdb/syscalls/mips-o32-linux.xml
diff --git a/config/rootfiles/common/libtool b/config/rootfiles/common/libtool
index 86ffb7fba..0ab9b9fd0 100644
--- a/config/rootfiles/common/libtool
+++ b/config/rootfiles/common/libtool
@@ -8,7 +8,7 @@
#usr/lib/libltdl.la
#usr/lib/libltdl.so
usr/lib/libltdl.so.7
-usr/lib/libltdl.so.7.3.2
+usr/lib/libltdl.so.7.3.3
#usr/share/aclocal/libtool.m4
#usr/share/aclocal/ltargz.m4
#usr/share/aclocal/ltdl.m4
diff --git a/config/rootfiles/core/191/filelists/files b/config/rootfiles/core/191/filelists/files
index b6dea7f6b..282ac8891 100644
--- a/config/rootfiles/core/191/filelists/files
+++ b/config/rootfiles/core/191/filelists/files
@@ -1,2 +1,4 @@
+srv/web/ipfire/cgi-bin/connections.cgi
srv/web/ipfire/cgi-bin/dnsforward.cgi
srv/web/ipfire/cgi-bin/services.cgi
+srv/web/ipfire/cgi-bin/vpnmain.cgi
diff --git a/config/rootfiles/core/191/filelists/libtool b/config/rootfiles/core/191/filelists/libtool
new file mode 120000
index 000000000..54f5666f8
--- /dev/null
+++ b/config/rootfiles/core/191/filelists/libtool
@@ -0,0 +1 @@
+../../../common/libtool
\ No newline at end of file
diff --git a/config/rootfiles/core/191/filelists/sqlite b/config/rootfiles/core/191/filelists/sqlite
new file mode 120000
index 000000000..4ea569766
--- /dev/null
+++ b/config/rootfiles/core/191/filelists/sqlite
@@ -0,0 +1 @@
+../../../common/sqlite
\ No newline at end of file
diff --git a/config/rootfiles/core/191/update.sh b/config/rootfiles/core/191/update.sh
index 6e057e485..a2d61ec52 100644
--- a/config/rootfiles/core/191/update.sh
+++ b/config/rootfiles/core/191/update.sh
@@ -36,14 +36,10 @@ done
# Extract files
extract_files
-# Remove any entry for FEODO_RECOMMENDED, FEODO_IP or FEODO_AGGRESSIVE from the ipblocklist
+# Remove any entry for FEODO_IP or FEODO_AGGRESSIVE from the ipblocklist
# modified file and the associated ipblocklist files from the /var/lib/ipblocklist directory
-sed -i '/FEODO_RECOMMENDED=/d' /var/ipfire/ipblocklist/modified
sed -i '/FEODO_IP=/d' /var/ipfire/ipblocklist/modified
sed -i '/FEODO_AGGRESSIVE=/d' /var/ipfire/ipblocklist/modified
-if [ -e /var/lib/ipblocklist/FEODO_RECOMMENDED.conf ]; then
- rm /var/lib/ipblocklist/FEODO_RECOMMENDED.conf
-fi
if [ -e /var/lib/ipblocklist/FEODO_IP.conf ]; then
rm /var/lib/ipblocklist/FEODO_IP.conf
fi
diff --git a/config/rootfiles/packages/aarch64/samba b/config/rootfiles/packages/aarch64/samba
index cb7407504..c4e585d1d 100644
--- a/config/rootfiles/packages/aarch64/samba
+++ b/config/rootfiles/packages/aarch64/samba
@@ -229,6 +229,7 @@ usr/lib/python3.10/site-packages/samba/dcerpc/netlogon.cpython-310-aarch64-linux
usr/lib/python3.10/site-packages/samba/dcerpc/ntlmssp.cpython-310-aarch64-linux-gnu.so
usr/lib/python3.10/site-packages/samba/dcerpc/preg.cpython-310-aarch64-linux-gnu.so
usr/lib/python3.10/site-packages/samba/dcerpc/samr.cpython-310-aarch64-linux-gnu.so
+usr/lib/python3.10/site-packages/samba/dcerpc/schannel.cpython-310-aarch64-linux-gnu.so
usr/lib/python3.10/site-packages/samba/dcerpc/security.cpython-310-aarch64-linux-gnu.so
usr/lib/python3.10/site-packages/samba/dcerpc/server_id.cpython-310-aarch64-linux-gnu.so
usr/lib/python3.10/site-packages/samba/dcerpc/smb3posix.cpython-310-aarch64-linux-gnu.so
@@ -808,6 +809,7 @@ usr/lib/samba/ldb/ildap.so
usr/lib/samba/ldb/ldap.so
usr/lib/samba/ldb/ldb.so
usr/lib/samba/ldb/ldbsamba_extensions.so
+usr/lib/samba/ldb/mdb.so
usr/lib/samba/ldb/paged_searches.so
usr/lib/samba/ldb/rdn_name.so
usr/lib/samba/ldb/sample.so
@@ -874,6 +876,7 @@ usr/lib/samba/libkrb5-private-samba.so
usr/lib/samba/libkrb5samba-private-samba.so
usr/lib/samba/libldb-cmdline-private-samba.so
usr/lib/samba/libldb-key-value-private-samba.so
+usr/lib/samba/libldb-mdb-int-private-samba.so
usr/lib/samba/libldb-private-samba.so
usr/lib/samba/libldb-tdb-err-map-private-samba.so
usr/lib/samba/libldb-tdb-int-private-samba.so
diff --git a/config/rootfiles/packages/alsa b/config/rootfiles/packages/alsa
index a04de0db4..9f11c309d 100644
--- a/config/rootfiles/packages/alsa
+++ b/config/rootfiles/packages/alsa
@@ -134,10 +134,13 @@ usr/bin/amidi
usr/bin/amixer
usr/bin/aplay
usr/bin/aplaymidi
+usr/bin/aplaymidi2
usr/bin/arecord
usr/bin/arecordmidi
+usr/bin/arecordmidi2
usr/bin/aseqdump
usr/bin/aseqnet
+usr/bin/aseqsend
usr/bin/aserver
usr/bin/axfer
usr/bin/iecset
@@ -381,18 +384,28 @@ usr/share/alsa/pcm/surround51.conf
usr/share/alsa/pcm/surround71.conf
#usr/share/alsa/ucm2
#usr/share/alsa/ucm2/AMD
+#usr/share/alsa/ucm2/AMD/acp3x-es83xx
+usr/share/alsa/ucm2/AMD/acp3x-es83xx/HiFi.conf
+usr/share/alsa/ucm2/AMD/acp3x-es83xx/acp3x-es83xx.conf
usr/share/alsa/ucm2/AMD/acp3xalc5682m98
usr/share/alsa/ucm2/AMD/acp3xalc5682m98/HiFi.conf
usr/share/alsa/ucm2/AMD/acp3xalc5682m98/acp3xalc5682m98.conf
#usr/share/alsa/ucm2/AMD/acp5x
usr/share/alsa/ucm2/AMD/acp5x/HiFi.conf
usr/share/alsa/ucm2/AMD/acp5x/acp5x.conf
+#usr/share/alsa/ucm2/AMD/acpd7219m98357
+usr/share/alsa/ucm2/AMD/acpd7219m98357/HiFi.conf
+usr/share/alsa/ucm2/AMD/acpd7219m98357/acpd7219m98357.conf
#usr/share/alsa/ucm2/Allwinner
#usr/share/alsa/ucm2/Allwinner/A64
#usr/share/alsa/ucm2/Allwinner/A64/PinePhone
usr/share/alsa/ucm2/Allwinner/A64/PinePhone/HiFi.conf
usr/share/alsa/ucm2/Allwinner/A64/PinePhone/PinePhone.conf
usr/share/alsa/ucm2/Allwinner/A64/PinePhone/VoiceCall.conf
+#usr/share/alsa/ucm2/Amlogic
+#usr/share/alsa/ucm2/Amlogic/p241
+usr/share/alsa/ucm2/Amlogic/p241/p241-HiFi.conf
+usr/share/alsa/ucm2/Amlogic/p241/p241.conf
#usr/share/alsa/ucm2/DEBUG.md
#usr/share/alsa/ucm2/HDA
#usr/share/alsa/ucm2/HDA/DualCodecs
@@ -409,6 +422,46 @@ usr/share/alsa/ucm2/HDA/init.conf
#usr/share/alsa/ucm2/Intel/SOF
usr/share/alsa/ucm2/Intel/SOF/HiFi.conf
usr/share/alsa/ucm2/Intel/SOF/SOF.conf
+#usr/share/alsa/ucm2/Intel/avs
+#usr/share/alsa/ucm2/Intel/avs/avs_da7219
+usr/share/alsa/ucm2/Intel/avs/avs_da7219/avs_da7219-HiFi.conf
+usr/share/alsa/ucm2/Intel/avs/avs_da7219/avs_da7219.conf
+#usr/share/alsa/ucm2/Intel/avs/avs_dmic
+usr/share/alsa/ucm2/Intel/avs/avs_dmic/DMIC-2ch-HiFi.conf
+usr/share/alsa/ucm2/Intel/avs/avs_dmic/DMIC-2ch.conf
+usr/share/alsa/ucm2/Intel/avs/avs_dmic/DMIC-4ch-HiFi.conf
+usr/share/alsa/ucm2/Intel/avs/avs_dmic/DMIC-4ch.conf
+#usr/share/alsa/ucm2/Intel/avs/avs_max98357a
+usr/share/alsa/ucm2/Intel/avs/avs_max98357a/avs_max98357a-HiFi.conf
+usr/share/alsa/ucm2/Intel/avs/avs_max98357a/avs_max98357a.conf
+#usr/share/alsa/ucm2/Intel/avs/avs_max98373
+usr/share/alsa/ucm2/Intel/avs/avs_max98373/Google-Atlas-1.0-HiFi.conf
+usr/share/alsa/ucm2/Intel/avs/avs_max98373/Google-Atlas-1.0.conf
+#usr/share/alsa/ucm2/Intel/avs/avs_max98927
+usr/share/alsa/ucm2/Intel/avs/avs_max98927/Google-Eve-1.0-HiFi.conf
+usr/share/alsa/ucm2/Intel/avs/avs_max98927/Google-Eve-1.0.conf
+usr/share/alsa/ucm2/Intel/avs/avs_max98927/HP-Soraka-1.0-HiFi.conf
+usr/share/alsa/ucm2/Intel/avs/avs_max98927/HP-Soraka-1.0.conf
+#usr/share/alsa/ucm2/Intel/avs/avs_nau8825
+usr/share/alsa/ucm2/Intel/avs/avs_nau8825/Acer-Lars-1.0.conf
+usr/share/alsa/ucm2/Intel/avs/avs_nau8825/Google-Cave-1.0.conf
+usr/share/alsa/ucm2/Intel/avs/avs_nau8825/Hewlett_Packard-Chell-1.0-HiFi.conf
+usr/share/alsa/ucm2/Intel/avs/avs_nau8825/Hewlett_Packard-Chell-1.0.conf
+usr/share/alsa/ucm2/Intel/avs/avs_nau8825/avs_nau8825-HiFi.conf
+#usr/share/alsa/ucm2/Intel/avs/avs_rt5514
+usr/share/alsa/ucm2/Intel/avs/avs_rt5514/Google-Eve-1.0-HiFi.conf
+usr/share/alsa/ucm2/Intel/avs/avs_rt5514/Google-Eve-1.0.conf
+#usr/share/alsa/ucm2/Intel/avs/avs_rt5663
+usr/share/alsa/ucm2/Intel/avs/avs_rt5663/Google-Eve-1.0-HiFi.conf
+usr/share/alsa/ucm2/Intel/avs/avs_rt5663/Google-Eve-1.0.conf
+usr/share/alsa/ucm2/Intel/avs/avs_rt5663/HP-Soraka-1.0-HiFi.conf
+usr/share/alsa/ucm2/Intel/avs/avs_rt5663/HP-Soraka-1.0.conf
+#usr/share/alsa/ucm2/Intel/avs/avs_ssm4567
+usr/share/alsa/ucm2/Intel/avs/avs_ssm4567/Hewlett_Packard-Chell-1.0-HiFi.conf
+usr/share/alsa/ucm2/Intel/avs/avs_ssm4567/Hewlett_Packard-Chell-1.0.conf
+#usr/share/alsa/ucm2/Intel/avs/hdaudioB0D2
+usr/share/alsa/ucm2/Intel/avs/hdaudioB0D2/hdaudioB0D2-HiFi.conf
+usr/share/alsa/ucm2/Intel/avs/hdaudioB0D2/hdaudioB0D2.conf
#usr/share/alsa/ucm2/Intel/bdw-rt5677
usr/share/alsa/ucm2/Intel/bdw-rt5677/HiFi.conf
usr/share/alsa/ucm2/Intel/bdw-rt5677/bdw-rt5677.conf
@@ -484,6 +537,7 @@ usr/share/alsa/ucm2/Intel/sof-glkda7219max/HiFi.conf
usr/share/alsa/ucm2/Intel/sof-glkda7219max/sof-glkda7219max.conf
#usr/share/alsa/ucm2/Intel/sof-hda-dsp
usr/share/alsa/ucm2/Intel/sof-hda-dsp/Hdmi.conf
+usr/share/alsa/ucm2/Intel/sof-hda-dsp/HiFi-sof.conf
usr/share/alsa/ucm2/Intel/sof-hda-dsp/HiFi.conf
usr/share/alsa/ucm2/Intel/sof-hda-dsp/sof-hda-dsp.conf
#usr/share/alsa/ucm2/MediaTek
@@ -504,6 +558,15 @@ usr/share/alsa/ucm2/MediaTek/mt8195_demo/mt8195_demo.conf
#usr/share/alsa/ucm2/MediaTek/mt8365-evk
usr/share/alsa/ucm2/MediaTek/mt8365-evk/HiFi.conf
usr/share/alsa/ucm2/MediaTek/mt8365-evk/mt8365-evk.conf
+#usr/share/alsa/ucm2/MediaTek/mt8370-evk
+usr/share/alsa/ucm2/MediaTek/mt8370-evk/HiFi.conf
+usr/share/alsa/ucm2/MediaTek/mt8370-evk/mt8370-evk.conf
+#usr/share/alsa/ucm2/MediaTek/mt8390-evk
+usr/share/alsa/ucm2/MediaTek/mt8390-evk/HiFi.conf
+usr/share/alsa/ucm2/MediaTek/mt8390-evk/mt8390-evk.conf
+#usr/share/alsa/ucm2/MediaTek/mt8395-evk
+usr/share/alsa/ucm2/MediaTek/mt8395-evk/HiFi.conf
+usr/share/alsa/ucm2/MediaTek/mt8395-evk/mt8395-evk.conf
#usr/share/alsa/ucm2/MediaTek/mtk-rt5650
usr/share/alsa/ucm2/MediaTek/mtk-rt5650/HDMI.conf
usr/share/alsa/ucm2/MediaTek/mtk-rt5650/HiFi.conf
@@ -546,6 +609,9 @@ usr/share/alsa/ucm2/Qualcomm/apq8096/HDMI.conf
usr/share/alsa/ucm2/Qualcomm/apq8096/HiFi.conf
usr/share/alsa/ucm2/Qualcomm/apq8096/apq8096.conf
#usr/share/alsa/ucm2/Qualcomm/sc7180
+#usr/share/alsa/ucm2/Qualcomm/sc7180/adau7002-max98357a
+usr/share/alsa/ucm2/Qualcomm/sc7180/adau7002-max98357a/HiFi.conf
+usr/share/alsa/ucm2/Qualcomm/sc7180/adau7002-max98357a/sc7180-adau7002-max98357a.conf
#usr/share/alsa/ucm2/Qualcomm/sc7180/rt5682-max98357a
usr/share/alsa/ucm2/Qualcomm/sc7180/rt5682-max98357a/HiFi.conf
usr/share/alsa/ucm2/Qualcomm/sc7180/rt5682-max98357a/init.conf
@@ -564,6 +630,20 @@ usr/share/alsa/ucm2/Qualcomm/sdm845/sdm845.conf
usr/share/alsa/ucm2/Qualcomm/sm8250/HDMI.conf
usr/share/alsa/ucm2/Qualcomm/sm8250/HiFi.conf
usr/share/alsa/ucm2/Qualcomm/sm8250/Qualcomm-RB5-WSA8815-Speakers-DMIC0.conf
+#usr/share/alsa/ucm2/Qualcomm/sm8550
+#usr/share/alsa/ucm2/Qualcomm/sm8550/HDK
+usr/share/alsa/ucm2/Qualcomm/sm8550/HDK/HiFi.conf
+usr/share/alsa/ucm2/Qualcomm/sm8550/HDK/SM8550-HDK.conf
+#usr/share/alsa/ucm2/Qualcomm/sm8650
+#usr/share/alsa/ucm2/Qualcomm/sm8650/MTP
+usr/share/alsa/ucm2/Qualcomm/sm8650/MTP/HiFi.conf
+usr/share/alsa/ucm2/Qualcomm/sm8650/MTP/SM8650-MTP.conf
+#usr/share/alsa/ucm2/Qualcomm/sm8650/QRD
+usr/share/alsa/ucm2/Qualcomm/sm8650/QRD/HiFi.conf
+usr/share/alsa/ucm2/Qualcomm/sm8650/QRD/SM8650-QRD.conf
+#usr/share/alsa/ucm2/Qualcomm/x1e80100
+usr/share/alsa/ucm2/Qualcomm/x1e80100/HiFi.conf
+usr/share/alsa/ucm2/Qualcomm/x1e80100/X1E80100-CRD.conf
#usr/share/alsa/ucm2/README.md
#usr/share/alsa/ucm2/Rockchip
#usr/share/alsa/ucm2/Rockchip/es8316
@@ -612,6 +692,9 @@ usr/share/alsa/ucm2/Tegra/wm8903/Acer-A500.conf
usr/share/alsa/ucm2/Tegra/wm8903/Asus-Transformer-HiFi.conf
usr/share/alsa/ucm2/Tegra/wm8903/Asus-Transformer.conf
#usr/share/alsa/ucm2/USB-Audio
+#usr/share/alsa/ucm2/USB-Audio/AllenAndHeath
+usr/share/alsa/ucm2/USB-Audio/AllenAndHeath/Zedi10-Hifi.conf
+usr/share/alsa/ucm2/USB-Audio/AllenAndHeath/Zedi10.conf
#usr/share/alsa/ucm2/USB-Audio/Arturia
usr/share/alsa/ucm2/USB-Audio/Arturia/Minifuse-12-HiFi.conf
usr/share/alsa/ucm2/USB-Audio/Arturia/Minifuse-12.conf
@@ -622,6 +705,9 @@ usr/share/alsa/ucm2/USB-Audio/Audient/Audient-iD4-0003.conf
usr/share/alsa/ucm2/USB-Audio/Audient/Audient-iD4-0009.conf
usr/share/alsa/ucm2/USB-Audio/Audient/Audient-iD4-HiFi-0003.conf
usr/share/alsa/ucm2/USB-Audio/Audient/Audient-iD4-HiFi-0009.conf
+#usr/share/alsa/ucm2/USB-Audio/BOSS
+usr/share/alsa/ucm2/USB-Audio/BOSS/Katana-HiFi.conf
+usr/share/alsa/ucm2/USB-Audio/BOSS/Katana.conf
#usr/share/alsa/ucm2/USB-Audio/Behringer
usr/share/alsa/ucm2/USB-Audio/Behringer/Flow8-Recording-Hifi.conf
usr/share/alsa/ucm2/USB-Audio/Behringer/Flow8-Recording.conf
@@ -631,6 +717,11 @@ usr/share/alsa/ucm2/USB-Audio/Behringer/UMC202HD-HiFi.conf
usr/share/alsa/ucm2/USB-Audio/Behringer/UMC202HD.conf
usr/share/alsa/ucm2/USB-Audio/Behringer/UMC204HD-HiFi.conf
usr/share/alsa/ucm2/USB-Audio/Behringer/UMC204HD.conf
+usr/share/alsa/ucm2/USB-Audio/Behringer/UMC404HD-HiFi.conf
+usr/share/alsa/ucm2/USB-Audio/Behringer/UMC404HD.conf
+#usr/share/alsa/ucm2/USB-Audio/Common
+usr/share/alsa/ucm2/USB-Audio/Common/HeadphonesOnly-HiFi.conf
+usr/share/alsa/ucm2/USB-Audio/Common/HeadphonesOnly.conf
#usr/share/alsa/ucm2/USB-Audio/Dell
usr/share/alsa/ucm2/USB-Audio/Dell/Desktop-Front-Speaker-Headset.conf
usr/share/alsa/ucm2/USB-Audio/Dell/Desktop-Front.conf
@@ -656,10 +747,16 @@ usr/share/alsa/ucm2/USB-Audio/Lenovo/ThinkStation-P620-Main.conf
usr/share/alsa/ucm2/USB-Audio/Lenovo/ThinkStation-P620-Rear-HiFi.conf
usr/share/alsa/ucm2/USB-Audio/Lenovo/ThinkStation-P620-Rear.conf
#usr/share/alsa/ucm2/USB-Audio/MOTU
+usr/share/alsa/ucm2/USB-Audio/MOTU/D828-HiFi.conf
+usr/share/alsa/ucm2/USB-Audio/MOTU/D828.conf
usr/share/alsa/ucm2/USB-Audio/MOTU/M2-HiFi.conf
usr/share/alsa/ucm2/USB-Audio/MOTU/M2.conf
usr/share/alsa/ucm2/USB-Audio/MOTU/M4-HiFi.conf
usr/share/alsa/ucm2/USB-Audio/MOTU/M4.conf
+usr/share/alsa/ucm2/USB-Audio/MOTU/M6-HiFi.conf
+usr/share/alsa/ucm2/USB-Audio/MOTU/M6.conf
+usr/share/alsa/ucm2/USB-Audio/MOTU/UltraLite-mk5-HiFi.conf
+usr/share/alsa/ucm2/USB-Audio/MOTU/UltraLite-mk5.conf
#usr/share/alsa/ucm2/USB-Audio/NativeInstruments
usr/share/alsa/ucm2/USB-Audio/NativeInstruments/Traktor-Kontrol-Z1-Mixer.conf
usr/share/alsa/ucm2/USB-Audio/NativeInstruments/Traktor-Kontrol-Z1.conf
@@ -673,10 +770,20 @@ usr/share/alsa/ucm2/USB-Audio/Realtek/ALC4080-HiFi.conf
usr/share/alsa/ucm2/USB-Audio/Realtek/ALC4080.conf
#usr/share/alsa/ucm2/USB-Audio/Roland
usr/share/alsa/ucm2/USB-Audio/Roland/BridgeCast-Hifi.conf
+usr/share/alsa/ucm2/USB-Audio/Roland/BridgeCast.conf
+usr/share/alsa/ucm2/USB-Audio/Roland/BridgeCastV2-Hifi.conf
+usr/share/alsa/ucm2/USB-Audio/Roland/BridgeCastV2.conf
+#usr/share/alsa/ucm2/USB-Audio/SolidStateLabs
+usr/share/alsa/ucm2/USB-Audio/SolidStateLabs/SSL2-HiFi.conf
+usr/share/alsa/ucm2/USB-Audio/SolidStateLabs/SSL2.conf
+usr/share/alsa/ucm2/USB-Audio/SolidStateLabs/SSL2Plus-HiFi.conf
+usr/share/alsa/ucm2/USB-Audio/SolidStateLabs/SSL2Plus.conf
#usr/share/alsa/ucm2/USB-Audio/Sony
usr/share/alsa/ucm2/USB-Audio/Sony/Inzone-H9-H7-HiFi.conf
usr/share/alsa/ucm2/USB-Audio/Sony/Inzone-H9-H7.conf
#usr/share/alsa/ucm2/USB-Audio/Steinberg
+usr/share/alsa/ucm2/USB-Audio/Steinberg/UR22C-HiFi.conf
+usr/share/alsa/ucm2/USB-Audio/Steinberg/UR22C.conf
usr/share/alsa/ucm2/USB-Audio/Steinberg/UR24C-HiFi.conf
usr/share/alsa/ucm2/USB-Audio/Steinberg/UR24C.conf
usr/share/alsa/ucm2/USB-Audio/Steinberg/UR44-HiFi.conf
@@ -685,7 +792,38 @@ usr/share/alsa/ucm2/USB-Audio/USB-Audio.conf
#usr/share/alsa/ucm2/USB-Audio/UniversalAudio
usr/share/alsa/ucm2/USB-Audio/UniversalAudio/Volt2-HiFi.conf
usr/share/alsa/ucm2/USB-Audio/UniversalAudio/Volt2.conf
+#usr/share/alsa/ucm2/blobs
+#usr/share/alsa/ucm2/blobs/sof
+#usr/share/alsa/ucm2/blobs/sof/ipc3
+#usr/share/alsa/ucm2/blobs/sof/ipc3/eq_fir
+#usr/share/alsa/ucm2/blobs/sof/ipc3/eq_fir/README.md
+#usr/share/alsa/ucm2/blobs/sof/ipc3/eq_fir/pass.blob
+#usr/share/alsa/ucm2/blobs/sof/ipc3/eq_iir
+#usr/share/alsa/ucm2/blobs/sof/ipc3/eq_iir/README.md
+#usr/share/alsa/ucm2/blobs/sof/ipc3/eq_iir/highpass_100hz_0db_48khz.blob
+#usr/share/alsa/ucm2/blobs/sof/ipc3/eq_iir/highpass_20hz_0db_48khz.blob
+#usr/share/alsa/ucm2/blobs/sof/ipc3/eq_iir/highpass_50hz_0db_48khz.blob
+#usr/share/alsa/ucm2/blobs/sof/ipc3/eq_iir/pass.blob
+#usr/share/alsa/ucm2/blobs/sof/ipc4
+#usr/share/alsa/ucm2/blobs/sof/ipc4/drc
+#usr/share/alsa/ucm2/blobs/sof/ipc4/drc/README.md
+#usr/share/alsa/ucm2/blobs/sof/ipc4/drc/passthrough.blob
+#usr/share/alsa/ucm2/blobs/sof/ipc4/drc/speaker_default.blob
+#usr/share/alsa/ucm2/blobs/sof/ipc4/eq_fir
+#usr/share/alsa/ucm2/blobs/sof/ipc4/eq_fir/README.md
+#usr/share/alsa/ucm2/blobs/sof/ipc4/eq_fir/pass.blob
+#usr/share/alsa/ucm2/blobs/sof/ipc4/eq_iir
+#usr/share/alsa/ucm2/blobs/sof/ipc4/eq_iir/README.md
+#usr/share/alsa/ucm2/blobs/sof/ipc4/eq_iir/highpass_100hz_0db_48khz.blob
+#usr/share/alsa/ucm2/blobs/sof/ipc4/eq_iir/highpass_20hz_0db_48khz.blob
+#usr/share/alsa/ucm2/blobs/sof/ipc4/eq_iir/highpass_50hz_0db_48khz.blob
+#usr/share/alsa/ucm2/blobs/sof/ipc4/eq_iir/pass.blob
+#usr/share/alsa/ucm2/blobs/sof/product_configs
+#usr/share/alsa/ucm2/blobs/sof/product_configs/AAEON
+usr/share/alsa/ucm2/blobs/sof/product_configs/AAEON/UPX-TGL01.conf
#usr/share/alsa/ucm2/codecs
+#usr/share/alsa/ucm2/codecs/cs42l43
+usr/share/alsa/ucm2/codecs/cs42l43/init.conf
#usr/share/alsa/ucm2/codecs/cx2072x
usr/share/alsa/ucm2/codecs/cx2072x/DisableSeq.conf
usr/share/alsa/ucm2/codecs/cx2072x/EnableSeq.conf
@@ -724,11 +862,15 @@ usr/share/alsa/ucm2/codecs/nau8824/Speaker.conf
#usr/share/alsa/ucm2/codecs/qcom-lpass/rx-macro
usr/share/alsa/ucm2/codecs/qcom-lpass/rx-macro/HeadphoneDisableSeq.conf
usr/share/alsa/ucm2/codecs/qcom-lpass/rx-macro/HeadphoneEnableSeq.conf
+usr/share/alsa/ucm2/codecs/qcom-lpass/rx-macro/init.conf
#usr/share/alsa/ucm2/codecs/qcom-lpass/tx-macro
usr/share/alsa/ucm2/codecs/qcom-lpass/tx-macro/DMIC0DisableSeq.conf
usr/share/alsa/ucm2/codecs/qcom-lpass/tx-macro/DMIC0EnableSeq.conf
usr/share/alsa/ucm2/codecs/qcom-lpass/tx-macro/HeadphoneMicDisableSeq.conf
usr/share/alsa/ucm2/codecs/qcom-lpass/tx-macro/HeadphoneMicEnableSeq.conf
+usr/share/alsa/ucm2/codecs/qcom-lpass/tx-macro/SoundwireMic0EnableSeq.conf
+usr/share/alsa/ucm2/codecs/qcom-lpass/tx-macro/SoundwireMic1EnableSeq.conf
+usr/share/alsa/ucm2/codecs/qcom-lpass/tx-macro/SoundwireMicDisableSeq.conf
#usr/share/alsa/ucm2/codecs/qcom-lpass/va-macro
usr/share/alsa/ucm2/codecs/qcom-lpass/va-macro/DMIC0DisableSeq.conf
usr/share/alsa/ucm2/codecs/qcom-lpass/va-macro/DMIC0EnableSeq.conf
@@ -737,6 +879,13 @@ usr/share/alsa/ucm2/codecs/qcom-lpass/va-macro/DMIC1EnableSeq.conf
#usr/share/alsa/ucm2/codecs/qcom-lpass/wsa-macro
usr/share/alsa/ucm2/codecs/qcom-lpass/wsa-macro/SpeakerDisableSeq.conf
usr/share/alsa/ucm2/codecs/qcom-lpass/wsa-macro/SpeakerEnableSeq.conf
+usr/share/alsa/ucm2/codecs/qcom-lpass/wsa-macro/Wsa1SpeakerDisableSeq.conf
+usr/share/alsa/ucm2/codecs/qcom-lpass/wsa-macro/Wsa1SpeakerEnableSeq.conf
+usr/share/alsa/ucm2/codecs/qcom-lpass/wsa-macro/Wsa2SpeakerDisableSeq.conf
+usr/share/alsa/ucm2/codecs/qcom-lpass/wsa-macro/Wsa2SpeakerEnableSeq.conf
+#usr/share/alsa/ucm2/codecs/qcom-lpass/wsa-macro/four-speakers
+usr/share/alsa/ucm2/codecs/qcom-lpass/wsa-macro/four-speakers/init.conf
+usr/share/alsa/ucm2/codecs/qcom-lpass/wsa-macro/init.conf
#usr/share/alsa/ucm2/codecs/rt5640
usr/share/alsa/ucm2/codecs/rt5640/DigitalMics.conf
usr/share/alsa/ucm2/codecs/rt5640/EnableSeq.conf
@@ -789,10 +938,20 @@ usr/share/alsa/ucm2/codecs/rt700/init.conf
#usr/share/alsa/ucm2/codecs/rt711-sdca
usr/share/alsa/ucm2/codecs/rt711-sdca/init.conf
usr/share/alsa/ucm2/codecs/rt711/init.conf
+#usr/share/alsa/ucm2/codecs/rt712
+#usr/share/alsa/ucm2/codecs/rt712-dmic
+usr/share/alsa/ucm2/codecs/rt712-dmic/init.conf
+usr/share/alsa/ucm2/codecs/rt712/init.conf
+#usr/share/alsa/ucm2/codecs/rt713-dmic
+usr/share/alsa/ucm2/codecs/rt713-dmic/init.conf
+#usr/share/alsa/ucm2/codecs/rt713-sdca
+usr/share/alsa/ucm2/codecs/rt713-sdca/init.conf
#usr/share/alsa/ucm2/codecs/rt715
#usr/share/alsa/ucm2/codecs/rt715-sdca
usr/share/alsa/ucm2/codecs/rt715-sdca/init.conf
usr/share/alsa/ucm2/codecs/rt715/init.conf
+#usr/share/alsa/ucm2/codecs/rt722
+usr/share/alsa/ucm2/codecs/rt722/init.conf
#usr/share/alsa/ucm2/codecs/wcd934x
usr/share/alsa/ucm2/codecs/wcd934x/DefaultDisableSeq.conf
usr/share/alsa/ucm2/codecs/wcd934x/DefaultEnableSeq.conf
@@ -803,17 +962,41 @@ usr/share/alsa/ucm2/codecs/wcd934x/HeadphoneMicEnableSeq.conf
usr/share/alsa/ucm2/codecs/wcd934x/SpeakerDisableSeq.conf
usr/share/alsa/ucm2/codecs/wcd934x/SpeakerEnableSeq.conf
usr/share/alsa/ucm2/codecs/wcd934x/init.conf
+#usr/share/alsa/ucm2/codecs/wcd937x
+usr/share/alsa/ucm2/codecs/wcd937x/HeadphoneDisableSeq.conf
+usr/share/alsa/ucm2/codecs/wcd937x/HeadphoneEnableSeq.conf
+usr/share/alsa/ucm2/codecs/wcd937x/HeadphoneMicDisableSeq.conf
+usr/share/alsa/ucm2/codecs/wcd937x/HeadphoneMicEnableSeq.conf
+usr/share/alsa/ucm2/codecs/wcd937x/init.conf
#usr/share/alsa/ucm2/codecs/wcd938x
-usr/share/alsa/ucm2/codecs/wcd938x/DefaultEnableSeq.conf
+usr/share/alsa/ucm2/codecs/wcd938x/AnalogMic1DisableSeq.conf
+usr/share/alsa/ucm2/codecs/wcd938x/AnalogMic1EnableSeq.conf
+usr/share/alsa/ucm2/codecs/wcd938x/AnalogMic5DisableSeq.conf
+usr/share/alsa/ucm2/codecs/wcd938x/AnalogMic5EnableSeq.conf
usr/share/alsa/ucm2/codecs/wcd938x/HeadphoneDisableSeq.conf
usr/share/alsa/ucm2/codecs/wcd938x/HeadphoneEnableSeq.conf
usr/share/alsa/ucm2/codecs/wcd938x/HeadphoneMicDisableSeq.conf
usr/share/alsa/ucm2/codecs/wcd938x/HeadphoneMicEnableSeq.conf
usr/share/alsa/ucm2/codecs/wcd938x/init.conf
+#usr/share/alsa/ucm2/codecs/wcd939x
+usr/share/alsa/ucm2/codecs/wcd939x/AnalogMic1EnableSeq.conf
+usr/share/alsa/ucm2/codecs/wcd939x/AnalogMic3EnableSeq.conf
+usr/share/alsa/ucm2/codecs/wcd939x/AnalogMic4EnableSeq.conf
+usr/share/alsa/ucm2/codecs/wcd939x/AnalogMic5EnableSeq.conf
+usr/share/alsa/ucm2/codecs/wcd939x/AnalogMicDisableSeq.conf
+usr/share/alsa/ucm2/codecs/wcd939x/DefaultEnableSeq.conf
+usr/share/alsa/ucm2/codecs/wcd939x/HeadphoneDisableSeq.conf
+usr/share/alsa/ucm2/codecs/wcd939x/HeadphoneEnableSeq.conf
+usr/share/alsa/ucm2/codecs/wcd939x/HeadphoneMicDisableSeq.conf
+usr/share/alsa/ucm2/codecs/wcd939x/HeadphoneMicEnableSeq.conf
+usr/share/alsa/ucm2/codecs/wcd939x/init.conf
#usr/share/alsa/ucm2/codecs/wm5102
usr/share/alsa/ucm2/codecs/wm5102/EnableSeq.conf
+usr/share/alsa/ucm2/codecs/wm5102/HPOut2-Speaker.conf
usr/share/alsa/ucm2/codecs/wm5102/HeadPhones.conf
usr/share/alsa/ucm2/codecs/wm5102/IN1-HeadsetMic.conf
+usr/share/alsa/ucm2/codecs/wm5102/IN1-InternalMic.conf
+usr/share/alsa/ucm2/codecs/wm5102/IN2-HeadsetMic.conf
usr/share/alsa/ucm2/codecs/wm5102/IN3-InternalMic.conf
usr/share/alsa/ucm2/codecs/wm5102/Speaker.conf
#usr/share/alsa/ucm2/codecs/wsa881x
@@ -824,6 +1007,16 @@ usr/share/alsa/ucm2/codecs/wsa881x/SpeakerEnableSeq.conf
usr/share/alsa/ucm2/codecs/wsa883x/DefaultEnableSeq.conf
usr/share/alsa/ucm2/codecs/wsa883x/SpeakerDisableSeq.conf
usr/share/alsa/ucm2/codecs/wsa883x/SpeakerEnableSeq.conf
+usr/share/alsa/ucm2/codecs/wsa883x/init.conf
+#usr/share/alsa/ucm2/codecs/wsa884x
+#usr/share/alsa/ucm2/codecs/wsa884x/four-speakers
+usr/share/alsa/ucm2/codecs/wsa884x/four-speakers/DefaultEnableSeq.conf
+usr/share/alsa/ucm2/codecs/wsa884x/four-speakers/SpeakerSeq.conf
+usr/share/alsa/ucm2/codecs/wsa884x/four-speakers/init.conf
+#usr/share/alsa/ucm2/codecs/wsa884x/two-speakers
+usr/share/alsa/ucm2/codecs/wsa884x/two-speakers/DefaultEnableSeq.conf
+usr/share/alsa/ucm2/codecs/wsa884x/two-speakers/SpeakerSeq.conf
+usr/share/alsa/ucm2/codecs/wsa884x/two-speakers/init.conf
#usr/share/alsa/ucm2/common
#usr/share/alsa/ucm2/common/ctl
usr/share/alsa/ucm2/common/ctl/remap.conf
@@ -832,6 +1025,7 @@ usr/share/alsa/ucm2/common/direct.conf
usr/share/alsa/ucm2/common/linked-card.conf
usr/share/alsa/ucm2/common/linked.conf
#usr/share/alsa/ucm2/common/pcm
+usr/share/alsa/ucm2/common/pcm/hdmi.conf
usr/share/alsa/ucm2/common/pcm/split.conf
#usr/share/alsa/ucm2/conf.d
#usr/share/alsa/ucm2/conf.d/DB410c
@@ -841,6 +1035,7 @@ usr/share/alsa/ucm2/conf.d/DB820c/DB820c.conf
#usr/share/alsa/ucm2/conf.d/HDA-Intel
usr/share/alsa/ucm2/conf.d/HDA-Intel/HDA-Intel.conf
#usr/share/alsa/ucm2/conf.d/SC7180
+usr/share/alsa/ucm2/conf.d/SC7180/sc7180-adau7002-max98357a.conf
usr/share/alsa/ucm2/conf.d/SC7180/sc7180-rt5682-max98357a-1mic.conf
#usr/share/alsa/ucm2/conf.d/SOF
usr/share/alsa/ucm2/conf.d/SOF/SOF.conf
@@ -849,7 +1044,11 @@ usr/share/alsa/ucm2/conf.d/USB-Audio/USB-Audio.conf
#usr/share/alsa/ucm2/conf.d/VEYRON-I2S
usr/share/alsa/ucm2/conf.d/VEYRON-I2S/VEYRON-I2S.conf
#usr/share/alsa/ucm2/conf.d/acp
+#usr/share/alsa/ucm2/conf.d/acp-pdm-mach
+usr/share/alsa/ucm2/conf.d/acp-pdm-mach/acp-pdm-mach.conf
usr/share/alsa/ucm2/conf.d/acp/acp.conf
+#usr/share/alsa/ucm2/conf.d/acp3x-es83xx
+usr/share/alsa/ucm2/conf.d/acp3x-es83xx/acp3x-es83xx.conf
#usr/share/alsa/ucm2/conf.d/acp3xalc5682m98
usr/share/alsa/ucm2/conf.d/acp3xalc5682m98/acp3xalc5682m98.conf
#usr/share/alsa/ucm2/conf.d/acp5x
@@ -860,6 +1059,40 @@ usr/share/alsa/ucm2/conf.d/acp62/acp62.conf
usr/share/alsa/ucm2/conf.d/acp63/acp63.conf
#usr/share/alsa/ucm2/conf.d/acp6x
usr/share/alsa/ucm2/conf.d/acp6x/acp6x.conf
+#usr/share/alsa/ucm2/conf.d/acpd7219m98357
+usr/share/alsa/ucm2/conf.d/acpd7219m98357/acpd7219m98357.conf
+#usr/share/alsa/ucm2/conf.d/apq8096
+usr/share/alsa/ucm2/conf.d/apq8096/DB820c.conf
+#usr/share/alsa/ucm2/conf.d/avs_da7219
+usr/share/alsa/ucm2/conf.d/avs_da7219/Google-Atlas-1.0.conf
+usr/share/alsa/ucm2/conf.d/avs_da7219/Google-Coral-rev2.conf
+#usr/share/alsa/ucm2/conf.d/avs_dmic
+usr/share/alsa/ucm2/conf.d/avs_dmic/Acer-Lars-1.0.conf
+usr/share/alsa/ucm2/conf.d/avs_dmic/Google-Atlas-1.0.conf
+usr/share/alsa/ucm2/conf.d/avs_dmic/Google-Cave-1.0.conf
+usr/share/alsa/ucm2/conf.d/avs_dmic/Google-Coral-rev2.conf
+usr/share/alsa/ucm2/conf.d/avs_dmic/HP-Soraka-1.0.conf
+usr/share/alsa/ucm2/conf.d/avs_dmic/Hewlett_Packard-Chell-1.0.conf
+#usr/share/alsa/ucm2/conf.d/avs_max98357a
+usr/share/alsa/ucm2/conf.d/avs_max98357a/Acer-Lars-1.0.conf
+usr/share/alsa/ucm2/conf.d/avs_max98357a/Google-Cave-1.0.conf
+usr/share/alsa/ucm2/conf.d/avs_max98357a/Google-Coral-rev2.conf
+#usr/share/alsa/ucm2/conf.d/avs_max98373
+usr/share/alsa/ucm2/conf.d/avs_max98373/Google-Atlas-1.0.conf
+#usr/share/alsa/ucm2/conf.d/avs_max98927
+usr/share/alsa/ucm2/conf.d/avs_max98927/Google-Eve-1.0.conf
+usr/share/alsa/ucm2/conf.d/avs_max98927/HP-Soraka-1.0.conf
+#usr/share/alsa/ucm2/conf.d/avs_nau8825
+usr/share/alsa/ucm2/conf.d/avs_nau8825/Acer-Lars-1.0.conf
+usr/share/alsa/ucm2/conf.d/avs_nau8825/Google-Cave-1.0.conf
+usr/share/alsa/ucm2/conf.d/avs_nau8825/Hewlett_Packard-Chell-1.0.conf
+#usr/share/alsa/ucm2/conf.d/avs_rt5514
+usr/share/alsa/ucm2/conf.d/avs_rt5514/Google-Eve-1.0.conf
+#usr/share/alsa/ucm2/conf.d/avs_rt5663
+usr/share/alsa/ucm2/conf.d/avs_rt5663/Google-Eve-1.0.conf
+usr/share/alsa/ucm2/conf.d/avs_rt5663/HP-Soraka-1.0.conf
+#usr/share/alsa/ucm2/conf.d/avs_ssm4567
+usr/share/alsa/ucm2/conf.d/avs_ssm4567/Hewlett_Packard-Chell-1.0.conf
#usr/share/alsa/ucm2/conf.d/bdw-rt5677
usr/share/alsa/ucm2/conf.d/bdw-rt5677/bdw-rt5677.conf
#usr/share/alsa/ucm2/conf.d/broadwell-rt286
@@ -886,8 +1119,13 @@ usr/share/alsa/ucm2/conf.d/chtnau8824/chtnau8824.conf
usr/share/alsa/ucm2/conf.d/chtrt5645/chtrt5645.conf
#usr/share/alsa/ucm2/conf.d/chtrt5650
usr/share/alsa/ucm2/conf.d/chtrt5650/chtrt5650.conf
+#usr/share/alsa/ucm2/conf.d/gx-sound-card
+usr/share/alsa/ucm2/conf.d/gx-sound-card/GXL-P241.conf
+usr/share/alsa/ucm2/conf.d/gx-sound-card/LIBRETECH-CC.conf
#usr/share/alsa/ucm2/conf.d/hda-dsp
usr/share/alsa/ucm2/conf.d/hda-dsp/hda-dsp.conf
+#usr/share/alsa/ucm2/conf.d/hdaudioB0D2
+usr/share/alsa/ucm2/conf.d/hdaudioB0D2/hdaudioB0D2.conf
#usr/share/alsa/ucm2/conf.d/kblrt5660
usr/share/alsa/ucm2/conf.d/kblrt5660/kblrt5660.conf
#usr/share/alsa/ucm2/conf.d/mt8192_mt6359
@@ -896,6 +1134,12 @@ usr/share/alsa/ucm2/conf.d/mt8192_mt6359/mt8192_mt6359_rt1015p_rt5682.conf
usr/share/alsa/ucm2/conf.d/mt8195_demo/mt8195_demo.conf
#usr/share/alsa/ucm2/conf.d/mt8365-evk
usr/share/alsa/ucm2/conf.d/mt8365-evk/mt8365-evk.conf
+#usr/share/alsa/ucm2/conf.d/mt8370-evk
+usr/share/alsa/ucm2/conf.d/mt8370-evk/mt8370-evk.conf
+#usr/share/alsa/ucm2/conf.d/mt8390-evk
+usr/share/alsa/ucm2/conf.d/mt8390-evk/mt8390-evk.conf
+#usr/share/alsa/ucm2/conf.d/mt8395-evk
+usr/share/alsa/ucm2/conf.d/mt8395-evk/mt8395-evk.conf
#usr/share/alsa/ucm2/conf.d/mtk-rt5650
usr/share/alsa/ucm2/conf.d/mtk-rt5650/mtk-rt5650.conf
#usr/share/alsa/ucm2/conf.d/rk3399-gru-soun
@@ -920,6 +1164,11 @@ usr/share/alsa/ucm2/conf.d/simple-card/rockchip,es8316-codec.conf
usr/share/alsa/ucm2/conf.d/skylake-rt286/skylake-rt286.conf
#usr/share/alsa/ucm2/conf.d/sm8250
usr/share/alsa/ucm2/conf.d/sm8250/Qualcomm-RB5-WSA8815-Speakers-DMIC0.conf
+#usr/share/alsa/ucm2/conf.d/sm8550
+usr/share/alsa/ucm2/conf.d/sm8550/SM8550-HDK.conf
+#usr/share/alsa/ucm2/conf.d/sm8650
+usr/share/alsa/ucm2/conf.d/sm8650/SM8650-MTP.conf
+usr/share/alsa/ucm2/conf.d/sm8650/SM8650-QRD.conf
#usr/share/alsa/ucm2/conf.d/sof-ehl-rt5660
usr/share/alsa/ucm2/conf.d/sof-ehl-rt5660/sof-ehl-rt5660.conf
#usr/share/alsa/ucm2/conf.d/sof-essx8336
@@ -929,6 +1178,8 @@ usr/share/alsa/ucm2/conf.d/sof-glkda7219ma/sof-glkda7219ma.conf
#usr/share/alsa/ucm2/conf.d/sof-hda-dsp
usr/share/alsa/ucm2/conf.d/sof-hda-dsp/sof-hda-dsp.conf
usr/share/alsa/ucm2/conf.d/sof-hda-dsp/sof-skl_hda_card.conf
+#usr/share/alsa/ucm2/conf.d/sof-m8195_r1019
+usr/share/alsa/ucm2/conf.d/sof-m8195_r1019/sof-m8195_r1019_5682s.conf
#usr/share/alsa/ucm2/conf.d/sof-mt8195_r101
usr/share/alsa/ucm2/conf.d/sof-mt8195_r101/sof-mt8195_r1019_5682.conf
#usr/share/alsa/ucm2/conf.d/sof-skl_hda_card
@@ -951,6 +1202,8 @@ usr/share/alsa/ucm2/conf.d/tegra/GoogleNyanBig.conf
usr/share/alsa/ucm2/conf.d/tegra/GoogleNyanBlaze.conf
usr/share/alsa/ucm2/conf.d/tegra/LG Optimus 4X HD MAX98089.conf
usr/share/alsa/ucm2/conf.d/tegra/LG Optimus Vu MAX98089.conf
+#usr/share/alsa/ucm2/conf.d/x1e80100
+usr/share/alsa/ucm2/conf.d/x1e80100/X1E80100-CRD.conf
#usr/share/alsa/ucm2/conf.virt.d
usr/share/alsa/ucm2/conf.virt.d/.gitignore
#usr/share/alsa/ucm2/lib
@@ -974,19 +1227,27 @@ usr/share/alsa/ucm2/platforms/bytcr/PlatformEnableSeq.conf
#usr/share/alsa/ucm2/sof-soundwire
usr/share/alsa/ucm2/sof-soundwire/Hdmi.conf
usr/share/alsa/ucm2/sof-soundwire/HiFi.conf
+usr/share/alsa/ucm2/sof-soundwire/cs35l56-bridge.conf
+usr/share/alsa/ucm2/sof-soundwire/cs35l56.conf
+usr/share/alsa/ucm2/sof-soundwire/cs42l43-dmic.conf
+usr/share/alsa/ucm2/sof-soundwire/cs42l43-spk.conf
+usr/share/alsa/ucm2/sof-soundwire/cs42l43.conf
usr/share/alsa/ucm2/sof-soundwire/dmic.conf
-usr/share/alsa/ucm2/sof-soundwire/rt1308-1.conf
-usr/share/alsa/ucm2/sof-soundwire/rt1308-2.conf
-usr/share/alsa/ucm2/sof-soundwire/rt1316-1.conf
-usr/share/alsa/ucm2/sof-soundwire/rt1316-2.conf
-usr/share/alsa/ucm2/sof-soundwire/rt1318-1.conf
-usr/share/alsa/ucm2/sof-soundwire/rt1318-2.conf
+usr/share/alsa/ucm2/sof-soundwire/rt1308.conf
+usr/share/alsa/ucm2/sof-soundwire/rt1316.conf
+usr/share/alsa/ucm2/sof-soundwire/rt1318.conf
+usr/share/alsa/ucm2/sof-soundwire/rt1320.conf
usr/share/alsa/ucm2/sof-soundwire/rt5682.conf
usr/share/alsa/ucm2/sof-soundwire/rt700.conf
usr/share/alsa/ucm2/sof-soundwire/rt711-sdca.conf
usr/share/alsa/ucm2/sof-soundwire/rt711.conf
+usr/share/alsa/ucm2/sof-soundwire/rt712-dmic.conf
+usr/share/alsa/ucm2/sof-soundwire/rt712.conf
+usr/share/alsa/ucm2/sof-soundwire/rt713-dmic.conf
+usr/share/alsa/ucm2/sof-soundwire/rt713-sdca.conf
usr/share/alsa/ucm2/sof-soundwire/rt715-sdca.conf
usr/share/alsa/ucm2/sof-soundwire/rt715.conf
+usr/share/alsa/ucm2/sof-soundwire/rt722.conf
usr/share/alsa/ucm2/sof-soundwire/sof-soundwire.conf
usr/share/alsa/ucm2/ucm.conf
#usr/share/locale/de/LC_MESSAGES/alsa-utils.mo
@@ -1010,10 +1271,13 @@ usr/share/alsa/ucm2/ucm.conf
#usr/share/man/man1/amixer.1
#usr/share/man/man1/aplay.1
#usr/share/man/man1/aplaymidi.1
+#usr/share/man/man1/aplaymidi2.1
#usr/share/man/man1/arecord.1
#usr/share/man/man1/arecordmidi.1
+#usr/share/man/man1/arecordmidi2.1
#usr/share/man/man1/aseqdump.1
#usr/share/man/man1/aseqnet.1
+#usr/share/man/man1/aseqsend.1
#usr/share/man/man1/axfer-list.1
#usr/share/man/man1/axfer-transfer.1
#usr/share/man/man1/axfer.1
diff --git a/config/rootfiles/packages/aws-cli b/config/rootfiles/packages/aws-cli
index ce54f83e0..49eb4fdaa 100644
--- a/config/rootfiles/packages/aws-cli
+++ b/config/rootfiles/packages/aws-cli
@@ -4,12 +4,12 @@ usr/bin/aws_bash_completer
usr/bin/aws_completer
#usr/bin/aws_zsh_completer.sh
#usr/lib/python3.10/site-packages/awscli
-#usr/lib/python3.10/site-packages/awscli-1.27.100-py3.10.egg-info
-#usr/lib/python3.10/site-packages/awscli-1.27.100-py3.10.egg-info/PKG-INFO
-#usr/lib/python3.10/site-packages/awscli-1.27.100-py3.10.egg-info/SOURCES.txt
-#usr/lib/python3.10/site-packages/awscli-1.27.100-py3.10.egg-info/dependency_links.txt
-#usr/lib/python3.10/site-packages/awscli-1.27.100-py3.10.egg-info/requires.txt
-#usr/lib/python3.10/site-packages/awscli-1.27.100-py3.10.egg-info/top_level.txt
+#usr/lib/python3.10/site-packages/awscli-1.36.15-py3.10.egg-info
+#usr/lib/python3.10/site-packages/awscli-1.36.15-py3.10.egg-info/PKG-INFO
+#usr/lib/python3.10/site-packages/awscli-1.36.15-py3.10.egg-info/SOURCES.txt
+#usr/lib/python3.10/site-packages/awscli-1.36.15-py3.10.egg-info/dependency_links.txt
+#usr/lib/python3.10/site-packages/awscli-1.36.15-py3.10.egg-info/requires.txt
+#usr/lib/python3.10/site-packages/awscli-1.36.15-py3.10.egg-info/top_level.txt
usr/lib/python3.10/site-packages/awscli/__init__.py
usr/lib/python3.10/site-packages/awscli/__main__.py
usr/lib/python3.10/site-packages/awscli/alias.py
@@ -35,6 +35,7 @@ usr/lib/python3.10/site-packages/awscli/customizations/argrename.py
usr/lib/python3.10/site-packages/awscli/customizations/arguments.py
usr/lib/python3.10/site-packages/awscli/customizations/assumerole.py
usr/lib/python3.10/site-packages/awscli/customizations/awslambda.py
+usr/lib/python3.10/site-packages/awscli/customizations/binaryhoist.py
usr/lib/python3.10/site-packages/awscli/customizations/cliinputjson.py
#usr/lib/python3.10/site-packages/awscli/customizations/cloudformation
usr/lib/python3.10/site-packages/awscli/customizations/cloudformation/__init__.py
@@ -176,6 +177,9 @@ usr/lib/python3.10/site-packages/awscli/customizations/iot.py
usr/lib/python3.10/site-packages/awscli/customizations/iot_data.py
usr/lib/python3.10/site-packages/awscli/customizations/kinesis.py
usr/lib/python3.10/site-packages/awscli/customizations/kms.py
+#usr/lib/python3.10/site-packages/awscli/customizations/logs
+usr/lib/python3.10/site-packages/awscli/customizations/logs/__init__.py
+usr/lib/python3.10/site-packages/awscli/customizations/logs/startlivetail.py
usr/lib/python3.10/site-packages/awscli/customizations/mturk.py
usr/lib/python3.10/site-packages/awscli/customizations/opsworks.py
usr/lib/python3.10/site-packages/awscli/customizations/opsworkscm.py
@@ -183,6 +187,7 @@ usr/lib/python3.10/site-packages/awscli/customizations/overridesslcommonname.py
usr/lib/python3.10/site-packages/awscli/customizations/paginate.py
usr/lib/python3.10/site-packages/awscli/customizations/preview.py
usr/lib/python3.10/site-packages/awscli/customizations/putmetricdata.py
+usr/lib/python3.10/site-packages/awscli/customizations/quicksight.py
usr/lib/python3.10/site-packages/awscli/customizations/rds.py
usr/lib/python3.10/site-packages/awscli/customizations/rekognition.py
usr/lib/python3.10/site-packages/awscli/customizations/removals.py
@@ -234,6 +239,40 @@ usr/lib/python3.10/site-packages/awscli/customizations/waiters.py
usr/lib/python3.10/site-packages/awscli/data/cli.json
usr/lib/python3.10/site-packages/awscli/errorhandler.py
usr/lib/python3.10/site-packages/awscli/examples
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/apply-archive-rule.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/cancel-policy-generation.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/check-access-not-granted.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/check-no-new-access.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/check-no-public-access.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/create-access-preview.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/create-analyzer.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/create-archive-rule.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/delete-analyzer.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/delete-archive-rule.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/get-access-preview.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/get-analyzed-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/get-analyzer.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/get-archive-rule.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/get-finding-v2.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/get-finding.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/get-generated-policy.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/list-access-preview-findings.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/list-access-previews.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/list-analyzed-resources.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/list-analyzers.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/list-archive-rules.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/list-findings-v2.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/list-findings.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/list-policy-generations.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/list-tags-for-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/start-policy-generation.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/start-resource-scan.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/tag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/untag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/update-archive-rule.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/update-findings.rst
+#usr/lib/python3.10/site-packages/awscli/examples/accessanalyzer/validate-policy.rst
#usr/lib/python3.10/site-packages/awscli/examples/acm
#usr/lib/python3.10/site-packages/awscli/examples/acm-pca
#usr/lib/python3.10/site-packages/awscli/examples/acm-pca/create-certificate-authority-audit-report.rst
@@ -264,12 +303,6 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/acm/request-certificate.rst
#usr/lib/python3.10/site-packages/awscli/examples/acm/resend-validation-email.rst
#usr/lib/python3.10/site-packages/awscli/examples/acm/update-certificate-options.rst
-#usr/lib/python3.10/site-packages/awscli/examples/alexaforbusiness
-#usr/lib/python3.10/site-packages/awscli/examples/alexaforbusiness/create-network-profile.rst
-#usr/lib/python3.10/site-packages/awscli/examples/alexaforbusiness/delete-network-profile.rst
-#usr/lib/python3.10/site-packages/awscli/examples/alexaforbusiness/get-network-profile.rst
-#usr/lib/python3.10/site-packages/awscli/examples/alexaforbusiness/search-network-profiles.rst
-#usr/lib/python3.10/site-packages/awscli/examples/alexaforbusiness/update-network-profile.rst
#usr/lib/python3.10/site-packages/awscli/examples/apigateway
#usr/lib/python3.10/site-packages/awscli/examples/apigateway/create-api-key.rst
#usr/lib/python3.10/site-packages/awscli/examples/apigateway/create-authorizer.rst
@@ -422,11 +455,15 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-application.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-configuration-profile.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-environment.rst
+#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-extension-association.rst
+#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-extension.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/create-hosted-configuration-version.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-application.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-configuration-profile.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-deployment-strategy.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-environment.rst
+#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-extension-association.rst
+#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-extension.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/delete-hosted-configuration-version.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-application.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-configuration-profile.rst
@@ -434,12 +471,16 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-deployment-strategy.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-deployment.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-environment.rst
+#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-extension-association.rst
+#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-extension.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/get-hosted-configuration-version.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-applications.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-configuration-profiles.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-deployment-strategies.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-deployments.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-environments.rst
+#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-extension-associations.rst
+#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-extensions.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-hosted-configuration-versions.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/list-tags-for-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/start-deployment.rst
@@ -450,6 +491,8 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-configuration-profile.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-deployment-strategy.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-environment.rst
+#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-extension-association.rst
+#usr/lib/python3.10/site-packages/awscli/examples/appconfig/update-extension.rst
#usr/lib/python3.10/site-packages/awscli/examples/appconfig/validate-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/application-autoscaling
#usr/lib/python3.10/site-packages/awscli/examples/application-autoscaling/delete-scaling-policy.rst
@@ -459,9 +502,12 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/application-autoscaling/describe-scaling-activities.rst
#usr/lib/python3.10/site-packages/awscli/examples/application-autoscaling/describe-scaling-policies.rst
#usr/lib/python3.10/site-packages/awscli/examples/application-autoscaling/describe-scheduled-actions.rst
+#usr/lib/python3.10/site-packages/awscli/examples/application-autoscaling/list-tags-for-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/application-autoscaling/put-scaling-policy.rst
#usr/lib/python3.10/site-packages/awscli/examples/application-autoscaling/put-scheduled-action.rst
#usr/lib/python3.10/site-packages/awscli/examples/application-autoscaling/register-scalable-target.rst
+#usr/lib/python3.10/site-packages/awscli/examples/application-autoscaling/tag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/application-autoscaling/untag-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/appmesh
#usr/lib/python3.10/site-packages/awscli/examples/appmesh/create-mesh.rst
#usr/lib/python3.10/site-packages/awscli/examples/appmesh/create-route.rst
@@ -603,6 +649,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/autoscaling/put-warm-pool.rst
#usr/lib/python3.10/site-packages/awscli/examples/autoscaling/record-lifecycle-action-heartbeat.rst
#usr/lib/python3.10/site-packages/awscli/examples/autoscaling/resume-processes.rst
+#usr/lib/python3.10/site-packages/awscli/examples/autoscaling/rollback-instance-refresh.rst
#usr/lib/python3.10/site-packages/awscli/examples/autoscaling/set-desired-capacity.rst
#usr/lib/python3.10/site-packages/awscli/examples/autoscaling/set-instance-health.rst
#usr/lib/python3.10/site-packages/awscli/examples/autoscaling/set-instance-protection.rst
@@ -900,16 +947,44 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/cloudtrail/validate-logs.rst
#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch
#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/delete-alarms.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/delete-anomaly-detector.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/delete-dashboards.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/delete-insight-rules.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/delete-metric-stream.rst
#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/describe-alarm-history.rst
#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/describe-alarms-for-metric.rst
#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/describe-alarms.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/describe-anomaly-detectors.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/describe-insight-rules.rst
#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/disable-alarm-actions.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/disable-insight-rules.rst
#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/enable-alarm-actions.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/enable-insight-rules.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/get-dashboard.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/get-insight-rule-report.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/get-metric-data.rst
#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/get-metric-statistics.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/get-metric-stream.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/get-metric-widget-image.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/list-dashboards.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/list-metric-streams.rst
#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/list-metrics.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/list-tags-for-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/put-anomaly-detector.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/put-composite-alarm.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/put-dashboard.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/put-insight-rule.rst
#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/put-metric-alarm.rst
#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/put-metric-data.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/put-metric-stream.rst
#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/set-alarm-state.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/start-metric-streams.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/stop-metric-streams.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/tag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/untag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/wait
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/wait/alarm-exists.rst
+#usr/lib/python3.10/site-packages/awscli/examples/cloudwatch/wait/composite-alarm-exists.rst
#usr/lib/python3.10/site-packages/awscli/examples/codeartifact
#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/associate-external-connection.rst
#usr/lib/python3.10/site-packages/awscli/examples/codeartifact/copy-package-versions.rst
@@ -1104,7 +1179,6 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/codepipeline/tag-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/codepipeline/untag-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/codepipeline/update-pipeline.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar
#usr/lib/python3.10/site-packages/awscli/examples/codestar-connections
#usr/lib/python3.10/site-packages/awscli/examples/codestar-connections/create-connection.rst
#usr/lib/python3.10/site-packages/awscli/examples/codestar-connections/create-host.rst
@@ -1131,24 +1205,6 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/codestar-notifications/unsubscribe.rst
#usr/lib/python3.10/site-packages/awscli/examples/codestar-notifications/untag-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/codestar-notifications/update-notification-rule.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar/associate-team-member.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar/create-project.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar/create-user-profile.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar/delete-project.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar/delete-user-profile.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar/describe-project.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar/describe-user-profile.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar/disassociate-team-member.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar/list-projects.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar/list-resources.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar/list-tags-for-project.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar/list-team-members.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar/list-user-profiles.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar/tag-project.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar/untag-project.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar/update-project.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar/update-team-member.rst
-#usr/lib/python3.10/site-packages/awscli/examples/codestar/update-user-profile.rst
#usr/lib/python3.10/site-packages/awscli/examples/cognito-identity
#usr/lib/python3.10/site-packages/awscli/examples/cognito-identity/create-identity-pool.rst
#usr/lib/python3.10/site-packages/awscli/examples/cognito-identity/delete-identities.rst
@@ -1230,6 +1286,91 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/cognito-idp/update-user-attributes.rst
#usr/lib/python3.10/site-packages/awscli/examples/cognito-idp/update-user-pool-client.rst
#usr/lib/python3.10/site-packages/awscli/examples/cognito-idp/update-user-pool.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/batch-detect-dominant-language.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/batch-detect-entities.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/batch-detect-key-phrases.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/batch-detect-sentiment.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/batch-detect-syntax.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/batch-detect-targeted-sentiment.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/classify-document.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/contains-pii-entities.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/create-dataset.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/create-document-classifier.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/create-endpoint.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/create-entity-recognizer.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/create-flywheel.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/delete-document-classifier.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/delete-endpoint.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/delete-entity-recognizer.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/delete-flywheel.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/delete-resource-policy.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/describe-dataset.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/describe-document-classification-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/describe-document-classifier.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/describe-dominant-language-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/describe-endpoint.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/describe-entities-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/describe-entity-recognizer.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/describe-events-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/describe-flywheel-iteration.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/describe-flywheel.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/describe-key-phrases-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/describe-pii-entities-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/describe-resource-policy.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/describe-sentiment-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/describe-targeted-sentiment-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/describe-topics-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/detect-dominant-language.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/detect-entities.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/detect-key-phrases.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/detect-pii-entities.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/detect-sentiment.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/detect-syntax.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/detect-targeted-sentiment.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/import-model.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/list-datasets.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/list-document-classification-jobs.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/list-document-classifier-summaries.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/list-document-classifiers.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/list-dominant-language-detection-jobs.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/list-endpoints.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/list-entities-detection-jobs.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/list-entity-recognizer-summaries.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/list-entity-recognizers.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/list-events-detection-jobs.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/list-flywheel-iteration-history.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/list-flywheels.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/list-key-phrases-detection-jobs.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/list-pii-entities-detection-jobs.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/list-sentiment-detection-jobs.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/list-tags-for-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/list-targeted-sentiment-detection-jobs.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/list-topics-detection-jobs.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/put-resource-policy.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/start-document-classification-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/start-dominant-language-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/start-entities-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/start-events-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/start-flywheel-iteration.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/start-key-phrases-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/start-pii-entities-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/start-sentiment-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/start-targeted-sentiment-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/start-topics-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/stop-dominant-language-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/stop-entities-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/stop-events-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/stop-key-phrases-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/stop-pii-entities-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/stop-sentiment-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/stop-targeted-sentiment-detection-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/stop-training-document-classifier.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/stop-training-entity-recognizer.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/tag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/untag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/update-endpoint.rst
+#usr/lib/python3.10/site-packages/awscli/examples/comprehend/update-flywheel.rst
#usr/lib/python3.10/site-packages/awscli/examples/comprehendmedical
#usr/lib/python3.10/site-packages/awscli/examples/comprehendmedical/describe-entities-detection-v2-job.rst
#usr/lib/python3.10/site-packages/awscli/examples/comprehendmedical/describe-icd10-cm-inference-job.rst
@@ -1329,6 +1470,12 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/datapipeline/list-runs.rst
#usr/lib/python3.10/site-packages/awscli/examples/datapipeline/put-pipeline-definition.rst
#usr/lib/python3.10/site-packages/awscli/examples/datapipeline/remove-tags.rst
+#usr/lib/python3.10/site-packages/awscli/examples/datasync
+#usr/lib/python3.10/site-packages/awscli/examples/datasync/update-location-azure-blob.rst
+#usr/lib/python3.10/site-packages/awscli/examples/datasync/update-location-hdfs.rst
+#usr/lib/python3.10/site-packages/awscli/examples/datasync/update-location-nfs.rst
+#usr/lib/python3.10/site-packages/awscli/examples/datasync/update-location-object-storage.rst
+#usr/lib/python3.10/site-packages/awscli/examples/datasync/update-location-smb.rst
#usr/lib/python3.10/site-packages/awscli/examples/dax
#usr/lib/python3.10/site-packages/awscli/examples/dax/create-cluster.rst
#usr/lib/python3.10/site-packages/awscli/examples/dax/create-parameter-group.rst
@@ -1625,6 +1772,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2
#usr/lib/python3.10/site-packages/awscli/examples/ec2-instance-connect
#usr/lib/python3.10/site-packages/awscli/examples/ec2-instance-connect/send-ssh-public-key.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/accept-address-transfer.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/accept-reserved-instances-exchange-quote.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/accept-transit-gateway-peering-attachment.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/accept-transit-gateway-vpc-attachment.rst
@@ -1637,11 +1785,14 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/apply-security-groups-to-client-vpn-target-network.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/assign-ipv6-addresses.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/assign-private-ip-addresses.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/assign-private-nat-gateway-address.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-address.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-client-vpn-target-network.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-dhcp-options.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-iam-instance-profile.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-instance-event-window.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-ipam-resource-discovery.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-nat-gateway-address.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-route-table.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-subnet-cidr-block.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/associate-transit-gateway-multicast-domain.rst
@@ -1650,6 +1801,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/attach-classic-link-vpc.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/attach-internet-gateway.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/attach-network-interface.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/attach-verified-access-trust-provider.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/attach-volume.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/attach-vpn-gateway.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/authorize-client-vpn-ingress.rst
@@ -1661,6 +1813,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/cancel-capacity-reservation.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/cancel-conversion-task.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/cancel-export-task.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/cancel-image-launch-permission.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/cancel-import-task.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/cancel-reserved-instances-listing.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/cancel-spot-fleet-requests.rst
@@ -1671,8 +1824,11 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/copy-snapshot.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-capacity-reservation-fleet.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-capacity-reservation.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-carrier-gateway.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-client-vpn-endpoint.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-client-vpn-route.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-coip-cidr.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-coip-pool.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-customer-gateway.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-default-subnet.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-default-vpc.rst
@@ -1682,16 +1838,20 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-flow-logs.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-fpga-image.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-image.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-instance-connect-endpoint.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-instance-event-window.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-instance-export-task.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-internet-gateway.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-ipam-pool.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-ipam-resource-discovery.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-ipam-scope.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-ipam.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-key-pair.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-launch-template-version.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-launch-template.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-local-gateway-route-table-virtual-interface-group-association.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-local-gateway-route-table-vpc-association.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-local-gateway-route-table.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-local-gateway-route.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-managed-prefix-list.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-nat-gateway.rst
@@ -1723,11 +1883,16 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gateway-connect.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gateway-multicast-domain.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gateway-peering-attachment.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gateway-policy-table.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gateway-prefix-list-reference.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gateway-route-table.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gateway-route.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gateway-vpc-attachment.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-transit-gateway.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-verified-access-endpoint.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-verified-access-group.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-verified-access-instance.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-verified-access-trust-provider.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-volume.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-vpc-endpoint-connection-notification.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/create-vpc-endpoint-service-configuration.rst
@@ -1740,19 +1905,27 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-carrier-gateway.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-client-vpn-endpoint.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-client-vpn-route.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-coip-cidr.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-coip-pool.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-customer-gateway.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-dhcp-options.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-egress-only-internet-gateway.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-fleets.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-flow-logs.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-fpga-image.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-instance-connect-endpoint.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-instance-event-window.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-internet-gateway.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-ipam-pool.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-ipam-resource-discovery.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-ipam-scope.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-ipam.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-key-pair.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-launch-template-versions.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-launch-template.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-local-gateway-route-table-virtual-interface-group-association.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-local-gateway-route-table-vpc-association.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-local-gateway-route-table.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-local-gateway-route.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-managed-prefix-list.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-nat-gateway.rst
@@ -1782,11 +1955,16 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gateway-connect.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gateway-multicast-domain.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gateway-peering-attachment.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gateway-policy-table.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gateway-prefix-list-reference.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gateway-route-table.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gateway-route.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gateway-vpc-attachment.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-transit-gateway.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-verified-access-endpoint.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-verified-access-group.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-verified-access-instance.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-verified-access-trust-provider.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-volume.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-vpc-endpoint-connection-notifications.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/delete-vpc-endpoint-service-configurations.rst
@@ -1803,10 +1981,13 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/deregister-transit-gateway-multicast-group-members.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/deregister-transit-gateway-multicast-group-source.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-account-attributes.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-address-transfers.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-addresses-attribute.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-addresses.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-aggregate-id-format.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-availability-zones.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-aws-network-performance-metric-subscription.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-aws-network-performance-metric-subscriptions.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-bundle-tasks.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-byoip-cidrs.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-capacity-reservation-fleets.rst
@@ -1845,15 +2026,19 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-import-image-tasks.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-import-snapshot-tasks.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-attribute.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-connect-endpoints.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-credit-specifications.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-event-notification-attributes.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-event-windows.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-status.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-topology.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-type-offerings.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instance-types.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-instances.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-internet-gateways.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipam-pools.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipam-resource-discoveries.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipam-resource-discovery-associations.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipam-scopes.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipams.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-ipv6-pools.rst
@@ -1866,6 +2051,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-gateway-virtual-interface-groups.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-gateway-virtual-interfaces.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-local-gateways.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-locked-snapshots.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-managed-prefix-lists.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-moving-addresses.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-nat-gateways.rst
@@ -1914,9 +2100,15 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-gateway-connects.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-gateway-multicast-domains.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-gateway-peering-attachments.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-gateway-policy-tables.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-gateway-route-tables.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-gateway-vpc-attachments.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-transit-gateways.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-verified-access-endpoints.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-verified-access-groups.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-verified-access-instance-logging-configurations.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-verified-access-instances.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-verified-access-trust-providers.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-volume-attribute.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-volume-status.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/describe-volumes-modifications.rst
@@ -1937,13 +2129,20 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/detach-classic-link-vpc.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/detach-internet-gateway.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/detach-network-interface.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/detach-verified-access-trust-provider.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/detach-volume.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/detach-vpn-gateway.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-address-transfer.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-aws-network-performance-metric-subscription.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-ebs-encryption-by-default.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-fast-launch.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-fast-snapshot-restores.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-image-block-public-access.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-image-deprecation.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-image.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-ipam-organization-admin-account.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-serial-console-access.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-snapshot-block-public-access.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-transit-gateway-route-table-propagation.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-vgw-route-propagation.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/disable-vpc-classic-link-dns-support.rst
@@ -1952,18 +2151,25 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-client-vpn-target-network.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-iam-instance-profile.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-instance-event-window.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-ipam-resource-discovery.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-nat-gateway-address.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-route-table.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-subnet-cidr-block.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-transit-gateway-multicast-domain.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-transit-gateway-route-table.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/disassociate-vpc-cidr-block.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-address-transfer.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-aws-network-performance-metric-subscription.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-ebs-encryption-by-default.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-fast-launch.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-fast-snapshot-restores.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-image-block-public-access.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-image-deprecation.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-image.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-ipam-organization-admin-account.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-reachability-analyzer-organization-sharing.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-serial-console-access.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-snapshot-block-public-access.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-transit-gateway-route-table-propagation.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-vgw-route-propagation.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/enable-volume-io.rst
@@ -1973,6 +2179,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/export-client-vpn-client-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/export-image.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-associated-ipv6-pool-cidrs.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-aws-network-performance-data.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-capacity-reservation-usage.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-coip-pool-usage.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-console-output.rst
@@ -1983,9 +2190,13 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-flow-logs-integration-template.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-groups-for-capacity-reservation.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-host-reservation-purchase-preview.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-image-block-public-access-state.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-instance-types-from-instance-requirements.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-instance-uefi-data.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-address-history.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-discovered-accounts.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-discovered-public-addresses.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-discovered-resource-cidrs.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-pool-allocations.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-pool-cidrs.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-ipam-resource-cidrs.rst
@@ -1996,7 +2207,9 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-network-insights-access-scope-content.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-password-data.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-reserved-instances-exchange-quote.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-security-groups-for-vpc.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-serial-console-access-status.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-snapshot-block-public-access-state.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-spot-placement-scores.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-subnet-cidr-reservations.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-transit-gateway-attachment-propagations.rst
@@ -2004,6 +2217,8 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-transit-gateway-prefix-list-references.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-transit-gateway-route-table-associations.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-transit-gateway-route-table-propagations.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-verified-access-endpoint-policy.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-verified-access-group-policy.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-vpn-connection-device-sample-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/get-vpn-connection-device-types.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/import-client-vpn-client-certificate-revocation-list.rst
@@ -2012,6 +2227,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/import-snapshot.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/list-images-in-recycle-bin.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/list-snapshots-in-recycle-bin.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/lock-snapshot.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-address-attribute.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-availability-zone-group.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-capacity-reservation-fleet.rst
@@ -2035,10 +2251,13 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-instance-placement.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-ipam-pool.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-ipam-resource-cidr.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-ipam-resource-discovery.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-ipam-scope.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-ipam.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-launch-template.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-managed-prefix-list.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-network-interface-attribute.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-private-dns-name-options.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-reserved-instances.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-security-group-rules.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-snapshot-attribute.rst
@@ -2051,6 +2270,13 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-transit-gateway-prefix-list-reference.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-transit-gateway-vpc-attachment.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-transit-gateway.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-verified-access-endpoint-policy.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-verified-access-endpoint.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-verified-access-group-policy.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-verified-access-group.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-verified-access-instance-logging-configuration.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-verified-access-instance.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-verified-access-trust-provider.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-volume-attribute.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-volume.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/modify-vpc-attribute.rst
@@ -2081,11 +2307,13 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/register-transit-gateway-multicast-group-members.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/register-transit-gateway-multicast-group-sources.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/reject-transit-gateway-peering-attachment.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/reject-transit-gateway-vpc-attachment.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/reject-transit-gateway-vpc-attachments.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/reject-vpc-endpoint-connections.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/reject-vpc-peering-connection.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/release-address.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/release-hosts.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/release-ipam-pool-allocation.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/replace-iam-instance-profile-association.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/replace-network-acl-association.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/replace-network-acl-entry.rst
@@ -2125,6 +2353,8 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/terminate-instances.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/unassign-ipv6-addresses.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/unassign-private-ip-addresses.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/unassign-private-nat-gateway-address.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/unlock-snapshot.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/unmonitor-instances.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/update-security-group-rule-descriptions-egress.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/update-security-group-rule-descriptions-ingress.rst
@@ -2143,13 +2373,17 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/wait/instance-status-ok.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/wait/instance-stopped.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/wait/instance-terminated.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/wait/internet-gateway-exists.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/wait/key-pair-exists.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/wait/nat-gateway-available.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/wait/nat-gateway-deleted.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/wait/network-interface-available.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/wait/password-data-available.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/wait/security-group-exists.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/wait/snapshot-completed.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/wait/snapshot-imported.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/wait/spot-instance-request-fulfilled.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ec2/wait/store-image-task-complete.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/wait/subnet-available.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/wait/system-status-ok.rst
#usr/lib/python3.10/site-packages/awscli/examples/ec2/wait/volume-available.rst
@@ -2164,6 +2398,11 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ec2/withdraw-byoip-cidr.rst
#usr/lib/python3.10/site-packages/awscli/examples/ecr
#usr/lib/python3.10/site-packages/awscli/examples/ecr-public
+#usr/lib/python3.10/site-packages/awscli/examples/ecr-public/create-repository.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ecr-public/delete-repository.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ecr-public/describe-registries.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ecr-public/describe-repository.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ecr-public/get-login-password.rst
#usr/lib/python3.10/site-packages/awscli/examples/ecr-public/get-login-password_description.rst
#usr/lib/python3.10/site-packages/awscli/examples/ecr/batch-check-layer-availability.rst
#usr/lib/python3.10/site-packages/awscli/examples/ecr/batch-delete-image.rst
@@ -2208,6 +2447,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ecs/delete-capacity-provider.rst
#usr/lib/python3.10/site-packages/awscli/examples/ecs/delete-cluster.rst
#usr/lib/python3.10/site-packages/awscli/examples/ecs/delete-service.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ecs/delete-task-definitions.rst
#usr/lib/python3.10/site-packages/awscli/examples/ecs/delete-task-set.rst
#usr/lib/python3.10/site-packages/awscli/examples/ecs/deregister-container-instance.rst
#usr/lib/python3.10/site-packages/awscli/examples/ecs/deregister-task-definition.rst
@@ -2248,6 +2488,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ecs/update-task-set.rst
#usr/lib/python3.10/site-packages/awscli/examples/ecs/wait
#usr/lib/python3.10/site-packages/awscli/examples/ecs/wait/services-stable.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ecs/wait/tasks-running.rst
#usr/lib/python3.10/site-packages/awscli/examples/efs
#usr/lib/python3.10/site-packages/awscli/examples/efs/create-file-system.rst
#usr/lib/python3.10/site-packages/awscli/examples/efs/create-mount-target.rst
@@ -2260,19 +2501,56 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/efs/tag-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/efs/untag-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/eks
+#usr/lib/python3.10/site-packages/awscli/examples/eks/associate-encryption-config.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/associate-identity-provider-config.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/create-addon.rst
#usr/lib/python3.10/site-packages/awscli/examples/eks/create-cluster.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/create-fargate-profile.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/create-nodegroup.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/delete-addon.rst
#usr/lib/python3.10/site-packages/awscli/examples/eks/delete-cluster.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/delete-fargate-profile.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/delete-nodegroup.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/deregister-cluster.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/describe-addon-configuration.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/describe-addon-versions.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/describe-addon.rst
#usr/lib/python3.10/site-packages/awscli/examples/eks/describe-cluster.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/describe-fargate-profile.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/describe-identity-provider-config.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/describe-nodegroup.rst
#usr/lib/python3.10/site-packages/awscli/examples/eks/describe-update.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/disassociate-identity-provider-config.rst
#usr/lib/python3.10/site-packages/awscli/examples/eks/get-token.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/list-addons.rst
#usr/lib/python3.10/site-packages/awscli/examples/eks/list-clusters.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/list-fargate-profiles.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/list-identity-provider-configs.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/list-nodegroups.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/list-tags-for-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/list-update.rst
#usr/lib/python3.10/site-packages/awscli/examples/eks/list-updates.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/register-cluster.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/tag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/untag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/update-addon.rst
#usr/lib/python3.10/site-packages/awscli/examples/eks/update-cluster-config.rst
#usr/lib/python3.10/site-packages/awscli/examples/eks/update-cluster-version.rst
#usr/lib/python3.10/site-packages/awscli/examples/eks/update-kubeconfig
#usr/lib/python3.10/site-packages/awscli/examples/eks/update-kubeconfig.rst
#usr/lib/python3.10/site-packages/awscli/examples/eks/update-kubeconfig/_description.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/update-nodegroup-config.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/update-nodegroup-version.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/wait
#usr/lib/python3.10/site-packages/awscli/examples/eks/wait.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/wait/addon-active.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/wait/addon-deleted.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/wait/cluster-active.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/wait/cluster-deleted.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/wait/fargate-profile-active.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/wait/fargate-profile-deleted.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/wait/nodegroup-active.rst
+#usr/lib/python3.10/site-packages/awscli/examples/eks/wait/nodegroup-deleted.rst
#usr/lib/python3.10/site-packages/awscli/examples/elasticache
#usr/lib/python3.10/site-packages/awscli/examples/elasticache/add-tags-to-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/elasticache/authorize-cache-security-group-ingress.rst
@@ -2888,6 +3166,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/iam/get-group.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/get-instance-profile.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/get-login-profile.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/get-mfa-device.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/get-open-id-connect-provider.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/get-organizations-access-report.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/get-policy-version.rst
@@ -2911,17 +3190,23 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/iam/list-group-policies.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/list-groups-for-user.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/list-groups.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/list-instance-profile-tags.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/list-instance-profiles-for-role.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/list-instance-profiles.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/list-mfa-device-tags.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/list-mfa-devices.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/list-open-id-connect-provider-tags.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/list-open-id-connect-providers.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/list-policies-granting-service-access.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/list-policies.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/list-policy-tags.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/list-policy-versions.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/list-role-policies.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/list-role-tags.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/list-roles.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/list-saml-provider-tags.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/list-saml-providers.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/list-server-certificate-tags.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/list-server-certificates.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/list-service-specific-credential.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/list-service-specific-credentials.rst
@@ -2945,9 +3230,21 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/iam/set-security-token-service-preferences.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/simulate-custom-policy.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/simulate-principal-policy.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/tag-instance-profile.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/tag-mfa-device.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/tag-open-id-connect-provider.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/tag-policy.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/tag-role.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/tag-saml-provider.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/tag-server-certificate.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/tag-user.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/untag-instance-profile.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/untag-mfa-device.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/untag-open-id-connect-provider.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/untag-policy.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/untag-role.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/untag-saml-provider.rst
+#usr/lib/python3.10/site-packages/awscli/examples/iam/untag-server-certificate.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/untag-user.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/update-access-key.rst
#usr/lib/python3.10/site-packages/awscli/examples/iam/update-account-password-policy.rst
@@ -3050,6 +3347,19 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/inspector/subscribe-to-event.rst
#usr/lib/python3.10/site-packages/awscli/examples/inspector/unsubscribe-from-event.rst
#usr/lib/python3.10/site-packages/awscli/examples/inspector/update-assessment-target.rst
+#usr/lib/python3.10/site-packages/awscli/examples/inspector2
+#usr/lib/python3.10/site-packages/awscli/examples/inspector2/create-filter.rst
+#usr/lib/python3.10/site-packages/awscli/examples/inspector2/create-findings-report.rst
+#usr/lib/python3.10/site-packages/awscli/examples/inspector2/create-sbom-export.rst
+#usr/lib/python3.10/site-packages/awscli/examples/inspector2/delete-filter.rst
+#usr/lib/python3.10/site-packages/awscli/examples/inspector2/get-configuration.rst
+#usr/lib/python3.10/site-packages/awscli/examples/inspector2/list-account-permissions.rst
+#usr/lib/python3.10/site-packages/awscli/examples/inspector2/list-coverage-statistics.rst
+#usr/lib/python3.10/site-packages/awscli/examples/inspector2/list-coverage.rst
+#usr/lib/python3.10/site-packages/awscli/examples/inspector2/list-delegated-admin-accounts.rst
+#usr/lib/python3.10/site-packages/awscli/examples/inspector2/list-filters.rst
+#usr/lib/python3.10/site-packages/awscli/examples/inspector2/list-usage-totals.rst
+#usr/lib/python3.10/site-packages/awscli/examples/inspector2/update-filter.rst
#usr/lib/python3.10/site-packages/awscli/examples/iot
#usr/lib/python3.10/site-packages/awscli/examples/iot-data
#usr/lib/python3.10/site-packages/awscli/examples/iot-data/delete-thing-shadow.rst
@@ -3542,17 +3852,50 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/update-wireless-device.rst
#usr/lib/python3.10/site-packages/awscli/examples/iotwireless/update-wireless-gateway.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/create-encoder-configuration.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/create-participant-token.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/create-stage.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/create-storage-configuration.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/delete-encoder-configuration.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/delete-public-key.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/delete-stage.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/delete-storage-configuration.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/disconnect-participant.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/get-composition.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/get-encoder-configuration.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/get-participant.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/get-public-key.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/get-stage-session.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/get-stage.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/get-storage-configuration.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/import-public-key.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/list-compositions.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/list-encoder-configurations.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/list-participant-events.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/list-participants.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/list-public-keys.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/list-stage-sessions.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/list-stages.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/list-storage-configurations.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/start-composition.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/stop-composition.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs-realtime/update-stage.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/batch-get-channel.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/batch-get-stream-key.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs/batch-start-viewer-session-revocation.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/create-channel.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs/create-playback-restriction-policy.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/create-recording-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/create-stream-key.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/delete-channel.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/delete-playback-key-pair.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs/delete-playback-restriction-policy.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/delete-recording-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/delete-stream-key.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/get-channel.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/get-playback-key-pair.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs/get-playback-restriction-policy.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/get-recording-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/get-stream-key.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/get-stream-session.rst
@@ -3560,16 +3903,19 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/ivs/import-playback-key-pair.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/list-channels.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/list-playback-key-pairs.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs/list-playback-restriction-policies.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/list-recording-configurations.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/list-stream-keys.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/list-stream-sessions.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/list-streams.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/list-tags-for-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/put-metadata.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs/start-viewer-session-revocation.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/stop-stream.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/tag-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/untag-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivs/update-channel.rst
+#usr/lib/python3.10/site-packages/awscli/examples/ivs/update-playback-restriction-policy.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivschat
#usr/lib/python3.10/site-packages/awscli/examples/ivschat/create-chat-token.rst
#usr/lib/python3.10/site-packages/awscli/examples/ivschat/create-logging-configuration.rst
@@ -3596,6 +3942,13 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/kafka/list-clusters.rst
#usr/lib/python3.10/site-packages/awscli/examples/kafka/update-broker-storage.rst
#usr/lib/python3.10/site-packages/awscli/examples/kafka/update-cluster-configuration.rst
+#usr/lib/python3.10/site-packages/awscli/examples/kendra
+#usr/lib/python3.10/site-packages/awscli/examples/kendra/create-data-source.rst
+#usr/lib/python3.10/site-packages/awscli/examples/kendra/create-index.rst
+#usr/lib/python3.10/site-packages/awscli/examples/kendra/describe-data-source.rst
+#usr/lib/python3.10/site-packages/awscli/examples/kendra/describe-index.rst
+#usr/lib/python3.10/site-packages/awscli/examples/kendra/update-data-source.rst
+#usr/lib/python3.10/site-packages/awscli/examples/kendra/update-index.rst
#usr/lib/python3.10/site-packages/awscli/examples/kinesis
#usr/lib/python3.10/site-packages/awscli/examples/kinesis/add-tags-to-stream.rst
#usr/lib/python3.10/site-packages/awscli/examples/kinesis/create-stream.rst
@@ -3634,6 +3987,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/kms/delete-alias.rst
#usr/lib/python3.10/site-packages/awscli/examples/kms/delete-custom-key-store.rst
#usr/lib/python3.10/site-packages/awscli/examples/kms/delete-imported-key-material.rst
+#usr/lib/python3.10/site-packages/awscli/examples/kms/derive-shared-secret.rst
#usr/lib/python3.10/site-packages/awscli/examples/kms/describe-custom-key-stores.rst
#usr/lib/python3.10/site-packages/awscli/examples/kms/describe-key.rst
#usr/lib/python3.10/site-packages/awscli/examples/kms/disable-key-rotation.rst
@@ -3655,6 +4009,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/kms/list-aliases.rst
#usr/lib/python3.10/site-packages/awscli/examples/kms/list-grants.rst
#usr/lib/python3.10/site-packages/awscli/examples/kms/list-key-policies.rst
+#usr/lib/python3.10/site-packages/awscli/examples/kms/list-key-rotations.rst
#usr/lib/python3.10/site-packages/awscli/examples/kms/list-keys.rst
#usr/lib/python3.10/site-packages/awscli/examples/kms/list-resource-tags.rst
#usr/lib/python3.10/site-packages/awscli/examples/kms/list-retirable-grants.rst
@@ -3662,6 +4017,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/kms/re-encrypt.rst
#usr/lib/python3.10/site-packages/awscli/examples/kms/retire-grant.rst
#usr/lib/python3.10/site-packages/awscli/examples/kms/revoke-grant.rst
+#usr/lib/python3.10/site-packages/awscli/examples/kms/rotate-key-on-demand.rst
#usr/lib/python3.10/site-packages/awscli/examples/kms/schedule-key-deletion.rst
#usr/lib/python3.10/site-packages/awscli/examples/kms/sign.rst
#usr/lib/python3.10/site-packages/awscli/examples/kms/tag-resource.rst
@@ -3874,6 +4230,8 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/logs/get-log-events.rst
#usr/lib/python3.10/site-packages/awscli/examples/logs/put-log-events.rst
#usr/lib/python3.10/site-packages/awscli/examples/logs/put-retention-policy.rst
+#usr/lib/python3.10/site-packages/awscli/examples/macie2
+#usr/lib/python3.10/site-packages/awscli/examples/macie2/describe-buckets.rst
#usr/lib/python3.10/site-packages/awscli/examples/mediaconnect
#usr/lib/python3.10/site-packages/awscli/examples/mediaconnect/add-flow-outputs.rst
#usr/lib/python3.10/site-packages/awscli/examples/mediaconnect/create-flow.rst
@@ -3979,6 +4337,25 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/mediatailor/get-playback-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/mediatailor/list-playback-configurations.rst
#usr/lib/python3.10/site-packages/awscli/examples/mediatailor/put-playback-configuration.rst
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging/copy-image-set.rst
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging/create-datastore.rst
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging/delete-datastore.rst
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging/delete-image-set.rst
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging/get-datastore.rst
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging/get-dicom-import-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging/get-image-frame.rst
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging/get-image-set-metadata.rst
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging/get-image-set.rst
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging/list-datastores.rst
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging/list-dicom-import-jobs.rst
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging/list-image-set-versions.rst
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging/list-tags-for-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging/search-image-sets.rst
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging/start-dicom-import-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging/tag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging/untag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/medical-imaging/update-image-set-metadata.rst
#usr/lib/python3.10/site-packages/awscli/examples/memorydb
#usr/lib/python3.10/site-packages/awscli/examples/memorydb/copy-snapshot.rst
#usr/lib/python3.10/site-packages/awscli/examples/memorydb/create-acl.rst
@@ -4053,43 +4430,55 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/networkmanager/put-public-access-block.rst
#usr/lib/python3.10/site-packages/awscli/examples/networkmanager/register-transit-gateway.rst
#usr/lib/python3.10/site-packages/awscli/examples/networkmanager/reject-attachment.rst
+#usr/lib/python3.10/site-packages/awscli/examples/networkmanager/start-route-analysis.rst
#usr/lib/python3.10/site-packages/awscli/examples/networkmanager/tag-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/networkmanager/untag-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/networkmanager/update-device.rst
#usr/lib/python3.10/site-packages/awscli/examples/networkmanager/update-global-network.rst
#usr/lib/python3.10/site-packages/awscli/examples/networkmanager/update-link.rst
#usr/lib/python3.10/site-packages/awscli/examples/networkmanager/update-site.rst
-#usr/lib/python3.10/site-packages/awscli/examples/nimble
-#usr/lib/python3.10/site-packages/awscli/examples/nimble/get-eula.rst
-#usr/lib/python3.10/site-packages/awscli/examples/nimble/get-launch-profile-details.rst
-#usr/lib/python3.10/site-packages/awscli/examples/nimble/get-launch-profile.rst
-#usr/lib/python3.10/site-packages/awscli/examples/nimble/get-studio.rst
-#usr/lib/python3.10/site-packages/awscli/examples/nimble/list-eula-acceptances.rst
-#usr/lib/python3.10/site-packages/awscli/examples/nimble/list-eulas.rst
-#usr/lib/python3.10/site-packages/awscli/examples/nimble/list-launch-profiles.rst
-#usr/lib/python3.10/site-packages/awscli/examples/nimble/list-studio-components.rst
-#usr/lib/python3.10/site-packages/awscli/examples/nimble/list-studio-members.rst
-#usr/lib/python3.10/site-packages/awscli/examples/nimble/list-studios.rst
+#usr/lib/python3.10/site-packages/awscli/examples/networkmonitor
+#usr/lib/python3.10/site-packages/awscli/examples/networkmonitor/create-monitor.rst
+#usr/lib/python3.10/site-packages/awscli/examples/networkmonitor/create-probe.rst
+#usr/lib/python3.10/site-packages/awscli/examples/networkmonitor/delete-monitor.rst
+#usr/lib/python3.10/site-packages/awscli/examples/networkmonitor/delete-probe.rst
+#usr/lib/python3.10/site-packages/awscli/examples/networkmonitor/get-monitor.rst
+#usr/lib/python3.10/site-packages/awscli/examples/networkmonitor/get-probe.rst
+#usr/lib/python3.10/site-packages/awscli/examples/networkmonitor/list-monitors.rst
+#usr/lib/python3.10/site-packages/awscli/examples/networkmonitor/list-tags-for-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/networkmonitor/tag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/networkmonitor/untag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/networkmonitor/update-monitor.rst
+#usr/lib/python3.10/site-packages/awscli/examples/networkmonitor/update-probe.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics
+#usr/lib/python3.10/site-packages/awscli/examples/omics/abort-multipart-read-set-upload.rst
+#usr/lib/python3.10/site-packages/awscli/examples/omics/accept-share.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/batch-delete-read-set.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/cancel-annotation-import-job.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/cancel-run.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/cancel-variant-import-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/omics/complete-multipart-read-set-upload.rst
+#usr/lib/python3.10/site-packages/awscli/examples/omics/create-annotation-store-version.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/create-annotation-store.rst
+#usr/lib/python3.10/site-packages/awscli/examples/omics/create-multipart-read-set-upload.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/create-reference-store.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/create-run-group.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/create-sequence-store.rst
+#usr/lib/python3.10/site-packages/awscli/examples/omics/create-share.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/create-variant-store.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/create-workflow.rst
+#usr/lib/python3.10/site-packages/awscli/examples/omics/delete-annotation-store-versions.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/delete-annotation-store.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/delete-reference-store.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/delete-reference.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/delete-run-group.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/delete-run.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/delete-sequence-store.rst
+#usr/lib/python3.10/site-packages/awscli/examples/omics/delete-share.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/delete-variant-store.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/delete-workflow.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/get-annotation-import-job.rst
+#usr/lib/python3.10/site-packages/awscli/examples/omics/get-annotation-store-version.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/get-annotation-store.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/get-read-set-activation-job.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/get-read-set-export-job.rst
@@ -4104,14 +4493,18 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/omics/get-run-task.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/get-run.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/get-sequence-store.rst
+#usr/lib/python3.10/site-packages/awscli/examples/omics/get-share.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/get-variant-import-job.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/get-variant-store.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/get-workflow.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/list-annotation-import-jobs.rst
+#usr/lib/python3.10/site-packages/awscli/examples/omics/list-annotation-store-versions.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/list-annotation-stores.rst
+#usr/lib/python3.10/site-packages/awscli/examples/omics/list-multipart-read-set-uploads.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/list-read-set-activation-jobs.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/list-read-set-export-jobs.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/list-read-set-import-jobs.rst
+#usr/lib/python3.10/site-packages/awscli/examples/omics/list-read-set-upload-parts.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/list-read-sets.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/list-reference-import-jobs.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/list-reference-stores.rst
@@ -4120,6 +4513,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/omics/list-run-tasks.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/list-runs.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/list-sequence-stores.rst
+#usr/lib/python3.10/site-packages/awscli/examples/omics/list-shares.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/list-tags-for-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/list-variant-import-jobs.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/list-variant-stores.rst
@@ -4137,6 +4531,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/omics/update-run-group.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/update-variant-store.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/update-workflow.rst
+#usr/lib/python3.10/site-packages/awscli/examples/omics/upload-read-set-part.rst
#usr/lib/python3.10/site-packages/awscli/examples/omics/wait.rst
#usr/lib/python3.10/site-packages/awscli/examples/opsworks
#usr/lib/python3.10/site-packages/awscli/examples/opsworks/assign-instance.rst
@@ -4262,11 +4657,45 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/outposts/get-outpost.rst
#usr/lib/python3.10/site-packages/awscli/examples/outposts/list-outposts.rst
#usr/lib/python3.10/site-packages/awscli/examples/outposts/list-sites.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography-data
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography-data/decrypt-data.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography-data/encrypt-data.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography-data/generate-card-validation-data.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography-data/generate-mac.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography-data/generate-pin-data.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography-data/re-encrypt-data.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography-data/translate-pin-data.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography-data/verify-auth-request-cryptogram.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography-data/verify-card-validation-data.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography-data/verify-mac.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography-data/verify-pin-data.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/create-alias.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/create-key.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/delete-alias.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/delete-key.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/export-key.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/get-alias.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/get-key.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/get-parameters-for-export.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/get-parameters-for-import.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/get-public-key-certificate.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/import-key.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/list-aliases.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/list-keys.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/list-tags-for-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/restore-key.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/start-key-usage.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/stop-key-usage.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/tag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/untag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/payment-cryptography/update-alias.rst
#usr/lib/python3.10/site-packages/awscli/examples/pi
#usr/lib/python3.10/site-packages/awscli/examples/pi/describe-dimension-keys.rst
#usr/lib/python3.10/site-packages/awscli/examples/pi/get-resource-metrics.rst
#usr/lib/python3.10/site-packages/awscli/examples/pinpoint
#usr/lib/python3.10/site-packages/awscli/examples/pinpoint/create-app.rst
+#usr/lib/python3.10/site-packages/awscli/examples/pinpoint/create-sms-template.rst
#usr/lib/python3.10/site-packages/awscli/examples/pinpoint/delete-app.rst
#usr/lib/python3.10/site-packages/awscli/examples/pinpoint/get-apns-channel.rst
#usr/lib/python3.10/site-packages/awscli/examples/pinpoint/get-app.rst
@@ -4278,10 +4707,26 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/pinpoint/get-endpoint.rst
#usr/lib/python3.10/site-packages/awscli/examples/pinpoint/get-gcm-channel.rst
#usr/lib/python3.10/site-packages/awscli/examples/pinpoint/get-sms-channel.rst
+#usr/lib/python3.10/site-packages/awscli/examples/pinpoint/get-sms-template.rst
#usr/lib/python3.10/site-packages/awscli/examples/pinpoint/get-voice-channel.rst
#usr/lib/python3.10/site-packages/awscli/examples/pinpoint/list-tags-for-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/pinpoint/phone-number-validate.rst
+#usr/lib/python3.10/site-packages/awscli/examples/pinpoint/send-messages.rst
+#usr/lib/python3.10/site-packages/awscli/examples/pinpoint/send-users-messages.rst
#usr/lib/python3.10/site-packages/awscli/examples/pinpoint/tag-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/pinpoint/untag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/pinpoint/update-sms-channel.rst
+#usr/lib/python3.10/site-packages/awscli/examples/pipes
+#usr/lib/python3.10/site-packages/awscli/examples/pipes/create-pipe.rst
+#usr/lib/python3.10/site-packages/awscli/examples/pipes/delete-pipe.rst
+#usr/lib/python3.10/site-packages/awscli/examples/pipes/describe-pipe.rst
+#usr/lib/python3.10/site-packages/awscli/examples/pipes/list-pipes.rst
+#usr/lib/python3.10/site-packages/awscli/examples/pipes/list-tags-for-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/pipes/start-pipe.rst
+#usr/lib/python3.10/site-packages/awscli/examples/pipes/stop-pipe.rst
+#usr/lib/python3.10/site-packages/awscli/examples/pipes/tag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/pipes/untag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/pipes/update-pipe.rst
#usr/lib/python3.10/site-packages/awscli/examples/polly
#usr/lib/python3.10/site-packages/awscli/examples/polly/delete-lexicon.rst
#usr/lib/python3.10/site-packages/awscli/examples/polly/get-lexicon.rst
@@ -4380,7 +4825,10 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/rds/create-db-instance-read-replica.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/create-db-instance.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/create-db-parameter-group.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/create-db-proxy-endpoint.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/create-db-proxy.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/create-db-security-group.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/create-db-shard-group.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/create-db-snapshot.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/create-db-subnet-group.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/create-event-subscription.rst
@@ -4394,12 +4842,16 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-instance-automated-backup.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-instance.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-parameter-group.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-proxy-endpoint.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-proxy.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-security-group.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-shard-group.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-snapshot.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-db-subnet-group.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-event-subscription.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-global-cluster.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/delete-option-group.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/deregister-db-proxy-targets.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-account-attributes.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-blue-green-deployments.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-certificates.rst
@@ -4416,7 +4868,13 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-log-files.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-parameter-groups.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-parameters.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-proxies.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-proxy-endpoints.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-proxy-target-groups.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-proxy-targets.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-recommendations.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-security-groups.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-shard-groups.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-snapshot-attributes.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-snapshots.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/describe-db-subnet-groups.rst
@@ -4447,6 +4905,10 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-cluster.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-instance.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-parameter-group.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-proxy-endpoint.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-proxy-target-group.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-proxy.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-shard-group.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-snapshot-attribute.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-snapshot-attributes.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/modify-db-snapshot.rst
@@ -4458,6 +4920,8 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/rds/purchase-reserved-db-instance.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/purchase-reserved-db-instances-offerings.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/reboot-db-instance.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/reboot-db-shard-group.rst
+#usr/lib/python3.10/site-packages/awscli/examples/rds/register-db-proxy-targets.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/remove-from-global-cluster.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/remove-option-from-option-group.rst
#usr/lib/python3.10/site-packages/awscli/examples/rds/remove-role-from-db-cluster.rst
@@ -4722,6 +5186,21 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/route53domains/update-domain-nameservers.rst
#usr/lib/python3.10/site-packages/awscli/examples/route53domains/update-tags-for-domain.rst
#usr/lib/python3.10/site-packages/awscli/examples/route53domains/view-billing.rst
+#usr/lib/python3.10/site-packages/awscli/examples/route53profiles
+#usr/lib/python3.10/site-packages/awscli/examples/route53profiles/associate-profile.rst
+#usr/lib/python3.10/site-packages/awscli/examples/route53profiles/associate-resource-to-profile.rst
+#usr/lib/python3.10/site-packages/awscli/examples/route53profiles/create-profile.rst
+#usr/lib/python3.10/site-packages/awscli/examples/route53profiles/delete-profile.rst
+#usr/lib/python3.10/site-packages/awscli/examples/route53profiles/disassociate-profile.rst
+#usr/lib/python3.10/site-packages/awscli/examples/route53profiles/disassociate-resource-from-profile.rst
+#usr/lib/python3.10/site-packages/awscli/examples/route53profiles/get-profile-association.rst
+#usr/lib/python3.10/site-packages/awscli/examples/route53profiles/get-profile-resource-association.rst
+#usr/lib/python3.10/site-packages/awscli/examples/route53profiles/get-profile.rst
+#usr/lib/python3.10/site-packages/awscli/examples/route53profiles/list-profile-associations.rst
+#usr/lib/python3.10/site-packages/awscli/examples/route53profiles/list-profile-resource-associations.rst
+#usr/lib/python3.10/site-packages/awscli/examples/route53profiles/list-profiles.rst
+#usr/lib/python3.10/site-packages/awscli/examples/route53profiles/list-tags-for-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/route53profiles/update-profile-resource-association.rst
#usr/lib/python3.10/site-packages/awscli/examples/route53resolver
#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/associate-firewall-rule-group.rst
#usr/lib/python3.10/site-packages/awscli/examples/route53resolver/associate-resolver-endpoint-ip-address.rst
@@ -4774,7 +5253,9 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/s3/cp.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3/ls.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3/mb.rst
+#usr/lib/python3.10/site-packages/awscli/examples/s3/mv
#usr/lib/python3.10/site-packages/awscli/examples/s3/mv.rst
+#usr/lib/python3.10/site-packages/awscli/examples/s3/mv/_description.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3/presign.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3/rb.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3/rm.rst
@@ -4789,9 +5270,11 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/s3api/delete-bucket-analytics-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/delete-bucket-cors.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/delete-bucket-encryption.rst
+#usr/lib/python3.10/site-packages/awscli/examples/s3api/delete-bucket-intelligent-tiering-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/delete-bucket-inventory-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/delete-bucket-lifecycle.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/delete-bucket-metrics-configuration.rst
+#usr/lib/python3.10/site-packages/awscli/examples/s3api/delete-bucket-ownership-controls.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/delete-bucket-policy.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/delete-bucket-replication.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/delete-bucket-tagging.rst
@@ -4806,6 +5289,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/s3api/get-bucket-analytics-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/get-bucket-cors.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/get-bucket-encryption.rst
+#usr/lib/python3.10/site-packages/awscli/examples/s3api/get-bucket-intelligent-tiering-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/get-bucket-inventory-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/get-bucket-lifecycle-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/get-bucket-lifecycle.rst
@@ -4814,6 +5298,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/s3api/get-bucket-metrics-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/get-bucket-notification-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/get-bucket-notification.rst
+#usr/lib/python3.10/site-packages/awscli/examples/s3api/get-bucket-ownership-controls.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/get-bucket-policy-status.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/get-bucket-policy.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/get-bucket-replication.rst
@@ -4833,6 +5318,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/s3api/head-bucket.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/head-object.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/list-bucket-analytics-configurations.rst
+#usr/lib/python3.10/site-packages/awscli/examples/s3api/list-bucket-intelligent-tiering-configurations.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/list-bucket-inventory-configurations.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/list-bucket-metrics-configurations.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/list-buckets.rst
@@ -4846,6 +5332,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/s3api/put-bucket-analytics-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/put-bucket-cors.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/put-bucket-encryption.rst
+#usr/lib/python3.10/site-packages/awscli/examples/s3api/put-bucket-intelligent-tiering-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/put-bucket-inventory-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/put-bucket-lifecycle-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/put-bucket-lifecycle.rst
@@ -4853,6 +5340,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/s3api/put-bucket-metrics-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/put-bucket-notification-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/put-bucket-notification.rst
+#usr/lib/python3.10/site-packages/awscli/examples/s3api/put-bucket-ownership-controls.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/put-bucket-policy.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/put-bucket-replication.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3api/put-bucket-request-payment.rst
@@ -4895,6 +5383,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/s3control/update-job-priority.rst
#usr/lib/python3.10/site-packages/awscli/examples/s3control/update-job-status.rst
#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager
+#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/batch-get-secret-value.rst
#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/cancel-rotate-secret.rst
#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/create-secret.rst
#usr/lib/python3.10/site-packages/awscli/examples/secretsmanager/delete-resource-policy.rst
@@ -4920,16 +5409,26 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/securityhub
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/accept-administrator-invitation.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/accept-invitation.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-delete-automation-rules.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-disable-standards.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-enable-standards.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-get-automation-rules.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-get-configuration-policy-associations.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-get-security-controls.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-get-standards-control-associations.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-import-findings.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-update-automation-rules.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-update-findings.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/batch-update-standards-control-associations.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-action-target.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-automation-rule.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-configuration-policy.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-finding-aggregator.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-insight.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/create-members.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/decline-invitations.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-action-target.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-configuration-policy.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-finding-aggregator.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-insight.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/delete-invitations.rst
@@ -4950,29 +5449,73 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/enable-organization-admin-account.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/enable-security-hub.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-administrator-account.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-configuration-policy-association.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-configuration-policy.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-enabled-standards.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-finding-aggregator.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-finding-history.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-findings.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-insight-results.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-insights.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-invitations-count.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-master-account.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-members.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/get-security-control-definition.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/invite-members.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-automation-rules.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-configuration-policies.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-configuration-policy-associations.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-enabled-products-for-import.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-finding-aggregators.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-invitations.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-members.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-organization-admin-accounts.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-security-control-definitions.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-standards-control-associations.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/list-tags-for-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/start-configuration-policy-association.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/start-configuration-policy-disassociation.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/tag-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/untag-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-action-target.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-configuration-policy.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-finding-aggregator.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-insight.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-organization-configuration.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-security-control.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-security-hub-configuration.rst
#usr/lib/python3.10/site-packages/awscli/examples/securityhub/update-standards-control.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/create-aws-logsource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/create-custom-logsource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/create-data-lake-exception-subscription.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/create-data-lake-organization-configuration.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/create-data-lake.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/create-subscriber-data-access.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/create-subscriber-notification.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/create-subscriber-query-access.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/delete-aws-logsource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/delete-custom-logsource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/delete-data-lake-organization-configuration.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/delete-data-lake.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/delete-subscriber-notification.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/delete-subscriber.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/get-data-lake-exception-subscription.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/get-data-lake-organization-configuration.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/get-data-lake-sources.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/get-subscriber.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/list-data-lake-exceptions.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/list-data-lakes.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/list-log-sources.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/list-subscribers.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/list-tags-for-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/register-data-lake-delegated-administrator.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/tag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/untag-resource.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/update-data-lake-exception-subscription.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/update-data-lake.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/update-subscriber-notification.rst
+#usr/lib/python3.10/site-packages/awscli/examples/securitylake/update-subscriber.rst
#usr/lib/python3.10/site-packages/awscli/examples/serverlessrepo
#usr/lib/python3.10/site-packages/awscli/examples/serverlessrepo/put-application-policy.rst
#usr/lib/python3.10/site-packages/awscli/examples/service-quotas
@@ -4986,6 +5529,20 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/service-quotas/list-services.rst
#usr/lib/python3.10/site-packages/awscli/examples/service-quotas/request-service-quota-increase.rst
#usr/lib/python3.10/site-packages/awscli/examples/servicecatalog
+#usr/lib/python3.10/site-packages/awscli/examples/servicecatalog-appregistry
+#usr/lib/python3.10/site-packages/awscli/examples/servicecatalog-appregistry/associate-attribute-group.rst
+#usr/lib/python3.10/site-packages/awscli/examples/servicecatalog-appregistry/create-application.rst
+#usr/lib/python3.10/site-packages/awscli/examples/servicecatalog-appregistry/create-attribute-group.rst
+#usr/lib/python3.10/site-packages/awscli/examples/servicecatalog-appregistry/delete-application.rst
+#usr/lib/python3.10/site-packages/awscli/examples/servicecatalog-appregistry/delete-attribute-group.rst
+#usr/lib/python3.10/site-packages/awscli/examples/servicecatalog-appregistry/get-application.rst
+#usr/lib/python3.10/site-packages/awscli/examples/servicecatalog-appregistry/get-attribute-group.rst
+#usr/lib/python3.10/site-packages/awscli/examples/servicecatalog-appregistry/list-applications.rst
+#usr/lib/python3.10/site-packages/awscli/examples/servicecatalog-appregistry/list-associated-attribute-groups.rst
+#usr/lib/python3.10/site-packages/awscli/examples/servicecatalog-appregistry/list-attribute-groups-for-application.rst
+#usr/lib/python3.10/site-packages/awscli/examples/servicecatalog-appregistry/list-attribute-groups.rst
+#usr/lib/python3.10/site-packages/awscli/examples/servicecatalog-appregistry/update-application.rst
+#usr/lib/python3.10/site-packages/awscli/examples/servicecatalog-appregistry/update-attribute-group.rst
#usr/lib/python3.10/site-packages/awscli/examples/servicecatalog/accept-portfolio-share.rst
#usr/lib/python3.10/site-packages/awscli/examples/servicecatalog/associate-principal-with-portfolio.rst
#usr/lib/python3.10/site-packages/awscli/examples/servicecatalog/associate-product-with-portfolio.rst
@@ -5123,6 +5680,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/sns/untag-resource.rst
#usr/lib/python3.10/site-packages/awscli/examples/sqs
#usr/lib/python3.10/site-packages/awscli/examples/sqs/add-permission.rst
+#usr/lib/python3.10/site-packages/awscli/examples/sqs/cancel-message-move-task.rst
#usr/lib/python3.10/site-packages/awscli/examples/sqs/change-message-visibility-batch.rst
#usr/lib/python3.10/site-packages/awscli/examples/sqs/change-message-visibility.rst
#usr/lib/python3.10/site-packages/awscli/examples/sqs/create-queue.rst
@@ -5132,6 +5690,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/sqs/get-queue-attributes.rst
#usr/lib/python3.10/site-packages/awscli/examples/sqs/get-queue-url.rst
#usr/lib/python3.10/site-packages/awscli/examples/sqs/list-dead-letter-source-queues.rst
+#usr/lib/python3.10/site-packages/awscli/examples/sqs/list-message-move-tasks.rst
#usr/lib/python3.10/site-packages/awscli/examples/sqs/list-queue-tags.rst
#usr/lib/python3.10/site-packages/awscli/examples/sqs/list-queues.rst
#usr/lib/python3.10/site-packages/awscli/examples/sqs/purge-queue.rst
@@ -5140,6 +5699,7 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/sqs/send-message-batch.rst
#usr/lib/python3.10/site-packages/awscli/examples/sqs/send-message.rst
#usr/lib/python3.10/site-packages/awscli/examples/sqs/set-queue-attributes.rst
+#usr/lib/python3.10/site-packages/awscli/examples/sqs/start-message-move-task.rst
#usr/lib/python3.10/site-packages/awscli/examples/sqs/tag-queue.rst
#usr/lib/python3.10/site-packages/awscli/examples/sqs/untag-queue.rst
#usr/lib/python3.10/site-packages/awscli/examples/ssm
@@ -5341,7 +5901,9 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/sts/assume-role-with-saml.rst
#usr/lib/python3.10/site-packages/awscli/examples/sts/assume-role-with-web-identity.rst
#usr/lib/python3.10/site-packages/awscli/examples/sts/assume-role.rst
+#usr/lib/python3.10/site-packages/awscli/examples/sts/decode-authorization-message.rst
#usr/lib/python3.10/site-packages/awscli/examples/sts/get-caller-identity.rst
+#usr/lib/python3.10/site-packages/awscli/examples/sts/get-federation-token.rst
#usr/lib/python3.10/site-packages/awscli/examples/sts/get-session-token.rst
#usr/lib/python3.10/site-packages/awscli/examples/support
#usr/lib/python3.10/site-packages/awscli/examples/support/add-attachments-to-set.rst
@@ -5405,6 +5967,73 @@ usr/lib/python3.10/site-packages/awscli/examples
#usr/lib/python3.10/site-packages/awscli/examples/transcribe/update-vocabulary.rst
#usr/lib/python3.10/site-packages/awscli/examples/translate
#usr/lib/python3.10/site-packages/awscli/examples/translate/import-terminology.rst
+#usr/lib/python3.10/site-packages/awscli/examples/trustedadvisor
+#usr/lib/python3.10/site-packages/awscli/examples/trustedadvisor/get-organization-recommendation.rst
+#usr/lib/python3.10/site-packages/awscli/examples/trustedadvisor/get-recommendation.rst
+#usr/lib/python3.10/site-packages/awscli/examples/trustedadvisor/list-checks.rst
+#usr/lib/python3.10/site-packages/awscli/examples/trustedadvisor/list-organization-recommendation-accounts.rst
+#usr/lib/python3.10/site-packages/awscli/examples/trustedadvisor/list-organization-recommendation-resources.rst
+#usr/lib/python3.10/site-packages/awscli/examples/trustedadvisor/list-organization-recommendations.rst
+#usr/lib/python3.10/site-packages/awscli/examples/trustedadvisor/list-recommendation-resources.rst
+#usr/lib/python3.10/site-packages/awscli/examples/trustedadvisor/list-recommendations.rst
+#usr/lib/python3.10/site-packages/awscli/examples/trustedadvisor/update-organization-recommendation-lifecycle.rst
+#usr/lib/python3.10/site-packages/awscli/examples/trustedadvisor/update-recommendation-lifecycle.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/create-identity-source.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/create-policy-store.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/create-policy-template.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/create-policy.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/delete-identity-source.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/delete-policy-store.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/delete-policy-template.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/delete-policy.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/get-identity-source.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/get-policy-store.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/get-policy-template.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/get-policy.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/get-schema.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/is-authorized-with-token.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/is-authorized.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/list-identity-sources.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/list-policies.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/list-policy-stores.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/list-policy-templates.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/put-schema.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/update-identity-source.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/update-policy-store.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/update-policy-template.rst
+#usr/lib/python3.10/site-packages/awscli/examples/verifiedpermissions/update-policy.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/create-listener.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/create-service-network-service-association.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/create-service-network-vpc-association.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/create-service-network.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/create-service.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/create-target-group.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/delete-auth-policy.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/delete-listener.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/delete-service-network-service-association.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/delete-service-network-vpc-association.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/delete-service-network.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/delete-service.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/delete-target-group.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/deregister-targets.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/get-auth-policy.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/get-listener.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/get-service-network-service-association.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/get-service-network-vpc-association.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/get-service-network.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/get-service.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/get-target-group.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/list-listeners.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/list-service-network-service-associations.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/list-service-network-vpc-associations.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/list-service-networks.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/list-services.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/list-target-groups.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/list-targets.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/put-auth-policy.rst
+#usr/lib/python3.10/site-packages/awscli/examples/vpc-lattice/register-targets.rst
#usr/lib/python3.10/site-packages/awscli/examples/waf
#usr/lib/python3.10/site-packages/awscli/examples/waf-regional
#usr/lib/python3.10/site-packages/awscli/examples/waf-regional/associate-web-acl.rst
diff --git a/config/rootfiles/packages/c-ares b/config/rootfiles/packages/c-ares
index df5000f22..6fdaf3b18 100644
--- a/config/rootfiles/packages/c-ares
+++ b/config/rootfiles/packages/c-ares
@@ -7,7 +7,7 @@
#usr/lib/libcares.la
#usr/lib/libcares.so
usr/lib/libcares.so.2
-usr/lib/libcares.so.2.17.1
+usr/lib/libcares.so.2.19.2
#usr/lib/pkgconfig/libcares.pc
#usr/share/man/man3/ares_cancel.3
#usr/share/man/man3/ares_create_query.3
@@ -48,9 +48,11 @@ usr/lib/libcares.so.2.17.1
#usr/share/man/man3/ares_dns_record_rr_del.3
#usr/share/man/man3/ares_dns_record_rr_get.3
#usr/share/man/man3/ares_dns_record_rr_get_const.3
+#usr/share/man/man3/ares_dns_record_set_id.3
#usr/share/man/man3/ares_dns_rr.3
#usr/share/man/man3/ares_dns_rr_add_abin.3
#usr/share/man/man3/ares_dns_rr_del_abin.3
+#usr/share/man/man3/ares_dns_rr_del_opt_byid.3
#usr/share/man/man3/ares_dns_rr_get_abin.3
#usr/share/man/man3/ares_dns_rr_get_abin_cnt.3
#usr/share/man/man3/ares_dns_rr_get_addr.3
@@ -122,6 +124,9 @@ usr/lib/libcares.so.2.17.1
#usr/share/man/man3/ares_parse_txt_reply.3
#usr/share/man/man3/ares_parse_uri_reply.3
#usr/share/man/man3/ares_process.3
+#usr/share/man/man3/ares_process_fd.3
+#usr/share/man/man3/ares_process_fds.3
+#usr/share/man/man3/ares_process_pending_write.3
#usr/share/man/man3/ares_query.3
#usr/share/man/man3/ares_query_dnsrec.3
#usr/share/man/man3/ares_queue.3
@@ -136,6 +141,7 @@ usr/lib/libcares.so.2.17.1
#usr/share/man/man3/ares_set_local_dev.3
#usr/share/man/man3/ares_set_local_ip4.3
#usr/share/man/man3/ares_set_local_ip6.3
+#usr/share/man/man3/ares_set_pending_write_cb.3
#usr/share/man/man3/ares_set_server_state_callback.3
#usr/share/man/man3/ares_set_servers.3
#usr/share/man/man3/ares_set_servers_csv.3
@@ -144,6 +150,7 @@ usr/lib/libcares.so.2.17.1
#usr/share/man/man3/ares_set_socket_callback.3
#usr/share/man/man3/ares_set_socket_configure_callback.3
#usr/share/man/man3/ares_set_socket_functions.3
+#usr/share/man/man3/ares_set_socket_functions_ex.3
#usr/share/man/man3/ares_set_sortlist.3
#usr/share/man/man3/ares_strerror.3
#usr/share/man/man3/ares_svcb_param_t.3
diff --git a/config/rootfiles/packages/libtalloc b/config/rootfiles/packages/libtalloc
index 6e131085f..448ad0fc0 100644
--- a/config/rootfiles/packages/libtalloc
+++ b/config/rootfiles/packages/libtalloc
@@ -1,5 +1,5 @@
#usr/include/talloc.h
#usr/lib/libtalloc.so
usr/lib/libtalloc.so.2
-usr/lib/libtalloc.so.2.4.1
+usr/lib/libtalloc.so.2.4.2
#usr/lib/pkgconfig/talloc.pc
diff --git a/config/rootfiles/packages/riscv64/samba b/config/rootfiles/packages/riscv64/samba
index b530ea2b2..3979501e4 100644
--- a/config/rootfiles/packages/riscv64/samba
+++ b/config/rootfiles/packages/riscv64/samba
@@ -229,6 +229,7 @@ usr/lib/python3.10/site-packages/samba/dcerpc/netlogon.cpython-310-riscv64-linux
usr/lib/python3.10/site-packages/samba/dcerpc/ntlmssp.cpython-310-riscv64-linux-gnu.so
usr/lib/python3.10/site-packages/samba/dcerpc/preg.cpython-310-riscv64-linux-gnu.so
usr/lib/python3.10/site-packages/samba/dcerpc/samr.cpython-310-riscv64-linux-gnu.so
+usr/lib/python3.10/site-packages/samba/dcerpc/schannel.cpython-310-riscv64-linux-gnu.so
usr/lib/python3.10/site-packages/samba/dcerpc/security.cpython-310-riscv64-linux-gnu.so
usr/lib/python3.10/site-packages/samba/dcerpc/server_id.cpython-310-riscv64-linux-gnu.so
usr/lib/python3.10/site-packages/samba/dcerpc/smb3posix.cpython-310-riscv64-linux-gnu.so
@@ -808,6 +809,7 @@ usr/lib/samba/ldb/ildap.so
usr/lib/samba/ldb/ldap.so
usr/lib/samba/ldb/ldb.so
usr/lib/samba/ldb/ldbsamba_extensions.so
+usr/lib/samba/ldb/mdb.so
usr/lib/samba/ldb/paged_searches.so
usr/lib/samba/ldb/rdn_name.so
usr/lib/samba/ldb/sample.so
@@ -874,6 +876,7 @@ usr/lib/samba/libkrb5-private-samba.so
usr/lib/samba/libkrb5samba-private-samba.so
usr/lib/samba/libldb-cmdline-private-samba.so
usr/lib/samba/libldb-key-value-private-samba.so
+usr/lib/samba/libldb-mdb-int-private-samba.so
usr/lib/samba/libldb-private-samba.so
usr/lib/samba/libldb-tdb-err-map-private-samba.so
usr/lib/samba/libldb-tdb-int-private-samba.so
@@ -1024,4 +1027,4 @@ var/log/samba
var/spool/samba
srv/web/ipfire/cgi-bin/samba.cgi
var/ipfire/menu.d/EX-samba.menu
-usr/local/bin/sambactrl
\ No newline at end of file
+usr/local/bin/sambactrl
diff --git a/config/rootfiles/packages/x86_64/samba b/config/rootfiles/packages/x86_64/samba
index e720457a3..dc169322e 100644
--- a/config/rootfiles/packages/x86_64/samba
+++ b/config/rootfiles/packages/x86_64/samba
@@ -229,6 +229,7 @@ usr/lib/python3.10/site-packages/samba/dcerpc/netlogon.cpython-310-x86_64-linux-
usr/lib/python3.10/site-packages/samba/dcerpc/ntlmssp.cpython-310-x86_64-linux-gnu.so
usr/lib/python3.10/site-packages/samba/dcerpc/preg.cpython-310-x86_64-linux-gnu.so
usr/lib/python3.10/site-packages/samba/dcerpc/samr.cpython-310-x86_64-linux-gnu.so
+usr/lib/python3.10/site-packages/samba/dcerpc/schannel.cpython-310-x86_64-linux-gnu.so
usr/lib/python3.10/site-packages/samba/dcerpc/security.cpython-310-x86_64-linux-gnu.so
usr/lib/python3.10/site-packages/samba/dcerpc/server_id.cpython-310-x86_64-linux-gnu.so
usr/lib/python3.10/site-packages/samba/dcerpc/smb3posix.cpython-310-x86_64-linux-gnu.so
@@ -808,6 +809,7 @@ usr/lib/samba/ldb/ildap.so
usr/lib/samba/ldb/ldap.so
usr/lib/samba/ldb/ldb.so
usr/lib/samba/ldb/ldbsamba_extensions.so
+usr/lib/samba/ldb/mdb.so
usr/lib/samba/ldb/paged_searches.so
usr/lib/samba/ldb/rdn_name.so
usr/lib/samba/ldb/sample.so
@@ -874,6 +876,7 @@ usr/lib/samba/libkrb5-private-samba.so
usr/lib/samba/libkrb5samba-private-samba.so
usr/lib/samba/libldb-cmdline-private-samba.so
usr/lib/samba/libldb-key-value-private-samba.so
+usr/lib/samba/libldb-mdb-int-private-samba.so
usr/lib/samba/libldb-private-samba.so
usr/lib/samba/libldb-tdb-err-map-private-samba.so
usr/lib/samba/libldb-tdb-int-private-samba.so
diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml
index faa1aa71d..443b8e19e 100644
--- a/config/suricata/suricata.yaml
+++ b/config/suricata/suricata.yaml
@@ -8,11 +8,11 @@
vars:
address-groups:
- # Include HOME_NET declaration from external file.
- include: /var/ipfire/suricata/suricata-homenet.yaml
-
- # Include DNS_SERVERS declaration from external file.
- include: /var/ipfire/suricata/suricata-dns-servers.yaml
+ include:
+ # Include HOME_NET declaration from external file.
+ - /var/ipfire/suricata/suricata-homenet.yaml
+ # Include DNS_SERVERS declaration from external file.
+ - /var/ipfire/suricata/suricata-dns-servers.yaml
EXTERNAL_NET: "any"
diff --git a/config/zabbix_agentd/userparameter_ipfire.conf b/config/zabbix_agentd/userparameter_ipfire.conf
index cc0bd9f8e..c8ead1608 100644
--- a/config/zabbix_agentd/userparameter_ipfire.conf
+++ b/config/zabbix_agentd/userparameter_ipfire.conf
@@ -11,4 +11,12 @@ UserParameter=ipfire.dhcpd.clients,grep -s -E 'lease|bind' /var/state/dhcp/dhcpd
# Number of Captive Portal clients
UserParameter=ipfire.captive.clients,awk -F ',' 'length($2) == 17 {sum += 1} END {if (length(sum) == 0) print 0; else print sum}' /var/ipfire/captive/clients
# Services list and state
-UserParameter=ipfire.services.get,sudo /var/ipfire/zabbix_agentd/scripts/ipfire_services.pl
\ No newline at end of file
+UserParameter=ipfire.services.get,sudo /var/ipfire/zabbix_agentd/scripts/ipfire_services.pl
+# IPS throughput bypassed/scanned/whitelisted in bytes/type (JSON)
+UserParameter=ipfire.ips.throughput.get,sudo /usr/local/bin/getipstat -xm | awk 'BEGIN{ORS="";print "{"}/Chain IPS/{f=1}/BYPASSED/&&f{printf "\"bypassed\":%s",$2}/SCANNED/&&f{printf ",\"scanned\":%s",$2}/WHITELISTED/&&f{printf ",\"whitelisted\":%s",$2}/^$/{f=0}END{print "}"}'
+# Addon: Guardian: Number of currently blocked IP's
+UserParameter=ipfire.guardian.blocked.count,sudo /usr/local/bin/getipstat | awk 'BEGIN{ORS="";c=0}/Chain GUARDIAN/{f=1}/DROP/&&f{c++}/^$/{f=0}END{print c}'
+#
+# Allow item key to be called with (unused) parameters. This allows the #SINGLETON method of discovering this item only when specific service is active
+Alias=ipfire.ips.throughput.get[]:ipfire.ips.throughput.get
+Alias=ipfire.guardian.blocked.count[]:ipfire.guardian.blocked.count
\ No newline at end of file
diff --git a/doc/language_issues.de b/doc/language_issues.de
index 7883bef76..f83e1e775 100644
--- a/doc/language_issues.de
+++ b/doc/language_issues.de
@@ -930,6 +930,7 @@ WARNING: untranslated string: access point name = Access Point Name
WARNING: untranslated string: access point name is invalid = Access Point Name is invalid
WARNING: untranslated string: access point name is required = Access Point Name is required
WARNING: untranslated string: aliases default interface = - Default Interface -
+WARNING: untranslated string: ca name must only contain characters or spaces = CA Name must only contain characters or spaces.
WARNING: untranslated string: cake profile bridged-llcsnap 32 = Bridged LLC SNAP (32 bytes)
WARNING: untranslated string: cake profile bridged-ptm 19 = Bridged PTM (19 bytes)
WARNING: untranslated string: cake profile bridged-vcmux 24 = Bridged VC-MUX (24 bytes)
diff --git a/doc/language_issues.en b/doc/language_issues.en
index 3f1626b68..2a14bd370 100644
--- a/doc/language_issues.en
+++ b/doc/language_issues.en
@@ -360,6 +360,7 @@ WARNING: untranslated string: bytes received = Bytes Received
WARNING: untranslated string: bytes sent = Bytes Sent
WARNING: untranslated string: ca certificate = CA Certificate
WARNING: untranslated string: ca name = CA name
+WARNING: untranslated string: ca name must only contain characters or spaces = CA Name must only contain characters or spaces.
WARNING: untranslated string: cached = cached
WARNING: untranslated string: cached memory = Cached Memory
WARNING: untranslated string: cached swap = Cached Swap
diff --git a/doc/language_issues.es b/doc/language_issues.es
index 0a89279d5..bfbd4a012 100644
--- a/doc/language_issues.es
+++ b/doc/language_issues.es
@@ -1003,6 +1003,7 @@ WARNING: untranslated string: access point name = Access Point Name
WARNING: untranslated string: access point name is invalid = Access Point Name is invalid
WARNING: untranslated string: access point name is required = Access Point Name is required
WARNING: untranslated string: bypassed = Bypassed
+WARNING: untranslated string: ca name must only contain characters or spaces = CA Name must only contain characters or spaces.
WARNING: untranslated string: cpu frequency = CPU frequency
WARNING: untranslated string: data transfer = Data Transfer
WARNING: untranslated string: dhcp fixed ip address in dynamic range = Fixed IP Address in dynamic range
diff --git a/doc/language_issues.fr b/doc/language_issues.fr
index 7f9349bc0..e1721e70e 100644
--- a/doc/language_issues.fr
+++ b/doc/language_issues.fr
@@ -968,6 +968,7 @@ WARNING: translation string unused: zoneconf val vlan tag assignment error
WARNING: translation string unused: zoneconf val vlan tag range error
WARNING: translation string unused: zoneconf val zoneslave amount error
WARNING: untranslated string: bypassed = Bypassed
+WARNING: untranslated string: ca name must only contain characters or spaces = CA Name must only contain characters or spaces.
WARNING: untranslated string: core notice 3 = available.
WARNING: untranslated string: data transfer = Data Transfer
WARNING: untranslated string: enable disable client = unknown string
diff --git a/doc/language_issues.it b/doc/language_issues.it
index 5870e2bc7..d21751c68 100644
--- a/doc/language_issues.it
+++ b/doc/language_issues.it
@@ -970,6 +970,7 @@ WARNING: untranslated string: available = available
WARNING: untranslated string: block = Block
WARNING: untranslated string: broken = Broken
WARNING: untranslated string: bypassed = Bypassed
+WARNING: untranslated string: ca name must only contain characters or spaces = CA Name must only contain characters or spaces.
WARNING: untranslated string: cake profile bridged-llcsnap 32 = Bridged LLC SNAP (32 bytes)
WARNING: untranslated string: cake profile bridged-ptm 19 = Bridged PTM (19 bytes)
WARNING: untranslated string: cake profile bridged-vcmux 24 = Bridged VC-MUX (24 bytes)
diff --git a/doc/language_issues.nl b/doc/language_issues.nl
index 88493d1d9..b9718913f 100644
--- a/doc/language_issues.nl
+++ b/doc/language_issues.nl
@@ -972,6 +972,7 @@ WARNING: untranslated string: available = available
WARNING: untranslated string: block = Block
WARNING: untranslated string: broken = Broken
WARNING: untranslated string: bypassed = Bypassed
+WARNING: untranslated string: ca name must only contain characters or spaces = CA Name must only contain characters or spaces.
WARNING: untranslated string: cake profile bridged-llcsnap 32 = Bridged LLC SNAP (32 bytes)
WARNING: untranslated string: cake profile bridged-ptm 19 = Bridged PTM (19 bytes)
WARNING: untranslated string: cake profile bridged-vcmux 24 = Bridged VC-MUX (24 bytes)
diff --git a/doc/language_issues.pl b/doc/language_issues.pl
index 5f3806102..b15e1bf63 100644
--- a/doc/language_issues.pl
+++ b/doc/language_issues.pl
@@ -897,6 +897,7 @@ WARNING: untranslated string: bit = bit
WARNING: untranslated string: block = Block
WARNING: untranslated string: broken = Broken
WARNING: untranslated string: bypassed = Bypassed
+WARNING: untranslated string: ca name must only contain characters or spaces = CA Name must only contain characters or spaces.
WARNING: untranslated string: cake profile bridged-llcsnap 32 = Bridged LLC SNAP (32 bytes)
WARNING: untranslated string: cake profile bridged-ptm 19 = Bridged PTM (19 bytes)
WARNING: untranslated string: cake profile bridged-vcmux 24 = Bridged VC-MUX (24 bytes)
diff --git a/doc/language_issues.ru b/doc/language_issues.ru
index 8891ce20e..c4c33bf32 100644
--- a/doc/language_issues.ru
+++ b/doc/language_issues.ru
@@ -892,6 +892,7 @@ WARNING: untranslated string: bit = bit
WARNING: untranslated string: block = Block
WARNING: untranslated string: broken = Broken
WARNING: untranslated string: bypassed = Bypassed
+WARNING: untranslated string: ca name must only contain characters or spaces = CA Name must only contain characters or spaces.
WARNING: untranslated string: cake profile bridged-llcsnap 32 = Bridged LLC SNAP (32 bytes)
WARNING: untranslated string: cake profile bridged-ptm 19 = Bridged PTM (19 bytes)
WARNING: untranslated string: cake profile bridged-vcmux 24 = Bridged VC-MUX (24 bytes)
diff --git a/doc/language_issues.tr b/doc/language_issues.tr
index c0cb2703a..56897ca62 100644
--- a/doc/language_issues.tr
+++ b/doc/language_issues.tr
@@ -957,6 +957,7 @@ WARNING: untranslated string: autonomous system = Autonomous System
WARNING: untranslated string: available = available
WARNING: untranslated string: broken = Broken
WARNING: untranslated string: bypassed = Bypassed
+WARNING: untranslated string: ca name must only contain characters or spaces = CA Name must only contain characters or spaces.
WARNING: untranslated string: cake profile bridged-llcsnap 32 = Bridged LLC SNAP (32 bytes)
WARNING: untranslated string: cake profile bridged-ptm 19 = Bridged PTM (19 bytes)
WARNING: untranslated string: cake profile bridged-vcmux 24 = Bridged VC-MUX (24 bytes)
diff --git a/doc/language_missings b/doc/language_missings
index 2a2333d94..f94e7f174 100644
--- a/doc/language_missings
+++ b/doc/language_missings
@@ -39,6 +39,7 @@
< cake profile pppoe-ptm 27
< cake profile pppoe-vcmux 32
< cake profile raw 0
+< ca name must only contain characters or spaces
< Captive heading terms
< Captive heading voucher
< Captive invalid coupon
@@ -122,6 +123,7 @@
< access point name is required
< addon
< bypassed
+< ca name must only contain characters or spaces
< cpu frequency
< data transfer
< dhcp fixed ip address in dynamic range
@@ -179,6 +181,7 @@
< bewan adsl pci st
< bewan adsl usb
< bypassed
+< ca name must only contain characters or spaces
< data transfer
< extrahd because it it outside the allowed mount path
< fwdfw syn flood protection
@@ -261,6 +264,7 @@
< cake profile pppoe-ptm 27
< cake profile pppoe-vcmux 32
< cake profile raw 0
+< ca name must only contain characters or spaces
< Captive
< Captive 1day
< Captive 1month
@@ -804,6 +808,7 @@
< cake profile pppoe-ptm 27
< cake profile pppoe-vcmux 32
< cake profile raw 0
+< ca name must only contain characters or spaces
< capabilities
< Captive
< Captive 1day
@@ -1387,6 +1392,7 @@
< cake profile pppoe-ptm 27
< cake profile pppoe-vcmux 32
< cake profile raw 0
+< ca name must only contain characters or spaces
< capabilities
< Captive
< Captive 1day
@@ -2403,6 +2409,7 @@
< cake profile pppoe-ptm 27
< cake profile pppoe-vcmux 32
< cake profile raw 0
+< ca name must only contain characters or spaces
< capabilities
< Captive
< Captive 1day
@@ -3400,6 +3407,7 @@
< cake profile pppoe-ptm 27
< cake profile pppoe-vcmux 32
< cake profile raw 0
+< ca name must only contain characters or spaces
< Captive delete logo
< core update
< cpu frequency
diff --git a/html/cgi-bin/connections.cgi b/html/cgi-bin/connections.cgi
index badc1f395..80cb4bb69 100644
--- a/html/cgi-bin/connections.cgi
+++ b/html/cgi-bin/connections.cgi
@@ -89,6 +89,9 @@ my @routes = &General::system_output("ip", "route", "show");
# Find all routes
foreach my $intf (keys %interfaces) {
+ # Skip empty interfaces
+ next if ($intf eq "");
+
foreach my $route (grep(/dev ${intf}/, @routes)) {
if ($route =~ m/^(\d+\.\d+\.\d+\.\d+\/\d+)/) {
$networks{$1} = $interfaces{$intf};
@@ -113,13 +116,13 @@ if (-e "/var/ipfire/wireguard/peers") {
&General::readhasharray("/var/ipfire/wireguard/peers", \%wgpeers);
foreach my $key (keys %wgpeers) {
- my $networks = $wgpeers{$key}[6];
+ my $networks = $wgpeers{$key}[8];
# Split the string
my @networks = split(/\|/, $networks);
foreach my $network (@networks) {
- $networks[$network] = ${Header::colourwg};
+ $networks{$network} = ${Header::colourwg};
}
}
}
@@ -439,7 +442,7 @@ foreach my $line (<CONNTRACK>) {
</a>
$dport_extra
</td>
- <td style='text-align:center; background-color:$sip_colour;'>
+ <td style='text-align:center; background-color:$dip_colour;'>
<a href='country.cgi#$dstccode'><img src='$dst_flag_icon' border='0' align='absmiddle' alt='$dstccode' title='$dstccode' /></a>
</td>
<td class="text-right">
@@ -473,7 +476,7 @@ sub ipcolour($) {
foreach my $network (@networks) {
if (defined $network) {
- if (&Network::check_ip_address_and_netmask($network)) {
+ if (&Network::check_subnet($network)) {
if (&Network::ip_address_in_network($address, $network)) {
return $networks{$network};
}
diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi
old mode 100755
new mode 100644
index 3541aaa29..694eeed76
--- a/html/cgi-bin/vpnmain.cgi
+++ b/html/cgi-bin/vpnmain.cgi
@@ -245,7 +245,7 @@ sub callssl ($) {
###
sub getCNfromcert ($) {
#&General::log("ipsec", "Extracting name from $_[0]...");
- my $temp = `/usr/bin/openssl x509 -text -in $_[0]`;
+ my $temp = `/usr/bin/openssl x509 -text -in '$_[0]'`;
$temp =~ /Subject:.*CN\s*=\s*(.*)[\n]/;
$temp = $1;
$temp =~ s+/Email+, E+;
@@ -259,7 +259,7 @@ sub getCNfromcert ($) {
###
sub getsubjectfromcert ($) {
#&General::log("ipsec", "Extracting subject from $_[0]...");
- my $temp = `/usr/bin/openssl x509 -text -in $_[0]`;
+ my $temp = `/usr/bin/openssl x509 -text -in '$_[0]'`;
$temp =~ /Subject: (.*)[\n]/;
$temp = $1;
$temp =~ s+/Email+, E+;
@@ -644,8 +644,8 @@ END
} elsif ($cgiparams{'ACTION'} eq $Lang::tr{'upload ca certificate'}) {
&General::readhasharray("${General::swroot}/vpn/caconfig", \%cahash);
- if ($cgiparams{'CA_NAME'} !~ /^[a-zA-Z0-9]+$/) {
- $errormessage = $Lang::tr{'name must only contain characters'};
+ if ($cgiparams{'CA_NAME'} !~ /^[a-zA-Z0-9 ]*$/) {
+ $errormessage = $Lang::tr{'ca name must only contain characters or spaces'};
goto UPLOADCA_ERROR;
}
diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index 5c8da52be..7576fbd0b 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -530,6 +530,7 @@
'bytes sent' => 'Bytes Sent',
'ca certificate' => 'CA Certificate',
'ca name' => 'CA name',
+'ca name must only contain characters or spaces' => 'CA Name must only contain characters or spaces.',
'cache management' => 'Cache management',
'cache size' => 'Cache size (MB):',
'cached' => 'cached',
diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl
index 21f7b645f..1b6d89eed 100644
--- a/langs/fr/cgi-bin/fr.pl
+++ b/langs/fr/cgi-bin/fr.pl
@@ -956,17 +956,17 @@
'drop action' => 'Comportement par défaut du pare-feu (avancé) en mode "Bloqué"',
'drop action1' => 'Comportement par défaut du pare-feu (sortant) en mode "Bloqué"',
'drop action2' => 'Comportement par défaut du pare-feu (entrant)',
-'drop forward' => 'Abandon des paquets avancés par le journal',
+'drop forward' => 'Journaliser les paquets abandonnés transférés',
'drop hostile' => 'Abandonner les paquets depuis et vers des réseaux hostiles (répertoriés sur <a href="https://www.spamhaus.org/blocklists/do-not-route-or-peer/" target="_blank">Spamhaus DROP</a>, etc.)',
-'drop input' => 'Suppression des paquets entrants du journal',
-'drop newnotsyn' => 'Supprimer les anciens paquets de synchronisation du journal',
-'drop outgoing' => 'Abandon des paquets sortants par le journal',
-'drop portscan' => 'Suppression des paquets portscan du journal',
+'drop input' => 'Journaliser les paquets abandonnés entrants',
+'drop newnotsyn' => 'Journaliser les paquets abandonnés de synchronisation',
+'drop outgoing' => 'Journaliser les paquets abandonnés sortants',
+'drop portscan' => 'Journaliser les paquets abandonnés portscan',
'drop proxy' => 'Suppression de tous les paquets qui ne sont pas adressés au proxy',
'drop samba' => 'Suppression de tous les ports Microsoft 135, 137, 138, 139, 445, 1025',
-'drop spoofed martians' => 'Enregistrer les paquets usurpés abandonnés et martiens',
-'drop wirelessforward' => 'Suppression des paquets transférés du journal',
-'drop wirelessinput' => 'Suppression des paquets entrants du journal',
+'drop spoofed martians' => 'Journaliser les paquets abandonnés usurpés et martiens',
+'drop wirelessforward' => 'Journaliser des paquets abandonnés sans fil transférés',
+'drop wirelessinput' => 'Journaliser les paquets abandonnés sans fil entrants',
'dst port' => 'Port de destination ',
'dstprt range overlaps' => 'La plage de port de destination chevauche un port déjà défini.',
'dstprt within existing' => 'Le port de destination est dans une plage de port déjà définie.',
diff --git a/lfs/alsa b/lfs/alsa
index 6f8d6d018..6a63d6d88 100644
--- a/lfs/alsa
+++ b/lfs/alsa
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2024 IPFire Team <info(a)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 #
@@ -26,9 +26,9 @@ include Config
SUMMARY = Advanced Linux Sound Architecture
-VER = 1.2.10
-UVER = 1.2.10
-CVER = 1.2.10
+VER = 1.2.13
+UVER = 1.2.13
+CVER = 1.2.13
FVER = 1.2.4
THISAPP = alsa-lib-$(VER)
@@ -36,7 +36,7 @@ DL_FILE = $(THISAPP).tar.bz2
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
PROG = alsa
-PAK_VER = 20
+PAK_VER = 21
DEPS =
@@ -56,10 +56,10 @@ alsa-utils-$(UVER).tar.bz2 = $(DL_FROM)/alsa-utils-$(UVER).tar.bz2
alsa-firmware-$(FVER).tar.bz2 = $(DL_FROM)/alsa-firmware-$(FVER).tar.bz2
alsa-ucm-conf-$(CVER).tar.bz2 = $(DL_FROM)/alsa-ucm-conf-$(CVER).tar.bz2
-$(DL_FILE)_BLAKE2 = b2e4f8431e61f5bb56b2b5d124e67d5a68bbca3c647bebfa93f5e5ff092ec9ef3f6cb6315801fcd93e21151784814ff238d357313b8b44f32d4e7c9ee565388f
-alsa-utils-$(UVER).tar.bz2_BLAKE2 = 077b4ad090c1ab40dd4fa22db01ae2a080ca849a5564dfe612654993297c80bd3584541c7e68aaad56c4c05538ba0de449e4677b1c4a9dfe56d8e11706c4ca35
+$(DL_FILE)_BLAKE2 = 1723ca5f191525e050f05423fb9ccf4501e4f20490d01b0c068493bbce279d3a067e8d0e5f52f9c76c2eaecb4c2b3fc42690193b88c313461fce2aec390175b3
+alsa-utils-$(UVER).tar.bz2_BLAKE2 = 9bc2bf8e21fb9308c2eabc6612da0848f9ddba45acb8bf8453d9cff7f73fa0267495430a150ea53b28fab8afb69a51e487e8b253dc7501e17d77ea3f6e90bcf7
alsa-firmware-$(FVER).tar.bz2_BLAKE2 = 0f844f6cc4859b72635f24d347b4c790469aee39aa60d9addb2c168dcf06b48e7e3cbba26ff21c7e1f5aa355641eec7ab934cb09bfac8ca116a6ac6a7db9d548
-alsa-ucm-conf-$(CVER).tar.bz2_BLAKE2 = 215842f1f59c2dea5e3f3fe880dc49d6263998746a50c2591b8a9786ead3afae2c713e179ff6e8caa518b3a8516a1b031872c1fad2a17fbd3afbb0390a803693
+alsa-ucm-conf-$(CVER).tar.bz2_BLAKE2 = 87e4bf2285961e316ca853e9245e02447ea9e60fa506e124c072e2b6ed71345fc0c30b19bf8c849f8123a6b95a4facd22225eafccba8164266961110a60ef44c
install : $(TARGET)
diff --git a/lfs/amazon-ssm-agent b/lfs/amazon-ssm-agent
index bc19b30ee..8ff560e47 100644
--- a/lfs/amazon-ssm-agent
+++ b/lfs/amazon-ssm-agent
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2019-2023 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2019-2024 IPFire Team <info(a)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 #
@@ -26,7 +26,7 @@ include Config
SUMMARY = Amazon Remote System Config Management
-VER = 3.2.582.0
+VER = 3.3.1345.0
SUP_ARCH = aarch64 x86_64
THISAPP = amazon-ssm-agent-$(VER)
@@ -35,7 +35,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = amazon-ssm-agent
-PAK_VER = 8
+PAK_VER = 9
DEPS =
@@ -51,7 +51,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = df2c6111d0c3e941773c5657b199d414435742b20187788b4b07253f67ba0c54ce42e6c62851fba26635b01226b1e1a3e8b4db1f3b3b983323fe764f12c19ddc
+$(DL_FILE)_BLAKE2 = 17b4215c5ce35a980e2a00c484e9354a167efb43c2957a2cfd146665c4b9941c708752f7e3cefd87e6b62e59d61f0723184891db853b3fc8c2bba444d2ec054f
install : $(TARGET)
diff --git a/lfs/aws-cli b/lfs/aws-cli
index 1bed05df9..bc20594c2 100644
--- a/lfs/aws-cli
+++ b/lfs/aws-cli
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2024 IPFire Team <info(a)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 #
@@ -26,7 +26,7 @@ include Config
SUMMARY = Amazon Web Services Command Line Interface
-VER = 1.27.100
+VER = 1.36.15
THISAPP = aws-cli-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = aws-cli
-PAK_VER = 8
+PAK_VER = 9
DEPS = python3-botocore python3-colorama python3-docutils python3-pyasn1 python3-rsa python3-s3transfer python3-six python3-yaml
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 02fac88ec2451c7c0f8b96c17c08e767ab629ab4480abf195023298aaf8b3f98f2fe5805da0051cbcc2fad0a93e5277dfaa38ffdf979d991f3873268ee530ffd
+$(DL_FILE)_BLAKE2 = ad355829f2388c6035713308badf8239684a475e1c925838cfd16f88505f88d3c71b6f73d5d4335936d3aeae239cb78f08150fcfd36c7b15cbea8a61813786b6
install : $(TARGET)
diff --git a/lfs/c-ares b/lfs/c-ares
index 6da5810e4..0b29a6c1c 100644
--- a/lfs/c-ares
+++ b/lfs/c-ares
@@ -26,7 +26,7 @@ include Config
SUMMARY = Tools for asynchronous name resolves
-VER = 1.32.1
+VER = 1.34.3
THISAPP = c-ares-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = c-ares
-PAK_VER = 3
+PAK_VER = 4
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 662f15e7f1ae39614f0212745fe7883bbf831da667905e4595e011922b37c95b2037423dde96b0a62122a304d6edd04d36e99e428bdbf8f89d6ff9ecb4cfd712
+$(DL_FILE)_BLAKE2 = fb66f4c8ae4c2e03e8f75ee72259dbe83d7bed5e72a7936f785121c3d02267375f67c734bae7213ec48bac9277d48e3bed4225fd03ba69dacd120b97dcc3e421
install : $(TARGET)
diff --git a/lfs/cifs-utils b/lfs/cifs-utils
index 9301caef6..42eab5188 100644
--- a/lfs/cifs-utils
+++ b/lfs/cifs-utils
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2024 IPFire Team <info(a)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 #
@@ -26,7 +26,7 @@ include Config
SUMMARY = Utilities for doing and managing mounts of the Linux CIFS filesystem
-VER = 7.0
+VER = 7.1
THISAPP = cifs-utils-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -34,9 +34,9 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = cifs-utils
-PAK_VER = 5
+PAK_VER = 6
-DEPS =
+DEPS = libtalloc
SERVICES =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 514d35f243d0ef7b866068a9a53a4b1704d2856d491d56aa469e8e3919b4030cb920a7f60d08851b0a23d28a020d1ddf7daa8b9ac412f1567a0a60d2f6ee6774
+$(DL_FILE)_BLAKE2 = 19af86a9e0d1f00ca46288e126a88dda079b6217ed6e2627e79c75809dd79c5d0f4477da4a30913ed4802d9ede570a4c28e8624c9f17c1bb294dca5852e93144
install : $(TARGET)
diff --git a/lfs/dnsdist b/lfs/dnsdist
index 8c5c32271..2605cbfc8 100644
--- a/lfs/dnsdist
+++ b/lfs/dnsdist
@@ -26,7 +26,7 @@ include Config
SUMMARY = A highly DNS-, DoS- and abuse-aware loadbalancer
-VER = 1.9.6
+VER = 1.9.7
THISAPP = dnsdist-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = dnsdist
-PAK_VER = 24
+PAK_VER = 25
DEPS =
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = adb56707bb768ceae974cd9b725d2bf1f4beaa6e3edc6ede22a7d93920214614f10c82d71dbb773741f56dff04e0f0aa26dc0a0e2d5d405bee89d8ada1130303
+$(DL_FILE)_BLAKE2 = 895a581caf00e8274787d7280e790372868354cceebe5c34fc9bd960778758c6e39b1e47e11038b3f85277a9ea0231ee9951cd01febbf1c8edb0c5ae1059c644
install : $(TARGET)
diff --git a/lfs/libtalloc b/lfs/libtalloc
index 9bb3f05c0..27c509a27 100644
--- a/lfs/libtalloc
+++ b/lfs/libtalloc
@@ -26,7 +26,7 @@ include Config
SUMMARY = Samba talloc Library
-VER = 2.4.1
+VER = 2.4.2
THISAPP = talloc-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = libtalloc
-PAK_VER = 3
+PAK_VER = 4
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = a7913b25930c77da53c17c2e0d71386402b1059f93c751084037c5068a035bd543c2d7e24a2d8dc989bb4eea13fa1a3c7a362e4d6c14af0b2030fbfb2f513801
+$(DL_FILE)_BLAKE2 = 1f836d6b11e096e399ad7b99ad4abd3c140e75ee307695659c35b89eca600de247e5432bce523a299334f20ca2dad4c726b783a94c546b67fe25b2b7199b2915
install : $(TARGET)
@@ -81,7 +81,9 @@ $(subst %,%_BLAKE2,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && ./configure --prefix=/usr --disable-python
+ cd $(DIR_APP) && ./configure \
+ --prefix=/usr \
+ --disable-python
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)
diff --git a/lfs/libtool b/lfs/libtool
index 014d54028..be168a800 100644
--- a/lfs/libtool
+++ b/lfs/libtool
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2019 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2024 IPFire Team <info(a)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 = 2.4.7
+VER = 2.5.4
THISAPP = libtool-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 5e022586337637dd634bd40578ad944bec6e3b8de41f95d55777b90cc88cbc4badb3d76cbf0e638166ece1ea7de828e83590e1e6bac30c1e4b1c254a11a742f2
+$(DL_FILE)_BLAKE2 = 47de3c49a690d44d7ddd5e3b5e4090c91dc5fbb9c40fc4a3963e150fb7329326ee3e21b8c149974726171c4b0380028e0efc7a369c4f04357eea46f69852e1cc
install : $(TARGET)
@@ -75,7 +75,7 @@ dist:
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/libtool-2.4.7-correct-libtoolize.in-shebang.patch
+ cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/libtool-2.5.4-correct-libtoolize.in-shebang.patch
$(UPDATE_AUTOMAKE)
cd $(DIR_APP) && ./configure \
--prefix=/usr \
diff --git a/lfs/monit b/lfs/monit
index 4d687ae0f..b31a6ad0e 100644
--- a/lfs/monit
+++ b/lfs/monit
@@ -24,7 +24,7 @@
include Config
-VER = 5.34.2
+VER = 5.34.3
SUMMARY = Utility for monitoring services on a Unix system
THISAPP = monit-$(VER)
@@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = monit
-PAK_VER = 25
+PAK_VER = 26
DEPS =
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = d4e5587299a44697d0c7d26b0fcc1a7fe4330693de188cf82301e4ab8fa8b2aea141f3aaa99bd1c598655ba993c616faf0a559dbb9c538d2d9421c6791f36880
+$(DL_FILE)_BLAKE2 = 444bc0918fefc59214f9513fa134d4abea9cb0bbfc3e71fa4c3d76d9134821a54e1949bf89a4dc483593862a629a03ac347df9c12f07476c1fcbf2c2e2d4d507
install : $(TARGET)
diff --git a/lfs/samba b/lfs/samba
index 8358264a3..1d5789c5e 100644
--- a/lfs/samba
+++ b/lfs/samba
@@ -24,7 +24,7 @@
include Config
-VER = 4.21.0
+VER = 4.21.2
SUMMARY = A SMB/CIFS File, Print, and Authentication Server
THISAPP = samba-$(VER)
@@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = samba
-PAK_VER = 105
+PAK_VER = 106
DEPS = avahi cups perl-Parse-Yapp perl-JSON wsdd
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 0889f2be3b78affee88250114397de87a77da77d9674815ec5605780a6bb3e2e28dbbae53b66695196408f4aef550acce793e6397045fbea4bb236fdd095ce1a
+$(DL_FILE)_BLAKE2 = f9c297f4ed0c00b7887e637beb6ab7f4e17882e0ed5a3d1f1faf1ae1c2d6b064ada53cf65a86f11237813197c043961735e8aad641630baa48ec259482bdab2a
install : $(TARGET)
diff --git a/lfs/sqlite b/lfs/sqlite
index 6998ae087..ee7d96033 100644
--- a/lfs/sqlite
+++ b/lfs/sqlite
@@ -24,7 +24,7 @@
include Config
-VER = 3460100
+VER = 3470200
THISAPP = sqlite-autoconf-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = b84bc7f6cbe2f1a4894b725d68ebdc58eebc312581fd27e74a75086e834b2b2f4ff09b907e193d8eaf78d9829149de8d9ea587cf650849fe4d3fc84db64ddfad
+$(DL_FILE)_BLAKE2 = 3c2ea6cba87f5850a9c2355cc213182d351a9d7b26687f77c07178526b300eec19040804a713e6fa3db704dcb4e0e4921ef849f6bc14496adcfc22875048c640
install : $(TARGET)
diff --git a/lfs/zabbix_agentd b/lfs/zabbix_agentd
index e33d9db2d..bd81dba22 100644
--- a/lfs/zabbix_agentd
+++ b/lfs/zabbix_agentd
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2022 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2024 IPFire Team <info(a)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 #
@@ -26,7 +26,7 @@ include Config
SUMMARY = Zabbix Agent
-VER = 6.0.33
+VER = 6.0.37
THISAPP = zabbix-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = zabbix_agentd
-PAK_VER = 15
+PAK_VER = 16
DEPS = fping
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 736c5b46193e7e7f93dfa00eb56c65fdf3fa6e36a647d0f910118923950114dbbbe9382563e96db4d8ee6199b4e0342037fb8ec6ec8d349884612f5ef18db966
+$(DL_FILE)_BLAKE2 = 6bf65efe59963294699d8fc6b6456167ae035c075f057c6ca85c612cc41f3f812b14189ed7e03ab2446e751720f8908f8e098fc0fd7335f95251b221b66b674a
install : $(TARGET)
diff --git a/make.sh b/make.sh
index 3a76e6366..ee098d9a3 100755
--- a/make.sh
+++ b/make.sh
@@ -1802,9 +1802,11 @@ build_system() {
lfsmake2 cups-pdf
lfsmake2 foomatic
lfsmake2 hplip
+ lfsmake2 libtalloc
lfsmake2 cifs-utils
lfsmake2 krb5
lfsmake2 rpcsvc-proto
+ lfsmake2 lmdb
lfsmake2 samba
lfsmake2 netatalk
lfsmake2 sudo
@@ -2034,7 +2036,6 @@ build_system() {
lfsmake2 libpciaccess
lfsmake2 libyajl
lfsmake2 libvirt
- lfsmake2 libtalloc
lfsmake2 freeradius
lfsmake2 perl-common-sense
lfsmake2 perl-inotify2
@@ -2050,7 +2051,6 @@ build_system() {
lfsmake2 shairport-sync
lfsmake2 libxxhash
lfsmake2 borgbackup
- lfsmake2 lmdb
lfsmake2 knot
lfsmake2 spectre-meltdown-checker
lfsmake2 zabbix_agentd
diff --git a/src/initscripts/system/functions b/src/initscripts/system/functions
index 125aa1dc6..e486cc085 100644
--- a/src/initscripts/system/functions
+++ b/src/initscripts/system/functions
@@ -899,7 +899,6 @@ readhash() {
local line
while read -r line; do
-
# Skip Blank Lines
if [[ ${line} =~ ^[[:space:]]*$ ]]; then
continue
@@ -910,21 +909,15 @@ readhash() {
continue
fi
- # Skip lines without a =
- if ! [[ ${line} =~ [^=]*=[^=]*$ ]]; then
+ # Check for a valid key followed by =
+ if ! [[ ${line} =~ ^[A-Za-z_][A-Za-z0-9_]*= ]]; then
echo "Invalid line '${line}'" >&2
continue
fi
- local key="${line%=*}"
+ local key="${line%%=*}"
local val="${line#*=}"
- # Skip lines with an invalid key
- if ! [[ ${key} =~ ^[A-Za-z_][A-Za-z0-9_]*$ ]]; then
- echo "Invalid key '${key}'" >&2
- continue
- fi
-
# Skip lines with invalid values
if ! [[ ${val} =~ ^[\'][\ A-Za-z0-9=/,.:%_@#+-]*[\']$ ]] && ! [[ ${val} =~ ^[A-Za-z0-9=/,.:%_@#+-]*$ ]]; then
echo "Invalid value '${val}' for key '${key}'" >&2
@@ -932,8 +925,12 @@ readhash() {
fi
# strip leading and trailing single quotes
- val="${val#\'}"
- val="${val%\'}"
+ case "${val}" in
+ '*')
+ val="${val#\'}"
+ val="${val%\'}"
+ ;;
+ esac
printf -v "${array}[${key}]" "%s" "${val}"
done < "${file}"
diff --git a/src/patches/libtool-2.4.7-correct-libtoolize.in-shebang.patch b/src/patches/libtool-2.5.4-correct-libtoolize.in-shebang.patch
similarity index 100%
rename from src/patches/libtool-2.4.7-correct-libtoolize.in-shebang.patch
rename to src/patches/libtool-2.5.4-correct-libtoolize.in-shebang.patch
diff --git a/tests/lib.sh b/tests/lib.sh
index bb06e11c2..513850d8d 100644
--- a/tests/lib.sh
+++ b/tests/lib.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
# Get the path of this file.
# This ist rather complex as we do not want the calling script file
diff --git a/tests/src/initscripts/system/functions/data/2_output_stderr b/tests/src/initscripts/system/functions/data/2_output_stderr
index 82f035e26..7f4c5a944 100644
--- a/tests/src/initscripts/system/functions/data/2_output_stderr
+++ b/tests/src/initscripts/system/functions/data/2_output_stderr
@@ -2,8 +2,8 @@ Invalid value '?3' for key 'CONFIG_TYPE'
Invalid value 'gree!n0' for key 'GREEN_DEV'
Invalid value '00:c0:08:8a :a0:47' for key 'GREEN_MACADDR'
Invalid value '"r8175"' for key 'GREEN_DRIVER'
-Invalid key '-RED_DEV'
-Invalid key 'RE??D_MACADDR'
-Invalid key 'RED&&_DRIVER'
-Invalid key '0BLUE_DEV'
+Invalid line '-RED_DEV=red0'
+Invalid line 'RE??D_MACADDR=00:c0:08:8a:a0:56'
+Invalid line 'RED&&_DRIVER=r8283'
+Invalid line '0BLUE_DEV='blue0 net0''
Invalid line 'Line_without_a_equal_sign_is_also_invalid'
diff --git a/tests/src/initscripts/system/functions/test.sh b/tests/src/initscripts/system/functions/test.sh
index dbcbd45ef..7a23b99b9 100755
--- a/tests/src/initscripts/system/functions/test.sh
+++ b/tests/src/initscripts/system/functions/test.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
SCRIPT_PATH="$(dirname "$(readlink -f "$0")")"
diff --git a/tests/src/initscripts/system/functions/test2.sh b/tests/src/initscripts/system/functions/test2.sh
index a568ed2a4..9aa5b8bda 100755
--- a/tests/src/initscripts/system/functions/test2.sh
+++ b/tests/src/initscripts/system/functions/test2.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
SCRIPT_PATH="$(dirname "$(readlink -f "$0")")"
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-18 11:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-18 11:36 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 32fba6d49bcb06b270e08344164e5bb1b55331c7 Arne Fitzenreiter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox