From 7c0676081009fece6336dfea76bf2f800fc0dcfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sat, 5 Feb 2022 11:56:12 +0000 Subject: [PATCH 001/339] Start Core Update 165 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/{164 => 165}/core-files | 0 config/rootfiles/core/{164 => 165}/exclude | 0 config/rootfiles/core/165/filelists/files | 0 config/rootfiles/core/165/update.sh | 87 +++++++++++++++++++ config/rootfiles/oldcore/164/core-files | 5 ++ config/rootfiles/oldcore/164/exclude | 34 ++++++++ .../164/filelists/aarch64/linux | 0 .../164/filelists/aarch64/linux-initrd | 0 .../164/filelists/aarch64/u-boot | 0 .../164/filelists/armv6l/linux | 0 .../164/filelists/armv6l/linux-initrd | 0 .../{core => oldcore}/164/filelists/bind | 0 .../164/filelists/core-files | 0 .../{core => oldcore}/164/filelists/diffutils | 0 .../{core => oldcore}/164/filelists/expat | 0 .../{core => oldcore}/164/filelists/files | 0 .../{core => oldcore}/164/filelists/freetype | 0 .../{core => oldcore}/164/filelists/gdbm | 0 .../{core => oldcore}/164/filelists/hdparm | 0 .../164/filelists/ids-ruleset-sources | 0 .../{core => oldcore}/164/filelists/jq | 0 .../{core => oldcore}/164/filelists/kmod | 0 .../{core => oldcore}/164/filelists/libusb | 0 .../{core => oldcore}/164/filelists/libxml2 | 0 .../{core => oldcore}/164/filelists/libxslt | 0 .../{core => oldcore}/164/filelists/libyang | 0 .../{core => oldcore}/164/filelists/lvm2 | 0 .../164/filelists/oinkmaster | 0 .../{core => oldcore}/164/filelists/pciutils | 0 .../{core => oldcore}/164/filelists/pcre2 | 0 .../164/filelists/poppler-data | 0 .../{core => oldcore}/164/filelists/shadow | 0 .../{core => oldcore}/164/filelists/squid | 0 .../{core => oldcore}/164/filelists/tcl | 0 .../{core => oldcore}/164/filelists/usbutils | 0 .../164/filelists/x86_64/linux | 0 .../164/filelists/x86_64/linux-initrd | 0 .../{core => oldcore}/164/filelists/zstd | 0 .../rootfiles/{core => oldcore}/164/update.sh | 0 make.sh | 4 +- 40 files changed, 128 insertions(+), 2 deletions(-) rename config/rootfiles/core/{164 => 165}/core-files (100%) rename config/rootfiles/core/{164 => 165}/exclude (100%) create mode 100644 config/rootfiles/core/165/filelists/files create mode 100644 config/rootfiles/core/165/update.sh create mode 100644 config/rootfiles/oldcore/164/core-files create mode 100644 config/rootfiles/oldcore/164/exclude rename config/rootfiles/{core => oldcore}/164/filelists/aarch64/linux (100%) rename config/rootfiles/{core => oldcore}/164/filelists/aarch64/linux-initrd (100%) rename config/rootfiles/{core => oldcore}/164/filelists/aarch64/u-boot (100%) rename config/rootfiles/{core => oldcore}/164/filelists/armv6l/linux (100%) rename config/rootfiles/{core => oldcore}/164/filelists/armv6l/linux-initrd (100%) rename config/rootfiles/{core => oldcore}/164/filelists/bind (100%) rename config/rootfiles/{core => oldcore}/164/filelists/core-files (100%) rename config/rootfiles/{core => oldcore}/164/filelists/diffutils (100%) rename config/rootfiles/{core => oldcore}/164/filelists/expat (100%) rename config/rootfiles/{core => oldcore}/164/filelists/files (100%) rename config/rootfiles/{core => oldcore}/164/filelists/freetype (100%) rename config/rootfiles/{core => oldcore}/164/filelists/gdbm (100%) rename config/rootfiles/{core => oldcore}/164/filelists/hdparm (100%) rename config/rootfiles/{core => oldcore}/164/filelists/ids-ruleset-sources (100%) rename config/rootfiles/{core => oldcore}/164/filelists/jq (100%) rename config/rootfiles/{core => oldcore}/164/filelists/kmod (100%) rename config/rootfiles/{core => oldcore}/164/filelists/libusb (100%) rename config/rootfiles/{core => oldcore}/164/filelists/libxml2 (100%) rename config/rootfiles/{core => oldcore}/164/filelists/libxslt (100%) rename config/rootfiles/{core => oldcore}/164/filelists/libyang (100%) rename config/rootfiles/{core => oldcore}/164/filelists/lvm2 (100%) rename config/rootfiles/{core => oldcore}/164/filelists/oinkmaster (100%) rename config/rootfiles/{core => oldcore}/164/filelists/pciutils (100%) rename config/rootfiles/{core => oldcore}/164/filelists/pcre2 (100%) rename config/rootfiles/{core => oldcore}/164/filelists/poppler-data (100%) rename config/rootfiles/{core => oldcore}/164/filelists/shadow (100%) rename config/rootfiles/{core => oldcore}/164/filelists/squid (100%) rename config/rootfiles/{core => oldcore}/164/filelists/tcl (100%) rename config/rootfiles/{core => oldcore}/164/filelists/usbutils (100%) rename config/rootfiles/{core => oldcore}/164/filelists/x86_64/linux (100%) rename config/rootfiles/{core => oldcore}/164/filelists/x86_64/linux-initrd (100%) rename config/rootfiles/{core => oldcore}/164/filelists/zstd (100%) rename config/rootfiles/{core => oldcore}/164/update.sh (100%) diff --git a/config/rootfiles/core/164/core-files b/config/rootfiles/core/165/core-files similarity index 100% rename from config/rootfiles/core/164/core-files rename to config/rootfiles/core/165/core-files diff --git a/config/rootfiles/core/164/exclude b/config/rootfiles/core/165/exclude similarity index 100% rename from config/rootfiles/core/164/exclude rename to config/rootfiles/core/165/exclude diff --git a/config/rootfiles/core/165/filelists/files b/config/rootfiles/core/165/filelists/files new file mode 100644 index 000000000..e69de29bb diff --git a/config/rootfiles/core/165/update.sh b/config/rootfiles/core/165/update.sh new file mode 100644 index 000000000..57c660fca --- /dev/null +++ b/config/rootfiles/core/165/update.sh @@ -0,0 +1,87 @@ +#!/bin/bash +############################################################################ +# # +# This file is part of the IPFire Firewall. # +# # +# IPFire is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 3 of the License, or # +# (at your option) any later version. # +# # +# IPFire is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with IPFire; if not, write to the Free Software # +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +# # +# Copyright (C) 2022 IPFire-Team . # +# # +############################################################################ +# +. /opt/pakfire/lib/functions.sh +/usr/local/bin/backupctrl exclude >/dev/null 2>&1 + +core=165 + +exit_with_error() { + # Set last succesfull installed core. + echo $(($core-1)) > /opt/pakfire/db/core/mine + # force fsck at next boot, this may fix free space on xfs + touch /forcefsck + # don't start pakfire again at error + killall -KILL pak_update + /usr/bin/logger -p syslog.emerg -t ipfire \ + "core-update-${core}: $1" + exit $2 +} + +# Remove old core updates from pakfire cache to save space... +for (( i=1; i<=$core; i++ )); do + rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire +done + +# Check diskspace on root +ROOTSPACE=`df / -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1` + +if [ $ROOTSPACE -lt 100000 ]; then + exit_with_error "ERROR cannot update because not enough free space on root." 2 + exit 2 +fi + +# Remove files + +# Stop services + +# Extract files +extract_files + +# update linker config +ldconfig + +# Update Language cache +/usr/local/bin/update-lang-cache + +# Filesytem cleanup +/usr/local/bin/filesystem-cleanup + +# Start services + +# This update needs a reboot... +touch /var/run/need_reboot + +# Finish +/etc/init.d/fireinfo start +sendprofile + +# Update grub config to display new core version +if [ -e /boot/grub/grub.cfg ]; then + grub-mkconfig -o /boot/grub/grub.cfg +fi + +sync + +# Don't report the exitcode last command +exit 0 diff --git a/config/rootfiles/oldcore/164/core-files b/config/rootfiles/oldcore/164/core-files new file mode 100644 index 000000000..0dec37e53 --- /dev/null +++ b/config/rootfiles/oldcore/164/core-files @@ -0,0 +1,5 @@ +etc/system-release +etc/issue +etc/os-release +srv/web/ipfire/cgi-bin/credits.cgi +var/ipfire/langs diff --git a/config/rootfiles/oldcore/164/exclude b/config/rootfiles/oldcore/164/exclude new file mode 100644 index 000000000..818039f4a --- /dev/null +++ b/config/rootfiles/oldcore/164/exclude @@ -0,0 +1,34 @@ +boot/config.txt +boot/grub/grub.cfg +boot/grub/grubenv +etc/alternatives +etc/collectd.custom +etc/default/grub +etc/ipsec.conf +etc/ipsec.secrets +etc/ipsec.user.conf +etc/ipsec.user.secrets +etc/localtime +etc/shadow +etc/snort/snort.conf +etc/ssl/openssl.cnf +etc/sudoers +etc/sysconfig/firewall.local +etc/sysconfig/rc.local +etc/udev/rules.d/30-persistent-network.rules +srv/web/ipfire/html/proxy.pac +usr/share/xt_geoip +var/ipfire/dma +var/ipfire/time +var/ipfire/firewall/locationblock +var/ipfire/fwhosts/customlocationgrp +var/ipfire/ovpn +var/ipfire/urlfilter/blacklist +var/ipfire/urlfilter/settings +var/lib/alternatives +var/lib/location/database.db +var/log/cache +var/log/dhcpcd.log +var/log/messages +var/state/dhcp/dhcpd.leases +var/updatecache diff --git a/config/rootfiles/core/164/filelists/aarch64/linux b/config/rootfiles/oldcore/164/filelists/aarch64/linux similarity index 100% rename from config/rootfiles/core/164/filelists/aarch64/linux rename to config/rootfiles/oldcore/164/filelists/aarch64/linux diff --git a/config/rootfiles/core/164/filelists/aarch64/linux-initrd b/config/rootfiles/oldcore/164/filelists/aarch64/linux-initrd similarity index 100% rename from config/rootfiles/core/164/filelists/aarch64/linux-initrd rename to config/rootfiles/oldcore/164/filelists/aarch64/linux-initrd diff --git a/config/rootfiles/core/164/filelists/aarch64/u-boot b/config/rootfiles/oldcore/164/filelists/aarch64/u-boot similarity index 100% rename from config/rootfiles/core/164/filelists/aarch64/u-boot rename to config/rootfiles/oldcore/164/filelists/aarch64/u-boot diff --git a/config/rootfiles/core/164/filelists/armv6l/linux b/config/rootfiles/oldcore/164/filelists/armv6l/linux similarity index 100% rename from config/rootfiles/core/164/filelists/armv6l/linux rename to config/rootfiles/oldcore/164/filelists/armv6l/linux diff --git a/config/rootfiles/core/164/filelists/armv6l/linux-initrd b/config/rootfiles/oldcore/164/filelists/armv6l/linux-initrd similarity index 100% rename from config/rootfiles/core/164/filelists/armv6l/linux-initrd rename to config/rootfiles/oldcore/164/filelists/armv6l/linux-initrd diff --git a/config/rootfiles/core/164/filelists/bind b/config/rootfiles/oldcore/164/filelists/bind similarity index 100% rename from config/rootfiles/core/164/filelists/bind rename to config/rootfiles/oldcore/164/filelists/bind diff --git a/config/rootfiles/core/164/filelists/core-files b/config/rootfiles/oldcore/164/filelists/core-files similarity index 100% rename from config/rootfiles/core/164/filelists/core-files rename to config/rootfiles/oldcore/164/filelists/core-files diff --git a/config/rootfiles/core/164/filelists/diffutils b/config/rootfiles/oldcore/164/filelists/diffutils similarity index 100% rename from config/rootfiles/core/164/filelists/diffutils rename to config/rootfiles/oldcore/164/filelists/diffutils diff --git a/config/rootfiles/core/164/filelists/expat b/config/rootfiles/oldcore/164/filelists/expat similarity index 100% rename from config/rootfiles/core/164/filelists/expat rename to config/rootfiles/oldcore/164/filelists/expat diff --git a/config/rootfiles/core/164/filelists/files b/config/rootfiles/oldcore/164/filelists/files similarity index 100% rename from config/rootfiles/core/164/filelists/files rename to config/rootfiles/oldcore/164/filelists/files diff --git a/config/rootfiles/core/164/filelists/freetype b/config/rootfiles/oldcore/164/filelists/freetype similarity index 100% rename from config/rootfiles/core/164/filelists/freetype rename to config/rootfiles/oldcore/164/filelists/freetype diff --git a/config/rootfiles/core/164/filelists/gdbm b/config/rootfiles/oldcore/164/filelists/gdbm similarity index 100% rename from config/rootfiles/core/164/filelists/gdbm rename to config/rootfiles/oldcore/164/filelists/gdbm diff --git a/config/rootfiles/core/164/filelists/hdparm b/config/rootfiles/oldcore/164/filelists/hdparm similarity index 100% rename from config/rootfiles/core/164/filelists/hdparm rename to config/rootfiles/oldcore/164/filelists/hdparm diff --git a/config/rootfiles/core/164/filelists/ids-ruleset-sources b/config/rootfiles/oldcore/164/filelists/ids-ruleset-sources similarity index 100% rename from config/rootfiles/core/164/filelists/ids-ruleset-sources rename to config/rootfiles/oldcore/164/filelists/ids-ruleset-sources diff --git a/config/rootfiles/core/164/filelists/jq b/config/rootfiles/oldcore/164/filelists/jq similarity index 100% rename from config/rootfiles/core/164/filelists/jq rename to config/rootfiles/oldcore/164/filelists/jq diff --git a/config/rootfiles/core/164/filelists/kmod b/config/rootfiles/oldcore/164/filelists/kmod similarity index 100% rename from config/rootfiles/core/164/filelists/kmod rename to config/rootfiles/oldcore/164/filelists/kmod diff --git a/config/rootfiles/core/164/filelists/libusb b/config/rootfiles/oldcore/164/filelists/libusb similarity index 100% rename from config/rootfiles/core/164/filelists/libusb rename to config/rootfiles/oldcore/164/filelists/libusb diff --git a/config/rootfiles/core/164/filelists/libxml2 b/config/rootfiles/oldcore/164/filelists/libxml2 similarity index 100% rename from config/rootfiles/core/164/filelists/libxml2 rename to config/rootfiles/oldcore/164/filelists/libxml2 diff --git a/config/rootfiles/core/164/filelists/libxslt b/config/rootfiles/oldcore/164/filelists/libxslt similarity index 100% rename from config/rootfiles/core/164/filelists/libxslt rename to config/rootfiles/oldcore/164/filelists/libxslt diff --git a/config/rootfiles/core/164/filelists/libyang b/config/rootfiles/oldcore/164/filelists/libyang similarity index 100% rename from config/rootfiles/core/164/filelists/libyang rename to config/rootfiles/oldcore/164/filelists/libyang diff --git a/config/rootfiles/core/164/filelists/lvm2 b/config/rootfiles/oldcore/164/filelists/lvm2 similarity index 100% rename from config/rootfiles/core/164/filelists/lvm2 rename to config/rootfiles/oldcore/164/filelists/lvm2 diff --git a/config/rootfiles/core/164/filelists/oinkmaster b/config/rootfiles/oldcore/164/filelists/oinkmaster similarity index 100% rename from config/rootfiles/core/164/filelists/oinkmaster rename to config/rootfiles/oldcore/164/filelists/oinkmaster diff --git a/config/rootfiles/core/164/filelists/pciutils b/config/rootfiles/oldcore/164/filelists/pciutils similarity index 100% rename from config/rootfiles/core/164/filelists/pciutils rename to config/rootfiles/oldcore/164/filelists/pciutils diff --git a/config/rootfiles/core/164/filelists/pcre2 b/config/rootfiles/oldcore/164/filelists/pcre2 similarity index 100% rename from config/rootfiles/core/164/filelists/pcre2 rename to config/rootfiles/oldcore/164/filelists/pcre2 diff --git a/config/rootfiles/core/164/filelists/poppler-data b/config/rootfiles/oldcore/164/filelists/poppler-data similarity index 100% rename from config/rootfiles/core/164/filelists/poppler-data rename to config/rootfiles/oldcore/164/filelists/poppler-data diff --git a/config/rootfiles/core/164/filelists/shadow b/config/rootfiles/oldcore/164/filelists/shadow similarity index 100% rename from config/rootfiles/core/164/filelists/shadow rename to config/rootfiles/oldcore/164/filelists/shadow diff --git a/config/rootfiles/core/164/filelists/squid b/config/rootfiles/oldcore/164/filelists/squid similarity index 100% rename from config/rootfiles/core/164/filelists/squid rename to config/rootfiles/oldcore/164/filelists/squid diff --git a/config/rootfiles/core/164/filelists/tcl b/config/rootfiles/oldcore/164/filelists/tcl similarity index 100% rename from config/rootfiles/core/164/filelists/tcl rename to config/rootfiles/oldcore/164/filelists/tcl diff --git a/config/rootfiles/core/164/filelists/usbutils b/config/rootfiles/oldcore/164/filelists/usbutils similarity index 100% rename from config/rootfiles/core/164/filelists/usbutils rename to config/rootfiles/oldcore/164/filelists/usbutils diff --git a/config/rootfiles/core/164/filelists/x86_64/linux b/config/rootfiles/oldcore/164/filelists/x86_64/linux similarity index 100% rename from config/rootfiles/core/164/filelists/x86_64/linux rename to config/rootfiles/oldcore/164/filelists/x86_64/linux diff --git a/config/rootfiles/core/164/filelists/x86_64/linux-initrd b/config/rootfiles/oldcore/164/filelists/x86_64/linux-initrd similarity index 100% rename from config/rootfiles/core/164/filelists/x86_64/linux-initrd rename to config/rootfiles/oldcore/164/filelists/x86_64/linux-initrd diff --git a/config/rootfiles/core/164/filelists/zstd b/config/rootfiles/oldcore/164/filelists/zstd similarity index 100% rename from config/rootfiles/core/164/filelists/zstd rename to config/rootfiles/oldcore/164/filelists/zstd diff --git a/config/rootfiles/core/164/update.sh b/config/rootfiles/oldcore/164/update.sh similarity index 100% rename from config/rootfiles/core/164/update.sh rename to config/rootfiles/oldcore/164/update.sh diff --git a/make.sh b/make.sh index 79798834a..6350ea5ef 100755 --- a/make.sh +++ b/make.sh @@ -17,7 +17,7 @@ # along with IPFire; if not, write to the Free Software # # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # # -# Copyright (C) 2007-2021 IPFire Team . # +# Copyright (C) 2007-2022 IPFire Team . # # # ############################################################################ # @@ -26,7 +26,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name # If you update the version don't forget to update backupiso and add it to core update VERSION="2.27" # Version number -CORE="164" # Core Level (Filename) +CORE="165" # Core Level (Filename) SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir MAX_RETRIES=1 # prefetch/check loop From 1b9489b01714c6c0e5cde97ed0e3619b59a13e29 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Fri, 28 Jan 2022 14:07:40 +0100 Subject: [PATCH 002/339] mdadm: Update to version 4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 4.1 to 4.2 - Update of rootfile not required - Changelog is no longer updated. The package directs you to the git commits to find the changes. https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/log/ - Announcement of update says- The release includes more than two years of development and bugfixes, so it is difficult to remember everything. Highlights include enhancements and bug fixes including for IMSM RAID, Partial Parity Log, clustered RAID support, improved testing, and gcc-9 support. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/mdadm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/mdadm b/lfs/mdadm index 19d678f93..c42ad8d59 100644 --- a/lfs/mdadm +++ b/lfs/mdadm @@ -24,7 +24,7 @@ include Config -VER = 4.1 +VER = 4.2 THISAPP = mdadm-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 51bf3651bd73a06c413a2f964f299598 +$(DL_FILE)_MD5 = a304eb0a978ca81045620d06547050a6 install : $(TARGET) From aee15210dd2f25522fc4e87f2375fc405f6c7968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sat, 5 Feb 2022 11:57:44 +0000 Subject: [PATCH 003/339] Core Update 165: Ship mdadm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/mdadm | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/165/filelists/mdadm diff --git a/config/rootfiles/core/165/filelists/mdadm b/config/rootfiles/core/165/filelists/mdadm new file mode 120000 index 000000000..465808b20 --- /dev/null +++ b/config/rootfiles/core/165/filelists/mdadm @@ -0,0 +1 @@ +../../../common/mdadm \ No newline at end of file From 0778de9200f8529bda6f0ab19ea18640a6857eae Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Fri, 28 Jan 2022 14:08:00 +0100 Subject: [PATCH 004/339] p11-kit: Update to version 0.24.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 0.24.0 to 0.24.1 - Update of rootfile not required - Changelog 0.24.1 (stable) * rpc: Support protocol version negotiation [PR#371, PR#385] * proxy: Support copying attribute array recursively [PR#368] * Link libp11-kit so that it cannot unload [PR#383] * Translation improvements [PR#381] * Build fixes [PR#372, PR#373, PR#375, PR#377, PR#384, PR#407] Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/p11-kit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/p11-kit b/lfs/p11-kit index df3f51df1..1d0e38e8b 100644 --- a/lfs/p11-kit +++ b/lfs/p11-kit @@ -24,7 +24,7 @@ include Config -VER = 0.24.0 +VER = 0.24.1 THISAPP = p11-kit-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8ccf11c4a2e2e505b8e516d8549e64a5 +$(DL_FILE)_MD5 = 67b2539bdca6b4bedaeecc12864d2796 install : $(TARGET) From 8ed905e612d03e39d786c39c6904c7fb1f38567d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sat, 5 Feb 2022 11:58:28 +0000 Subject: [PATCH 005/339] Core Update 165: Ship p11-kit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/p11-kit | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/165/filelists/p11-kit diff --git a/config/rootfiles/core/165/filelists/p11-kit b/config/rootfiles/core/165/filelists/p11-kit new file mode 120000 index 000000000..e652deb67 --- /dev/null +++ b/config/rootfiles/core/165/filelists/p11-kit @@ -0,0 +1 @@ +../../../common/p11-kit \ No newline at end of file From b9e613e405e2bc12f733c5184922782874201891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Pe=C3=B1a?= Date: Tue, 25 Jan 2022 20:26:56 +0100 Subject: [PATCH 006/339] wio: Add Spanish language file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update of lfs - Update of rootfile - Addition of Spanish file provided by Roberto Peña (listed as author) Signed-off-by: Adolf Belka --- config/rootfiles/packages/wio | 39 ++++---- doc/language_issues.de | 13 +++ doc/language_issues.en | 35 +++++-- doc/language_issues.es | 35 ++++++- doc/language_issues.fr | 35 +++++++ doc/language_issues.it | 35 ++++++- doc/language_issues.nl | 35 ++++++- doc/language_issues.pl | 35 +++++-- doc/language_issues.ru | 35 +++++-- doc/language_issues.tr | 35 ++++++- doc/language_missings | 183 +++++++++++++++++++++++++++++++--- langs/de/cgi-bin/de.pl | 8 +- langs/en/cgi-bin/en.pl | 12 +-- lfs/wio | 3 +- src/wio/lang/wio.es.pl | 157 +++++++++++++++++++++++++++++ 15 files changed, 613 insertions(+), 82 deletions(-) create mode 100644 src/wio/lang/wio.es.pl diff --git a/config/rootfiles/packages/wio b/config/rootfiles/packages/wio index 899dccf06..9dafd06a2 100644 --- a/config/rootfiles/packages/wio +++ b/config/rootfiles/packages/wio @@ -1,23 +1,6 @@ +etc/fcron.minutely/wio srv/web/ipfire/cgi-bin/wio.cgi srv/web/ipfire/cgi-bin/wiographs.cgi -etc/fcron.minutely/wio -var/ipfire/wio -var/ipfire/wio/wio.conf -var/ipfire/wio/wio.pl -var/ipfire/wio/wiovpn.pl -usr/lib/wio -usr/lib/wio/wio-lib.pl -usr/lib/wio/wio-graphs.pl -usr/local/bin/wiohelper -usr/local/bin/wioscan -var/log/wio -var/log/wio/wioips -var/log/rrd/wio -var/ipfire/addon-lang/wio.de.pl -var/ipfire/addon-lang/wio.en.pl -var/ipfire/addon-lang/wio.tr.pl -var/ipfire/addon-lang/wio.fr.pl -var/ipfire/menu.d/EX-wio.menu srv/web/ipfire/html/images/wio srv/web/ipfire/html/images/wio/add.png srv/web/ipfire/html/images/wio/back.png @@ -40,8 +23,26 @@ srv/web/ipfire/html/images/wio/ovpnn2n.png srv/web/ipfire/html/images/wio/ovpnrw.png srv/web/ipfire/html/images/wio/red.png srv/web/ipfire/html/images/wio/refresh.png -srv/web/ipfire/html/images/wio/vpnn2n.png srv/web/ipfire/html/images/wio/vpn.png +srv/web/ipfire/html/images/wio/vpnn2n.png srv/web/ipfire/html/images/wio/vpnrw.png srv/web/ipfire/html/images/wio/white.png +usr/lib/wio +usr/lib/wio/wio-graphs.pl +usr/lib/wio/wio-lib.pl +var/ipfire/addon-lang/wio.de.pl +var/ipfire/addon-lang/wio.en.pl +var/ipfire/addon-lang/wio.es.pl +var/ipfire/addon-lang/wio.fr.pl +var/ipfire/addon-lang/wio.tr.pl var/ipfire/backup/addons/includes/wio +var/ipfire/menu.d/EX-wio.menu +var/ipfire/wio +var/ipfire/wio/wio.conf +var/ipfire/wio/wio.pl +var/ipfire/wio/wiovpn.pl +var/log/rrd/wio +var/log/wio +var/log/wio/wioips +-usr/local/bin/wiohelper +-usr/local/bin/wioscan diff --git a/doc/language_issues.de b/doc/language_issues.de index 630ca9ff3..c66806be7 100644 --- a/doc/language_issues.de +++ b/doc/language_issues.de @@ -153,6 +153,7 @@ WARNING: translation string unused: class in use WARNING: translation string unused: clear cache WARNING: translation string unused: client WARNING: translation string unused: comment +WARNING: translation string unused: community rules WARNING: translation string unused: compression WARNING: translation string unused: connect WARNING: translation string unused: connect the modem @@ -263,6 +264,8 @@ WARNING: translation string unused: email subject WARNING: translation string unused: email success WARNING: translation string unused: email text WARNING: translation string unused: emailreportlevel +WARNING: translation string unused: emerging pro rules +WARNING: translation string unused: emerging rules WARNING: translation string unused: enable javascript WARNING: translation string unused: enable wildcards WARNING: translation string unused: enabledtitle @@ -379,6 +382,8 @@ WARNING: translation string unused: ibod for dual isdn only WARNING: translation string unused: icmp selected but no type WARNING: translation string unused: icmp type WARNING: translation string unused: id +WARNING: translation string unused: ids oinkcode required +WARNING: translation string unused: ids rules update WARNING: translation string unused: ike encryption WARNING: translation string unused: ike grouptype WARNING: translation string unused: ike integrity @@ -401,6 +406,7 @@ WARNING: translation string unused: intrusion prevention system WARNING: translation string unused: invalid cache size WARNING: translation string unused: invalid date entered WARNING: translation string unused: invalid downlink speed +WARNING: translation string unused: invalid input for oink code WARNING: translation string unused: invalid loaded file WARNING: translation string unused: invalid md5sum WARNING: translation string unused: invalid port list @@ -629,7 +635,9 @@ WARNING: translation string unused: reboot question WARNING: translation string unused: reboot schedule WARNING: translation string unused: reboot sure WARNING: translation string unused: refresh update list +WARNING: translation string unused: registered user rules WARNING: translation string unused: released +WARNING: translation string unused: reload WARNING: translation string unused: removable device advice WARNING: translation string unused: reportfile WARNING: translation string unused: reportlevel @@ -712,6 +720,7 @@ WARNING: translation string unused: subject test WARNING: translation string unused: subject warn WARNING: translation string unused: subnet WARNING: translation string unused: subnet is invalid +WARNING: translation string unused: subscripted user rules WARNING: translation string unused: successfully refreshed updates list WARNING: translation string unused: system graphs WARNING: translation string unused: system has hwrng @@ -776,6 +785,7 @@ WARNING: translation string unused: unix charset WARNING: translation string unused: unix group WARNING: translation string unused: unix password sync WARNING: translation string unused: unix shell +WARNING: translation string unused: update ruleset WARNING: translation string unused: update transcript WARNING: translation string unused: updatedatabase WARNING: translation string unused: updates @@ -907,6 +917,8 @@ WARNING: untranslated string: guardian logtarget_file = unknown string WARNING: untranslated string: guardian logtarget_syslog = unknown string WARNING: untranslated string: guardian no entries = unknown string WARNING: untranslated string: guardian service = unknown string +WARNING: untranslated string: ids subscription code required = The selected ruleset requires a subscription code +WARNING: untranslated string: invalid input for subscription code = Invalid input for subscription code WARNING: untranslated string: ipsec dns server address is invalid = Invalid DNS server IP address(es) WARNING: untranslated string: ipsec invalid ip address or fqdn for rw endpoint = Invalid IP address or FQDN for Host-to-Net Endpoint WARNING: untranslated string: ipsec roadwarrior endpoint = Host-to-Net Endpoint @@ -923,6 +935,7 @@ WARNING: untranslated string: samba server role member = Domain Member WARNING: untranslated string: samba server role standalone = Standalone WARNING: untranslated string: show tls-auth key = Show tls-auth key WARNING: untranslated string: smb daemon = SMB Daemon +WARNING: untranslated string: subscription code = Subscription code WARNING: untranslated string: user management = User Management WARNING: untranslated string: winbind daemon = Winbind Daemon WARNING: untranslated string: wlan client encryption wpa3 = WPA3 diff --git a/doc/language_issues.en b/doc/language_issues.en index 3d733c7d4..867715953 100644 --- a/doc/language_issues.en +++ b/doc/language_issues.en @@ -486,7 +486,6 @@ WARNING: untranslated string: click to enable = Disabled (click to enable) WARNING: untranslated string: clock has not been synchronized = Clock has not been synchronized WARNING: untranslated string: clock last synchronized at = Clock was last synchronized at WARNING: untranslated string: common name = Common name -WARNING: untranslated string: community rules = Snort/VRT GPLv2 Community Rules WARNING: untranslated string: comp-lzo = LZO-Compression: WARNING: untranslated string: computer to modem rate = Computer to modem rate: WARNING: untranslated string: concentrator name = Concentrator name: @@ -676,12 +675,14 @@ WARNING: untranslated string: drop action = Default behaviour of (forward) firew WARNING: untranslated string: drop action1 = Default behaviour of (outgoing) firewall in mode "Blocked" WARNING: untranslated string: drop action2 = Default behaviour of (input) firewall WARNING: untranslated string: drop forward = Log dropped forward packets +WARNING: untranslated string: drop hostile = Drop packets from and to hostile networks (listed at Spamhaus DROP, etc.) WARNING: untranslated string: drop input = Log dropped input packets WARNING: untranslated string: drop newnotsyn = Log dropped new not SYN packets WARNING: untranslated string: drop outgoing = Log dropped outgoing packets WARNING: untranslated string: drop portscan = Log dropped portscan packets WARNING: untranslated string: drop proxy = Drop all packets not addressed to proxy WARNING: untranslated string: drop samba = Drop all Microsoft ports 135,137,138,139,445,1025 +WARNING: untranslated string: drop spoofed martians = Log dropped spoofed packets and marsians WARNING: untranslated string: drop wirelessforward = Log dropped wireless forward packets WARNING: untranslated string: drop wirelessinput = Log dropped wireless input packets WARNING: untranslated string: dst port = Dst Port @@ -720,8 +721,6 @@ WARNING: untranslated string: email tls = TLS mode WARNING: untranslated string: email tls explicit = explicit (STARTTLS) WARNING: untranslated string: email tls implicit = implicit (TLS) WARNING: untranslated string: email usemail = Activate Mail Service -WARNING: untranslated string: emerging pro rules = Emergingthreats.net Pro Rules -WARNING: untranslated string: emerging rules = Emergingthreats.net Community Rules WARNING: untranslated string: empty = This field may be left blank WARNING: untranslated string: empty profile = empty WARNING: untranslated string: enable = Enable @@ -811,6 +810,7 @@ WARNING: untranslated string: from = From WARNING: untranslated string: fw blue = Firewall options for BLUE interface WARNING: untranslated string: fw default drop = Firewall policy WARNING: untranslated string: fw logging = Firewall logging +WARNING: untranslated string: fw red = Firewall options for RED interface WARNING: untranslated string: fw settings = Firewall settings WARNING: untranslated string: fw settings color = Show colors in ruletable WARNING: untranslated string: fw settings dropdown = Show all networks on rulecreation site @@ -1029,6 +1029,7 @@ WARNING: untranslated string: holdoff = Holdoff time (in seconds) WARNING: untranslated string: host certificate = Host Certificate WARNING: untranslated string: host ip = Host IP address WARNING: untranslated string: host to net vpn = Host-to-Net Virtual Private Network (RoadWarrior) +WARNING: untranslated string: hostile networks = Hostile networks WARNING: untranslated string: hostname = Hostname WARNING: untranslated string: hostname cant be empty = Hostname cannot be empty. WARNING: untranslated string: hostname not set = Hostname not set. @@ -1039,11 +1040,17 @@ WARNING: untranslated string: hours = Hours WARNING: untranslated string: idle = Idle WARNING: untranslated string: idle timeout = Idle timeout (mins; 0 to disable): WARNING: untranslated string: idle timeout not set = Idle timeout not set. +WARNING: untranslated string: ids add provider = Add provider WARNING: untranslated string: ids apply = Apply WARNING: untranslated string: ids apply ruleset changes = The ruleset changes are being applied. Please wait until all operations have completed successfully... WARNING: untranslated string: ids automatic rules update = Automatic Rule Update +WARNING: untranslated string: ids autoupdates = Automatic updates +WARNING: untranslated string: ids could not add provider = Could not add provider +WARNING: untranslated string: ids customize ruleset = Customize ruleset WARNING: untranslated string: ids download new ruleset = Downloading and unpacking new ruleset. Please wait until all operations have completed successfully... WARNING: untranslated string: ids enable = Enable Intrusion Prevention System +WARNING: untranslated string: ids enable automatic updates = Enable automatic updates +WARNING: untranslated string: ids force ruleset update = Force ruleset update WARNING: untranslated string: ids hide = Hide WARNING: untranslated string: ids ignored hosts = Whitelisted Hosts WARNING: untranslated string: ids log hits = Total of number of activated rules for @@ -1051,13 +1058,18 @@ WARNING: untranslated string: ids log viewer = IPS Log Viewer WARNING: untranslated string: ids logs = IPS Logs WARNING: untranslated string: ids monitor traffic only = Monitor traffic only WARNING: untranslated string: ids monitored interfaces = Monitored Interfaces +WARNING: untranslated string: ids no enabled ruleset provider = No enabled ruleset is available. Please activate or add one first. WARNING: untranslated string: ids no network zone = Please select at least one network zone to be monitored -WARNING: untranslated string: ids no ruleset available = No ruleset is available. Please download one first -WARNING: untranslated string: ids oinkcode required = The selected ruleset requires a subscription or an Oinkcode -WARNING: untranslated string: ids rules update = Ruleset +WARNING: untranslated string: ids provider = Provider +WARNING: untranslated string: ids provider settings = Provider settings +WARNING: untranslated string: ids reset provider = Reset provider WARNING: untranslated string: ids ruleset autoupdate in progress = Ruleset update in progress. Please wait until all operations have completed successfully... WARNING: untranslated string: ids ruleset settings = Ruleset Settings WARNING: untranslated string: ids show = Show +WARNING: untranslated string: ids subscription code required = The selected ruleset requires a subscription code +WARNING: untranslated string: ids the choosen provider is already in use = The choosen provider is already in use. +WARNING: untranslated string: ids unable to download the ruleset = Unable to download the ruleset +WARNING: untranslated string: ids visit provider website = Visit provider website WARNING: untranslated string: ids working = Changes are being applied. Please wait until all operations have completed successfully... WARNING: untranslated string: iface = Iface WARNING: untranslated string: ignore filter = Ignore filter @@ -1113,10 +1125,10 @@ WARNING: untranslated string: invalid input for local ip address = Invalid input WARNING: untranslated string: invalid input for max clients = Invalid input for Max Clients. The maximum of 1024 clients has been exceeded WARNING: untranslated string: invalid input for mode = Invalid input for mode WARNING: untranslated string: invalid input for name = Invalid input for user's full name or system hostname -WARNING: untranslated string: invalid input for oink code = Invalid input for Oink code WARNING: untranslated string: invalid input for organization = Invalid input for organization WARNING: untranslated string: invalid input for remote host/ip = Invalid input for remote host/ip. WARNING: untranslated string: invalid input for state or province = Invalid input for state or province. +WARNING: untranslated string: invalid input for subscription code = Invalid input for subscription code WARNING: untranslated string: invalid input for valid till days = Invalid input for Valid till (days). WARNING: untranslated string: invalid ip = Invalid IP Address WARNING: untranslated string: invalid ip or hostname = Invalid IP Address or Hostname @@ -1438,6 +1450,8 @@ WARNING: untranslated string: pakfire ago = ago. WARNING: untranslated string: pakfire available addons = Available Addons: WARNING: untranslated string: pakfire configuration = Pakfire Configuration WARNING: untranslated string: pakfire core update level = Core-Update-Level +WARNING: untranslated string: pakfire finished = Pakfire has finished! Returning... +WARNING: untranslated string: pakfire finished error = Pakfire has finished! Errors occurred, please check the log output before proceeding. WARNING: untranslated string: pakfire install description = Please choose one or more items from the list below and click the plus to install. WARNING: untranslated string: pakfire install package = You want to install the following packages: WARNING: untranslated string: pakfire installed addons = Installed Addons: @@ -1447,6 +1461,7 @@ WARNING: untranslated string: pakfire last package update = Last packages list u WARNING: untranslated string: pakfire last serverlist update = Last server list update made WARNING: untranslated string: pakfire last update = Last update made WARNING: untranslated string: pakfire possible dependency = There may be depending packages, here is a list of packages that need to be installed. +WARNING: untranslated string: pakfire return = Return to Pakfire WARNING: untranslated string: pakfire system state = System Status WARNING: untranslated string: pakfire tree = Repository WARNING: untranslated string: pakfire tree stable = Stable @@ -1533,8 +1548,6 @@ WARNING: untranslated string: red1 = RED WARNING: untranslated string: references = References WARNING: untranslated string: refresh = Refresh WARNING: untranslated string: refresh index page while connected = Refresh index.cgi page while connected -WARNING: untranslated string: registered user rules = Talos VRT rules for registered users -WARNING: untranslated string: reload = reload WARNING: untranslated string: remark = Remark WARNING: untranslated string: remark title = Remark: WARNING: untranslated string: remote access = Remote access @@ -1636,6 +1649,7 @@ WARNING: untranslated string: speaker on = Speaker on: WARNING: untranslated string: spectre variant 1 = Spectre Variant 1 WARNING: untranslated string: spectre variant 2 = Spectre Variant 2 WARNING: untranslated string: spectre variant 4 = Spectre Variant 4 +WARNING: untranslated string: spoofed or martians = Spoofed/Martians WARNING: untranslated string: srbds = Special register buffer data sampling WARNING: untranslated string: src port = Src Port WARNING: untranslated string: ssh = SSH @@ -1677,7 +1691,7 @@ WARNING: untranslated string: stopped = STOPPED WARNING: untranslated string: strict = Strict WARNING: untranslated string: subject = Subject WARNING: untranslated string: subnet mask = Subnet Mask -WARNING: untranslated string: subscripted user rules = Talos VRT rules with subscription +WARNING: untranslated string: subscription code = Subscription code WARNING: untranslated string: summaries kept = Keep summaries for WARNING: untranslated string: sunday = Sunday WARNING: untranslated string: support donation = Support the IPFire project with your donation @@ -1782,7 +1796,6 @@ WARNING: untranslated string: unlimited = Unlimited WARNING: untranslated string: unnamed = Unnamed WARNING: untranslated string: update = Update WARNING: untranslated string: update accelerator = Update Accelerator -WARNING: untranslated string: update ruleset = Update ruleset WARNING: untranslated string: update time = Update the time: WARNING: untranslated string: updxlrtr 3 months = three months WARNING: untranslated string: updxlrtr 6 months = six months diff --git a/doc/language_issues.es b/doc/language_issues.es index 3ebc2d925..091f0a8cb 100644 --- a/doc/language_issues.es +++ b/doc/language_issues.es @@ -164,6 +164,7 @@ WARNING: translation string unused: class in use WARNING: translation string unused: clear cache WARNING: translation string unused: client WARNING: translation string unused: comment +WARNING: translation string unused: community rules WARNING: translation string unused: compression WARNING: translation string unused: connect WARNING: translation string unused: connect the modem @@ -352,6 +353,7 @@ WARNING: translation string unused: ids rules license WARNING: translation string unused: ids rules license1 WARNING: translation string unused: ids rules license2 WARNING: translation string unused: ids rules license3 +WARNING: translation string unused: ids rules update WARNING: translation string unused: ike encryption WARNING: translation string unused: ike grouptype WARNING: translation string unused: ike integrity @@ -374,6 +376,7 @@ WARNING: translation string unused: intrusion detection system2 WARNING: translation string unused: invalid cache size WARNING: translation string unused: invalid date entered WARNING: translation string unused: invalid downlink speed +WARNING: translation string unused: invalid input for oink code WARNING: translation string unused: invalid loaded file WARNING: translation string unused: invalid md5sum WARNING: translation string unused: invalid port list @@ -576,7 +579,9 @@ WARNING: translation string unused: reboot question WARNING: translation string unused: reboot schedule WARNING: translation string unused: reboot sure WARNING: translation string unused: refresh update list +WARNING: translation string unused: registered user rules WARNING: translation string unused: released +WARNING: translation string unused: reload WARNING: translation string unused: removable device advice WARNING: translation string unused: reportfile WARNING: translation string unused: reportlevel @@ -663,6 +668,7 @@ WARNING: translation string unused: subject test WARNING: translation string unused: subject warn WARNING: translation string unused: subnet WARNING: translation string unused: subnet is invalid +WARNING: translation string unused: subscripted user rules WARNING: translation string unused: successfully refreshed updates list WARNING: translation string unused: system graphs WARNING: translation string unused: system log viewer @@ -955,7 +961,9 @@ WARNING: untranslated string: drop action = Default behaviour of (forward) firew WARNING: untranslated string: drop action1 = Default behaviour of (outgoing) firewall in mode "Blocked" WARNING: untranslated string: drop action2 = Default behaviour of (input) firewall WARNING: untranslated string: drop forward = Log dropped forward packets +WARNING: untranslated string: drop hostile = Drop packets from and to hostile networks (listed at Spamhaus DROP, etc.) WARNING: untranslated string: drop outgoing = Log dropped outgoing packets +WARNING: untranslated string: drop spoofed martians = Log dropped spoofed packets and marsians WARNING: untranslated string: duration = Duration WARNING: untranslated string: eight hours = 8 Hours WARNING: untranslated string: email config = Configuration @@ -976,8 +984,6 @@ WARNING: untranslated string: email tls = TLS mode WARNING: untranslated string: email tls explicit = explicit (STARTTLS) WARNING: untranslated string: email tls implicit = implicit (TLS) WARNING: untranslated string: email usemail = Activate Mail Service -WARNING: untranslated string: emerging pro rules = Emergingthreats.net Pro Rules -WARNING: untranslated string: emerging rules = Emergingthreats.net Community Rules WARNING: untranslated string: enable = Enable WARNING: untranslated string: enable smt = Enable Simultaneous Multi-Threading (SMT) WARNING: untranslated string: encryption = Encryption: @@ -1020,6 +1026,7 @@ WARNING: untranslated string: force enable = Forced WARNING: untranslated string: foreshadow = Foreshadow WARNING: untranslated string: four hours = 4 Hours WARNING: untranslated string: fw default drop = Firewall policy +WARNING: untranslated string: fw red = Firewall options for RED interface WARNING: untranslated string: fw settings = Firewall settings WARNING: untranslated string: fw settings color = Show colors in ruletable WARNING: untranslated string: fw settings dropdown = Show all networks on rulecreation site @@ -1209,22 +1216,35 @@ WARNING: untranslated string: guardian no entries = unknown string WARNING: untranslated string: guardian service = unknown string WARNING: untranslated string: hardware support = Hardware Support WARNING: untranslated string: hardware vulnerabilities = Hardware Vulnerabilities +WARNING: untranslated string: hostile networks = Hostile networks +WARNING: untranslated string: ids add provider = Add provider WARNING: untranslated string: ids apply = Apply WARNING: untranslated string: ids apply ruleset changes = The ruleset changes are being applied. Please wait until all operations have completed successfully... WARNING: untranslated string: ids automatic rules update = Automatic Rule Update +WARNING: untranslated string: ids autoupdates = Automatic updates +WARNING: untranslated string: ids could not add provider = Could not add provider +WARNING: untranslated string: ids customize ruleset = Customize ruleset WARNING: untranslated string: ids download new ruleset = Downloading and unpacking new ruleset. Please wait until all operations have completed successfully... WARNING: untranslated string: ids enable = Enable Intrusion Prevention System +WARNING: untranslated string: ids enable automatic updates = Enable automatic updates +WARNING: untranslated string: ids force ruleset update = Force ruleset update WARNING: untranslated string: ids hide = Hide WARNING: untranslated string: ids ignored hosts = Whitelisted Hosts WARNING: untranslated string: ids log hits = Total of number of activated rules for WARNING: untranslated string: ids monitor traffic only = Monitor traffic only WARNING: untranslated string: ids monitored interfaces = Monitored Interfaces +WARNING: untranslated string: ids no enabled ruleset provider = No enabled ruleset is available. Please activate or add one first. WARNING: untranslated string: ids no network zone = Please select at least one network zone to be monitored -WARNING: untranslated string: ids no ruleset available = No ruleset is available. Please download one first -WARNING: untranslated string: ids oinkcode required = The selected ruleset requires a subscription or an Oinkcode +WARNING: untranslated string: ids provider = Provider +WARNING: untranslated string: ids provider settings = Provider settings +WARNING: untranslated string: ids reset provider = Reset provider WARNING: untranslated string: ids ruleset autoupdate in progress = Ruleset update in progress. Please wait until all operations have completed successfully... WARNING: untranslated string: ids ruleset settings = Ruleset Settings WARNING: untranslated string: ids show = Show +WARNING: untranslated string: ids subscription code required = The selected ruleset requires a subscription code +WARNING: untranslated string: ids the choosen provider is already in use = The choosen provider is already in use. +WARNING: untranslated string: ids unable to download the ruleset = Unable to download the ruleset +WARNING: untranslated string: ids visit provider website = Visit provider website WARNING: untranslated string: ids working = Changes are being applied. Please wait until all operations have completed successfully... WARNING: untranslated string: imei = IMEI WARNING: untranslated string: imsi = IMSI @@ -1242,6 +1262,7 @@ WARNING: untranslated string: invalid input for interface mode = Invalid input f WARNING: untranslated string: invalid input for interface mtu = Invalid input to interface MTU WARNING: untranslated string: invalid input for local ip address = Invalid input for local IP address WARNING: untranslated string: invalid input for mode = Invalid input for mode +WARNING: untranslated string: invalid input for subscription code = Invalid input for subscription code WARNING: untranslated string: invalid input for valid till days = Invalid input for Valid till (days). WARNING: untranslated string: invalid ip or hostname = Invalid IP Address or Hostname WARNING: untranslated string: invalid logserver protocol = Invalid syslogd server protocol @@ -1349,7 +1370,10 @@ WARNING: untranslated string: ovpn warning rfc3280 = Your host certificate is no WARNING: untranslated string: p2p block = P2P networks WARNING: untranslated string: p2p block save notice = Please reload the firewall ruleset in order to apply your changes. WARNING: untranslated string: pakfire ago = ago. +WARNING: untranslated string: pakfire finished = Pakfire has finished! Returning... +WARNING: untranslated string: pakfire finished error = Pakfire has finished! Errors occurred, please check the log output before proceeding. WARNING: untranslated string: pakfire invalid tree = Invalid repository selected +WARNING: untranslated string: pakfire return = Return to Pakfire WARNING: untranslated string: pakfire tree = Repository WARNING: untranslated string: pakfire tree stable = Stable WARNING: untranslated string: pakfire tree testing = Testing @@ -1397,6 +1421,7 @@ WARNING: untranslated string: source ip country = Source IP Country WARNING: untranslated string: spectre variant 1 = Spectre Variant 1 WARNING: untranslated string: spectre variant 2 = Spectre Variant 2 WARNING: untranslated string: spectre variant 4 = Spectre Variant 4 +WARNING: untranslated string: spoofed or martians = Spoofed/Martians WARNING: untranslated string: srbds = Special register buffer data sampling WARNING: untranslated string: ssh = SSH WARNING: untranslated string: ssh active sessions = Active logins @@ -1408,6 +1433,7 @@ WARNING: untranslated string: standard = Standard WARNING: untranslated string: static routes = Static Routes WARNING: untranslated string: strict = Strict WARNING: untranslated string: subnet mask = Subnet Mask +WARNING: untranslated string: subscription code = Subscription code WARNING: untranslated string: support donation = Support the IPFire project with your donation WARNING: untranslated string: system has rdrand = This system has support for Intel(R) RDRAND. WARNING: untranslated string: system information = System Information @@ -1478,7 +1504,6 @@ WARNING: untranslated string: unblock = Unblock WARNING: untranslated string: unblock all = Unblock all WARNING: untranslated string: uncheck all = Uncheck all WARNING: untranslated string: unlimited = Unlimited -WARNING: untranslated string: update ruleset = Update ruleset WARNING: untranslated string: updxlrtr passive mode = Delivery only/no download mode WARNING: untranslated string: uplink = Uplink WARNING: untranslated string: uplink bit rate = Uplink Bit Rate diff --git a/doc/language_issues.fr b/doc/language_issues.fr index 1c1e04c6a..4a85e641d 100644 --- a/doc/language_issues.fr +++ b/doc/language_issues.fr @@ -174,6 +174,7 @@ WARNING: translation string unused: class in use WARNING: translation string unused: clear cache WARNING: translation string unused: client WARNING: translation string unused: comment +WARNING: translation string unused: community rules WARNING: translation string unused: compression WARNING: translation string unused: connect WARNING: translation string unused: connect the modem @@ -291,6 +292,8 @@ WARNING: translation string unused: email subject WARNING: translation string unused: email success WARNING: translation string unused: email text WARNING: translation string unused: emailreportlevel +WARNING: translation string unused: emerging pro rules +WARNING: translation string unused: emerging rules WARNING: translation string unused: enable javascript WARNING: translation string unused: enable wildcards WARNING: translation string unused: enabledtitle @@ -410,6 +413,9 @@ WARNING: translation string unused: ibod for dual isdn only WARNING: translation string unused: icmp selected but no type WARNING: translation string unused: icmp type WARNING: translation string unused: id +WARNING: translation string unused: ids no ruleset available +WARNING: translation string unused: ids oinkcode required +WARNING: translation string unused: ids rules update WARNING: translation string unused: ike encryption WARNING: translation string unused: ike grouptype WARNING: translation string unused: ike integrity @@ -433,6 +439,7 @@ WARNING: translation string unused: intrusion prevention system WARNING: translation string unused: invalid cache size WARNING: translation string unused: invalid date entered WARNING: translation string unused: invalid downlink speed +WARNING: translation string unused: invalid input for oink code WARNING: translation string unused: invalid loaded file WARNING: translation string unused: invalid md5sum WARNING: translation string unused: invalid port list @@ -665,7 +672,9 @@ WARNING: translation string unused: reboot question WARNING: translation string unused: reboot schedule WARNING: translation string unused: reboot sure WARNING: translation string unused: refresh update list +WARNING: translation string unused: registered user rules WARNING: translation string unused: released +WARNING: translation string unused: reload WARNING: translation string unused: removable device advice WARNING: translation string unused: reportfile WARNING: translation string unused: reportlevel @@ -751,6 +760,7 @@ WARNING: translation string unused: subject test WARNING: translation string unused: subject warn WARNING: translation string unused: subnet WARNING: translation string unused: subnet is invalid +WARNING: translation string unused: subscripted user rules WARNING: translation string unused: successfully refreshed updates list WARNING: translation string unused: system graphs WARNING: translation string unused: system has hwrng @@ -818,6 +828,7 @@ WARNING: translation string unused: unix charset WARNING: translation string unused: unix group WARNING: translation string unused: unix password sync WARNING: translation string unused: unix shell +WARNING: translation string unused: update ruleset WARNING: translation string unused: update transcript WARNING: translation string unused: updatedatabase WARNING: translation string unused: updates @@ -915,9 +926,12 @@ WARNING: untranslated string: cake profile pppoe-llcsnap 40 = PPPoE LLC SNAP (40 WARNING: untranslated string: cake profile pppoe-ptm 27 = PPPoE PTM (27 bytes) WARNING: untranslated string: cake profile pppoe-vcmux 32 = PPPoE VC-MUX (32 bytes) WARNING: untranslated string: cake profile raw 0 = Raw (no overhead compensation) +WARNING: untranslated string: drop hostile = Drop packets from and to hostile networks (listed at Spamhaus DROP, etc.) +WARNING: untranslated string: drop spoofed martians = Log dropped spoofed packets and marsians WARNING: untranslated string: eol architecture warning = You are running an architecture of IPFire which reached its end of life. You will not receive updates anymore. This is a security risk. WARNING: untranslated string: false max bandwidth = Maximum bandwidth is false. WARNING: untranslated string: false min bandwidth = Minimum bandwidth is false. +WARNING: untranslated string: fw red = Firewall options for RED interface WARNING: untranslated string: fwhost cust locationgrp = unknown string WARNING: untranslated string: fwhost err hostip = unknown string WARNING: untranslated string: guaranteed bandwidth = Guaranteed bandwidth @@ -950,9 +964,30 @@ WARNING: untranslated string: guardian logtarget_file = unknown string WARNING: untranslated string: guardian logtarget_syslog = unknown string WARNING: untranslated string: guardian no entries = unknown string WARNING: untranslated string: guardian service = unknown string +WARNING: untranslated string: hostile networks = Hostile networks +WARNING: untranslated string: ids add provider = Add provider +WARNING: untranslated string: ids autoupdates = Automatic updates +WARNING: untranslated string: ids could not add provider = Could not add provider +WARNING: untranslated string: ids customize ruleset = Customize ruleset +WARNING: untranslated string: ids enable automatic updates = Enable automatic updates +WARNING: untranslated string: ids force ruleset update = Force ruleset update +WARNING: untranslated string: ids no enabled ruleset provider = No enabled ruleset is available. Please activate or add one first. +WARNING: untranslated string: ids provider = Provider +WARNING: untranslated string: ids provider settings = Provider settings +WARNING: untranslated string: ids reset provider = Reset provider +WARNING: untranslated string: ids subscription code required = The selected ruleset requires a subscription code +WARNING: untranslated string: ids the choosen provider is already in use = The choosen provider is already in use. +WARNING: untranslated string: ids unable to download the ruleset = Unable to download the ruleset +WARNING: untranslated string: ids visit provider website = Visit provider website +WARNING: untranslated string: invalid input for subscription code = Invalid input for subscription code WARNING: untranslated string: link-layer encapsulation = Link-Layer Encapsulation WARNING: untranslated string: max bandwidth = Maximum bandwidth WARNING: untranslated string: pakfire ago = ago. +WARNING: untranslated string: pakfire finished = Pakfire has finished! Returning... +WARNING: untranslated string: pakfire finished error = Pakfire has finished! Errors occurred, please check the log output before proceeding. +WARNING: untranslated string: pakfire return = Return to Pakfire WARNING: untranslated string: route config changed = unknown string WARNING: untranslated string: routing config added = unknown string WARNING: untranslated string: routing config changed = unknown string +WARNING: untranslated string: spoofed or martians = Spoofed/Martians +WARNING: untranslated string: subscription code = Subscription code diff --git a/doc/language_issues.it b/doc/language_issues.it index 9c5ff395a..6a4c2f26f 100644 --- a/doc/language_issues.it +++ b/doc/language_issues.it @@ -150,6 +150,7 @@ WARNING: translation string unused: class in use WARNING: translation string unused: clear cache WARNING: translation string unused: client WARNING: translation string unused: comment +WARNING: translation string unused: community rules WARNING: translation string unused: compression WARNING: translation string unused: connect WARNING: translation string unused: connect the modem @@ -261,6 +262,7 @@ WARNING: translation string unused: editor WARNING: translation string unused: eg WARNING: translation string unused: email server can not be empty WARNING: translation string unused: emailreportlevel +WARNING: translation string unused: emerging rules WARNING: translation string unused: enable javascript WARNING: translation string unused: enable wildcards WARNING: translation string unused: enabledtitle @@ -385,6 +387,7 @@ WARNING: translation string unused: ids rules license WARNING: translation string unused: ids rules license1 WARNING: translation string unused: ids rules license2 WARNING: translation string unused: ids rules license3 +WARNING: translation string unused: ids rules update WARNING: translation string unused: ike encryption WARNING: translation string unused: ike grouptype WARNING: translation string unused: ike integrity @@ -407,6 +410,7 @@ WARNING: translation string unused: intrusion detection system2 WARNING: translation string unused: invalid cache size WARNING: translation string unused: invalid date entered WARNING: translation string unused: invalid downlink speed +WARNING: translation string unused: invalid input for oink code WARNING: translation string unused: invalid loaded file WARNING: translation string unused: invalid md5sum WARNING: translation string unused: invalid port list @@ -632,7 +636,9 @@ WARNING: translation string unused: reboot question WARNING: translation string unused: reboot schedule WARNING: translation string unused: reboot sure WARNING: translation string unused: refresh update list +WARNING: translation string unused: registered user rules WARNING: translation string unused: released +WARNING: translation string unused: reload WARNING: translation string unused: removable device advice WARNING: translation string unused: reportfile WARNING: translation string unused: reportlevel @@ -719,6 +725,7 @@ WARNING: translation string unused: subject test WARNING: translation string unused: subject warn WARNING: translation string unused: subnet WARNING: translation string unused: subnet is invalid +WARNING: translation string unused: subscripted user rules WARNING: translation string unused: successfully refreshed updates list WARNING: translation string unused: system graphs WARNING: translation string unused: system has hwrng @@ -971,6 +978,8 @@ WARNING: untranslated string: dns use protocol for dns queries = Protocol for DN WARNING: untranslated string: dnsforward dnssec disabled = DNSSEC Validation is disabled WARNING: untranslated string: dnsforward forward_servers = Nameservers WARNING: untranslated string: download apple profile = Download Apple Configuration Profile +WARNING: untranslated string: drop hostile = Drop packets from and to hostile networks (listed at Spamhaus DROP, etc.) +WARNING: untranslated string: drop spoofed martians = Log dropped spoofed packets and marsians WARNING: untranslated string: duration = Duration WARNING: untranslated string: eight hours = 8 Hours WARNING: untranslated string: email config = Configuration @@ -991,7 +1000,6 @@ WARNING: untranslated string: email tls = TLS mode WARNING: untranslated string: email tls explicit = explicit (STARTTLS) WARNING: untranslated string: email tls implicit = implicit (TLS) WARNING: untranslated string: email usemail = Activate Mail Service -WARNING: untranslated string: emerging pro rules = Emergingthreats.net Pro Rules WARNING: untranslated string: enable = Enable WARNING: untranslated string: enable smt = Enable Simultaneous Multi-Threading (SMT) WARNING: untranslated string: eol architecture warning = You are running an architecture of IPFire which reached its end of life. You will not receive updates anymore. This is a security risk. @@ -1009,6 +1017,7 @@ WARNING: untranslated string: five minutes = 5 Minutes WARNING: untranslated string: force enable = Forced WARNING: untranslated string: foreshadow = Foreshadow WARNING: untranslated string: four hours = 4 Hours +WARNING: untranslated string: fw red = Firewall options for RED interface WARNING: untranslated string: fwdfw all subnets = All subnets WARNING: untranslated string: fwdfw err concon = Invalid number for concurrent connections WARNING: untranslated string: fwdfw err ratecon = Invalid value for connections in Rate-limit @@ -1055,22 +1064,35 @@ WARNING: untranslated string: guardian logtarget_syslog = unknown string WARNING: untranslated string: guardian no entries = unknown string WARNING: untranslated string: guardian service = unknown string WARNING: untranslated string: hardware vulnerabilities = Hardware Vulnerabilities +WARNING: untranslated string: hostile networks = Hostile networks +WARNING: untranslated string: ids add provider = Add provider WARNING: untranslated string: ids apply = Apply WARNING: untranslated string: ids apply ruleset changes = The ruleset changes are being applied. Please wait until all operations have completed successfully... WARNING: untranslated string: ids automatic rules update = Automatic Rule Update +WARNING: untranslated string: ids autoupdates = Automatic updates +WARNING: untranslated string: ids could not add provider = Could not add provider +WARNING: untranslated string: ids customize ruleset = Customize ruleset WARNING: untranslated string: ids download new ruleset = Downloading and unpacking new ruleset. Please wait until all operations have completed successfully... WARNING: untranslated string: ids enable = Enable Intrusion Prevention System +WARNING: untranslated string: ids enable automatic updates = Enable automatic updates +WARNING: untranslated string: ids force ruleset update = Force ruleset update WARNING: untranslated string: ids hide = Hide WARNING: untranslated string: ids ignored hosts = Whitelisted Hosts WARNING: untranslated string: ids log hits = Total of number of activated rules for WARNING: untranslated string: ids monitor traffic only = Monitor traffic only WARNING: untranslated string: ids monitored interfaces = Monitored Interfaces +WARNING: untranslated string: ids no enabled ruleset provider = No enabled ruleset is available. Please activate or add one first. WARNING: untranslated string: ids no network zone = Please select at least one network zone to be monitored -WARNING: untranslated string: ids no ruleset available = No ruleset is available. Please download one first -WARNING: untranslated string: ids oinkcode required = The selected ruleset requires a subscription or an Oinkcode +WARNING: untranslated string: ids provider = Provider +WARNING: untranslated string: ids provider settings = Provider settings +WARNING: untranslated string: ids reset provider = Reset provider WARNING: untranslated string: ids ruleset autoupdate in progress = Ruleset update in progress. Please wait until all operations have completed successfully... WARNING: untranslated string: ids ruleset settings = Ruleset Settings WARNING: untranslated string: ids show = Show +WARNING: untranslated string: ids subscription code required = The selected ruleset requires a subscription code +WARNING: untranslated string: ids the choosen provider is already in use = The choosen provider is already in use. +WARNING: untranslated string: ids unable to download the ruleset = Unable to download the ruleset +WARNING: untranslated string: ids visit provider website = Visit provider website WARNING: untranslated string: ids working = Changes are being applied. Please wait until all operations have completed successfully... WARNING: untranslated string: incoming compression in bytes per second = Incoming Compression WARNING: untranslated string: incoming overhead in bytes per second = Incoming Overhead @@ -1082,6 +1104,7 @@ WARNING: untranslated string: invalid input for interface mode = Invalid input f WARNING: untranslated string: invalid input for interface mtu = Invalid input to interface MTU WARNING: untranslated string: invalid input for local ip address = Invalid input for local IP address WARNING: untranslated string: invalid input for mode = Invalid input for mode +WARNING: untranslated string: invalid input for subscription code = Invalid input for subscription code WARNING: untranslated string: invalid input for valid till days = Invalid input for Valid till (days). WARNING: untranslated string: invalid ip or hostname = Invalid IP Address or Hostname WARNING: untranslated string: invalid logserver protocol = Invalid syslogd server protocol @@ -1140,7 +1163,10 @@ WARNING: untranslated string: ovpn error md5 = You host certificate uses MD5 for WARNING: untranslated string: ovpn rw connection log = OpenVPN Roadwarrior Connections Log WARNING: untranslated string: ovpn tls auth = TLS Channel Protection: WARNING: untranslated string: ovpn warning rfc3280 = Your host certificate is not RFC3280 compliant.
Please update to the latest IPFire version and generate as soon as possible a new root and host certificate.

All OpenVPN clients needs then to be renewed!
+WARNING: untranslated string: pakfire finished = Pakfire has finished! Returning... +WARNING: untranslated string: pakfire finished error = Pakfire has finished! Errors occurred, please check the log output before proceeding. WARNING: untranslated string: pakfire invalid tree = Invalid repository selected +WARNING: untranslated string: pakfire return = Return to Pakfire WARNING: untranslated string: pakfire tree = Repository WARNING: untranslated string: pakfire tree stable = Stable WARNING: untranslated string: pakfire tree testing = Testing @@ -1174,6 +1200,7 @@ WARNING: untranslated string: smt not supported = Simultaneous Multi-Threading ( WARNING: untranslated string: spectre variant 1 = Spectre Variant 1 WARNING: untranslated string: spectre variant 2 = Spectre Variant 2 WARNING: untranslated string: spectre variant 4 = Spectre Variant 4 +WARNING: untranslated string: spoofed or martians = Spoofed/Martians WARNING: untranslated string: srbds = Special register buffer data sampling WARNING: untranslated string: ssh active sessions = Active logins WARNING: untranslated string: ssh agent forwarding = Allow SSH Agent Forwarding @@ -1183,6 +1210,7 @@ WARNING: untranslated string: ssh username = Username WARNING: untranslated string: standard = Standard WARNING: untranslated string: strict = Strict WARNING: untranslated string: subnet mask = Subnet Mask +WARNING: untranslated string: subscription code = Subscription code WARNING: untranslated string: system is offline = The system is offline. WARNING: untranslated string: taa zombieload2 = TSX Async Abort / ZombieLoad v2 WARNING: untranslated string: tcp more reliable = TCP (more reliable) @@ -1201,7 +1229,6 @@ WARNING: untranslated string: unblock = Unblock WARNING: untranslated string: unblock all = Unblock all WARNING: untranslated string: uncheck all = Uncheck all WARNING: untranslated string: unlimited = Unlimited -WARNING: untranslated string: update ruleset = Update ruleset WARNING: untranslated string: updxlrtr passive mode = Delivery only/no download mode WARNING: untranslated string: uplink bit rate = Uplink Bit Rate WARNING: untranslated string: user management = User Management diff --git a/doc/language_issues.nl b/doc/language_issues.nl index ab5dada51..4cf42c624 100644 --- a/doc/language_issues.nl +++ b/doc/language_issues.nl @@ -149,6 +149,7 @@ WARNING: translation string unused: class in use WARNING: translation string unused: clear cache WARNING: translation string unused: client WARNING: translation string unused: comment +WARNING: translation string unused: community rules WARNING: translation string unused: compression WARNING: translation string unused: connect WARNING: translation string unused: connect the modem @@ -259,6 +260,7 @@ WARNING: translation string unused: editor WARNING: translation string unused: eg WARNING: translation string unused: email server can not be empty WARNING: translation string unused: emailreportlevel +WARNING: translation string unused: emerging rules WARNING: translation string unused: enable javascript WARNING: translation string unused: enable wildcards WARNING: translation string unused: enabledtitle @@ -383,6 +385,7 @@ WARNING: translation string unused: ids rules license WARNING: translation string unused: ids rules license1 WARNING: translation string unused: ids rules license2 WARNING: translation string unused: ids rules license3 +WARNING: translation string unused: ids rules update WARNING: translation string unused: ike encryption WARNING: translation string unused: ike grouptype WARNING: translation string unused: ike integrity @@ -405,6 +408,7 @@ WARNING: translation string unused: intrusion detection system2 WARNING: translation string unused: invalid cache size WARNING: translation string unused: invalid date entered WARNING: translation string unused: invalid downlink speed +WARNING: translation string unused: invalid input for oink code WARNING: translation string unused: invalid loaded file WARNING: translation string unused: invalid md5sum WARNING: translation string unused: invalid port list @@ -628,7 +632,9 @@ WARNING: translation string unused: reboot question WARNING: translation string unused: reboot schedule WARNING: translation string unused: reboot sure WARNING: translation string unused: refresh update list +WARNING: translation string unused: registered user rules WARNING: translation string unused: released +WARNING: translation string unused: reload WARNING: translation string unused: removable device advice WARNING: translation string unused: reportfile WARNING: translation string unused: reportlevel @@ -715,6 +721,7 @@ WARNING: translation string unused: subject test WARNING: translation string unused: subject warn WARNING: translation string unused: subnet WARNING: translation string unused: subnet is invalid +WARNING: translation string unused: subscripted user rules WARNING: translation string unused: successfully refreshed updates list WARNING: translation string unused: system graphs WARNING: translation string unused: system has hwrng @@ -977,7 +984,9 @@ WARNING: untranslated string: dnssec not supported = DNSSEC Not supported WARNING: untranslated string: dnssec validating = DNSSEC Validating WARNING: untranslated string: download apple profile = Download Apple Configuration Profile WARNING: untranslated string: download tls-auth key = Download tls-auth key +WARNING: untranslated string: drop hostile = Drop packets from and to hostile networks (listed at Spamhaus DROP, etc.) WARNING: untranslated string: drop outgoing = Log dropped outgoing packets +WARNING: untranslated string: drop spoofed martians = Log dropped spoofed packets and marsians WARNING: untranslated string: duration = Duration WARNING: untranslated string: eight hours = 8 Hours WARNING: untranslated string: email config = Configuration @@ -998,7 +1007,6 @@ WARNING: untranslated string: email tls = TLS mode WARNING: untranslated string: email tls explicit = explicit (STARTTLS) WARNING: untranslated string: email tls implicit = implicit (TLS) WARNING: untranslated string: email usemail = Activate Mail Service -WARNING: untranslated string: emerging pro rules = Emergingthreats.net Pro Rules WARNING: untranslated string: enable = Enable WARNING: untranslated string: enable smt = Enable Simultaneous Multi-Threading (SMT) WARNING: untranslated string: eol architecture warning = You are running an architecture of IPFire which reached its end of life. You will not receive updates anymore. This is a security risk. @@ -1017,6 +1025,7 @@ WARNING: untranslated string: five minutes = 5 Minutes WARNING: untranslated string: force enable = Forced WARNING: untranslated string: foreshadow = Foreshadow WARNING: untranslated string: four hours = 4 Hours +WARNING: untranslated string: fw red = Firewall options for RED interface WARNING: untranslated string: fwdfw all subnets = All subnets WARNING: untranslated string: fwdfw err concon = Invalid number for concurrent connections WARNING: untranslated string: fwdfw err ratecon = Invalid value for connections in Rate-limit @@ -1064,22 +1073,35 @@ WARNING: untranslated string: guardian logtarget_syslog = unknown string WARNING: untranslated string: guardian no entries = unknown string WARNING: untranslated string: guardian service = unknown string WARNING: untranslated string: hardware vulnerabilities = Hardware Vulnerabilities +WARNING: untranslated string: hostile networks = Hostile networks +WARNING: untranslated string: ids add provider = Add provider WARNING: untranslated string: ids apply = Apply WARNING: untranslated string: ids apply ruleset changes = The ruleset changes are being applied. Please wait until all operations have completed successfully... WARNING: untranslated string: ids automatic rules update = Automatic Rule Update +WARNING: untranslated string: ids autoupdates = Automatic updates +WARNING: untranslated string: ids could not add provider = Could not add provider +WARNING: untranslated string: ids customize ruleset = Customize ruleset WARNING: untranslated string: ids download new ruleset = Downloading and unpacking new ruleset. Please wait until all operations have completed successfully... WARNING: untranslated string: ids enable = Enable Intrusion Prevention System +WARNING: untranslated string: ids enable automatic updates = Enable automatic updates +WARNING: untranslated string: ids force ruleset update = Force ruleset update WARNING: untranslated string: ids hide = Hide WARNING: untranslated string: ids ignored hosts = Whitelisted Hosts WARNING: untranslated string: ids log hits = Total of number of activated rules for WARNING: untranslated string: ids monitor traffic only = Monitor traffic only WARNING: untranslated string: ids monitored interfaces = Monitored Interfaces +WARNING: untranslated string: ids no enabled ruleset provider = No enabled ruleset is available. Please activate or add one first. WARNING: untranslated string: ids no network zone = Please select at least one network zone to be monitored -WARNING: untranslated string: ids no ruleset available = No ruleset is available. Please download one first -WARNING: untranslated string: ids oinkcode required = The selected ruleset requires a subscription or an Oinkcode +WARNING: untranslated string: ids provider = Provider +WARNING: untranslated string: ids provider settings = Provider settings +WARNING: untranslated string: ids reset provider = Reset provider WARNING: untranslated string: ids ruleset autoupdate in progress = Ruleset update in progress. Please wait until all operations have completed successfully... WARNING: untranslated string: ids ruleset settings = Ruleset Settings WARNING: untranslated string: ids show = Show +WARNING: untranslated string: ids subscription code required = The selected ruleset requires a subscription code +WARNING: untranslated string: ids the choosen provider is already in use = The choosen provider is already in use. +WARNING: untranslated string: ids unable to download the ruleset = Unable to download the ruleset +WARNING: untranslated string: ids visit provider website = Visit provider website WARNING: untranslated string: ids working = Changes are being applied. Please wait until all operations have completed successfully... WARNING: untranslated string: imei = IMEI WARNING: untranslated string: imsi = IMSI @@ -1093,6 +1115,7 @@ WARNING: untranslated string: invalid input for interface mode = Invalid input f WARNING: untranslated string: invalid input for interface mtu = Invalid input to interface MTU WARNING: untranslated string: invalid input for local ip address = Invalid input for local IP address WARNING: untranslated string: invalid input for mode = Invalid input for mode +WARNING: untranslated string: invalid input for subscription code = Invalid input for subscription code WARNING: untranslated string: invalid input for valid till days = Invalid input for Valid till (days). WARNING: untranslated string: invalid ip or hostname = Invalid IP Address or Hostname WARNING: untranslated string: invalid logserver protocol = Invalid syslogd server protocol @@ -1174,7 +1197,10 @@ WARNING: untranslated string: ovpn ha = Hash algorithm WARNING: untranslated string: ovpn rw connection log = OpenVPN Roadwarrior Connections Log WARNING: untranslated string: ovpn tls auth = TLS Channel Protection: WARNING: untranslated string: ovpn warning rfc3280 = Your host certificate is not RFC3280 compliant.
Please update to the latest IPFire version and generate as soon as possible a new root and host certificate.

All OpenVPN clients needs then to be renewed!
+WARNING: untranslated string: pakfire finished = Pakfire has finished! Returning... +WARNING: untranslated string: pakfire finished error = Pakfire has finished! Errors occurred, please check the log output before proceeding. WARNING: untranslated string: pakfire invalid tree = Invalid repository selected +WARNING: untranslated string: pakfire return = Return to Pakfire WARNING: untranslated string: pakfire tree = Repository WARNING: untranslated string: pakfire tree stable = Stable WARNING: untranslated string: pakfire tree testing = Testing @@ -1213,6 +1239,7 @@ WARNING: untranslated string: source ip country = Source IP Country WARNING: untranslated string: spectre variant 1 = Spectre Variant 1 WARNING: untranslated string: spectre variant 2 = Spectre Variant 2 WARNING: untranslated string: spectre variant 4 = Spectre Variant 4 +WARNING: untranslated string: spoofed or martians = Spoofed/Martians WARNING: untranslated string: srbds = Special register buffer data sampling WARNING: untranslated string: ssh active sessions = Active logins WARNING: untranslated string: ssh agent forwarding = Allow SSH Agent Forwarding @@ -1222,6 +1249,7 @@ WARNING: untranslated string: ssh username = Username WARNING: untranslated string: standard = Standard WARNING: untranslated string: strict = Strict WARNING: untranslated string: subnet mask = Subnet Mask +WARNING: untranslated string: subscription code = Subscription code WARNING: untranslated string: system is offline = The system is offline. WARNING: untranslated string: ta key = TLS-Authentification-Key WARNING: untranslated string: taa zombieload2 = TSX Async Abort / ZombieLoad v2 @@ -1241,7 +1269,6 @@ WARNING: untranslated string: unblock = Unblock WARNING: untranslated string: unblock all = Unblock all WARNING: untranslated string: uncheck all = Uncheck all WARNING: untranslated string: unlimited = Unlimited -WARNING: untranslated string: update ruleset = Update ruleset WARNING: untranslated string: updxlrtr passive mode = Delivery only/no download mode WARNING: untranslated string: uplink bit rate = Uplink Bit Rate WARNING: untranslated string: upload dh key = Upload Diffie-Hellman parameters diff --git a/doc/language_issues.pl b/doc/language_issues.pl index f57c485a7..6314c4456 100644 --- a/doc/language_issues.pl +++ b/doc/language_issues.pl @@ -328,6 +328,7 @@ WARNING: translation string unused: ids rules license WARNING: translation string unused: ids rules license1 WARNING: translation string unused: ids rules license2 WARNING: translation string unused: ids rules license3 +WARNING: translation string unused: ids rules update WARNING: translation string unused: ike encryption WARNING: translation string unused: ike grouptype WARNING: translation string unused: ike integrity @@ -350,6 +351,7 @@ WARNING: translation string unused: intrusion detection system2 WARNING: translation string unused: invalid cache size WARNING: translation string unused: invalid date entered WARNING: translation string unused: invalid downlink speed +WARNING: translation string unused: invalid input for oink code WARNING: translation string unused: invalid loaded file WARNING: translation string unused: invalid md5sum WARNING: translation string unused: invalid port list @@ -560,7 +562,9 @@ WARNING: translation string unused: reboot question WARNING: translation string unused: reboot schedule WARNING: translation string unused: reboot sure WARNING: translation string unused: refresh update list +WARNING: translation string unused: registered user rules WARNING: translation string unused: released +WARNING: translation string unused: reload WARNING: translation string unused: removable device advice WARNING: translation string unused: reportfile WARNING: translation string unused: reportlevel @@ -647,6 +651,7 @@ WARNING: translation string unused: subject test WARNING: translation string unused: subject warn WARNING: translation string unused: subnet WARNING: translation string unused: subnet is invalid +WARNING: translation string unused: subscripted user rules WARNING: translation string unused: successfully refreshed updates list WARNING: translation string unused: system graphs WARNING: translation string unused: system log viewer @@ -905,7 +910,6 @@ WARNING: untranslated string: ccd routes = Routing: WARNING: untranslated string: ccd subnet = Subnet WARNING: untranslated string: ccd used = Used addresses WARNING: untranslated string: check all = Check all -WARNING: untranslated string: community rules = Snort/VRT GPLv2 Community Rules WARNING: untranslated string: count = Count WARNING: untranslated string: countries = Countries WARNING: untranslated string: country codes and flags = Country Codes and Flags: @@ -970,7 +974,9 @@ WARNING: untranslated string: drop action = Default behaviour of (forward) firew WARNING: untranslated string: drop action1 = Default behaviour of (outgoing) firewall in mode "Blocked" WARNING: untranslated string: drop action2 = Default behaviour of (input) firewall WARNING: untranslated string: drop forward = Log dropped forward packets +WARNING: untranslated string: drop hostile = Drop packets from and to hostile networks (listed at Spamhaus DROP, etc.) WARNING: untranslated string: drop outgoing = Log dropped outgoing packets +WARNING: untranslated string: drop spoofed martians = Log dropped spoofed packets and marsians WARNING: untranslated string: duration = Duration WARNING: untranslated string: eight hours = 8 Hours WARNING: untranslated string: email config = Configuration @@ -991,8 +997,6 @@ WARNING: untranslated string: email tls = TLS mode WARNING: untranslated string: email tls explicit = explicit (STARTTLS) WARNING: untranslated string: email tls implicit = implicit (TLS) WARNING: untranslated string: email usemail = Activate Mail Service -WARNING: untranslated string: emerging pro rules = Emergingthreats.net Pro Rules -WARNING: untranslated string: emerging rules = Emergingthreats.net Community Rules WARNING: untranslated string: enable = Enable WARNING: untranslated string: enable smt = Enable Simultaneous Multi-Threading (SMT) WARNING: untranslated string: encryption = Encryption: @@ -1025,6 +1029,7 @@ WARNING: untranslated string: force enable = Forced WARNING: untranslated string: foreshadow = Foreshadow WARNING: untranslated string: four hours = 4 Hours WARNING: untranslated string: fw default drop = Firewall policy +WARNING: untranslated string: fw red = Firewall options for RED interface WARNING: untranslated string: fw settings = Firewall settings WARNING: untranslated string: fw settings color = Show colors in ruletable WARNING: untranslated string: fw settings dropdown = Show all networks on rulecreation site @@ -1214,22 +1219,35 @@ WARNING: untranslated string: guardian no entries = unknown string WARNING: untranslated string: guardian service = unknown string WARNING: untranslated string: hardware support = Hardware Support WARNING: untranslated string: hardware vulnerabilities = Hardware Vulnerabilities +WARNING: untranslated string: hostile networks = Hostile networks +WARNING: untranslated string: ids add provider = Add provider WARNING: untranslated string: ids apply = Apply WARNING: untranslated string: ids apply ruleset changes = The ruleset changes are being applied. Please wait until all operations have completed successfully... WARNING: untranslated string: ids automatic rules update = Automatic Rule Update +WARNING: untranslated string: ids autoupdates = Automatic updates +WARNING: untranslated string: ids could not add provider = Could not add provider +WARNING: untranslated string: ids customize ruleset = Customize ruleset WARNING: untranslated string: ids download new ruleset = Downloading and unpacking new ruleset. Please wait until all operations have completed successfully... WARNING: untranslated string: ids enable = Enable Intrusion Prevention System +WARNING: untranslated string: ids enable automatic updates = Enable automatic updates +WARNING: untranslated string: ids force ruleset update = Force ruleset update WARNING: untranslated string: ids hide = Hide WARNING: untranslated string: ids ignored hosts = Whitelisted Hosts WARNING: untranslated string: ids log hits = Total of number of activated rules for WARNING: untranslated string: ids monitor traffic only = Monitor traffic only WARNING: untranslated string: ids monitored interfaces = Monitored Interfaces +WARNING: untranslated string: ids no enabled ruleset provider = No enabled ruleset is available. Please activate or add one first. WARNING: untranslated string: ids no network zone = Please select at least one network zone to be monitored -WARNING: untranslated string: ids no ruleset available = No ruleset is available. Please download one first -WARNING: untranslated string: ids oinkcode required = The selected ruleset requires a subscription or an Oinkcode +WARNING: untranslated string: ids provider = Provider +WARNING: untranslated string: ids provider settings = Provider settings +WARNING: untranslated string: ids reset provider = Reset provider WARNING: untranslated string: ids ruleset autoupdate in progress = Ruleset update in progress. Please wait until all operations have completed successfully... WARNING: untranslated string: ids ruleset settings = Ruleset Settings WARNING: untranslated string: ids show = Show +WARNING: untranslated string: ids subscription code required = The selected ruleset requires a subscription code +WARNING: untranslated string: ids the choosen provider is already in use = The choosen provider is already in use. +WARNING: untranslated string: ids unable to download the ruleset = Unable to download the ruleset +WARNING: untranslated string: ids visit provider website = Visit provider website WARNING: untranslated string: ids working = Changes are being applied. Please wait until all operations have completed successfully... WARNING: untranslated string: imei = IMEI WARNING: untranslated string: imsi = IMSI @@ -1247,6 +1265,7 @@ WARNING: untranslated string: invalid input for interface mode = Invalid input f WARNING: untranslated string: invalid input for interface mtu = Invalid input to interface MTU WARNING: untranslated string: invalid input for local ip address = Invalid input for local IP address WARNING: untranslated string: invalid input for mode = Invalid input for mode +WARNING: untranslated string: invalid input for subscription code = Invalid input for subscription code WARNING: untranslated string: invalid input for valid till days = Invalid input for Valid till (days). WARNING: untranslated string: invalid ip or hostname = Invalid IP Address or Hostname WARNING: untranslated string: invalid logserver protocol = Invalid syslogd server protocol @@ -1358,7 +1377,10 @@ WARNING: untranslated string: ovpn tls auth = TLS Channel Protection: WARNING: untranslated string: ovpn warning rfc3280 = Your host certificate is not RFC3280 compliant.
Please update to the latest IPFire version and generate as soon as possible a new root and host certificate.

All OpenVPN clients needs then to be renewed!
WARNING: untranslated string: p2p block = P2P networks WARNING: untranslated string: p2p block save notice = Please reload the firewall ruleset in order to apply your changes. +WARNING: untranslated string: pakfire finished = Pakfire has finished! Returning... +WARNING: untranslated string: pakfire finished error = Pakfire has finished! Errors occurred, please check the log output before proceeding. WARNING: untranslated string: pakfire invalid tree = Invalid repository selected +WARNING: untranslated string: pakfire return = Return to Pakfire WARNING: untranslated string: pakfire tree = Repository WARNING: untranslated string: pakfire tree stable = Stable WARNING: untranslated string: pakfire tree testing = Testing @@ -1406,6 +1428,7 @@ WARNING: untranslated string: source ip country = Source IP Country WARNING: untranslated string: spectre variant 1 = Spectre Variant 1 WARNING: untranslated string: spectre variant 2 = Spectre Variant 2 WARNING: untranslated string: spectre variant 4 = Spectre Variant 4 +WARNING: untranslated string: spoofed or martians = Spoofed/Martians WARNING: untranslated string: srbds = Special register buffer data sampling WARNING: untranslated string: ssh = SSH WARNING: untranslated string: ssh active sessions = Active logins @@ -1417,6 +1440,7 @@ WARNING: untranslated string: standard = Standard WARNING: untranslated string: static routes = Static Routes WARNING: untranslated string: strict = Strict WARNING: untranslated string: subnet mask = Subnet Mask +WARNING: untranslated string: subscription code = Subscription code WARNING: untranslated string: support donation = Support the IPFire project with your donation WARNING: untranslated string: system has rdrand = This system has support for Intel(R) RDRAND. WARNING: untranslated string: system is offline = The system is offline. @@ -1486,7 +1510,6 @@ WARNING: untranslated string: unblock = Unblock WARNING: untranslated string: unblock all = Unblock all WARNING: untranslated string: uncheck all = Uncheck all WARNING: untranslated string: unlimited = Unlimited -WARNING: untranslated string: update ruleset = Update ruleset WARNING: untranslated string: updxlrtr passive mode = Delivery only/no download mode WARNING: untranslated string: uplink = Uplink WARNING: untranslated string: uplink bit rate = Uplink Bit Rate diff --git a/doc/language_issues.ru b/doc/language_issues.ru index 96b84751d..6589fe087 100644 --- a/doc/language_issues.ru +++ b/doc/language_issues.ru @@ -325,6 +325,7 @@ WARNING: translation string unused: ids rules license WARNING: translation string unused: ids rules license1 WARNING: translation string unused: ids rules license2 WARNING: translation string unused: ids rules license3 +WARNING: translation string unused: ids rules update WARNING: translation string unused: ike encryption WARNING: translation string unused: ike grouptype WARNING: translation string unused: ike integrity @@ -347,6 +348,7 @@ WARNING: translation string unused: intrusion detection system2 WARNING: translation string unused: invalid cache size WARNING: translation string unused: invalid date entered WARNING: translation string unused: invalid downlink speed +WARNING: translation string unused: invalid input for oink code WARNING: translation string unused: invalid loaded file WARNING: translation string unused: invalid md5sum WARNING: translation string unused: invalid port list @@ -556,7 +558,9 @@ WARNING: translation string unused: reboot question WARNING: translation string unused: reboot schedule WARNING: translation string unused: reboot sure WARNING: translation string unused: refresh update list +WARNING: translation string unused: registered user rules WARNING: translation string unused: released +WARNING: translation string unused: reload WARNING: translation string unused: removable device advice WARNING: translation string unused: reportfile WARNING: translation string unused: reportlevel @@ -643,6 +647,7 @@ WARNING: translation string unused: subject test WARNING: translation string unused: subject warn WARNING: translation string unused: subnet WARNING: translation string unused: subnet is invalid +WARNING: translation string unused: subscripted user rules WARNING: translation string unused: successfully refreshed updates list WARNING: translation string unused: system graphs WARNING: translation string unused: system log viewer @@ -901,7 +906,6 @@ WARNING: untranslated string: ccd routes = Routing: WARNING: untranslated string: ccd subnet = Subnet WARNING: untranslated string: ccd used = Used addresses WARNING: untranslated string: check all = Check all -WARNING: untranslated string: community rules = Snort/VRT GPLv2 Community Rules WARNING: untranslated string: count = Count WARNING: untranslated string: countries = Countries WARNING: untranslated string: country codes and flags = Country Codes and Flags: @@ -967,7 +971,9 @@ WARNING: untranslated string: drop action = Default behaviour of (forward) firew WARNING: untranslated string: drop action1 = Default behaviour of (outgoing) firewall in mode "Blocked" WARNING: untranslated string: drop action2 = Default behaviour of (input) firewall WARNING: untranslated string: drop forward = Log dropped forward packets +WARNING: untranslated string: drop hostile = Drop packets from and to hostile networks (listed at Spamhaus DROP, etc.) WARNING: untranslated string: drop outgoing = Log dropped outgoing packets +WARNING: untranslated string: drop spoofed martians = Log dropped spoofed packets and marsians WARNING: untranslated string: duration = Duration WARNING: untranslated string: eight hours = 8 Hours WARNING: untranslated string: email config = Configuration @@ -988,8 +994,6 @@ WARNING: untranslated string: email tls = TLS mode WARNING: untranslated string: email tls explicit = explicit (STARTTLS) WARNING: untranslated string: email tls implicit = implicit (TLS) WARNING: untranslated string: email usemail = Activate Mail Service -WARNING: untranslated string: emerging pro rules = Emergingthreats.net Pro Rules -WARNING: untranslated string: emerging rules = Emergingthreats.net Community Rules WARNING: untranslated string: enable = Enable WARNING: untranslated string: enable smt = Enable Simultaneous Multi-Threading (SMT) WARNING: untranslated string: encryption = Encryption: @@ -1022,6 +1026,7 @@ WARNING: untranslated string: force enable = Forced WARNING: untranslated string: foreshadow = Foreshadow WARNING: untranslated string: four hours = 4 Hours WARNING: untranslated string: fw default drop = Firewall policy +WARNING: untranslated string: fw red = Firewall options for RED interface WARNING: untranslated string: fw settings = Firewall settings WARNING: untranslated string: fw settings color = Show colors in ruletable WARNING: untranslated string: fw settings dropdown = Show all networks on rulecreation site @@ -1211,22 +1216,35 @@ WARNING: untranslated string: guardian no entries = unknown string WARNING: untranslated string: guardian service = unknown string WARNING: untranslated string: hardware support = Hardware Support WARNING: untranslated string: hardware vulnerabilities = Hardware Vulnerabilities +WARNING: untranslated string: hostile networks = Hostile networks +WARNING: untranslated string: ids add provider = Add provider WARNING: untranslated string: ids apply = Apply WARNING: untranslated string: ids apply ruleset changes = The ruleset changes are being applied. Please wait until all operations have completed successfully... WARNING: untranslated string: ids automatic rules update = Automatic Rule Update +WARNING: untranslated string: ids autoupdates = Automatic updates +WARNING: untranslated string: ids could not add provider = Could not add provider +WARNING: untranslated string: ids customize ruleset = Customize ruleset WARNING: untranslated string: ids download new ruleset = Downloading and unpacking new ruleset. Please wait until all operations have completed successfully... WARNING: untranslated string: ids enable = Enable Intrusion Prevention System +WARNING: untranslated string: ids enable automatic updates = Enable automatic updates +WARNING: untranslated string: ids force ruleset update = Force ruleset update WARNING: untranslated string: ids hide = Hide WARNING: untranslated string: ids ignored hosts = Whitelisted Hosts WARNING: untranslated string: ids log hits = Total of number of activated rules for WARNING: untranslated string: ids monitor traffic only = Monitor traffic only WARNING: untranslated string: ids monitored interfaces = Monitored Interfaces +WARNING: untranslated string: ids no enabled ruleset provider = No enabled ruleset is available. Please activate or add one first. WARNING: untranslated string: ids no network zone = Please select at least one network zone to be monitored -WARNING: untranslated string: ids no ruleset available = No ruleset is available. Please download one first -WARNING: untranslated string: ids oinkcode required = The selected ruleset requires a subscription or an Oinkcode +WARNING: untranslated string: ids provider = Provider +WARNING: untranslated string: ids provider settings = Provider settings +WARNING: untranslated string: ids reset provider = Reset provider WARNING: untranslated string: ids ruleset autoupdate in progress = Ruleset update in progress. Please wait until all operations have completed successfully... WARNING: untranslated string: ids ruleset settings = Ruleset Settings WARNING: untranslated string: ids show = Show +WARNING: untranslated string: ids subscription code required = The selected ruleset requires a subscription code +WARNING: untranslated string: ids the choosen provider is already in use = The choosen provider is already in use. +WARNING: untranslated string: ids unable to download the ruleset = Unable to download the ruleset +WARNING: untranslated string: ids visit provider website = Visit provider website WARNING: untranslated string: ids working = Changes are being applied. Please wait until all operations have completed successfully... WARNING: untranslated string: imei = IMEI WARNING: untranslated string: imsi = IMSI @@ -1245,6 +1263,7 @@ WARNING: untranslated string: invalid input for interface mode = Invalid input f WARNING: untranslated string: invalid input for interface mtu = Invalid input to interface MTU WARNING: untranslated string: invalid input for local ip address = Invalid input for local IP address WARNING: untranslated string: invalid input for mode = Invalid input for mode +WARNING: untranslated string: invalid input for subscription code = Invalid input for subscription code WARNING: untranslated string: invalid input for valid till days = Invalid input for Valid till (days). WARNING: untranslated string: invalid ip or hostname = Invalid IP Address or Hostname WARNING: untranslated string: invalid logserver protocol = Invalid syslogd server protocol @@ -1353,7 +1372,10 @@ WARNING: untranslated string: ovpn tls auth = TLS Channel Protection: WARNING: untranslated string: ovpn warning rfc3280 = Your host certificate is not RFC3280 compliant.
Please update to the latest IPFire version and generate as soon as possible a new root and host certificate.

All OpenVPN clients needs then to be renewed!
WARNING: untranslated string: p2p block = P2P networks WARNING: untranslated string: p2p block save notice = Please reload the firewall ruleset in order to apply your changes. +WARNING: untranslated string: pakfire finished = Pakfire has finished! Returning... +WARNING: untranslated string: pakfire finished error = Pakfire has finished! Errors occurred, please check the log output before proceeding. WARNING: untranslated string: pakfire invalid tree = Invalid repository selected +WARNING: untranslated string: pakfire return = Return to Pakfire WARNING: untranslated string: pakfire tree = Repository WARNING: untranslated string: pakfire tree stable = Stable WARNING: untranslated string: pakfire tree testing = Testing @@ -1401,6 +1423,7 @@ WARNING: untranslated string: source ip country = Source IP Country WARNING: untranslated string: spectre variant 1 = Spectre Variant 1 WARNING: untranslated string: spectre variant 2 = Spectre Variant 2 WARNING: untranslated string: spectre variant 4 = Spectre Variant 4 +WARNING: untranslated string: spoofed or martians = Spoofed/Martians WARNING: untranslated string: srbds = Special register buffer data sampling WARNING: untranslated string: ssh = SSH WARNING: untranslated string: ssh active sessions = Active logins @@ -1412,6 +1435,7 @@ WARNING: untranslated string: standard = Standard WARNING: untranslated string: static routes = Static Routes WARNING: untranslated string: strict = Strict WARNING: untranslated string: subnet mask = Subnet Mask +WARNING: untranslated string: subscription code = Subscription code WARNING: untranslated string: support donation = Support the IPFire project with your donation WARNING: untranslated string: system has rdrand = This system has support for Intel(R) RDRAND. WARNING: untranslated string: system is offline = The system is offline. @@ -1481,7 +1505,6 @@ WARNING: untranslated string: unblock = Unblock WARNING: untranslated string: unblock all = Unblock all WARNING: untranslated string: uncheck all = Uncheck all WARNING: untranslated string: unlimited = Unlimited -WARNING: untranslated string: update ruleset = Update ruleset WARNING: untranslated string: updxlrtr passive mode = Delivery only/no download mode WARNING: untranslated string: uplink = Uplink WARNING: untranslated string: uplink bit rate = Uplink Bit Rate diff --git a/doc/language_issues.tr b/doc/language_issues.tr index 821d79f05..995ad711c 100644 --- a/doc/language_issues.tr +++ b/doc/language_issues.tr @@ -172,6 +172,7 @@ WARNING: translation string unused: class in use WARNING: translation string unused: clear cache WARNING: translation string unused: client WARNING: translation string unused: comment +WARNING: translation string unused: community rules WARNING: translation string unused: compression WARNING: translation string unused: connect WARNING: translation string unused: connect the modem @@ -288,6 +289,7 @@ WARNING: translation string unused: email subject WARNING: translation string unused: email success WARNING: translation string unused: email text WARNING: translation string unused: emailreportlevel +WARNING: translation string unused: emerging rules WARNING: translation string unused: enable javascript WARNING: translation string unused: enable wildcards WARNING: translation string unused: enabledtitle @@ -411,6 +413,7 @@ WARNING: translation string unused: ids rules license WARNING: translation string unused: ids rules license1 WARNING: translation string unused: ids rules license2 WARNING: translation string unused: ids rules license3 +WARNING: translation string unused: ids rules update WARNING: translation string unused: ike encryption WARNING: translation string unused: ike grouptype WARNING: translation string unused: ike integrity @@ -433,6 +436,7 @@ WARNING: translation string unused: intrusion detection system2 WARNING: translation string unused: invalid cache size WARNING: translation string unused: invalid date entered WARNING: translation string unused: invalid downlink speed +WARNING: translation string unused: invalid input for oink code WARNING: translation string unused: invalid loaded file WARNING: translation string unused: invalid md5sum WARNING: translation string unused: invalid port list @@ -662,7 +666,9 @@ WARNING: translation string unused: reboot question WARNING: translation string unused: reboot schedule WARNING: translation string unused: reboot sure WARNING: translation string unused: refresh update list +WARNING: translation string unused: registered user rules WARNING: translation string unused: released +WARNING: translation string unused: reload WARNING: translation string unused: removable device advice WARNING: translation string unused: reportfile WARNING: translation string unused: reportlevel @@ -749,6 +755,7 @@ WARNING: translation string unused: subject test WARNING: translation string unused: subject warn WARNING: translation string unused: subnet WARNING: translation string unused: subnet is invalid +WARNING: translation string unused: subscripted user rules WARNING: translation string unused: successfully refreshed updates list WARNING: translation string unused: system graphs WARNING: translation string unused: system has hwrng @@ -951,10 +958,11 @@ WARNING: untranslated string: dns use protocol for dns queries = Protocol for DN WARNING: untranslated string: dnsforward dnssec disabled = DNSSEC Validation is disabled WARNING: untranslated string: dnsforward forward_servers = Nameservers WARNING: untranslated string: download apple profile = Download Apple Configuration Profile +WARNING: untranslated string: drop hostile = Drop packets from and to hostile networks (listed at Spamhaus DROP, etc.) +WARNING: untranslated string: drop spoofed martians = Log dropped spoofed packets and marsians WARNING: untranslated string: duration = Duration WARNING: untranslated string: email tls explicit = explicit (STARTTLS) WARNING: untranslated string: email tls implicit = implicit (TLS) -WARNING: untranslated string: emerging pro rules = Emergingthreats.net Pro Rules WARNING: untranslated string: enable = Enable WARNING: untranslated string: enable smt = Enable Simultaneous Multi-Threading (SMT) WARNING: untranslated string: eol architecture warning = You are running an architecture of IPFire which reached its end of life. You will not receive updates anymore. This is a security risk. @@ -963,6 +971,7 @@ WARNING: untranslated string: error the to date has to be later than the from da WARNING: untranslated string: fallout zombieload ridl = Fallout/ZombieLoad/RIDL WARNING: untranslated string: force enable = Forced WARNING: untranslated string: foreshadow = Foreshadow +WARNING: untranslated string: fw red = Firewall options for RED interface WARNING: untranslated string: fwdfw all subnets = All subnets WARNING: untranslated string: fwhost cust locationgrp = unknown string WARNING: untranslated string: fwhost err hostip = unknown string @@ -997,22 +1006,35 @@ WARNING: untranslated string: guardian logtarget_syslog = unknown string WARNING: untranslated string: guardian no entries = unknown string WARNING: untranslated string: guardian service = unknown string WARNING: untranslated string: hardware vulnerabilities = Hardware Vulnerabilities +WARNING: untranslated string: hostile networks = Hostile networks +WARNING: untranslated string: ids add provider = Add provider WARNING: untranslated string: ids apply = Apply WARNING: untranslated string: ids apply ruleset changes = The ruleset changes are being applied. Please wait until all operations have completed successfully... WARNING: untranslated string: ids automatic rules update = Automatic Rule Update +WARNING: untranslated string: ids autoupdates = Automatic updates +WARNING: untranslated string: ids could not add provider = Could not add provider +WARNING: untranslated string: ids customize ruleset = Customize ruleset WARNING: untranslated string: ids download new ruleset = Downloading and unpacking new ruleset. Please wait until all operations have completed successfully... WARNING: untranslated string: ids enable = Enable Intrusion Prevention System +WARNING: untranslated string: ids enable automatic updates = Enable automatic updates +WARNING: untranslated string: ids force ruleset update = Force ruleset update WARNING: untranslated string: ids hide = Hide WARNING: untranslated string: ids ignored hosts = Whitelisted Hosts WARNING: untranslated string: ids log hits = Total of number of activated rules for WARNING: untranslated string: ids monitor traffic only = Monitor traffic only WARNING: untranslated string: ids monitored interfaces = Monitored Interfaces +WARNING: untranslated string: ids no enabled ruleset provider = No enabled ruleset is available. Please activate or add one first. WARNING: untranslated string: ids no network zone = Please select at least one network zone to be monitored -WARNING: untranslated string: ids no ruleset available = No ruleset is available. Please download one first -WARNING: untranslated string: ids oinkcode required = The selected ruleset requires a subscription or an Oinkcode +WARNING: untranslated string: ids provider = Provider +WARNING: untranslated string: ids provider settings = Provider settings +WARNING: untranslated string: ids reset provider = Reset provider WARNING: untranslated string: ids ruleset autoupdate in progress = Ruleset update in progress. Please wait until all operations have completed successfully... WARNING: untranslated string: ids ruleset settings = Ruleset Settings WARNING: untranslated string: ids show = Show +WARNING: untranslated string: ids subscription code required = The selected ruleset requires a subscription code +WARNING: untranslated string: ids the choosen provider is already in use = The choosen provider is already in use. +WARNING: untranslated string: ids unable to download the ruleset = Unable to download the ruleset +WARNING: untranslated string: ids visit provider website = Visit provider website WARNING: untranslated string: ids working = Changes are being applied. Please wait until all operations have completed successfully... WARNING: untranslated string: info messages = unknown string WARNING: untranslated string: interface mode = Interface @@ -1021,6 +1043,7 @@ WARNING: untranslated string: invalid input for interface mode = Invalid input f WARNING: untranslated string: invalid input for interface mtu = Invalid input to interface MTU WARNING: untranslated string: invalid input for local ip address = Invalid input for local IP address WARNING: untranslated string: invalid input for mode = Invalid input for mode +WARNING: untranslated string: invalid input for subscription code = Invalid input for subscription code WARNING: untranslated string: invalid ip or hostname = Invalid IP Address or Hostname WARNING: untranslated string: ip basic info = Basic IP information WARNING: untranslated string: ip info for = IP information for @@ -1054,7 +1077,10 @@ WARNING: untranslated string: ovpn error md5 = You host certificate uses MD5 for WARNING: untranslated string: ovpn rw connection log = OpenVPN Roadwarrior Connections Log WARNING: untranslated string: ovpn tls auth = TLS Channel Protection: WARNING: untranslated string: ovpn warning rfc3280 = Your host certificate is not RFC3280 compliant.
Please update to the latest IPFire version and generate as soon as possible a new root and host certificate.

All OpenVPN clients needs then to be renewed!
+WARNING: untranslated string: pakfire finished = Pakfire has finished! Returning... +WARNING: untranslated string: pakfire finished error = Pakfire has finished! Errors occurred, please check the log output before proceeding. WARNING: untranslated string: pakfire invalid tree = Invalid repository selected +WARNING: untranslated string: pakfire return = Return to Pakfire WARNING: untranslated string: pakfire tree = Repository WARNING: untranslated string: pakfire tree stable = Stable WARNING: untranslated string: pakfire tree testing = Testing @@ -1080,6 +1106,7 @@ WARNING: untranslated string: smt not supported = Simultaneous Multi-Threading ( WARNING: untranslated string: spectre variant 1 = Spectre Variant 1 WARNING: untranslated string: spectre variant 2 = Spectre Variant 2 WARNING: untranslated string: spectre variant 4 = Spectre Variant 4 +WARNING: untranslated string: spoofed or martians = Spoofed/Martians WARNING: untranslated string: srbds = Special register buffer data sampling WARNING: untranslated string: ssh active sessions = Active logins WARNING: untranslated string: ssh agent forwarding = Allow SSH Agent Forwarding @@ -1089,6 +1116,7 @@ WARNING: untranslated string: ssh username = Username WARNING: untranslated string: standard = Standard WARNING: untranslated string: strict = Strict WARNING: untranslated string: subnet mask = Subnet Mask +WARNING: untranslated string: subscription code = Subscription code WARNING: untranslated string: system is offline = The system is offline. WARNING: untranslated string: taa zombieload2 = TSX Async Abort / ZombieLoad v2 WARNING: untranslated string: token = Token: @@ -1097,7 +1125,6 @@ WARNING: untranslated string: tor guard country any = Any country WARNING: untranslated string: tor guard nodes = Guard Nodes WARNING: untranslated string: tor use guard nodes = Use only these guard nodes (one fingerprint per line) WARNING: untranslated string: transport mode does not support vti = VTI is not support in transport mode -WARNING: untranslated string: update ruleset = Update ruleset WARNING: untranslated string: updxlrtr passive mode = Delivery only/no download mode WARNING: untranslated string: user management = User Management WARNING: untranslated string: vpn start action add = Wait for connection initiation diff --git a/doc/language_missings b/doc/language_missings index 6b5b85053..68ccda062 100644 --- a/doc/language_missings +++ b/doc/language_missings @@ -54,7 +54,9 @@ < error the to date has to be later than the from date < g.dtm < g.lite +< ids subscription code required < insert removable device +< invalid input for subscription code < ipsec dns server address is invalid < ipsec invalid ip address or fqdn for rw endpoint < ipsec roadwarrior endpoint @@ -73,6 +75,7 @@ < show lines < show tls-auth key < smb daemon +< subscription code < teovpn_fragment < tor bridge enabled < tor errmsg invalid node id @@ -269,7 +272,9 @@ < drop action1 < drop action2 < drop forward +< drop hostile < drop outgoing +< drop spoofed martians < duration < eight hours < email config @@ -528,6 +533,7 @@ < fwhost used < fwhost welcome < fwhost wo subnet +< fw red < fw settings < fw settings color < fw settings dropdown @@ -540,22 +546,35 @@ < guardian < hardware support < hardware vulnerabilities +< hostile networks +< ids add provider < ids apply < ids apply ruleset changes < ids automatic rules update +< ids autoupdates +< ids could not add provider +< ids customize ruleset < ids download new ruleset < ids enable +< ids enable automatic updates +< ids force ruleset update < ids hide < ids ignored hosts < ids log hits < ids monitored interfaces < ids monitor traffic only +< ids no enabled ruleset provider < ids no network zone -< ids no ruleset available -< ids oinkcode required +< ids provider +< ids provider settings +< ids reset provider < ids ruleset autoupdate in progress < ids ruleset settings < ids show +< ids subscription code required +< ids the choosen provider is already in use +< ids unable to download the ruleset +< ids visit provider website < ids working < imei < imsi @@ -573,6 +592,7 @@ < invalid input for interface mtu < invalid input for local ip address < invalid input for mode +< invalid input for subscription code < invalid input for valid till days < invalid ip or hostname < invalid logserver protocol @@ -712,7 +732,10 @@ < ovpn warning rfc3280 < p2p block < p2p block save notice +< pakfire finished +< pakfire finished error < pakfire invalid tree +< pakfire return < pakfire tree < pakfire tree stable < pakfire tree testing @@ -758,6 +781,7 @@ < spectre variant 1 < spectre variant 2 < spectre variant 4 +< spoofed or martians < srbds < ssh < ssh active sessions @@ -769,6 +793,7 @@ < static routes < strict < subnet mask +< subscription code < support donation < system has hwrng < system has rdrand @@ -985,14 +1010,38 @@ < cake profile pppoe-ptm 27 < cake profile pppoe-vcmux 32 < cake profile raw 0 +< drop hostile +< drop spoofed martians < eol architecture warning < false max bandwidth < false min bandwidth +< fw red < g.dtm < g.lite < guaranteed bandwidth +< hostile networks +< ids add provider +< ids autoupdates +< ids could not add provider +< ids customize ruleset +< ids enable automatic updates +< ids force ruleset update +< ids no enabled ruleset provider +< ids provider +< ids provider settings +< ids reset provider +< ids subscription code required +< ids the choosen provider is already in use +< ids unable to download the ruleset +< ids visit provider website +< invalid input for subscription code < link-layer encapsulation < max bandwidth +< pakfire finished +< pakfire finished error +< pakfire return +< spoofed or martians +< subscription code < upload fcdsl.o ############################################################################ # Checking cgi-bin translations for language: it # @@ -1135,6 +1184,8 @@ < dns use isp assigned nameservers < dns use protocol for dns queries < download apple profile +< drop hostile +< drop spoofed martians < duration < eight hours < email config @@ -1189,26 +1240,40 @@ < fwhost cust locationgroup < fwhost cust locationlocation < fwhost newlocationgrp +< fw red < generate ptr < guaranteed bandwidth < guardian < hardware vulnerabilities +< hostile networks +< ids add provider < ids apply < ids apply ruleset changes < ids automatic rules update +< ids autoupdates +< ids could not add provider +< ids customize ruleset < ids download new ruleset < ids enable +< ids enable automatic updates +< ids force ruleset update < ids hide < ids ignored hosts < ids log hits < ids monitored interfaces < ids monitor traffic only +< ids no enabled ruleset provider < ids no network zone -< ids no ruleset available -< ids oinkcode required +< ids provider +< ids provider settings +< ids reset provider < ids ruleset autoupdate in progress < ids ruleset settings < ids show +< ids subscription code required +< ids the choosen provider is already in use +< ids unable to download the ruleset +< ids visit provider website < ids working < incoming compression in bytes per second < incoming overhead in bytes per second @@ -1220,6 +1285,7 @@ < invalid input for interface mtu < invalid input for local ip address < invalid input for mode +< invalid input for subscription code < invalid input for valid till days < invalid ip or hostname < invalid logserver protocol @@ -1284,7 +1350,10 @@ < ovpn rw connection log < ovpn tls auth < ovpn warning rfc3280 +< pakfire finished +< pakfire finished error < pakfire invalid tree +< pakfire return < pakfire tree < pakfire tree stable < pakfire tree testing @@ -1315,6 +1384,7 @@ < spectre variant 1 < spectre variant 2 < spectre variant 4 +< spoofed or martians < srbds < ssh active sessions < ssh agent forwarding @@ -1324,6 +1394,7 @@ < standard < strict < subnet mask +< subscription code < system is offline < taa zombieload2 < tcp more reliable @@ -1571,7 +1642,9 @@ < download apple profile < download dh parameter < download tls-auth key +< drop hostile < drop outgoing +< drop spoofed martians < duration < eight hours < email config @@ -1627,27 +1700,41 @@ < fwhost cust locationgroup < fwhost cust locationlocation < fwhost newlocationgrp +< fw red < gen dh < generate dh key < generate ptr < guardian < hardware vulnerabilities +< hostile networks +< ids add provider < ids apply < ids apply ruleset changes < ids automatic rules update +< ids autoupdates +< ids could not add provider +< ids customize ruleset < ids download new ruleset < ids enable +< ids enable automatic updates +< ids force ruleset update < ids hide < ids ignored hosts < ids log hits < ids monitored interfaces < ids monitor traffic only +< ids no enabled ruleset provider < ids no network zone -< ids no ruleset available -< ids oinkcode required +< ids provider +< ids provider settings +< ids reset provider < ids ruleset autoupdate in progress < ids ruleset settings < ids show +< ids subscription code required +< ids the choosen provider is already in use +< ids unable to download the ruleset +< ids visit provider website < ids working < imei < imsi @@ -1661,6 +1748,7 @@ < invalid input for interface mtu < invalid input for local ip address < invalid input for mode +< invalid input for subscription code < invalid input for valid till days < invalid ip or hostname < invalid logserver protocol @@ -1751,7 +1839,10 @@ < ovpn rw connection log < ovpn tls auth < ovpn warning rfc3280 +< pakfire finished +< pakfire finished error < pakfire invalid tree +< pakfire return < pakfire tree < pakfire tree stable < pakfire tree testing @@ -1787,6 +1878,7 @@ < spectre variant 1 < spectre variant 2 < spectre variant 4 +< spoofed or martians < srbds < ssh active sessions < ssh agent forwarding @@ -1796,6 +1888,7 @@ < standard < strict < subnet mask +< subscription code < system is offline < taa zombieload2 < ta key @@ -2127,7 +2220,9 @@ < drop action1 < drop action2 < drop forward +< drop hostile < drop outgoing +< drop spoofed martians < duration < eight hours < email config @@ -2378,6 +2473,7 @@ < fwhost used < fwhost welcome < fwhost wo subnet +< fw red < fw settings < fw settings color < fw settings dropdown @@ -2390,22 +2486,35 @@ < guardian < hardware support < hardware vulnerabilities +< hostile networks +< ids add provider < ids apply < ids apply ruleset changes < ids automatic rules update +< ids autoupdates +< ids could not add provider +< ids customize ruleset < ids download new ruleset < ids enable +< ids enable automatic updates +< ids force ruleset update < ids hide < ids ignored hosts < ids log hits < ids monitored interfaces < ids monitor traffic only +< ids no enabled ruleset provider < ids no network zone -< ids no ruleset available -< ids oinkcode required +< ids provider +< ids provider settings +< ids reset provider < ids ruleset autoupdate in progress < ids ruleset settings < ids show +< ids subscription code required +< ids the choosen provider is already in use +< ids unable to download the ruleset +< ids visit provider website < ids working < imei < imsi @@ -2423,6 +2532,7 @@ < invalid input for interface mtu < invalid input for local ip address < invalid input for mode +< invalid input for subscription code < invalid input for valid till days < invalid ip or hostname < invalid logserver protocol @@ -2558,7 +2668,10 @@ < ovpn warning rfc3280 < p2p block < p2p block save notice +< pakfire finished +< pakfire finished error < pakfire invalid tree +< pakfire return < pakfire tree < pakfire tree stable < pakfire tree testing @@ -2603,6 +2716,7 @@ < spectre variant 1 < spectre variant 2 < spectre variant 4 +< spoofed or martians < srbds < ssh < ssh active sessions @@ -2614,6 +2728,7 @@ < static routes < strict < subnet mask +< subscription code < support donation < system has hwrng < system has rdrand @@ -3047,7 +3162,9 @@ < drop action1 < drop action2 < drop forward +< drop hostile < drop outgoing +< drop spoofed martians < duration < Edit an existing route < eight hours @@ -3300,6 +3417,7 @@ < fwhost used < fwhost welcome < fwhost wo subnet +< fw red < fw settings < fw settings color < fw settings dropdown @@ -3312,23 +3430,36 @@ < guardian < hardware support < hardware vulnerabilities +< hostile networks < hour-graph +< ids add provider < ids apply < ids apply ruleset changes < ids automatic rules update +< ids autoupdates +< ids could not add provider +< ids customize ruleset < ids download new ruleset < ids enable +< ids enable automatic updates +< ids force ruleset update < ids hide < ids ignored hosts < ids log hits < ids monitored interfaces < ids monitor traffic only +< ids no enabled ruleset provider < ids no network zone -< ids no ruleset available -< ids oinkcode required +< ids provider +< ids provider settings +< ids reset provider < ids ruleset autoupdate in progress < ids ruleset settings < ids show +< ids subscription code required +< ids the choosen provider is already in use +< ids unable to download the ruleset +< ids visit provider website < ids working < imei < imsi @@ -3347,6 +3478,7 @@ < invalid input for interface mtu < invalid input for local ip address < invalid input for mode +< invalid input for subscription code < invalid input for valid till days < invalid ip or hostname < invalid logserver protocol @@ -3480,7 +3612,10 @@ < ovpn warning rfc3280 < p2p block < p2p block save notice +< pakfire finished +< pakfire finished error < pakfire invalid tree +< pakfire return < pakfire tree < pakfire tree stable < pakfire tree testing @@ -3525,6 +3660,7 @@ < spectre variant 1 < spectre variant 2 < spectre variant 4 +< spoofed or martians < srbds < ssh < ssh active sessions @@ -3536,6 +3672,7 @@ < static routes < strict < subnet mask +< subscription code < support donation < system has hwrng < system has rdrand @@ -3803,6 +3940,8 @@ < dns use isp assigned nameservers < dns use protocol for dns queries < download apple profile +< drop hostile +< drop spoofed martians < duration < email tls explicit < email tls implicit @@ -3816,24 +3955,38 @@ < force enable < foreshadow < fwdfw all subnets +< fw red < generate ptr < hardware vulnerabilities +< hostile networks +< ids add provider < ids apply < ids apply ruleset changes < ids automatic rules update +< ids autoupdates +< ids could not add provider +< ids customize ruleset < ids download new ruleset < ids enable +< ids enable automatic updates +< ids force ruleset update < ids hide < ids ignored hosts < ids log hits < ids monitored interfaces < ids monitor traffic only +< ids no enabled ruleset provider < ids no network zone -< ids no ruleset available -< ids oinkcode required +< ids provider +< ids provider settings +< ids reset provider < ids ruleset autoupdate in progress < ids ruleset settings < ids show +< ids subscription code required +< ids the choosen provider is already in use +< ids unable to download the ruleset +< ids visit provider website < ids working < interface mode < intrusion prevention system @@ -3842,6 +3995,7 @@ < invalid input for interface mtu < invalid input for local ip address < invalid input for mode +< invalid input for subscription code < invalid ip or hostname < ip basic info < ip info for @@ -3876,7 +4030,10 @@ < ovpn rw connection log < ovpn tls auth < ovpn warning rfc3280 +< pakfire finished +< pakfire finished error < pakfire invalid tree +< pakfire return < pakfire tree < pakfire tree stable < pakfire tree testing @@ -3899,6 +4056,7 @@ < spectre variant 1 < spectre variant 2 < spectre variant 4 +< spoofed or martians < srbds < ssh active sessions < ssh agent forwarding @@ -3908,6 +4066,7 @@ < standard < strict < subnet mask +< subscription code < system is offline < taa zombieload2 < token diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index cf34fd86e..4fcd68ab3 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1,4 +1,4 @@ -%tr = ( +%tr = ( %tr, '24 hours' => '24 Stunden', @@ -1111,12 +1111,12 @@ 'fw blue' => 'Firewalloptionen für das blaue Interface', 'fw default drop' => 'Firewallrichtlinie', 'fw logging' => 'Firewallprotokollierung', +'fw red' => 'Firewalloptionen für das rote Interface', 'fw settings' => 'Firewalleinstellungen', 'fw settings color' => 'Farben in Regeltabelle anzeigen', 'fw settings dropdown' => 'Alle Netzwerke auf Regelerstellungsseite anzeigen', 'fw settings remark' => 'Anmerkungen in Regeltabelle anzeigen', 'fw settings ruletable' => 'Leere Regeltabellen anzeigen', -'fw red' => 'Firewalloptionen für das rote Interface', 'fwdfw ACCEPT' => 'Akzeptieren (ACCEPT)', 'fwdfw DROP' => 'Verwerfen (DROP)', 'fwdfw MODE1' => 'Alle Pakete verwerfen', @@ -1379,8 +1379,8 @@ 'ids add provider' => 'Provider hinzufügen', 'ids apply' => 'Übernehmen', 'ids apply ruleset changes' => 'Regeländerungen werden übernommen. Bitte warten Sie, bis dieser Vorgang erfolgreich beendet wurde...', -'ids autoupdates' => 'Automatische Updates', 'ids automatic rules update' => 'Automatische Regelaktualisierung', +'ids autoupdates' => 'Automatische Updates', 'ids could not add provider' => 'Provider konnte nicht hinzugefügt werden', 'ids customize ruleset' => 'Regelset anpassen', 'ids download new ruleset' => 'Das neue Regelset wird heruntergeladen und entpackt. Bitte warten Sie, bis dieser Vorgang erfolgreich beendet wurde...', @@ -1394,8 +1394,8 @@ 'ids logs' => 'IPS-Protokolldateien', 'ids monitor traffic only' => 'Netzwerkpakete nur überprüfen (nicht verwerfen)', 'ids monitored interfaces' => 'Überwachte Netzwerkzonen', -'ids no network zone' => 'Bitte wählen Sie mindestens eine zu überwachende Netzwerkzone aus', 'ids no enabled ruleset provider' => 'Es ist kein aktivierter Provider verfügbar. Bitte aktivieren Sie einen oder fügen Sie einen Provider hinzu.', +'ids no network zone' => 'Bitte wählen Sie mindestens eine zu überwachende Netzwerkzone aus', 'ids oinkcode required' => 'Für den ausgewählten Regelsatz wird ein Abonnement oder ein Oinkcode benötigt', 'ids provider' => 'Regelset-Anbieter', 'ids provider settings' => 'Regelset-Anbieter-Einstellungen', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index b17064713..07f907eb3 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1,4 +1,4 @@ -%tr = ( +%tr = ( %tr, '24 hours' => '24 Hours', @@ -1153,12 +1153,12 @@ 'fw blue' => 'Firewall options for BLUE interface', 'fw default drop' => 'Firewall policy', 'fw logging' => 'Firewall logging', +'fw red' => 'Firewall options for RED interface', 'fw settings' => 'Firewall settings', 'fw settings color' => 'Show colors in ruletable', 'fw settings dropdown' => 'Show all networks on rulecreation site', 'fw settings remark' => 'Show remarks in ruletable', 'fw settings ruletable' => 'Show empty ruletables', -'fw red' => 'Firewall options for RED interface', 'fwdfw ACCEPT' => 'ACCEPT', 'fwdfw DROP' => 'DROP', 'fwdfw MODE1' => 'Drop all packets', @@ -1423,8 +1423,8 @@ 'ids add provider' => 'Add provider', 'ids apply' => 'Apply', 'ids apply ruleset changes' => 'The ruleset changes are being applied. Please wait until all operations have completed successfully...', -'ids autoupdates' => 'Automatic updates', 'ids automatic rules update' => 'Automatic Rule Update', +'ids autoupdates' => 'Automatic updates', 'ids could not add provider' => 'Could not add provider', 'ids customize ruleset' => 'Customize ruleset', 'ids download new ruleset' => 'Downloading and unpacking new ruleset. Please wait until all operations have completed successfully...', @@ -1438,9 +1438,8 @@ 'ids logs' => 'IPS Logs', 'ids monitor traffic only' => 'Monitor traffic only', 'ids monitored interfaces' => 'Monitored Interfaces', -'ids no network zone' => 'Please select at least one network zone to be monitored', 'ids no enabled ruleset provider' => 'No enabled ruleset is available. Please activate or add one first.', -'ids subscription code required' => 'The selected ruleset requires a subscription code', +'ids no network zone' => 'Please select at least one network zone to be monitored', 'ids provider' => 'Provider', 'ids provider settings' => 'Provider settings', 'ids reset provider' => 'Reset provider', @@ -1448,6 +1447,7 @@ 'ids ruleset autoupdate in progress' => 'Ruleset update in progress. Please wait until all operations have completed successfully...', 'ids ruleset settings' => 'Ruleset Settings', 'ids show' => 'Show', +'ids subscription code required' => 'The selected ruleset requires a subscription code', 'ids the choosen provider is already in use' => 'The choosen provider is already in use.', 'ids unable to download the ruleset' => 'Unable to download the ruleset', 'ids visit provider website' => 'Visit provider website', @@ -1528,10 +1528,10 @@ 'invalid input for max clients' => 'Invalid input for Max Clients. The maximum of 1024 clients has been exceeded', 'invalid input for mode' => 'Invalid input for mode', 'invalid input for name' => 'Invalid input for user\'s full name or system hostname', -'invalid input for subscription code' => 'Invalid input for subscription code', 'invalid input for organization' => 'Invalid input for organization', 'invalid input for remote host/ip' => 'Invalid input for remote host/ip.', 'invalid input for state or province' => 'Invalid input for state or province.', +'invalid input for subscription code' => 'Invalid input for subscription code', 'invalid input for valid till days' => 'Invalid input for Valid till (days).', 'invalid ip' => 'Invalid IP Address', 'invalid ip or hostname' => 'Invalid IP Address or Hostname', diff --git a/lfs/wio b/lfs/wio index c54cd3f31..3211f0d99 100644 --- a/lfs/wio +++ b/lfs/wio @@ -15,7 +15,7 @@ THISAPP = wio-$(VER) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = wio -PAK_VER = 13 +PAK_VER = 14 ############################################################################### # Top-level Rules @@ -58,6 +58,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) install -v -m 644 $(DIR_APP)/wio/images/* /srv/web/ipfire/html/images/wio/ install -v -m 644 $(DIR_APP)/wio/lang/wio.de.pl /var/ipfire/addon-lang/ install -v -m 644 $(DIR_APP)/wio/lang/wio.en.pl /var/ipfire/addon-lang/ + install -v -m 644 $(DIR_APP)/wio/lang/wio.es.pl /var/ipfire/addon-lang/ install -v -m 644 $(DIR_APP)/wio/lang/wio.fr.pl /var/ipfire/addon-lang/ install -v -m 644 $(DIR_APP)/wio/lang/wio.tr.pl /var/ipfire/addon-lang/ install -v -m 644 $(DIR_APP)/wio/EX-wio.menu /var/ipfire/menu.d/ diff --git a/src/wio/lang/wio.es.pl b/src/wio/lang/wio.es.pl new file mode 100644 index 000000000..30732c602 --- /dev/null +++ b/src/wio/lang/wio.es.pl @@ -0,0 +1,157 @@ +%tr = (%tr, +'wio' => '¿Quién está conectado?', +'wio stat' => 'Condición(es) actuales:', +'wio checked' => 'Última comprobación', +'wio name' => 'Nombre de host o FQDN', +'wio ipadress' => 'Dirección IP', +'wio image' => 'Condición', +'wio up' => 'Activo', +'wio down' => 'Inactivo', +'wio err' => 'Error', +'wio warn' => 'Advertencia', +'wio_import_csv' => 'Archivo CSV:', +'wio_import_hosts' => 'Configuración de hosts (var/ipfire/main/hosts)?', +'wio_import_data' => 'Importar configuraciones para', +'wio_import_data1' => ' correcto:', +'wio_import_data2' => ' importar:', +'wio_import' => 'Importando', +'wio_import_info' => 'mensaje:', +'wio_import_file' => 'Importar clientes(s) desde:', +'wio_import_info_csv' => '¡No hay nuevas configuraciones para importar!', +'wio settings' => 'Configuración:', +'wio enabled' => 'Habilitado?', +'wio min' => 'Minuto(s)', +'wio cron' => 'Intervalo de tiempo para comprobar:', +'wio_ovpn_cron' => 'Intervalo de tiempo para verificar el estado de OpenVPN RW e IPsec:', +'wio_save' => 'Guardar', +'wio_error' => 'mensaje de error:', +'wio_info' => 'mensaje:', +'wio_back' => 'Atrás', +'wio_use' => 'Importar estos ajustes?', +'wio_ip_error' => 'Dirección IP inválida.', +'wio_host_error' => 'Nombre de host no válido.', +'wio_host_exists' => 'El nombre de host ya está en uso.', +'wio_host_empty' => '¡No se registró ningún nombre de host!', +'wio_ip_exists' => 'La dirección IP ya está en uso.', +'wio_ip_empty' => '¡No se registró ninguna dirección IP!', +'wio_import_fixleases' => 'Configuración DHCP (var/ipfire/dhcp/fixleases)?', +'wio_import_leases' => 'Importar ajustes:', +'wio network' => 'Red', +'wio_refresh' => 'Actualizar todos los clientes ahora', +'wio_fqdn_error' => '¡Nombre de dominio completo (FQDN) no válido! No utilice caracteres especiales ni espacios en blanco en el FQDN.', +'wio_edit' => 'Cambiar ajustes:', +'wio_dyndns' => 'DynDNS', +'wio_dyndns_hosts' => 'Nombre(s) DynDNS', +'wio_dyndns_refresh' => 'Actualización de la IP del host DynDNS', +'wio_dyndns_on' => 'Host DynDNS habilitado (haga clic para deshabilitar)', +'wio_dyndns_off' => 'Host DynDNS deshabilitado (haga clic para habilitar)', +'wio_dyndns_info' => 'IP no registrada, ya que aparentemente no existe conexión en Internet. Con la próxima conexión en Internet se logra una actualización de la IP de los Hosts DynDNS.', +'wio_no_csv' => 'El archivo no tiene la extensión .csv', +'wio_no_csv_error' => 'No utilice caracteres especiales ni espacios en blanco en el nombre del archivo.', +'wio_no_file_selected' => '¡Ningún archivo seleccionado!', +'wio_import_infos' => 'Importar ajustes:', +'wio_import_infos_csv' => 'NOTA: Solo los registros de datos marcados con "¿Importar esta configuración?" se considerarán importados! Si se producen registros de datos con direcciones IP o nombres de host dobles, solo se importará el primer registro de datos y los demás registros de datos (con direcciones IP o nombres de host dobles) no se tendrán en cuenta. ', +'enable disable dyndns' => 'habilitar o deshabilitar el host DynDNS', +'wio_msg' => 'La condición de los clientes examinados se actualizán...', +'wio_lanname' => 'Nombre de host de LAN', +'wio_wanname' => 'Nombre de host WAN', +'wio_sc_refresh' => 'Actualizar cliente ahora', +'wio_edit_settings' => 'Añadir cliente:', +'wio_edit_client' => 'Editar cliente:', +'wio_graphs' => 'Mostrar gráficos', +'wio_no_graphs' => 'Gráficos no disponibles', +'wio_graphs_stat' => 'Diagrama para', +'wio_vpn_con' => 'IPsec - Conexión(es):', +'wio_wan_con' => 'WAN - Conexión:', +'wio_clients' => 'Clientes:', +'wio click to disable' => 'Activado', +'wio click to enable' => 'Desactivado', +'wio_net_scan' => 'Escanear red(es):', +'wio_net_scan_l' => 'Escanear', +'wio_net_scan_r' => 'red', +'wio_net_scan_green' => 'green', +'wio_net_scan_blue' => 'blue', +'wio_net_scan_orange' => 'orange', +'wio_net_scan_red' => 'red', +'wio_net_scan_run' => 'Comenzar', +'wio_sort_host' => 'Ordenar nombres de host (FQDN)', +'wio_sort_ip' => 'Ordenar direcciones IP', +'wio_logging' => 'Activar registro (/var/log/messages)?', +'wio_no_image' => 'SIN ESTADO', +'wio_ovpn_con' => 'OpenVPN - Conexión(es):', +'wio_connected' => 'Conectado desde', +'wio_wan_up' => 'CONECTADO', +'wio_wan_down' => 'NO CONECTADO', +'wio_n2n' => 'Conexión Net-to-Net', +'wio_rw' => 'Conexión Host-to-Net', +'wio_mailremark_enabled' => '¿Agregar comentario del cliente al cuerpo del correo electrónico?', +'wio_mail_online_on' => 'Correo electrónico en línea habilitado (haga clic para deshabilitar)', +'wio_mail_online_off' => 'Correo electrónico en línea deshabilitado (haga clic para habilitar)', +'wio_mail_offline_on' => 'Correo electrónico sin conexión habilitado (haga clic para deshabilitar)', +'wio_mail_offline_off' => 'Correo electrónico sin conexión deshabilitado (haga clic para habilitar)', +'wio_mail_online' => 'Habilitar o deshabilitar el correo electrónico con conexión', +'wio_mail_offline' => 'Habilitar o deshabilitar el correo electrónico sin conexión', +'wio_sendemail' => 'Enviar correo electrónico', +'wio_hwaddress' => 'Dirección HW', +'wio_iface' => 'Interfaz', +'wio_client_enable' => 'Habilitar Host?', +'wio_ping_send' => 'Enviar ping a', +'wio_link_open' => 'Abrir enlace a través de', +'enable disable client' => 'Habilitar o deshabilitar cliente', +'wio_client_on' => 'Cliente habilitado (haga clic para deshabilitar)', +'wio_client_off' => 'Cliente deshabilitado (haga clic para habilitar)', +'wio_webinterface' => 'ENLACE', +'wio_webinterface_link' => 'Seguir enlace', +'wio_ip' => 'Enviar ping a IP habilitado', +'wio_fqdn' => 'Enviar ping a FQDN habilitado', +'wio_ip_on' => 'Enviar ping a IP habilitado (haga clic para habilitar FQDN)', +'wio_fqdn_on' => 'Enviar ping a FQDN habilitado (haga clic para habilitar IP)', +'wio_client_add' => 'Usar configuración', +'wio_config' => 'Configurar cliente(s):', +'wio_settings_msg_hint' => 'Aquí debe establecer algunos valores para iniciar el complemento.', +'wio_sub' => 'Correo de estado del cliente de WIO', +'wio timeout' => 'Ping Timeout:', +'wio sec' => 'Segundo(s)', +'wio_add' => 'Añadir cliente:', +'wio_no_add' => 'el cliente está disponible', +'wio_id' => '#', +'wio_online' => 'En línea', +'wio_offline' => 'Desconectado', +'wio_status' => 'Estado del cliente WIO', +'wio_mail_style' => 'Enviar correos electrónicos de estado del cliente WIO como', +'wio_mail_smail' => 'Correos agrupados', +'wio_mail_email' => 'Correos individuales', +'wio_mail_ovpnrw' => '¿Habilitar los Correos de Estado de OpenVPN RW e IPsec?', +'wio_edit_set' => 'Configuración', +'wio_service' => 'Servicio:', +'wio_dyndns_success' => 'DynDNS IP identificada y registrada!', +'wio_remove_all' => 'Eliminar todos los clientes', +'wio_remove_all_hint' => '¿Estás seguro de eliminar todos los clientes?', +'wio_remove_client' => 'Eliminar cliente', +'wio_remove_client_hint' => '¿Estás seguro de eliminar al cliente?', +'wio_arp_table_entries' => 'Agregar cliente desde Tabla-ARP:', +'wio_activ' => 'Activo', +'wio_check' => 'Check', +'wio_common_name' => 'Subred remota/IP RW', +'wio_msg_left' => 'Buscando en el', +'wio_msg_green' => 'green', +'wio_msg_blue' => 'blue', +'wio_msg_red' => 'red', +'wio_msg_orange' => 'orange', +'wio_msg_center' => 'Interfaz', +'wio_msg_right' => 'está siendo examinado.', +'wio_msg_hint' => 'Un momento, por favor...', +'wio_last_update' => 'Última actualización', +'wio_disable_hint' => '¡Atención! ¡Restablecerá todas las configuraciones, incluido el cliente que se verificará!', +'wio_clientremark' => '¿Mostrar comentario?', +'wio_already_running' => '¡Esta comprobación ya se está ejecutando!', +'wio_error_function' => 'Esta función no está disponible temporalmente, porque en segundo plano se actualizan los estados del cliente (activo/inactivo).', +'wio_unknown_lan' => 'DESCONOCIDO', +'wio_red_lan' => 'RED', +'wio_search' => 'Búsqueda de hosts activos en la red local...', +'wio_answer' => 'Respuesta', +'wio_answer_time' => 'Tiempo de respuesta', +'wio_scriptruntime' => 'Tiempo de ejecución del script', +'wio_show_table_off' => 'Ocultar tabla', +'wio_show_table_on' => 'Mostrar tabla', +); From cab30542883d3842d64ec14923c11e12749d87c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 30 Jan 2022 17:03:51 +0000 Subject: [PATCH 007/339] OpenSSL: Update to 1.1.1m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Full changelog as per https://www.openssl.org/news/cl111.txt : Changes between 1.1.1l and 1.1.1m [14 Dec 2021] *) Avoid loading of a dynamic engine twice. [Bernd Edlinger] *) Fixed building on Debian with kfreebsd kernels [Mattias Ellert] *) Prioritise DANE TLSA issuer certs over peer certs [Viktor Dukhovni] *) Fixed random API for MacOS prior to 10.12 These MacOS versions don't support the CommonCrypto APIs [Lenny Primak] Signed-off-by: Peter Müller Reviewed-by: Michael Tremer --- config/rootfiles/common/openssl | 8 ++++++++ lfs/openssl | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/openssl b/config/rootfiles/common/openssl index 345f487d7..d690f5be0 100644 --- a/config/rootfiles/common/openssl +++ b/config/rootfiles/common/openssl @@ -3846,6 +3846,8 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/d2i_X509_REVOKED.html #usr/share/doc/openssl/html/man3/d2i_X509_SIG.html #usr/share/doc/openssl/html/man3/d2i_X509_VAL.html +#usr/share/doc/openssl/html/man3/d2i_X509_bio.html +#usr/share/doc/openssl/html/man3/d2i_X509_fp.html #usr/share/doc/openssl/html/man3/i2d_ACCESS_DESCRIPTION.html #usr/share/doc/openssl/html/man3/i2d_ADMISSIONS.html #usr/share/doc/openssl/html/man3/i2d_ADMISSION_SYNTAX.html @@ -4040,6 +4042,8 @@ usr/lib/libssl.so.1.1 #usr/share/doc/openssl/html/man3/i2d_X509_REVOKED.html #usr/share/doc/openssl/html/man3/i2d_X509_SIG.html #usr/share/doc/openssl/html/man3/i2d_X509_VAL.html +#usr/share/doc/openssl/html/man3/i2d_X509_bio.html +#usr/share/doc/openssl/html/man3/i2d_X509_fp.html #usr/share/doc/openssl/html/man3/i2d_re_X509_CRL_tbs.html #usr/share/doc/openssl/html/man3/i2d_re_X509_REQ_tbs.html #usr/share/doc/openssl/html/man3/i2d_re_X509_tbs.html @@ -7819,6 +7823,8 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/d2i_X509_REVOKED.3 #usr/share/man/man3/d2i_X509_SIG.3 #usr/share/man/man3/d2i_X509_VAL.3 +#usr/share/man/man3/d2i_X509_bio.3 +#usr/share/man/man3/d2i_X509_fp.3 #usr/share/man/man3/i2d_ACCESS_DESCRIPTION.3 #usr/share/man/man3/i2d_ADMISSIONS.3 #usr/share/man/man3/i2d_ADMISSION_SYNTAX.3 @@ -8013,6 +8019,8 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/i2d_X509_REVOKED.3 #usr/share/man/man3/i2d_X509_SIG.3 #usr/share/man/man3/i2d_X509_VAL.3 +#usr/share/man/man3/i2d_X509_bio.3 +#usr/share/man/man3/i2d_X509_fp.3 #usr/share/man/man3/i2d_re_X509_CRL_tbs.3 #usr/share/man/man3/i2d_re_X509_REQ_tbs.3 #usr/share/man/man3/i2d_re_X509_tbs.3 diff --git a/lfs/openssl b/lfs/openssl index 6af904252..ababd7635 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2022 IPFire Team # # # # 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 = 1.1.1l +VER = 1.1.1m THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -74,7 +74,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ac0d4387f3ba0ad741b0580dd45f6ff3 +$(DL_FILE)_MD5 = 8ec70f665c145c3103f6e330f538a9db install : $(TARGET) From 59b79db94b6c9d0f25e214379dccf09d9b4d434b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sat, 5 Feb 2022 11:59:32 +0000 Subject: [PATCH 008/339] Core Update 165: Ship OpenSSL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/openssl | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/165/filelists/openssl diff --git a/config/rootfiles/core/165/filelists/openssl b/config/rootfiles/core/165/filelists/openssl new file mode 120000 index 000000000..e011a9266 --- /dev/null +++ b/config/rootfiles/core/165/filelists/openssl @@ -0,0 +1 @@ +../../../common/openssl \ No newline at end of file From 2b3a9bed2dafd7a165fdf02e9fcbeb7649b7b75b Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Wed, 2 Feb 2022 14:09:24 +0100 Subject: [PATCH 009/339] manualpages: Update to include addon help links for addons with menu entries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Some addons have menu entries and currentlky these do not have any links to their help pages - Ran check_manualpages and confirmed that all links to wiki pages are existing. - Tested for guardian and wio Tested-by: Adolf Belka Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/cfgroot/manualpages | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages index 97246e6f0..4bfec8ab7 100644 --- a/config/cfgroot/manualpages +++ b/config/cfgroot/manualpages @@ -25,6 +25,7 @@ netinternal=configuration/status/network_int netother=configuration/status/network_int netovpnrw=configuration/status/network_ovpnrw #netovpnsrv= +wio=addons/wio hardwaregraphs=configuration/status/hardware_diagrams entropy=configuration/status/entropy connections=configuration/status/connections @@ -52,6 +53,7 @@ ovpnmain=configuration/services/openvpn ddns=configuration/services/dyndns time=configuration/services/ntp qos=configuration/services/qos +guardian=addons/guardian extrahd=configuration/services/extrahd # Firewall menu @@ -66,12 +68,17 @@ iptables=configuration/firewall/iptables # IPfire menu pakfire=configuration/ipfire/pakfire +wlanap=addons/wireless +tor=addons/tor +mpfire=addons/mpfire +samba=addons/samba # Logs menu summary=configuration/logs/summary config=configuration/logs/logsettings proxylog=configuration/logs/proxy calamaris=configuration/logs/proxyreports +accounting=addons/squid-accounting firewalllog=configuration/logs/firewall firewalllogip=configuration/logs/firewall-ip firewalllogport=configuration/logs/firewall-port From 87d4ed3ec60ade7492f26b48d7557a42f799b5b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sat, 5 Feb 2022 12:00:47 +0000 Subject: [PATCH 010/339] Core Update 165: Ship manualpages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/files | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/165/filelists/files b/config/rootfiles/core/165/filelists/files index e69de29bb..883eff0c7 100644 --- a/config/rootfiles/core/165/filelists/files +++ b/config/rootfiles/core/165/filelists/files @@ -0,0 +1 @@ +var/ipfire/main/manualpages From 0c18a79b9a9891e08398d6ec956aef53e687d25c Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Thu, 3 Feb 2022 22:53:38 +0100 Subject: [PATCH 011/339] zstd: Update to version 1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 1.5.1 to 1.5.2 - Update of rootfile - Changelog v1.5.2 (Jan, 2022) perf: Regain Minimal memset()-ing During Reuse of Compression Contexts (@Cyan4973, #2969) build: Build Zstd with `noexecstack` on All Architectures (@felixhandte, #2964) doc: Clarify Licensing (@terrelln, #2981) Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/zstd | 2 +- lfs/zstd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/zstd b/config/rootfiles/common/zstd index c0f4eee73..b4a2dbd95 100644 --- a/config/rootfiles/common/zstd +++ b/config/rootfiles/common/zstd @@ -10,7 +10,7 @@ usr/bin/zstdmt #usr/lib/libzstd.a #usr/lib/libzstd.so usr/lib/libzstd.so.1 -usr/lib/libzstd.so.1.5.1 +usr/lib/libzstd.so.1.5.2 #usr/lib/pkgconfig/libzstd.pc #usr/share/man/man1/unzstd.1 #usr/share/man/man1/zstd.1 diff --git a/lfs/zstd b/lfs/zstd index 982c98791..cebfc44f6 100644 --- a/lfs/zstd +++ b/lfs/zstd @@ -24,7 +24,7 @@ include Config -VER = 1.5.1 +VER = 1.5.2 THISAPP = zstd-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -49,7 +49,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b97d53547220355907dedec7de9a4f29 +$(DL_FILE)_MD5 = 072b10f71f5820c24761a65f31f43e73 install : $(TARGET) From 909732dd803ea395712bd8ae73a093a8a33f8718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sat, 5 Feb 2022 12:01:57 +0000 Subject: [PATCH 012/339] Core Update 165: Ship zstd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/zstd | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/165/filelists/zstd diff --git a/config/rootfiles/core/165/filelists/zstd b/config/rootfiles/core/165/filelists/zstd new file mode 120000 index 000000000..d6d4a3bf1 --- /dev/null +++ b/config/rootfiles/core/165/filelists/zstd @@ -0,0 +1 @@ +../../../common/zstd \ No newline at end of file From 6ba00f50c4bd5d44a4d8fb5cf82b2d99d4f530be Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Thu, 3 Feb 2022 22:53:25 +0100 Subject: [PATCH 013/339] sdl2: Update to version 2.0.20 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 2.0.18 to 2.0.20 - Update of rootfile - Changelog 2.0.20: General: * SDL_RenderGeometryRaw() takes a pointer to SDL_Color, not int. You can cast color data in SDL_PIXELFORMAT_RGBA32 format (SDL_PIXELFORMAT_ABGR8888 on little endian systems) for this parameter. * Improved accuracy of horizontal and vertical line drawing when using OpenGL or OpenGLES * Added the hint SDL_HINT_RENDER_LINE_METHOD to control the method of line drawing used, to select speed, correctness, and compatibility. Windows: * Fixed size of custom cursors Linux: * Fixed hotplug controller detection, broken in 2.0.18 Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/packages/sdl2 | 2 +- lfs/sdl2 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/packages/sdl2 b/config/rootfiles/packages/sdl2 index b843b9d98..ae18130fb 100644 --- a/config/rootfiles/packages/sdl2 +++ b/config/rootfiles/packages/sdl2 @@ -81,7 +81,7 @@ #usr/lib/cmake/SDL2/sdl2-config-version.cmake #usr/lib/cmake/SDL2/sdl2-config.cmake usr/lib/libSDL2-2.0.so.0 -usr/lib/libSDL2-2.0.so.0.18.0 +usr/lib/libSDL2-2.0.so.0.18.2 #usr/lib/libSDL2.la usr/lib/libSDL2.so #usr/lib/libSDL2_test.a diff --git a/lfs/sdl2 b/lfs/sdl2 index 2cdf013eb..3530d6675 100644 --- a/lfs/sdl2 +++ b/lfs/sdl2 @@ -24,7 +24,7 @@ include Config -VER = 2.0.18 +VER = 2.0.20 THISAPP = SDL2-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = sdl2 -PAK_VER = 5 +PAK_VER = 6 DEPS = alsa @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = c1dd33299db5b7091f37d989c68d5212 +$(DL_FILE)_MD5 = a53acc02e1cca98c4123229069b67c9e install : $(TARGET) From 61d7aaa3ef9f1097b9dab749ac2d967fe88b07af Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Thu, 3 Feb 2022 22:53:04 +0100 Subject: [PATCH 014/339] samba: Update to version 4.15.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 4.14.6 to 4.15.5 - Update of rootfile - Changelog is too long to include everything. Full details can be found in the WHATSNEW.txt file in the source tarball. The following highlights those releases that were security releases. The other releases had a range of bug fixes. 4.15.5 is a security release and includes the following CVE fixes o CVE-2021-44141: UNIX extensions in SMB1 disclose whether the outside target of a symlink exists. https://www.samba.org/samba/security/CVE-2021-44141.html o CVE-2021-44142: Out-of-Bound Read/Write on Samba vfs_fruit module. https://www.samba.org/samba/security/CVE-2021-44142.html o CVE-2022-0336: Re-adding an SPN skips subsequent SPN conflict checks. https://www.samba.org/samba/security/CVE-2022-0336.html 4.15.2 was a security release and included the following CVE fixes o CVE-2016-2124: SMB1 client connections can be downgraded to plaintext authentication. https://www.samba.org/samba/security/CVE-2016-2124.html o CVE-2020-25717: A user on the domain can become root on domain members. https://www.samba.org/samba/security/CVE-2020-25717.html (PLEASE READ! There are important behaviour changes described) o CVE-2020-25718: Samba AD DC did not correctly sandbox Kerberos tickets issued by an RODC. https://www.samba.org/samba/security/CVE-2020-25718.html o CVE-2020-25719: Samba AD DC did not always rely on the SID and PAC in Kerberos tickets. https://www.samba.org/samba/security/CVE-2020-25719.html o CVE-2020-25721: Kerberos acceptors need easy access to stable AD identifiers (eg objectSid). https://www.samba.org/samba/security/CVE-2020-25721.html o CVE-2020-25722: Samba AD DC did not do suffienct access and conformance checking of data stored. https://www.samba.org/samba/security/CVE-2020-25722.html o CVE-2021-3738: Use after free in Samba AD DC RPC server. https://www.samba.org/samba/security/CVE-2021-3738.html o CVE-2021-23192: Subsequent DCE/RPC fragment injection vulnerability. https://www.samba.org/samba/security/CVE-2021-23192.html 4.14.12 was a security release and included the following CVE fixes o CVE-2021-44142: Out-of-Bound Read/Write on Samba vfs_fruit module. https://www.samba.org/samba/security/CVE-2021-44142.html o CVE-2022-0336: Re-adding an SPN skips subsequent SPN conflict checks. https://www.samba.org/samba/security/CVE-2022-0336.html 4.14.10 was a security release and included the following CVE fixes o CVE-2016-2124: SMB1 client connections can be downgraded to plaintext authentication. https://www.samba.org/samba/security/CVE-2016-2124.html o CVE-2020-25717: A user on the domain can become root on domain members. https://www.samba.org/samba/security/CVE-2020-25717.html (PLEASE READ! There are important behaviour changes described) o CVE-2020-25718: Samba AD DC did not correctly sandbox Kerberos tickets issued by an RODC. https://www.samba.org/samba/security/CVE-2020-25718.html o CVE-2020-25719: Samba AD DC did not always rely on the SID and PAC in Kerberos tickets. https://www.samba.org/samba/security/CVE-2020-25719.html o CVE-2020-25721: Kerberos acceptors need easy access to stable AD identifiers (eg objectSid). https://www.samba.org/samba/security/CVE-2020-25721.html o CVE-2020-25722: Samba AD DC did not do suffienct access and conformance checking of data stored. https://www.samba.org/samba/security/CVE-2020-25722.html o CVE-2021-3738: Use after free in Samba AD DC RPC server. https://www.samba.org/samba/security/CVE-2021-3738.html o CVE-2021-23192: Subsequent DCE/RPC fragment injection vulnerability. https://www.samba.org/samba/security/CVE-2021-23192.html Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/packages/x86_64/samba | 74 +++++++++++++++++++------- lfs/samba | 6 +-- 2 files changed, 58 insertions(+), 22 deletions(-) diff --git a/config/rootfiles/packages/x86_64/samba b/config/rootfiles/packages/x86_64/samba index 61d39ebb1..c246b6c51 100644 --- a/config/rootfiles/packages/x86_64/samba +++ b/config/rootfiles/packages/x86_64/samba @@ -2,7 +2,6 @@ etc/rc.d/init.d/samba usr/bin/cifsdd usr/bin/dbwrap_tool usr/bin/dumpmscat -usr/bin/findsmb usr/bin/gentest usr/bin/ldbadd usr/bin/ldbdel @@ -12,7 +11,7 @@ usr/bin/ldbrename usr/bin/ldbsearch usr/bin/locktest usr/bin/masktest -usr/bin/mdfind +usr/bin/mdsearch usr/bin/mvxattr usr/bin/ndrdump usr/bin/net @@ -27,6 +26,7 @@ usr/bin/regshell usr/bin/regtree usr/bin/rpcclient usr/bin/samba-regedit +usr/bin/samba-tool usr/bin/sharesec usr/bin/smbcacls usr/bin/smbclient @@ -154,10 +154,11 @@ usr/lib/libndr-standard.so usr/lib/libndr-standard.so.0 usr/lib/libndr-standard.so.0.0.1 usr/lib/libndr.so -usr/lib/libndr.so.1 -usr/lib/libndr.so.1.0.1 +usr/lib/libndr.so.2 +usr/lib/libndr.so.2.0.0 usr/lib/libnetapi.so -usr/lib/libnetapi.so.0 +usr/lib/libnetapi.so.1 +usr/lib/libnetapi.so.1.0.0 usr/lib/libnss_winbind.so usr/lib/libnss_winbind.so.2 usr/lib/libnss_wins.so @@ -242,6 +243,7 @@ usr/lib/python3.8/site-packages/samba/dcerpc/epmapper.cpython-38-x86_64-linux-gn usr/lib/python3.8/site-packages/samba/dcerpc/idmap.cpython-38-x86_64-linux-gnu.so usr/lib/python3.8/site-packages/samba/dcerpc/initshutdown.cpython-38-x86_64-linux-gnu.so usr/lib/python3.8/site-packages/samba/dcerpc/irpc.cpython-38-x86_64-linux-gnu.so +usr/lib/python3.8/site-packages/samba/dcerpc/krb5ccache.cpython-38-x86_64-linux-gnu.so usr/lib/python3.8/site-packages/samba/dcerpc/krb5pac.cpython-38-x86_64-linux-gnu.so usr/lib/python3.8/site-packages/samba/dcerpc/lsa.cpython-38-x86_64-linux-gnu.so usr/lib/python3.8/site-packages/samba/dcerpc/mdssvc.cpython-38-x86_64-linux-gnu.so @@ -272,6 +274,8 @@ usr/lib/python3.8/site-packages/samba/dnsresolver.py usr/lib/python3.8/site-packages/samba/dnsserver.py usr/lib/python3.8/site-packages/samba/domain_update.py usr/lib/python3.8/site-packages/samba/drs_utils.py +usr/lib/python3.8/site-packages/samba/dsdb.cpython-38-x86_64-linux-gnu.so +usr/lib/python3.8/site-packages/samba/dsdb_dns.cpython-38-x86_64-linux-gnu.so #usr/lib/python3.8/site-packages/samba/emulate usr/lib/python3.8/site-packages/samba/emulate/__init__.py usr/lib/python3.8/site-packages/samba/emulate/traffic.py @@ -280,6 +284,7 @@ usr/lib/python3.8/site-packages/samba/forest_update.py usr/lib/python3.8/site-packages/samba/gensec.cpython-38-x86_64-linux-gnu.so usr/lib/python3.8/site-packages/samba/getopt.py usr/lib/python3.8/site-packages/samba/gp_ext_loader.py +usr/lib/python3.8/site-packages/samba/gp_gnome_settings_ext.py usr/lib/python3.8/site-packages/samba/gp_msgs_ext.py #usr/lib/python3.8/site-packages/samba/gp_parse usr/lib/python3.8/site-packages/samba/gp_parse/__init__.py @@ -314,6 +319,7 @@ usr/lib/python3.8/site-packages/samba/ms_schema.py usr/lib/python3.8/site-packages/samba/ms_schema_markdown.py usr/lib/python3.8/site-packages/samba/ndr.py usr/lib/python3.8/site-packages/samba/net.cpython-38-x86_64-linux-gnu.so +usr/lib/python3.8/site-packages/samba/net_s3.cpython-38-x86_64-linux-gnu.so usr/lib/python3.8/site-packages/samba/netbios.cpython-38-x86_64-linux-gnu.so #usr/lib/python3.8/site-packages/samba/netcmd usr/lib/python3.8/site-packages/samba/netcmd/__init__.py @@ -396,7 +402,7 @@ usr/lib/python3.8/site-packages/samba/tdb_util.py #usr/lib/python3.8/site-packages/samba/tests/blackbox/bug13653.py #usr/lib/python3.8/site-packages/samba/tests/blackbox/check_output.py #usr/lib/python3.8/site-packages/samba/tests/blackbox/downgradedatabase.py -#usr/lib/python3.8/site-packages/samba/tests/blackbox/mdfind.py +#usr/lib/python3.8/site-packages/samba/tests/blackbox/mdsearch.py #usr/lib/python3.8/site-packages/samba/tests/blackbox/ndrdump.py #usr/lib/python3.8/site-packages/samba/tests/blackbox/netads_json.py #usr/lib/python3.8/site-packages/samba/tests/blackbox/samba_dnsupdate.py @@ -422,6 +428,7 @@ usr/lib/python3.8/site-packages/samba/tdb_util.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc/createtrustrelax.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc/dnsserver.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc/integer.py +#usr/lib/python3.8/site-packages/samba/tests/dcerpc/lsa.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc/mdssvc.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc/misc.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc/raw_protocol.py @@ -437,6 +444,7 @@ usr/lib/python3.8/site-packages/samba/tdb_util.py #usr/lib/python3.8/site-packages/samba/tests/dcerpc/unix.py #usr/lib/python3.8/site-packages/samba/tests/dckeytab.py #usr/lib/python3.8/site-packages/samba/tests/dns.py +#usr/lib/python3.8/site-packages/samba/tests/dns_aging.py #usr/lib/python3.8/site-packages/samba/tests/dns_base.py #usr/lib/python3.8/site-packages/samba/tests/dns_forwarder.py #usr/lib/python3.8/site-packages/samba/tests/dns_forwarder_helpers @@ -449,6 +457,8 @@ usr/lib/python3.8/site-packages/samba/tdb_util.py #usr/lib/python3.8/site-packages/samba/tests/domain_backup.py #usr/lib/python3.8/site-packages/samba/tests/domain_backup_offline.py #usr/lib/python3.8/site-packages/samba/tests/dsdb.py +#usr/lib/python3.8/site-packages/samba/tests/dsdb_api.py +#usr/lib/python3.8/site-packages/samba/tests/dsdb_dns.py #usr/lib/python3.8/site-packages/samba/tests/dsdb_lock.py #usr/lib/python3.8/site-packages/samba/tests/dsdb_schema_attributes.py #usr/lib/python3.8/site-packages/samba/tests/emulate @@ -461,9 +471,11 @@ usr/lib/python3.8/site-packages/samba/tdb_util.py #usr/lib/python3.8/site-packages/samba/tests/getdcname.py #usr/lib/python3.8/site-packages/samba/tests/glue.py #usr/lib/python3.8/site-packages/samba/tests/gpo.py +#usr/lib/python3.8/site-packages/samba/tests/gpo_member.py #usr/lib/python3.8/site-packages/samba/tests/graph.py #usr/lib/python3.8/site-packages/samba/tests/group_audit.py #usr/lib/python3.8/site-packages/samba/tests/hostconfig.py +#usr/lib/python3.8/site-packages/samba/tests/imports.py #usr/lib/python3.8/site-packages/samba/tests/join.py #usr/lib/python3.8/site-packages/samba/tests/kcc #usr/lib/python3.8/site-packages/samba/tests/kcc/__init__.py @@ -472,25 +484,41 @@ usr/lib/python3.8/site-packages/samba/tdb_util.py #usr/lib/python3.8/site-packages/samba/tests/kcc/kcc_utils.py #usr/lib/python3.8/site-packages/samba/tests/kcc/ldif_import_export.py #usr/lib/python3.8/site-packages/samba/tests/krb5 +#usr/lib/python3.8/site-packages/samba/tests/krb5/alias_tests.py #usr/lib/python3.8/site-packages/samba/tests/krb5/as_canonicalization_tests.py +#usr/lib/python3.8/site-packages/samba/tests/krb5/as_req_tests.py #usr/lib/python3.8/site-packages/samba/tests/krb5/compatability_tests.py +#usr/lib/python3.8/site-packages/samba/tests/krb5/fast_tests.py #usr/lib/python3.8/site-packages/samba/tests/krb5/kcrypto.py #usr/lib/python3.8/site-packages/samba/tests/krb5/kdc_base_test.py #usr/lib/python3.8/site-packages/samba/tests/krb5/kdc_tests.py #usr/lib/python3.8/site-packages/samba/tests/krb5/kdc_tgs_tests.py +#usr/lib/python3.8/site-packages/samba/tests/krb5/ms_kile_client_principal_lookup_tests.py #usr/lib/python3.8/site-packages/samba/tests/krb5/raw_testcase.py #usr/lib/python3.8/site-packages/samba/tests/krb5/rfc4120_constants.py #usr/lib/python3.8/site-packages/samba/tests/krb5/rfc4120_pyasn1.py +#usr/lib/python3.8/site-packages/samba/tests/krb5/rodc_tests.py #usr/lib/python3.8/site-packages/samba/tests/krb5/s4u_tests.py +#usr/lib/python3.8/site-packages/samba/tests/krb5/salt_tests.py #usr/lib/python3.8/site-packages/samba/tests/krb5/simple_tests.py +#usr/lib/python3.8/site-packages/samba/tests/krb5/spn_tests.py +#usr/lib/python3.8/site-packages/samba/tests/krb5/test_ccache.py +#usr/lib/python3.8/site-packages/samba/tests/krb5/test_idmap_nss.py +#usr/lib/python3.8/site-packages/samba/tests/krb5/test_ldap.py +#usr/lib/python3.8/site-packages/samba/tests/krb5/test_min_domain_uid.py +#usr/lib/python3.8/site-packages/samba/tests/krb5/test_rpc.py +#usr/lib/python3.8/site-packages/samba/tests/krb5/test_smb.py #usr/lib/python3.8/site-packages/samba/tests/krb5/xrealm_tests.py #usr/lib/python3.8/site-packages/samba/tests/krb5_credentials.py #usr/lib/python3.8/site-packages/samba/tests/ldap_raw.py #usr/lib/python3.8/site-packages/samba/tests/ldap_referrals.py +#usr/lib/python3.8/site-packages/samba/tests/ldap_spn.py +#usr/lib/python3.8/site-packages/samba/tests/ldap_upn_sam_account.py #usr/lib/python3.8/site-packages/samba/tests/libsmb.py #usr/lib/python3.8/site-packages/samba/tests/loadparm.py #usr/lib/python3.8/site-packages/samba/tests/lsa_string.py #usr/lib/python3.8/site-packages/samba/tests/messaging.py +#usr/lib/python3.8/site-packages/samba/tests/ndr.py #usr/lib/python3.8/site-packages/samba/tests/net_join.py #usr/lib/python3.8/site-packages/samba/tests/net_join_no_spnego.py #usr/lib/python3.8/site-packages/samba/tests/netbios.py @@ -521,6 +549,7 @@ usr/lib/python3.8/site-packages/samba/tdb_util.py #usr/lib/python3.8/site-packages/samba/tests/pso.py #usr/lib/python3.8/site-packages/samba/tests/py_credentials.py #usr/lib/python3.8/site-packages/samba/tests/registry.py +#usr/lib/python3.8/site-packages/samba/tests/s3_net_join.py #usr/lib/python3.8/site-packages/samba/tests/s3idmapdb.py #usr/lib/python3.8/site-packages/samba/tests/s3param.py #usr/lib/python3.8/site-packages/samba/tests/s3passdb.py @@ -539,6 +568,7 @@ usr/lib/python3.8/site-packages/samba/tdb_util.py #usr/lib/python3.8/site-packages/samba/tests/samba_tool/forest.py #usr/lib/python3.8/site-packages/samba/tests/samba_tool/fsmo.py #usr/lib/python3.8/site-packages/samba/tests/samba_tool/gpo.py +#usr/lib/python3.8/site-packages/samba/tests/samba_tool/gpo_exts.py #usr/lib/python3.8/site-packages/samba/tests/samba_tool/group.py #usr/lib/python3.8/site-packages/samba/tests/samba_tool/help.py #usr/lib/python3.8/site-packages/samba/tests/samba_tool/join.py @@ -550,6 +580,7 @@ usr/lib/python3.8/site-packages/samba/tdb_util.py #usr/lib/python3.8/site-packages/samba/tests/samba_tool/promote_dc_lmdb_size.py #usr/lib/python3.8/site-packages/samba/tests/samba_tool/provision_lmdb_size.py #usr/lib/python3.8/site-packages/samba/tests/samba_tool/provision_password_check.py +#usr/lib/python3.8/site-packages/samba/tests/samba_tool/provision_userPassword_crypt.py #usr/lib/python3.8/site-packages/samba/tests/samba_tool/rodc.py #usr/lib/python3.8/site-packages/samba/tests/samba_tool/schema.py #usr/lib/python3.8/site-packages/samba/tests/samba_tool/sites.py @@ -566,6 +597,7 @@ usr/lib/python3.8/site-packages/samba/tdb_util.py #usr/lib/python3.8/site-packages/samba/tests/samba_upgradedns_lmdb.py #usr/lib/python3.8/site-packages/samba/tests/samdb.py #usr/lib/python3.8/site-packages/samba/tests/samdb_api.py +#usr/lib/python3.8/site-packages/samba/tests/sddl.py #usr/lib/python3.8/site-packages/samba/tests/security.py #usr/lib/python3.8/site-packages/samba/tests/segfault.py #usr/lib/python3.8/site-packages/samba/tests/smb-notify.py @@ -585,7 +617,14 @@ usr/lib/python3.8/site-packages/samba/trust_utils.py usr/lib/python3.8/site-packages/samba/upgrade.py usr/lib/python3.8/site-packages/samba/upgradehelpers.py usr/lib/python3.8/site-packages/samba/uptodateness.py +#usr/lib/python3.8/site-packages/samba/vgp_access_ext.py +#usr/lib/python3.8/site-packages/samba/vgp_files_ext.py +#usr/lib/python3.8/site-packages/samba/vgp_issue_ext.py +#usr/lib/python3.8/site-packages/samba/vgp_motd_ext.py +#usr/lib/python3.8/site-packages/samba/vgp_openssh_ext.py +#usr/lib/python3.8/site-packages/samba/vgp_startup_scripts_ext.py usr/lib/python3.8/site-packages/samba/vgp_sudoers_ext.py +#usr/lib/python3.8/site-packages/samba/vgp_symlink_ext.py usr/lib/python3.8/site-packages/samba/werror.cpython-38-x86_64-linux-gnu.so usr/lib/python3.8/site-packages/samba/xattr.py usr/lib/python3.8/site-packages/samba/xattr_native.cpython-38-x86_64-linux-gnu.so @@ -639,14 +678,16 @@ usr/lib/samba/libcliauth-samba4.so usr/lib/samba/libclidns-samba4.so usr/lib/samba/libcluster-samba4.so usr/lib/samba/libcmdline-contexts-samba4.so -usr/lib/samba/libcmdline-credentials-samba4.so +usr/lib/samba/libcmdline-samba4.so usr/lib/samba/libcmocka-samba4.so usr/lib/samba/libcom_err-samba4.so.0 usr/lib/samba/libcom_err-samba4.so.0.25 usr/lib/samba/libcommon-auth-samba4.so usr/lib/samba/libdbwrap-samba4.so +usr/lib/samba/libdcerpc-pkt-auth-samba4.so usr/lib/samba/libdcerpc-samba-samba4.so usr/lib/samba/libdcerpc-samba4.so +usr/lib/samba/libdnsserver-common-samba4.so usr/lib/samba/libdsdb-module-samba4.so usr/lib/samba/libevents-samba4.so usr/lib/samba/libflag-mapping-samba4.so @@ -681,7 +722,7 @@ usr/lib/samba/libldb-key-value-samba4.so usr/lib/samba/libldb-tdb-err-map-samba4.so usr/lib/samba/libldb-tdb-int-samba4.so usr/lib/samba/libldb.so.2 -usr/lib/samba/libldb.so.2.3.0 +usr/lib/samba/libldb.so.2.4.1 usr/lib/samba/libldbsamba-samba4.so usr/lib/samba/liblibcli-lsa3-samba4.so usr/lib/samba/liblibcli-netlogon3-samba4.so @@ -697,15 +738,13 @@ usr/lib/samba/libnet-keytab-samba4.so usr/lib/samba/libnetif-samba4.so usr/lib/samba/libnpa-tstream-samba4.so usr/lib/samba/libnss-info-samba4.so -usr/lib/samba/libpopt-samba3-cmdline-samba4.so -usr/lib/samba/libpopt-samba3-samba4.so usr/lib/samba/libposix-eadb-samba4.so usr/lib/samba/libprinter-driver-samba4.so usr/lib/samba/libprinting-migrate-samba4.so usr/lib/samba/libpyldb-util.cpython-38-x86-64-linux-gnu.so.2 -usr/lib/samba/libpyldb-util.cpython-38-x86-64-linux-gnu.so.2.3.0 +usr/lib/samba/libpyldb-util.cpython-38-x86-64-linux-gnu.so.2.4.1 usr/lib/samba/libpytalloc-util.cpython-38-x86-64-linux-gnu.so.2 -usr/lib/samba/libpytalloc-util.cpython-38-x86-64-linux-gnu.so.2.3.2 +usr/lib/samba/libpytalloc-util.cpython-38-x86-64-linux-gnu.so.2.3.3 usr/lib/samba/libregistry-samba4.so usr/lib/samba/libreplace-samba4.so usr/lib/samba/libroken-samba4.so.19 @@ -734,16 +773,15 @@ usr/lib/samba/libsys-rw-samba4.so usr/lib/samba/libtalloc-report-printf-samba4.so usr/lib/samba/libtalloc-report-samba4.so usr/lib/samba/libtalloc.so.2 -usr/lib/samba/libtalloc.so.2.3.2 +usr/lib/samba/libtalloc.so.2.3.3 usr/lib/samba/libtdb-wrap-samba4.so usr/lib/samba/libtdb.so.1 -usr/lib/samba/libtdb.so.1.4.3 +usr/lib/samba/libtdb.so.1.4.4 usr/lib/samba/libtevent.so.0 -usr/lib/samba/libtevent.so.0.10.2 +usr/lib/samba/libtevent.so.0.11.0 usr/lib/samba/libtime-basic-samba4.so usr/lib/samba/libtorture-samba4.so usr/lib/samba/libtrusts-util-samba4.so -usr/lib/samba/libutil-cmdline-samba4.so usr/lib/samba/libutil-reg-samba4.so usr/lib/samba/libutil-setid-samba4.so usr/lib/samba/libutil-tdb-samba4.so @@ -800,6 +838,7 @@ usr/lib/samba/vfs/xattr_tdb.so usr/lib/security usr/lib/security/pam_winbind.so #usr/libexec/samba +usr/libexec/samba/samba-bgqd usr/libexec/samba/smbspool_krb5_wrapper usr/sbin/eventlogadm usr/sbin/nmbd @@ -824,6 +863,3 @@ var/lib/samba/private var/lib/samba/winbindd_privileged var/log/samba var/spool/samba -srv/web/ipfire/cgi-bin/samba.cgi -var/ipfire/menu.d/EX-samba.menu -usr/local/bin/sambactrl diff --git a/lfs/samba b/lfs/samba index 45f4ffc44..69f601522 100644 --- a/lfs/samba +++ b/lfs/samba @@ -24,7 +24,7 @@ include Config -VER = 4.14.6 +VER = 4.15.5 THISAPP = samba-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = samba -PAK_VER = 82 +PAK_VER = 83 DEPS = avahi cups libtirpc krb5 perl-Parse-Yapp @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 0e6b5607ad37209a5a10235579fa9765 +$(DL_FILE)_MD5 = c5c8221de44dc04ad7f3358d3b118d61 install : $(TARGET) From 55d52244b43748fa96727ce8d556ec8d192e2651 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Thu, 3 Feb 2022 22:52:38 +0100 Subject: [PATCH 015/339] poppler: Update to version 22.02.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 21.11.0 to 22.02.0 - Update of rootfile - Changelog Release 22.02.0: core: * Signature: Add a way to detect unsigned FormFieldSignature * Signature: Suport background image when using left and right text * Signature: Fix path where to search for Firefox NSS in Windows * Signature: Fix NSS code to work correctly in Windows/Android * Count only signature fields in PDFDoc::getNumSignatureFields * Minor code improvements qt: * Allow signing unsigned signature fields * Allow passing a background image for the signature when signing * Allow passing the document password when signing * Fix leftFontSize being ignored when signing glib: * try with utf8 password if latin1 fails * New method for getting all signature fields of a document * Fix compile with MSVC utils: * pdfsig: Fix compile with MSVC build system: * Fix NSS cmake check for MSVC Release 22.01.0: core: * Allow local (relative to dll) fonts dir on Windows * TextOutputDev: require more spacing between columns. Issue #1093 * Fix crash in Splash::gouraudTriangleShadedFill. Issue #1183 * Fix crash when calling Form::reset() * GfxSeparationColorSpace: Check validity of colorspace and function. Issue #1184 * Minor code improvements glib: * Include glib.h before using defines from it * Close file descriptors on error * Plug some memory leaks * Replace use of deprecated g_memdup/g_time_zone_new * Remove FD-taking functions on windows utils: * pdfsig: Add support for documents with passwords * pdfsig: Fix signing with -sign if nss password is needed Release 21.12.0: core: * Add API to add images * CairoOutputDev: Fix de-duping of Flate images * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393 * Minor code improvements glib: * Add API for validation of signatures * Add API to read/save to file descriptor utils: * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117 build system: * Increase C++ standard to 17 Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/poppler | 10 +++++----- lfs/poppler | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/rootfiles/common/poppler b/config/rootfiles/common/poppler index 546e8cb77..8bd35c272 100644 --- a/config/rootfiles/common/poppler +++ b/config/rootfiles/common/poppler @@ -31,6 +31,8 @@ usr/bin/pdfunite #usr/include/poppler/Dict.h #usr/include/poppler/Error.h #usr/include/poppler/ErrorCodes.h +#usr/include/poppler/FDPDFDocBuilder.h +#usr/include/poppler/FILECacheLoader.h #usr/include/poppler/FileSpec.h #usr/include/poppler/FontEncodingTables.h #usr/include/poppler/FontInfo.h @@ -74,8 +76,6 @@ usr/bin/pdfunite #usr/include/poppler/SecurityHandler.h #usr/include/poppler/Sound.h #usr/include/poppler/SplashOutputDev.h -#usr/include/poppler/StdinCachedFile.h -#usr/include/poppler/StdinPDFDocBuilder.h #usr/include/poppler/Stream-CCITT.h #usr/include/poppler/Stream.h #usr/include/poppler/StructElement.h @@ -171,10 +171,10 @@ usr/lib/libpoppler-cpp.so.0 usr/lib/libpoppler-cpp.so.0.9.0 #usr/lib/libpoppler-glib.so usr/lib/libpoppler-glib.so.8 -usr/lib/libpoppler-glib.so.8.21.0 +usr/lib/libpoppler-glib.so.8.23.0 #usr/lib/libpoppler.so -usr/lib/libpoppler.so.115 -usr/lib/libpoppler.so.115.0.0 +usr/lib/libpoppler.so.118 +usr/lib/libpoppler.so.118.0.0 #usr/lib/pkgconfig/poppler-cpp.pc #usr/lib/pkgconfig/poppler-glib.pc #usr/lib/pkgconfig/poppler.pc diff --git a/lfs/poppler b/lfs/poppler index d52c5e2ca..b91f16be6 100644 --- a/lfs/poppler +++ b/lfs/poppler @@ -24,7 +24,7 @@ include Config -VER = 21.11.0 +VER = 22.02.0 THISAPP = poppler-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = c1139795bc24a02b8a694f77233b8d22 +$(DL_FILE)_MD5 = 5f167d859b0ec3f416dbd929892c3c4d install : $(TARGET) From 6bdcd8866e0e14ccbe4ba7dc0d1ac193927ac180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sat, 5 Feb 2022 12:03:02 +0000 Subject: [PATCH 016/339] Core Update 165: Ship poppler MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/poppler | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/165/filelists/poppler diff --git a/config/rootfiles/core/165/filelists/poppler b/config/rootfiles/core/165/filelists/poppler new file mode 120000 index 000000000..39aa6c263 --- /dev/null +++ b/config/rootfiles/core/165/filelists/poppler @@ -0,0 +1 @@ +../../../common/poppler \ No newline at end of file From d235c1fd79e9196db79343e26dc9e642d7424cb6 Mon Sep 17 00:00:00 2001 From: Leo-Andres Hofmann Date: Tue, 1 Feb 2022 12:49:31 +0100 Subject: [PATCH 017/339] style.css: Add positive "z-index" to drop-down menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some input fields interfere with the menu items and block their use. A z-index ensures that the menu is always rendered in the foreground. Signed-off-by: Leo-Andres Hofmann Reviewed-by: Peter Müller --- html/html/themes/ipfire/include/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index 661773675..96d0519f5 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -258,6 +258,7 @@ input.text { #cssmenu .has-sub ul { display: none; position: absolute; + z-index: 1; } #cssmenu .has-sub ul li a { From f31be321f5cfcd0a3c76976b7bd70973ff91768b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sat, 5 Feb 2022 12:06:37 +0000 Subject: [PATCH 018/339] Core Update 165: Ship style.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/files | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/165/filelists/files b/config/rootfiles/core/165/filelists/files index 883eff0c7..5b2a45223 100644 --- a/config/rootfiles/core/165/filelists/files +++ b/config/rootfiles/core/165/filelists/files @@ -1 +1,2 @@ +srv/web/ipfire/html/themes/ipfire/include/css/style.css var/ipfire/main/manualpages From 7c6bf38c05fb9ccf0d8d4e34f3448575f2b82899 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:21 +0000 Subject: [PATCH 019/339] gcc: toolchain stage 2: Set sysroot to /tools_${arch} The stage 2 compiler was looking for libraries outside the bootstrapped toolchain environment which causes that linked programs cannot be executied because the runtime linker only looks for libraries inside the toolchain environment. Signed-off-by: Michael Tremer --- lfs/gcc | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/gcc b/lfs/gcc index ade02dcda..96e58ddae 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -116,6 +116,7 @@ ifeq "$(PASS)" "2" EXTRA_CONFIG = \ --build=$(BUILDTARGET) \ --prefix=$(TOOLS_DIR) \ + --with-sysroot=$(ROOT) \ --with-local-prefix=$(TOOLS_DIR) \ --with-native-system-header-dir=$(TOOLS_DIR)/include \ --enable-languages=c,c++ \ From 1c3905afa698ed973ff34829c2ad032abd2e5aee Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:22 +0000 Subject: [PATCH 020/339] glibc: Update to version 2.34 Signed-off-by: Michael Tremer --- config/rootfiles/common/aarch64/glibc | 40 ++++------ config/rootfiles/common/armv6l/glibc | 40 ++++------ config/rootfiles/common/x86_64/glibc | 43 +++++------ lfs/glibc | 8 +- ...x-null-pointer-dereference-bug-28213.patch | 40 ---------- ...ead_attr_copy-in-mq_notify-bug-27896.patch | 74 ------------------- 6 files changed, 50 insertions(+), 195 deletions(-) delete mode 100644 src/patches/glibc-2.33-librt-fix-null-pointer-dereference-bug-28213.patch delete mode 100644 src/patches/glibc-2.33-use-__pthread_attr_copy-in-mq_notify-bug-27896.patch diff --git a/config/rootfiles/common/aarch64/glibc b/config/rootfiles/common/aarch64/glibc index 0849703f9..634f1686e 100644 --- a/config/rootfiles/common/aarch64/glibc +++ b/config/rootfiles/common/aarch64/glibc @@ -1,41 +1,25 @@ #etc/ld.so.cache etc/rpc -lib/ld-2.33.so lib/ld-linux-aarch64.so.1 -lib/libBrokenLocale-2.33.so lib/libBrokenLocale.so.1 #lib/libSegFault.so -lib/libanl-2.33.so lib/libanl.so.1 -lib/libc-2.33.so lib/libc.so.6 -lib/libdl-2.33.so +#lib/libc_malloc_debug.so.0 lib/libdl.so.2 -lib/libm-2.33.so lib/libm.so.6 #lib/libmemusage.so -lib/libnsl-2.33.so lib/libnsl.so.1 -lib/libnss_compat-2.33.so lib/libnss_compat.so.2 -lib/libnss_db-2.33.so lib/libnss_db.so.2 -lib/libnss_dns-2.33.so lib/libnss_dns.so.2 -lib/libnss_files-2.33.so lib/libnss_files.so.2 -lib/libnss_hesiod-2.33.so lib/libnss_hesiod.so.2 #lib/libpcprofile.so -lib/libpthread-2.33.so lib/libpthread.so.0 -lib/libresolv-2.33.so lib/libresolv.so.2 -lib/librt-2.33.so lib/librt.so.1 -lib/libthread_db-1.0.so lib/libthread_db.so.1 -lib/libutil-2.33.so lib/libutil.so.1 sbin/ldconfig #sbin/sln @@ -145,6 +129,8 @@ usr/bin/locale #usr/include/bits/procfs-id.h #usr/include/bits/procfs-prregset.h #usr/include/bits/procfs.h +#usr/include/bits/pthread_stack_min-dynamic.h +#usr/include/bits/pthread_stack_min.h #usr/include/bits/pthreadtypes-arch.h #usr/include/bits/pthreadtypes.h #usr/include/bits/ptrace-shared.h @@ -169,6 +155,7 @@ usr/bin/locale #usr/include/bits/signum-arch.h #usr/include/bits/signum-generic.h #usr/include/bits/sigstack.h +#usr/include/bits/sigstksz.h #usr/include/bits/sigthread.h #usr/include/bits/sockaddr.h #usr/include/bits/socket-constants.h @@ -197,6 +184,7 @@ usr/bin/locale #usr/include/bits/struct_mutex.h #usr/include/bits/struct_rwlock.h #usr/include/bits/struct_stat.h +#usr/include/bits/struct_stat_time64_helper.h #usr/include/bits/syscall.h #usr/include/bits/syslog-ldbl.h #usr/include/bits/syslog-path.h @@ -245,11 +233,17 @@ usr/bin/locale #usr/include/bits/types/struct___jmp_buf_tag.h #usr/include/bits/types/struct_iovec.h #usr/include/bits/types/struct_itimerspec.h +#usr/include/bits/types/struct_msqid64_ds.h +#usr/include/bits/types/struct_msqid64_ds_helper.h #usr/include/bits/types/struct_msqid_ds.h #usr/include/bits/types/struct_osockaddr.h #usr/include/bits/types/struct_rusage.h #usr/include/bits/types/struct_sched_param.h +#usr/include/bits/types/struct_semid64_ds.h +#usr/include/bits/types/struct_semid64_ds_helper.h #usr/include/bits/types/struct_semid_ds.h +#usr/include/bits/types/struct_shmid64_ds.h +#usr/include/bits/types/struct_shmid64_ds_helper.h #usr/include/bits/types/struct_shmid_ds.h #usr/include/bits/types/struct_sigstack.h #usr/include/bits/types/struct_statx.h @@ -292,6 +286,7 @@ usr/bin/locale #usr/include/error.h #usr/include/execinfo.h #usr/include/fcntl.h +#usr/include/features-time64.h #usr/include/features.h #usr/include/fenv.h #usr/include/finclude @@ -775,6 +770,8 @@ usr/lib/gconv #usr/lib/gconv/UTF-7.so #usr/lib/gconv/VISCII.so #usr/lib/gconv/gconv-modules +#usr/lib/gconv/gconv-modules.d +#usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf #usr/lib/gconv/libCNS.so #usr/lib/gconv/libGB.so #usr/lib/gconv/libISOIR165.so @@ -793,27 +790,22 @@ usr/lib/gconv #usr/lib/libanl.so #usr/lib/libc.a #usr/lib/libc.so +#usr/lib/libc_malloc_debug.so #usr/lib/libc_nonshared.a #usr/lib/libdl.a -#usr/lib/libdl.so #usr/lib/libg.a #usr/lib/libm.a #usr/lib/libm.so #usr/lib/libmcheck.a #usr/lib/libnss_compat.so #usr/lib/libnss_db.so -#usr/lib/libnss_dns.so -#usr/lib/libnss_files.so #usr/lib/libnss_hesiod.so #usr/lib/libpthread.a -#usr/lib/libpthread.so #usr/lib/libresolv.a #usr/lib/libresolv.so #usr/lib/librt.a -#usr/lib/librt.so #usr/lib/libthread_db.so #usr/lib/libutil.a -#usr/lib/libutil.so usr/lib/locale #usr/lib/locale/aa_DJ #usr/lib/locale/aa_DJ.utf8 @@ -8372,7 +8364,5 @@ usr/lib/locale #usr/share/locale/zh_TW #usr/share/locale/zh_TW/LC_MESSAGES #usr/share/locale/zh_TW/LC_MESSAGES/libc.mo -#var/cache/ldconfig -#var/cache/ldconfig/aux-cache #var/db #var/db/Makefile diff --git a/config/rootfiles/common/armv6l/glibc b/config/rootfiles/common/armv6l/glibc index de1a6519c..3348bc098 100644 --- a/config/rootfiles/common/armv6l/glibc +++ b/config/rootfiles/common/armv6l/glibc @@ -1,41 +1,25 @@ #etc/ld.so.cache etc/rpc -lib/ld-2.33.so lib/ld-linux.so.3 -lib/libBrokenLocale-2.33.so lib/libBrokenLocale.so.1 #lib/libSegFault.so -lib/libanl-2.33.so lib/libanl.so.1 -lib/libc-2.33.so lib/libc.so.6 -lib/libdl-2.33.so +#lib/libc_malloc_debug.so.0 lib/libdl.so.2 -lib/libm-2.33.so lib/libm.so.6 #lib/libmemusage.so -lib/libnsl-2.33.so lib/libnsl.so.1 -lib/libnss_compat-2.33.so lib/libnss_compat.so.2 -lib/libnss_db-2.33.so lib/libnss_db.so.2 -lib/libnss_dns-2.33.so lib/libnss_dns.so.2 -lib/libnss_files-2.33.so lib/libnss_files.so.2 -lib/libnss_hesiod-2.33.so lib/libnss_hesiod.so.2 #lib/libpcprofile.so -lib/libpthread-2.33.so lib/libpthread.so.0 -lib/libresolv-2.33.so lib/libresolv.so.2 -lib/librt-2.33.so lib/librt.so.1 -lib/libthread_db-1.0.so lib/libthread_db.so.1 -lib/libutil-2.33.so lib/libutil.so.1 sbin/ldconfig #sbin/sln @@ -145,6 +129,8 @@ usr/bin/locale #usr/include/bits/procfs-id.h #usr/include/bits/procfs-prregset.h #usr/include/bits/procfs.h +#usr/include/bits/pthread_stack_min-dynamic.h +#usr/include/bits/pthread_stack_min.h #usr/include/bits/pthreadtypes-arch.h #usr/include/bits/pthreadtypes.h #usr/include/bits/ptrace-shared.h @@ -169,6 +155,7 @@ usr/bin/locale #usr/include/bits/signum-arch.h #usr/include/bits/signum-generic.h #usr/include/bits/sigstack.h +#usr/include/bits/sigstksz.h #usr/include/bits/sigthread.h #usr/include/bits/sockaddr.h #usr/include/bits/socket-constants.h @@ -197,6 +184,7 @@ usr/bin/locale #usr/include/bits/struct_mutex.h #usr/include/bits/struct_rwlock.h #usr/include/bits/struct_stat.h +#usr/include/bits/struct_stat_time64_helper.h #usr/include/bits/syscall.h #usr/include/bits/syslog-ldbl.h #usr/include/bits/syslog-path.h @@ -245,11 +233,17 @@ usr/bin/locale #usr/include/bits/types/struct___jmp_buf_tag.h #usr/include/bits/types/struct_iovec.h #usr/include/bits/types/struct_itimerspec.h +#usr/include/bits/types/struct_msqid64_ds.h +#usr/include/bits/types/struct_msqid64_ds_helper.h #usr/include/bits/types/struct_msqid_ds.h #usr/include/bits/types/struct_osockaddr.h #usr/include/bits/types/struct_rusage.h #usr/include/bits/types/struct_sched_param.h +#usr/include/bits/types/struct_semid64_ds.h +#usr/include/bits/types/struct_semid64_ds_helper.h #usr/include/bits/types/struct_semid_ds.h +#usr/include/bits/types/struct_shmid64_ds.h +#usr/include/bits/types/struct_shmid64_ds_helper.h #usr/include/bits/types/struct_shmid_ds.h #usr/include/bits/types/struct_sigstack.h #usr/include/bits/types/struct_statx.h @@ -292,6 +286,7 @@ usr/bin/locale #usr/include/error.h #usr/include/execinfo.h #usr/include/fcntl.h +#usr/include/features-time64.h #usr/include/features.h #usr/include/fenv.h #usr/include/finclude @@ -774,6 +769,8 @@ usr/lib/gconv #usr/lib/gconv/UTF-7.so #usr/lib/gconv/VISCII.so #usr/lib/gconv/gconv-modules +#usr/lib/gconv/gconv-modules.d +#usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf #usr/lib/gconv/libCNS.so #usr/lib/gconv/libGB.so #usr/lib/gconv/libISOIR165.so @@ -795,27 +792,22 @@ usr/lib/gconv #usr/lib/libanl.so #usr/lib/libc.a #usr/lib/libc.so +#usr/lib/libc_malloc_debug.so #usr/lib/libc_nonshared.a #usr/lib/libdl.a -#usr/lib/libdl.so #usr/lib/libg.a #usr/lib/libm.a #usr/lib/libm.so #usr/lib/libmcheck.a #usr/lib/libnss_compat.so #usr/lib/libnss_db.so -#usr/lib/libnss_dns.so -#usr/lib/libnss_files.so #usr/lib/libnss_hesiod.so #usr/lib/libpthread.a -#usr/lib/libpthread.so #usr/lib/libresolv.a #usr/lib/libresolv.so #usr/lib/librt.a -#usr/lib/librt.so #usr/lib/libthread_db.so #usr/lib/libutil.a -#usr/lib/libutil.so usr/lib/locale #usr/lib/locale/aa_DJ #usr/lib/locale/aa_DJ.utf8 @@ -8374,7 +8366,5 @@ usr/lib/locale #usr/share/locale/zh_TW #usr/share/locale/zh_TW/LC_MESSAGES #usr/share/locale/zh_TW/LC_MESSAGES/libc.mo -#var/cache/ldconfig -#var/cache/ldconfig/aux-cache #var/db #var/db/Makefile diff --git a/config/rootfiles/common/x86_64/glibc b/config/rootfiles/common/x86_64/glibc index 74f7e38fd..40bd175f4 100644 --- a/config/rootfiles/common/x86_64/glibc +++ b/config/rootfiles/common/x86_64/glibc @@ -1,43 +1,26 @@ #etc/ld.so.cache etc/rpc -lib/ld-2.33.so lib/ld-linux-x86-64.so.2 -lib/libBrokenLocale-2.33.so lib/libBrokenLocale.so.1 #lib/libSegFault.so -lib/libanl-2.33.so lib/libanl.so.1 -lib/libc-2.33.so lib/libc.so.6 -lib/libdl-2.33.so +#lib/libc_malloc_debug.so.0 lib/libdl.so.2 -lib/libm-2.33.so lib/libm.so.6 #lib/libmemusage.so -lib/libmvec-2.33.so lib/libmvec.so.1 -lib/libnsl-2.33.so lib/libnsl.so.1 -lib/libnss_compat-2.33.so lib/libnss_compat.so.2 -lib/libnss_db-2.33.so lib/libnss_db.so.2 -lib/libnss_dns-2.33.so lib/libnss_dns.so.2 -lib/libnss_files-2.33.so lib/libnss_files.so.2 -lib/libnss_hesiod-2.33.so lib/libnss_hesiod.so.2 #lib/libpcprofile.so -lib/libpthread-2.33.so lib/libpthread.so.0 -lib/libresolv-2.33.so lib/libresolv.so.2 -lib/librt-2.33.so lib/librt.so.1 -lib/libthread_db-1.0.so lib/libthread_db.so.1 -lib/libutil-2.33.so lib/libutil.so.1 sbin/ldconfig #sbin/sln @@ -137,6 +120,8 @@ usr/bin/locale #usr/include/bits/msq.h #usr/include/bits/netdb.h #usr/include/bits/param.h +#usr/include/bits/platform +#usr/include/bits/platform/x86.h #usr/include/bits/poll.h #usr/include/bits/poll2.h #usr/include/bits/posix1_lim.h @@ -147,6 +132,8 @@ usr/bin/locale #usr/include/bits/procfs-id.h #usr/include/bits/procfs-prregset.h #usr/include/bits/procfs.h +#usr/include/bits/pthread_stack_min-dynamic.h +#usr/include/bits/pthread_stack_min.h #usr/include/bits/pthreadtypes-arch.h #usr/include/bits/pthreadtypes.h #usr/include/bits/ptrace-shared.h @@ -171,6 +158,7 @@ usr/bin/locale #usr/include/bits/signum-arch.h #usr/include/bits/signum-generic.h #usr/include/bits/sigstack.h +#usr/include/bits/sigstksz.h #usr/include/bits/sigthread.h #usr/include/bits/sockaddr.h #usr/include/bits/socket-constants.h @@ -199,6 +187,7 @@ usr/bin/locale #usr/include/bits/struct_mutex.h #usr/include/bits/struct_rwlock.h #usr/include/bits/struct_stat.h +#usr/include/bits/struct_stat_time64_helper.h #usr/include/bits/syscall.h #usr/include/bits/syslog-ldbl.h #usr/include/bits/syslog-path.h @@ -247,11 +236,17 @@ usr/bin/locale #usr/include/bits/types/struct___jmp_buf_tag.h #usr/include/bits/types/struct_iovec.h #usr/include/bits/types/struct_itimerspec.h +#usr/include/bits/types/struct_msqid64_ds.h +#usr/include/bits/types/struct_msqid64_ds_helper.h #usr/include/bits/types/struct_msqid_ds.h #usr/include/bits/types/struct_osockaddr.h #usr/include/bits/types/struct_rusage.h #usr/include/bits/types/struct_sched_param.h +#usr/include/bits/types/struct_semid64_ds.h +#usr/include/bits/types/struct_semid64_ds_helper.h #usr/include/bits/types/struct_semid_ds.h +#usr/include/bits/types/struct_shmid64_ds.h +#usr/include/bits/types/struct_shmid64_ds_helper.h #usr/include/bits/types/struct_shmid_ds.h #usr/include/bits/types/struct_sigstack.h #usr/include/bits/types/struct_statx.h @@ -294,6 +289,7 @@ usr/bin/locale #usr/include/error.h #usr/include/execinfo.h #usr/include/fcntl.h +#usr/include/features-time64.h #usr/include/features.h #usr/include/fenv.h #usr/include/finclude @@ -783,6 +779,8 @@ usr/lib/gconv #usr/lib/gconv/UTF-7.so #usr/lib/gconv/VISCII.so #usr/lib/gconv/gconv-modules +#usr/lib/gconv/gconv-modules.d +#usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf #usr/lib/gconv/libCNS.so #usr/lib/gconv/libGB.so #usr/lib/gconv/libISOIR165.so @@ -801,11 +799,11 @@ usr/lib/gconv #usr/lib/libanl.so #usr/lib/libc.a #usr/lib/libc.so +#usr/lib/libc_malloc_debug.so #usr/lib/libc_nonshared.a #usr/lib/libdl.a -#usr/lib/libdl.so #usr/lib/libg.a -#usr/lib/libm-2.33.a +#usr/lib/libm-2.34.a #usr/lib/libm.a #usr/lib/libm.so #usr/lib/libmcheck.a @@ -813,18 +811,13 @@ usr/lib/gconv #usr/lib/libmvec.so #usr/lib/libnss_compat.so #usr/lib/libnss_db.so -#usr/lib/libnss_dns.so -#usr/lib/libnss_files.so #usr/lib/libnss_hesiod.so #usr/lib/libpthread.a -#usr/lib/libpthread.so #usr/lib/libresolv.a #usr/lib/libresolv.so #usr/lib/librt.a -#usr/lib/librt.so #usr/lib/libthread_db.so #usr/lib/libutil.a -#usr/lib/libutil.so usr/lib/locale #usr/lib/locale/aa_DJ #usr/lib/locale/aa_DJ.utf8 diff --git a/lfs/glibc b/lfs/glibc index d2d3aff91..e7f2a71c5 100644 --- a/lfs/glibc +++ b/lfs/glibc @@ -24,7 +24,7 @@ include Config -VER = 2.33 +VER = 2.34 THISAPP = glibc-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -73,7 +73,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 390bbd889c7e8e8a7041564cb6b27cca +$(DL_FILE)_MD5 = 31998b53fb39cb946e96abc310af1c89 install : $(TARGET) @@ -105,10 +105,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) $(DIR_SRC)/glibc-build && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) @mkdir $(DIR_SRC)/glibc-build - # Security Fixes - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/glibc-2.33-use-__pthread_attr_copy-in-mq_notify-bug-27896.patch - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/glibc-2.33-librt-fix-null-pointer-dereference-bug-28213.patch - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/glibc-localedef-no-archive.patch ifneq "$(TOOLCHAIN)" "1" diff --git a/src/patches/glibc-2.33-librt-fix-null-pointer-dereference-bug-28213.patch b/src/patches/glibc-2.33-librt-fix-null-pointer-dereference-bug-28213.patch deleted file mode 100644 index d2083e6e2..000000000 --- a/src/patches/glibc-2.33-librt-fix-null-pointer-dereference-bug-28213.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 27a78fd712c06748737dfa9638fab96ea362fca9 Mon Sep 17 00:00:00 2001 -From: Nikita Popov -Date: Mon, 9 Aug 2021 20:17:34 +0530 -Subject: [PATCH] librt: fix NULL pointer dereference (bug 28213) - -Helper thread frees copied attribute on NOTIFY_REMOVED message -received from the OS kernel. Unfortunately, it fails to check whether -copied attribute actually exists (data.attr != NULL). This worked -earlier because free() checks passed pointer before actually -attempting to release corresponding memory. But -__pthread_attr_destroy assumes pointer is not NULL. - -So passing NULL pointer to __pthread_attr_destroy will result in -segmentation fault. This scenario is possible if -notification->sigev_notify_attributes == NULL (which means default -thread attributes should be used). - -Signed-off-by: Nikita Popov -Reviewed-by: Siddhesh Poyarekar -(cherry picked from commit b805aebd42364fe696e417808a700fdb9800c9e8) ---- - sysdeps/unix/sysv/linux/mq_notify.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/sysdeps/unix/sysv/linux/mq_notify.c b/sysdeps/unix/sysv/linux/mq_notify.c -index 6f46d29d1d..1714e1cc5f 100644 ---- a/sysdeps/unix/sysv/linux/mq_notify.c -+++ b/sysdeps/unix/sysv/linux/mq_notify.c -@@ -132,7 +132,7 @@ helper_thread (void *arg) - to wait until it is done with it. */ - (void) __pthread_barrier_wait (¬ify_barrier); - } -- else if (data.raw[NOTIFY_COOKIE_LEN - 1] == NOTIFY_REMOVED) -+ else if (data.raw[NOTIFY_COOKIE_LEN - 1] == NOTIFY_REMOVED && data.attr != NULL) - { - /* The only state we keep is the copy of the thread attributes. */ - pthread_attr_destroy (data.attr); --- -2.20.1 - diff --git a/src/patches/glibc-2.33-use-__pthread_attr_copy-in-mq_notify-bug-27896.patch b/src/patches/glibc-2.33-use-__pthread_attr_copy-in-mq_notify-bug-27896.patch deleted file mode 100644 index f846b37b8..000000000 --- a/src/patches/glibc-2.33-use-__pthread_attr_copy-in-mq_notify-bug-27896.patch +++ /dev/null @@ -1,74 +0,0 @@ -From 4b6be914bd3920500a67ef6ca1aa7d1c37e5e859 Mon Sep 17 00:00:00 2001 -From: Andreas Schwab -Date: Thu, 27 May 2021 12:49:47 +0200 -Subject: [PATCH] Use __pthread_attr_copy in mq_notify (bug 27896) - -Make a deep copy of the pthread attribute object to remove a potential -use-after-free issue. - -(cherry picked from commit 42d359350510506b87101cf77202fefcbfc790cb) ---- - NEWS | 6 ++++++ - sysdeps/unix/sysv/linux/mq_notify.c | 15 ++++++++++----- - 2 files changed, 16 insertions(+), 5 deletions(-) - -diff --git a/NEWS b/NEWS -index 0c33a80af9..b9e570b4a4 100644 ---- a/NEWS -+++ b/NEWS -@@ -13,6 +13,12 @@ Major new features: - a dump of information related to IFUNC resolver operation and - glibc-hwcaps subdirectory selection. - -+Security related changes: -+ -+ CVE-2021-33574: The mq_notify function has a potential use-after-free -+ issue when using a notification type of SIGEV_THREAD and a thread -+ attribute with a non-default affinity mask. -+ - The following bugs are resolved with this release: - - [15271] dlfcn function failure after dlmopen terminates process -diff --git a/sysdeps/unix/sysv/linux/mq_notify.c b/sysdeps/unix/sysv/linux/mq_notify.c -index cc575a0cdd..f7ddfe5a6c 100644 ---- a/sysdeps/unix/sysv/linux/mq_notify.c -+++ b/sysdeps/unix/sysv/linux/mq_notify.c -@@ -133,8 +133,11 @@ helper_thread (void *arg) - (void) __pthread_barrier_wait (¬ify_barrier); - } - else if (data.raw[NOTIFY_COOKIE_LEN - 1] == NOTIFY_REMOVED) -- /* The only state we keep is the copy of the thread attributes. */ -- free (data.attr); -+ { -+ /* The only state we keep is the copy of the thread attributes. */ -+ pthread_attr_destroy (data.attr); -+ free (data.attr); -+ } - } - return NULL; - } -@@ -255,8 +258,7 @@ mq_notify (mqd_t mqdes, const struct sigevent *notification) - if (data.attr == NULL) - return -1; - -- memcpy (data.attr, notification->sigev_notify_attributes, -- sizeof (pthread_attr_t)); -+ __pthread_attr_copy (data.attr, notification->sigev_notify_attributes); - } - - /* Construct the new request. */ -@@ -270,7 +272,10 @@ mq_notify (mqd_t mqdes, const struct sigevent *notification) - - /* If it failed, free the allocated memory. */ - if (__glibc_unlikely (retval != 0)) -- free (data.attr); -+ { -+ pthread_attr_destroy (data.attr); -+ free (data.attr); -+ } - - return retval; - } --- -2.20.1 - From cf557eca9cc2931b088fd72507780c70a1df088a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:23 +0000 Subject: [PATCH 021/339] glibc: Enable CET Enable Intel Control-flow Enforcement Technology (CET) support to protect the library with indirect branch tracking (IBT) and shadow stack (SHSTK). Signed-off-by: Michael Tremer --- lfs/glibc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lfs/glibc b/lfs/glibc index e7f2a71c5..9c631de4c 100644 --- a/lfs/glibc +++ b/lfs/glibc @@ -65,6 +65,10 @@ EXTRA_CONFIG += \ --enable-bind-now \ --disable-crypt +ifeq "$(BUILD_ARCH)" "x86_64" + EXTRA_CONFIG += --enable-cet +endif + ############################################################################### # Top-level Rules ############################################################################### From 173a4d546df3bc3c0a524cac26c3b5679e50f949 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:24 +0000 Subject: [PATCH 022/339] glibc: Enable memory tagging on aarch64 https://lwn.net/Articles/834289/ Signed-off-by: Michael Tremer --- lfs/glibc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lfs/glibc b/lfs/glibc index 9c631de4c..685e56e97 100644 --- a/lfs/glibc +++ b/lfs/glibc @@ -69,6 +69,10 @@ ifeq "$(BUILD_ARCH)" "x86_64" EXTRA_CONFIG += --enable-cet endif +ifeq "$(BUILD_ARCH)" "aarch64" + EXTRA_CONFIG += --enable-memory-tagging +endif + ############################################################################### # Top-level Rules ############################################################################### From e111b836b3f86c9ff34d09ab30c9daf4223965e7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:25 +0000 Subject: [PATCH 023/339] binutils+gcc: Fix that the toolchain compiler is trying to link against host libraries Binutils and GCC were misconfigured and used host libraries to build toolchain programs. That resulted in that those programs were correctly linked, but could not be executed, because the runtime linker did not search in the host system. Signed-off-by: Michael Tremer --- lfs/binutils | 9 +++++---- lfs/gcc | 5 +++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/lfs/binutils b/lfs/binutils index d94be9a06..94e295cf9 100644 --- a/lfs/binutils +++ b/lfs/binutils @@ -59,7 +59,8 @@ ifeq "$(PASS)" "1" --target=$(CROSSTARGET) \ --prefix=$(TOOLS_DIR) \ --with-sysroot=$(ROOT) \ - --with-lib-path=$(TOOLS_DIR)/lib + --with-lib-path=$(TOOLS_DIR)/lib \ + --disable-nls EXTRA_MAKE = EXTRA_INSTALL = else @@ -69,10 +70,10 @@ else AR="$(CROSSTARGET)-ar" \ RANLIB="$(CROSSTARGET)-ranlib" EXTRA_CONFIG = \ - --host=$(BUILDTARGET) \ - --build=$(BUILDTARGET) \ --prefix=$(TOOLS_DIR) \ - --with-lib-path=$(TOOLS_DIR)/lib + --with-lib-path=$(TOOLS_DIR)/lib \ + --with-sysroot \ + --disable-nls EXTRA_MAKE = EXTRA_INSTALL = endif diff --git a/lfs/gcc b/lfs/gcc index 96e58ddae..6bb1d170a 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -83,8 +83,10 @@ ifeq "$(PASS)" "1" --with-sysroot=$(ROOT) \ --with-local-prefix=$(TOOLS_DIR) \ --with-native-system-header-dir=$(TOOLS_DIR)/include \ + --with-glibc-version=2.11 \ --disable-nls \ --disable-shared \ + --disable-multilib \ --disable-decimal-float \ --disable-threads \ --disable-libatomic \ @@ -114,13 +116,12 @@ ifeq "$(PASS)" "2" AR="$(CROSSTARGET)-ar" \ RANLIB="$(CROSSTARGET)-ranlib" EXTRA_CONFIG = \ - --build=$(BUILDTARGET) \ --prefix=$(TOOLS_DIR) \ - --with-sysroot=$(ROOT) \ --with-local-prefix=$(TOOLS_DIR) \ --with-native-system-header-dir=$(TOOLS_DIR)/include \ --enable-languages=c,c++ \ --disable-libstdcxx-pch \ + --disable-multilib \ --disable-libgomp EXTRA_MAKE = EXTRA_INSTALL = From 0250d332e4fad4f20ef351ca2c38dedaf5afed95 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:26 +0000 Subject: [PATCH 024/339] make.sh: Build zstd after second pass of GCC zstd requires libatomic on riscv64 which isn't available, yet Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 6350ea5ef..77fe5e7ac 100755 --- a/make.sh +++ b/make.sh @@ -1026,9 +1026,9 @@ buildtoolchain() { lfsmake1 libxcrypt lfsmake1 gcc PASS=L lfsmake1 zlib - lfsmake1 zstd lfsmake1 binutils PASS=2 lfsmake1 gcc PASS=2 + lfsmake1 zstd lfsmake1 ccache lfsmake1 tcl lfsmake1 expect From b7fca3c49bbe3972f46dd273361677234a80bbb0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:27 +0000 Subject: [PATCH 025/339] texinfo: Fix FTBFS with glibc-2.34 Signed-off-by: Michael Tremer --- lfs/texinfo | 1 + .../texinfo-6.8-undo-gnulib-nonnul.patch | 186 ++++++++++++++++++ 2 files changed, 187 insertions(+) create mode 100644 src/patches/texinfo-6.8-undo-gnulib-nonnul.patch diff --git a/lfs/texinfo b/lfs/texinfo index 4563243f0..27a3d06b6 100644 --- a/lfs/texinfo +++ b/lfs/texinfo @@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/texinfo-6.8-undo-gnulib-nonnul.patch cd $(DIR_APP) && ./configure --prefix=$(PREFIX) --disable-nls cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install diff --git a/src/patches/texinfo-6.8-undo-gnulib-nonnul.patch b/src/patches/texinfo-6.8-undo-gnulib-nonnul.patch new file mode 100644 index 000000000..60f2e63b7 --- /dev/null +++ b/src/patches/texinfo-6.8-undo-gnulib-nonnul.patch @@ -0,0 +1,186 @@ + +Patch by Vitezslav Crhonek +Source: https://src.fedoraproject.org/rpms/texinfo/c/9b2cca4817fa4bd8d520fed05e9560fc7183dcdf?branch=rawhide + +diff -up texinfo-6.8/gnulib/lib/cdefs.h.orig texinfo-6.8/gnulib/lib/cdefs.h +--- texinfo-6.8/gnulib/lib/cdefs.h.orig 2021-03-11 19:57:53.000000000 +0100 ++++ texinfo-6.8/gnulib/lib/cdefs.h 2021-07-19 12:26:46.985176475 +0200 +@@ -321,15 +321,15 @@ + + /* The nonnull function attribute marks pointer parameters that + must not be NULL. */ +-#ifndef __attribute_nonnull__ ++#ifndef __nonnull + # if __GNUC_PREREQ (3,3) || __glibc_has_attribute (__nonnull__) +-# define __attribute_nonnull__(params) __attribute__ ((__nonnull__ params)) ++# define __nonnull(params) __attribute__ ((__nonnull__ params)) + # else +-# define __attribute_nonnull__(params) ++# define __nonnull(params) + # endif +-#endif +-#ifndef __nonnull +-# define __nonnull(params) __attribute_nonnull__ (params) ++#elif !defined __GLIBC__ ++# undef __nonnull ++# define __nonnull(params) _GL_ATTRIBUTE_NONNULL (params) + #endif + + /* If fortification mode, we warn about unused results of certain +diff -up texinfo-6.8/gnulib/lib/libc-config.h.orig texinfo-6.8/gnulib/lib/libc-config.h +--- texinfo-6.8/gnulib/lib/libc-config.h.orig 2021-03-11 19:57:54.000000000 +0100 ++++ texinfo-6.8/gnulib/lib/libc-config.h 2021-07-19 12:27:58.810590975 +0200 +@@ -33,9 +33,9 @@ + #include + + /* On glibc this includes and and #defines +- _FEATURES_H, __WORDSIZE, and __set_errno. On FreeBSD 11 and +- DragonFlyBSD 5.9 it includes which defines __nonnull. +- Elsewhere it is harmless. */ ++ _FEATURES_H, __WORDSIZE, and __set_errno. On FreeBSD 11 it ++ includes which defines __nonnull. Elsewhere it ++ is harmless. */ + #include + + /* From glibc . */ +diff -up texinfo-6.8/gnulib/lib/malloc/dynarray-skeleton.c.orig texinfo-6.8/gnulib/lib/malloc/dynarray-skeleton.c +--- texinfo-6.8/gnulib/lib/malloc/dynarray-skeleton.c.orig 2021-03-11 19:57:54.000000000 +0100 ++++ texinfo-6.8/gnulib/lib/malloc/dynarray-skeleton.c 2021-07-19 12:24:46.878419397 +0200 +@@ -192,7 +192,7 @@ DYNARRAY_NAME (free__array__) (struct DY + + /* Initialize a dynamic array object. This must be called before any + use of the object. */ +-__attribute_nonnull__ ((1)) ++__nonnull ((1)) + static void + DYNARRAY_NAME (init) (struct DYNARRAY_STRUCT *list) + { +@@ -202,7 +202,7 @@ DYNARRAY_NAME (init) (struct DYNARRAY_ST + } + + /* Deallocate the dynamic array and its elements. */ +-__attribute_maybe_unused__ __attribute_nonnull__ ((1)) ++__attribute_maybe_unused__ __nonnull ((1)) + static void + DYNARRAY_FREE (struct DYNARRAY_STRUCT *list) + { +@@ -213,7 +213,7 @@ DYNARRAY_FREE (struct DYNARRAY_STRUCT *l + } + + /* Return true if the dynamic array is in an error state. */ +-__attribute_nonnull__ ((1)) ++__nonnull ((1)) + static inline bool + DYNARRAY_NAME (has_failed) (const struct DYNARRAY_STRUCT *list) + { +@@ -222,7 +222,7 @@ DYNARRAY_NAME (has_failed) (const struct + + /* Mark the dynamic array as failed. All elements are deallocated as + a side effect. */ +-__attribute_nonnull__ ((1)) ++__nonnull ((1)) + static void + DYNARRAY_NAME (mark_failed) (struct DYNARRAY_STRUCT *list) + { +@@ -236,7 +236,7 @@ DYNARRAY_NAME (mark_failed) (struct DYNA + + /* Return the number of elements which have been added to the dynamic + array. */ +-__attribute_nonnull__ ((1)) ++__nonnull ((1)) + static inline size_t + DYNARRAY_NAME (size) (const struct DYNARRAY_STRUCT *list) + { +@@ -245,7 +245,7 @@ DYNARRAY_NAME (size) (const struct DYNAR + + /* Return a pointer to the array element at INDEX. Terminate the + process if INDEX is out of bounds. */ +-__attribute_nonnull__ ((1)) ++__nonnull ((1)) + static inline DYNARRAY_ELEMENT * + DYNARRAY_NAME (at) (struct DYNARRAY_STRUCT *list, size_t index) + { +@@ -257,7 +257,7 @@ DYNARRAY_NAME (at) (struct DYNARRAY_STRU + /* Return a pointer to the first array element, if any. For a + zero-length array, the pointer can be NULL even though the dynamic + array has not entered the failure state. */ +-__attribute_nonnull__ ((1)) ++__nonnull ((1)) + static inline DYNARRAY_ELEMENT * + DYNARRAY_NAME (begin) (struct DYNARRAY_STRUCT *list) + { +@@ -267,7 +267,7 @@ DYNARRAY_NAME (begin) (struct DYNARRAY_S + /* Return a pointer one element past the last array element. For a + zero-length array, the pointer can be NULL even though the dynamic + array has not entered the failure state. */ +-__attribute_nonnull__ ((1)) ++__nonnull ((1)) + static inline DYNARRAY_ELEMENT * + DYNARRAY_NAME (end) (struct DYNARRAY_STRUCT *list) + { +@@ -294,7 +294,7 @@ DYNARRAY_NAME (add__) (struct DYNARRAY_S + /* Add ITEM at the end of the array, enlarging it by one element. + Mark *LIST as failed if the dynamic array allocation size cannot be + increased. */ +-__attribute_nonnull__ ((1)) ++__nonnull ((1)) + static inline void + DYNARRAY_NAME (add) (struct DYNARRAY_STRUCT *list, DYNARRAY_ELEMENT item) + { +@@ -348,8 +348,7 @@ DYNARRAY_NAME (emplace__) (struct DYNARR + /* Allocate a place for a new element in *LIST and return a pointer to + it. The pointer can be NULL if the dynamic array cannot be + enlarged due to a memory allocation failure. */ +-__attribute_maybe_unused__ __attribute_warn_unused_result__ +-__attribute_nonnull__ ((1)) ++__attribute_maybe_unused__ __attribute_warn_unused_result__ __nonnull ((1)) + static + /* Avoid inlining with the larger initialization code. */ + #if !(defined (DYNARRAY_ELEMENT_INIT) || defined (DYNARRAY_ELEMENT_FREE)) +@@ -373,7 +372,7 @@ DYNARRAY_NAME (emplace) (struct DYNARRAY + existing size, new elements are added (which can be initialized). + Otherwise, the list is truncated, and elements are freed. Return + false on memory allocation failure (and mark *LIST as failed). */ +-__attribute_maybe_unused__ __attribute_nonnull__ ((1)) ++__attribute_maybe_unused__ __nonnull ((1)) + static bool + DYNARRAY_NAME (resize) (struct DYNARRAY_STRUCT *list, size_t size) + { +@@ -418,7 +417,7 @@ DYNARRAY_NAME (resize) (struct DYNARRAY_ + } + + /* Remove the last element of LIST if it is present. */ +-__attribute_maybe_unused__ __attribute_nonnull__ ((1)) ++__attribute_maybe_unused__ __nonnull ((1)) + static void + DYNARRAY_NAME (remove_last) (struct DYNARRAY_STRUCT *list) + { +@@ -435,7 +434,7 @@ DYNARRAY_NAME (remove_last) (struct DYNA + + /* Remove all elements from the list. The elements are freed, but the + list itself is not. */ +-__attribute_maybe_unused__ __attribute_nonnull__ ((1)) ++__attribute_maybe_unused__ __nonnull ((1)) + static void + DYNARRAY_NAME (clear) (struct DYNARRAY_STRUCT *list) + { +@@ -453,8 +452,7 @@ DYNARRAY_NAME (clear) (struct DYNARRAY_S + stored in *RESULT if LIST refers to an empty list. On success, the + pointer in *RESULT is heap-allocated and must be deallocated using + free. */ +-__attribute_maybe_unused__ __attribute_warn_unused_result__ +-__attribute_nonnull__ ((1, 2)) ++__attribute_maybe_unused__ __attribute_warn_unused_result__ __nonnull ((1, 2)) + static bool + DYNARRAY_NAME (finalize) (struct DYNARRAY_STRUCT *list, + DYNARRAY_FINAL_TYPE *result) +@@ -485,8 +483,7 @@ DYNARRAY_NAME (finalize) (struct DYNARRA + have a sentinel at the end). If LENGTHP is not NULL, the array + length is written to *LENGTHP. *LIST is re-initialized and can be + reused. */ +-__attribute_maybe_unused__ __attribute_warn_unused_result__ +-__attribute_nonnull__ ((1)) ++__attribute_maybe_unused__ __attribute_warn_unused_result__ __nonnull ((1)) + static DYNARRAY_ELEMENT * + DYNARRAY_NAME (finalize) (struct DYNARRAY_STRUCT *list, size_t *lengthp) + { From 9c7de6603f51e56c13c9cbb2714f73de0c5a6977 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:28 +0000 Subject: [PATCH 026/339] ntp: Fix FTBFS with glibc 2.34 Signed-off-by: Michael Tremer --- lfs/ntp | 1 + ...tp-4.2.8p15-build-fix-for-glibc-2.34.patch | 29 +++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/patches/ntp-4.2.8p15-build-fix-for-glibc-2.34.patch diff --git a/lfs/ntp b/lfs/ntp index ca46e5163..e039d7bdd 100644 --- a/lfs/ntp +++ b/lfs/ntp @@ -70,6 +70,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/ntp-4.2.8p15-build-fix-for-glibc-2.34.patch $(UPDATE_AUTOMAKE) cd $(DIR_APP) && \ ./configure \ diff --git a/src/patches/ntp-4.2.8p15-build-fix-for-glibc-2.34.patch b/src/patches/ntp-4.2.8p15-build-fix-for-glibc-2.34.patch new file mode 100644 index 000000000..442fe7828 --- /dev/null +++ b/src/patches/ntp-4.2.8p15-build-fix-for-glibc-2.34.patch @@ -0,0 +1,29 @@ +From 082a504cfcc046c3d8adaae1164268bc94e5108a Mon Sep 17 00:00:00 2001 +From: Khem Raj +Date: Sat, 31 Jul 2021 10:51:41 -0700 +Subject: [PATCH] libntp: Do not use PTHREAD_STACK_MIN on glibc +In glibc 2.34+ PTHREAD_STACK_MIN is not a compile-time constant which +could mean different stack sizes at runtime on different architectures +and it also causes compile failure. Default glibc thread stack size +or 64Kb set by ntp should be good in glibc these days. +Upstream-Status: Pending +Signed-off-by: Khem Raj +--- + libntp/work_thread.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) +diff --git a/libntp/work_thread.c b/libntp/work_thread.c +index 03a5647..3ddd751 100644 +--- a/libntp/work_thread.c ++++ b/libntp/work_thread.c +@@ -41,7 +41,7 @@ + #ifndef THREAD_MINSTACKSIZE + # define THREAD_MINSTACKSIZE (64U * 1024) + #endif +-#ifndef __sun ++#if !defined(__sun) && !defined(__GLIBC__) + #if defined(PTHREAD_STACK_MIN) && THREAD_MINSTACKSIZE < PTHREAD_STACK_MIN + # undef THREAD_MINSTACKSIZE + # define THREAD_MINSTACKSIZE PTHREAD_STACK_MIN +-- +2.32.0 + From 8d02d167a627b9431056f21a4816de4f21009dcf Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:29 +0000 Subject: [PATCH 027/339] postfix: Fix FTBFS with glibc 2.34 Signed-off-by: Michael Tremer --- lfs/postfix | 1 + .../postfix-3.6.2-glibc-234-build-fix.patch | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 src/patches/postfix-3.6.2-glibc-234-build-fix.patch diff --git a/lfs/postfix b/lfs/postfix index 6fe46d9a8..0dcccadb6 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -99,6 +99,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/postfix-3.6.2-glibc-234-build-fix.patch cd $(DIR_APP) && make -f Makefile.init makefiles \ DEBUG="" OPT="$(CFLAGS) -fno-strict-aliasing" CCARGS="$(CCARGS)" AUXLIBS="$(AUXLIBS)" cd $(DIR_APP) && make $(MAKETUNING) diff --git a/src/patches/postfix-3.6.2-glibc-234-build-fix.patch b/src/patches/postfix-3.6.2-glibc-234-build-fix.patch new file mode 100644 index 000000000..b678b78b6 --- /dev/null +++ b/src/patches/postfix-3.6.2-glibc-234-build-fix.patch @@ -0,0 +1,14 @@ +diff --git a/src/util/sys_defs.h b/src/util/sys_defs.h +index 99bec9b..95c78ec 100644 +--- a/src/util/sys_defs.h ++++ b/src/util/sys_defs.h +@@ -802,6 +803,9 @@ extern int initgroups(const char *, int); + #define _PATH_PROCNET_IFINET6 "/proc/net/if_inet6" + #endif + #endif ++#if HAVE_GLIBC_API_VERSION_SUPPORT(2, 34) ++#define HAS_CLOSEFROM ++#endif + #include + #if !defined(KERNEL_VERSION) + #define KERNEL_VERSION(a,b,c) (LINUX_VERSION_CODE + 1) From 92cff3948f106ce99c91254be7b7ab679b3fa4a0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:30 +0000 Subject: [PATCH 028/339] libnfsidmap: Drop package This is now bundled in nfs-utils. This patch needs a rootfile update for nfs Signed-off-by: Michael Tremer --- config/rootfiles/packages/libnfsidmap | 15 ----- lfs/libnfsidmap | 88 --------------------------- lfs/nfs | 4 +- make.sh | 1 - 4 files changed, 2 insertions(+), 106 deletions(-) delete mode 100644 config/rootfiles/packages/libnfsidmap delete mode 100644 lfs/libnfsidmap diff --git a/config/rootfiles/packages/libnfsidmap b/config/rootfiles/packages/libnfsidmap deleted file mode 100644 index 0c9d3ab12..000000000 --- a/config/rootfiles/packages/libnfsidmap +++ /dev/null @@ -1,15 +0,0 @@ -#usr/include/nfsidmap.h -#usr/lib/libnfsidmap -#usr/lib/libnfsidmap.la -#usr/lib/libnfsidmap.so -usr/lib/libnfsidmap.so.0 -usr/lib/libnfsidmap.so.0.3.0 -#usr/lib/libnfsidmap/nsswitch.la -usr/lib/libnfsidmap/nsswitch.so -#usr/lib/libnfsidmap/static.la -usr/lib/libnfsidmap/static.so -#usr/lib/libnfsidmap/umich_ldap.la -usr/lib/libnfsidmap/umich_ldap.so -#usr/lib/pkgconfig/libnfsidmap.pc -#usr/share/man/man3/nfs4_uid_to_name.3 -#usr/share/man/man5/idmapd.conf.5 diff --git a/lfs/libnfsidmap b/lfs/libnfsidmap deleted file mode 100644 index 1980d9306..000000000 --- a/lfs/libnfsidmap +++ /dev/null @@ -1,88 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # -# # -# 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 # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 0.27 - -THISAPP = libnfsidmap-$(VER) -DL_FILE = $(THISAPP).tar.bz2 -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) -PROG = libnfsidmap -PAK_VER = 2 - -#CFLAGS += -I/usr/include/tirpc - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_MD5 = 27cfb22f1ee85e51b863b71858a97da0 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -md5 : $(subst %,%_MD5,$(objects)) - -dist: - @$(PAK) - -############################################################################### -# Downloading, checking, md5sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_MD5,$(objects)) : - @$(MD5) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --disable-static - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) diff --git a/lfs/nfs b/lfs/nfs index 55accfb28..702f7116f 100644 --- a/lfs/nfs +++ b/lfs/nfs @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nfs -PAK_VER = 15 +PAK_VER = 16 -DEPS = libnfsidmap rpcbind +DEPS = rpcbind ############################################################################### # Top-level Rules diff --git a/make.sh b/make.sh index 77fe5e7ac..8ef2824d5 100755 --- a/make.sh +++ b/make.sh @@ -1496,7 +1496,6 @@ buildipfire() { lfsmake2 rsync lfsmake2 rpcbind lfsmake2 keyutils - lfsmake2 libnfsidmap lfsmake2 nfs lfsmake2 gnu-netcat lfsmake2 ncat From be975dab58c35931412424ecaf63134acece6a2b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:31 +0000 Subject: [PATCH 029/339] binutils: Update to 2.37 Signed-off-by: Michael Tremer --- config/rootfiles/common/aarch64/binutils | 5 ++--- config/rootfiles/common/armv6l/binutils | 5 ++--- config/rootfiles/common/x86_64/binutils | 5 ++--- lfs/binutils | 4 ++-- 4 files changed, 8 insertions(+), 11 deletions(-) diff --git a/config/rootfiles/common/aarch64/binutils b/config/rootfiles/common/aarch64/binutils index b6099c3f7..cae233bce 100644 --- a/config/rootfiles/common/aarch64/binutils +++ b/config/rootfiles/common/aarch64/binutils @@ -16,7 +16,6 @@ usr/bin/strings #usr/bin/strip #usr/include/ansidecl.h #usr/include/bfd.h -#usr/include/bfd_stdint.h #usr/include/bfdlink.h #usr/include/ctf-api.h #usr/include/ctf.h @@ -292,7 +291,7 @@ usr/lib/bfd-plugins/libdep.so #usr/lib/ldscripts/armelfb_linux_eabi.xu #usr/lib/ldscripts/armelfb_linux_eabi.xw #usr/lib/ldscripts/armelfb_linux_eabi.xwe -usr/lib/libbfd-2.36.1.so +usr/lib/libbfd-2.37.so #usr/lib/libbfd.a #usr/lib/libbfd.la #usr/lib/libbfd.so @@ -306,7 +305,7 @@ usr/lib/libctf-nobfd.so.0.0.0 #usr/lib/libctf.so usr/lib/libctf.so.0 usr/lib/libctf.so.0.0.0 -usr/lib/libopcodes-2.36.1.so +usr/lib/libopcodes-2.37.so #usr/lib/libopcodes.a #usr/lib/libopcodes.la #usr/lib/libopcodes.so diff --git a/config/rootfiles/common/armv6l/binutils b/config/rootfiles/common/armv6l/binutils index 06f33f27a..773315212 100644 --- a/config/rootfiles/common/armv6l/binutils +++ b/config/rootfiles/common/armv6l/binutils @@ -16,7 +16,6 @@ usr/bin/strings #usr/bin/strip #usr/include/ansidecl.h #usr/include/bfd.h -#usr/include/bfd_stdint.h #usr/include/bfdlink.h #usr/include/ctf-api.h #usr/include/ctf.h @@ -72,7 +71,7 @@ usr/lib/bfd-plugins/libdep.so #usr/lib/ldscripts/armelfb_linux_eabi.xu #usr/lib/ldscripts/armelfb_linux_eabi.xw #usr/lib/ldscripts/armelfb_linux_eabi.xwe -usr/lib/libbfd-2.36.1.so +usr/lib/libbfd-2.37.so #usr/lib/libbfd.a #usr/lib/libbfd.la #usr/lib/libbfd.so @@ -86,7 +85,7 @@ usr/lib/libctf-nobfd.so.0.0.0 #usr/lib/libctf.so usr/lib/libctf.so.0 usr/lib/libctf.so.0.0.0 -usr/lib/libopcodes-2.36.1.so +usr/lib/libopcodes-2.37.so #usr/lib/libopcodes.a #usr/lib/libopcodes.la #usr/lib/libopcodes.so diff --git a/config/rootfiles/common/x86_64/binutils b/config/rootfiles/common/x86_64/binutils index 227841c64..1b3427425 100644 --- a/config/rootfiles/common/x86_64/binutils +++ b/config/rootfiles/common/x86_64/binutils @@ -16,7 +16,6 @@ usr/bin/strings #usr/bin/strip #usr/include/ansidecl.h #usr/include/bfd.h -#usr/include/bfd_stdint.h #usr/include/bfdlink.h #usr/include/ctf-api.h #usr/include/ctf.h @@ -160,7 +159,7 @@ usr/bin/strings #usr/lib/ldscripts/elf_x86_64.xu #usr/lib/ldscripts/elf_x86_64.xw #usr/lib/ldscripts/elf_x86_64.xwe -usr/lib/libbfd-2.36.1.so +usr/lib/libbfd-2.37.so #usr/lib/libbfd.a #usr/lib/libbfd.la #usr/lib/libbfd.so @@ -174,7 +173,7 @@ usr/lib/libctf-nobfd.so.0.0.0 #usr/lib/libctf.so usr/lib/libctf.so.0 usr/lib/libctf.so.0.0.0 -usr/lib/libopcodes-2.36.1.so +usr/lib/libopcodes-2.37.so #usr/lib/libopcodes.a #usr/lib/libopcodes.la #usr/lib/libopcodes.so diff --git a/lfs/binutils b/lfs/binutils index 94e295cf9..d05d3c2c5 100644 --- a/lfs/binutils +++ b/lfs/binutils @@ -24,7 +24,7 @@ include Config -VER = 2.36.1 +VER = 2.37 THISAPP = binutils-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -97,7 +97,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 628d490d976d8957279bbbff06cf29d4 +$(DL_FILE)_MD5 = e78d9ff2976b745a348f4c1f27c77cb1 install : $(TARGET) From c1d646bfb251468e436553c1d1c00f8395bd57e0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:32 +0000 Subject: [PATCH 030/339] make.sh: Make BUILDTARGET consistent for all architectures Signed-off-by: Michael Tremer --- make.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/make.sh b/make.sh index 8ef2824d5..be9155504 100755 --- a/make.sh +++ b/make.sh @@ -145,35 +145,35 @@ configure_build() { case "${build_arch}" in x86_64) - BUILDTARGET="${build_arch}-unknown-linux-gnu" + BUILDTARGET="${build_arch}-pc-linux-gnu" CROSSTARGET="${build_arch}-cross-linux-gnu" BUILD_PLATFORM="x86" CFLAGS_ARCH="-m64 -mtune=generic -fstack-clash-protection -fcf-protection" ;; aarch64) - BUILDTARGET="${build_arch}-unknown-linux-gnu" + BUILDTARGET="${build_arch}-pc-linux-gnu" CROSSTARGET="${build_arch}-cross-linux-gnu" BUILD_PLATFORM="arm" CFLAGS_ARCH="-fstack-clash-protection" ;; armv7hl) - BUILDTARGET="${build_arch}-unknown-linux-gnueabi" + BUILDTARGET="${build_arch}-pc-linux-gnueabi" CROSSTARGET="${build_arch}-cross-linux-gnueabi" BUILD_PLATFORM="arm" CFLAGS_ARCH="-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard" ;; armv6l) - BUILDTARGET="${build_arch}-unknown-linux-gnueabi" + BUILDTARGET="${build_arch}-pc-linux-gnueabi" CROSSTARGET="${build_arch}-cross-linux-gnueabi" BUILD_PLATFORM="arm" CFLAGS_ARCH="-march=armv6zk+fp -mfpu=vfp -mfloat-abi=softfp -fomit-frame-pointer" ;; riscv64) - BUILDTARGET="${build_arch}-unknown-linux-gnu" + BUILDTARGET="${build_arch}-pc-linux-gnu" CROSSTARGET="${build_arch}-cross-linux-gnu" BUILD_PLATFORM="riscv" CFLAGS_ARCH="-fstack-clash-protection" From 21c54d5524434e36cfbcdfe12a024a232450909e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:33 +0000 Subject: [PATCH 031/339] make.sh: Bump toolchain version Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index be9155504..7d15b99af 100755 --- a/make.sh +++ b/make.sh @@ -38,7 +38,7 @@ GIT_BRANCH="$(git rev-parse --abbrev-ref HEAD)" # Git Branch GIT_TAG="$(git tag | tail -1)" # Git Tag GIT_LASTCOMMIT="$(git rev-parse --verify HEAD)" # Last commit -TOOLCHAINVER=20210701 +TOOLCHAINVER=20210805 # use multicore and max compression ZSTD_OPT="-T0 --ultra -22" From fdb587decaf300a0ea260cc93c06ef71397c2d9c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:34 +0000 Subject: [PATCH 032/339] flash-images: Increase size of root partition to 1800 MB Signed-off-by: Michael Tremer --- lfs/flash-images | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/flash-images b/lfs/flash-images index 0abb23b0a..2cc81c37b 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -78,9 +78,9 @@ else endif # /boot: 128MB - OFFSET -# / : 1600 MB +# / : 1800 MB S_BOOT := $(shell echo $$(( 262144 - $(S_OFFSET) ))) -S_ROOT := 3354038 +S_ROOT := 3773292 ifeq "$(EFI)" "1" S_EFI = 65536 # 32 MB From c16a83df5af5d48f3bc1642121a7bd900b307e2f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:35 +0000 Subject: [PATCH 033/339] binutils/gcc: Explicitely declare host and build architecture tuple This will fix cross-compiling the toolchain which I broke before. Signed-off-by: Michael Tremer --- lfs/binutils | 2 ++ lfs/gcc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lfs/binutils b/lfs/binutils index d05d3c2c5..33555fa23 100644 --- a/lfs/binutils +++ b/lfs/binutils @@ -70,6 +70,8 @@ else AR="$(CROSSTARGET)-ar" \ RANLIB="$(CROSSTARGET)-ranlib" EXTRA_CONFIG = \ + --build=$(BUILDTARGET) \ + --host=$(BUILDTARGET) \ --prefix=$(TOOLS_DIR) \ --with-lib-path=$(TOOLS_DIR)/lib \ --with-sysroot \ diff --git a/lfs/gcc b/lfs/gcc index 6bb1d170a..f9502562d 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -116,6 +116,8 @@ ifeq "$(PASS)" "2" AR="$(CROSSTARGET)-ar" \ RANLIB="$(CROSSTARGET)-ranlib" EXTRA_CONFIG = \ + --build=$(BUILDTARGET) \ + --host=$(BUILDTARGET) \ --prefix=$(TOOLS_DIR) \ --with-local-prefix=$(TOOLS_DIR) \ --with-native-system-header-dir=$(TOOLS_DIR)/include \ From c0c6e19f6fa1c07b34b759ad1a6c255cc65eb6b5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:36 +0000 Subject: [PATCH 034/339] hyperscan: Enable release build and disable examples Signed-off-by: Michael Tremer --- lfs/hyperscan | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lfs/hyperscan b/lfs/hyperscan index f55e91606..ead1bc344 100644 --- a/lfs/hyperscan +++ b/lfs/hyperscan @@ -80,7 +80,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && cmake . \ -DCMAKE_INSTALL_PREFIX:PATH=/usr \ -DBUILD_SHARED_LIBS:BOOL=ON \ - -DBUILD_STATIC_AND_SHARED:BOOL=OFF + -DBUILD_STATIC_AND_SHARED:BOOL=OFF \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_EXAMPLES=OFF cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) From f35f213850a5218e2ecc4ec385f62889ac69e169 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:37 +0000 Subject: [PATCH 035/339] pciutils: Do not make headers executable Signed-off-by: Michael Tremer --- lfs/pciutils | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/pciutils b/lfs/pciutils index 995c3c0a4..2dcf9e868 100644 --- a/lfs/pciutils +++ b/lfs/pciutils @@ -80,11 +80,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Install headers. mkdir -pv /usr/include/pci - cd $(DIR_APP) && install -p lib/pci.h /usr/include/pci - cd $(DIR_APP) && install -p lib/header.h /usr/include/pci - cd $(DIR_APP) && install -p lib/config.h /usr/include/pci - cd $(DIR_APP) && install -p lib/types.h /usr/include/pci - cd $(DIR_APP) && install -p lib/libpci.pc /usr/lib/pkgconfig + cd $(DIR_APP) && install -m 644 lib/pci.h /usr/include/pci + cd $(DIR_APP) && install -m 644 lib/header.h /usr/include/pci + cd $(DIR_APP) && install -m 644 lib/config.h /usr/include/pci + cd $(DIR_APP) && install -m 644 lib/types.h /usr/include/pci + cd $(DIR_APP) && install -m 644 lib/libpci.pc /usr/lib/pkgconfig chmod -v 755 /usr/lib/libpci.so @rm -rf $(DIR_APP) @$(POSTBUILD) From 19054331c58c1d03379d62c07670488fbf0a179b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:38 +0000 Subject: [PATCH 036/339] make.sh: Refactor stripper This should *actually* exclude everything we want to exclude and *actually* strip everything to the maximum. Signed-off-by: Michael Tremer --- lfs/strip | 21 +++++---------- make.sh | 9 +++++-- src/stripper | 75 ++++++++++++++++++++++++++-------------------------- 3 files changed, 50 insertions(+), 55 deletions(-) diff --git a/lfs/strip b/lfs/strip index 48e698a7c..466dfd9d5 100644 --- a/lfs/strip +++ b/lfs/strip @@ -29,16 +29,6 @@ VER = ipfire THISAPP = strip TARGET = $(DIR_INFO)/$(THISAPP) -ifeq "$(TOOLCHAIN)" "1" - SHELL = /bin/bash - STRIP = /usr/bin/strip - ROOT = $(TOOLS_DIR) -else - SHELL = $(TOOLS_DIR)/bin/bash - STRIP = $(TOOLS_DIR)/bin/strip - ROOT = / -endif - ############################################################################### # Top-level Rules ############################################################################### @@ -56,18 +46,19 @@ md5 : ############################################################################### $(TARGET) : +ifeq "$(TOOLCHAIN)" "1" + # Strip everything in the toolchain + $(DIR_SRC)/src/stripper $(TOOLS_DIR) +else # Don't strip VDR binaries, because they use a weird plugin system # which does not work when unneeded symbols get stripped from # /usr/sbin/vdr. - STRIP=$(STRIP) $(SHELL) $(DIR_SRC)/src/stripper \ - $(ROOT) \ + $(DIR_SRC)/src/stripper / \ --exclude=$(TOOLS_DIR) \ - --exclude=/dev \ - --exclude=/proc \ - --exclude=/sys \ --exclude=/tmp \ --exclude=/usr/src \ --exclude=/usr/lib/vdr \ --exclude=/usr/sbin/vdr \ --exclude=/var/tmp \ --exclude=/usr/lib/go +endif diff --git a/make.sh b/make.sh index 7d15b99af..d33fdf2bc 100755 --- a/make.sh +++ b/make.sh @@ -556,6 +556,11 @@ enterchroot() { local PATH="${TOOLS_DIR}/ccache/bin:/bin:/usr/bin:/sbin:/usr/sbin:${TOOLS_DIR}/bin" + # Prepend any custom changes to PATH + if [ -n "${CUSTOM_PATH}" ]; then + PATH="${CUSTOM_PATH}:${PATH}" + fi + PATH="${PATH}" chroot ${LFS} env -i \ HOME="/root" \ TERM="${TERM}" \ @@ -695,7 +700,7 @@ lfsmake2() { local PS1='\u:\w$ ' enterchroot \ - ${EXTRA_PATH}bash -x -c "cd /usr/src/lfs && \ + bash -x -c "cd /usr/src/lfs && \ make -f $* \ LFS_BASEDIR=/usr/src install" \ >> ${LOGFILE} 2>&1 & @@ -1693,7 +1698,7 @@ buildinstaller() { lfsmake2 memtest lfsmake2 installer # use toolchain bash for chroot to strip - EXTRA_PATH=${TOOLS_DIR}/bin/ lfsmake2 strip + CUSTOM_PATH="${TOOLS_DIR}/bin" lfsmake2 strip } buildpackages() { diff --git a/src/stripper b/src/stripper index 6f449bb39..d1739b28c 100755 --- a/src/stripper +++ b/src/stripper @@ -1,49 +1,58 @@ #!/usr/bin/env bash -dirs="" -excludes="/dev /proc /sys /run" +paths=() +excludes=() while [ $# -gt 0 ]; do case "${1}" in --exclude=*) - excludes="${excludes} ${1#*=}" + excludes+=( "!" "-path" "${1#*=}/*" ) ;; *) - dirs="${dirs} ${1}" + paths+=( "${1}" ) ;; esac shift done function _strip() { - local file=${1} - local strip="${STRIP-strip}" + local file="${1}" + local args=() - local exclude l - for exclude in ${excludes}; do - l=${#exclude} - if [ "${file:0:${l}}" = "${exclude}" ]; then + # Fetch the filetype + local type="$(readelf -h "${file}" 2>/dev/null)" + + case "${type}" in + # Libraries and Relocatable binaries + *Type:*"DYN (Shared object file)"*) + args+=( "--strip-all" ) + ;; + + # Binaries + *Type:*"EXEC (Executable file)"*) + args+=( "--strip-all" ) + ;; + + # Static libraries + *Type:*"REL (Relocatable file)"*) + args+=( "--strip-debug" "--remove-section=.comment" "--remove-section=.note" ) + ;; + + # Skip any unrecognised files + *) return 0 - fi - done + ;; + esac # Fetch any capabilities local capabilities="$(getfattr --no-dereference --name="security.capability" \ --absolute-names --dump "${file}" 2>/dev/null)" - local cmd=( "${strip}" ) - - case "$(file -bi ${file})" in - application/x-archive*) - cmd+=( "--strip-debug" "--remove-section=.comment" "--remove-section=.note" ) - ;; - *) - cmd+=( "--strip-all" ) - ;; - esac - echo "Stripping ${file}..." - ${cmd[*]} ${file} + if ! strip "${args[@]}" "${file}"; then + return 1 + fi + # Restore capabilities if [ -n "${capabilities}" ]; then @@ -51,18 +60,8 @@ function _strip() { fi } -for dir in ${dirs}; do - # Strip shared objects. - find ${dir} -type f \( -perm -0100 -or -perm -0010 -or -perm -0001 \) \ - | file -N -f - | sed -n -e 's/^\(.*\):[ ]*.*ELF.*, not stripped.*/\1/p' | - while read file; do - _strip ${file} || exit $? - done || exit $? - - # Strip static archives. - find ${dir} -name \*.a -a -exec file {} \; \ - | grep 'current ar archive' | sed -n -e 's/^\(.*\):[ ]*current ar archive/\1/p' | - while read file; do - _strip ${file} || exit $? - done || exit $? +for path in ${paths[@]}; do + for file in $(find / -xdev "${excludes[@]}" -type f \( -perm -0100 -or -perm -0010 -or -perm -0001 \) 2>/dev/null); do + _strip "${file}" || exit $? + done done From 786ed505df442445281cb43f9a62b556cb76cf9b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:39 +0000 Subject: [PATCH 037/339] make.sh: Include /tools/sbin in search path Signed-off-by: Michael Tremer --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index d33fdf2bc..939c2e44d 100755 --- a/make.sh +++ b/make.sh @@ -554,7 +554,7 @@ enterchroot() { # Install QEMU helper, if needed qemu_install_helper - local PATH="${TOOLS_DIR}/ccache/bin:/bin:/usr/bin:/sbin:/usr/sbin:${TOOLS_DIR}/bin" + local PATH="${TOOLS_DIR}/ccache/bin:/bin:/usr/bin:/sbin:/usr/sbin:${TOOLS_DIR}/sbin:${TOOLS_DIR}/bin" # Prepend any custom changes to PATH if [ -n "${CUSTOM_PATH}" ]; then @@ -664,7 +664,7 @@ lfsmake1() { [ $? == 1 ] && return 0 cd $BASEDIR/lfs && env -i \ - PATH="${TOOLS_DIR}/ccache/bin:${TOOLS_DIR}/bin:$PATH" \ + PATH="${TOOLS_DIR}/ccache/bin:${TOOLS_DIR}/sbin:${TOOLS_DIR}/bin:${PATH}" \ CCACHE_DIR="${CCACHE_DIR}"/${BUILD_ARCH}/${TOOLCHAINVER} \ CCACHE_TEMPDIR="${CCACHE_TEMPDIR}" \ CCACHE_COMPILERCHECK="${CCACHE_COMPILERCHECK}" \ From a63f91a65aedc4bce0531f145600654108876334 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:40 +0000 Subject: [PATCH 038/339] expect: Update automake to fix build on aarch64 Signed-off-by: Michael Tremer --- lfs/expect | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/expect b/lfs/expect index ac4752be9..c5b8bee10 100644 --- a/lfs/expect +++ b/lfs/expect @@ -70,6 +70,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) $(DIR_SRC)/tcl* && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure \ --prefix=$(TOOLS_DIR) \ --build=$(BUILDTARGET) \ From e7f76a9bf2f08fdd95cb97dc3b5a35c51b2d1637 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:41 +0000 Subject: [PATCH 039/339] make.sh: Bump toolchain date Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 939c2e44d..5fb787d43 100755 --- a/make.sh +++ b/make.sh @@ -38,7 +38,7 @@ GIT_BRANCH="$(git rev-parse --abbrev-ref HEAD)" # Git Branch GIT_TAG="$(git tag | tail -1)" # Git Tag GIT_LASTCOMMIT="$(git rev-parse --verify HEAD)" # Last commit -TOOLCHAINVER=20210805 +TOOLCHAINVER=20220128 # use multicore and max compression ZSTD_OPT="-T0 --ultra -22" From 52e947f7f2c459baecfe9e8a713ac136bab3f985 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:42 +0000 Subject: [PATCH 040/339] stripper: Actually use the path we want Signed-off-by: Michael Tremer --- src/stripper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stripper b/src/stripper index d1739b28c..8689b34de 100755 --- a/src/stripper +++ b/src/stripper @@ -61,7 +61,7 @@ function _strip() { } for path in ${paths[@]}; do - for file in $(find / -xdev "${excludes[@]}" -type f \( -perm -0100 -or -perm -0010 -or -perm -0001 \) 2>/dev/null); do + for file in $(find "${path}" -xdev "${excludes[@]}" -type f \( -perm -0100 -or -perm -0010 -or -perm -0001 \) 2>/dev/null); do _strip "${file}" || exit $? done done From 0ce11c680d8052cf3eede09dcde3e3a67d52905a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:43 +0000 Subject: [PATCH 041/339] make.sh: Add CUSTOM_PATH option to lfsmake1 This is required so that we use the host's tools to perform the stripping. Signed-off-by: Michael Tremer --- make.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index 5fb787d43..447fa4651 100755 --- a/make.sh +++ b/make.sh @@ -663,8 +663,12 @@ lfsmake1() { lfsmakecommoncheck $* [ $? == 1 ] && return 0 + if [ -n "${CUSTOM_PATH}" ]; then + local PATH="${CUSTOM_PATH}:${PATH}" + fi + cd $BASEDIR/lfs && env -i \ - PATH="${TOOLS_DIR}/ccache/bin:${TOOLS_DIR}/sbin:${TOOLS_DIR}/bin:${PATH}" \ + PATH="${PATH}" \ CCACHE_DIR="${CCACHE_DIR}"/${BUILD_ARCH}/${TOOLCHAINVER} \ CCACHE_TEMPDIR="${CCACHE_TEMPDIR}" \ CCACHE_COMPILERCHECK="${CCACHE_COMPILERCHECK}" \ @@ -1062,7 +1066,7 @@ buildtoolchain() { lfsmake1 bison lfsmake1 flex lfsmake1 fake-environ - lfsmake1 strip + CUSTOM_PATH="${PATH}" lfsmake1 strip lfsmake1 cleanup-toolchain } From 1c74bc461dc4bd14b16d492c5e25a0bb272b9eb9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:44 +0000 Subject: [PATCH 042/339] make.sh: Set correct PATH in stage1 We did not use any of the tools that we were building which made the build fail when cross-building on a different architecture. Signed-off-by: Michael Tremer --- make.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 447fa4651..1afc8177e 100755 --- a/make.sh +++ b/make.sh @@ -663,8 +663,11 @@ lfsmake1() { lfsmakecommoncheck $* [ $? == 1 ] && return 0 + # Set PATH to use the toolchain tools first and then whatever the host has set + local PATH="${TOOLS_DIR}/ccache/bin:${TOOLS_DIR}/sbin:${TOOLS_DIR}/bin:${PATH}" + if [ -n "${CUSTOM_PATH}" ]; then - local PATH="${CUSTOM_PATH}:${PATH}" + PATH="${CUSTOM_PATH}:${PATH}" fi cd $BASEDIR/lfs && env -i \ From bbedf54c526d561b5a14fa0e4b152a0433346e3b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:45 +0000 Subject: [PATCH 043/339] Config: Globally permit using 32 bit time_t This is required because some packages do not recommend building with time_t when it is 32 bit (Y2038 problem). Signed-off-by: Michael Tremer --- lfs/Config | 5 +++++ lfs/coreutils | 5 ----- lfs/gzip | 5 ----- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/lfs/Config b/lfs/Config index 3e4de3b3f..1209c1603 100644 --- a/lfs/Config +++ b/lfs/Config @@ -84,6 +84,11 @@ else PREFIX = /usr endif +# Permit building with 32 bit time_t on 32 bit architectures +ifeq "$(IS_32BIT)" "1" + export TIME_T_32_BIT_OK = yes +endif + TAR_OPTIONS = \ --format=pax \ --acls \ diff --git a/lfs/coreutils b/lfs/coreutils index b64ac7a06..d272fd06a 100644 --- a/lfs/coreutils +++ b/lfs/coreutils @@ -50,11 +50,6 @@ CONFIGURE_OPTIONS += \ CFLAGS += -fno-strict-aliasing -# Build with 32 bit time_t on 32 bit architectures -ifeq "$(IS_32BIT)" "1" - export TIME_T_32_BIT_OK=yes -endif - ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/gzip b/lfs/gzip index 4f8925cd2..4f0853de0 100644 --- a/lfs/gzip +++ b/lfs/gzip @@ -41,11 +41,6 @@ else EXTRA_CONFIG = --prefix=$(TOOLS_DIR) endif -# Build with 32 bit time_t on 32 bit architectures -ifeq "$(IS_32BIT)" "1" - export TIME_T_32_BIT_OK=yes -endif - ############################################################################### # Top-level Rules ############################################################################### From f84c2cda03d2ef3d4d4c835e3876bfd09bd294d9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:46 +0000 Subject: [PATCH 044/339] strip: Dereference path if it is a symlink Signed-off-by: Michael Tremer --- src/stripper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stripper b/src/stripper index 8689b34de..fa624815b 100755 --- a/src/stripper +++ b/src/stripper @@ -61,7 +61,7 @@ function _strip() { } for path in ${paths[@]}; do - for file in $(find "${path}" -xdev "${excludes[@]}" -type f \( -perm -0100 -or -perm -0010 -or -perm -0001 \) 2>/dev/null); do + for file in $(find -H "${path}" -xdev "${excludes[@]}" -type f \( -perm -0100 -or -perm -0010 -or -perm -0001 \) 2>/dev/null); do _strip "${file}" || exit $? done done From fd34a1c888e04c499ce7e08bfb03d1d498d284db Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:47 +0000 Subject: [PATCH 045/339] glibc: Update to 2.35 Signed-off-by: Michael Tremer --- config/rootfiles/common/aarch64/glibc | 27 +++++++++++++++++++++-- config/rootfiles/common/armv6l/glibc | 25 +++++++++++++++++++-- config/rootfiles/common/x86_64/glibc | 31 ++++++++++++++++++++++----- lfs/glibc | 8 +++---- 4 files changed, 77 insertions(+), 14 deletions(-) diff --git a/config/rootfiles/common/aarch64/glibc b/config/rootfiles/common/aarch64/glibc index 634f1686e..f98c94aab 100644 --- a/config/rootfiles/common/aarch64/glibc +++ b/config/rootfiles/common/aarch64/glibc @@ -2,7 +2,6 @@ etc/rpc lib/ld-linux-aarch64.so.1 lib/libBrokenLocale.so.1 -#lib/libSegFault.so lib/libanl.so.1 lib/libc.so.6 #lib/libc_malloc_debug.so.0 @@ -23,11 +22,11 @@ lib/libthread_db.so.1 lib/libutil.so.1 sbin/ldconfig #sbin/sln -#usr/bin/catchsegv #usr/bin/gencat usr/bin/getconf usr/bin/getent #usr/bin/iconv +usr/bin/ld.so usr/bin/ldd usr/bin/locale #usr/bin/localedef @@ -58,12 +57,14 @@ usr/bin/locale #usr/include/bits #usr/include/bits/a.out.h #usr/include/bits/argp-ldbl.h +#usr/include/bits/atomic_wide_counter.h #usr/include/bits/byteswap.h #usr/include/bits/cmathcalls.h #usr/include/bits/confname.h #usr/include/bits/cpu-set.h #usr/include/bits/dirent.h #usr/include/bits/dirent_ext.h +#usr/include/bits/dl_find_object.h #usr/include/bits/dlfcn.h #usr/include/bits/elfclass.h #usr/include/bits/endian.h @@ -101,6 +102,7 @@ usr/bin/locale #usr/include/bits/libc-header-start.h #usr/include/bits/libm-simd-decl-stubs.h #usr/include/bits/link.h +#usr/include/bits/link_lavcurrent.h #usr/include/bits/local_lim.h #usr/include/bits/locale.h #usr/include/bits/long-double.h @@ -135,6 +137,7 @@ usr/bin/locale #usr/include/bits/pthreadtypes.h #usr/include/bits/ptrace-shared.h #usr/include/bits/resource.h +#usr/include/bits/rseq.h #usr/include/bits/sched.h #usr/include/bits/select.h #usr/include/bits/select2.h @@ -453,6 +456,7 @@ usr/bin/locale #usr/include/sys/raw.h #usr/include/sys/reboot.h #usr/include/sys/resource.h +#usr/include/sys/rseq.h #usr/include/sys/select.h #usr/include/sys/sem.h #usr/include/sys/sendfile.h @@ -784,6 +788,7 @@ usr/lib/gconv #usr/lib/glibc/getconf/POSIX_V6_LP64_OFF64 #usr/lib/glibc/getconf/POSIX_V7_LP64_OFF64 #usr/lib/glibc/getconf/XBS5_LP64_OFF64 +#usr/lib/grcrt1.o #usr/lib/libBrokenLocale.a #usr/lib/libBrokenLocale.so #usr/lib/libanl.a @@ -807,6 +812,20 @@ usr/lib/gconv #usr/lib/libthread_db.so #usr/lib/libutil.a usr/lib/locale +#usr/lib/locale/C.utf8 +#usr/lib/locale/C.utf8/LC_ADDRESS +#usr/lib/locale/C.utf8/LC_COLLATE +#usr/lib/locale/C.utf8/LC_CTYPE +#usr/lib/locale/C.utf8/LC_IDENTIFICATION +#usr/lib/locale/C.utf8/LC_MEASUREMENT +#usr/lib/locale/C.utf8/LC_MESSAGES +#usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES +#usr/lib/locale/C.utf8/LC_MONETARY +#usr/lib/locale/C.utf8/LC_NAME +#usr/lib/locale/C.utf8/LC_NUMERIC +#usr/lib/locale/C.utf8/LC_PAPER +#usr/lib/locale/C.utf8/LC_TELEPHONE +#usr/lib/locale/C.utf8/LC_TIME #usr/lib/locale/aa_DJ #usr/lib/locale/aa_DJ.utf8 #usr/lib/locale/aa_DJ.utf8/LC_ADDRESS @@ -7639,6 +7658,7 @@ usr/lib/locale #usr/lib/locale/zu_ZA/LC_PAPER #usr/lib/locale/zu_ZA/LC_TELEPHONE #usr/lib/locale/zu_ZA/LC_TIME +#usr/lib/rcrt1.o #usr/sbin/iconvconfig #usr/sbin/nscd #usr/sbin/zic @@ -7878,11 +7898,13 @@ usr/lib/locale #usr/share/i18n/charmaps/VISCII.gz #usr/share/i18n/charmaps/WINDOWS-31J.gz #usr/share/i18n/locales +#usr/share/i18n/locales/C #usr/share/i18n/locales/POSIX #usr/share/i18n/locales/aa_DJ #usr/share/i18n/locales/aa_ER #usr/share/i18n/locales/aa_ER@saaho #usr/share/i18n/locales/aa_ET +#usr/share/i18n/locales/ab_GE #usr/share/i18n/locales/af_ZA #usr/share/i18n/locales/agr_PE #usr/share/i18n/locales/ak_GH @@ -8244,6 +8266,7 @@ usr/lib/locale #usr/share/info/libc.info-15 #usr/share/info/libc.info-16 #usr/share/info/libc.info-17 +#usr/share/info/libc.info-18 #usr/share/info/libc.info-2 #usr/share/info/libc.info-3 #usr/share/info/libc.info-4 diff --git a/config/rootfiles/common/armv6l/glibc b/config/rootfiles/common/armv6l/glibc index 3348bc098..d6be0f39a 100644 --- a/config/rootfiles/common/armv6l/glibc +++ b/config/rootfiles/common/armv6l/glibc @@ -2,7 +2,6 @@ etc/rpc lib/ld-linux.so.3 lib/libBrokenLocale.so.1 -#lib/libSegFault.so lib/libanl.so.1 lib/libc.so.6 #lib/libc_malloc_debug.so.0 @@ -23,11 +22,11 @@ lib/libthread_db.so.1 lib/libutil.so.1 sbin/ldconfig #sbin/sln -#usr/bin/catchsegv #usr/bin/gencat usr/bin/getconf usr/bin/getent #usr/bin/iconv +usr/bin/ld.so usr/bin/ldd usr/bin/locale #usr/bin/localedef @@ -58,12 +57,14 @@ usr/bin/locale #usr/include/bits #usr/include/bits/a.out.h #usr/include/bits/argp-ldbl.h +#usr/include/bits/atomic_wide_counter.h #usr/include/bits/byteswap.h #usr/include/bits/cmathcalls.h #usr/include/bits/confname.h #usr/include/bits/cpu-set.h #usr/include/bits/dirent.h #usr/include/bits/dirent_ext.h +#usr/include/bits/dl_find_object.h #usr/include/bits/dlfcn.h #usr/include/bits/elfclass.h #usr/include/bits/endian.h @@ -101,6 +102,7 @@ usr/bin/locale #usr/include/bits/libc-header-start.h #usr/include/bits/libm-simd-decl-stubs.h #usr/include/bits/link.h +#usr/include/bits/link_lavcurrent.h #usr/include/bits/local_lim.h #usr/include/bits/locale.h #usr/include/bits/long-double.h @@ -135,6 +137,7 @@ usr/bin/locale #usr/include/bits/pthreadtypes.h #usr/include/bits/ptrace-shared.h #usr/include/bits/resource.h +#usr/include/bits/rseq.h #usr/include/bits/sched.h #usr/include/bits/select.h #usr/include/bits/select2.h @@ -452,6 +455,7 @@ usr/bin/locale #usr/include/sys/raw.h #usr/include/sys/reboot.h #usr/include/sys/resource.h +#usr/include/sys/rseq.h #usr/include/sys/select.h #usr/include/sys/sem.h #usr/include/sys/sendfile.h @@ -809,6 +813,20 @@ usr/lib/gconv #usr/lib/libthread_db.so #usr/lib/libutil.a usr/lib/locale +#usr/lib/locale/C.utf8 +#usr/lib/locale/C.utf8/LC_ADDRESS +#usr/lib/locale/C.utf8/LC_COLLATE +#usr/lib/locale/C.utf8/LC_CTYPE +#usr/lib/locale/C.utf8/LC_IDENTIFICATION +#usr/lib/locale/C.utf8/LC_MEASUREMENT +#usr/lib/locale/C.utf8/LC_MESSAGES +#usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES +#usr/lib/locale/C.utf8/LC_MONETARY +#usr/lib/locale/C.utf8/LC_NAME +#usr/lib/locale/C.utf8/LC_NUMERIC +#usr/lib/locale/C.utf8/LC_PAPER +#usr/lib/locale/C.utf8/LC_TELEPHONE +#usr/lib/locale/C.utf8/LC_TIME #usr/lib/locale/aa_DJ #usr/lib/locale/aa_DJ.utf8 #usr/lib/locale/aa_DJ.utf8/LC_ADDRESS @@ -7880,11 +7898,13 @@ usr/lib/locale #usr/share/i18n/charmaps/VISCII.gz #usr/share/i18n/charmaps/WINDOWS-31J.gz #usr/share/i18n/locales +#usr/share/i18n/locales/C #usr/share/i18n/locales/POSIX #usr/share/i18n/locales/aa_DJ #usr/share/i18n/locales/aa_ER #usr/share/i18n/locales/aa_ER@saaho #usr/share/i18n/locales/aa_ET +#usr/share/i18n/locales/ab_GE #usr/share/i18n/locales/af_ZA #usr/share/i18n/locales/agr_PE #usr/share/i18n/locales/ak_GH @@ -8246,6 +8266,7 @@ usr/lib/locale #usr/share/info/libc.info-15 #usr/share/info/libc.info-16 #usr/share/info/libc.info-17 +#usr/share/info/libc.info-18 #usr/share/info/libc.info-2 #usr/share/info/libc.info-3 #usr/share/info/libc.info-4 diff --git a/config/rootfiles/common/x86_64/glibc b/config/rootfiles/common/x86_64/glibc index 40bd175f4..5014f8a88 100644 --- a/config/rootfiles/common/x86_64/glibc +++ b/config/rootfiles/common/x86_64/glibc @@ -2,7 +2,6 @@ etc/rpc lib/ld-linux-x86-64.so.2 lib/libBrokenLocale.so.1 -#lib/libSegFault.so lib/libanl.so.1 lib/libc.so.6 #lib/libc_malloc_debug.so.0 @@ -24,11 +23,11 @@ lib/libthread_db.so.1 lib/libutil.so.1 sbin/ldconfig #sbin/sln -#usr/bin/catchsegv #usr/bin/gencat usr/bin/getconf usr/bin/getent #usr/bin/iconv +usr/bin/ld.so usr/bin/ldd usr/bin/locale #usr/bin/localedef @@ -59,12 +58,14 @@ usr/bin/locale #usr/include/bits #usr/include/bits/a.out.h #usr/include/bits/argp-ldbl.h +#usr/include/bits/atomic_wide_counter.h #usr/include/bits/byteswap.h #usr/include/bits/cmathcalls.h #usr/include/bits/confname.h #usr/include/bits/cpu-set.h #usr/include/bits/dirent.h #usr/include/bits/dirent_ext.h +#usr/include/bits/dl_find_object.h #usr/include/bits/dlfcn.h #usr/include/bits/elfclass.h #usr/include/bits/endian.h @@ -102,6 +103,7 @@ usr/bin/locale #usr/include/bits/libc-header-start.h #usr/include/bits/libm-simd-decl-stubs.h #usr/include/bits/link.h +#usr/include/bits/link_lavcurrent.h #usr/include/bits/local_lim.h #usr/include/bits/locale.h #usr/include/bits/long-double.h @@ -138,6 +140,7 @@ usr/bin/locale #usr/include/bits/pthreadtypes.h #usr/include/bits/ptrace-shared.h #usr/include/bits/resource.h +#usr/include/bits/rseq.h #usr/include/bits/sched.h #usr/include/bits/select.h #usr/include/bits/select2.h @@ -461,6 +464,7 @@ usr/bin/locale #usr/include/sys/reboot.h #usr/include/sys/reg.h #usr/include/sys/resource.h +#usr/include/sys/rseq.h #usr/include/sys/select.h #usr/include/sys/sem.h #usr/include/sys/sendfile.h @@ -793,6 +797,7 @@ usr/lib/gconv #usr/lib/glibc/getconf/POSIX_V6_LP64_OFF64 #usr/lib/glibc/getconf/POSIX_V7_LP64_OFF64 #usr/lib/glibc/getconf/XBS5_LP64_OFF64 +#usr/lib/grcrt1.o #usr/lib/libBrokenLocale.a #usr/lib/libBrokenLocale.so #usr/lib/libanl.a @@ -803,7 +808,7 @@ usr/lib/gconv #usr/lib/libc_nonshared.a #usr/lib/libdl.a #usr/lib/libg.a -#usr/lib/libm-2.34.a +#usr/lib/libm-2.35.a #usr/lib/libm.a #usr/lib/libm.so #usr/lib/libmcheck.a @@ -819,6 +824,20 @@ usr/lib/gconv #usr/lib/libthread_db.so #usr/lib/libutil.a usr/lib/locale +#usr/lib/locale/C.utf8 +#usr/lib/locale/C.utf8/LC_ADDRESS +#usr/lib/locale/C.utf8/LC_COLLATE +#usr/lib/locale/C.utf8/LC_CTYPE +#usr/lib/locale/C.utf8/LC_IDENTIFICATION +#usr/lib/locale/C.utf8/LC_MEASUREMENT +#usr/lib/locale/C.utf8/LC_MESSAGES +#usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES +#usr/lib/locale/C.utf8/LC_MONETARY +#usr/lib/locale/C.utf8/LC_NAME +#usr/lib/locale/C.utf8/LC_NUMERIC +#usr/lib/locale/C.utf8/LC_PAPER +#usr/lib/locale/C.utf8/LC_TELEPHONE +#usr/lib/locale/C.utf8/LC_TIME #usr/lib/locale/aa_DJ #usr/lib/locale/aa_DJ.utf8 #usr/lib/locale/aa_DJ.utf8/LC_ADDRESS @@ -7651,6 +7670,7 @@ usr/lib/locale #usr/lib/locale/zu_ZA/LC_PAPER #usr/lib/locale/zu_ZA/LC_TELEPHONE #usr/lib/locale/zu_ZA/LC_TIME +#usr/lib/rcrt1.o #usr/sbin/iconvconfig #usr/sbin/nscd #usr/sbin/zic @@ -7890,11 +7910,13 @@ usr/lib/locale #usr/share/i18n/charmaps/VISCII.gz #usr/share/i18n/charmaps/WINDOWS-31J.gz #usr/share/i18n/locales +#usr/share/i18n/locales/C #usr/share/i18n/locales/POSIX #usr/share/i18n/locales/aa_DJ #usr/share/i18n/locales/aa_ER #usr/share/i18n/locales/aa_ER@saaho #usr/share/i18n/locales/aa_ET +#usr/share/i18n/locales/ab_GE #usr/share/i18n/locales/af_ZA #usr/share/i18n/locales/agr_PE #usr/share/i18n/locales/ak_GH @@ -8256,6 +8278,7 @@ usr/lib/locale #usr/share/info/libc.info-15 #usr/share/info/libc.info-16 #usr/share/info/libc.info-17 +#usr/share/info/libc.info-18 #usr/share/info/libc.info-2 #usr/share/info/libc.info-3 #usr/share/info/libc.info-4 @@ -8376,7 +8399,5 @@ usr/lib/locale #usr/share/locale/zh_TW #usr/share/locale/zh_TW/LC_MESSAGES #usr/share/locale/zh_TW/LC_MESSAGES/libc.mo -#var/cache/ldconfig -#var/cache/ldconfig/aux-cache #var/db #var/db/Makefile diff --git a/lfs/glibc b/lfs/glibc index 685e56e97..3a61613eb 100644 --- a/lfs/glibc +++ b/lfs/glibc @@ -24,7 +24,7 @@ include Config -VER = 2.34 +VER = 2.35 THISAPP = glibc-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -46,9 +46,7 @@ else --host=$(CROSSTARGET) \ --build=$(BUILDTARGET) \ --prefix=$(TOOLS_DIR) \ - --with-headers=$(TOOLS_DIR)/include \ - libc_cv_forced_unwind=yes \ - libc_cv_c_cleanup=yes + --with-headers=$(TOOLS_DIR)/include endif ifeq "$(BUILD_ARCH)" "aarch64" @@ -81,7 +79,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 31998b53fb39cb946e96abc310af1c89 +$(DL_FILE)_MD5 = dd571c67d85d89d7f60b854a4e207423 install : $(TARGET) From bc79755735e1a7a7f077eed4003374fafa90d552 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Feb 2022 16:47:48 +0000 Subject: [PATCH 046/339] make.sh: Bump toolchain version Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 1afc8177e..702190a62 100755 --- a/make.sh +++ b/make.sh @@ -38,7 +38,7 @@ GIT_BRANCH="$(git rev-parse --abbrev-ref HEAD)" # Git Branch GIT_TAG="$(git tag | tail -1)" # Git Tag GIT_LASTCOMMIT="$(git rev-parse --verify HEAD)" # Last commit -TOOLCHAINVER=20220128 +TOOLCHAINVER=20220203 # use multicore and max compression ZSTD_OPT="-T0 --ultra -22" From 7af7b67a81fd25b02b7ba73306bac72fba35b1a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sat, 5 Feb 2022 12:19:58 +0000 Subject: [PATCH 047/339] Core Update 165: Ship toolchain changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/aarch64/binutils | 1 + config/rootfiles/core/165/filelists/aarch64/gcc | 1 + config/rootfiles/core/165/filelists/aarch64/glibc | 1 + config/rootfiles/core/165/filelists/armv6l/binutils | 1 + config/rootfiles/core/165/filelists/armv6l/gcc | 1 + config/rootfiles/core/165/filelists/armv6l/glibc | 1 + config/rootfiles/core/165/filelists/files | 2 ++ config/rootfiles/core/165/filelists/x86_64/binutils | 1 + config/rootfiles/core/165/filelists/x86_64/gcc | 1 + config/rootfiles/core/165/filelists/x86_64/glibc | 1 + config/rootfiles/core/165/update.sh | 1 + 11 files changed, 12 insertions(+) create mode 120000 config/rootfiles/core/165/filelists/aarch64/binutils create mode 120000 config/rootfiles/core/165/filelists/aarch64/gcc create mode 120000 config/rootfiles/core/165/filelists/aarch64/glibc create mode 120000 config/rootfiles/core/165/filelists/armv6l/binutils create mode 120000 config/rootfiles/core/165/filelists/armv6l/gcc create mode 120000 config/rootfiles/core/165/filelists/armv6l/glibc create mode 120000 config/rootfiles/core/165/filelists/x86_64/binutils create mode 120000 config/rootfiles/core/165/filelists/x86_64/gcc create mode 120000 config/rootfiles/core/165/filelists/x86_64/glibc diff --git a/config/rootfiles/core/165/filelists/aarch64/binutils b/config/rootfiles/core/165/filelists/aarch64/binutils new file mode 120000 index 000000000..6da9d39e5 --- /dev/null +++ b/config/rootfiles/core/165/filelists/aarch64/binutils @@ -0,0 +1 @@ +../../../../common/aarch64/binutils \ No newline at end of file diff --git a/config/rootfiles/core/165/filelists/aarch64/gcc b/config/rootfiles/core/165/filelists/aarch64/gcc new file mode 120000 index 000000000..97678cc16 --- /dev/null +++ b/config/rootfiles/core/165/filelists/aarch64/gcc @@ -0,0 +1 @@ +../../../../common/aarch64/gcc \ No newline at end of file diff --git a/config/rootfiles/core/165/filelists/aarch64/glibc b/config/rootfiles/core/165/filelists/aarch64/glibc new file mode 120000 index 000000000..d13849ff9 --- /dev/null +++ b/config/rootfiles/core/165/filelists/aarch64/glibc @@ -0,0 +1 @@ +../../../../common/aarch64/glibc \ No newline at end of file diff --git a/config/rootfiles/core/165/filelists/armv6l/binutils b/config/rootfiles/core/165/filelists/armv6l/binutils new file mode 120000 index 000000000..e4a14720a --- /dev/null +++ b/config/rootfiles/core/165/filelists/armv6l/binutils @@ -0,0 +1 @@ +../../../../common/armv6l/binutils \ No newline at end of file diff --git a/config/rootfiles/core/165/filelists/armv6l/gcc b/config/rootfiles/core/165/filelists/armv6l/gcc new file mode 120000 index 000000000..b8351ade3 --- /dev/null +++ b/config/rootfiles/core/165/filelists/armv6l/gcc @@ -0,0 +1 @@ +../../../../common/armv6l/gcc \ No newline at end of file diff --git a/config/rootfiles/core/165/filelists/armv6l/glibc b/config/rootfiles/core/165/filelists/armv6l/glibc new file mode 120000 index 000000000..262a394f3 --- /dev/null +++ b/config/rootfiles/core/165/filelists/armv6l/glibc @@ -0,0 +1 @@ +../../../../common/armv6l/glibc \ No newline at end of file diff --git a/config/rootfiles/core/165/filelists/files b/config/rootfiles/core/165/filelists/files index 5b2a45223..4bd33fcb6 100644 --- a/config/rootfiles/core/165/filelists/files +++ b/config/rootfiles/core/165/filelists/files @@ -1,2 +1,4 @@ +opt/pakfire/etc/pakfire.conf srv/web/ipfire/html/themes/ipfire/include/css/style.css +usr/sbin/setup var/ipfire/main/manualpages diff --git a/config/rootfiles/core/165/filelists/x86_64/binutils b/config/rootfiles/core/165/filelists/x86_64/binutils new file mode 120000 index 000000000..7d0fda554 --- /dev/null +++ b/config/rootfiles/core/165/filelists/x86_64/binutils @@ -0,0 +1 @@ +../../../../common/x86_64/binutils \ No newline at end of file diff --git a/config/rootfiles/core/165/filelists/x86_64/gcc b/config/rootfiles/core/165/filelists/x86_64/gcc new file mode 120000 index 000000000..d1616d377 --- /dev/null +++ b/config/rootfiles/core/165/filelists/x86_64/gcc @@ -0,0 +1 @@ +../../../../common/x86_64/gcc \ No newline at end of file diff --git a/config/rootfiles/core/165/filelists/x86_64/glibc b/config/rootfiles/core/165/filelists/x86_64/glibc new file mode 120000 index 000000000..111909966 --- /dev/null +++ b/config/rootfiles/core/165/filelists/x86_64/glibc @@ -0,0 +1 @@ +../../../../common/x86_64/glibc \ No newline at end of file diff --git a/config/rootfiles/core/165/update.sh b/config/rootfiles/core/165/update.sh index 57c660fca..ef7ba52f6 100644 --- a/config/rootfiles/core/165/update.sh +++ b/config/rootfiles/core/165/update.sh @@ -68,6 +68,7 @@ ldconfig /usr/local/bin/filesystem-cleanup # Start services +telinit u # This update needs a reboot... touch /var/run/need_reboot From 949efe91ae9683185fb8512e32974e7af82bdc16 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Sat, 5 Feb 2022 13:01:10 +0100 Subject: [PATCH 048/339] libcap: Update to version 2.63 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 2.61 to 2.63 - Update of rootfile - Changelog Release notes for 2.63 Restore errno to zero by the time main() is executed Bug reported by Yang Xu Consistent psx handling (a panic) for syscalls that return thread dependent status Inconsistend behavior noticed by Lorenz Bauer (Bug: 215283) Add a test case for a deadlock under investigation in golang #50113 Bug reported by Weixiao Huang Trim some of the #include file use to make the tree compile more efficiently Release notes for 2.62 Bug fix for Go package "cap" and launching: There was a race condition, reported by Lorenz Bauer (Bug: 215283) Build cleanups: David Seifert cleaned up warnings for 32-bit builds No longer use Perl in the libcap build process (Gentoo had a compelling reason to avoid this dependency) Documentation updates: cap_max_bits has a man page entry; Go module cap updates for Launch detail. Recognize default securebits as a libcap mode: HYBRID. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/libcap | 6 ++++-- lfs/libcap | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/libcap b/config/rootfiles/common/libcap index c33222c49..0c57c9120 100644 --- a/config/rootfiles/common/libcap +++ b/config/rootfiles/common/libcap @@ -1,10 +1,10 @@ #lib/libcap.a lib/libcap.so.2 -lib/libcap.so.2.61 +lib/libcap.so.2.63 #lib/libpsx.a #lib/libpsx.so #lib/libpsx.so.2 -#lib/libpsx.so.2.61 +#lib/libpsx.so.2.63 #lib/pkgconfig/libcap.pc #lib/pkgconfig/libpsx.pc lib/security/pam_cap.so @@ -57,6 +57,7 @@ usr/lib/libcap.so #usr/share/man/man3/cap_launcher_set_mode.3 #usr/share/man/man3/cap_launcher_setgroups.3 #usr/share/man/man3/cap_launcher_setuid.3 +#usr/share/man/man3/cap_max_bits.3 #usr/share/man/man3/cap_mode.3 #usr/share/man/man3/cap_mode_name.3 #usr/share/man/man3/cap_new_launcher.3 @@ -75,6 +76,7 @@ usr/lib/libcap.so #usr/share/man/man3/capsetp.3 #usr/share/man/man3/libcap.3 #usr/share/man/man3/libpsx.3 +#usr/share/man/man3/psx_set_sensitivity.3 #usr/share/man/man3/psx_syscall.3 #usr/share/man/man3/psx_syscall3.3 #usr/share/man/man3/psx_syscall6.3 diff --git a/lfs/libcap b/lfs/libcap index 387d43e38..63467062f 100644 --- a/lfs/libcap +++ b/lfs/libcap @@ -24,7 +24,7 @@ include Config -VER = 2.61 +VER = 2.63 THISAPP = libcap-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3bf105e47a8671035a0ce0812185c5e4 +$(DL_FILE)_MD5 = 18410cec436f827e698ee9ea16ada9b7 install : $(TARGET) From 0b423288e1011281be1fda66d28f6bb515b40e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 6 Feb 2022 10:49:23 +0000 Subject: [PATCH 049/339] Core Update 165: Ship libcap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/libcap | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/165/filelists/libcap diff --git a/config/rootfiles/core/165/filelists/libcap b/config/rootfiles/core/165/filelists/libcap new file mode 120000 index 000000000..ed67d950a --- /dev/null +++ b/config/rootfiles/core/165/filelists/libcap @@ -0,0 +1 @@ +../../../common/libcap \ No newline at end of file From d699173d0b96168173a5771ed0265a67d882e582 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Sat, 5 Feb 2022 13:01:30 +0100 Subject: [PATCH 050/339] libgpg-error: Update to version 1.44 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 1.43 to 1.44 - Update of rootfile - Changelog Noteworthy changes in version 1.44 (More details can be found in the ChangeLog file in the source tarball which lists each commit) * Fix dependency to gpg-error-config-test.sh. [T5696] * Run the posix locking test only on supported platforms. [T5699] * Detect Linux systems using musl. [T5762] * Fix gpg-error-config-test for PKG_CONFIG_LIBDIR. [T5740] * Fix returning of option attributes for options with args. [T5799] * Add Turkish translations. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/libgpg-error | 3 ++- lfs/libgpg-error | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/libgpg-error b/config/rootfiles/common/libgpg-error index 579be02fa..1587242d7 100644 --- a/config/rootfiles/common/libgpg-error +++ b/config/rootfiles/common/libgpg-error @@ -7,7 +7,7 @@ usr/bin/gpg-error #usr/lib/libgpg-error.la #usr/lib/libgpg-error.so usr/lib/libgpg-error.so.0 -usr/lib/libgpg-error.so.0.32.1 +usr/lib/libgpg-error.so.0.32.2 #usr/lib/pkgconfig/gpg-error.pc #usr/share/aclocal/gpg-error.m4 #usr/share/aclocal/gpgrt.m4 @@ -37,6 +37,7 @@ usr/lib/libgpg-error.so.0.32.1 #usr/share/locale/ru/LC_MESSAGES/libgpg-error.mo #usr/share/locale/sr/LC_MESSAGES/libgpg-error.mo #usr/share/locale/sv/LC_MESSAGES/libgpg-error.mo +#usr/share/locale/tr/LC_MESSAGES/libgpg-error.mo #usr/share/locale/uk/LC_MESSAGES/libgpg-error.mo #usr/share/locale/vi/LC_MESSAGES/libgpg-error.mo #usr/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo diff --git a/lfs/libgpg-error b/lfs/libgpg-error index 852f2e6f8..57786c7d4 100644 --- a/lfs/libgpg-error +++ b/lfs/libgpg-error @@ -24,7 +24,7 @@ include Config -VER = 1.43 +VER = 1.44 THISAPP = libgpg-error-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f1e09cfa536a6e6a264dbf2ccdc2e534 +$(DL_FILE)_MD5 = 3956969812cd4fbd133b79c5b5a2e7f7 install : $(TARGET) From 315fd0af9df1643b8471cedcdb6cc9c4d7c580d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 6 Feb 2022 10:50:08 +0000 Subject: [PATCH 051/339] Core Update 165: Ship libgpg-error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/libgpg-error | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/165/filelists/libgpg-error diff --git a/config/rootfiles/core/165/filelists/libgpg-error b/config/rootfiles/core/165/filelists/libgpg-error new file mode 120000 index 000000000..cad431339 --- /dev/null +++ b/config/rootfiles/core/165/filelists/libgpg-error @@ -0,0 +1 @@ +../../../common/libgpg-error \ No newline at end of file From 3bdedafd202b5ee669a905b00ac1221ae7a55006 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Sat, 5 Feb 2022 13:01:43 +0100 Subject: [PATCH 052/339] lua: Update to version 5.4.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 5.4.3 to 5.4.4 - Update of rootfile - Update of pkgconfig file - Changelog 11 bugs from version 5.4.3 or earlier fixed See https://www.lua.org/bugs.html#5.4.3 for details Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/lua/lua.pc | 2 +- config/rootfiles/common/lua | 2 +- lfs/lua | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/lua/lua.pc b/config/lua/lua.pc index f6d25ec33..5244acc17 100644 --- a/config/lua/lua.pc +++ b/config/lua/lua.pc @@ -1,5 +1,5 @@ V=5.4 -R=5.4.3 +R=5.4.4 prefix=/usr INSTALL_BIN=${prefix}/bin diff --git a/config/rootfiles/common/lua b/config/rootfiles/common/lua index 1839f7e1b..ac844ac03 100644 --- a/config/rootfiles/common/lua +++ b/config/rootfiles/common/lua @@ -7,7 +7,7 @@ usr/bin/luac #usr/include/lualib.h #usr/lib/liblua.so usr/lib/liblua.so.5.4 -usr/lib/liblua.so.5.4.3 +usr/lib/liblua.so.5.4.4 #usr/lib/lua #usr/lib/lua/5.4 #usr/lib/pkgconfig/lua.pc diff --git a/lfs/lua b/lfs/lua index 8fffba704..806e85ddb 100644 --- a/lfs/lua +++ b/lfs/lua @@ -24,7 +24,7 @@ include Config -VER = 5.4.3 +VER = 5.4.4 THISAPP = lua-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ef63ed2ecfb713646a7fcc583cf5f352 +$(DL_FILE)_MD5 = bd8ce7069ff99a400efd14cf339a727b install : $(TARGET) @@ -78,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make INSTALL_TOP=/usr \ INSTALL_DATA="cp -d" \ INSTALL_MAN=/usr/share/man/man1 \ - TO_LIB="liblua.so liblua.so.5.4 liblua.so.5.4.3" \ + TO_LIB="liblua.so liblua.so.5.4 liblua.so.5.4.4" \ install @rm -rf $(DIR_APP) @$(POSTBUILD) From 6e7bf934a747a33bb6e4d93a109efb07e9f80fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 6 Feb 2022 10:51:00 +0000 Subject: [PATCH 053/339] Core Update 165: Ship lua MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/lua | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/165/filelists/lua diff --git a/config/rootfiles/core/165/filelists/lua b/config/rootfiles/core/165/filelists/lua new file mode 120000 index 000000000..951f661c5 --- /dev/null +++ b/config/rootfiles/core/165/filelists/lua @@ -0,0 +1 @@ +../../../common/lua \ No newline at end of file From bf3df2b025fc2a5bce1e9de6eea3ab4f522f39a8 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Sat, 5 Feb 2022 13:02:02 +0100 Subject: [PATCH 054/339] sqlite: Update to version 3370200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 3370000 to 3370200 - Update of rootfile not required - Changelog Fix a bug introduced in version 3.35.0 (2021-03-12) that can cause database corruption if a SAVEPOINT is rolled back while in PRAGMA temp_store=MEMORY mode, and other changes are made, and then the outer transaction commits. Check-in 73c2b50211d3ae26 Fix a long-standing problem with ON DELETE CASCADE and ON UPDATE CASCADE in which a cache of the bytecode used to implement the cascading change was not being reset following a local DDL change. Check-in 5232c9777fe4fb13. Other minor fixes that should not impact production builds. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/sqlite | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/sqlite b/lfs/sqlite index 84a04004a..86d25f3ed 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -24,7 +24,7 @@ include Config -VER = 3370000 +VER = 3370200 THISAPP = sqlite-autoconf-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 021c1d936c157bb68d6d0b158636ac7a +$(DL_FILE)_MD5 = 683cc5312ee74e71079c14d24b7a6d27 install : $(TARGET) From 296653994c74ea3da32db196abd339a93717debd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 6 Feb 2022 10:51:33 +0000 Subject: [PATCH 055/339] Core Update 165: Ship sqlite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/sqlite | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/165/filelists/sqlite diff --git a/config/rootfiles/core/165/filelists/sqlite b/config/rootfiles/core/165/filelists/sqlite new file mode 120000 index 000000000..4ea569766 --- /dev/null +++ b/config/rootfiles/core/165/filelists/sqlite @@ -0,0 +1 @@ +../../../common/sqlite \ No newline at end of file From d04fa4b484db9ac402438b77fa8e6e538dd60345 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Sat, 5 Feb 2022 21:32:39 +0100 Subject: [PATCH 056/339] git: Update to version 2.35.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 2.34.1 to 2.35.1 - Update of rootfile not required - Changelog Git 2.35.1 Release Notes * Git 2.35 shipped with a regression that broke use of "rebase" and "stash" in a secondary worktree. This maintenance release ought to fix it. Git 2.35 Release Notes Updates since Git 2.34 Backward compatibility warts * "_" is now treated as any other URL-valid characters in an URL when matching the per-URL configuration variable names. * The color palette used by "git grep" has been updated to match that of GNU grep. Note to those who build from the source * You may need to define NO_UNCOMPRESS2 Makefile macro if you build with zlib older than 1.2.9. * If your compiler cannot grok C99, the build will fail. See the instruction at the beginning of git-compat-util.h if this happens to you. UI, Workflows & Features * "git status --porcelain=v2" now show the number of stash entries with --show-stash like the normal output does. * "git stash" learned the "--staged" option to stash away what has been added to the index (and nothing else). * "git var GIT_DEFAULT_BRANCH" is a way to see what name is used for the newly created branch if "git init" is run. * Various operating modes of "git reset" have been made to work better with the sparse index. * "git submodule deinit" for a submodule whose .git metadata directory is embedded in its working tree refused to work, until the submodule gets converted to use the "absorbed" form where the metadata directory is stored in superproject, and a gitfile at the top-level of the working tree of the submodule points at it. The command is taught to convert such submodules to the absorbed form as needed. * The completion script (in contrib/) learns that the "--date" option of commands from the "git log" family takes "human" and "auto" as valid values. * "Zealous diff3" style of merge conflict presentation has been added. * The "git log --format=%(describe)" placeholder has been extended to allow passing selected command-line options to the underlying "git describe" command. * "default" and "reset" have been added to our color palette. * The cryptographic signing using ssh keys can specify literal keys for keytypes whose name do not begin with the "ssh-" prefix by using the "key::" prefix mechanism (e.g. "key::ecdsa-sha2-nistp256"). * "git fetch" without the "--update-head-ok" option ought to protect a checked out branch from getting updated, to prevent the working tree that checks it out to go out of sync. The code was written before the use of "git worktree" got widespread, and only checked the branch that was checked out in the current worktree, which has been updated. * "git name-rev" has been tweaked to give output that is shorter and easier to understand. * "git apply" has been taught to ignore a message without a patch with the "--allow-empty" option. It also learned to honor the "--quiet" option given from the command line. * The "init" and "set" subcommands in "git sparse-checkout" have been unified for a better user experience and performance. * Many git commands that deal with working tree files try to remove a directory that becomes empty (i.e. "git switch" from a branch that has the directory to another branch that does not would attempt remove all files in the directory and the directory itself). This drops users into an unfamiliar situation if the command was run in a subdirectory that becomes subject to removal due to the command. The commands have been taught to keep an empty directory if it is the directory they were started in to avoid surprising users. * "git am" learns "--empty=(stop|drop|keep)" option to tweak what is done to a piece of e-mail without a patch in it. * The default merge message prepared by "git merge" records the name of the current branch; the name can be overridden with a new option to allow users to pretend a merge is made on a different branch. * The way "git p4" shows file sizes in its output has been updated to use human-readable units. * "git -c branch.autosetupmerge=inherit branch new old" makes "new" to have the same upstream as the "old" branch, instead of marking "old" itself as its upstream. Performance, Internal Implementation, Development Support etc. * The use of errno as a means to carry the nature of error in the ref API implementation has been reworked and reduced. * Teach and encourage first-time contributors to this project to state the base commit when they submit their topic. * The command line completion for "git send-email" options have been tweaked to make it easier to keep it in sync with the command itself. * Ensure that the sparseness of the in-core index matches the index.sparse configuration specified by the repository immediately after the on-disk index file is read. * Code clean-up to eventually allow information on remotes defined for an arbitrary repository to be read. * Build optimization. * Tighten code for testing pack-bitmap. * Weather balloon to break people with compilers that do not support C99. * The "reftable" backend for the refs API, without integrating into the refs subsystem, has been added. * More tests are marked as leak-free. * The test framework learns to list unsatisfied test prerequisites, and optionally error out when prerequisites that are expected to be satisfied are not. * The default setting for trace2 event nesting was too low to cause test failures, which is worked around by bumping it up in the test framework. * Drop support for TravisCI and update test workflows at GitHub. * Many tests that used to need GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME mechanism to force "git" to use 'master' as the default name for the initial branch no longer need it; the use of the mechanism from them have been removed. * Allow running our tests while disabling fsync. * Document the parameters given to the reflog entry iterator callback functions. (merge e6e94f34b2 jc/reflog-iterator-callback-doc later to maint). * The test helper for refs subsystem learned to write bogus and/or nonexistent object name to refs to simulate error situations we want to test Git in. * "diff --histogram" optimization. * Weather balloon to find compilers that do not grok variable declaration in the for() loop. * diff and blame commands have been taught to work better with sparse index. * The chainlint test script linter in the test suite has been updated. * The DEVELOPER=yes build uses -std=gnu99 now. * "git format-patch" uses a single rev_info instance and then exits. Mark the structure with UNLEAK() macro to squelch leak sanitizer. * New interface into the tmp-objdir API to help in-core use of the quarantine feature. * Broken &&-chains in the test scripts have been corrected. * The RCS keyword substitution in "git p4" used to be done assuming that the contents are UTF-8 text, which can trigger decoding errors. We now treat the contents as a bytestring for robustness and correctness. * The conditions to choose different definitions of the FLEX_ARRAY macro for vendor compilers has been simplified to make it easier to maintain. * Correctness and performance update to "diff --color-moved" feature. * "git upload-pack" (the other side of "git fetch") used a 8kB buffer but most of its payload came on 64kB "packets". The buffer size has been enlarged so that such a packet fits. * "git fetch" and "git pull" are now declared sparse-index clean. Also "git ls-files" learns the "--sparse" option to help debugging. * Similar message templates have been consolidated so that translators need to work on fewer number of messages. Fixes since v2.34 * "git grep" looking in a blob that has non-UTF8 payload was completely broken when linked with certain versions of PCREv2 library in the latest release. * Other code cleanup, docfix, build fix, etc. * "git pull" with any strategy when the other side is behind us should succeed as it is a no-op, but doesn't. * An earlier change in 2.34.0 caused JGit application (that abused GIT_EDITOR mechanism when invoking "git config") to get stuck with a SIGTTOU signal; it has been reverted. * An earlier change that broke .gitignore matching has been reverted. * Things like "git -c branch.sort=bogus branch new HEAD", i.e. the operation modes of the "git branch" command that do not need the sort key information, no longer errors out by seeing a bogus sort key. (merge 98e7ab6d42 jc/fix-ref-sorting-parse later to maint). * The compatibility implementation for unsetenv(3) were written to mimic ancient, non-POSIX, variant seen in an old glibc; it has been changed to return an integer to match the more modern era. (merge a38989bd5b jc/unsetenv-returns-an-int later to maint). * The clean/smudge conversion code path has been prepared to better work on platforms where ulong is narrower than size_t. (merge 596b5e77c9 mc/clean-smudge-with-llp64 later to maint). * Redact the path part of packfile URI that appears in the trace output. (merge 0ba558ffb1 if/redact-packfile-uri later to maint). * CI has been taught to catch some Unicode directional formatting sequence that can be used in certain mischief. (merge 0e7696c64d js/ci-no-directional-formatting later to maint). * The "--date=format:" gained a workaround for the lack of system support for a non-local timezone to handle "%s" placeholder. (merge 9b591b9403 jk/strbuf-addftime-seconds-since-epoch later to maint). * The "merge" subcommand of "git jump" (in contrib/) silently ignored pathspec and other parameters. (merge 67ba13e5a4 jk/jump-merge-with-pathspec later to maint). * The code to decode the length of packed object size has been corrected. (merge 34de5b8eac jt/pack-header-lshift-overflow later to maint). * The advice message given by "git pull" when the user hasn't made a choice between merge and rebase still said that the merge is the default, which no longer is the case. This has been corrected. (merge 71076d0edd ah/advice-pull-has-no-preference-between-rebase-and-merge later to maint). * "git fetch", when received a bad packfile, can fail with SIGPIPE. This wasn't wrong per-se, but we now detect the situation and fail in a more predictable way. (merge 2a4aed42ec jk/fetch-pack-avoid-sigpipe-to-index-pack later to maint). * The function to cull a child process and determine the exit status had two separate code paths for normal callers and callers in a signal handler, and the latter did not yield correct value when the child has caught a signal. The handling of the exit status has been unified for these two code paths. An existing test with flakiness has also been corrected. (merge 5263e22cba jk/t7006-sigpipe-tests-fix later to maint). * When a non-existent program is given as the pager, we tried to reuse an uninitialized child_process structure and crashed, which has been fixed. (merge f917f57f40 em/missing-pager later to maint). * The single-key-input mode in "git add -p" had some code to handle keys that generate a sequence of input via ReadKey(), which did not handle end-of-file correctly, which has been fixed. (merge fc8a8126df cb/add-p-single-key-fix later to maint). * "git rebase -x" added an unnecessary 'exec' instructions before 'noop', which has been corrected. (merge cc9dcdee61 en/rebase-x-fix later to maint). * When the "git push" command is killed while the receiving end is trying to report what happened to the ref update proposals, the latter used to die, due to SIGPIPE. The code now ignores SIGPIPE to increase our chances to run the post-receive hook after it happens. (merge d34182b9e3 rj/receive-pack-avoid-sigpipe-during-status-reporting later to maint). * "git worktree add" showed "Preparing worktree" message to the standard output stream, but when it failed, the message from die() went to the standard error stream. Depending on the order the stdio streams are flushed at the program end, this resulted in confusing output. It has been corrected by sending all the chatty messages to the standard error stream. (merge b50252484f es/worktree-chatty-to-stderr later to maint). * Coding guideline document has been updated to clarify what goes to standard error in our system. (merge e258eb4800 es/doc-stdout-vs-stderr later to maint). * The sparse-index/sparse-checkout feature had a bug in its use of the matching code to determine which path is in or outside the sparse checkout patterns. (merge 8c5de0d265 ds/sparse-deep-pattern-checkout-fix later to maint). * "git rebase -x" by mistake started exporting the GIT_DIR and GIT_WORK_TREE environment variables when the command was rewritten in C, which has been corrected. (merge 434e0636db en/rebase-x-wo-git-dir-env later to maint). * When "git log" implicitly enabled the "decoration" processing without being explicitly asked with "--decorate" option, it failed to read and honor the settings given by the "--decorate-refs" option. * "git fetch --set-upstream" did not check if there is a current branch, leading to a segfault when it is run on a detached HEAD, which has been corrected. (merge 17baeaf82d ab/fetch-set-upstream-while-detached later to maint). * Among some code paths that ask an yes/no question, only one place gave a prompt that looked different from the others, which has been updated to match what the others create. (merge 0fc8ed154c km/help-prompt-fix later to maint). * "git log --invert-grep --author=" used to exclude commits written by the given author, but now "--invert-grep" only affects the matches made by the "--grep=" option. (merge 794c000267 rs/log-invert-grep-with-headers later to maint). * "git grep --perl-regexp" failed to match UTF-8 characters with wildcard when the pattern consists only of ASCII letters, which has been corrected. (merge 32e3e8bc55 rs/pcre2-utf later to maint). * Certain sparse-checkout patterns that are valid in non-cone mode led to segfault in cone mode, which has been corrected. * Use of certain "git rev-list" options with "git fast-export" created nonsense results (the worst two of which being "--reverse" and "--invert-grep --grep="). The use of "--first-parent" is made to behave a bit more sensible than before. (merge 726a228dfb ws/fast-export-with-revision-options later to maint). * Perf tests were run with end-user's shell, but it has been corrected to use the shell specified by $TEST_SHELL_PATH. (merge 9ccab75608 ja/perf-use-specified-shell later to maint). * Fix dependency rules to generate hook-list.h header file. (merge d3fd1a6667 ab/makefile-hook-list-dependency-fix later to maint). * "git stash" by default triggers its "push" action, but its implementation also made "git stash -h" to show short help only for "git stash push", which has been corrected. (merge ca7990cea5 ab/do-not-limit-stash-help-to-push later to maint). * "git apply --3way" bypasses the attempt to do a three-way application in more cases to address the regression caused by the recent change to use direct application as a fallback. (merge 34d607032c jz/apply-3-corner-cases later to maint). * Fix performance-releated bug in "git subtree" (in contrib/). (merge 3ce8888fb4 jl/subtree-check-parents-argument-passing-fix later to maint). * Extend the guidance to choose the base commit to build your work on, and hint/nudge contributors to read others' changes. (merge fdfae830f8 jc/doc-submitting-patches-choice-of-base later to maint). * A corner case bug in the ort merge strategy has been corrected. (merge d30126c20d en/merge-ort-renorm-with-rename-delete-conflict-fix later to maint). * "git stash apply" forgot to attempt restoring untracked files when it failed to restore changes to tracked ones. (merge 71cade5a0b en/stash-df-fix later to maint). * Calling dynamically loaded functions on Windows has been corrected. (merge 4a9b204920 ma/windows-dynload-fix later to maint). * Some lockfile code called free() in signal-death code path, which has been corrected. (merge 58d4d7f1c5 ps/lockfile-cleanup-fix later to maint). * Other code cleanup, docfix, build fix, etc. (merge 74db416c9c cw/protocol-v2-doc-fix later to maint). (merge f9b2b6684d ja/doc-cleanup later to maint). (merge 7d1b866778 jc/fix-first-object-walk later to maint). (merge 538ac74604 js/trace2-avoid-recursive-errors later to maint). (merge 152923b132 jk/t5319-midx-corruption-test-deflake later to maint). (merge 9081a421a6 ab/checkout-branch-info-leakfix later to maint). (merge 42c456ff81 rs/mergesort later to maint). (merge ad506e6780 tl/midx-docfix later to maint). (merge bf5b83fd8a hk/ci-checkwhitespace-commentfix later to maint). (merge 49f1eb3b34 jk/refs-g11-workaround later to maint). (merge 7d3fc7df70 jt/midx-doc-fix later to maint). (merge 7b089120d9 hn/create-reflog-simplify later to maint). (merge 9e12400da8 cb/mingw-gmtime-r later to maint). (merge 0bf0de6cc7 tb/pack-revindex-on-disk-cleanup later to maint). (merge 2c68f577fc ew/cbtree-remove-unused-and-broken-cb-unlink later to maint). (merge eafd6e7e55 ab/die-with-bug later to maint). (merge 91028f7659 jc/grep-patterntype-default-doc later to maint). (merge 47ca93d071 ds/repack-fixlets later to maint). (merge e6a9bc0c60 rs/t4202-invert-grep-test-fix later to maint). (merge deb5407a42 gh/gpg-doc-markup-fix later to maint). (merge 999bba3e0b rs/daemon-plug-leak later to maint). (merge 786eb1ba39 js/l10n-mention-ngettext-early-in-readme later to maint). (merge 2f12b31b74 ab/makefile-msgfmt-wo-stats later to maint). (merge 0517f591ca fs/gpg-unknown-key-test-fix later to maint). (merge 97d6fb5a1f ma/header-dup-cleanup later to maint). Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/git | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/git b/lfs/git index ca9bfc1d5..d24e9d4d9 100644 --- a/lfs/git +++ b/lfs/git @@ -24,7 +24,7 @@ include Config -VER = 2.34.1 +VER = 2.35.1 THISAPP = git-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = git -PAK_VER = 21 +PAK_VER = 22 DEPS = perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f442dade3c73ea39473f6700b3e04dcd +$(DL_FILE)_MD5 = 3aae077280b6be861e3c1c637491853a install : $(TARGET) From 6bb0ae01ab78a9c4df629ae8fadfed761b3a2962 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Sat, 5 Feb 2022 21:32:57 +0100 Subject: [PATCH 057/339] glib: Update to version 2.71.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 2.70.1 to 2.71.1 - Update of rootfile - Changelog Overview of changes in GLib 2.71.1 * Basic support for static builds on Windows (work by Loïc Le Page, Marc-André Lureau, with contributions from Xavier Claessens, Nirbheek Chauhan, Charlie Barto, Luca Bacci, Amos Wenger) (#692, #2585, !2442) * Add `GDebugController` and a D-Bus implementation which exposes whether debug output is enabled in a process using the `org.gtk.Debugging` D-Bus interface (work by Philip Withnall) (#1190) * Support for `AF_UNIX` sockets on Windows 10 (and later) (work by Marc-André Lureau) (#2487) * Several important fixes to GDBus message and GVariant parsing of invalid data (work by Sebastian Wilhelmi) (#2557, #2572) * Fix potential data loss due to missing fsync when saving files on btrfs (work by Sebastian Keller) (!2425) * Fix potential buffer overflows in `garray.c` for very large `GArray`s and `GPtrArray`s (work by Tobias Stoeckmann) (#2578) * Fix FDs in gspawn not being closed and causing process hangs if `close_range()` fails unexpectedly (work by Dan Nicholson) (#2580) * Fix `g_find_program_in_path()` not returning an absolute path if `$PATH` is relative (work by Christoph Niethammer) (#2586) * Add support for loading PKCS#12 encrypted files in `GTlsCertificate` (work by Patrick Griffis) (!2239) * A number of improvements to unit tests (work by Emmanuel Fleury, Charlie Barto) (!2399, !2400, !2402, !2403, !2428, !2431, !2432, !2434) * Support `LOCAL_PEERPID` on macOS, giving partial support for PIDs in `GCredentials` on that platform (work by Ignacio Casal Quinteiro) (!2362) * Add `g_get_user_state_dir()` to support `XDG_STATE_HOME` (work by Sophie Herold) (!2395) * Add `g_hash_table_new_similar()` to copy a hash table and its hash/equal functions without its data (work by Jonas Ådahl) (!2405) * Support D-Bus client authentication with `EXTERNAL` on Windows (work by Marc-André Lureau) (!2429) * Add a reStructuredText documentation generator to `gdbus-codegen` (work by Emmanuele Bassi) (!2448) * Add a Windows implementation of `GMemoryMonitor` (work by Marc-André Lureau) (!2452) * Bugs fixed: - #692 meta: Fix static build on Windows - #1190 gapplication: Add an org.gtk.Debugging interface - #2487 Add support for native unix domain sockets on WIN32 to GLib.Socket and related classes - #2550 possible GDateTime issue with localtime on Illumos/Solaris - #2557 Arrays of zero-element tuples with non-zero length lead to infinite loops in g_dbus_message_new_from_blob - #2559 2.71.0: compile and link time warnings - #2560 Link error xdgmime.c: unresolved external symbol S_ISREG when building with VS2022 - #2564 Hangul Jamo Extended-B should be 0-width - #2565 Build glib-2.71.0 failed in Windows using MSYS2-MINGW64 - #2571 Cross build error "undefined reference to `_g_binary_test1_resource_data'" when building tests for Windows on openSUSE Leap - #2572 Check for GVariant recursion depth before recursing - #2578 buffer overflows in garray.c - #2579 Outdated paths in INSTALL.in - #2580 gspawn doesn't set CLOEXEC if close_range fails unexpectedly - #2582 glib 2.71.0 muslc - build error missing sentinel in function call - #2585 Static link issue on Windows due to resource files being linked in twice - #2586 g_find_program_in_path not returning an absolute path - !2239 gtlscertificate: Add ability to load PKCS#12 encrypted files - !2362 credentials: support the local peerpid on macos - !2384 meson: Fix linking with static library in Windows - !2395 utils: Add XDG_STATE_HOME support - !2399 Move tests/env-test.c into glib/tests/environment.c - !2400 Prevent gtest tests from popping up dialog boxes - !2402 Improving glib/tests/environment.c - !2403 Improve test coverage of glib/tests/asyncqueue.c - !2405 ghash: Add g_hash_table_new_similar - !2407 tests: Fix environment test on FreeBSD - !2411 annotate `g_content_type_guess` parameter as filename - !2412 paramspec: fix unref annotation - !2413 Use meson dependency to link against apple framework - !2414 docs: Improve docs for gdbusutils.c - !2417 gtestutils: Fix minor typos in the g_test_get_filename() docs - !2423 Make clear in doc that signals are emitted synchroniously - !2425 gfileutils: Remove outdated BTRFS fsync optimization from set_contents - !2426 gdbus-codegen: Fix a typo in a comment - !2428 Merge tests/gobject/gvalue-test.c with gobject/tests/value.c - !2429 gdbus: make client work with EXTERNAL on Windows - !2431 Merge tests/gobject/paramspec-test.c into gobject/tests/param.c - !2432 Merge test/unicode-caseconv.c into glib/tests/unicode.c - !2434 Remove a disabled test case that was covered by glib/tests/collate.c - !2440 Improve g_ascii_formatd docs and preconditions - !2441 Reduce the amount of compile-time warnings - !2442 Fix tests with static build on Windows - !2447 giowin32: use gint64 and _lseeki64 - !2448 Add reStructuredText documentation generator for gdbus-codegen - !2452 gio/win32: add GMemoryMonitorWin32 - !2453 Add `(array length)` annotation to `g_tls_certificate_new_from_pkcs12()` - !2454 gdbusmessage, gvariant and garray fixes - !2456 tests: Pass --internal and -z noexecstack to glib-compile-resources tests - !2459 gio: add missing zlib dependency in gio-windows-2.0.pc - !2461 Fix memory leak in gio/gdbusauthmechanismsha1.c - !2463 Revert "Merge branch 'fix-windows-pc' into 'main'" * Translation updates: - Catalan - Chinese (China) - Czech - Galician - Hebrew - Indonesian - Lithuanian - Polish - Portuguese - Portuguese (Brazil) - Russian - Spanish - Ukrainian Overview of changes in GLib 2.71.0 * Fix network changes not being signalled from NetworkManager (work by Julian Andres Klode) (#2505) * Fix build when building with --fatal-meson-warnings (work by Eli Schwartz) (!2304) * Fix use of the default log writer with journald namespaces (diagnosis by Ilya Basin) (#2530) * Fix hang in `dbus-daemon` under `GTestDBus` when `G_MESSAGES_DEBUG=all` is set (work by Marco Trevisan) (#2537) * Speed up `g_canonicalize_filename()` to avoid pathogenic cases with `..` (work by Sebastian Wilhelmi) (#2541) * Fix URI for pcre subproject as it’s moved upstream (work by Albert Astals Cid) (!2324) * Fix storing GSettings dictionaries on macOS (work by Maurice) (#2527) * Speed up ‘remove dot segments’ algorithm in `GUri` to avoid pathogenic cases with `..` (work by Sebastian Wilhelmi) (#2526) * Fix infinite loops in D-Bus message parsing for truncated inputs (work by Sebastian Wilhelmi) (#2528) * Improve correctness of version information returned by `g_get_os_info()` for Windows 10/Server 2019+ (work by Chun-wei Fan) (#2443) * Various fixes to GWeakRef cleanup (#865, #2390) and toggle refs (#2394) (work by Marco Trevisan) * Add `G_DBUS_PROXY_FLAGS_NO_MATCH_RULE` flag for disabling match rules when creating a `GDBusProxy` (#1109) * Fix FD remapping in `g_spawn_async_with_pipes_and_fds()` with certain values of target FDs (#2503, #2506) (work by Michael Catanzaro) * Make `GDBusProxy::g-signal` signal detailed with D-Bus signal names (#2536) (work by Aleksandr Mezin) * Emit `launched` signal for D-Bus activation of apps with `GDesktopAppInfo` (!2227) (work by Guido Günther) * Fix IDs of `GDesktopAppInfo`s which are constructed from a `.desktop` file in a subdirectory (!2283) (work by Ivalyo Dimitrov) * Add `--interactive` option to `gdbus call` (!2329) * Add `G_SUBPROCESS_FLAGS_SEARCH_PATH_FROM_ENVP` to `GSubprocess` (!2333) (work by Hristo Venev) * Bugs fixed: - #475 Add g_alloca0() and g_newa0() - #847 g_set_prgname() should be thread-safe - #865 GWeakRefs not cleared by g_object_run_dispose() - #1109 [PATCH] GDBusProxy: add G_DBUS_PROXY_FLAGS_NO_MATCH_RULE flag - #1231 gobject declare macros cause alignment warnings on armhf/armhf/mipsel - #1331 GArray with 10 million items overflows index arithmetic - #1735 Get back to a -werror build - #1781 Sort output of gsettings command-line tool - #2310 contenttype test leaks xdg-mime internal data - #2390 GWeakRef's aren't cleared again on finalization (and not fully thread-safe) - #2394 Toggle refs notification may not handle multiple threads correctly - #2400 Use-after-free in invoke_set_property_in_idle_cb() - #2401 GDBus runtime warning from remove_interfaces() - #2404 GTask: clarify that GTask assumes are running mainloop - #2426 GSettings delayed apply generates runtime warnings - #2443 Add Windows 11 support to get_windows_version() - #2468 GSequence pessimizes itself and slows down - #2471 g_output_stream_write_all_async prints error when count == 0 and content == NULL - #2488 Unix password unit test fails on FreeBSD 13 - #2489 Add a (diagnostic) warning for finalized objects with floating refs - #2490 Upgrade to Unicode Character Database 14.0 - #2496 Wrong parameter type for g_simple_proxy_resolver_set_ignore_hosts - #2498 GIR: Remove non-existing IOModule methods `load`, `unload` - #2500 Able to export object manager and object on root path, but not other paths - #2503 gspawn.c may clobber target fds - #2505 g_network_monitor_nm never updates on connection change (listens for signal on wrong dbus interface) - #2506 gspawn.c fails to close child_err_report_fd if it is duped to avoid conflation with one of the target_fds - #2507 Strange behavior of GFileEnumerator with GVfs locations - #2514 test suite failure in glib/tests/gdatetime.c if German locale de_DE.ISO-8859-1 is available - #2518 Misleading message when privileged program starts G_BUS_TYPE_SESSION - #2520 g_date_new_ functions return NULL on invalid input - #2523 MacOS generates warnings for g_size_checked_mul() - #2526 fuzz_uri_parse failure - #2527 Error storing dictionary with string keys as GSettings on macOS - #2528 g_dbus_message_new_from_blob goes into infinite loop for certain inputs - #2529 load_user_special_dirs returns NULL in certain cases - #2530 g_log_writer_is_journald fails if a Journal Namespace is used - #2536 GDBusProxy: make g-signal detailed - #2537 GTestDBus dbus daemon causes child process to hang when using verbose output - #2541 g_canonicalize_filename should work in linear time complexity - #2553 Consider not depending on strtoull_l and strtoll_l as much - !1960 Add g_main_context_new_with_flags() and ownerless polling option - !1968 gspawn: Implement fd remapping for posix_spawn codepath, and fix file descriptor conflation issues - !1991 Keyfile parsing performance improvements - !2029 Updating xdgmime - !2064 gobject: Cleanup GWeakRef locations on object finalization - !2114 Coerce type cast to void* because it causes compiler warnings - !2191 docs: Add .editorconfig file - !2214 Document potential footgun with GTlsCertificateFlags and deprecate certain usages - !2223 Better detection of the cleanup attribute. - !2227 gdesktopappinfo: Emit "launched" signal for D-Bus activation too - !2242 gsettings: Add various missing (nullable) or (not nullable) annotations - !2244 gutils: Avoid segfault in g_get_user_database_entry - !2245 gdesktopappinfo: Do not call xterm when it does not exist, inform the caller the launch failed - !2246 gobject: Document it’s unsafe to call g_object_ref() from GWeakNotify - !2249 Add version macros for GLib 2.72 and bump version to 2.71.0 - !2251 GString: Bump minimum size - !2254 Small optimization for g_object_set - !2255 gobject: Clarify behaviour of adding weak refs during disposal - !2257 Fix documentation for g_dbus_object_manager_get_object(). - !2260 GWin32AppInfo: Do not assert about successful open'ing of registry keys - !2261 Provide built DLLs as Gitlab-CI artifacts - !2266 fix uninitial variable - !2273 Fix more (Windows) warnings - !2277 Revert "Don't compile some unused functions in gio/xdgmime/" - !2283 GDesktopAppInfo: Try to always correctly set id - !2284 update the proxy-libintl subproject to the latest release - !2285 fix issues found by svace static code analyzer - !2286 meson: fix warnings for extract_all_objects function - !2287 ci: Update CI images to latest stable Debian and Fedora, bump Meson dependency to 0.52 - !2288 Update g_source_remove doc comment: the function doesn't always return TRUE - !2289 Update g_source_remove documentation for the returned value - !2290 mkdir path specified by XDG_RUNTIME_DIR - !2292 Fix cast from pointer to integer of different size warning in gio/gwin32appinfo.c - !2293 glib-private: Fix MSVC build with AddressSanitizer - !2294 Fix windows warnings - !2295 gutf8: Document that out args from g_utf16_to_utf8() are non-negative - !2303 Fix more windows warnings - !2305 gio: document GFile API when relative path is absolute - !2306 gunixmounts: Drop references to pamconsole mount option - !2308 gthread-win32: Remove an unnecessary volatile qualifier - !2309 Rename libpcre.wrap to pcre.wrap - !2310 tests: Fix a typo in a test message in gdatetime.c - !2311 Fix always true comparison warning in glib/garray.c - !2319 docs: Fix the GListModel description - !2323 Fix final warnings in Windows code - !2324 Fix link to pcre-8.37.tar.bz2 - !2326 Improve some documentation related to GTlsDatabase - !2328 gutf8: add string length check when ending character offset is -1 - !2329 gdbus: Add --interactive option to `gdbus call` - !2332 Changed gendered terms to be gender-neutral - !2333 gsubprocess: Add G_SUBPROCESS_FLAGS_SEARCH_PATH_FROM_ENVP - !2336 tests: Drop arbitrary and flaky waits from actions tests - !2339 ci: Bump Meson version to 0.60.1 on macOS - !2341 tests: Wait for gdbus-testserver to die when killing it - !2342 tests: Reformat mkenums.py slightly to make run-black.sh happy - !2345 gutils: Disable some dead code on macOS - !2347 Removing tests/asyncqueue-test.c from tests/ - !2348 gio/tests/codegen.py: bump timeout to 100 seconds - !2349 Annotate `g_getenv()` and `g_environ_getenv()` return value as `nullable` - !2352 tests: Fix a flaky wait in converter-stream - !2353 Address some oddities around GResolver::reload - !2357 ci: Upgrade to clang-format-11 from clang-format-7 - !2360 meson: specify when commands need to succeed in run_command - !2364 tests: Allow `objcopy --help` to fail, because it fails on FreeBSD - !2365 Add vfunc checks in gappinfo.c - !2368 De-duplicate g_nearest_pow() implementation and add some overflow protections to g_ptr_array_maybe_expand(), g_string_maybe_expand() and g_string_chunk_insert_len() - !2370 gqsort: Move test to glib/tests/ - !2371 Freeze notification during object destruction - !2372 docs: Improve GVariant docs - !2373 glib.supp: Suppress one-time allocation in g_get_home_dir() - !2376 GSource: move test to glib/tests/ - !2379 Merging tests/bit-test.c into glib/tests/utils.c - !2381 tests: Test the function forms of g_bit_*() APIs too - !2382 gfileutils: Correctly reset start value when canonicalising paths - !2385 gfileutils: Fix transfer annotation and whitespace issues - !2386 docs: Add API documentation links to the README - !2387 docs: Update the README a little - !2390 Merging tests/child-test.c into glib/tests/spawn-multithreaded.c - !2391 Removing redundant cxx test tests/cxx-test.cpp - !2392 Move tests/completion-test.c to glib/tests/completion.c - !2393 Removing unnecessary test on gdatetime.c - !2396 fuzzing: Add a fuzz test for parsing DNS records - !2397 Moving tests/dirname-test.c to glib/tests/fileutils.c - !2398 fix /list/position test * Translation updates: - Croatian - Friulian - Galician - Hebrew - Indonesian - Italian - Latvian - Lithuanian - Occitan (post 1500) - Persian - Polish - Portuguese - Portuguese (Brazil) - Romanian - Russian - Serbian - Slovak - Spanish - Swedish - Ukrainian Overview of changes in GLib 2.70.3 * Several important fixes to FD handling in gspawn (#2503, #2506, #2580) * Several important fixes to GDBus message and GVariant parsing of invalid data (#2557, #2572) * Fix potential data loss due to missing fsync when saving files on btrfs (!2437) * Bugs fixed: - #2503 gspawn.c may clobber target fds - #2506 gspawn.c fails to close child_err_report_fd if it is duped to avoid conflation with one of the target_fds - #2557 Arrays of zero-element tuples with non-zero length lead to infinite loops in g_dbus_message_new_from_blob - #2572 Check for GVariant recursion depth before recursing - #2580 gspawn doesn't set CLOEXEC if close_range fails unexpectedly - !2394 Backport !1968 “gspawn: Fix file descriptor conflation issues” to glib-2-70 - !2415 Backport !2412 “paramspec: fix unref annotation” to glib-2-70 - !2437 Backport !2425 “gfileutils: Remove outdated BTRFS fsync optimization from set_contents” to glib-2-70 - !2444 Backport !2435 “gspawn: Report errors with closing file descriptors between fork/exec” to glib-2-70 - !2455 Backport !2454 gdbusmessage and gvariant fixes to glib-2-70 * Translation updates: - Czech - Indonesian - Italian - Lithuanian - Polish - Portuguese - Romanian - Serbian - Slovenian - Spanish - Swedish - Turkish - Ukrainian Overview of changes in GLib 2.70.2 * Fix use of the default log writer with journald namespaces (diagnosis by Ilya Basin) (#2530) * Fix hang in `dbus-daemon` under `GTestDBus` when `G_MESSAGES_DEBUG=all` is set (work by Marco Trevisan) (#2537) * Speed up `g_canonicalize_filename()` to avoid pathogenic cases with `..` (work by Sebastian Wilhelmi) (#2541) * Fix URI for pcre subproject as it’s moved upstream (work by Albert Astals Cid) (!2324) * Fix storing GSettings dictionaries on macOS (work by Maurice) (#2527) * Speed up ‘remove dot segments’ algorithm in `GUri` to avoid pathogenic cases with `..` (work by Sebastian Wilhelmi) (#2526) * Fix infinite loops in D-Bus message parsing for truncated inputs (work by Sebastian Wilhelmi) (#2528) * Improve correctness of version information returned by `g_get_os_info()` for Windows 10/Server 2019+ (work by Chun-wei Fan) (#2443) * Bugs fixed: - #2400 Use-after-free in invoke_set_property_in_idle_cb() - #2426 GSettings delayed apply generates runtime warnings - #2528 g_dbus_message_new_from_blob goes into infinite loop for certain inputs - #2530 g_log_writer_is_journald fails if a Journal Namespace is used - #2537 GTestDBus dbus daemon causes child process to hang when using verbose output - #2541 g_canonicalize_filename should work in linear time complexity - !2312 Backport !2265 “gdbusconnection: Fix race between method calls and object unregistration” to glib-2-70 - !2313 Backport !2260 “GWin32AppInfo: Remove assertion on the opened registry key” to glib-2-70 - !2314 Backport !2308 “gthread-win32: Remove an unnecessary volatile qualifier” to glib-2-70 - !2316 Backport !2309 “Rename libpcre.wrap to pcre.wrap” to glib-2-70 - !2320 Backport !2161 “gdelayedsettingsbackend: Fix applying after calling g_settings_reset()” to glib-2-70 - !2335 Backport !2324 “Fix link to pcre-8.37.tar.bz2” to glib-2-70 - !2337 Backport !2325 “Fix GSettings dict error macOS” to glib-2-70 - !2340 Backport !2338 “gmessages: Support namespaced journals” to glib-2-70 - !2344 Backport !2327 “guri: Improve performance of remove_dot_segments() algorithm” to glib-2-70 - !2356 Backport !2355 “gdbusmessage: Add more bounds checking when parsing D-Bus messages” to glib-2-70 - !2359 gutils.c: Improve g_get_os_info() for Windows 10/Server 2019+ - !2361 Backport !2354 “gtestdbus: Print the dbus address on a specific FD intead of stdout” to glib-2-70 - !2363 Backport !2360 “meson: specify when commands need to succeed in run_command” to glib-2-70 - !2366 Backport !2364 “tests: Allow `objcopy --help` to fail, because it fails on FreeBSD” to glib-2-70 - !2375 Backport !2374 “gfileutils: Improve performance of g_canonicalize_filename()” to glib-2-70 - !2383 Backport !2382 “gfileutils: Correctly reset start value when canonicalising paths” to glib-2-70 * Translation updates: - Croatian - Italian - Occitan (post 1500) - Polish - Portuguese - Portuguese (Brazil) - Russian - Swedish - Ukrainian Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/glib | 23 +++++++++++++---------- lfs/glib | 4 ++-- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/config/rootfiles/common/glib b/config/rootfiles/common/glib index 7eab31554..0b2e4b268 100644 --- a/config/rootfiles/common/glib +++ b/config/rootfiles/common/glib @@ -17,14 +17,11 @@ #usr/include/gio-unix-2.0/gio #usr/include/gio-unix-2.0/gio/gdesktopappinfo.h #usr/include/gio-unix-2.0/gio/gfiledescriptorbased.h -#usr/include/gio-unix-2.0/gio/gunixconnection.h -#usr/include/gio-unix-2.0/gio/gunixcredentialsmessage.h #usr/include/gio-unix-2.0/gio/gunixfdlist.h #usr/include/gio-unix-2.0/gio/gunixfdmessage.h #usr/include/gio-unix-2.0/gio/gunixinputstream.h #usr/include/gio-unix-2.0/gio/gunixmounts.h #usr/include/gio-unix-2.0/gio/gunixoutputstream.h -#usr/include/gio-unix-2.0/gio/gunixsocketaddress.h #usr/include/glib-2.0 #usr/include/glib-2.0/gio #usr/include/glib-2.0/gio/gaction.h @@ -71,6 +68,8 @@ #usr/include/glib-2.0/gio/gdbusproxy.h #usr/include/glib-2.0/gio/gdbusserver.h #usr/include/glib-2.0/gio/gdbusutils.h +usr/include/glib-2.0/gio/gdebugcontroller.h +#usr/include/glib-2.0/gio/gdebugcontrollerdbus.h #usr/include/glib-2.0/gio/gdrive.h #usr/include/glib-2.0/gio/gdtlsclientconnection.h #usr/include/glib-2.0/gio/gdtlsconnection.h @@ -173,6 +172,9 @@ #usr/include/glib-2.0/gio/gtlsinteraction.h #usr/include/glib-2.0/gio/gtlspassword.h #usr/include/glib-2.0/gio/gtlsserverconnection.h +#usr/include/glib-2.0/gio/gunixconnection.h +#usr/include/glib-2.0/gio/gunixcredentialsmessage.h +#usr/include/glib-2.0/gio/gunixsocketaddress.h #usr/include/glib-2.0/gio/gvfs.h #usr/include/glib-2.0/gio/gvolume.h #usr/include/glib-2.0/gio/gvolumemonitor.h @@ -296,19 +298,19 @@ #usr/lib/glib-2.0/include/glibconfig.h #usr/lib/libgio-2.0.so usr/lib/libgio-2.0.so.0 -usr/lib/libgio-2.0.so.0.7000.1 +usr/lib/libgio-2.0.so.0.7101.0 #usr/lib/libglib-2.0.so usr/lib/libglib-2.0.so.0 -usr/lib/libglib-2.0.so.0.7000.1 +usr/lib/libglib-2.0.so.0.7101.0 #usr/lib/libgmodule-2.0.so usr/lib/libgmodule-2.0.so.0 -usr/lib/libgmodule-2.0.so.0.7000.1 +usr/lib/libgmodule-2.0.so.0.7101.0 #usr/lib/libgobject-2.0.so usr/lib/libgobject-2.0.so.0 -usr/lib/libgobject-2.0.so.0.7000.1 +usr/lib/libgobject-2.0.so.0.7101.0 #usr/lib/libgthread-2.0.so usr/lib/libgthread-2.0.so.0 -usr/lib/libgthread-2.0.so.0.7000.1 +usr/lib/libgthread-2.0.so.0.7101.0 #usr/lib/pkgconfig/gio-2.0.pc #usr/lib/pkgconfig/gio-unix-2.0.pc #usr/lib/pkgconfig/glib-2.0.pc @@ -328,8 +330,8 @@ usr/lib/libgthread-2.0.so.0.7000.1 #usr/share/gdb/auto-load #usr/share/gdb/auto-load/usr #usr/share/gdb/auto-load/usr/lib -#usr/share/gdb/auto-load/usr/lib/libglib-2.0.so.0.7000.1-gdb.py -#usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.7000.1-gdb.py +#usr/share/gdb/auto-load/usr/lib/libglib-2.0.so.0.7101.0-gdb.py +#usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.7101.0-gdb.py #usr/share/gettext/its #usr/share/gettext/its/gschema.its #usr/share/gettext/its/gschema.loc @@ -339,6 +341,7 @@ usr/lib/libgthread-2.0.so.0.7000.1 #usr/share/glib-2.0/codegen/codegen.py #usr/share/glib-2.0/codegen/codegen_docbook.py #usr/share/glib-2.0/codegen/codegen_main.py +#usr/share/glib-2.0/codegen/codegen_rst.py #usr/share/glib-2.0/codegen/config.py #usr/share/glib-2.0/codegen/dbustypes.py #usr/share/glib-2.0/codegen/parser.py diff --git a/lfs/glib b/lfs/glib index 228a69b9f..77c37698d 100644 --- a/lfs/glib +++ b/lfs/glib @@ -24,7 +24,7 @@ include Config -VER = 2.70.1 +VER = 2.71.1 THISAPP = glib-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = fb613d21fabce3d3d8520f37d12bd473 +$(DL_FILE)_MD5 = 49c95e1b98f829f94bce36f7a8183004 install : $(TARGET) From 2e6d50f8b95fb54108dca60d23ca869a0447b366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 6 Feb 2022 10:52:37 +0000 Subject: [PATCH 058/339] Core Update 165: Ship glib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/glib | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/165/filelists/glib diff --git a/config/rootfiles/core/165/filelists/glib b/config/rootfiles/core/165/filelists/glib new file mode 120000 index 000000000..44665746a --- /dev/null +++ b/config/rootfiles/core/165/filelists/glib @@ -0,0 +1 @@ +../../../common/glib \ No newline at end of file From 7a4f1250177069b040abab6dfb139a8bb5a394ba Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Sat, 5 Feb 2022 21:33:12 +0100 Subject: [PATCH 059/339] iproute2: Update to version 5.16.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 5.15.0 to 5.16.0 - Update of rootfile routef has been removed Commit message - This script is old and limited to IPv4. Using ip route command directly is better option. rtpr has been removed Commit message - This script was a one off hack for a special case. Now that ip commands have better formatting, there is no real reason for it ifcfg has been removed Commit message - This script was from olden days of ifcfg. I don't see any distribution using it and it is time to put it out to pasture. - Changelog - There is no changelog. For details of changes you have to review the commits in the git repository https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/ Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/iproute2 | 6 ------ lfs/iproute2 | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2 index ebef87ef7..0247aa976 100644 --- a/config/rootfiles/common/iproute2 +++ b/config/rootfiles/common/iproute2 @@ -13,17 +13,14 @@ sbin/ctstat sbin/dcb sbin/devlink sbin/genl -sbin/ifcfg sbin/ifstat sbin/ip sbin/lnstat sbin/nstat sbin/rdma -sbin/routef sbin/routel sbin/rtacct sbin/rtmon -sbin/rtpr sbin/rtstat sbin/ss sbin/tc @@ -65,7 +62,6 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/devlink-trap.8 #usr/share/man/man8/devlink.8 #usr/share/man/man8/genl.8 -#usr/share/man/man8/ifcfg.8 #usr/share/man/man8/ifstat.8 #usr/share/man/man8/ip-address.8 #usr/share/man/man8/ip-addrlabel.8 @@ -101,11 +97,9 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/rdma-statistic.8 #usr/share/man/man8/rdma-system.8 #usr/share/man/man8/rdma.8 -#usr/share/man/man8/routef.8 #usr/share/man/man8/routel.8 #usr/share/man/man8/rtacct.8 #usr/share/man/man8/rtmon.8 -#usr/share/man/man8/rtpr.8 #usr/share/man/man8/rtstat.8 #usr/share/man/man8/ss.8 #usr/share/man/man8/tc-actions.8 diff --git a/lfs/iproute2 b/lfs/iproute2 index acea611b1..21b792e0a 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -24,7 +24,7 @@ include Config -VER = 5.15.0 +VER = 5.16.0 THISAPP = iproute2-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8a598a61c054a3ce538b47c40b010552 +$(DL_FILE)_MD5 = 994c1bad2a24aa9d70e89670c5b5dfcb install : $(TARGET) From 36cea0fcdd98f7869e399f1a8d1539e549edcd56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 6 Feb 2022 10:53:10 +0000 Subject: [PATCH 060/339] Core Update 165: Ship iproute2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/iproute2 | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/165/filelists/iproute2 diff --git a/config/rootfiles/core/165/filelists/iproute2 b/config/rootfiles/core/165/filelists/iproute2 new file mode 120000 index 000000000..05f0f71fb --- /dev/null +++ b/config/rootfiles/core/165/filelists/iproute2 @@ -0,0 +1 @@ +../../../common/iproute2 \ No newline at end of file From e78c7a81e426672f7c4b6847b4ec974841e796d0 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Sat, 5 Feb 2022 21:33:43 +0100 Subject: [PATCH 061/339] sudo: Update to version 1.9.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 1.9.8p2 to 1.9.9 - Update of rootfile - Changelog What's new in Sudo 1.9.9 * Sudo can now be built with OpenSSL 3.0 without generating warnings about deprecated OpenSSL APIs. * A digest can now be specified along with the "ALL" command in the LDAP and SSSD back-ends. Sudo 1.9.0 introduced support for this in the sudoers file but did not include corresponding changes for the other back-ends. * visudo now only warns about an undefined alias or a cycle in an alias once for each alias. * The sudoRole cn was truncated by a single character in warning messages. GitHub issue #115. * The cvtsudoers utility has new --group-file and --passwd-file options to use a custom passwd or group file when the --match-local option is also used. * The cvtsudoers utility can now filter or match based on a command. * The cvtsudoers utility can now produce output in csv (comma-separated value) format. This can be used to help generate entitlement reports. * Fixed a bug in sudo_logsrvd that could result in the connection being dropped for very long command lines. * Fixed a bug where sudo_logsrvd would not accept a restore point of zero. * Fixed a bug in visudo where the value of the "editor" setting was not used if it did not match the user's EDITOR environment variable. This was only a problem if the "env_editor" setting was not enabled. Bug #1000. * Sudo now builds with the -fcf-protection compiler option and the "-z now" linker option if supported. * The output of "sudoreplay -l" now more closely matches the traditional sudo log format. * The sudo_sendlog utility will now use the full contents of the log.json file, if present. This makes it possible to send sudo-format I/O logs that use the newer log.json format to sudo_logsrvd without losing any information. * Fixed compilation of the arc4random_buf() replacement on systems with arc4random() but no arc4random_buf(). Bug #1008. * Sudo now uses its own getentropy() by default on Linux. The GNU libc version of getentropy() will fail on older kernels that don't support the getrandom() system call. * It is now possible to build sudo with WolfSSL's OpenSSL compatibility layer by using the --enable-wolfssl configure option. * Fixed a bug related to Daylight Saving Time when parsing timestamps in Generalized Time format. This affected the NOTBEFORE and NOTAFTER options in sudoers. Bug #1006 * Added the -O and -P options to visudo, which can be used to check or set the owner and permissions. This can be used in conjunction with the -c option to check that the sudoers file ownership and permissions are correct. Bug #1007. * It is now possible to set resource limits in the sudoers file itself. The special values "default" and "user" refer to the default system limit and invoking user limit respectively. The core dump size limit is now set to 0 by default unless overridden by the sudoers file. * The cvtsudoers utility can now merge multiple sudoers sources into a single, combined sudoers file. If there are conflicting entries, cvtsudoers will attempt to resolve them but manual intervention may be required. The merging of sudoers rules is currently fairly simplistic but will be improved in a future release. * Sudo was parsing but not applying the "deref" and "tls_reqcert" ldap.conf settings. This meant the options were effectively ignored which broke dereferencing of aliases in LDAP. Bug #1013. * Clarified in the sudo man page that the security policy may override the user's PATH environment variable. Bug #1014. * When sudo is run in non-interactive mode (with the -n option), it will now attempt PAM authentication and only exit with an error if user interaction is required. This allows PAM modules that don't interact with the user to succeed. Previously, sudo would not attempt authentication if the -n option was specified. Bug #956 and GitHub issue #83. * Fixed a regression introduced in version 1.9.1 when sudo is built with the --with-fqdn configure option. The local host name was being resolved before the sudoers file was processed, making it impossible to disable DNS lookups by negating the "fqdn" sudoers option. Bug #1016. * Added support for negated sudoUser attributes in the LDAP and SSSD sudoers back ends. A matching sudoUser that is negated will cause the sudoRole containing it to be ignored. * Fixed a bug where the stack resource limit could be set to a value smaller than that of the invoking user and not be reset before the command was run. Bug #1017. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/sudo | 17 +++++++++++------ lfs/sudo | 4 ++-- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/config/rootfiles/common/sudo b/config/rootfiles/common/sudo index 80e83efa4..1cb0d2bf7 100644 --- a/config/rootfiles/common/sudo +++ b/config/rootfiles/common/sudo @@ -30,15 +30,18 @@ usr/lib/sudo/system_group.so #usr/sbin/sudo_sendlog usr/sbin/visudo #usr/share/doc/sudo -#usr/share/doc/sudo/CONTRIBUTORS +#usr/share/doc/sudo/CONTRIBUTING.md +#usr/share/doc/sudo/CONTRIBUTORS.md #usr/share/doc/sudo/ChangeLog -#usr/share/doc/sudo/HISTORY -#usr/share/doc/sudo/LICENSE +#usr/share/doc/sudo/HISTORY.md +#usr/share/doc/sudo/LICENSE.md #usr/share/doc/sudo/NEWS -#usr/share/doc/sudo/README -#usr/share/doc/sudo/TROUBLESHOOTING -#usr/share/doc/sudo/UPGRADE +#usr/share/doc/sudo/README.md +#usr/share/doc/sudo/SECURITY.md +#usr/share/doc/sudo/TROUBLESHOOTING.md +#usr/share/doc/sudo/UPGRADE.md #usr/share/doc/sudo/examples +#usr/share/doc/sudo/examples/cvtsudoers.conf #usr/share/doc/sudo/examples/pam.conf #usr/share/doc/sudo/examples/sudo.conf #usr/share/doc/sudo/examples/sudo_logsrvd.conf @@ -58,8 +61,10 @@ usr/sbin/visudo #usr/share/locale/eo/LC_MESSAGES/sudo.mo #usr/share/locale/eo/LC_MESSAGES/sudoers.mo #usr/share/locale/es/LC_MESSAGES/sudo.mo +#usr/share/locale/es/LC_MESSAGES/sudoers.mo #usr/share/locale/eu/LC_MESSAGES/sudo.mo #usr/share/locale/eu/LC_MESSAGES/sudoers.mo +#usr/share/locale/fa/LC_MESSAGES/sudo.mo #usr/share/locale/fi/LC_MESSAGES/sudo.mo #usr/share/locale/fi/LC_MESSAGES/sudoers.mo #usr/share/locale/fr/LC_MESSAGES/sudo.mo diff --git a/lfs/sudo b/lfs/sudo index bec0f6021..8fc6879de 100644 --- a/lfs/sudo +++ b/lfs/sudo @@ -24,7 +24,7 @@ include Config -VER = 1.9.8p2 +VER = 1.9.9 THISAPP = sudo-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f831c1d62835cde89c261465d9c781e4 +$(DL_FILE)_MD5 = f112d8ee214ef46ac6398196958ee383 install : $(TARGET) From e40b329d5db06709b8212649b85e4f21f5a0d42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 6 Feb 2022 10:53:43 +0000 Subject: [PATCH 062/339] Core Update 165: Ship sudo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/sudo | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/165/filelists/sudo diff --git a/config/rootfiles/core/165/filelists/sudo b/config/rootfiles/core/165/filelists/sudo new file mode 120000 index 000000000..0d3c45e04 --- /dev/null +++ b/config/rootfiles/core/165/filelists/sudo @@ -0,0 +1 @@ +../../../common/sudo \ No newline at end of file From 847df41da7074636332ad3f419d3513adf3ade8f Mon Sep 17 00:00:00 2001 From: Robin Roevens Date: Fri, 25 Jun 2021 01:30:05 +0200 Subject: [PATCH 063/339] pakfire: implement function to parse meta files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removing a lot of duplicate code parsing meta files, now replaced by simple function calls, resulting in all metadata in one hash. Signed-off-by: Robin Roevens Reviewed-by: Peter Müller --- src/pakfire/lib/functions.pl | 135 ++++++++++++++--------------------- 1 file changed, 52 insertions(+), 83 deletions(-) diff --git a/src/pakfire/lib/functions.pl b/src/pakfire/lib/functions.pl index cb448a766..87ce73540 100644 --- a/src/pakfire/lib/functions.pl +++ b/src/pakfire/lib/functions.pl @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2015 IPFire Team # +# Copyright (C) 2007-2021 IPFire Team # # # # 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 # @@ -388,11 +388,10 @@ sub dbgetlist { } # Update the meta database if new packages was in the package list - my @meta; my $file; my $line; my $prog; - my ($name, $version, $release); + my %metadata; my @templine; open(FILE, "<$Conf::dbdir/lists/packages_list.db"); @@ -407,28 +406,14 @@ sub dbgetlist { next if ( $file eq ".." ); next if ( $file eq "meta-" ); next if ( $file =~ /^old/ ); - open(FILE, "<$Conf::dbdir/meta/$file"); - @meta = ; - close(FILE); - foreach $line (@meta) { - @templine = split(/\: /,$line); - if ("$templine[0]" eq "Name") { - $name = $templine[1]; - chomp($name); - } elsif ("$templine[0]" eq "ProgVersion") { - $version = $templine[1]; - chomp($version); - } elsif ("$templine[0]" eq "Release") { - $release = $templine[1]; - chomp($release); - } - } + %metadata = parsemetafile("$Conf::dbdir/meta/$file"); + foreach $prog (@db) { @templine = split(/\;/,$prog); - if (("$name" eq "$templine[0]") && ("$release" ne "$templine[2]")) { - move("$Conf::dbdir/meta/meta-$name","$Conf::dbdir/meta/old_meta-$name"); - fetchfile("meta/meta-$name", ""); - move("$Conf::cachedir/meta-$name", "$Conf::dbdir/meta/meta-$name"); + if (("$metadata{'Name'}" eq "$templine[0]") && ("$metadata{'Release'}" ne "$templine[2]")) { + move("$Conf::dbdir/meta/meta-$metadata{'Name'}","$Conf::dbdir/meta/old_meta-$metadata{'Name'}"); + fetchfile("meta/meta-$metadata{'Name'}", ""); + move("$Conf::cachedir/meta-$metadata{'Name'}", "$Conf::dbdir/meta/meta-$metadata{'Name'}"); } } } @@ -441,12 +426,11 @@ sub dblist { # filter may be: all, notinstalled, installed my $filter = shift; my $forweb = shift; - my @meta; my @updatepaks; my $file; my $line; my $prog; - my ($name, $version, $release); + my %metadata; my @templine; ### Make sure that the list is not outdated. @@ -482,30 +466,16 @@ sub dblist { next if ( $file eq "." ); next if ( $file eq ".." ); next if ( $file =~ /^old/ ); - open(FILE, "<$Conf::dbdir/installed/$file"); - @meta = ; - close(FILE); - foreach $line (@meta) { - @templine = split(/\: /,$line); - if ("$templine[0]" eq "Name") { - $name = $templine[1]; - chomp($name); - } elsif ("$templine[0]" eq "ProgVersion") { - $version = $templine[1]; - chomp($version); - } elsif ("$templine[0]" eq "Release") { - $release = $templine[1]; - chomp($release); - } - } + %metadata = parsemetafile("$Conf::dbdir/installed/$file"); + foreach $prog (@db) { @templine = split(/\;/,$prog); - if (("$name" eq "$templine[0]") && ("$release" < "$templine[2]" && "$forweb" ne "notice")) { - push(@updatepaks,$name); + if (("$metadata{'Name'}" eq "$templine[0]") && ("$metadata{'Release'}" < "$templine[2]" && "$forweb" ne "notice")) { + push(@updatepaks,$metadata{'Name'}); if ("$forweb" eq "forweb") { - print "\n"; + print "\n"; } else { - my $command = "Update: $name\nVersion: $version -> $templine[1]\nRelease: $release -> $templine[2]\n"; + my $command = "Update: $metadata{'Name'}\nVersion: $metadata{'ProgVersion'} -> $templine[1]\nRelease: $metadata{'Release'} -> $templine[2]\n"; if ("$Pakfire::enable_colors" eq "1") { print "$color{'lila'}$command$color{'normal'}\n"; } else { @@ -560,18 +530,9 @@ sub resolvedeps_one { message("PAKFIRE RESV: $pak: Resolving dependencies..."); - open(FILE, "<$Conf::dbdir/meta/meta-$pak"); - my @file = ; - close(FILE); - - my $line; - my (@templine, @deps, @all); - foreach $line (@file) { - @templine = split(/\: /,$line); - if ("$templine[0]" eq "Dependencies") { - @deps = split(/ /, $templine[1]); - } - } + my %metadata = parsemetafile("$Conf::dbdir/meta/meta-$pak"); + my @all; + my @deps = split(/ /, $metadata{'Dependencies'}); chomp (@deps); foreach (@deps) { if ($_) { @@ -691,22 +652,42 @@ sub getsize { getmetafile("$pak"); - open(FILE, "<$Conf::dbdir/meta/meta-$pak"); - my @file = ; - close(FILE); - - my $line; - my @templine; - foreach $line (@file) { - @templine = split(/\: /,$line); - if ("$templine[0]" eq "Size") { - chomp($templine[1]); - return $templine[1]; - } + if (my %metadata = parsemetafile("$Conf::dbdir/meta/meta-$pak")) { + return $metadata{'Size'}; } return 0; } +sub parsemetafile { + ### This subroutine returns a hash with the contents of a meta- file + # Pass path to metafile as argument: Pakfire::parsemetafile("$Conf::dbdir/meta/meta-$pak") + # Usage is always with an argument. + my $metafile = shift; + + my %metadata = (); + + my @templine; + my @file; + + if (! -e $metafile ) { + return 0; + } + + open(FILE, "<$metafile"); + @file = ; + close(FILE); + + foreach (@file) { + @templine = split(/\: /,$_); + if ($templine[1]) { + chomp($templine[1]); + $metadata{"$templine[0]"} = $templine[1]; + } + } + + return %metadata; +} + sub decryptpak { my $pak = shift; @@ -727,20 +708,8 @@ sub getpak { getmetafile("$pak"); - open(FILE, "<$Conf::dbdir/meta/meta-$pak"); - my @file = ; - close(FILE); - - my $line; - my $file; - my @templine; - foreach $line (@file) { - @templine = split(/\: /,$line); - if ("$templine[0]" eq "File") { - chomp($templine[1]); - $file = $templine[1]; - } - } + my %metadata = parsemetafile("$Conf::dbdir/meta/meta-$pak"); + my $file = $metadata{'File'}; unless ($file) { message("No filename given in meta-file."); From 0fc7dbe37a73686f50da34ef42740d668313ea12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 6 Feb 2022 10:57:37 +0000 Subject: [PATCH 064/339] Core Update 165: Ship Pakfire functions.pl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/files | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/165/filelists/files b/config/rootfiles/core/165/filelists/files index 4bd33fcb6..0c08355be 100644 --- a/config/rootfiles/core/165/filelists/files +++ b/config/rootfiles/core/165/filelists/files @@ -1,4 +1,5 @@ opt/pakfire/etc/pakfire.conf +opt/pakfire/lib/functions.pl srv/web/ipfire/html/themes/ipfire/include/css/style.css usr/sbin/setup var/ipfire/main/manualpages From 7e329483a1062ef1c73d2d3927e28f5bb5c2e033 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Fri, 22 May 2020 14:13:38 +0200 Subject: [PATCH 065/339] backup.cgi: Cosmetic fix - mark backup files bold for better readability Signed-off-by: Matthias Fischer Acked-by: Michael Tremer --- html/cgi-bin/backup.cgi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/html/cgi-bin/backup.cgi b/html/cgi-bin/backup.cgi index 1b1ccb4a8..1c01cb286 100644 --- a/html/cgi-bin/backup.cgi +++ b/html/cgi-bin/backup.cgi @@ -202,7 +202,7 @@ my $Datei = "/var/ipfire/backup/".$_; my @Info = stat($Datei); my $Size = $Info[7] / 1024 / 1024; $Size = sprintf("%0.2f", $Size); -print "$Lang::tr{'backup from'} $_ $Lang::tr{'size'} $Size MB
"; +print "$Lang::tr{'backup from'} $_ $Lang::tr{'size'} $Size MB
"; print "
"; } foreach (@backupisos){ @@ -212,7 +212,7 @@ my $Datei = "/var/tmp/backupiso/".$_; my @Info = stat($Datei); my $Size = $Info[7] / 1024 / 1024; $Size = sprintf("%0.2f", $Size); -print "$Lang::tr{'backup from'} $_ $Lang::tr{'size'} $Size MB
"; +print "$Lang::tr{'backup from'} $_ $Lang::tr{'size'} $Size MB
"; print "
"; } print <$Lang::tr{'backup from'} $_ $Lang::tr{'size'} $Size KB $Lang::tr{'date'} ".localtime($Info[9]).""; + print "$Lang::tr{'backup from'} $_ $Lang::tr{'size'} $Size KB $Lang::tr{'date'} ".localtime($Info[9]).""; } else { $Size = sprintf("%2d", $Size); - print "$Lang::tr{'backup from'} $_ $Lang::tr{'size'} $Size KB $Lang::tr{'date'} ".localtime($Info[9]).""; + print "$Lang::tr{'backup from'} $_ $Lang::tr{'size'} $Size KB $Lang::tr{'date'} ".localtime($Info[9]).""; } @@ -272,7 +272,7 @@ END ; } else{ - print "$Lang::tr{'backup from'} $_ "; + print "$Lang::tr{'backup from'} $_ "; } print < @@ -291,7 +291,7 @@ my $Datei = "/var/ipfire/backup/addons/backup/".$_.".ipf"; my @Info = stat($Datei); my $Size = $Info[7] / 1024; $Size = sprintf("%2d", $Size); -print "$Lang::tr{'backup from'} $_ $Lang::tr{'size'} $Size KB $Lang::tr{'date'} ".localtime($Info[9]).""; +print "$Lang::tr{'backup from'} $_ $Lang::tr{'size'} $Size KB $Lang::tr{'date'} ".localtime($Info[9]).""; print <
From 1631ef1315ff46fbf46ec6a5fad0bd00408c2134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 6 Feb 2022 11:11:28 +0000 Subject: [PATCH 066/339] Core Update 165: Ship backup.cgi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/files | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/165/filelists/files b/config/rootfiles/core/165/filelists/files index 0c08355be..eda66288a 100644 --- a/config/rootfiles/core/165/filelists/files +++ b/config/rootfiles/core/165/filelists/files @@ -1,5 +1,6 @@ opt/pakfire/etc/pakfire.conf opt/pakfire/lib/functions.pl +srv/web/ipfire/cgi-bin/backup.cgi srv/web/ipfire/html/themes/ipfire/include/css/style.css usr/sbin/setup var/ipfire/main/manualpages From ae2d7a3f919902c0b01530b2a024600afa0fab39 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Sun, 6 Feb 2022 13:53:56 +0100 Subject: [PATCH 067/339] media.cgi: Added missing translation string MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contination from http://patchwork.ipfire.org/project/ipfire/patch/20200513135520.30310-1-matthias.fischer@ipfire.org/ [Thanks Peter, I nearly forgot... ;-) ] Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- html/cgi-bin/media.cgi | 2 +- langs/de/cgi-bin/de.pl | 1 + langs/en/cgi-bin/en.pl | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/html/cgi-bin/media.cgi b/html/cgi-bin/media.cgi index af75d1bf3..684764179 100644 --- a/html/cgi-bin/media.cgi +++ b/html/cgi-bin/media.cgi @@ -137,7 +137,7 @@ close DF; my @iostat1 = qx(/usr/bin/iostat -dm -p | grep -v "Linux" | awk '{print \$1}'); my @iostat2 = qx(/usr/bin/iostat -dm -p | grep -v "Linux" | awk '{print \$6}'); my @iostat3 = qx(/usr/bin/iostat -dm -p | grep -v "Linux" | awk '{print \$7}'); -print " \n

transfers

"; +print " \n

$Lang::tr{'transfers'}

"; my $i=0; for(my $i = 1; $i <= $#iostat1; $i++){ diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 4fcd68ab3..7a4b30ad5 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -2485,6 +2485,7 @@ 'trafficsum' => 'Total', 'trafficto' => 'Nach', 'transfer limits' => 'Transferbeschränkungen', +'transfers' => 'Datenübertragungen', 'transparent on' => 'Transparent auf', 'transport mode does not support vti' => 'VTI wird im Transport-Modus nicht unterstützt', 'tripwire' => 'Tripwire', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 07f907eb3..644eb0574 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -2546,6 +2546,7 @@ 'trafficsum' => 'Totals', 'trafficto' => 'To', 'transfer limits' => 'Transfer limits', +'transfers' => 'Transfers', 'transparent on' => 'Transparent on', 'transport mode does not support vti' => 'VTI is not support in transport mode', 'tripwire' => 'Tripwire', From 1956891c6cb165711821dc42870bcb7c9d550e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 6 Feb 2022 13:14:59 +0000 Subject: [PATCH 068/339] Core Update 165: Ship media.cgi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/files | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/165/filelists/files b/config/rootfiles/core/165/filelists/files index eda66288a..ca6c228ab 100644 --- a/config/rootfiles/core/165/filelists/files +++ b/config/rootfiles/core/165/filelists/files @@ -1,6 +1,7 @@ opt/pakfire/etc/pakfire.conf opt/pakfire/lib/functions.pl srv/web/ipfire/cgi-bin/backup.cgi +srv/web/ipfire/cgi-bin/media.cgi srv/web/ipfire/html/themes/ipfire/include/css/style.css usr/sbin/setup var/ipfire/main/manualpages From dad5b8d27f983cc909bdcc1f83ff15d3ce30084d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 6 Feb 2022 16:46:42 +0000 Subject: [PATCH 069/339] wio: Fix rootfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/packages/wio | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/packages/wio b/config/rootfiles/packages/wio index 9dafd06a2..e1a0313d0 100644 --- a/config/rootfiles/packages/wio +++ b/config/rootfiles/packages/wio @@ -30,6 +30,8 @@ srv/web/ipfire/html/images/wio/white.png usr/lib/wio usr/lib/wio/wio-graphs.pl usr/lib/wio/wio-lib.pl +usr/local/bin/wiohelper +usr/local/bin/wioscan var/ipfire/addon-lang/wio.de.pl var/ipfire/addon-lang/wio.en.pl var/ipfire/addon-lang/wio.es.pl @@ -44,5 +46,3 @@ var/ipfire/wio/wiovpn.pl var/log/rrd/wio var/log/wio var/log/wio/wioips --usr/local/bin/wiohelper --usr/local/bin/wioscan From 37b4810a1470bc3fd6e7f9f68b560136c5274e03 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Sun, 6 Feb 2022 13:38:28 +0100 Subject: [PATCH 070/339] cups: Update to version 2.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 2.3.3op2 to 2.4.1 - Update of rootfile - Changelog Changes in CUPS v2.4.1 (27th January 2020) - The default color mode now is now configurable and defaults to the printer's reported default mode (Issue #277) - Configuration script now checks linking for -Wl,-pie flags (Issue #303) - Fixed memory leaks - in testi18n (Issue #313), in `cups_enum_dests()` (Issue #317), in `_cupsEncodeOption()` and `http_tls_upgrade()` (Issue #322) - Fixed missing bracket in de/index.html (Issue #299) - Fixed typos in configuration scripts (Issues #304, #316) - Removed remaining legacy code for `RIP_MAX_CACHE` environment variable (Issue #323) - Removed deprecated directives from cupsctl and cups-files.conf (Issue #300) - Removed `purge-jobs` legacy code from CGI scripts and templates (Issue #325) Changes in CUPS v2.4.0 (29th November 2021) - Added configure option --with-idle-exit-timeout (Issue #294) - Added --with-systemd-timeoutstartsec configure option (Issue #298) - DigestOptions now are applied for MD5 Digest authentication defined by RFC 2069 as well (Issue #287) - Fixed compilation on Solaris (Issue #293) - Fixed and improved German translations (Issue #296, Issue #297) Changes in CUPS v2.4rc1 (12th November 2021) - Added warning and debug messages when loading printers if the queue is raw or with driver (Issue #286) - Compilation now uses -fstack-protector-strong if available (Issue #285) Changes in CUPS v2.4b1 (27th October 2021) - Added support for CUPS running in a Snapcraft snap. - Added basic OAuth 2.0 client support (Issue #100) - Added support for AirPrint and Mopria clients (Issue #105) - Added configure support for specifying systemd dependencies in the CUPS service file (Issue #144) - Added several features and improvements to `ipptool` (Issue #153) - Added a JSON output mode for `ipptool`. - The `ipptool` command now correctly reports an error when a test file cannot be found. - CUPS library now uses thread safe `getpwnam_r` and `getpwuid_r` functions (Issue #274) - Fixed Kerberos authentication for the web interface (Issue #19) - The ZPL sample driver now supports more "standard" label sizes (Issue #70) - Fixed reporting of printer instances when enumerating and when no options are set for the main instance (Issue #71) - Reverted USB read limit enforcement change from CUPS 2.2.12 (Issue #72) - The IPP backend did not return the correct status code when a job was canceled at the printer/server (Issue #74) - The `testlang` unit test program now loops over all of the available locales by default (Issue #85) - The `cupsfilter` command now shows error messages when options are used incorrectly (Issue #88) - The PPD functions now treat boolean values as case-insensitive (Issue #106) - Temporary queue names no longer end with an underscore (Issue #110) - The USB backend now runs as root (Issue #121) - Added pkg-config file for libcups (Issue #122) - Fixed a PPD memory leak caused by emulator definitions (Issue #124) - Fixed a `DISPLAY` bug in `ipptool` (Issue #139) - The scheduler now includes the `[Job N]` prefix for job log messages, even when using syslog logging (Issue #154) - Added support for locales using the GB18030 character set (Issue #159) - `httpReconnect2` did not reset the socket file descriptor when the TLS negotiation failed (Apple #5907) - `httpUpdate` did not reset the socket file descriptor when the TLS negotiation failed (Apple #5915) - The IPP backend now retries Validate-Job requests (Issue #132) - Now show better error messages when a driver interface program fails to provide a PPD file (Issue #148) - Added dark mode support to the CUPS web interface (Issue #152) - Added a workaround for Solaris in `httpAddrConnect2` (Issue #156) - Fixed an interaction between `--remote-admin` and `--remote-any` for the `cupsctl` command (Issue #158) - Now use a 60 second timeout for reading USB backchannel data (Issue #160) - The USB backend now tries harder to find a serial number (Issue #170) - Fixed `@IF(name)` handling in `cupsd.conf` (Apple #5918) - Fixed documentation and added examples for CUPS' limited CGI support (Apple #5940) - Fixed the `lpc` command prompt (Apple #5946) - Now always pass "localhost" in the `Host:` header when talking over a domain socket or the loopback interface (Issue #185) - Fixed a job history update issue in the scheduler (Issue #187) - Fixed `job-pages-per-set` value for duplex print jobs. - Fixed an edge case in `ippReadIO` to make sure that only complete attributes and values are retained on an error (Issue #195) - Hardened `ippReadIO` to prevent invalid IPP messages from being propagated (Issue #195, Issue #196) - The scheduler now supports the "everywhere" model directly (Issue #201) - Fixed some IPP Everywhere option mapping problems (Issue #238) - Fixed support for "job-hold-until" with the Restart-Job operation (Issue #250) - Fixed the default color/grayscale presets for IPP Everywhere PPDs (Issue #262) - Fixed support for the 'offline-report' state for all USB backends (Issue #264) - Documentation fixes (Issue #92, Issue #163, Issue #177, Issue #184) - Localization updates (Issue #123, Issue #129, Issue #134, Issue #146, Issue #164) - USB quirk updates (Issue #192, Issue #270, Apple #5766, Apple #5838, Apple #5843, Apple #5867) - Web interface updates (Issue #142, Issue #218) - The `ippeveprinter` tool now automatically uses an available port. - Fixed several Windows TLS and hashing issues. - Deprecated cups-config (Issue #97) - Deprecated Kerberos (`AuthType Negotiate`) authentication (Issue #98) - Removed support for the (long deprecated and unused) `FontPath`, `ListenBackLog`, `LPDConfigFile`, `KeepAliveTimeout`, `RIPCache`, and `SMBConfigFile` directives in `cupsd.conf` and `cups-files.conf`. - Stubbed out deprecated `httpMD5` functions. - Add test for undefined page ranges during printing. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/packages/cups | 97 +++++++++++++++++++++++++++++++--- lfs/cups | 6 +-- 2 files changed, 92 insertions(+), 11 deletions(-) diff --git a/config/rootfiles/packages/cups b/config/rootfiles/packages/cups index f9d15bc8b..3974aa2a1 100644 --- a/config/rootfiles/packages/cups +++ b/config/rootfiles/packages/cups @@ -91,6 +91,7 @@ usr/lib/cups/notifier/rss usr/lib/libcups.so.2 #usr/lib/libcupsimage.so usr/lib/libcupsimage.so.2 +#usr/lib/pkgconfig/cups.pc usr/sbin/cupsaccept usr/sbin/cupsctl usr/sbin/cupsd @@ -102,6 +103,8 @@ usr/sbin/lpadmin usr/sbin/lpc usr/sbin/lpinfo usr/sbin/lpmove +#usr/share/applications +#usr/share/applications/cups.desktop usr/share/cups usr/share/cups/banners usr/share/cups/data @@ -176,6 +179,7 @@ usr/share/cups/ipptool/print-job-hold.test usr/share/cups/ipptool/print-job-letter.test usr/share/cups/ipptool/print-job-manual.test usr/share/cups/ipptool/print-job-media-col.test +usr/share/cups/ipptool/print-job-media-needed.test usr/share/cups/ipptool/print-job-password.test usr/share/cups/ipptool/print-job.test usr/share/cups/ipptool/print-uri.test @@ -216,6 +220,72 @@ usr/share/cups/templates/class.tmpl usr/share/cups/templates/classes-header.tmpl usr/share/cups/templates/classes.tmpl usr/share/cups/templates/command.tmpl +usr/share/cups/templates/da +usr/share/cups/templates/da/add-class.tmpl +usr/share/cups/templates/da/add-printer.tmpl +usr/share/cups/templates/da/admin.tmpl +usr/share/cups/templates/da/choose-device.tmpl +usr/share/cups/templates/da/choose-make.tmpl +usr/share/cups/templates/da/choose-model.tmpl +usr/share/cups/templates/da/choose-serial.tmpl +usr/share/cups/templates/da/choose-uri.tmpl +usr/share/cups/templates/da/class-added.tmpl +usr/share/cups/templates/da/class-confirm.tmpl +usr/share/cups/templates/da/class-deleted.tmpl +usr/share/cups/templates/da/class-jobs-header.tmpl +usr/share/cups/templates/da/class-modified.tmpl +usr/share/cups/templates/da/class.tmpl +usr/share/cups/templates/da/classes-header.tmpl +usr/share/cups/templates/da/classes.tmpl +usr/share/cups/templates/da/command.tmpl +usr/share/cups/templates/da/edit-config.tmpl +usr/share/cups/templates/da/error-op.tmpl +usr/share/cups/templates/da/error.tmpl +usr/share/cups/templates/da/header.tmpl +usr/share/cups/templates/da/help-header.tmpl +usr/share/cups/templates/da/help-printable.tmpl +usr/share/cups/templates/da/help-trailer.tmpl +usr/share/cups/templates/da/job-cancel.tmpl +usr/share/cups/templates/da/job-hold.tmpl +usr/share/cups/templates/da/job-move.tmpl +usr/share/cups/templates/da/job-moved.tmpl +usr/share/cups/templates/da/job-release.tmpl +usr/share/cups/templates/da/job-restart.tmpl +usr/share/cups/templates/da/jobs-header.tmpl +usr/share/cups/templates/da/jobs.tmpl +usr/share/cups/templates/da/list-available-printers.tmpl +usr/share/cups/templates/da/modify-class.tmpl +usr/share/cups/templates/da/modify-printer.tmpl +usr/share/cups/templates/da/norestart.tmpl +usr/share/cups/templates/da/option-boolean.tmpl +usr/share/cups/templates/da/option-conflict.tmpl +usr/share/cups/templates/da/option-header.tmpl +usr/share/cups/templates/da/option-pickmany.tmpl +usr/share/cups/templates/da/option-pickone.tmpl +usr/share/cups/templates/da/option-trailer.tmpl +usr/share/cups/templates/da/pager.tmpl +usr/share/cups/templates/da/printer-accept.tmpl +usr/share/cups/templates/da/printer-added.tmpl +usr/share/cups/templates/da/printer-cancel-jobs.tmpl +usr/share/cups/templates/da/printer-configured.tmpl +usr/share/cups/templates/da/printer-confirm.tmpl +usr/share/cups/templates/da/printer-default.tmpl +usr/share/cups/templates/da/printer-deleted.tmpl +usr/share/cups/templates/da/printer-jobs-header.tmpl +usr/share/cups/templates/da/printer-modified.tmpl +usr/share/cups/templates/da/printer-reject.tmpl +usr/share/cups/templates/da/printer-start.tmpl +usr/share/cups/templates/da/printer-stop.tmpl +usr/share/cups/templates/da/printer.tmpl +usr/share/cups/templates/da/printers-header.tmpl +usr/share/cups/templates/da/printers.tmpl +usr/share/cups/templates/da/restart.tmpl +usr/share/cups/templates/da/search.tmpl +usr/share/cups/templates/da/set-printer-options-header.tmpl +usr/share/cups/templates/da/set-printer-options-trailer.tmpl +usr/share/cups/templates/da/test-page.tmpl +usr/share/cups/templates/da/trailer.tmpl +usr/share/cups/templates/da/users.tmpl usr/share/cups/templates/de usr/share/cups/templates/de/add-class.tmpl usr/share/cups/templates/de/add-printer.tmpl @@ -666,17 +736,20 @@ usr/share/doc/cups usr/share/doc/cups/apple-touch-icon.png usr/share/doc/cups/cups-printable.css usr/share/doc/cups/cups.css +usr/share/doc/cups/da +usr/share/doc/cups/da/index.html usr/share/doc/cups/de usr/share/doc/cups/de/index.html usr/share/doc/cups/es usr/share/doc/cups/es/index.html +usr/share/doc/cups/fr +usr/share/doc/cups/fr/index.html usr/share/doc/cups/help usr/share/doc/cups/help/accounting.html usr/share/doc/cups/help/admin.html usr/share/doc/cups/help/api-admin.html usr/share/doc/cups/help/api-filter.html usr/share/doc/cups/help/api-ppd.html -usr/share/doc/cups/help/api-raster.html usr/share/doc/cups/help/cgi.html usr/share/doc/cups/help/cupspm.html usr/share/doc/cups/help/encryption.html @@ -745,22 +818,15 @@ usr/share/doc/cups/help/spec-raster.html usr/share/doc/cups/help/spec-stp.html usr/share/doc/cups/help/translation.html usr/share/doc/cups/images -usr/share/doc/cups/images/color-wheel.png usr/share/doc/cups/images/cups-block-diagram.png usr/share/doc/cups/images/cups-command-chain.png -usr/share/doc/cups/images/cups-icon.png usr/share/doc/cups/images/cups-postscript-chain.png usr/share/doc/cups/images/cups-raster-chain.png usr/share/doc/cups/images/cups.png -usr/share/doc/cups/images/generic.png -usr/share/doc/cups/images/left.gif usr/share/doc/cups/images/raster-organization.png usr/share/doc/cups/images/raster.png -usr/share/doc/cups/images/right.gif usr/share/doc/cups/images/sample-image.png -usr/share/doc/cups/images/sel.gif usr/share/doc/cups/images/smiley.jpg -usr/share/doc/cups/images/unsel.gif usr/share/doc/cups/images/wait.gif usr/share/doc/cups/index.html usr/share/doc/cups/ja @@ -770,8 +836,23 @@ usr/share/doc/cups/pt_BR/index.html usr/share/doc/cups/robots.txt usr/share/doc/cups/ru usr/share/doc/cups/ru/index.html +usr/share/icons +usr/share/icons/hicolor +usr/share/icons/hicolor/128x128 +usr/share/icons/hicolor/128x128/apps +usr/share/icons/hicolor/128x128/apps/cups.png +usr/share/icons/hicolor/16x16 +usr/share/icons/hicolor/16x16/apps +usr/share/icons/hicolor/16x16/apps/cups.png +usr/share/icons/hicolor/32x32 +usr/share/icons/hicolor/32x32/apps +usr/share/icons/hicolor/32x32/apps/cups.png +usr/share/icons/hicolor/64x64 +usr/share/icons/hicolor/64x64/apps +usr/share/icons/hicolor/64x64/apps/cups.png usr/share/locale/ca/cups_ca.po usr/share/locale/cs/cups_cs.po +usr/share/locale/da/cups_da.po usr/share/locale/de/cups_de.po usr/share/locale/en usr/share/locale/en/cups_en.po diff --git a/lfs/cups b/lfs/cups index 99c9c8887..6210cd3b0 100644 --- a/lfs/cups +++ b/lfs/cups @@ -24,7 +24,7 @@ include Config -VER = 2.3.3op2 +VER = 2.4.1 THISAPP = cups-$(VER) DL_FILE = $(THISAPP)-source.tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/cups-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cups -PAK_VER = 23 +PAK_VER = 24 DEPS = avahi cups-filters dbus ghostscript krb5 libtiff @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 524266752cf243c968921547b18ee594 +$(DL_FILE)_MD5 = c2e5143d06f21e19ea2b73913185656f install : $(TARGET) From 593adc77a77cc48eea0751e71d5da18e285b1b71 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Sun, 6 Feb 2022 13:38:41 +0100 Subject: [PATCH 071/339] curl: Update to version 7.81.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 7.80.0 to 7.81.0 - Update of rootfile - Changelog 7.81.0 This release includes the following changes: o mime: use percent-escaping for multipart form field and file names [1] This release includes the following bugfixes: o asyn-ares: ares_getaddrinfo needs no happy eyeballs timer [73] o azure: make the "w/o HTTP/SMTP/IMAP" build disable SSL proper [12] o BINDINGS: add cURL client for PostgreSQL [68] o BINDINGS: add one from Everything curl and update a link o checksrc: detect more kinds of NULL comparisons we avoid [105] o CI: build examples for additional code verification [75] o CI: bump job to use mbedtls 3.1.0 [90] o cmake: don't set _USRDLL on a static Windows build [22] o cmake: prevent dev warning due to mismatched arg [94] o cmake: private identifiers use CURL_ instead of CMAKE_ prefix [40] o config.d: update documentation to match the path search o configure: add -lm to configure for rustls build. [13] o configure: better diagnostics if hyper is built wrong [6] o configure: don't enable TLS when --without-* flags are used [17] o configure: fix runtime-lib detection on macOS [21] o curl.1: require "see also" for every documented option [27] o curl: improve error message for --head with -J [42] o curl_easy_cleanup.3: remove from multi handle first [3] o curl_easy_escape.3: call curl_easy_cleanup in example [58] o curl_easy_unescape.3: call curl_easy_cleanup in example [57] o curl_multi_init.3: fix EXAMPLE formatting o curl_multi_perform/socket_action.3: clarify what errors mean [70] o curl_share_setopt.3: split out options into their own manpages [14] o CURLOPT_STDERR.3: does not work with libcurl as a win32 DLL [51] o digest: compute user:realm:pass digest w/o userhash [45] o docs/checksrc: Add documentation for STRERROR [18] o docs/cmdline-opts: do not say "protocols: all" [26] o docs/examples: workaround broken -Wno-pedantic-ms-format o docs/HTTP3: describe how to setup a h3 reverse-proxy for testing [88] o docs/INSTALL.md: typo fix : added missing "get" verb [31] o docs/URL-SYNTAX.md: space is not fine in a given URL o docs: add known bugs list to HTTP3.md [83] o docs: address proselint nits [16] o docs: consistent manpage SYNOPSIS [47] o docs: fix dead links, remove ECH.md o docs: fix typo in OpenSSL 3 build instructions [80] o docs: Update the Reducing Size section o example/progressfunc: remove code for old libcurls [78] o examples/multi-single.c: remove WAITMS() [98] o FAQ: typo fix : "yout" ➤ "your" [30] o ftp: disable warning 4706 in MSVC [85] o gen.pl: improve example output format [29] o github workflow: add wolfssl (removed from zuul) [103] o github/workflows: add mbedtls and mbedtls-clang (removed from zuul) [92] o gtls: check return code for gnutls_alpn_set_protocols [86] o hash: lazy-alloc the table in Curl_hash_add() [54] o http2:set_transfer_url() return early on OOM [53] o HTTP3: update quiche build instructions [37] o http: enable haproxy support for hyper backend [20] o http: Fix CURLOPT_HTTP200ALIASES [89] o http_proxy: don't close the socket (too early) [100] o insecure.d: detail its use for SFTP and SCP as well [32] o insecure.d: expand and clarify [28] o libcurl-multi.3: "SOCKS proxy handshakes" are not blocking o libcurl-security.3: mention address and URL mitigations o libssh2: fix error message for sha256 mismatch o libtest: avoid "assignment within conditional expression" [84] o lift: ignore is a deprecated config option, use ignoreRules [35] o linkcheck.yml: add CI job that checks markdown links [82] o m4/curl-compilers: tell clang -Wno-pointer-bool-conversion [99] o Makefile.m32: rename -winssl option to -schannel and tidy up [33] o mbedTLS: add support for CURLOPT_CAINFO_BLOB [44] o mbedtls: fix CURLOPT_SSLCERT_BLOB [72] o mbedtls: fix private member designations for v3.1.0 [93] o misc: remove unused doh flags when CURL_DISABLE_DOH is defined [71] o misc: s/e-mail/email [74] o multi: cleanup the socket hash when destroying it [55] o multi: handle errors returned from socket/timer callbacks [52] o multi: shut down CONNECT in Curl_detach_connnection [2] o netrc.d: edit the .netrc example to look nicer [24] o ngtcp2: verify the server cert on connect (quictls) [102] o ngtcp2: verify the server certificate for the gnutls case [101] o nss:set_cipher don't clobber the cipher list [38] o openldap: implement STARTTLS [56] o openldap: process search query response messages one by one [50] o openldap: several minor improvements [69] o openldap: simplify ldif generation code [77] o openssl: check the return value of BIO_new() [43] o openssl: define HAVE_OPENSSL_VERSION for OpenSSL 1.1.0+ o openssl: remove `RSA_METHOD_FLAG_NO_CHECK` handling if unavailable o openssl: remove usage of deprecated `SSL_get_peer_certificate` o openssl: use non-deprecated API to read key parameters o page-footer: add a mention of how to report bugs to the man page o page-footer: document more environment variables [23] o request.d: refer to 'method' rather than 'command' [59] o retry-all-errors.d: make the example complete o runtests: make the SSH library a testable feature o rustls: read of zero bytes might be okay [9] o rustls: remove comment about checking handshaking [15] o rustls: remove incorrect EOF check [10] o sha256/md5: return errors when init fails [79] o socks5: use appropriate ATYP for numerical IP address host names [91] o test1156: enable for hyper [65] o test1156: fixup the stdout check for Windows [60] o test1525: tweaked for hyper [64] o test1526: enable for hyper [63] o test1527: enable for hyper [62] o test1528: enable for hyper [61] o test1554: adjust for hyper [49] o test1556: adjust for hyper [48] o test302[12]: run only with the libssh2 backend [8] o test661: enable for hyper [66] o tests/CI.md: add more information on CI environments [39] o tests/data/test302[12]: fix MSYS2 path conversion of hostpubsha256 [76] o tftp: mark protocol as not possible to do over CONNECT [25] o tool_findfile: updated search for a file in the homedir [46] o tool_operate: only set SSH related libcurl options for SSH URLs [11] o tool_operate: warn if too many output arguments were found [87] o url.c: fix the SIGPIPE comment for Curl_close [4] o url: check ssl_config when re-use proxy connection [81] o url: reduce ssl backend count for CURL_DISABLE_PROXY builds [96] o urlapi: accept port number zero [34] o urlapi: if possible, shorten given numerical IPv6 addresses [95] o urlapi: provide more detailed return codes [36] o urlapi: reject short file URLs [41] o version_win32: Check build number and platform id o vtls/rustls: adapt to the updated rustls_version proto [19] o writeout: fix %{http_version} for HTTP/3 [7] o x509asn1: return early on errors [67] o zuul.d: update rustls-ffi to version 0.8.2 [5] o zuul: fix quiche build pointing to wrong Cargo [104] This release includes the following known bugs: o see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html) Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/curl | 6 ++++++ lfs/curl | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/curl b/config/rootfiles/common/curl index 75015b6fa..da18e3f29 100644 --- a/config/rootfiles/common/curl +++ b/config/rootfiles/common/curl @@ -231,6 +231,7 @@ usr/lib/libcurl.so.4.7.0 #usr/share/man/man3/CURLOPT_MAX_RECV_SPEED_LARGE.3 #usr/share/man/man3/CURLOPT_MAX_SEND_SPEED_LARGE.3 #usr/share/man/man3/CURLOPT_MIMEPOST.3 +#usr/share/man/man3/CURLOPT_MIME_OPTIONS.3 #usr/share/man/man3/CURLOPT_NETRC.3 #usr/share/man/man3/CURLOPT_NETRC_FILE.3 #usr/share/man/man3/CURLOPT_NEW_DIRECTORY_PERMS.3 @@ -397,6 +398,11 @@ usr/lib/libcurl.so.4.7.0 #usr/share/man/man3/CURLOPT_XFERINFODATA.3 #usr/share/man/man3/CURLOPT_XFERINFOFUNCTION.3 #usr/share/man/man3/CURLOPT_XOAUTH2_BEARER.3 +#usr/share/man/man3/CURLSHOPT_LOCKFUNC.3 +#usr/share/man/man3/CURLSHOPT_SHARE.3 +#usr/share/man/man3/CURLSHOPT_UNLOCKFUNC.3 +#usr/share/man/man3/CURLSHOPT_UNSHARE.3 +#usr/share/man/man3/CURLSHOPT_USERDATA.3 #usr/share/man/man3/curl_easy_cleanup.3 #usr/share/man/man3/curl_easy_duphandle.3 #usr/share/man/man3/curl_easy_escape.3 diff --git a/lfs/curl b/lfs/curl index abdd115ab..8e3cedf46 100644 --- a/lfs/curl +++ b/lfs/curl @@ -24,7 +24,7 @@ include Config -VER = 7.80.0 +VER = 7.81.0 THISAPP = curl-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = cf9f8553762150ef0ebcd5ee412737f5 +$(DL_FILE)_MD5 = 41954fa09f879fccb57d88be23fe8606 install : $(TARGET) From b313401d3c3a01daaf2c1eb5b0310a93b4e29acd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 6 Feb 2022 17:14:08 +0000 Subject: [PATCH 072/339] Core Update 165: Ship curl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/curl | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/165/filelists/curl diff --git a/config/rootfiles/core/165/filelists/curl b/config/rootfiles/core/165/filelists/curl new file mode 120000 index 000000000..4b84bef53 --- /dev/null +++ b/config/rootfiles/core/165/filelists/curl @@ -0,0 +1 @@ +../../../common/curl \ No newline at end of file From b23da5dcf2fbf66fad20b2421873a0eaabfc5762 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Sun, 6 Feb 2022 13:38:56 +0100 Subject: [PATCH 073/339] ethtool: Update to version 5.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 5.15 to 5.16 - Update of rootfile not required - Changelog Version 5.16 - January 19, 2022 * Feature: use memory maps for module EEPROM parsing (-m) * Feature: show CMIS diagnostic information (-m) * Fix: fix dumping advertised FEC modes (--show-fec) * Fix: ignore cable test notifications from other devices (--cable-test) * Fix: do not show duplicate options in help text (--help) Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/ethtool | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/ethtool b/lfs/ethtool index 22126f4ab..47164c1b5 100644 --- a/lfs/ethtool +++ b/lfs/ethtool @@ -24,7 +24,7 @@ include Config -VER = 5.15 +VER = 5.16 THISAPP = ethtool-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 967f92926a453d3eb9bf41f73223f173 +$(DL_FILE)_MD5 = 0ead0316aa15e1bf90d1f9d2f81286a2 install : $(TARGET) From 146a6b136bed45e5286598f4523dd1baa3e2524c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 6 Feb 2022 17:14:46 +0000 Subject: [PATCH 074/339] Core Update 165: Ship ethtool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/ethtool | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/165/filelists/ethtool diff --git a/config/rootfiles/core/165/filelists/ethtool b/config/rootfiles/core/165/filelists/ethtool new file mode 120000 index 000000000..494a53e9d --- /dev/null +++ b/config/rootfiles/core/165/filelists/ethtool @@ -0,0 +1 @@ +../../../common/ethtool \ No newline at end of file From d675dade610de4407a0f4ced54564d7c30f7580e Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Sun, 6 Feb 2022 13:38:13 +0100 Subject: [PATCH 075/339] bash: Update to version 5.1.016 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 5.1.012 to 5.1.016 - Update of rootfile not required - Changelog Patch 013 - Bash did not always perform tilde expansion following an unquoted colon on the rhs of an assignment statement in posix mode. Patch 014 - Bash may produce corrupted input if a multibyte character spans a 512-byte boundary while reading the output of a command substitution. Patch 015 - There are some characters (e.g., cyrillic) that can't be displayed using certain single-byte encodings (e.g., cp1251) because the negative signed int is interpreted as EOF and not displayed. Patch 016 - Multiple `!' tokens should toggle negation of an expression in a [[ conditional command, instead of simply negating the expression. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/bash | 2 +- src/patches/bash/bash51-013 | 43 +++++++++++++++++++++++++ src/patches/bash/bash51-014 | 48 ++++++++++++++++++++++++++++ src/patches/bash/bash51-015 | 49 ++++++++++++++++++++++++++++ src/patches/bash/bash51-016 | 64 +++++++++++++++++++++++++++++++++++++ 5 files changed, 205 insertions(+), 1 deletion(-) create mode 100644 src/patches/bash/bash51-013 create mode 100644 src/patches/bash/bash51-014 create mode 100644 src/patches/bash/bash51-015 create mode 100644 src/patches/bash/bash51-016 diff --git a/lfs/bash b/lfs/bash index 1bf3eb2ec..4ec4be02a 100644 --- a/lfs/bash +++ b/lfs/bash @@ -87,7 +87,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) sed -e "s/filename, RTLD_LAZY/filename, RTLD_NOW/" \ -i $(DIR_APP)/builtins/enable.def - for i in $$(seq 9 12); do \ + for i in $$(seq 9 16); do \ cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/bash/bash51-$$(printf "%03d" "$${i}") || exit 1; \ done diff --git a/src/patches/bash/bash51-013 b/src/patches/bash/bash51-013 new file mode 100644 index 000000000..f2413a58d --- /dev/null +++ b/src/patches/bash/bash51-013 @@ -0,0 +1,43 @@ + BASH PATCH REPORT + ================= + +Bash-Release: 5.1 +Patch-ID: bash51-013 + +Bug-Reported-by: Anders Kaseorg +Bug-Reference-ID: +Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2021-11/msg00025.html + +Bug-Description: + +Bash did not always perform tilde expansion following an unquoted colon on +the rhs of an assignment statement in posix mode. + +Patch (apply with `patch -p0'): + +*** ../bash-20211028/subst.c 2021-10-18 16:09:58.000000000 -0400 +--- subst.c 2021-11-30 11:19:47.000000000 -0500 +*************** +*** 3826,3829 **** +--- 3826,3830 ---- + td.flags = W_ASSIGNRHS; + #endif ++ td.flags |= (W_NOGLOB|W_TILDEEXP); + td.word = savestring (string); + value = call_expand_word_internal (&td, quoted, 0, (int *)NULL, (int *)NULL); + +*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400 +--- patchlevel.h 2020-10-01 11:01:28.000000000 -0400 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 12 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 13 + + #endif /* _PATCHLEVEL_H_ */ diff --git a/src/patches/bash/bash51-014 b/src/patches/bash/bash51-014 new file mode 100644 index 000000000..cd8df23ab --- /dev/null +++ b/src/patches/bash/bash51-014 @@ -0,0 +1,48 @@ + BASH PATCH REPORT + ================= + +Bash-Release: 5.1 +Patch-ID: bash51-014 + +Bug-Reported-by: platon7pronko@gmail.com +Bug-Reference-ID: +Bug-Reference-URL: https://savannah.gnu.org/patch/?10035 + +Bug-Description: + +Bash may produce corrupted input if a multibyte character spans a 512-byte +boundary while reading the output of a command substitution. + +Patch (apply with `patch -p0'): + +*** ../bash-20210217/subst.c 2021-02-03 10:32:08.000000000 -0500 +--- subst.c 2021-03-01 16:47:52.000000000 -0500 +*************** +*** 6243,6247 **** + /* punt on the hard case for now */ + memset (&ps, '\0', sizeof (mbstate_t)); +! mblen = mbrtowc (&wc, bufp-1, bufn+1, &ps); + if (MB_INVALIDCH (mblen) || mblen == 0 || mblen == 1) + istring[istring_index++] = c; +--- 6243,6247 ---- + /* punt on the hard case for now */ + memset (&ps, '\0', sizeof (mbstate_t)); +! mblen = mbrtowc (&wc, bufp-1, bufn, &ps); + if (MB_INVALIDCH (mblen) || mblen == 0 || mblen == 1) + istring[istring_index++] = c; + +*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400 +--- patchlevel.h 2020-10-01 11:01:28.000000000 -0400 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 13 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 14 + + #endif /* _PATCHLEVEL_H_ */ diff --git a/src/patches/bash/bash51-015 b/src/patches/bash/bash51-015 new file mode 100644 index 000000000..5ae65811a --- /dev/null +++ b/src/patches/bash/bash51-015 @@ -0,0 +1,49 @@ + BASH PATCH REPORT + ================= + +Bash-Release: 5.1 +Patch-ID: bash51-015 + +Bug-Reported-by: Volodymyr Prodan +Bug-Reference-ID: +Bug-Reference-URL: https://savannah.gnu.org/patch/?10076 + +Bug-Description: + +Patch (apply with `patch -p0'): + +There are some characters (e.g., cyrillic) that can't be displayed using +certain single-byte encodings (e.g., cp1251) because the negative signed +int is interpreted as EOF and not displayed. + +*** ../bash-20210524/lib/readline/display.c 2021-03-16 18:12:20.000000000 -0400 +--- lib/readline/display.c 2021-06-07 16:53:08.000000000 -0400 +*************** +*** 1599,1603 **** + + for (cur_face = FACE_NORMAL, i = 0; i < n; i++) +! putc_face (str[i], face[i], &cur_face); + putc_face (EOF, FACE_NORMAL, &cur_face); + } +--- 1599,1603 ---- + + for (cur_face = FACE_NORMAL, i = 0; i < n; i++) +! putc_face ((unsigned char) str[i], face[i], &cur_face); + putc_face (EOF, FACE_NORMAL, &cur_face); + } + +*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400 +--- patchlevel.h 2020-10-01 11:01:28.000000000 -0400 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 14 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 15 + + #endif /* _PATCHLEVEL_H_ */ diff --git a/src/patches/bash/bash51-016 b/src/patches/bash/bash51-016 new file mode 100644 index 000000000..4694498b2 --- /dev/null +++ b/src/patches/bash/bash51-016 @@ -0,0 +1,64 @@ + BASH PATCH REPORT + ================= + +Bash-Release: 5.1 +Patch-ID: bash51-016 + +Bug-Reported-by: Vincent Menegaux +Bug-Reference-ID: +Bug-Reference-URL: https://savannah.gnu.org/patch/?10070 + +Bug-Description: + +Multiple `!' tokens should toggle negation of an expression in a [[ +conditional command, instead of simply negating the expression. + +Patch (apply with `patch -p0'): + +*** ../bash-20210515/parse.y 2021-04-21 15:32:50.000000000 -0400 +--- parse.y 2021-05-24 11:53:30.000000000 -0400 +*************** +*** 4797,4801 **** + term = cond_term (); + if (term) +! term->flags |= CMD_INVERT_RETURN; + } + else if (tok == WORD && yylval.word->word[0] == '-' && yylval.word->word[1] && yylval.word->word[2] == 0 && test_unop (yylval.word->word)) +--- 4797,4801 ---- + term = cond_term (); + if (term) +! term->flags ^= CMD_INVERT_RETURN; + } + else if (tok == WORD && yylval.word->word[0] == '-' && yylval.word->word[1] && yylval.word->word[2] == 0 && test_unop (yylval.word->word)) + +*** ../bash-20210515/y.tab.c 2021-05-14 15:50:41.000000000 -0400 +--- y.tab.c 2021-05-24 16:35:55.000000000 -0400 +*************** +*** 7091,7095 **** + term = cond_term (); + if (term) +! term->flags |= CMD_INVERT_RETURN; + } + else if (tok == WORD && yylval.word->word[0] == '-' && yylval.word->word[1] && yylval.word->word[2] == 0 && test_unop (yylval.word->word)) +--- 7091,7095 ---- + term = cond_term (); + if (term) +! term->flags ^= CMD_INVERT_RETURN; + } + else if (tok == WORD && yylval.word->word[0] == '-' && yylval.word->word[1] && yylval.word->word[2] == 0 && test_unop (yylval.word->word)) + +*** ../bash-5.1/patchlevel.h 2020-06-22 14:51:03.000000000 -0400 +--- patchlevel.h 2020-10-01 11:01:28.000000000 -0400 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 15 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 16 + + #endif /* _PATCHLEVEL_H_ */ From 0e88c23ef5b1d00f49f393a079b8da88dfb8543d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 6 Feb 2022 17:15:17 +0000 Subject: [PATCH 076/339] Core Update 165: Ship Bash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/bash | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/165/filelists/bash diff --git a/config/rootfiles/core/165/filelists/bash b/config/rootfiles/core/165/filelists/bash new file mode 120000 index 000000000..de970cb1d --- /dev/null +++ b/config/rootfiles/core/165/filelists/bash @@ -0,0 +1 @@ +../../../common/bash \ No newline at end of file From ed30cc9f131f03b59a726bd2840d37d1d1bff540 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Sun, 6 Feb 2022 13:39:14 +0100 Subject: [PATCH 077/339] expat: Update to version 2.4.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 2.4.2 to 2.4.4 - Update of rootfile - Changelog Release 2.4.4 Sun January 30 2022 Security fixes: #550 CVE-2022-23852 -- Fix signed integer overflow (undefined behavior) in function XML_GetBuffer (that is also called by function XML_Parse internally) for when XML_CONTEXT_BYTES is defined to >0 (which is both common and default). Impact is denial of service or more. #551 CVE-2022-23990 -- Fix unsigned integer overflow in function doProlog triggered by large content in element type declarations when there is an element declaration handler present (from a prior call to XML_SetElementDeclHandler). Impact is denial of service or more. Bug fixes: #544 #545 xmlwf: Fix a memory leak on output file opening error Other changes: #546 Autotools: Fix broken CMake support under Cygwin #554 Windows: Add missing files to the installer to fix compilation with CMake from installed sources #552 #554 Version info bumped from 9:3:8 to 9:4:8; see https://verbump.de/ for what these numbers do Release 2.4.3 Sun January 16 2022 Security fixes: #531 #534 CVE-2021-45960 -- Fix issues with left shifts by >=29 places resulting in a) realloc acting as free b) realloc allocating too few bytes c) undefined behavior depending on architecture and precise value for XML documents with >=2^27+1 prefixed attributes on a single XML tag a la "" where XML_ParserCreateNS is used to create the parser (which needs argument "-n" when running xmlwf). Impact is denial of service, or more. #532 #538 CVE-2021-46143 (ZDI-CAN-16157) -- Fix integer overflow on variable m_groupSize in function doProlog leading to realloc acting as free. Impact is denial of service or more. #539 CVE-2022-22822 to CVE-2022-22827 -- Prevent integer overflows near memory allocation at multiple places. Mitre assigned a dedicated CVE for each involved internal C function: - CVE-2022-22822 for function addBinding - CVE-2022-22823 for function build_model - CVE-2022-22824 for function defineAttribute - CVE-2022-22825 for function lookup - CVE-2022-22826 for function nextScaffoldPart - CVE-2022-22827 for function storeAtts Impact is denial of service or more. Other changes: #535 CMake: Make call to file(GENERATE [..]) work for CMake <3.19 #541 Autotools|CMake: MinGW: Make run.sh(.in) work for Cygwin and MSYS2 by not going through Wine on these platforms #527 #528 Address compiler warnings #533 #543 Version info bumped from 9:2:8 to 9:3:8; see https://verbump.de/ for what these numbers do Infrastructure: #536 CI: Check for realistic minimum CMake version #529 #539 CI: Cover compilation with -m32 #529 CI: Store coverage reports as artifacts for download #528 CI: Upgrade Clang from 11 to 13 Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/expat | 21 ++++++++++----------- lfs/expat | 6 +++--- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/config/rootfiles/common/expat b/config/rootfiles/common/expat index ea0c2ded5..47ce600ad 100644 --- a/config/rootfiles/common/expat +++ b/config/rootfiles/common/expat @@ -2,22 +2,21 @@ #usr/include/expat.h #usr/include/expat_config.h #usr/include/expat_external.h -#usr/lib/cmake/expat-2.4.2 -#usr/lib/cmake/expat-2.4.2/expat-config-version.cmake -#usr/lib/cmake/expat-2.4.2/expat-config.cmake -#usr/lib/cmake/expat-2.4.2/expat-noconfig.cmake -#usr/lib/cmake/expat-2.4.2/expat.cmake +#usr/lib/cmake/expat-2.4.4 +#usr/lib/cmake/expat-2.4.4/expat-config-version.cmake +#usr/lib/cmake/expat-2.4.4/expat-config.cmake +#usr/lib/cmake/expat-2.4.4/expat-noconfig.cmake +#usr/lib/cmake/expat-2.4.4/expat.cmake #usr/lib/libexpat.a #usr/lib/libexpat.la #usr/lib/libexpat.so usr/lib/libexpat.so.1 -usr/lib/libexpat.so.1.8.2 +usr/lib/libexpat.so.1.8.4 #usr/lib/pkgconfig/expat.pc #usr/share/doc/expat -#usr/share/doc/expat-2.4.2 -#usr/share/doc/expat-2.4.2/ok.min.css -#usr/share/doc/expat-2.4.2/reference.html -#usr/share/doc/expat-2.4.2/style.css -#usr/share/doc/expat-2.4.2/valid-xhtml10.png +#usr/share/doc/expat-2.4.4 +#usr/share/doc/expat-2.4.4/ok.min.css +#usr/share/doc/expat-2.4.4/reference.html +#usr/share/doc/expat-2.4.4/style.css #usr/share/doc/expat/AUTHORS #usr/share/doc/expat/changelog diff --git a/lfs/expat b/lfs/expat index b2df59ca3..3898889ad 100644 --- a/lfs/expat +++ b/lfs/expat @@ -24,7 +24,7 @@ include Config -VER = 2.4.2 +VER = 2.4.4 THISAPP = expat-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 58780ad6944d02f6cf6ba332838694b2 +$(DL_FILE)_MD5 = 99392ce3377777ab0dc8b0f14beda793 install : $(TARGET) @@ -76,6 +76,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install cd $(DIR_APP) && install -v -m755 -d /usr/share/doc/$(THISAPP) - cd $(DIR_APP) && install -v -m644 doc/*.{html,png,css} /usr/share/doc/$(THISAPP) + cd $(DIR_APP) && install -v -m644 doc/*.{html,css} /usr/share/doc/$(THISAPP) @rm -rf $(DIR_APP) @$(POSTBUILD) From 54e86fb5d698e6a06ede2df095241a16d9afd963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 6 Feb 2022 17:15:43 +0000 Subject: [PATCH 078/339] Core Update 165: Ship expat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/expat | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/165/filelists/expat diff --git a/config/rootfiles/core/165/filelists/expat b/config/rootfiles/core/165/filelists/expat new file mode 120000 index 000000000..e1923cf63 --- /dev/null +++ b/config/rootfiles/core/165/filelists/expat @@ -0,0 +1 @@ +../../../common/expat \ No newline at end of file From feef6aca68a3b7953c09e3abc9e5a18e9fa3a4eb Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Mon, 12 Apr 2021 08:05:45 +0200 Subject: [PATCH 079/339] =?UTF-8?q?BUG12301:=20Iptables=20=E2=80=9Chost/ne?= =?UTF-8?q?twork=20=E2=80=98none=E2=80=99=20not=20found=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: #12301 When using hosts with MAC-addresses in a hostgroup, the rule won't be generated if those hosts are selected as target. There is a hint but due to a wrong hashparameter the hint was not shown. With this patch the hint is shown again. Additionally the rule is skipped when rules.pl creates rules. There are no bootmessages with failed target "none" anymore. Acked-by: Stefan Schantl --- config/firewall/firewall-lib.pl | 4 ++-- html/cgi-bin/firewall.cgi | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/firewall/firewall-lib.pl b/config/firewall/firewall-lib.pl index bc0b30ca5..e7ec30ae0 100644 --- a/config/firewall/firewall-lib.pl +++ b/config/firewall/firewall-lib.pl @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2013 Alexander Marx # +# Copyright (C) 2021 Alexander Marx # # # # 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 # @@ -315,7 +315,7 @@ sub get_addresses foreach my $grp (sort {$a <=> $b} keys %customgrp) { if ($customgrp{$grp}[0] eq $value) { my @address = &get_address($customgrp{$grp}[3], $customgrp{$grp}[2], $type); - + next if ($address[0][0] eq 'none'); if (@address) { push(@addresses, @address); } diff --git a/html/cgi-bin/firewall.cgi b/html/cgi-bin/firewall.cgi index 8e17cef57..1341f5209 100644 --- a/html/cgi-bin/firewall.cgi +++ b/html/cgi-bin/firewall.cgi @@ -643,7 +643,7 @@ sub checktarget &General::readhasharray("$confighost", \%customhost); foreach my $grpkey (sort keys %customgrp){ foreach my $hostkey (sort keys %customhost){ - if ($customgrp{$grpkey}[2] eq $customhost{$hostkey}[0] && $customgrp{$grpkey}[2] eq $fwdfwsettings{$fwdfwsettings{'grp2'}} && $customhost{$hostkey}[1] eq 'mac'){ + if ($customgrp{$grpkey}[2] eq $customhost{$hostkey}[0] && $customgrp{$grpkey}[0] eq $fwdfwsettings{$fwdfwsettings{'grp2'}} && $customhost{$hostkey}[1] eq 'mac'){ $hint=$Lang::tr{'fwdfw hint mac'}; return $hint; } From 61cc8f6e20696376640e6dafd6f9c28b9912852a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 6 Feb 2022 17:19:34 +0000 Subject: [PATCH 080/339] Core Update 165: Ship firewall.cgi and related changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/files | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/rootfiles/core/165/filelists/files b/config/rootfiles/core/165/filelists/files index ca6c228ab..fd122847a 100644 --- a/config/rootfiles/core/165/filelists/files +++ b/config/rootfiles/core/165/filelists/files @@ -1,7 +1,9 @@ opt/pakfire/etc/pakfire.conf opt/pakfire/lib/functions.pl srv/web/ipfire/cgi-bin/backup.cgi +srv/web/ipfire/cgi-bin/firewall.cgi srv/web/ipfire/cgi-bin/media.cgi srv/web/ipfire/html/themes/ipfire/include/css/style.css +usr/lib/firewall/firewall-lib.pl usr/sbin/setup var/ipfire/main/manualpages From 480b198a781055ee582675fd2b6d367a2cda8d4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Wed, 9 Feb 2022 20:05:33 +0000 Subject: [PATCH 081/339] nfs: Update rootfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Required due to 92cff3948f106ce99c91254be7b7ab679b3fa4a0. Signed-off-by: Peter Müller --- config/rootfiles/packages/nfs | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/rootfiles/packages/nfs b/config/rootfiles/packages/nfs index dba272c8a..e05c12d12 100644 --- a/config/rootfiles/packages/nfs +++ b/config/rootfiles/packages/nfs @@ -4,16 +4,27 @@ sbin/mount.nfs4 sbin/nfsdcltrack sbin/umount.nfs sbin/umount.nfs4 +#usr/include/nfsidmap.h #usr/include/nfsidmap_plugin.h +#usr/lib/libnfsidmap #usr/lib/libnfsidmap.a +#usr/lib/libnfsidmap.la +usr/lib/libnfsidmap.so usr/lib/libnfsidmap.so.1 usr/lib/libnfsidmap.so.1.0.0 #usr/lib/libnfsidmap/nsswitch.a +#usr/lib/libnfsidmap/nsswitch.la +usr/lib/libnfsidmap/nsswitch.so #usr/lib/libnfsidmap/regex.a #usr/lib/libnfsidmap/regex.la usr/lib/libnfsidmap/regex.so #usr/lib/libnfsidmap/static.a +#usr/lib/libnfsidmap/static.la +usr/lib/libnfsidmap/static.so #usr/lib/libnfsidmap/umich_ldap.a +#usr/lib/libnfsidmap/umich_ldap.la +usr/lib/libnfsidmap/umich_ldap.so +#usr/lib/pkgconfig/libnfsidmap.pc #usr/sbin/blkmapd usr/sbin/exportfs usr/sbin/mountstats @@ -32,7 +43,9 @@ usr/sbin/rpcdebug usr/sbin/showmount usr/sbin/sm-notify usr/sbin/start-statd +#usr/share/man/man3/nfs4_uid_to_name.3 #usr/share/man/man5/exports.5 +#usr/share/man/man5/idmapd.conf.5 #usr/share/man/man5/nfs.5 #usr/share/man/man5/nfs.conf.5 #usr/share/man/man5/nfsmount.conf.5 From 141dd0d75c50343759f45e1c40af2f8fa7388c12 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 3 Feb 2022 12:16:06 +0100 Subject: [PATCH 082/339] perl-Try-Tiny: New package. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Schantl Reviewed-by: Peter Müller --- config/rootfiles/common/perl-Try-Tiny | 6 ++ lfs/perl-Try-Tiny | 79 +++++++++++++++++++++++++++ make.sh | 1 + 3 files changed, 86 insertions(+) create mode 100644 config/rootfiles/common/perl-Try-Tiny create mode 100644 lfs/perl-Try-Tiny diff --git a/config/rootfiles/common/perl-Try-Tiny b/config/rootfiles/common/perl-Try-Tiny new file mode 100644 index 000000000..bb259b538 --- /dev/null +++ b/config/rootfiles/common/perl-Try-Tiny @@ -0,0 +1,6 @@ +#usr/lib/perl5/site_perl/5.32.1/Try +usr/lib/perl5/site_perl/5.32.1/Try/Tiny.pm +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Try +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Try/Tiny +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Try/Tiny/.packlist +#usr/share/man/man3/Try::Tiny.3 diff --git a/lfs/perl-Try-Tiny b/lfs/perl-Try-Tiny new file mode 100644 index 000000000..abff99afb --- /dev/null +++ b/lfs/perl-Try-Tiny @@ -0,0 +1,79 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2019 IPFire Team # +# # +# 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see . # +# # +############################################################################### + + +############################################################################### +# Definitions +############################################################################### +include Config +VER = 0.31 + +THISAPP = Try-Tiny-$(VER) +DL_FILE = ${THISAPP}.tar.gz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = 993a29ee8a03c9bd9c2f7c53d1082a03 + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +dist: + @$(PAK) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && perl Makefile.PL + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) + cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/make.sh b/make.sh index 702190a62..2528b3e98 100755 --- a/make.sh +++ b/make.sh @@ -1376,6 +1376,7 @@ buildipfire() { lfsmake2 perl-Apache-Htpasswd lfsmake2 perl-Parse-Yapp lfsmake2 perl-Data-UUID + lfsmake2 perl-Try-Tiny lfsmake2 gnupg lfsmake2 hdparm lfsmake2 sdparm From 3234da241cd5a3da13f44914fc51bfdffc2a8d91 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 3 Feb 2022 12:16:07 +0100 Subject: [PATCH 083/339] perl-HTTP-Message: New package. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Schantl Reviewed-by: Peter Müller --- config/rootfiles/common/perl-HTTP-Message | 26 ++++++++ lfs/perl-HTTP-Message | 79 +++++++++++++++++++++++ make.sh | 1 + 3 files changed, 106 insertions(+) create mode 100644 config/rootfiles/common/perl-HTTP-Message create mode 100644 lfs/perl-HTTP-Message diff --git a/config/rootfiles/common/perl-HTTP-Message b/config/rootfiles/common/perl-HTTP-Message new file mode 100644 index 000000000..d52b1dea1 --- /dev/null +++ b/config/rootfiles/common/perl-HTTP-Message @@ -0,0 +1,26 @@ +#usr/lib/perl5/site_perl/5.32.1/HTTP +usr/lib/perl5/site_perl/5.32.1/HTTP/Config.pm +#usr/lib/perl5/site_perl/5.32.1/HTTP/Headers +usr/lib/perl5/site_perl/5.32.1/HTTP/Headers.pm +usr/lib/perl5/site_perl/5.32.1/HTTP/Headers/Auth.pm +usr/lib/perl5/site_perl/5.32.1/HTTP/Headers/ETag.pm +usr/lib/perl5/site_perl/5.32.1/HTTP/Headers/Util.pm +usr/lib/perl5/site_perl/5.32.1/HTTP/Message.pm +#usr/lib/perl5/site_perl/5.32.1/HTTP/Request +usr/lib/perl5/site_perl/5.32.1/HTTP/Request.pm +usr/lib/perl5/site_perl/5.32.1/HTTP/Request/Common.pm +usr/lib/perl5/site_perl/5.32.1/HTTP/Response.pm +usr/lib/perl5/site_perl/5.32.1/HTTP/Status.pm +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/HTTP +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/HTTP/Message +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/HTTP/Message/.packlist +#usr/share/man/man3/HTTP::Config.3 +#usr/share/man/man3/HTTP::Headers.3 +#usr/share/man/man3/HTTP::Headers::Auth.3 +#usr/share/man/man3/HTTP::Headers::ETag.3 +#usr/share/man/man3/HTTP::Headers::Util.3 +#usr/share/man/man3/HTTP::Message.3 +#usr/share/man/man3/HTTP::Request.3 +#usr/share/man/man3/HTTP::Request::Common.3 +#usr/share/man/man3/HTTP::Response.3 +#usr/share/man/man3/HTTP::Status.3 diff --git a/lfs/perl-HTTP-Message b/lfs/perl-HTTP-Message new file mode 100644 index 000000000..8fc6cc36c --- /dev/null +++ b/lfs/perl-HTTP-Message @@ -0,0 +1,79 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2019 IPFire Team # +# # +# 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see . # +# # +############################################################################### + + +############################################################################### +# Definitions +############################################################################### +include Config +VER = 6.36 + +THISAPP = HTTP-Message-$(VER) +DL_FILE = ${THISAPP}.tar.gz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = e847fb3e297e740080ab6fd1ac127f7f + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +dist: + @$(PAK) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && perl Makefile.PL + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) + cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/make.sh b/make.sh index 2528b3e98..9b94e9932 100755 --- a/make.sh +++ b/make.sh @@ -1377,6 +1377,7 @@ buildipfire() { lfsmake2 perl-Parse-Yapp lfsmake2 perl-Data-UUID lfsmake2 perl-Try-Tiny + lfsmake2 perl-HTTP-Message lfsmake2 gnupg lfsmake2 hdparm lfsmake2 sdparm From 995d58853287f1067dcdbc49d9c0d36f0ec4130b Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 3 Feb 2022 12:16:08 +0100 Subject: [PATCH 084/339] libwww-perl: Update to 6.61. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Schantl Reviewed-by: Peter Müller --- config/rootfiles/common/libwww-perl | 80 ++++------------------------- lfs/libwww-perl | 6 +-- 2 files changed, 14 insertions(+), 72 deletions(-) diff --git a/config/rootfiles/common/libwww-perl b/config/rootfiles/common/libwww-perl index a3f79e4d7..38edd2f48 100644 --- a/config/rootfiles/common/libwww-perl +++ b/config/rootfiles/common/libwww-perl @@ -1,50 +1,23 @@ -#usr/lib/perl5/site_perl/5.32.1/Bundle -usr/lib/perl5/site_perl/5.32.1/Bundle/LWP.pm -#usr/lib/perl5/site_perl/5.32.1/File -usr/lib/perl5/site_perl/5.32.1/File/Listing.pm -usr/lib/perl5/site_perl/5.32.1/HTML/Form.pm -#usr/lib/perl5/site_perl/5.32.1/HTTP -#usr/lib/perl5/site_perl/5.32.1/HTTP/Cookies -usr/lib/perl5/site_perl/5.32.1/HTTP/Cookies.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Cookies/Microsoft.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Cookies/Netscape.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Daemon.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Date.pm -#usr/lib/perl5/site_perl/5.32.1/HTTP/Headers -usr/lib/perl5/site_perl/5.32.1/HTTP/Headers.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Headers/Auth.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Headers/ETag.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Headers/Util.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Message.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Negotiate.pm -#usr/lib/perl5/site_perl/5.32.1/HTTP/Request -usr/lib/perl5/site_perl/5.32.1/HTTP/Request.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Request/Common.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Response.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Status.pm #usr/lib/perl5/site_perl/5.32.1/LWP usr/lib/perl5/site_perl/5.32.1/LWP.pm -#usr/lib/perl5/site_perl/5.32.1/LWP/Authen +usr/lib/perl5/site_perl/5.32.1/LWP/Authen usr/lib/perl5/site_perl/5.32.1/LWP/Authen/Basic.pm usr/lib/perl5/site_perl/5.32.1/LWP/Authen/Digest.pm usr/lib/perl5/site_perl/5.32.1/LWP/Authen/Ntlm.pm usr/lib/perl5/site_perl/5.32.1/LWP/ConnCache.pm +#usr/lib/perl5/site_perl/5.32.1/LWP/Debug usr/lib/perl5/site_perl/5.32.1/LWP/Debug.pm +usr/lib/perl5/site_perl/5.32.1/LWP/Debug/TraceHTTP.pm usr/lib/perl5/site_perl/5.32.1/LWP/DebugFile.pm -usr/lib/perl5/site_perl/5.32.1/LWP/MediaTypes.pm usr/lib/perl5/site_perl/5.32.1/LWP/MemberMixin.pm #usr/lib/perl5/site_perl/5.32.1/LWP/Protocol usr/lib/perl5/site_perl/5.32.1/LWP/Protocol.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/GHTTP.pm usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/cpan.pm usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/data.pm usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/file.pm usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/ftp.pm usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/gopher.pm usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/http.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/http10.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/https.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/https10.pm usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/loopback.pm usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/mailto.pm usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/nntp.pm @@ -52,51 +25,20 @@ usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/nogo.pm usr/lib/perl5/site_perl/5.32.1/LWP/RobotUA.pm usr/lib/perl5/site_perl/5.32.1/LWP/Simple.pm usr/lib/perl5/site_perl/5.32.1/LWP/UserAgent.pm -usr/lib/perl5/site_perl/5.32.1/LWP/media.types -#usr/lib/perl5/site_perl/5.32.1/Net -#usr/lib/perl5/site_perl/5.32.1/Net/HTTP -usr/lib/perl5/site_perl/5.32.1/Net/HTTP.pm -usr/lib/perl5/site_perl/5.32.1/Net/HTTP/Methods.pm -usr/lib/perl5/site_perl/5.32.1/Net/HTTP/NB.pm -usr/lib/perl5/site_perl/5.32.1/Net/HTTPS.pm -#usr/lib/perl5/site_perl/5.32.1/WWW -#usr/lib/perl5/site_perl/5.32.1/WWW/RobotRules -usr/lib/perl5/site_perl/5.32.1/WWW/RobotRules.pm -usr/lib/perl5/site_perl/5.32.1/WWW/RobotRules/AnyDBM_File.pm -#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/libwww-perl -#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/libwww-perl/.packlist -#usr/lib/perl5/site_perl/5.32.1/lwpcook.pod -#usr/lib/perl5/site_perl/5.32.1/lwptut.pod -#usr/share/man/man3/Bundle::LWP.3 -#usr/share/man/man3/File::Listing.3 -#usr/share/man/man3/HTML::Form.3 -#usr/share/man/man3/HTTP::Cookies.3 -#usr/share/man/man3/HTTP::Cookies::Microsoft.3 -#usr/share/man/man3/HTTP::Cookies::Netscape.3 -#usr/share/man/man3/HTTP::Daemon.3 -#usr/share/man/man3/HTTP::Date.3 -#usr/share/man/man3/HTTP::Headers.3 -#usr/share/man/man3/HTTP::Headers::Util.3 -#usr/share/man/man3/HTTP::Message.3 -#usr/share/man/man3/HTTP::Negotiate.3 -#usr/share/man/man3/HTTP::Request.3 -#usr/share/man/man3/HTTP::Request::Common.3 -#usr/share/man/man3/HTTP::Response.3 -#usr/share/man/man3/HTTP::Status.3 +#usr/lib/perl5/site_perl/5.32.1/libwww +#usr/lib/perl5/site_perl/5.32.1/libwww/lwpcook.pod +#usr/lib/perl5/site_perl/5.32.1/libwww/lwptut.pod +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/libwww +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/libwww/perl +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/libwww/perl/.packlist #usr/share/man/man3/LWP.3 #usr/share/man/man3/LWP::Authen::Ntlm.3 #usr/share/man/man3/LWP::ConnCache.3 #usr/share/man/man3/LWP::Debug.3 -#usr/share/man/man3/LWP::DebugFile.3 -#usr/share/man/man3/LWP::MediaTypes.3 #usr/share/man/man3/LWP::MemberMixin.3 #usr/share/man/man3/LWP::Protocol.3 #usr/share/man/man3/LWP::RobotUA.3 #usr/share/man/man3/LWP::Simple.3 #usr/share/man/man3/LWP::UserAgent.3 -#usr/share/man/man3/Net::HTTP.3 -#usr/share/man/man3/Net::HTTP::NB.3 -#usr/share/man/man3/WWW::RobotRules.3 -#usr/share/man/man3/WWW::RobotRules::AnyDBM_File.3 -#usr/share/man/man3/lwpcook.3 -#usr/share/man/man3/lwptut.3 +#usr/share/man/man3/libwww::lwpcook.3 +#usr/share/man/man3/libwww::lwptut.3 diff --git a/lfs/libwww-perl b/lfs/libwww-perl index 536a49769..4943ecd06 100644 --- a/lfs/libwww-perl +++ b/lfs/libwww-perl @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2020 IPFire Team # # # # 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 = 5.803 +VER = 6.61 THISAPP = libwww-perl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3345d5f15a4f42350847254141725c8f +$(DL_FILE)_MD5 = 57223812e46c8af53ef39b4358a05e5a install : $(TARGET) From 26d87a84d84a709a54bc2f6032b4bbe04ae44553 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 3 Feb 2022 12:16:09 +0100 Subject: [PATCH 085/339] perl-HTTP-Date: New package. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Schantl Reviewed-by: Peter Müller --- config/rootfiles/common/perl-HTTP-Date | 4 ++ lfs/perl-HTTP-Date | 79 ++++++++++++++++++++++++++ make.sh | 1 + 3 files changed, 84 insertions(+) create mode 100644 config/rootfiles/common/perl-HTTP-Date create mode 100644 lfs/perl-HTTP-Date diff --git a/config/rootfiles/common/perl-HTTP-Date b/config/rootfiles/common/perl-HTTP-Date new file mode 100644 index 000000000..75c250b7b --- /dev/null +++ b/config/rootfiles/common/perl-HTTP-Date @@ -0,0 +1,4 @@ +usr/lib/perl5/site_perl/5.32.1/HTTP/Date.pm +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/HTTP/Date +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/HTTP/Date/.packlist +#usr/share/man/man3/HTTP::Date.3 diff --git a/lfs/perl-HTTP-Date b/lfs/perl-HTTP-Date new file mode 100644 index 000000000..7e3571b3a --- /dev/null +++ b/lfs/perl-HTTP-Date @@ -0,0 +1,79 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2019 IPFire Team # +# # +# 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see . # +# # +############################################################################### + + +############################################################################### +# Definitions +############################################################################### +include Config +VER = 6.05 + +THISAPP = HTTP-Date-$(VER) +DL_FILE = ${THISAPP}.tar.gz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = 2ecbb3aedf6aef062605191813ca3027 + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +dist: + @$(PAK) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && perl Makefile.PL + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) + cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/make.sh b/make.sh index 9b94e9932..303d80cf1 100755 --- a/make.sh +++ b/make.sh @@ -1378,6 +1378,7 @@ buildipfire() { lfsmake2 perl-Data-UUID lfsmake2 perl-Try-Tiny lfsmake2 perl-HTTP-Message + lfsmake2 perl-HTTP-Date lfsmake2 gnupg lfsmake2 hdparm lfsmake2 sdparm From b8c0ca0606a6aa118a3955fece4936fb1e24d727 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 3 Feb 2022 12:16:10 +0100 Subject: [PATCH 086/339] perl-LWP-Protocol-https: New package. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Schantl Reviewed-by: Peter Müller --- .../rootfiles/common/perl-LWP-Protocol-https | 6 ++ lfs/perl-LWP-Protocol-https | 79 +++++++++++++++++++ make.sh | 1 + 3 files changed, 86 insertions(+) create mode 100644 config/rootfiles/common/perl-LWP-Protocol-https create mode 100644 lfs/perl-LWP-Protocol-https diff --git a/config/rootfiles/common/perl-LWP-Protocol-https b/config/rootfiles/common/perl-LWP-Protocol-https new file mode 100644 index 000000000..9457d27e6 --- /dev/null +++ b/config/rootfiles/common/perl-LWP-Protocol-https @@ -0,0 +1,6 @@ +usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/https.pm +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/LWP +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/LWP/Protocol +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/LWP/Protocol/https +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/LWP/Protocol/https/.packlist +#usr/share/man/man3/LWP::Protocol::https.3 diff --git a/lfs/perl-LWP-Protocol-https b/lfs/perl-LWP-Protocol-https new file mode 100644 index 000000000..a8cb3e07c --- /dev/null +++ b/lfs/perl-LWP-Protocol-https @@ -0,0 +1,79 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2019 IPFire Team # +# # +# 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see . # +# # +############################################################################### + + +############################################################################### +# Definitions +############################################################################### +include Config +VER = 6.10 + +THISAPP = LWP-Protocol-https-$(VER) +DL_FILE = ${THISAPP}.tar.gz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = cf64e4bc57a9266ac4343cdf0808c5c8 + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +dist: + @$(PAK) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && perl Makefile.PL + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) + cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/make.sh b/make.sh index 303d80cf1..cd4dd8778 100755 --- a/make.sh +++ b/make.sh @@ -1403,6 +1403,7 @@ buildipfire() { lfsmake2 Digest-SHA1 lfsmake2 Digest-HMAC lfsmake2 libwww-perl + lfsmake2 perl-LWP-Protocol-https lfsmake2 Net-DNS lfsmake2 Net-IPv4Addr lfsmake2 Net_SSLeay From 2f8ff4e88e737f5694686da947e037773ea67967 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 3 Feb 2022 12:16:11 +0100 Subject: [PATCH 087/339] perl-Net-HTTP: New package. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Schantl Reviewed-by: Peter Müller --- config/rootfiles/common/perl-Net-HTTP | 11 ++++ lfs/perl-Net-HTTP | 79 +++++++++++++++++++++++++++ make.sh | 1 + 3 files changed, 91 insertions(+) create mode 100644 config/rootfiles/common/perl-Net-HTTP create mode 100644 lfs/perl-Net-HTTP diff --git a/config/rootfiles/common/perl-Net-HTTP b/config/rootfiles/common/perl-Net-HTTP new file mode 100644 index 000000000..4c09cd61f --- /dev/null +++ b/config/rootfiles/common/perl-Net-HTTP @@ -0,0 +1,11 @@ +#usr/lib/perl5/site_perl/5.32.1/Net/HTTP +usr/lib/perl5/site_perl/5.32.1/Net/HTTP.pm +usr/lib/perl5/site_perl/5.32.1/Net/HTTP/Methods.pm +usr/lib/perl5/site_perl/5.32.1/Net/HTTP/NB.pm +usr/lib/perl5/site_perl/5.32.1/Net/HTTPS.pm +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Net/HTTP +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Net/HTTP/.packlist +#usr/share/man/man3/Net::HTTP.3 +#usr/share/man/man3/Net::HTTP::Methods.3 +#usr/share/man/man3/Net::HTTP::NB.3 +#usr/share/man/man3/Net::HTTPS.3 diff --git a/lfs/perl-Net-HTTP b/lfs/perl-Net-HTTP new file mode 100644 index 000000000..a37c169f3 --- /dev/null +++ b/lfs/perl-Net-HTTP @@ -0,0 +1,79 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2019 IPFire Team # +# # +# 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see . # +# # +############################################################################### + + +############################################################################### +# Definitions +############################################################################### +include Config +VER = 6.22 + +THISAPP = Net-HTTP-$(VER) +DL_FILE = ${THISAPP}.tar.gz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = 1d46019fb8559070a5ec1d838b690657 + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +dist: + @$(PAK) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && perl Makefile.PL + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) + cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/make.sh b/make.sh index cd4dd8778..923f728e7 100755 --- a/make.sh +++ b/make.sh @@ -1404,6 +1404,7 @@ buildipfire() { lfsmake2 Digest-HMAC lfsmake2 libwww-perl lfsmake2 perl-LWP-Protocol-https + lfsmake2 perl-Net-HTTP lfsmake2 Net-DNS lfsmake2 Net-IPv4Addr lfsmake2 Net_SSLeay From 954dbdadcf0915c3f0f31bee818b99d3d1843ae9 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 3 Feb 2022 12:16:12 +0100 Subject: [PATCH 088/339] ids-functions.pl: Adjust code to deal with new LWP::UserAgent. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Schantl Reviewed-by: Peter Müller --- config/cfgroot/ids-functions.pl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index 74d55def6..bf02bcbaa 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -281,7 +281,15 @@ sub downloadruleset ($) { use LWP::UserAgent; # Init the download module. - my $downloader = LWP::UserAgent->new; + # + # Request SSL hostname verification and specify path + # to the CA file. + my $downloader = LWP::UserAgent->new( + ssl_opts => { + SSL_ca_file => '/etc/ssl/cert.pem', + verify_hostname => 1, + } + ); # Set timeout to 10 seconds. $downloader->timeout(10); From 53f7dc7620bfb51e8b1daa8c727206425e06d87a Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 3 Feb 2022 12:16:13 +0100 Subject: [PATCH 089/339] pakfire: Adjust code to deal with new LWP::UserAgent. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Schantl Reviewed-by: Peter Müller --- src/pakfire/lib/functions.pl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pakfire/lib/functions.pl b/src/pakfire/lib/functions.pl index 87ce73540..8d0923d65 100644 --- a/src/pakfire/lib/functions.pl +++ b/src/pakfire/lib/functions.pl @@ -155,7 +155,14 @@ sub fetchfile { logger("DOWNLOAD INFO: Host: $host ($proto) - File: $file"); - my $ua = LWP::UserAgent->new; + # Init LWP::UserAgent, request SSL hostname verification + # and specify CA file. + my $ua = LWP::UserAgent->new( + ssl_opts => { + SSL_ca_file => '/etc/ssl/cert.pem', + verify_hostname => 1, + } + ); $ua->agent("Pakfire/$Conf::version"); $ua->timeout(20); From e04aed385f0b83cd8f1d4aee9c38e6cbd9880778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Wed, 9 Feb 2022 20:12:12 +0000 Subject: [PATCH 090/339] Core Update 165: Ship changes related to libwww-perl et al. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/files | 1 + config/rootfiles/core/165/filelists/libwww-perl | 1 + config/rootfiles/core/165/filelists/perl-HTTP-Date | 1 + config/rootfiles/core/165/filelists/perl-HTTP-Message | 1 + config/rootfiles/core/165/filelists/perl-LWP-Protocol-https | 1 + config/rootfiles/core/165/filelists/perl-Net-HTTP | 1 + config/rootfiles/core/165/filelists/perl-Try-Tiny | 1 + 7 files changed, 7 insertions(+) create mode 120000 config/rootfiles/core/165/filelists/libwww-perl create mode 120000 config/rootfiles/core/165/filelists/perl-HTTP-Date create mode 120000 config/rootfiles/core/165/filelists/perl-HTTP-Message create mode 120000 config/rootfiles/core/165/filelists/perl-LWP-Protocol-https create mode 120000 config/rootfiles/core/165/filelists/perl-Net-HTTP create mode 120000 config/rootfiles/core/165/filelists/perl-Try-Tiny diff --git a/config/rootfiles/core/165/filelists/files b/config/rootfiles/core/165/filelists/files index fd122847a..bc4d9954a 100644 --- a/config/rootfiles/core/165/filelists/files +++ b/config/rootfiles/core/165/filelists/files @@ -6,4 +6,5 @@ srv/web/ipfire/cgi-bin/media.cgi srv/web/ipfire/html/themes/ipfire/include/css/style.css usr/lib/firewall/firewall-lib.pl usr/sbin/setup +var/ipfire/ids-functions.pl var/ipfire/main/manualpages diff --git a/config/rootfiles/core/165/filelists/libwww-perl b/config/rootfiles/core/165/filelists/libwww-perl new file mode 120000 index 000000000..ad77c8c4a --- /dev/null +++ b/config/rootfiles/core/165/filelists/libwww-perl @@ -0,0 +1 @@ +../../../common/libwww-perl \ No newline at end of file diff --git a/config/rootfiles/core/165/filelists/perl-HTTP-Date b/config/rootfiles/core/165/filelists/perl-HTTP-Date new file mode 120000 index 000000000..c09f49e0f --- /dev/null +++ b/config/rootfiles/core/165/filelists/perl-HTTP-Date @@ -0,0 +1 @@ +../../../common/perl-HTTP-Date \ No newline at end of file diff --git a/config/rootfiles/core/165/filelists/perl-HTTP-Message b/config/rootfiles/core/165/filelists/perl-HTTP-Message new file mode 120000 index 000000000..13a7cf804 --- /dev/null +++ b/config/rootfiles/core/165/filelists/perl-HTTP-Message @@ -0,0 +1 @@ +../../../common/perl-HTTP-Message \ No newline at end of file diff --git a/config/rootfiles/core/165/filelists/perl-LWP-Protocol-https b/config/rootfiles/core/165/filelists/perl-LWP-Protocol-https new file mode 120000 index 000000000..b5b035474 --- /dev/null +++ b/config/rootfiles/core/165/filelists/perl-LWP-Protocol-https @@ -0,0 +1 @@ +../../../common/perl-LWP-Protocol-https \ No newline at end of file diff --git a/config/rootfiles/core/165/filelists/perl-Net-HTTP b/config/rootfiles/core/165/filelists/perl-Net-HTTP new file mode 120000 index 000000000..c6ab242fd --- /dev/null +++ b/config/rootfiles/core/165/filelists/perl-Net-HTTP @@ -0,0 +1 @@ +../../../common/perl-Net-HTTP \ No newline at end of file diff --git a/config/rootfiles/core/165/filelists/perl-Try-Tiny b/config/rootfiles/core/165/filelists/perl-Try-Tiny new file mode 120000 index 000000000..3caec99a2 --- /dev/null +++ b/config/rootfiles/core/165/filelists/perl-Try-Tiny @@ -0,0 +1 @@ +../../../common/perl-Try-Tiny \ No newline at end of file From 6f17453dd823c0c591678c56f6dcd46ad4a0b133 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 24 Jan 2022 17:16:21 +0100 Subject: [PATCH 091/339] python3: Update to version 3.10.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 3.8.7 to 3.10.1 - Update of rootfile - libvirt needs to be updated to 7.10.0 before this patch series is implemented otherwise the old libvirt (6.5.0) will fail to build with the new python3. - Changelog is w2ay to big to show here. Details can be found by viewing 3.9.rst and 3.10.rst in the Doc/whatsnew/ folder in the source tarball Signed-off-by: Adolf Belka Tested-by: Adolf Belka --- config/rootfiles/common/armv6l/python3 | 3652 ++++++++++++------------ config/rootfiles/common/python3 | 3652 ++++++++++++------------ lfs/python3 | 8 +- 3 files changed, 3724 insertions(+), 3588 deletions(-) diff --git a/config/rootfiles/common/armv6l/python3 b/config/rootfiles/common/armv6l/python3 index fc9d02982..13c308456 100644 --- a/config/rootfiles/common/armv6l/python3 +++ b/config/rootfiles/common/armv6l/python3 @@ -1,1804 +1,1872 @@ usr/bin/2to3 -usr/bin/2to3-3.8 -usr/bin/easy_install-3.8 +usr/bin/2to3-3.10 usr/bin/idle3 -usr/bin/idle3.8 +usr/bin/idle3.10 usr/bin/pip3 -usr/bin/pip3.8 +usr/bin/pip3.10 usr/bin/pydoc3 -usr/bin/pydoc3.8 +usr/bin/pydoc3.10 usr/bin/python3 usr/bin/python3-config -usr/bin/python3.8 -usr/bin/python3.8-config -#usr/include/python3.8 -#usr/include/python3.8/Python-ast.h -#usr/include/python3.8/Python.h -#usr/include/python3.8/abstract.h -#usr/include/python3.8/asdl.h -#usr/include/python3.8/ast.h -#usr/include/python3.8/bitset.h -#usr/include/python3.8/bltinmodule.h -#usr/include/python3.8/boolobject.h -#usr/include/python3.8/bytearrayobject.h -#usr/include/python3.8/bytes_methods.h -#usr/include/python3.8/bytesobject.h -#usr/include/python3.8/cellobject.h -#usr/include/python3.8/ceval.h -#usr/include/python3.8/classobject.h -#usr/include/python3.8/code.h -#usr/include/python3.8/codecs.h -#usr/include/python3.8/compile.h -#usr/include/python3.8/complexobject.h -#usr/include/python3.8/context.h -#usr/include/python3.8/cpython -#usr/include/python3.8/cpython/abstract.h -#usr/include/python3.8/cpython/dictobject.h -#usr/include/python3.8/cpython/fileobject.h -#usr/include/python3.8/cpython/initconfig.h -#usr/include/python3.8/cpython/interpreteridobject.h -#usr/include/python3.8/cpython/object.h -#usr/include/python3.8/cpython/objimpl.h -#usr/include/python3.8/cpython/pyerrors.h -#usr/include/python3.8/cpython/pylifecycle.h -#usr/include/python3.8/cpython/pymem.h -#usr/include/python3.8/cpython/pystate.h -#usr/include/python3.8/cpython/sysmodule.h -#usr/include/python3.8/cpython/traceback.h -#usr/include/python3.8/cpython/tupleobject.h -#usr/include/python3.8/cpython/unicodeobject.h -#usr/include/python3.8/datetime.h -#usr/include/python3.8/descrobject.h -#usr/include/python3.8/dictobject.h -#usr/include/python3.8/dtoa.h -#usr/include/python3.8/dynamic_annotations.h -#usr/include/python3.8/enumobject.h -#usr/include/python3.8/errcode.h -#usr/include/python3.8/eval.h -#usr/include/python3.8/fileobject.h -#usr/include/python3.8/fileutils.h -#usr/include/python3.8/floatobject.h -#usr/include/python3.8/frameobject.h -#usr/include/python3.8/funcobject.h -#usr/include/python3.8/genobject.h -#usr/include/python3.8/graminit.h -#usr/include/python3.8/grammar.h -#usr/include/python3.8/import.h -#usr/include/python3.8/internal -#usr/include/python3.8/internal/pycore_accu.h -#usr/include/python3.8/internal/pycore_atomic.h -#usr/include/python3.8/internal/pycore_ceval.h -#usr/include/python3.8/internal/pycore_code.h -#usr/include/python3.8/internal/pycore_condvar.h -#usr/include/python3.8/internal/pycore_context.h -#usr/include/python3.8/internal/pycore_fileutils.h -#usr/include/python3.8/internal/pycore_getopt.h -#usr/include/python3.8/internal/pycore_gil.h -#usr/include/python3.8/internal/pycore_hamt.h -#usr/include/python3.8/internal/pycore_initconfig.h -#usr/include/python3.8/internal/pycore_object.h -#usr/include/python3.8/internal/pycore_pathconfig.h -#usr/include/python3.8/internal/pycore_pyerrors.h -#usr/include/python3.8/internal/pycore_pyhash.h -#usr/include/python3.8/internal/pycore_pylifecycle.h -#usr/include/python3.8/internal/pycore_pymem.h -#usr/include/python3.8/internal/pycore_pystate.h -#usr/include/python3.8/internal/pycore_traceback.h -#usr/include/python3.8/internal/pycore_tupleobject.h -#usr/include/python3.8/internal/pycore_warnings.h -#usr/include/python3.8/interpreteridobject.h -#usr/include/python3.8/intrcheck.h -#usr/include/python3.8/iterobject.h -#usr/include/python3.8/listobject.h -#usr/include/python3.8/longintrepr.h -#usr/include/python3.8/longobject.h -#usr/include/python3.8/marshal.h -#usr/include/python3.8/memoryobject.h -#usr/include/python3.8/methodobject.h -#usr/include/python3.8/modsupport.h -#usr/include/python3.8/moduleobject.h -#usr/include/python3.8/namespaceobject.h -#usr/include/python3.8/node.h -#usr/include/python3.8/object.h -#usr/include/python3.8/objimpl.h -#usr/include/python3.8/odictobject.h -#usr/include/python3.8/opcode.h -#usr/include/python3.8/osdefs.h -#usr/include/python3.8/osmodule.h -#usr/include/python3.8/parsetok.h -#usr/include/python3.8/patchlevel.h -#usr/include/python3.8/picklebufobject.h -#usr/include/python3.8/py_curses.h -#usr/include/python3.8/pyarena.h -#usr/include/python3.8/pycapsule.h -#usr/include/python3.8/pyconfig.h -#usr/include/python3.8/pyctype.h -#usr/include/python3.8/pydebug.h -#usr/include/python3.8/pydtrace.h -#usr/include/python3.8/pyerrors.h -#usr/include/python3.8/pyexpat.h -#usr/include/python3.8/pyfpe.h -#usr/include/python3.8/pyhash.h -#usr/include/python3.8/pylifecycle.h -#usr/include/python3.8/pymacconfig.h -#usr/include/python3.8/pymacro.h -#usr/include/python3.8/pymath.h -#usr/include/python3.8/pymem.h -#usr/include/python3.8/pyport.h -#usr/include/python3.8/pystate.h -#usr/include/python3.8/pystrcmp.h -#usr/include/python3.8/pystrhex.h -#usr/include/python3.8/pystrtod.h -#usr/include/python3.8/pythonrun.h -#usr/include/python3.8/pythread.h -#usr/include/python3.8/pytime.h -#usr/include/python3.8/rangeobject.h -#usr/include/python3.8/setobject.h -#usr/include/python3.8/sliceobject.h -#usr/include/python3.8/structmember.h -#usr/include/python3.8/structseq.h -#usr/include/python3.8/symtable.h -#usr/include/python3.8/sysmodule.h -#usr/include/python3.8/token.h -#usr/include/python3.8/traceback.h -#usr/include/python3.8/tracemalloc.h -#usr/include/python3.8/tupleobject.h -#usr/include/python3.8/typeslots.h -#usr/include/python3.8/ucnhash.h -#usr/include/python3.8/unicodeobject.h -#usr/include/python3.8/warnings.h -#usr/include/python3.8/weakrefobject.h -usr/lib/libpython3.8.so -usr/lib/libpython3.8.so.1.0 +usr/bin/python3.10 +usr/bin/python3.10-config +#usr/include/python3.10 +#usr/include/python3.10/Python.h +#usr/include/python3.10/abstract.h +#usr/include/python3.10/bltinmodule.h +#usr/include/python3.10/boolobject.h +#usr/include/python3.10/bytearrayobject.h +#usr/include/python3.10/bytesobject.h +#usr/include/python3.10/cellobject.h +#usr/include/python3.10/ceval.h +#usr/include/python3.10/classobject.h +#usr/include/python3.10/code.h +#usr/include/python3.10/codecs.h +#usr/include/python3.10/compile.h +#usr/include/python3.10/complexobject.h +#usr/include/python3.10/context.h +#usr/include/python3.10/cpython +#usr/include/python3.10/cpython/abstract.h +#usr/include/python3.10/cpython/bytearrayobject.h +#usr/include/python3.10/cpython/bytesobject.h +#usr/include/python3.10/cpython/ceval.h +#usr/include/python3.10/cpython/code.h +#usr/include/python3.10/cpython/compile.h +#usr/include/python3.10/cpython/dictobject.h +#usr/include/python3.10/cpython/fileobject.h +#usr/include/python3.10/cpython/fileutils.h +#usr/include/python3.10/cpython/frameobject.h +#usr/include/python3.10/cpython/import.h +#usr/include/python3.10/cpython/initconfig.h +#usr/include/python3.10/cpython/interpreteridobject.h +#usr/include/python3.10/cpython/listobject.h +#usr/include/python3.10/cpython/methodobject.h +#usr/include/python3.10/cpython/object.h +#usr/include/python3.10/cpython/objimpl.h +#usr/include/python3.10/cpython/odictobject.h +#usr/include/python3.10/cpython/picklebufobject.h +#usr/include/python3.10/cpython/pyctype.h +#usr/include/python3.10/cpython/pydebug.h +#usr/include/python3.10/cpython/pyerrors.h +#usr/include/python3.10/cpython/pyfpe.h +#usr/include/python3.10/cpython/pylifecycle.h +#usr/include/python3.10/cpython/pymem.h +#usr/include/python3.10/cpython/pystate.h +#usr/include/python3.10/cpython/pythonrun.h +#usr/include/python3.10/cpython/pytime.h +#usr/include/python3.10/cpython/sysmodule.h +#usr/include/python3.10/cpython/traceback.h +#usr/include/python3.10/cpython/tupleobject.h +#usr/include/python3.10/cpython/unicodeobject.h +#usr/include/python3.10/datetime.h +#usr/include/python3.10/descrobject.h +#usr/include/python3.10/dictobject.h +#usr/include/python3.10/dynamic_annotations.h +#usr/include/python3.10/enumobject.h +#usr/include/python3.10/errcode.h +#usr/include/python3.10/eval.h +#usr/include/python3.10/exports.h +#usr/include/python3.10/fileobject.h +#usr/include/python3.10/fileutils.h +#usr/include/python3.10/floatobject.h +#usr/include/python3.10/frameobject.h +#usr/include/python3.10/funcobject.h +#usr/include/python3.10/genericaliasobject.h +#usr/include/python3.10/genobject.h +#usr/include/python3.10/import.h +#usr/include/python3.10/internal +#usr/include/python3.10/internal/pycore_abstract.h +#usr/include/python3.10/internal/pycore_accu.h +#usr/include/python3.10/internal/pycore_asdl.h +#usr/include/python3.10/internal/pycore_ast.h +#usr/include/python3.10/internal/pycore_ast_state.h +#usr/include/python3.10/internal/pycore_atomic.h +#usr/include/python3.10/internal/pycore_atomic_funcs.h +#usr/include/python3.10/internal/pycore_bitutils.h +#usr/include/python3.10/internal/pycore_blocks_output_buffer.h +#usr/include/python3.10/internal/pycore_bytes_methods.h +#usr/include/python3.10/internal/pycore_call.h +#usr/include/python3.10/internal/pycore_ceval.h +#usr/include/python3.10/internal/pycore_code.h +#usr/include/python3.10/internal/pycore_compile.h +#usr/include/python3.10/internal/pycore_condvar.h +#usr/include/python3.10/internal/pycore_context.h +#usr/include/python3.10/internal/pycore_dtoa.h +#usr/include/python3.10/internal/pycore_fileutils.h +#usr/include/python3.10/internal/pycore_format.h +#usr/include/python3.10/internal/pycore_gc.h +#usr/include/python3.10/internal/pycore_getopt.h +#usr/include/python3.10/internal/pycore_gil.h +#usr/include/python3.10/internal/pycore_hamt.h +#usr/include/python3.10/internal/pycore_hashtable.h +#usr/include/python3.10/internal/pycore_import.h +#usr/include/python3.10/internal/pycore_initconfig.h +#usr/include/python3.10/internal/pycore_interp.h +#usr/include/python3.10/internal/pycore_list.h +#usr/include/python3.10/internal/pycore_long.h +#usr/include/python3.10/internal/pycore_moduleobject.h +#usr/include/python3.10/internal/pycore_object.h +#usr/include/python3.10/internal/pycore_parser.h +#usr/include/python3.10/internal/pycore_pathconfig.h +#usr/include/python3.10/internal/pycore_pyarena.h +#usr/include/python3.10/internal/pycore_pyerrors.h +#usr/include/python3.10/internal/pycore_pyhash.h +#usr/include/python3.10/internal/pycore_pylifecycle.h +#usr/include/python3.10/internal/pycore_pymem.h +#usr/include/python3.10/internal/pycore_pystate.h +#usr/include/python3.10/internal/pycore_runtime.h +#usr/include/python3.10/internal/pycore_structseq.h +#usr/include/python3.10/internal/pycore_symtable.h +#usr/include/python3.10/internal/pycore_sysmodule.h +#usr/include/python3.10/internal/pycore_traceback.h +#usr/include/python3.10/internal/pycore_tuple.h +#usr/include/python3.10/internal/pycore_ucnhash.h +#usr/include/python3.10/internal/pycore_unionobject.h +#usr/include/python3.10/internal/pycore_warnings.h +#usr/include/python3.10/interpreteridobject.h +#usr/include/python3.10/intrcheck.h +#usr/include/python3.10/iterobject.h +#usr/include/python3.10/listobject.h +#usr/include/python3.10/longintrepr.h +#usr/include/python3.10/longobject.h +#usr/include/python3.10/marshal.h +#usr/include/python3.10/memoryobject.h +#usr/include/python3.10/methodobject.h +#usr/include/python3.10/modsupport.h +#usr/include/python3.10/moduleobject.h +#usr/include/python3.10/namespaceobject.h +#usr/include/python3.10/object.h +#usr/include/python3.10/objimpl.h +#usr/include/python3.10/opcode.h +#usr/include/python3.10/osdefs.h +#usr/include/python3.10/osmodule.h +#usr/include/python3.10/patchlevel.h +#usr/include/python3.10/py_curses.h +#usr/include/python3.10/pycapsule.h +#usr/include/python3.10/pyconfig.h +#usr/include/python3.10/pydtrace.h +#usr/include/python3.10/pyerrors.h +#usr/include/python3.10/pyexpat.h +#usr/include/python3.10/pyframe.h +#usr/include/python3.10/pyhash.h +#usr/include/python3.10/pylifecycle.h +#usr/include/python3.10/pymacconfig.h +#usr/include/python3.10/pymacro.h +#usr/include/python3.10/pymath.h +#usr/include/python3.10/pymem.h +#usr/include/python3.10/pyport.h +#usr/include/python3.10/pystate.h +#usr/include/python3.10/pystrcmp.h +#usr/include/python3.10/pystrhex.h +#usr/include/python3.10/pystrtod.h +#usr/include/python3.10/pythonrun.h +#usr/include/python3.10/pythread.h +#usr/include/python3.10/rangeobject.h +#usr/include/python3.10/setobject.h +#usr/include/python3.10/sliceobject.h +#usr/include/python3.10/structmember.h +#usr/include/python3.10/structseq.h +#usr/include/python3.10/sysmodule.h +#usr/include/python3.10/token.h +#usr/include/python3.10/traceback.h +#usr/include/python3.10/tracemalloc.h +#usr/include/python3.10/tupleobject.h +#usr/include/python3.10/typeslots.h +#usr/include/python3.10/unicodeobject.h +#usr/include/python3.10/warnings.h +#usr/include/python3.10/weakrefobject.h +usr/lib/libpython3.10.so +usr/lib/libpython3.10.so.1.0 #usr/lib/libpython3.so -#usr/lib/pkgconfig/python-3.8-embed.pc -#usr/lib/pkgconfig/python-3.8.pc +#usr/lib/pkgconfig/python-3.10-embed.pc +#usr/lib/pkgconfig/python-3.10.pc #usr/lib/pkgconfig/python3-embed.pc #usr/lib/pkgconfig/python3.pc -#usr/lib/python3.8 -#usr/lib/python3.8/LICENSE.txt -usr/lib/python3.8/__future__.py -usr/lib/python3.8/__phello__.foo.py -usr/lib/python3.8/_bootlocale.py -usr/lib/python3.8/_collections_abc.py -usr/lib/python3.8/_compat_pickle.py -usr/lib/python3.8/_compression.py -usr/lib/python3.8/_dummy_thread.py -usr/lib/python3.8/_markupbase.py -usr/lib/python3.8/_osx_support.py -usr/lib/python3.8/_py_abc.py -usr/lib/python3.8/_pydecimal.py -usr/lib/python3.8/_pyio.py -usr/lib/python3.8/_sitebuiltins.py -usr/lib/python3.8/_strptime.py -usr/lib/python3.8/_sysconfigdata__linux_arm-linux-gnueabi.py -usr/lib/python3.8/_threading_local.py -usr/lib/python3.8/_weakrefset.py -usr/lib/python3.8/abc.py -usr/lib/python3.8/aifc.py -usr/lib/python3.8/antigravity.py -usr/lib/python3.8/argparse.py -usr/lib/python3.8/ast.py -usr/lib/python3.8/asynchat.py -#usr/lib/python3.8/asyncio -usr/lib/python3.8/asyncio/__init__.py -usr/lib/python3.8/asyncio/__main__.py -usr/lib/python3.8/asyncio/base_events.py -usr/lib/python3.8/asyncio/base_futures.py -usr/lib/python3.8/asyncio/base_subprocess.py -usr/lib/python3.8/asyncio/base_tasks.py -usr/lib/python3.8/asyncio/constants.py -usr/lib/python3.8/asyncio/coroutines.py -usr/lib/python3.8/asyncio/events.py -usr/lib/python3.8/asyncio/exceptions.py -usr/lib/python3.8/asyncio/format_helpers.py -usr/lib/python3.8/asyncio/futures.py -usr/lib/python3.8/asyncio/locks.py -usr/lib/python3.8/asyncio/log.py -usr/lib/python3.8/asyncio/proactor_events.py -usr/lib/python3.8/asyncio/protocols.py -usr/lib/python3.8/asyncio/queues.py -usr/lib/python3.8/asyncio/runners.py -usr/lib/python3.8/asyncio/selector_events.py -usr/lib/python3.8/asyncio/sslproto.py -usr/lib/python3.8/asyncio/staggered.py -usr/lib/python3.8/asyncio/streams.py -usr/lib/python3.8/asyncio/subprocess.py -usr/lib/python3.8/asyncio/tasks.py -usr/lib/python3.8/asyncio/transports.py -usr/lib/python3.8/asyncio/trsock.py -usr/lib/python3.8/asyncio/unix_events.py -usr/lib/python3.8/asyncio/windows_events.py -usr/lib/python3.8/asyncio/windows_utils.py -usr/lib/python3.8/asyncore.py -usr/lib/python3.8/base64.py -usr/lib/python3.8/bdb.py -usr/lib/python3.8/binhex.py -usr/lib/python3.8/bisect.py -usr/lib/python3.8/bz2.py -usr/lib/python3.8/cProfile.py -usr/lib/python3.8/calendar.py -usr/lib/python3.8/cgi.py -usr/lib/python3.8/cgitb.py -usr/lib/python3.8/chunk.py -usr/lib/python3.8/cmd.py -usr/lib/python3.8/code.py -usr/lib/python3.8/codecs.py -usr/lib/python3.8/codeop.py -#usr/lib/python3.8/collections -usr/lib/python3.8/collections/__init__.py -usr/lib/python3.8/collections/abc.py -usr/lib/python3.8/colorsys.py -usr/lib/python3.8/compileall.py -#usr/lib/python3.8/concurrent -usr/lib/python3.8/concurrent/__init__.py -#usr/lib/python3.8/concurrent/futures -usr/lib/python3.8/concurrent/futures/__init__.py -usr/lib/python3.8/concurrent/futures/_base.py -usr/lib/python3.8/concurrent/futures/process.py -usr/lib/python3.8/concurrent/futures/thread.py -#usr/lib/python3.8/config-3.8-arm-linux-gnueabi -usr/lib/python3.8/config-3.8-arm-linux-gnueabi/Makefile -usr/lib/python3.8/config-3.8-arm-linux-gnueabi/Setup -usr/lib/python3.8/config-3.8-arm-linux-gnueabi/Setup.local -usr/lib/python3.8/config-3.8-arm-linux-gnueabi/config.c -usr/lib/python3.8/config-3.8-arm-linux-gnueabi/config.c.in -usr/lib/python3.8/config-3.8-arm-linux-gnueabi/install-sh -usr/lib/python3.8/config-3.8-arm-linux-gnueabi/libpython3.8.a -usr/lib/python3.8/config-3.8-arm-linux-gnueabi/makesetup -usr/lib/python3.8/config-3.8-arm-linux-gnueabi/python-config.py -usr/lib/python3.8/config-3.8-arm-linux-gnueabi/python.o -usr/lib/python3.8/configparser.py -usr/lib/python3.8/contextlib.py -usr/lib/python3.8/contextvars.py -usr/lib/python3.8/copy.py -usr/lib/python3.8/copyreg.py -usr/lib/python3.8/crypt.py -usr/lib/python3.8/csv.py -#usr/lib/python3.8/ctypes -usr/lib/python3.8/ctypes/__init__.py -usr/lib/python3.8/ctypes/_aix.py -usr/lib/python3.8/ctypes/_endian.py -#usr/lib/python3.8/ctypes/macholib -usr/lib/python3.8/ctypes/macholib/README.ctypes -usr/lib/python3.8/ctypes/macholib/__init__.py -usr/lib/python3.8/ctypes/macholib/dyld.py -usr/lib/python3.8/ctypes/macholib/dylib.py -usr/lib/python3.8/ctypes/macholib/fetch_macholib -usr/lib/python3.8/ctypes/macholib/fetch_macholib.bat -usr/lib/python3.8/ctypes/macholib/framework.py -#usr/lib/python3.8/ctypes/test -usr/lib/python3.8/ctypes/util.py -usr/lib/python3.8/ctypes/wintypes.py -#usr/lib/python3.8/curses -usr/lib/python3.8/curses/__init__.py -usr/lib/python3.8/curses/ascii.py -usr/lib/python3.8/curses/has_key.py -usr/lib/python3.8/curses/panel.py -usr/lib/python3.8/curses/textpad.py -usr/lib/python3.8/dataclasses.py -usr/lib/python3.8/datetime.py -#usr/lib/python3.8/dbm -usr/lib/python3.8/dbm/__init__.py -usr/lib/python3.8/dbm/dumb.py -usr/lib/python3.8/dbm/gnu.py -usr/lib/python3.8/dbm/ndbm.py -usr/lib/python3.8/decimal.py -usr/lib/python3.8/difflib.py -usr/lib/python3.8/dis.py -#usr/lib/python3.8/distutils -#usr/lib/python3.8/distutils/README -usr/lib/python3.8/distutils/__init__.py -usr/lib/python3.8/distutils/_msvccompiler.py -usr/lib/python3.8/distutils/archive_util.py -usr/lib/python3.8/distutils/bcppcompiler.py -usr/lib/python3.8/distutils/ccompiler.py -usr/lib/python3.8/distutils/cmd.py -#usr/lib/python3.8/distutils/command -usr/lib/python3.8/distutils/command/__init__.py -usr/lib/python3.8/distutils/command/bdist.py -usr/lib/python3.8/distutils/command/bdist_dumb.py -usr/lib/python3.8/distutils/command/bdist_msi.py -usr/lib/python3.8/distutils/command/bdist_rpm.py -usr/lib/python3.8/distutils/command/bdist_wininst.py -usr/lib/python3.8/distutils/command/build.py -usr/lib/python3.8/distutils/command/build_clib.py -usr/lib/python3.8/distutils/command/build_ext.py -usr/lib/python3.8/distutils/command/build_py.py -usr/lib/python3.8/distutils/command/build_scripts.py -usr/lib/python3.8/distutils/command/check.py -usr/lib/python3.8/distutils/command/clean.py -usr/lib/python3.8/distutils/command/command_template -usr/lib/python3.8/distutils/command/config.py -usr/lib/python3.8/distutils/command/install.py -usr/lib/python3.8/distutils/command/install_data.py -usr/lib/python3.8/distutils/command/install_egg_info.py -usr/lib/python3.8/distutils/command/install_headers.py -usr/lib/python3.8/distutils/command/install_lib.py -usr/lib/python3.8/distutils/command/install_scripts.py -usr/lib/python3.8/distutils/command/register.py -usr/lib/python3.8/distutils/command/sdist.py -usr/lib/python3.8/distutils/command/upload.py -usr/lib/python3.8/distutils/command/wininst-10.0-amd64.exe -usr/lib/python3.8/distutils/command/wininst-10.0.exe -usr/lib/python3.8/distutils/command/wininst-14.0-amd64.exe -usr/lib/python3.8/distutils/command/wininst-14.0.exe -usr/lib/python3.8/distutils/command/wininst-6.0.exe -usr/lib/python3.8/distutils/command/wininst-7.1.exe -usr/lib/python3.8/distutils/command/wininst-8.0.exe -usr/lib/python3.8/distutils/command/wininst-9.0-amd64.exe -usr/lib/python3.8/distutils/command/wininst-9.0.exe -usr/lib/python3.8/distutils/config.py -usr/lib/python3.8/distutils/core.py -usr/lib/python3.8/distutils/cygwinccompiler.py -usr/lib/python3.8/distutils/debug.py -usr/lib/python3.8/distutils/dep_util.py -usr/lib/python3.8/distutils/dir_util.py -usr/lib/python3.8/distutils/dist.py -usr/lib/python3.8/distutils/errors.py -usr/lib/python3.8/distutils/extension.py -usr/lib/python3.8/distutils/fancy_getopt.py -usr/lib/python3.8/distutils/file_util.py -usr/lib/python3.8/distutils/filelist.py -usr/lib/python3.8/distutils/log.py -usr/lib/python3.8/distutils/msvc9compiler.py -usr/lib/python3.8/distutils/msvccompiler.py -usr/lib/python3.8/distutils/spawn.py -usr/lib/python3.8/distutils/sysconfig.py -#usr/lib/python3.8/distutils/tests -usr/lib/python3.8/distutils/tests/Setup.sample -usr/lib/python3.8/distutils/tests/__init__.py -usr/lib/python3.8/distutils/tests/includetest.rst -usr/lib/python3.8/distutils/tests/support.py -usr/lib/python3.8/distutils/tests/test_archive_util.py -usr/lib/python3.8/distutils/tests/test_bdist.py -usr/lib/python3.8/distutils/tests/test_bdist_dumb.py -usr/lib/python3.8/distutils/tests/test_bdist_msi.py -usr/lib/python3.8/distutils/tests/test_bdist_rpm.py -usr/lib/python3.8/distutils/tests/test_bdist_wininst.py -usr/lib/python3.8/distutils/tests/test_build.py -usr/lib/python3.8/distutils/tests/test_build_clib.py -usr/lib/python3.8/distutils/tests/test_build_ext.py -usr/lib/python3.8/distutils/tests/test_build_py.py -usr/lib/python3.8/distutils/tests/test_build_scripts.py -usr/lib/python3.8/distutils/tests/test_check.py -usr/lib/python3.8/distutils/tests/test_clean.py -usr/lib/python3.8/distutils/tests/test_cmd.py -usr/lib/python3.8/distutils/tests/test_config.py -usr/lib/python3.8/distutils/tests/test_config_cmd.py -usr/lib/python3.8/distutils/tests/test_core.py -usr/lib/python3.8/distutils/tests/test_cygwinccompiler.py -usr/lib/python3.8/distutils/tests/test_dep_util.py -usr/lib/python3.8/distutils/tests/test_dir_util.py -usr/lib/python3.8/distutils/tests/test_dist.py -usr/lib/python3.8/distutils/tests/test_extension.py -usr/lib/python3.8/distutils/tests/test_file_util.py -usr/lib/python3.8/distutils/tests/test_filelist.py -usr/lib/python3.8/distutils/tests/test_install.py -usr/lib/python3.8/distutils/tests/test_install_data.py -usr/lib/python3.8/distutils/tests/test_install_headers.py -usr/lib/python3.8/distutils/tests/test_install_lib.py -usr/lib/python3.8/distutils/tests/test_install_scripts.py -usr/lib/python3.8/distutils/tests/test_log.py -usr/lib/python3.8/distutils/tests/test_msvc9compiler.py -usr/lib/python3.8/distutils/tests/test_msvccompiler.py -usr/lib/python3.8/distutils/tests/test_register.py -usr/lib/python3.8/distutils/tests/test_sdist.py -usr/lib/python3.8/distutils/tests/test_spawn.py -usr/lib/python3.8/distutils/tests/test_sysconfig.py -usr/lib/python3.8/distutils/tests/test_text_file.py -usr/lib/python3.8/distutils/tests/test_unixccompiler.py -usr/lib/python3.8/distutils/tests/test_upload.py -usr/lib/python3.8/distutils/tests/test_util.py -usr/lib/python3.8/distutils/tests/test_version.py -usr/lib/python3.8/distutils/tests/test_versionpredicate.py -usr/lib/python3.8/distutils/tests/xxmodule.c -usr/lib/python3.8/distutils/text_file.py -usr/lib/python3.8/distutils/unixccompiler.py -usr/lib/python3.8/distutils/util.py -usr/lib/python3.8/distutils/version.py -usr/lib/python3.8/distutils/versionpredicate.py -usr/lib/python3.8/doctest.py -usr/lib/python3.8/dummy_threading.py -#usr/lib/python3.8/email -usr/lib/python3.8/email/__init__.py -usr/lib/python3.8/email/_encoded_words.py -usr/lib/python3.8/email/_header_value_parser.py -usr/lib/python3.8/email/_parseaddr.py -usr/lib/python3.8/email/_policybase.py -usr/lib/python3.8/email/architecture.rst -usr/lib/python3.8/email/base64mime.py -usr/lib/python3.8/email/charset.py -usr/lib/python3.8/email/contentmanager.py -usr/lib/python3.8/email/encoders.py -usr/lib/python3.8/email/errors.py -usr/lib/python3.8/email/feedparser.py -usr/lib/python3.8/email/generator.py -usr/lib/python3.8/email/header.py -usr/lib/python3.8/email/headerregistry.py -usr/lib/python3.8/email/iterators.py -usr/lib/python3.8/email/message.py -#usr/lib/python3.8/email/mime -usr/lib/python3.8/email/mime/__init__.py -usr/lib/python3.8/email/mime/application.py -usr/lib/python3.8/email/mime/audio.py -usr/lib/python3.8/email/mime/base.py -usr/lib/python3.8/email/mime/image.py -usr/lib/python3.8/email/mime/message.py -usr/lib/python3.8/email/mime/multipart.py -usr/lib/python3.8/email/mime/nonmultipart.py -usr/lib/python3.8/email/mime/text.py -usr/lib/python3.8/email/parser.py -usr/lib/python3.8/email/policy.py -usr/lib/python3.8/email/quoprimime.py -usr/lib/python3.8/email/utils.py -#usr/lib/python3.8/encodings -usr/lib/python3.8/encodings/__init__.py -usr/lib/python3.8/encodings/aliases.py -usr/lib/python3.8/encodings/ascii.py -usr/lib/python3.8/encodings/base64_codec.py -usr/lib/python3.8/encodings/big5.py -usr/lib/python3.8/encodings/big5hkscs.py -usr/lib/python3.8/encodings/bz2_codec.py -usr/lib/python3.8/encodings/charmap.py -usr/lib/python3.8/encodings/cp037.py -usr/lib/python3.8/encodings/cp1006.py -usr/lib/python3.8/encodings/cp1026.py -usr/lib/python3.8/encodings/cp1125.py -usr/lib/python3.8/encodings/cp1140.py -usr/lib/python3.8/encodings/cp1250.py -usr/lib/python3.8/encodings/cp1251.py -usr/lib/python3.8/encodings/cp1252.py -usr/lib/python3.8/encodings/cp1253.py -usr/lib/python3.8/encodings/cp1254.py -usr/lib/python3.8/encodings/cp1255.py -usr/lib/python3.8/encodings/cp1256.py -usr/lib/python3.8/encodings/cp1257.py -usr/lib/python3.8/encodings/cp1258.py -usr/lib/python3.8/encodings/cp273.py -usr/lib/python3.8/encodings/cp424.py -usr/lib/python3.8/encodings/cp437.py -usr/lib/python3.8/encodings/cp500.py -usr/lib/python3.8/encodings/cp720.py -usr/lib/python3.8/encodings/cp737.py -usr/lib/python3.8/encodings/cp775.py -usr/lib/python3.8/encodings/cp850.py -usr/lib/python3.8/encodings/cp852.py -usr/lib/python3.8/encodings/cp855.py -usr/lib/python3.8/encodings/cp856.py -usr/lib/python3.8/encodings/cp857.py -usr/lib/python3.8/encodings/cp858.py -usr/lib/python3.8/encodings/cp860.py -usr/lib/python3.8/encodings/cp861.py -usr/lib/python3.8/encodings/cp862.py -usr/lib/python3.8/encodings/cp863.py -usr/lib/python3.8/encodings/cp864.py -usr/lib/python3.8/encodings/cp865.py -usr/lib/python3.8/encodings/cp866.py -usr/lib/python3.8/encodings/cp869.py -usr/lib/python3.8/encodings/cp874.py -usr/lib/python3.8/encodings/cp875.py -usr/lib/python3.8/encodings/cp932.py -usr/lib/python3.8/encodings/cp949.py -usr/lib/python3.8/encodings/cp950.py -usr/lib/python3.8/encodings/euc_jis_2004.py -usr/lib/python3.8/encodings/euc_jisx0213.py -usr/lib/python3.8/encodings/euc_jp.py -usr/lib/python3.8/encodings/euc_kr.py -usr/lib/python3.8/encodings/gb18030.py -usr/lib/python3.8/encodings/gb2312.py -usr/lib/python3.8/encodings/gbk.py -usr/lib/python3.8/encodings/hex_codec.py -usr/lib/python3.8/encodings/hp_roman8.py -usr/lib/python3.8/encodings/hz.py -usr/lib/python3.8/encodings/idna.py -usr/lib/python3.8/encodings/iso2022_jp.py -usr/lib/python3.8/encodings/iso2022_jp_1.py -usr/lib/python3.8/encodings/iso2022_jp_2.py -usr/lib/python3.8/encodings/iso2022_jp_2004.py -usr/lib/python3.8/encodings/iso2022_jp_3.py -usr/lib/python3.8/encodings/iso2022_jp_ext.py -usr/lib/python3.8/encodings/iso2022_kr.py -usr/lib/python3.8/encodings/iso8859_1.py -usr/lib/python3.8/encodings/iso8859_10.py -usr/lib/python3.8/encodings/iso8859_11.py -usr/lib/python3.8/encodings/iso8859_13.py -usr/lib/python3.8/encodings/iso8859_14.py -usr/lib/python3.8/encodings/iso8859_15.py -usr/lib/python3.8/encodings/iso8859_16.py -usr/lib/python3.8/encodings/iso8859_2.py -usr/lib/python3.8/encodings/iso8859_3.py -usr/lib/python3.8/encodings/iso8859_4.py -usr/lib/python3.8/encodings/iso8859_5.py -usr/lib/python3.8/encodings/iso8859_6.py -usr/lib/python3.8/encodings/iso8859_7.py -usr/lib/python3.8/encodings/iso8859_8.py -usr/lib/python3.8/encodings/iso8859_9.py -usr/lib/python3.8/encodings/johab.py -usr/lib/python3.8/encodings/koi8_r.py -usr/lib/python3.8/encodings/koi8_t.py -usr/lib/python3.8/encodings/koi8_u.py -usr/lib/python3.8/encodings/kz1048.py -usr/lib/python3.8/encodings/latin_1.py -usr/lib/python3.8/encodings/mac_arabic.py -usr/lib/python3.8/encodings/mac_centeuro.py -usr/lib/python3.8/encodings/mac_croatian.py -usr/lib/python3.8/encodings/mac_cyrillic.py -usr/lib/python3.8/encodings/mac_farsi.py -usr/lib/python3.8/encodings/mac_greek.py -usr/lib/python3.8/encodings/mac_iceland.py -usr/lib/python3.8/encodings/mac_latin2.py -usr/lib/python3.8/encodings/mac_roman.py -usr/lib/python3.8/encodings/mac_romanian.py -usr/lib/python3.8/encodings/mac_turkish.py -usr/lib/python3.8/encodings/mbcs.py -usr/lib/python3.8/encodings/oem.py -usr/lib/python3.8/encodings/palmos.py -usr/lib/python3.8/encodings/ptcp154.py -usr/lib/python3.8/encodings/punycode.py -usr/lib/python3.8/encodings/quopri_codec.py -usr/lib/python3.8/encodings/raw_unicode_escape.py -usr/lib/python3.8/encodings/rot_13.py -usr/lib/python3.8/encodings/shift_jis.py -usr/lib/python3.8/encodings/shift_jis_2004.py -usr/lib/python3.8/encodings/shift_jisx0213.py -usr/lib/python3.8/encodings/tis_620.py -usr/lib/python3.8/encodings/undefined.py -usr/lib/python3.8/encodings/unicode_escape.py -usr/lib/python3.8/encodings/utf_16.py -usr/lib/python3.8/encodings/utf_16_be.py -usr/lib/python3.8/encodings/utf_16_le.py -usr/lib/python3.8/encodings/utf_32.py -usr/lib/python3.8/encodings/utf_32_be.py -usr/lib/python3.8/encodings/utf_32_le.py -usr/lib/python3.8/encodings/utf_7.py -usr/lib/python3.8/encodings/utf_8.py -usr/lib/python3.8/encodings/utf_8_sig.py -usr/lib/python3.8/encodings/uu_codec.py -usr/lib/python3.8/encodings/zlib_codec.py -usr/lib/python3.8/ensurepip -usr/lib/python3.8/ensurepip/__init__.py -usr/lib/python3.8/ensurepip/__main__.py -usr/lib/python3.8/ensurepip/_bundled -usr/lib/python3.8/ensurepip/_bundled/pip-20.2.3-py2.py3-none-any.whl -usr/lib/python3.8/ensurepip/_bundled/setuptools-49.2.1-py3-none-any.whl -usr/lib/python3.8/ensurepip/_uninstall.py -usr/lib/python3.8/enum.py -usr/lib/python3.8/filecmp.py -usr/lib/python3.8/fileinput.py -usr/lib/python3.8/fnmatch.py -usr/lib/python3.8/formatter.py -usr/lib/python3.8/fractions.py -usr/lib/python3.8/ftplib.py -usr/lib/python3.8/functools.py -usr/lib/python3.8/genericpath.py -usr/lib/python3.8/getopt.py -usr/lib/python3.8/getpass.py -usr/lib/python3.8/gettext.py -usr/lib/python3.8/glob.py -usr/lib/python3.8/gzip.py -usr/lib/python3.8/hashlib.py -usr/lib/python3.8/heapq.py -usr/lib/python3.8/hmac.py -#usr/lib/python3.8/html -usr/lib/python3.8/html/__init__.py -usr/lib/python3.8/html/entities.py -usr/lib/python3.8/html/parser.py -#usr/lib/python3.8/http -usr/lib/python3.8/http/__init__.py -usr/lib/python3.8/http/client.py -usr/lib/python3.8/http/cookiejar.py -usr/lib/python3.8/http/cookies.py -usr/lib/python3.8/http/server.py -#usr/lib/python3.8/idlelib -usr/lib/python3.8/idlelib/CREDITS.txt -usr/lib/python3.8/idlelib/ChangeLog -usr/lib/python3.8/idlelib/HISTORY.txt -usr/lib/python3.8/idlelib/Icons -usr/lib/python3.8/idlelib/Icons/README.txt -usr/lib/python3.8/idlelib/Icons/folder.gif -usr/lib/python3.8/idlelib/Icons/idle.ico -usr/lib/python3.8/idlelib/Icons/idle_16.gif -usr/lib/python3.8/idlelib/Icons/idle_16.png -usr/lib/python3.8/idlelib/Icons/idle_256.png -usr/lib/python3.8/idlelib/Icons/idle_32.gif -usr/lib/python3.8/idlelib/Icons/idle_32.png -usr/lib/python3.8/idlelib/Icons/idle_48.gif -usr/lib/python3.8/idlelib/Icons/idle_48.png -usr/lib/python3.8/idlelib/Icons/minusnode.gif -usr/lib/python3.8/idlelib/Icons/openfolder.gif -usr/lib/python3.8/idlelib/Icons/plusnode.gif -usr/lib/python3.8/idlelib/Icons/python.gif -usr/lib/python3.8/idlelib/Icons/tk.gif -usr/lib/python3.8/idlelib/NEWS.txt -usr/lib/python3.8/idlelib/NEWS2x.txt -usr/lib/python3.8/idlelib/README.txt -usr/lib/python3.8/idlelib/TODO.txt -usr/lib/python3.8/idlelib/__init__.py -usr/lib/python3.8/idlelib/__main__.py -usr/lib/python3.8/idlelib/autocomplete.py -usr/lib/python3.8/idlelib/autocomplete_w.py -usr/lib/python3.8/idlelib/autoexpand.py -usr/lib/python3.8/idlelib/browser.py -usr/lib/python3.8/idlelib/calltip.py -usr/lib/python3.8/idlelib/calltip_w.py -usr/lib/python3.8/idlelib/codecontext.py -usr/lib/python3.8/idlelib/colorizer.py -usr/lib/python3.8/idlelib/config-extensions.def -usr/lib/python3.8/idlelib/config-highlight.def -usr/lib/python3.8/idlelib/config-keys.def -usr/lib/python3.8/idlelib/config-main.def -usr/lib/python3.8/idlelib/config.py -usr/lib/python3.8/idlelib/config_key.py -usr/lib/python3.8/idlelib/configdialog.py -usr/lib/python3.8/idlelib/debugger.py -usr/lib/python3.8/idlelib/debugger_r.py -usr/lib/python3.8/idlelib/debugobj.py -usr/lib/python3.8/idlelib/debugobj_r.py -usr/lib/python3.8/idlelib/delegator.py -usr/lib/python3.8/idlelib/dynoption.py -usr/lib/python3.8/idlelib/editor.py -usr/lib/python3.8/idlelib/extend.txt -usr/lib/python3.8/idlelib/filelist.py -usr/lib/python3.8/idlelib/format.py -usr/lib/python3.8/idlelib/grep.py -usr/lib/python3.8/idlelib/help.html -usr/lib/python3.8/idlelib/help.py -usr/lib/python3.8/idlelib/help_about.py -usr/lib/python3.8/idlelib/history.py -usr/lib/python3.8/idlelib/hyperparser.py -usr/lib/python3.8/idlelib/idle.bat -usr/lib/python3.8/idlelib/idle.py -usr/lib/python3.8/idlelib/idle.pyw -usr/lib/python3.8/idlelib/idle_test -usr/lib/python3.8/idlelib/idle_test/README.txt -usr/lib/python3.8/idlelib/idle_test/__init__.py -usr/lib/python3.8/idlelib/idle_test/htest.py -usr/lib/python3.8/idlelib/idle_test/mock_idle.py -usr/lib/python3.8/idlelib/idle_test/mock_tk.py -usr/lib/python3.8/idlelib/idle_test/template.py -usr/lib/python3.8/idlelib/idle_test/test_autocomplete.py -usr/lib/python3.8/idlelib/idle_test/test_autocomplete_w.py -usr/lib/python3.8/idlelib/idle_test/test_autoexpand.py -usr/lib/python3.8/idlelib/idle_test/test_browser.py -usr/lib/python3.8/idlelib/idle_test/test_calltip.py -usr/lib/python3.8/idlelib/idle_test/test_calltip_w.py -usr/lib/python3.8/idlelib/idle_test/test_codecontext.py -usr/lib/python3.8/idlelib/idle_test/test_colorizer.py -usr/lib/python3.8/idlelib/idle_test/test_config.py -usr/lib/python3.8/idlelib/idle_test/test_config_key.py -usr/lib/python3.8/idlelib/idle_test/test_configdialog.py -usr/lib/python3.8/idlelib/idle_test/test_debugger.py -usr/lib/python3.8/idlelib/idle_test/test_debugger_r.py -usr/lib/python3.8/idlelib/idle_test/test_debugobj.py -usr/lib/python3.8/idlelib/idle_test/test_debugobj_r.py -usr/lib/python3.8/idlelib/idle_test/test_delegator.py -usr/lib/python3.8/idlelib/idle_test/test_editmenu.py -usr/lib/python3.8/idlelib/idle_test/test_editor.py -usr/lib/python3.8/idlelib/idle_test/test_filelist.py -usr/lib/python3.8/idlelib/idle_test/test_format.py -usr/lib/python3.8/idlelib/idle_test/test_grep.py -usr/lib/python3.8/idlelib/idle_test/test_help.py -usr/lib/python3.8/idlelib/idle_test/test_help_about.py -usr/lib/python3.8/idlelib/idle_test/test_history.py -usr/lib/python3.8/idlelib/idle_test/test_hyperparser.py -usr/lib/python3.8/idlelib/idle_test/test_iomenu.py -usr/lib/python3.8/idlelib/idle_test/test_macosx.py -usr/lib/python3.8/idlelib/idle_test/test_mainmenu.py -usr/lib/python3.8/idlelib/idle_test/test_multicall.py -usr/lib/python3.8/idlelib/idle_test/test_outwin.py -usr/lib/python3.8/idlelib/idle_test/test_parenmatch.py -usr/lib/python3.8/idlelib/idle_test/test_pathbrowser.py -usr/lib/python3.8/idlelib/idle_test/test_percolator.py -usr/lib/python3.8/idlelib/idle_test/test_pyparse.py -usr/lib/python3.8/idlelib/idle_test/test_pyshell.py -usr/lib/python3.8/idlelib/idle_test/test_query.py -usr/lib/python3.8/idlelib/idle_test/test_redirector.py -usr/lib/python3.8/idlelib/idle_test/test_replace.py -usr/lib/python3.8/idlelib/idle_test/test_rpc.py -usr/lib/python3.8/idlelib/idle_test/test_run.py -usr/lib/python3.8/idlelib/idle_test/test_runscript.py -usr/lib/python3.8/idlelib/idle_test/test_scrolledlist.py -usr/lib/python3.8/idlelib/idle_test/test_search.py -usr/lib/python3.8/idlelib/idle_test/test_searchbase.py -usr/lib/python3.8/idlelib/idle_test/test_searchengine.py -usr/lib/python3.8/idlelib/idle_test/test_sidebar.py -usr/lib/python3.8/idlelib/idle_test/test_squeezer.py -usr/lib/python3.8/idlelib/idle_test/test_stackviewer.py -usr/lib/python3.8/idlelib/idle_test/test_statusbar.py -usr/lib/python3.8/idlelib/idle_test/test_text.py -usr/lib/python3.8/idlelib/idle_test/test_textview.py -usr/lib/python3.8/idlelib/idle_test/test_tooltip.py -usr/lib/python3.8/idlelib/idle_test/test_tree.py -usr/lib/python3.8/idlelib/idle_test/test_undo.py -usr/lib/python3.8/idlelib/idle_test/test_warning.py -usr/lib/python3.8/idlelib/idle_test/test_window.py -usr/lib/python3.8/idlelib/idle_test/test_zoomheight.py -usr/lib/python3.8/idlelib/iomenu.py -usr/lib/python3.8/idlelib/macosx.py -usr/lib/python3.8/idlelib/mainmenu.py -usr/lib/python3.8/idlelib/multicall.py -usr/lib/python3.8/idlelib/outwin.py -usr/lib/python3.8/idlelib/parenmatch.py -usr/lib/python3.8/idlelib/pathbrowser.py -usr/lib/python3.8/idlelib/percolator.py -usr/lib/python3.8/idlelib/pyparse.py -usr/lib/python3.8/idlelib/pyshell.py -usr/lib/python3.8/idlelib/query.py -usr/lib/python3.8/idlelib/redirector.py -usr/lib/python3.8/idlelib/replace.py -usr/lib/python3.8/idlelib/rpc.py -usr/lib/python3.8/idlelib/run.py -usr/lib/python3.8/idlelib/runscript.py -usr/lib/python3.8/idlelib/scrolledlist.py -usr/lib/python3.8/idlelib/search.py -usr/lib/python3.8/idlelib/searchbase.py -usr/lib/python3.8/idlelib/searchengine.py -usr/lib/python3.8/idlelib/sidebar.py -usr/lib/python3.8/idlelib/squeezer.py -usr/lib/python3.8/idlelib/stackviewer.py -usr/lib/python3.8/idlelib/statusbar.py -usr/lib/python3.8/idlelib/textview.py -usr/lib/python3.8/idlelib/tooltip.py -usr/lib/python3.8/idlelib/tree.py -usr/lib/python3.8/idlelib/undo.py -usr/lib/python3.8/idlelib/window.py -usr/lib/python3.8/idlelib/zoomheight.py -usr/lib/python3.8/idlelib/zzdummy.py -usr/lib/python3.8/imaplib.py -usr/lib/python3.8/imghdr.py -usr/lib/python3.8/imp.py -#usr/lib/python3.8/importlib -usr/lib/python3.8/importlib/__init__.py -usr/lib/python3.8/importlib/_bootstrap.py -usr/lib/python3.8/importlib/_bootstrap_external.py -usr/lib/python3.8/importlib/abc.py -usr/lib/python3.8/importlib/machinery.py -usr/lib/python3.8/importlib/metadata.py -usr/lib/python3.8/importlib/resources.py -usr/lib/python3.8/importlib/util.py -usr/lib/python3.8/inspect.py -usr/lib/python3.8/io.py -usr/lib/python3.8/ipaddress.py -#usr/lib/python3.8/json -usr/lib/python3.8/json/__init__.py -usr/lib/python3.8/json/decoder.py -usr/lib/python3.8/json/encoder.py -usr/lib/python3.8/json/scanner.py -usr/lib/python3.8/json/tool.py -usr/lib/python3.8/keyword.py -#usr/lib/python3.8/lib-dynload -usr/lib/python3.8/lib-dynload/_asyncio.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_bisect.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_blake2.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_bz2.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_codecs_cn.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_codecs_hk.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_codecs_iso2022.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_codecs_jp.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_codecs_kr.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_codecs_tw.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_contextvars.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_crypt.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_csv.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_ctypes.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_ctypes_test.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_curses.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_curses_panel.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_datetime.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_dbm.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_decimal.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_elementtree.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_gdbm.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_hashlib.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_heapq.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_json.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_lsprof.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_lzma.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_md5.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_multibytecodec.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_multiprocessing.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_opcode.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_pickle.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_posixshmem.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_posixsubprocess.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_queue.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_random.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_sha1.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_sha256.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_sha3.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_sha512.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_socket.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_sqlite3.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_ssl.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_statistics.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_struct.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_testbuffer.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_testcapi.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_testimportmultiple.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_testinternalcapi.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_testmultiphase.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_uuid.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_xxsubinterpreters.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/_xxtestfuzz.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/array.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/audioop.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/binascii.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/cmath.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/fcntl.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/grp.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/math.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/mmap.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/ossaudiodev.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/parser.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/pyexpat.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/readline.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/resource.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/select.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/spwd.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/syslog.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/termios.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/unicodedata.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/xxlimited.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/lib-dynload/zlib.cpython-38-arm-linux-gnueabi.so -#usr/lib/python3.8/lib2to3 -usr/lib/python3.8/lib2to3/Grammar.txt -usr/lib/python3.8/lib2to3/Grammar3.8.7.final.0.pickle -usr/lib/python3.8/lib2to3/PatternGrammar.txt -usr/lib/python3.8/lib2to3/PatternGrammar3.8.7.final.0.pickle -usr/lib/python3.8/lib2to3/__init__.py -usr/lib/python3.8/lib2to3/__main__.py -usr/lib/python3.8/lib2to3/btm_matcher.py -usr/lib/python3.8/lib2to3/btm_utils.py -usr/lib/python3.8/lib2to3/fixer_base.py -usr/lib/python3.8/lib2to3/fixer_util.py -#usr/lib/python3.8/lib2to3/fixes -usr/lib/python3.8/lib2to3/fixes/__init__.py -usr/lib/python3.8/lib2to3/fixes/fix_apply.py -usr/lib/python3.8/lib2to3/fixes/fix_asserts.py -usr/lib/python3.8/lib2to3/fixes/fix_basestring.py -usr/lib/python3.8/lib2to3/fixes/fix_buffer.py -usr/lib/python3.8/lib2to3/fixes/fix_dict.py -usr/lib/python3.8/lib2to3/fixes/fix_except.py -usr/lib/python3.8/lib2to3/fixes/fix_exec.py -usr/lib/python3.8/lib2to3/fixes/fix_execfile.py -usr/lib/python3.8/lib2to3/fixes/fix_exitfunc.py -usr/lib/python3.8/lib2to3/fixes/fix_filter.py -usr/lib/python3.8/lib2to3/fixes/fix_funcattrs.py -usr/lib/python3.8/lib2to3/fixes/fix_future.py -usr/lib/python3.8/lib2to3/fixes/fix_getcwdu.py -usr/lib/python3.8/lib2to3/fixes/fix_has_key.py -usr/lib/python3.8/lib2to3/fixes/fix_idioms.py -usr/lib/python3.8/lib2to3/fixes/fix_import.py -usr/lib/python3.8/lib2to3/fixes/fix_imports.py -usr/lib/python3.8/lib2to3/fixes/fix_imports2.py -usr/lib/python3.8/lib2to3/fixes/fix_input.py -usr/lib/python3.8/lib2to3/fixes/fix_intern.py -usr/lib/python3.8/lib2to3/fixes/fix_isinstance.py -usr/lib/python3.8/lib2to3/fixes/fix_itertools.py -usr/lib/python3.8/lib2to3/fixes/fix_itertools_imports.py -usr/lib/python3.8/lib2to3/fixes/fix_long.py -usr/lib/python3.8/lib2to3/fixes/fix_map.py -usr/lib/python3.8/lib2to3/fixes/fix_metaclass.py -usr/lib/python3.8/lib2to3/fixes/fix_methodattrs.py -usr/lib/python3.8/lib2to3/fixes/fix_ne.py -usr/lib/python3.8/lib2to3/fixes/fix_next.py -usr/lib/python3.8/lib2to3/fixes/fix_nonzero.py -usr/lib/python3.8/lib2to3/fixes/fix_numliterals.py -usr/lib/python3.8/lib2to3/fixes/fix_operator.py -usr/lib/python3.8/lib2to3/fixes/fix_paren.py -usr/lib/python3.8/lib2to3/fixes/fix_print.py -usr/lib/python3.8/lib2to3/fixes/fix_raise.py -usr/lib/python3.8/lib2to3/fixes/fix_raw_input.py -usr/lib/python3.8/lib2to3/fixes/fix_reduce.py -usr/lib/python3.8/lib2to3/fixes/fix_reload.py -usr/lib/python3.8/lib2to3/fixes/fix_renames.py -usr/lib/python3.8/lib2to3/fixes/fix_repr.py -usr/lib/python3.8/lib2to3/fixes/fix_set_literal.py -usr/lib/python3.8/lib2to3/fixes/fix_standarderror.py -usr/lib/python3.8/lib2to3/fixes/fix_sys_exc.py -usr/lib/python3.8/lib2to3/fixes/fix_throw.py -usr/lib/python3.8/lib2to3/fixes/fix_tuple_params.py -usr/lib/python3.8/lib2to3/fixes/fix_types.py -usr/lib/python3.8/lib2to3/fixes/fix_unicode.py -usr/lib/python3.8/lib2to3/fixes/fix_urllib.py -usr/lib/python3.8/lib2to3/fixes/fix_ws_comma.py -usr/lib/python3.8/lib2to3/fixes/fix_xrange.py -usr/lib/python3.8/lib2to3/fixes/fix_xreadlines.py -usr/lib/python3.8/lib2to3/fixes/fix_zip.py -usr/lib/python3.8/lib2to3/main.py -usr/lib/python3.8/lib2to3/patcomp.py -#usr/lib/python3.8/lib2to3/pgen2 -usr/lib/python3.8/lib2to3/pgen2/__init__.py -usr/lib/python3.8/lib2to3/pgen2/conv.py -usr/lib/python3.8/lib2to3/pgen2/driver.py -usr/lib/python3.8/lib2to3/pgen2/grammar.py -usr/lib/python3.8/lib2to3/pgen2/literals.py -usr/lib/python3.8/lib2to3/pgen2/parse.py -usr/lib/python3.8/lib2to3/pgen2/pgen.py -usr/lib/python3.8/lib2to3/pgen2/token.py -usr/lib/python3.8/lib2to3/pgen2/tokenize.py -usr/lib/python3.8/lib2to3/pygram.py -usr/lib/python3.8/lib2to3/pytree.py -usr/lib/python3.8/lib2to3/refactor.py -usr/lib/python3.8/lib2to3/tests -usr/lib/python3.8/lib2to3/tests/__init__.py -usr/lib/python3.8/lib2to3/tests/__main__.py -usr/lib/python3.8/lib2to3/tests/data -usr/lib/python3.8/lib2to3/tests/data/README -usr/lib/python3.8/lib2to3/tests/data/bom.py -usr/lib/python3.8/lib2to3/tests/data/crlf.py -usr/lib/python3.8/lib2to3/tests/data/different_encoding.py -usr/lib/python3.8/lib2to3/tests/data/false_encoding.py -usr/lib/python3.8/lib2to3/tests/data/fixers -usr/lib/python3.8/lib2to3/tests/data/fixers/bad_order.py -usr/lib/python3.8/lib2to3/tests/data/fixers/myfixes -usr/lib/python3.8/lib2to3/tests/data/fixers/myfixes/__init__.py -usr/lib/python3.8/lib2to3/tests/data/fixers/myfixes/fix_explicit.py -usr/lib/python3.8/lib2to3/tests/data/fixers/myfixes/fix_first.py -usr/lib/python3.8/lib2to3/tests/data/fixers/myfixes/fix_last.py -usr/lib/python3.8/lib2to3/tests/data/fixers/myfixes/fix_parrot.py -usr/lib/python3.8/lib2to3/tests/data/fixers/myfixes/fix_preorder.py -usr/lib/python3.8/lib2to3/tests/data/fixers/no_fixer_cls.py -usr/lib/python3.8/lib2to3/tests/data/fixers/parrot_example.py -usr/lib/python3.8/lib2to3/tests/data/infinite_recursion.py -usr/lib/python3.8/lib2to3/tests/data/py2_test_grammar.py -usr/lib/python3.8/lib2to3/tests/data/py3_test_grammar.py -usr/lib/python3.8/lib2to3/tests/pytree_idempotency.py -usr/lib/python3.8/lib2to3/tests/support.py -usr/lib/python3.8/lib2to3/tests/test_all_fixers.py -usr/lib/python3.8/lib2to3/tests/test_fixers.py -usr/lib/python3.8/lib2to3/tests/test_main.py -usr/lib/python3.8/lib2to3/tests/test_parser.py -usr/lib/python3.8/lib2to3/tests/test_pytree.py -usr/lib/python3.8/lib2to3/tests/test_refactor.py -usr/lib/python3.8/lib2to3/tests/test_util.py -usr/lib/python3.8/linecache.py -usr/lib/python3.8/locale.py -#usr/lib/python3.8/logging -usr/lib/python3.8/logging/__init__.py -usr/lib/python3.8/logging/config.py -usr/lib/python3.8/logging/handlers.py -usr/lib/python3.8/lzma.py -usr/lib/python3.8/mailbox.py -usr/lib/python3.8/mailcap.py -usr/lib/python3.8/mimetypes.py -usr/lib/python3.8/modulefinder.py -#usr/lib/python3.8/multiprocessing -usr/lib/python3.8/multiprocessing/__init__.py -usr/lib/python3.8/multiprocessing/connection.py -usr/lib/python3.8/multiprocessing/context.py -#usr/lib/python3.8/multiprocessing/dummy -usr/lib/python3.8/multiprocessing/dummy/__init__.py -usr/lib/python3.8/multiprocessing/dummy/connection.py -usr/lib/python3.8/multiprocessing/forkserver.py -usr/lib/python3.8/multiprocessing/heap.py -usr/lib/python3.8/multiprocessing/managers.py -usr/lib/python3.8/multiprocessing/pool.py -usr/lib/python3.8/multiprocessing/popen_fork.py -usr/lib/python3.8/multiprocessing/popen_forkserver.py -usr/lib/python3.8/multiprocessing/popen_spawn_posix.py -usr/lib/python3.8/multiprocessing/popen_spawn_win32.py -usr/lib/python3.8/multiprocessing/process.py -usr/lib/python3.8/multiprocessing/queues.py -usr/lib/python3.8/multiprocessing/reduction.py -usr/lib/python3.8/multiprocessing/resource_sharer.py -usr/lib/python3.8/multiprocessing/resource_tracker.py -usr/lib/python3.8/multiprocessing/shared_memory.py -usr/lib/python3.8/multiprocessing/sharedctypes.py -usr/lib/python3.8/multiprocessing/spawn.py -usr/lib/python3.8/multiprocessing/synchronize.py -usr/lib/python3.8/multiprocessing/util.py -usr/lib/python3.8/netrc.py -usr/lib/python3.8/nntplib.py -usr/lib/python3.8/ntpath.py -usr/lib/python3.8/nturl2path.py -usr/lib/python3.8/numbers.py -usr/lib/python3.8/opcode.py -usr/lib/python3.8/operator.py -usr/lib/python3.8/optparse.py -usr/lib/python3.8/os.py -usr/lib/python3.8/pathlib.py -usr/lib/python3.8/pdb.py -usr/lib/python3.8/pickle.py -usr/lib/python3.8/pickletools.py -usr/lib/python3.8/pipes.py -usr/lib/python3.8/pkgutil.py -usr/lib/python3.8/platform.py -usr/lib/python3.8/plistlib.py -usr/lib/python3.8/poplib.py -usr/lib/python3.8/posixpath.py -usr/lib/python3.8/pprint.py -usr/lib/python3.8/profile.py -usr/lib/python3.8/pstats.py -usr/lib/python3.8/pty.py -usr/lib/python3.8/py_compile.py -usr/lib/python3.8/pyclbr.py -usr/lib/python3.8/pydoc.py -#usr/lib/python3.8/pydoc_data -usr/lib/python3.8/pydoc_data/__init__.py -usr/lib/python3.8/pydoc_data/_pydoc.css -usr/lib/python3.8/pydoc_data/topics.py -usr/lib/python3.8/queue.py -usr/lib/python3.8/quopri.py -usr/lib/python3.8/random.py -usr/lib/python3.8/re.py -usr/lib/python3.8/reprlib.py -usr/lib/python3.8/rlcompleter.py -usr/lib/python3.8/runpy.py -usr/lib/python3.8/sched.py -usr/lib/python3.8/secrets.py -usr/lib/python3.8/selectors.py -usr/lib/python3.8/shelve.py -usr/lib/python3.8/shlex.py -usr/lib/python3.8/shutil.py -usr/lib/python3.8/signal.py -#usr/lib/python3.8/site-packages -usr/lib/python3.8/site-packages/README.txt -usr/lib/python3.8/site-packages/easy_install.py -#usr/lib/python3.8/site-packages/pip -usr/lib/python3.8/site-packages/pip-20.2.3.dist-info -usr/lib/python3.8/site-packages/pip-20.2.3.dist-info/INSTALLER -usr/lib/python3.8/site-packages/pip-20.2.3.dist-info/LICENSE.txt -usr/lib/python3.8/site-packages/pip-20.2.3.dist-info/METADATA -usr/lib/python3.8/site-packages/pip-20.2.3.dist-info/RECORD -usr/lib/python3.8/site-packages/pip-20.2.3.dist-info/REQUESTED -usr/lib/python3.8/site-packages/pip-20.2.3.dist-info/WHEEL -usr/lib/python3.8/site-packages/pip-20.2.3.dist-info/entry_points.txt -usr/lib/python3.8/site-packages/pip-20.2.3.dist-info/top_level.txt -usr/lib/python3.8/site-packages/pip/__init__.py -usr/lib/python3.8/site-packages/pip/__main__.py -#usr/lib/python3.8/site-packages/pip/_internal -usr/lib/python3.8/site-packages/pip/_internal/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/build_env.py -usr/lib/python3.8/site-packages/pip/_internal/cache.py -#usr/lib/python3.8/site-packages/pip/_internal/cli -usr/lib/python3.8/site-packages/pip/_internal/cli/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/cli/autocompletion.py -usr/lib/python3.8/site-packages/pip/_internal/cli/base_command.py -usr/lib/python3.8/site-packages/pip/_internal/cli/cmdoptions.py -usr/lib/python3.8/site-packages/pip/_internal/cli/command_context.py -usr/lib/python3.8/site-packages/pip/_internal/cli/main.py -usr/lib/python3.8/site-packages/pip/_internal/cli/main_parser.py -usr/lib/python3.8/site-packages/pip/_internal/cli/parser.py -usr/lib/python3.8/site-packages/pip/_internal/cli/progress_bars.py -usr/lib/python3.8/site-packages/pip/_internal/cli/req_command.py -usr/lib/python3.8/site-packages/pip/_internal/cli/spinners.py -usr/lib/python3.8/site-packages/pip/_internal/cli/status_codes.py -#usr/lib/python3.8/site-packages/pip/_internal/commands -usr/lib/python3.8/site-packages/pip/_internal/commands/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/commands/cache.py -usr/lib/python3.8/site-packages/pip/_internal/commands/check.py -usr/lib/python3.8/site-packages/pip/_internal/commands/completion.py -usr/lib/python3.8/site-packages/pip/_internal/commands/configuration.py -usr/lib/python3.8/site-packages/pip/_internal/commands/debug.py -usr/lib/python3.8/site-packages/pip/_internal/commands/download.py -usr/lib/python3.8/site-packages/pip/_internal/commands/freeze.py -usr/lib/python3.8/site-packages/pip/_internal/commands/hash.py -usr/lib/python3.8/site-packages/pip/_internal/commands/help.py -usr/lib/python3.8/site-packages/pip/_internal/commands/install.py -usr/lib/python3.8/site-packages/pip/_internal/commands/list.py -usr/lib/python3.8/site-packages/pip/_internal/commands/search.py -usr/lib/python3.8/site-packages/pip/_internal/commands/show.py -usr/lib/python3.8/site-packages/pip/_internal/commands/uninstall.py -usr/lib/python3.8/site-packages/pip/_internal/commands/wheel.py -usr/lib/python3.8/site-packages/pip/_internal/configuration.py -#usr/lib/python3.8/site-packages/pip/_internal/distributions -usr/lib/python3.8/site-packages/pip/_internal/distributions/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/distributions/base.py -usr/lib/python3.8/site-packages/pip/_internal/distributions/installed.py -usr/lib/python3.8/site-packages/pip/_internal/distributions/sdist.py -usr/lib/python3.8/site-packages/pip/_internal/distributions/wheel.py -usr/lib/python3.8/site-packages/pip/_internal/exceptions.py -usr/lib/python3.8/site-packages/pip/_internal/index -usr/lib/python3.8/site-packages/pip/_internal/index/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/index/collector.py -usr/lib/python3.8/site-packages/pip/_internal/index/package_finder.py -usr/lib/python3.8/site-packages/pip/_internal/locations.py -usr/lib/python3.8/site-packages/pip/_internal/main.py -#usr/lib/python3.8/site-packages/pip/_internal/models -usr/lib/python3.8/site-packages/pip/_internal/models/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/models/candidate.py -usr/lib/python3.8/site-packages/pip/_internal/models/direct_url.py -usr/lib/python3.8/site-packages/pip/_internal/models/format_control.py -usr/lib/python3.8/site-packages/pip/_internal/models/index.py -usr/lib/python3.8/site-packages/pip/_internal/models/link.py -usr/lib/python3.8/site-packages/pip/_internal/models/scheme.py -usr/lib/python3.8/site-packages/pip/_internal/models/search_scope.py -usr/lib/python3.8/site-packages/pip/_internal/models/selection_prefs.py -usr/lib/python3.8/site-packages/pip/_internal/models/target_python.py -usr/lib/python3.8/site-packages/pip/_internal/models/wheel.py -usr/lib/python3.8/site-packages/pip/_internal/network -usr/lib/python3.8/site-packages/pip/_internal/network/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/network/auth.py -usr/lib/python3.8/site-packages/pip/_internal/network/cache.py -usr/lib/python3.8/site-packages/pip/_internal/network/download.py -usr/lib/python3.8/site-packages/pip/_internal/network/lazy_wheel.py -usr/lib/python3.8/site-packages/pip/_internal/network/session.py -usr/lib/python3.8/site-packages/pip/_internal/network/utils.py -usr/lib/python3.8/site-packages/pip/_internal/network/xmlrpc.py -#usr/lib/python3.8/site-packages/pip/_internal/operations -usr/lib/python3.8/site-packages/pip/_internal/operations/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/operations/build -usr/lib/python3.8/site-packages/pip/_internal/operations/build/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/operations/build/metadata.py -usr/lib/python3.8/site-packages/pip/_internal/operations/build/metadata_legacy.py -usr/lib/python3.8/site-packages/pip/_internal/operations/build/wheel.py -usr/lib/python3.8/site-packages/pip/_internal/operations/build/wheel_legacy.py -usr/lib/python3.8/site-packages/pip/_internal/operations/check.py -usr/lib/python3.8/site-packages/pip/_internal/operations/freeze.py -usr/lib/python3.8/site-packages/pip/_internal/operations/install -usr/lib/python3.8/site-packages/pip/_internal/operations/install/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/operations/install/editable_legacy.py -usr/lib/python3.8/site-packages/pip/_internal/operations/install/legacy.py -usr/lib/python3.8/site-packages/pip/_internal/operations/install/wheel.py -usr/lib/python3.8/site-packages/pip/_internal/operations/prepare.py -usr/lib/python3.8/site-packages/pip/_internal/pyproject.py -#usr/lib/python3.8/site-packages/pip/_internal/req -usr/lib/python3.8/site-packages/pip/_internal/req/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/req/constructors.py -usr/lib/python3.8/site-packages/pip/_internal/req/req_file.py -usr/lib/python3.8/site-packages/pip/_internal/req/req_install.py -usr/lib/python3.8/site-packages/pip/_internal/req/req_set.py -usr/lib/python3.8/site-packages/pip/_internal/req/req_tracker.py -usr/lib/python3.8/site-packages/pip/_internal/req/req_uninstall.py -usr/lib/python3.8/site-packages/pip/_internal/resolution -usr/lib/python3.8/site-packages/pip/_internal/resolution/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/base.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/legacy -usr/lib/python3.8/site-packages/pip/_internal/resolution/legacy/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/legacy/resolver.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib -usr/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/base.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/candidates.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/factory.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/provider.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/requirements.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py -usr/lib/python3.8/site-packages/pip/_internal/self_outdated_check.py -#usr/lib/python3.8/site-packages/pip/_internal/utils -usr/lib/python3.8/site-packages/pip/_internal/utils/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/utils/appdirs.py -usr/lib/python3.8/site-packages/pip/_internal/utils/compat.py -usr/lib/python3.8/site-packages/pip/_internal/utils/compatibility_tags.py -usr/lib/python3.8/site-packages/pip/_internal/utils/datetime.py -usr/lib/python3.8/site-packages/pip/_internal/utils/deprecation.py -usr/lib/python3.8/site-packages/pip/_internal/utils/direct_url_helpers.py -usr/lib/python3.8/site-packages/pip/_internal/utils/distutils_args.py -usr/lib/python3.8/site-packages/pip/_internal/utils/encoding.py -usr/lib/python3.8/site-packages/pip/_internal/utils/entrypoints.py -usr/lib/python3.8/site-packages/pip/_internal/utils/filesystem.py -usr/lib/python3.8/site-packages/pip/_internal/utils/filetypes.py -usr/lib/python3.8/site-packages/pip/_internal/utils/glibc.py -usr/lib/python3.8/site-packages/pip/_internal/utils/hashes.py -usr/lib/python3.8/site-packages/pip/_internal/utils/inject_securetransport.py -usr/lib/python3.8/site-packages/pip/_internal/utils/logging.py -usr/lib/python3.8/site-packages/pip/_internal/utils/misc.py -usr/lib/python3.8/site-packages/pip/_internal/utils/models.py -usr/lib/python3.8/site-packages/pip/_internal/utils/packaging.py -usr/lib/python3.8/site-packages/pip/_internal/utils/parallel.py -usr/lib/python3.8/site-packages/pip/_internal/utils/pkg_resources.py -usr/lib/python3.8/site-packages/pip/_internal/utils/setuptools_build.py -usr/lib/python3.8/site-packages/pip/_internal/utils/subprocess.py -usr/lib/python3.8/site-packages/pip/_internal/utils/temp_dir.py -usr/lib/python3.8/site-packages/pip/_internal/utils/typing.py -usr/lib/python3.8/site-packages/pip/_internal/utils/unpacking.py -usr/lib/python3.8/site-packages/pip/_internal/utils/urls.py -usr/lib/python3.8/site-packages/pip/_internal/utils/virtualenv.py -usr/lib/python3.8/site-packages/pip/_internal/utils/wheel.py -#usr/lib/python3.8/site-packages/pip/_internal/vcs -usr/lib/python3.8/site-packages/pip/_internal/vcs/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/vcs/bazaar.py -usr/lib/python3.8/site-packages/pip/_internal/vcs/git.py -usr/lib/python3.8/site-packages/pip/_internal/vcs/mercurial.py -usr/lib/python3.8/site-packages/pip/_internal/vcs/subversion.py -usr/lib/python3.8/site-packages/pip/_internal/vcs/versioncontrol.py -usr/lib/python3.8/site-packages/pip/_internal/wheel_builder.py -usr/lib/python3.8/site-packages/pip/_vendor -usr/lib/python3.8/site-packages/pip/_vendor/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/appdirs.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/_cmd.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/adapter.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/cache.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/compat.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/controller.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/filewrapper.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/heuristics.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/serialize.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/wrapper.py -#usr/lib/python3.8/site-packages/pip/_vendor/certifi -usr/lib/python3.8/site-packages/pip/_vendor/certifi/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/certifi/__main__.py -usr/lib/python3.8/site-packages/pip/_vendor/certifi/cacert.pem -usr/lib/python3.8/site-packages/pip/_vendor/certifi/core.py -#usr/lib/python3.8/site-packages/pip/_vendor/chardet -usr/lib/python3.8/site-packages/pip/_vendor/chardet/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/big5freq.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/big5prober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/chardistribution.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/charsetgroupprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/charsetprober.py -#usr/lib/python3.8/site-packages/pip/_vendor/chardet/cli -usr/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/cli/chardetect.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/codingstatemachine.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/compat.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/cp949prober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/enums.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/escprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/escsm.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/eucjpprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/euckrfreq.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/euckrprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/euctwfreq.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/euctwprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/gb2312freq.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/gb2312prober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/hebrewprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/jisfreq.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/jpcntx.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/langbulgarianmodel.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/langcyrillicmodel.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/langgreekmodel.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/langhebrewmodel.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/langhungarianmodel.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/langthaimodel.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/langturkishmodel.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/latin1prober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/mbcharsetprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/mbcsgroupprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/mbcssm.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/sbcharsetprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/sbcsgroupprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/sjisprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/universaldetector.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/utf8prober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/version.py -#usr/lib/python3.8/site-packages/pip/_vendor/colorama -usr/lib/python3.8/site-packages/pip/_vendor/colorama/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/colorama/ansi.py -usr/lib/python3.8/site-packages/pip/_vendor/colorama/ansitowin32.py -usr/lib/python3.8/site-packages/pip/_vendor/colorama/initialise.py -usr/lib/python3.8/site-packages/pip/_vendor/colorama/win32.py -usr/lib/python3.8/site-packages/pip/_vendor/colorama/winterm.py -usr/lib/python3.8/site-packages/pip/_vendor/contextlib2.py -#usr/lib/python3.8/site-packages/pip/_vendor/distlib -usr/lib/python3.8/site-packages/pip/_vendor/distlib/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/_backport -usr/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/misc.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/shutil.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg -usr/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/tarfile.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/compat.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/database.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/index.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/locators.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/manifest.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/markers.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/metadata.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/resources.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/scripts.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/t32.exe -usr/lib/python3.8/site-packages/pip/_vendor/distlib/t64.exe -usr/lib/python3.8/site-packages/pip/_vendor/distlib/util.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/version.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/w32.exe -usr/lib/python3.8/site-packages/pip/_vendor/distlib/w64.exe -usr/lib/python3.8/site-packages/pip/_vendor/distlib/wheel.py -usr/lib/python3.8/site-packages/pip/_vendor/distro.py -#usr/lib/python3.8/site-packages/pip/_vendor/html5lib -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/_ihatexml.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/_inputstream.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/_tokenizer.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/_base.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/py.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/_utils.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/constants.py -#usr/lib/python3.8/site-packages/pip/_vendor/html5lib/filters -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/base.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/lint.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/optionaltags.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/sanitizer.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/whitespace.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/html5parser.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/serializer.py -#usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/sax.py -#usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/base.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/dom.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/etree.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py -#usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/base.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/dom.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/etree.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py -#usr/lib/python3.8/site-packages/pip/_vendor/idna -usr/lib/python3.8/site-packages/pip/_vendor/idna/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/idna/codec.py -usr/lib/python3.8/site-packages/pip/_vendor/idna/compat.py -usr/lib/python3.8/site-packages/pip/_vendor/idna/core.py -usr/lib/python3.8/site-packages/pip/_vendor/idna/idnadata.py -usr/lib/python3.8/site-packages/pip/_vendor/idna/intranges.py -usr/lib/python3.8/site-packages/pip/_vendor/idna/package_data.py -usr/lib/python3.8/site-packages/pip/_vendor/idna/uts46data.py -usr/lib/python3.8/site-packages/pip/_vendor/ipaddress.py -#usr/lib/python3.8/site-packages/pip/_vendor/msgpack -usr/lib/python3.8/site-packages/pip/_vendor/msgpack/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/msgpack/_version.py -usr/lib/python3.8/site-packages/pip/_vendor/msgpack/exceptions.py -usr/lib/python3.8/site-packages/pip/_vendor/msgpack/ext.py -usr/lib/python3.8/site-packages/pip/_vendor/msgpack/fallback.py -#usr/lib/python3.8/site-packages/pip/_vendor/packaging -usr/lib/python3.8/site-packages/pip/_vendor/packaging/__about__.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/_compat.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/_structures.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/_typing.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/markers.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/requirements.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/specifiers.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/tags.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/utils.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/version.py -#usr/lib/python3.8/site-packages/pip/_vendor/pep517 -usr/lib/python3.8/site-packages/pip/_vendor/pep517/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py -usr/lib/python3.8/site-packages/pip/_vendor/pep517/build.py -usr/lib/python3.8/site-packages/pip/_vendor/pep517/check.py -usr/lib/python3.8/site-packages/pip/_vendor/pep517/colorlog.py -usr/lib/python3.8/site-packages/pip/_vendor/pep517/compat.py -usr/lib/python3.8/site-packages/pip/_vendor/pep517/dirtools.py -usr/lib/python3.8/site-packages/pip/_vendor/pep517/envbuild.py -usr/lib/python3.8/site-packages/pip/_vendor/pep517/meta.py -usr/lib/python3.8/site-packages/pip/_vendor/pep517/wrappers.py -#usr/lib/python3.8/site-packages/pip/_vendor/pkg_resources -usr/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/pkg_resources/py31compat.py -#usr/lib/python3.8/site-packages/pip/_vendor/progress -usr/lib/python3.8/site-packages/pip/_vendor/progress/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/progress/bar.py -usr/lib/python3.8/site-packages/pip/_vendor/progress/counter.py -usr/lib/python3.8/site-packages/pip/_vendor/progress/spinner.py -usr/lib/python3.8/site-packages/pip/_vendor/pyparsing.py -#usr/lib/python3.8/site-packages/pip/_vendor/requests -usr/lib/python3.8/site-packages/pip/_vendor/requests/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/__version__.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/_internal_utils.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/adapters.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/api.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/auth.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/certs.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/compat.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/cookies.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/exceptions.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/help.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/hooks.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/models.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/packages.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/sessions.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/status_codes.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/structures.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/utils.py -usr/lib/python3.8/site-packages/pip/_vendor/resolvelib -usr/lib/python3.8/site-packages/pip/_vendor/resolvelib/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/resolvelib/compat -usr/lib/python3.8/site-packages/pip/_vendor/resolvelib/compat/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py -usr/lib/python3.8/site-packages/pip/_vendor/resolvelib/providers.py -usr/lib/python3.8/site-packages/pip/_vendor/resolvelib/reporters.py -usr/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py -usr/lib/python3.8/site-packages/pip/_vendor/resolvelib/structs.py -usr/lib/python3.8/site-packages/pip/_vendor/retrying.py -usr/lib/python3.8/site-packages/pip/_vendor/six.py -usr/lib/python3.8/site-packages/pip/_vendor/toml -usr/lib/python3.8/site-packages/pip/_vendor/toml/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/toml/common.py -usr/lib/python3.8/site-packages/pip/_vendor/toml/decoder.py -usr/lib/python3.8/site-packages/pip/_vendor/toml/encoder.py -usr/lib/python3.8/site-packages/pip/_vendor/toml/ordered.py -usr/lib/python3.8/site-packages/pip/_vendor/toml/tz.py -#usr/lib/python3.8/site-packages/pip/_vendor/urllib3 -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/_collections.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/connection.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/connectionpool.py -#usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py -#usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/appengine.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/securetransport.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/socks.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/exceptions.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/fields.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/filepost.py -#usr/lib/python3.8/site-packages/pip/_vendor/urllib3/packages -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/six.py -#usr/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/poolmanager.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/request.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/response.py -#usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/connection.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/queue.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/request.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/response.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/retry.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/ssl_.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/timeout.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/url.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/wait.py -usr/lib/python3.8/site-packages/pip/_vendor/vendor.txt -#usr/lib/python3.8/site-packages/pip/_vendor/webencodings -usr/lib/python3.8/site-packages/pip/_vendor/webencodings/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/webencodings/labels.py -usr/lib/python3.8/site-packages/pip/_vendor/webencodings/mklabels.py -usr/lib/python3.8/site-packages/pip/_vendor/webencodings/tests.py -usr/lib/python3.8/site-packages/pip/_vendor/webencodings/x_user_defined.py -#usr/lib/python3.8/site-packages/pkg_resources -usr/lib/python3.8/site-packages/pkg_resources/__init__.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor -usr/lib/python3.8/site-packages/pkg_resources/_vendor/__init__.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/appdirs.py -#usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__about__.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__init__.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_compat.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_structures.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/markers.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/requirements.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/specifiers.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/tags.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/utils.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/version.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/pyparsing.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/six.py -usr/lib/python3.8/site-packages/pkg_resources/extern -usr/lib/python3.8/site-packages/pkg_resources/extern/__init__.py -#usr/lib/python3.8/site-packages/setuptools -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/INSTALLER -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/LICENSE -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/METADATA -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/RECORD -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/REQUESTED -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/WHEEL -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/dependency_links.txt -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/entry_points.txt -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/top_level.txt -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/zip-safe -usr/lib/python3.8/site-packages/setuptools/__init__.py -usr/lib/python3.8/site-packages/setuptools/_deprecation_warning.py -usr/lib/python3.8/site-packages/setuptools/_distutils -usr/lib/python3.8/site-packages/setuptools/_distutils/__init__.py -usr/lib/python3.8/site-packages/setuptools/_distutils/_msvccompiler.py -usr/lib/python3.8/site-packages/setuptools/_distutils/archive_util.py -usr/lib/python3.8/site-packages/setuptools/_distutils/bcppcompiler.py -usr/lib/python3.8/site-packages/setuptools/_distutils/ccompiler.py -usr/lib/python3.8/site-packages/setuptools/_distutils/cmd.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command -usr/lib/python3.8/site-packages/setuptools/_distutils/command/__init__.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/bdist.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_dumb.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_msi.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_rpm.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_wininst.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/build.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/build_clib.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/build_py.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/build_scripts.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/check.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/clean.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/config.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/install.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/install_data.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/install_egg_info.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/install_headers.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/install_lib.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/install_scripts.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/register.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/sdist.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/upload.py -usr/lib/python3.8/site-packages/setuptools/_distutils/config.py -usr/lib/python3.8/site-packages/setuptools/_distutils/core.py -usr/lib/python3.8/site-packages/setuptools/_distutils/cygwinccompiler.py -usr/lib/python3.8/site-packages/setuptools/_distutils/debug.py -usr/lib/python3.8/site-packages/setuptools/_distutils/dep_util.py -usr/lib/python3.8/site-packages/setuptools/_distutils/dir_util.py -usr/lib/python3.8/site-packages/setuptools/_distutils/dist.py -usr/lib/python3.8/site-packages/setuptools/_distutils/errors.py -usr/lib/python3.8/site-packages/setuptools/_distutils/extension.py -usr/lib/python3.8/site-packages/setuptools/_distutils/fancy_getopt.py -usr/lib/python3.8/site-packages/setuptools/_distutils/file_util.py -usr/lib/python3.8/site-packages/setuptools/_distutils/filelist.py -usr/lib/python3.8/site-packages/setuptools/_distutils/log.py -usr/lib/python3.8/site-packages/setuptools/_distutils/msvc9compiler.py -usr/lib/python3.8/site-packages/setuptools/_distutils/msvccompiler.py -usr/lib/python3.8/site-packages/setuptools/_distutils/spawn.py -usr/lib/python3.8/site-packages/setuptools/_distutils/sysconfig.py -usr/lib/python3.8/site-packages/setuptools/_distutils/text_file.py -usr/lib/python3.8/site-packages/setuptools/_distutils/unixccompiler.py -usr/lib/python3.8/site-packages/setuptools/_distutils/util.py -usr/lib/python3.8/site-packages/setuptools/_distutils/version.py -usr/lib/python3.8/site-packages/setuptools/_distutils/versionpredicate.py -usr/lib/python3.8/site-packages/setuptools/_imp.py -#usr/lib/python3.8/site-packages/setuptools/_vendor -usr/lib/python3.8/site-packages/setuptools/_vendor/__init__.py -usr/lib/python3.8/site-packages/setuptools/_vendor/ordered_set.py -#usr/lib/python3.8/site-packages/setuptools/_vendor/packaging -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/__about__.py -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/__init__.py -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/_compat.py -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/_structures.py -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/markers.py -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/requirements.py -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/specifiers.py -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/tags.py -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/utils.py -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/version.py -usr/lib/python3.8/site-packages/setuptools/_vendor/pyparsing.py -usr/lib/python3.8/site-packages/setuptools/_vendor/six.py -usr/lib/python3.8/site-packages/setuptools/archive_util.py -usr/lib/python3.8/site-packages/setuptools/build_meta.py -usr/lib/python3.8/site-packages/setuptools/cli-32.exe -usr/lib/python3.8/site-packages/setuptools/cli-64.exe -usr/lib/python3.8/site-packages/setuptools/cli.exe -#usr/lib/python3.8/site-packages/setuptools/command -usr/lib/python3.8/site-packages/setuptools/command/__init__.py -usr/lib/python3.8/site-packages/setuptools/command/alias.py -usr/lib/python3.8/site-packages/setuptools/command/bdist_egg.py -usr/lib/python3.8/site-packages/setuptools/command/bdist_rpm.py -usr/lib/python3.8/site-packages/setuptools/command/bdist_wininst.py -usr/lib/python3.8/site-packages/setuptools/command/build_clib.py -usr/lib/python3.8/site-packages/setuptools/command/build_ext.py -usr/lib/python3.8/site-packages/setuptools/command/build_py.py -usr/lib/python3.8/site-packages/setuptools/command/develop.py -usr/lib/python3.8/site-packages/setuptools/command/dist_info.py -usr/lib/python3.8/site-packages/setuptools/command/easy_install.py -usr/lib/python3.8/site-packages/setuptools/command/egg_info.py -usr/lib/python3.8/site-packages/setuptools/command/install.py -usr/lib/python3.8/site-packages/setuptools/command/install_egg_info.py -usr/lib/python3.8/site-packages/setuptools/command/install_lib.py -usr/lib/python3.8/site-packages/setuptools/command/install_scripts.py -#usr/lib/python3.8/site-packages/setuptools/command/launcher +#usr/lib/python3.10 +#usr/lib/python3.10/LICENSE.txt +usr/lib/python3.10/__future__.py +usr/lib/python3.10/__phello__.foo.py +usr/lib/python3.10/_aix_support.py +usr/lib/python3.10/_bootsubprocess.py +usr/lib/python3.10/_collections_abc.py +usr/lib/python3.10/_compat_pickle.py +usr/lib/python3.10/_compression.py +usr/lib/python3.10/_markupbase.py +usr/lib/python3.10/_osx_support.py +usr/lib/python3.10/_py_abc.py +usr/lib/python3.10/_pydecimal.py +usr/lib/python3.10/_pyio.py +usr/lib/python3.10/_sitebuiltins.py +usr/lib/python3.10/_strptime.py +usr/lib/python3.10/_sysconfigdata__linux_arm-linux-gnu.py +usr/lib/python3.10/_threading_local.py +usr/lib/python3.10/_weakrefset.py +usr/lib/python3.10/abc.py +usr/lib/python3.10/aifc.py +usr/lib/python3.10/antigravity.py +usr/lib/python3.10/argparse.py +usr/lib/python3.10/ast.py +usr/lib/python3.10/asynchat.py +#usr/lib/python3.10/asyncio +usr/lib/python3.10/asyncio/__init__.py +usr/lib/python3.10/asyncio/__main__.py +usr/lib/python3.10/asyncio/base_events.py +usr/lib/python3.10/asyncio/base_futures.py +usr/lib/python3.10/asyncio/base_subprocess.py +usr/lib/python3.10/asyncio/base_tasks.py +usr/lib/python3.10/asyncio/constants.py +usr/lib/python3.10/asyncio/coroutines.py +usr/lib/python3.10/asyncio/events.py +usr/lib/python3.10/asyncio/exceptions.py +usr/lib/python3.10/asyncio/format_helpers.py +usr/lib/python3.10/asyncio/futures.py +usr/lib/python3.10/asyncio/locks.py +usr/lib/python3.10/asyncio/log.py +usr/lib/python3.10/asyncio/mixins.py +usr/lib/python3.10/asyncio/proactor_events.py +usr/lib/python3.10/asyncio/protocols.py +usr/lib/python3.10/asyncio/queues.py +usr/lib/python3.10/asyncio/runners.py +usr/lib/python3.10/asyncio/selector_events.py +usr/lib/python3.10/asyncio/sslproto.py +usr/lib/python3.10/asyncio/staggered.py +usr/lib/python3.10/asyncio/streams.py +usr/lib/python3.10/asyncio/subprocess.py +usr/lib/python3.10/asyncio/tasks.py +usr/lib/python3.10/asyncio/threads.py +usr/lib/python3.10/asyncio/transports.py +usr/lib/python3.10/asyncio/trsock.py +usr/lib/python3.10/asyncio/unix_events.py +usr/lib/python3.10/asyncio/windows_events.py +usr/lib/python3.10/asyncio/windows_utils.py +usr/lib/python3.10/asyncore.py +usr/lib/python3.10/base64.py +usr/lib/python3.10/bdb.py +usr/lib/python3.10/binhex.py +usr/lib/python3.10/bisect.py +usr/lib/python3.10/bz2.py +usr/lib/python3.10/cProfile.py +usr/lib/python3.10/calendar.py +usr/lib/python3.10/cgi.py +usr/lib/python3.10/cgitb.py +usr/lib/python3.10/chunk.py +usr/lib/python3.10/cmd.py +usr/lib/python3.10/code.py +usr/lib/python3.10/codecs.py +usr/lib/python3.10/codeop.py +#usr/lib/python3.10/collections +usr/lib/python3.10/collections/__init__.py +usr/lib/python3.10/collections/abc.py +usr/lib/python3.10/colorsys.py +usr/lib/python3.10/compileall.py +#usr/lib/python3.10/concurrent +usr/lib/python3.10/concurrent/__init__.py +#usr/lib/python3.10/concurrent/futures +usr/lib/python3.10/concurrent/futures/__init__.py +usr/lib/python3.10/concurrent/futures/_base.py +usr/lib/python3.10/concurrent/futures/process.py +usr/lib/python3.10/concurrent/futures/thread.py +#usr/lib/python3.10/config-3.10-arm-linux-gnu +usr/lib/python3.10/config-3.10-arm-linux-gnu/Makefile +usr/lib/python3.10/config-3.10-arm-linux-gnu/Setup +usr/lib/python3.10/config-3.10-arm-linux-gnu/Setup.local +usr/lib/python3.10/config-3.10-arm-linux-gnu/config.c +usr/lib/python3.10/config-3.10-arm-linux-gnu/config.c.in +usr/lib/python3.10/config-3.10-arm-linux-gnu/install-sh +usr/lib/python3.10/config-3.10-arm-linux-gnu/libpython3.10.a +usr/lib/python3.10/config-3.10-arm-linux-gnu/makesetup +usr/lib/python3.10/config-3.10-arm-linux-gnu/python-config.py +usr/lib/python3.10/config-3.10-arm-linux-gnu/python.o +usr/lib/python3.10/configparser.py +usr/lib/python3.10/contextlib.py +usr/lib/python3.10/contextvars.py +usr/lib/python3.10/copy.py +usr/lib/python3.10/copyreg.py +usr/lib/python3.10/crypt.py +usr/lib/python3.10/csv.py +#usr/lib/python3.10/ctypes +usr/lib/python3.10/ctypes/__init__.py +usr/lib/python3.10/ctypes/_aix.py +usr/lib/python3.10/ctypes/_endian.py +#usr/lib/python3.10/ctypes/macholib +usr/lib/python3.10/ctypes/macholib/README.ctypes +usr/lib/python3.10/ctypes/macholib/__init__.py +usr/lib/python3.10/ctypes/macholib/dyld.py +usr/lib/python3.10/ctypes/macholib/dylib.py +usr/lib/python3.10/ctypes/macholib/fetch_macholib +usr/lib/python3.10/ctypes/macholib/fetch_macholib.bat +usr/lib/python3.10/ctypes/macholib/framework.py +#usr/lib/python3.10/ctypes/test +usr/lib/python3.10/ctypes/util.py +usr/lib/python3.10/ctypes/wintypes.py +#usr/lib/python3.10/curses +usr/lib/python3.10/curses/__init__.py +usr/lib/python3.10/curses/ascii.py +usr/lib/python3.10/curses/has_key.py +usr/lib/python3.10/curses/panel.py +usr/lib/python3.10/curses/textpad.py +usr/lib/python3.10/dataclasses.py +usr/lib/python3.10/datetime.py +#usr/lib/python3.10/dbm +usr/lib/python3.10/dbm/__init__.py +usr/lib/python3.10/dbm/dumb.py +usr/lib/python3.10/dbm/gnu.py +usr/lib/python3.10/dbm/ndbm.py +usr/lib/python3.10/decimal.py +usr/lib/python3.10/difflib.py +usr/lib/python3.10/dis.py +#usr/lib/python3.10/distutils +#usr/lib/python3.10/distutils/README +usr/lib/python3.10/distutils/__init__.py +usr/lib/python3.10/distutils/_msvccompiler.py +usr/lib/python3.10/distutils/archive_util.py +usr/lib/python3.10/distutils/bcppcompiler.py +usr/lib/python3.10/distutils/ccompiler.py +usr/lib/python3.10/distutils/cmd.py +#usr/lib/python3.10/distutils/command +usr/lib/python3.10/distutils/command/__init__.py +usr/lib/python3.10/distutils/command/bdist.py +usr/lib/python3.10/distutils/command/bdist_dumb.py +usr/lib/python3.10/distutils/command/bdist_msi.py +usr/lib/python3.10/distutils/command/bdist_rpm.py +usr/lib/python3.10/distutils/command/build.py +usr/lib/python3.10/distutils/command/build_clib.py +usr/lib/python3.10/distutils/command/build_ext.py +usr/lib/python3.10/distutils/command/build_py.py +usr/lib/python3.10/distutils/command/build_scripts.py +usr/lib/python3.10/distutils/command/check.py +usr/lib/python3.10/distutils/command/clean.py +usr/lib/python3.10/distutils/command/command_template +usr/lib/python3.10/distutils/command/config.py +usr/lib/python3.10/distutils/command/install.py +usr/lib/python3.10/distutils/command/install_data.py +usr/lib/python3.10/distutils/command/install_egg_info.py +usr/lib/python3.10/distutils/command/install_headers.py +usr/lib/python3.10/distutils/command/install_lib.py +usr/lib/python3.10/distutils/command/install_scripts.py +usr/lib/python3.10/distutils/command/register.py +usr/lib/python3.10/distutils/command/sdist.py +usr/lib/python3.10/distutils/command/upload.py +usr/lib/python3.10/distutils/config.py +usr/lib/python3.10/distutils/core.py +usr/lib/python3.10/distutils/cygwinccompiler.py +usr/lib/python3.10/distutils/debug.py +usr/lib/python3.10/distutils/dep_util.py +usr/lib/python3.10/distutils/dir_util.py +usr/lib/python3.10/distutils/dist.py +usr/lib/python3.10/distutils/errors.py +usr/lib/python3.10/distutils/extension.py +usr/lib/python3.10/distutils/fancy_getopt.py +usr/lib/python3.10/distutils/file_util.py +usr/lib/python3.10/distutils/filelist.py +usr/lib/python3.10/distutils/log.py +usr/lib/python3.10/distutils/msvc9compiler.py +usr/lib/python3.10/distutils/msvccompiler.py +usr/lib/python3.10/distutils/spawn.py +usr/lib/python3.10/distutils/sysconfig.py +#usr/lib/python3.10/distutils/tests +usr/lib/python3.10/distutils/tests/Setup.sample +usr/lib/python3.10/distutils/tests/__init__.py +usr/lib/python3.10/distutils/tests/includetest.rst +usr/lib/python3.10/distutils/tests/support.py +usr/lib/python3.10/distutils/tests/test_archive_util.py +usr/lib/python3.10/distutils/tests/test_bdist.py +usr/lib/python3.10/distutils/tests/test_bdist_dumb.py +usr/lib/python3.10/distutils/tests/test_bdist_msi.py +usr/lib/python3.10/distutils/tests/test_bdist_rpm.py +usr/lib/python3.10/distutils/tests/test_build.py +usr/lib/python3.10/distutils/tests/test_build_clib.py +usr/lib/python3.10/distutils/tests/test_build_ext.py +usr/lib/python3.10/distutils/tests/test_build_py.py +usr/lib/python3.10/distutils/tests/test_build_scripts.py +usr/lib/python3.10/distutils/tests/test_check.py +usr/lib/python3.10/distutils/tests/test_clean.py +usr/lib/python3.10/distutils/tests/test_cmd.py +usr/lib/python3.10/distutils/tests/test_config.py +usr/lib/python3.10/distutils/tests/test_config_cmd.py +usr/lib/python3.10/distutils/tests/test_core.py +usr/lib/python3.10/distutils/tests/test_cygwinccompiler.py +usr/lib/python3.10/distutils/tests/test_dep_util.py +usr/lib/python3.10/distutils/tests/test_dir_util.py +usr/lib/python3.10/distutils/tests/test_dist.py +usr/lib/python3.10/distutils/tests/test_extension.py +usr/lib/python3.10/distutils/tests/test_file_util.py +usr/lib/python3.10/distutils/tests/test_filelist.py +usr/lib/python3.10/distutils/tests/test_install.py +usr/lib/python3.10/distutils/tests/test_install_data.py +usr/lib/python3.10/distutils/tests/test_install_headers.py +usr/lib/python3.10/distutils/tests/test_install_lib.py +usr/lib/python3.10/distutils/tests/test_install_scripts.py +usr/lib/python3.10/distutils/tests/test_log.py +usr/lib/python3.10/distutils/tests/test_msvc9compiler.py +usr/lib/python3.10/distutils/tests/test_msvccompiler.py +usr/lib/python3.10/distutils/tests/test_register.py +usr/lib/python3.10/distutils/tests/test_sdist.py +usr/lib/python3.10/distutils/tests/test_spawn.py +usr/lib/python3.10/distutils/tests/test_sysconfig.py +usr/lib/python3.10/distutils/tests/test_text_file.py +usr/lib/python3.10/distutils/tests/test_unixccompiler.py +usr/lib/python3.10/distutils/tests/test_upload.py +usr/lib/python3.10/distutils/tests/test_util.py +usr/lib/python3.10/distutils/tests/test_version.py +usr/lib/python3.10/distutils/tests/test_versionpredicate.py +usr/lib/python3.10/distutils/tests/xxmodule.c +usr/lib/python3.10/distutils/text_file.py +usr/lib/python3.10/distutils/unixccompiler.py +usr/lib/python3.10/distutils/util.py +usr/lib/python3.10/distutils/version.py +usr/lib/python3.10/distutils/versionpredicate.py +usr/lib/python3.10/doctest.py +#usr/lib/python3.10/email +usr/lib/python3.10/email/__init__.py +usr/lib/python3.10/email/_encoded_words.py +usr/lib/python3.10/email/_header_value_parser.py +usr/lib/python3.10/email/_parseaddr.py +usr/lib/python3.10/email/_policybase.py +usr/lib/python3.10/email/architecture.rst +usr/lib/python3.10/email/base64mime.py +usr/lib/python3.10/email/charset.py +usr/lib/python3.10/email/contentmanager.py +usr/lib/python3.10/email/encoders.py +usr/lib/python3.10/email/errors.py +usr/lib/python3.10/email/feedparser.py +usr/lib/python3.10/email/generator.py +usr/lib/python3.10/email/header.py +usr/lib/python3.10/email/headerregistry.py +usr/lib/python3.10/email/iterators.py +usr/lib/python3.10/email/message.py +#usr/lib/python3.10/email/mime +usr/lib/python3.10/email/mime/__init__.py +usr/lib/python3.10/email/mime/application.py +usr/lib/python3.10/email/mime/audio.py +usr/lib/python3.10/email/mime/base.py +usr/lib/python3.10/email/mime/image.py +usr/lib/python3.10/email/mime/message.py +usr/lib/python3.10/email/mime/multipart.py +usr/lib/python3.10/email/mime/nonmultipart.py +usr/lib/python3.10/email/mime/text.py +usr/lib/python3.10/email/parser.py +usr/lib/python3.10/email/policy.py +usr/lib/python3.10/email/quoprimime.py +usr/lib/python3.10/email/utils.py +#usr/lib/python3.10/encodings +usr/lib/python3.10/encodings/__init__.py +usr/lib/python3.10/encodings/aliases.py +usr/lib/python3.10/encodings/ascii.py +usr/lib/python3.10/encodings/base64_codec.py +usr/lib/python3.10/encodings/big5.py +usr/lib/python3.10/encodings/big5hkscs.py +usr/lib/python3.10/encodings/bz2_codec.py +usr/lib/python3.10/encodings/charmap.py +usr/lib/python3.10/encodings/cp037.py +usr/lib/python3.10/encodings/cp1006.py +usr/lib/python3.10/encodings/cp1026.py +usr/lib/python3.10/encodings/cp1125.py +usr/lib/python3.10/encodings/cp1140.py +usr/lib/python3.10/encodings/cp1250.py +usr/lib/python3.10/encodings/cp1251.py +usr/lib/python3.10/encodings/cp1252.py +usr/lib/python3.10/encodings/cp1253.py +usr/lib/python3.10/encodings/cp1254.py +usr/lib/python3.10/encodings/cp1255.py +usr/lib/python3.10/encodings/cp1256.py +usr/lib/python3.10/encodings/cp1257.py +usr/lib/python3.10/encodings/cp1258.py +usr/lib/python3.10/encodings/cp273.py +usr/lib/python3.10/encodings/cp424.py +usr/lib/python3.10/encodings/cp437.py +usr/lib/python3.10/encodings/cp500.py +usr/lib/python3.10/encodings/cp720.py +usr/lib/python3.10/encodings/cp737.py +usr/lib/python3.10/encodings/cp775.py +usr/lib/python3.10/encodings/cp850.py +usr/lib/python3.10/encodings/cp852.py +usr/lib/python3.10/encodings/cp855.py +usr/lib/python3.10/encodings/cp856.py +usr/lib/python3.10/encodings/cp857.py +usr/lib/python3.10/encodings/cp858.py +usr/lib/python3.10/encodings/cp860.py +usr/lib/python3.10/encodings/cp861.py +usr/lib/python3.10/encodings/cp862.py +usr/lib/python3.10/encodings/cp863.py +usr/lib/python3.10/encodings/cp864.py +usr/lib/python3.10/encodings/cp865.py +usr/lib/python3.10/encodings/cp866.py +usr/lib/python3.10/encodings/cp869.py +usr/lib/python3.10/encodings/cp874.py +usr/lib/python3.10/encodings/cp875.py +usr/lib/python3.10/encodings/cp932.py +usr/lib/python3.10/encodings/cp949.py +usr/lib/python3.10/encodings/cp950.py +usr/lib/python3.10/encodings/euc_jis_2004.py +usr/lib/python3.10/encodings/euc_jisx0213.py +usr/lib/python3.10/encodings/euc_jp.py +usr/lib/python3.10/encodings/euc_kr.py +usr/lib/python3.10/encodings/gb18030.py +usr/lib/python3.10/encodings/gb2312.py +usr/lib/python3.10/encodings/gbk.py +usr/lib/python3.10/encodings/hex_codec.py +usr/lib/python3.10/encodings/hp_roman8.py +usr/lib/python3.10/encodings/hz.py +usr/lib/python3.10/encodings/idna.py +usr/lib/python3.10/encodings/iso2022_jp.py +usr/lib/python3.10/encodings/iso2022_jp_1.py +usr/lib/python3.10/encodings/iso2022_jp_2.py +usr/lib/python3.10/encodings/iso2022_jp_2004.py +usr/lib/python3.10/encodings/iso2022_jp_3.py +usr/lib/python3.10/encodings/iso2022_jp_ext.py +usr/lib/python3.10/encodings/iso2022_kr.py +usr/lib/python3.10/encodings/iso8859_1.py +usr/lib/python3.10/encodings/iso8859_10.py +usr/lib/python3.10/encodings/iso8859_11.py +usr/lib/python3.10/encodings/iso8859_13.py +usr/lib/python3.10/encodings/iso8859_14.py +usr/lib/python3.10/encodings/iso8859_15.py +usr/lib/python3.10/encodings/iso8859_16.py +usr/lib/python3.10/encodings/iso8859_2.py +usr/lib/python3.10/encodings/iso8859_3.py +usr/lib/python3.10/encodings/iso8859_4.py +usr/lib/python3.10/encodings/iso8859_5.py +usr/lib/python3.10/encodings/iso8859_6.py +usr/lib/python3.10/encodings/iso8859_7.py +usr/lib/python3.10/encodings/iso8859_8.py +usr/lib/python3.10/encodings/iso8859_9.py +usr/lib/python3.10/encodings/johab.py +usr/lib/python3.10/encodings/koi8_r.py +usr/lib/python3.10/encodings/koi8_t.py +usr/lib/python3.10/encodings/koi8_u.py +usr/lib/python3.10/encodings/kz1048.py +usr/lib/python3.10/encodings/latin_1.py +usr/lib/python3.10/encodings/mac_arabic.py +usr/lib/python3.10/encodings/mac_croatian.py +usr/lib/python3.10/encodings/mac_cyrillic.py +usr/lib/python3.10/encodings/mac_farsi.py +usr/lib/python3.10/encodings/mac_greek.py +usr/lib/python3.10/encodings/mac_iceland.py +usr/lib/python3.10/encodings/mac_latin2.py +usr/lib/python3.10/encodings/mac_roman.py +usr/lib/python3.10/encodings/mac_romanian.py +usr/lib/python3.10/encodings/mac_turkish.py +usr/lib/python3.10/encodings/mbcs.py +usr/lib/python3.10/encodings/oem.py +usr/lib/python3.10/encodings/palmos.py +usr/lib/python3.10/encodings/ptcp154.py +usr/lib/python3.10/encodings/punycode.py +usr/lib/python3.10/encodings/quopri_codec.py +usr/lib/python3.10/encodings/raw_unicode_escape.py +usr/lib/python3.10/encodings/rot_13.py +usr/lib/python3.10/encodings/shift_jis.py +usr/lib/python3.10/encodings/shift_jis_2004.py +usr/lib/python3.10/encodings/shift_jisx0213.py +usr/lib/python3.10/encodings/tis_620.py +usr/lib/python3.10/encodings/undefined.py +usr/lib/python3.10/encodings/unicode_escape.py +usr/lib/python3.10/encodings/utf_16.py +usr/lib/python3.10/encodings/utf_16_be.py +usr/lib/python3.10/encodings/utf_16_le.py +usr/lib/python3.10/encodings/utf_32.py +usr/lib/python3.10/encodings/utf_32_be.py +usr/lib/python3.10/encodings/utf_32_le.py +usr/lib/python3.10/encodings/utf_7.py +usr/lib/python3.10/encodings/utf_8.py +usr/lib/python3.10/encodings/utf_8_sig.py +usr/lib/python3.10/encodings/uu_codec.py +usr/lib/python3.10/encodings/zlib_codec.py +usr/lib/python3.10/ensurepip +usr/lib/python3.10/ensurepip/__init__.py +usr/lib/python3.10/ensurepip/__main__.py +usr/lib/python3.10/ensurepip/_bundled +usr/lib/python3.10/ensurepip/_bundled/__init__.py +usr/lib/python3.10/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl +usr/lib/python3.10/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl +usr/lib/python3.10/ensurepip/_uninstall.py +usr/lib/python3.10/enum.py +usr/lib/python3.10/filecmp.py +usr/lib/python3.10/fileinput.py +usr/lib/python3.10/fnmatch.py +usr/lib/python3.10/fractions.py +usr/lib/python3.10/ftplib.py +usr/lib/python3.10/functools.py +usr/lib/python3.10/genericpath.py +usr/lib/python3.10/getopt.py +usr/lib/python3.10/getpass.py +usr/lib/python3.10/gettext.py +usr/lib/python3.10/glob.py +usr/lib/python3.10/graphlib.py +usr/lib/python3.10/gzip.py +usr/lib/python3.10/hashlib.py +usr/lib/python3.10/heapq.py +usr/lib/python3.10/hmac.py +#usr/lib/python3.10/html +usr/lib/python3.10/html/__init__.py +usr/lib/python3.10/html/entities.py +usr/lib/python3.10/html/parser.py +#usr/lib/python3.10/http +usr/lib/python3.10/http/__init__.py +usr/lib/python3.10/http/client.py +usr/lib/python3.10/http/cookiejar.py +usr/lib/python3.10/http/cookies.py +usr/lib/python3.10/http/server.py +#usr/lib/python3.10/idlelib +usr/lib/python3.10/idlelib/CREDITS.txt +usr/lib/python3.10/idlelib/ChangeLog +usr/lib/python3.10/idlelib/HISTORY.txt +usr/lib/python3.10/idlelib/Icons +usr/lib/python3.10/idlelib/Icons/README.txt +usr/lib/python3.10/idlelib/Icons/folder.gif +usr/lib/python3.10/idlelib/Icons/idle.ico +usr/lib/python3.10/idlelib/Icons/idle_16.gif +usr/lib/python3.10/idlelib/Icons/idle_16.png +usr/lib/python3.10/idlelib/Icons/idle_256.png +usr/lib/python3.10/idlelib/Icons/idle_32.gif +usr/lib/python3.10/idlelib/Icons/idle_32.png +usr/lib/python3.10/idlelib/Icons/idle_48.gif +usr/lib/python3.10/idlelib/Icons/idle_48.png +usr/lib/python3.10/idlelib/Icons/minusnode.gif +usr/lib/python3.10/idlelib/Icons/openfolder.gif +usr/lib/python3.10/idlelib/Icons/plusnode.gif +usr/lib/python3.10/idlelib/Icons/python.gif +usr/lib/python3.10/idlelib/Icons/tk.gif +usr/lib/python3.10/idlelib/NEWS.txt +usr/lib/python3.10/idlelib/NEWS2x.txt +usr/lib/python3.10/idlelib/README.txt +usr/lib/python3.10/idlelib/TODO.txt +usr/lib/python3.10/idlelib/__init__.py +usr/lib/python3.10/idlelib/__main__.py +usr/lib/python3.10/idlelib/autocomplete.py +usr/lib/python3.10/idlelib/autocomplete_w.py +usr/lib/python3.10/idlelib/autoexpand.py +usr/lib/python3.10/idlelib/browser.py +usr/lib/python3.10/idlelib/calltip.py +usr/lib/python3.10/idlelib/calltip_w.py +usr/lib/python3.10/idlelib/codecontext.py +usr/lib/python3.10/idlelib/colorizer.py +usr/lib/python3.10/idlelib/config-extensions.def +usr/lib/python3.10/idlelib/config-highlight.def +usr/lib/python3.10/idlelib/config-keys.def +usr/lib/python3.10/idlelib/config-main.def +usr/lib/python3.10/idlelib/config.py +usr/lib/python3.10/idlelib/config_key.py +usr/lib/python3.10/idlelib/configdialog.py +usr/lib/python3.10/idlelib/debugger.py +usr/lib/python3.10/idlelib/debugger_r.py +usr/lib/python3.10/idlelib/debugobj.py +usr/lib/python3.10/idlelib/debugobj_r.py +usr/lib/python3.10/idlelib/delegator.py +usr/lib/python3.10/idlelib/dynoption.py +usr/lib/python3.10/idlelib/editor.py +usr/lib/python3.10/idlelib/extend.txt +usr/lib/python3.10/idlelib/filelist.py +usr/lib/python3.10/idlelib/format.py +usr/lib/python3.10/idlelib/grep.py +usr/lib/python3.10/idlelib/help.html +usr/lib/python3.10/idlelib/help.py +usr/lib/python3.10/idlelib/help_about.py +usr/lib/python3.10/idlelib/history.py +usr/lib/python3.10/idlelib/hyperparser.py +usr/lib/python3.10/idlelib/idle.bat +usr/lib/python3.10/idlelib/idle.py +usr/lib/python3.10/idlelib/idle.pyw +usr/lib/python3.10/idlelib/idle_test +usr/lib/python3.10/idlelib/idle_test/README.txt +usr/lib/python3.10/idlelib/idle_test/__init__.py +usr/lib/python3.10/idlelib/idle_test/htest.py +usr/lib/python3.10/idlelib/idle_test/mock_idle.py +usr/lib/python3.10/idlelib/idle_test/mock_tk.py +usr/lib/python3.10/idlelib/idle_test/template.py +usr/lib/python3.10/idlelib/idle_test/test_autocomplete.py +usr/lib/python3.10/idlelib/idle_test/test_autocomplete_w.py +usr/lib/python3.10/idlelib/idle_test/test_autoexpand.py +usr/lib/python3.10/idlelib/idle_test/test_browser.py +usr/lib/python3.10/idlelib/idle_test/test_calltip.py +usr/lib/python3.10/idlelib/idle_test/test_calltip_w.py +usr/lib/python3.10/idlelib/idle_test/test_codecontext.py +usr/lib/python3.10/idlelib/idle_test/test_colorizer.py +usr/lib/python3.10/idlelib/idle_test/test_config.py +usr/lib/python3.10/idlelib/idle_test/test_config_key.py +usr/lib/python3.10/idlelib/idle_test/test_configdialog.py +usr/lib/python3.10/idlelib/idle_test/test_debugger.py +usr/lib/python3.10/idlelib/idle_test/test_debugger_r.py +usr/lib/python3.10/idlelib/idle_test/test_debugobj.py +usr/lib/python3.10/idlelib/idle_test/test_debugobj_r.py +usr/lib/python3.10/idlelib/idle_test/test_delegator.py +usr/lib/python3.10/idlelib/idle_test/test_editmenu.py +usr/lib/python3.10/idlelib/idle_test/test_editor.py +usr/lib/python3.10/idlelib/idle_test/test_filelist.py +usr/lib/python3.10/idlelib/idle_test/test_format.py +usr/lib/python3.10/idlelib/idle_test/test_grep.py +usr/lib/python3.10/idlelib/idle_test/test_help.py +usr/lib/python3.10/idlelib/idle_test/test_help_about.py +usr/lib/python3.10/idlelib/idle_test/test_history.py +usr/lib/python3.10/idlelib/idle_test/test_hyperparser.py +usr/lib/python3.10/idlelib/idle_test/test_iomenu.py +usr/lib/python3.10/idlelib/idle_test/test_macosx.py +usr/lib/python3.10/idlelib/idle_test/test_mainmenu.py +usr/lib/python3.10/idlelib/idle_test/test_multicall.py +usr/lib/python3.10/idlelib/idle_test/test_outwin.py +usr/lib/python3.10/idlelib/idle_test/test_parenmatch.py +usr/lib/python3.10/idlelib/idle_test/test_pathbrowser.py +usr/lib/python3.10/idlelib/idle_test/test_percolator.py +usr/lib/python3.10/idlelib/idle_test/test_pyparse.py +usr/lib/python3.10/idlelib/idle_test/test_pyshell.py +usr/lib/python3.10/idlelib/idle_test/test_query.py +usr/lib/python3.10/idlelib/idle_test/test_redirector.py +usr/lib/python3.10/idlelib/idle_test/test_replace.py +usr/lib/python3.10/idlelib/idle_test/test_rpc.py +usr/lib/python3.10/idlelib/idle_test/test_run.py +usr/lib/python3.10/idlelib/idle_test/test_runscript.py +usr/lib/python3.10/idlelib/idle_test/test_scrolledlist.py +usr/lib/python3.10/idlelib/idle_test/test_search.py +usr/lib/python3.10/idlelib/idle_test/test_searchbase.py +usr/lib/python3.10/idlelib/idle_test/test_searchengine.py +usr/lib/python3.10/idlelib/idle_test/test_sidebar.py +usr/lib/python3.10/idlelib/idle_test/test_squeezer.py +usr/lib/python3.10/idlelib/idle_test/test_stackviewer.py +usr/lib/python3.10/idlelib/idle_test/test_statusbar.py +usr/lib/python3.10/idlelib/idle_test/test_text.py +usr/lib/python3.10/idlelib/idle_test/test_textview.py +usr/lib/python3.10/idlelib/idle_test/test_tooltip.py +usr/lib/python3.10/idlelib/idle_test/test_tree.py +usr/lib/python3.10/idlelib/idle_test/test_undo.py +usr/lib/python3.10/idlelib/idle_test/test_warning.py +usr/lib/python3.10/idlelib/idle_test/test_window.py +usr/lib/python3.10/idlelib/idle_test/test_zoomheight.py +usr/lib/python3.10/idlelib/idle_test/test_zzdummy.py +usr/lib/python3.10/idlelib/idle_test/tkinter_testing_utils.py +usr/lib/python3.10/idlelib/iomenu.py +usr/lib/python3.10/idlelib/macosx.py +usr/lib/python3.10/idlelib/mainmenu.py +usr/lib/python3.10/idlelib/multicall.py +usr/lib/python3.10/idlelib/outwin.py +usr/lib/python3.10/idlelib/parenmatch.py +usr/lib/python3.10/idlelib/pathbrowser.py +usr/lib/python3.10/idlelib/percolator.py +usr/lib/python3.10/idlelib/pyparse.py +usr/lib/python3.10/idlelib/pyshell.py +usr/lib/python3.10/idlelib/query.py +usr/lib/python3.10/idlelib/redirector.py +usr/lib/python3.10/idlelib/replace.py +usr/lib/python3.10/idlelib/rpc.py +usr/lib/python3.10/idlelib/run.py +usr/lib/python3.10/idlelib/runscript.py +usr/lib/python3.10/idlelib/scrolledlist.py +usr/lib/python3.10/idlelib/search.py +usr/lib/python3.10/idlelib/searchbase.py +usr/lib/python3.10/idlelib/searchengine.py +usr/lib/python3.10/idlelib/sidebar.py +usr/lib/python3.10/idlelib/squeezer.py +usr/lib/python3.10/idlelib/stackviewer.py +usr/lib/python3.10/idlelib/statusbar.py +usr/lib/python3.10/idlelib/textview.py +usr/lib/python3.10/idlelib/tooltip.py +usr/lib/python3.10/idlelib/tree.py +usr/lib/python3.10/idlelib/undo.py +usr/lib/python3.10/idlelib/window.py +usr/lib/python3.10/idlelib/zoomheight.py +usr/lib/python3.10/idlelib/zzdummy.py +usr/lib/python3.10/imaplib.py +usr/lib/python3.10/imghdr.py +usr/lib/python3.10/imp.py +#usr/lib/python3.10/importlib +usr/lib/python3.10/importlib/__init__.py +usr/lib/python3.10/importlib/_abc.py +usr/lib/python3.10/importlib/_adapters.py +usr/lib/python3.10/importlib/_bootstrap.py +usr/lib/python3.10/importlib/_bootstrap_external.py +usr/lib/python3.10/importlib/_common.py +usr/lib/python3.10/importlib/abc.py +usr/lib/python3.10/importlib/machinery.py +#usr/lib/python3.10/importlib/metadata +usr/lib/python3.10/importlib/metadata/__init__.py +usr/lib/python3.10/importlib/metadata/_adapters.py +usr/lib/python3.10/importlib/metadata/_collections.py +usr/lib/python3.10/importlib/metadata/_functools.py +usr/lib/python3.10/importlib/metadata/_itertools.py +usr/lib/python3.10/importlib/metadata/_meta.py +usr/lib/python3.10/importlib/metadata/_text.py +usr/lib/python3.10/importlib/readers.py +usr/lib/python3.10/importlib/resources.py +usr/lib/python3.10/importlib/util.py +usr/lib/python3.10/inspect.py +usr/lib/python3.10/io.py +usr/lib/python3.10/ipaddress.py +#usr/lib/python3.10/json +usr/lib/python3.10/json/__init__.py +usr/lib/python3.10/json/decoder.py +usr/lib/python3.10/json/encoder.py +usr/lib/python3.10/json/scanner.py +usr/lib/python3.10/json/tool.py +usr/lib/python3.10/keyword.py +#usr/lib/python3.10/lib-dynload +usr/lib/python3.10/lib-dynload/_asyncio.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_bisect.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_blake2.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_bz2.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_codecs_cn.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_codecs_hk.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_codecs_iso2022.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_codecs_jp.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_codecs_kr.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_codecs_tw.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_contextvars.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_crypt.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_csv.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_ctypes.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_ctypes_test.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_curses.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_curses_panel.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_datetime.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_dbm.cpython-310-arm-linux-gnu_failed.so +usr/lib/python3.10/lib-dynload/_decimal.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_elementtree.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_gdbm.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_heapq.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_json.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_lsprof.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_lzma.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_md5.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_opcode.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_pickle.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_posixshmem.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_posixsubprocess.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_queue.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_random.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_sha1.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_sha256.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_sha3.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_sha512.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_socket.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_sqlite3.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_ssl.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_statistics.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_struct.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_testbuffer.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_testcapi.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_testimportmultiple.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_testinternalcapi.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_testmultiphase.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_uuid.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_xxsubinterpreters.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_xxtestfuzz.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/_zoneinfo.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/array.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/audioop.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/binascii.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/cmath.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/fcntl.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/grp.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/math.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/mmap.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/ossaudiodev.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/pyexpat.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/readline.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/resource.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/select.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/spwd.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/syslog.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/termios.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/unicodedata.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/xxlimited.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/xxlimited_35.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/lib-dynload/zlib.cpython-310-arm-linux-gnu.so +#usr/lib/python3.10/lib2to3 +usr/lib/python3.10/lib2to3/Grammar.txt +usr/lib/python3.10/lib2to3/Grammar3.10.1.final.0.pickle +usr/lib/python3.10/lib2to3/PatternGrammar.txt +usr/lib/python3.10/lib2to3/PatternGrammar3.10.1.final.0.pickle +usr/lib/python3.10/lib2to3/__init__.py +usr/lib/python3.10/lib2to3/__main__.py +usr/lib/python3.10/lib2to3/btm_matcher.py +usr/lib/python3.10/lib2to3/btm_utils.py +usr/lib/python3.10/lib2to3/fixer_base.py +usr/lib/python3.10/lib2to3/fixer_util.py +#usr/lib/python3.10/lib2to3/fixes +usr/lib/python3.10/lib2to3/fixes/__init__.py +usr/lib/python3.10/lib2to3/fixes/fix_apply.py +usr/lib/python3.10/lib2to3/fixes/fix_asserts.py +usr/lib/python3.10/lib2to3/fixes/fix_basestring.py +usr/lib/python3.10/lib2to3/fixes/fix_buffer.py +usr/lib/python3.10/lib2to3/fixes/fix_dict.py +usr/lib/python3.10/lib2to3/fixes/fix_except.py +usr/lib/python3.10/lib2to3/fixes/fix_exec.py +usr/lib/python3.10/lib2to3/fixes/fix_execfile.py +usr/lib/python3.10/lib2to3/fixes/fix_exitfunc.py +usr/lib/python3.10/lib2to3/fixes/fix_filter.py +usr/lib/python3.10/lib2to3/fixes/fix_funcattrs.py +usr/lib/python3.10/lib2to3/fixes/fix_future.py +usr/lib/python3.10/lib2to3/fixes/fix_getcwdu.py +usr/lib/python3.10/lib2to3/fixes/fix_has_key.py +usr/lib/python3.10/lib2to3/fixes/fix_idioms.py +usr/lib/python3.10/lib2to3/fixes/fix_import.py +usr/lib/python3.10/lib2to3/fixes/fix_imports.py +usr/lib/python3.10/lib2to3/fixes/fix_imports2.py +usr/lib/python3.10/lib2to3/fixes/fix_input.py +usr/lib/python3.10/lib2to3/fixes/fix_intern.py +usr/lib/python3.10/lib2to3/fixes/fix_isinstance.py +usr/lib/python3.10/lib2to3/fixes/fix_itertools.py +usr/lib/python3.10/lib2to3/fixes/fix_itertools_imports.py +usr/lib/python3.10/lib2to3/fixes/fix_long.py +usr/lib/python3.10/lib2to3/fixes/fix_map.py +usr/lib/python3.10/lib2to3/fixes/fix_metaclass.py +usr/lib/python3.10/lib2to3/fixes/fix_methodattrs.py +usr/lib/python3.10/lib2to3/fixes/fix_ne.py +usr/lib/python3.10/lib2to3/fixes/fix_next.py +usr/lib/python3.10/lib2to3/fixes/fix_nonzero.py +usr/lib/python3.10/lib2to3/fixes/fix_numliterals.py +usr/lib/python3.10/lib2to3/fixes/fix_operator.py +usr/lib/python3.10/lib2to3/fixes/fix_paren.py +usr/lib/python3.10/lib2to3/fixes/fix_print.py +usr/lib/python3.10/lib2to3/fixes/fix_raise.py +usr/lib/python3.10/lib2to3/fixes/fix_raw_input.py +usr/lib/python3.10/lib2to3/fixes/fix_reduce.py +usr/lib/python3.10/lib2to3/fixes/fix_reload.py +usr/lib/python3.10/lib2to3/fixes/fix_renames.py +usr/lib/python3.10/lib2to3/fixes/fix_repr.py +usr/lib/python3.10/lib2to3/fixes/fix_set_literal.py +usr/lib/python3.10/lib2to3/fixes/fix_standarderror.py +usr/lib/python3.10/lib2to3/fixes/fix_sys_exc.py +usr/lib/python3.10/lib2to3/fixes/fix_throw.py +usr/lib/python3.10/lib2to3/fixes/fix_tuple_params.py +usr/lib/python3.10/lib2to3/fixes/fix_types.py +usr/lib/python3.10/lib2to3/fixes/fix_unicode.py +usr/lib/python3.10/lib2to3/fixes/fix_urllib.py +usr/lib/python3.10/lib2to3/fixes/fix_ws_comma.py +usr/lib/python3.10/lib2to3/fixes/fix_xrange.py +usr/lib/python3.10/lib2to3/fixes/fix_xreadlines.py +usr/lib/python3.10/lib2to3/fixes/fix_zip.py +usr/lib/python3.10/lib2to3/main.py +usr/lib/python3.10/lib2to3/patcomp.py +#usr/lib/python3.10/lib2to3/pgen2 +usr/lib/python3.10/lib2to3/pgen2/__init__.py +usr/lib/python3.10/lib2to3/pgen2/conv.py +usr/lib/python3.10/lib2to3/pgen2/driver.py +usr/lib/python3.10/lib2to3/pgen2/grammar.py +usr/lib/python3.10/lib2to3/pgen2/literals.py +usr/lib/python3.10/lib2to3/pgen2/parse.py +usr/lib/python3.10/lib2to3/pgen2/pgen.py +usr/lib/python3.10/lib2to3/pgen2/token.py +usr/lib/python3.10/lib2to3/pgen2/tokenize.py +usr/lib/python3.10/lib2to3/pygram.py +usr/lib/python3.10/lib2to3/pytree.py +usr/lib/python3.10/lib2to3/refactor.py +usr/lib/python3.10/lib2to3/tests +usr/lib/python3.10/lib2to3/tests/__init__.py +usr/lib/python3.10/lib2to3/tests/__main__.py +usr/lib/python3.10/lib2to3/tests/data +usr/lib/python3.10/lib2to3/tests/data/README +usr/lib/python3.10/lib2to3/tests/data/bom.py +usr/lib/python3.10/lib2to3/tests/data/crlf.py +usr/lib/python3.10/lib2to3/tests/data/different_encoding.py +usr/lib/python3.10/lib2to3/tests/data/false_encoding.py +usr/lib/python3.10/lib2to3/tests/data/fixers +usr/lib/python3.10/lib2to3/tests/data/fixers/bad_order.py +usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes +usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes/__init__.py +usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes/fix_explicit.py +usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes/fix_first.py +usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes/fix_last.py +usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes/fix_parrot.py +usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes/fix_preorder.py +usr/lib/python3.10/lib2to3/tests/data/fixers/no_fixer_cls.py +usr/lib/python3.10/lib2to3/tests/data/fixers/parrot_example.py +usr/lib/python3.10/lib2to3/tests/data/infinite_recursion.py +usr/lib/python3.10/lib2to3/tests/data/py2_test_grammar.py +usr/lib/python3.10/lib2to3/tests/data/py3_test_grammar.py +usr/lib/python3.10/lib2to3/tests/pytree_idempotency.py +usr/lib/python3.10/lib2to3/tests/support.py +usr/lib/python3.10/lib2to3/tests/test_all_fixers.py +usr/lib/python3.10/lib2to3/tests/test_fixers.py +usr/lib/python3.10/lib2to3/tests/test_main.py +usr/lib/python3.10/lib2to3/tests/test_parser.py +usr/lib/python3.10/lib2to3/tests/test_pytree.py +usr/lib/python3.10/lib2to3/tests/test_refactor.py +usr/lib/python3.10/lib2to3/tests/test_util.py +usr/lib/python3.10/linecache.py +usr/lib/python3.10/locale.py +#usr/lib/python3.10/logging +usr/lib/python3.10/logging/__init__.py +usr/lib/python3.10/logging/config.py +usr/lib/python3.10/logging/handlers.py +usr/lib/python3.10/lzma.py +usr/lib/python3.10/mailbox.py +usr/lib/python3.10/mailcap.py +usr/lib/python3.10/mimetypes.py +usr/lib/python3.10/modulefinder.py +#usr/lib/python3.10/multiprocessing +usr/lib/python3.10/multiprocessing/__init__.py +usr/lib/python3.10/multiprocessing/connection.py +usr/lib/python3.10/multiprocessing/context.py +#usr/lib/python3.10/multiprocessing/dummy +usr/lib/python3.10/multiprocessing/dummy/__init__.py +usr/lib/python3.10/multiprocessing/dummy/connection.py +usr/lib/python3.10/multiprocessing/forkserver.py +usr/lib/python3.10/multiprocessing/heap.py +usr/lib/python3.10/multiprocessing/managers.py +usr/lib/python3.10/multiprocessing/pool.py +usr/lib/python3.10/multiprocessing/popen_fork.py +usr/lib/python3.10/multiprocessing/popen_forkserver.py +usr/lib/python3.10/multiprocessing/popen_spawn_posix.py +usr/lib/python3.10/multiprocessing/popen_spawn_win32.py +usr/lib/python3.10/multiprocessing/process.py +usr/lib/python3.10/multiprocessing/queues.py +usr/lib/python3.10/multiprocessing/reduction.py +usr/lib/python3.10/multiprocessing/resource_sharer.py +usr/lib/python3.10/multiprocessing/resource_tracker.py +usr/lib/python3.10/multiprocessing/shared_memory.py +usr/lib/python3.10/multiprocessing/sharedctypes.py +usr/lib/python3.10/multiprocessing/spawn.py +usr/lib/python3.10/multiprocessing/synchronize.py +usr/lib/python3.10/multiprocessing/util.py +usr/lib/python3.10/netrc.py +usr/lib/python3.10/nntplib.py +usr/lib/python3.10/ntpath.py +usr/lib/python3.10/nturl2path.py +usr/lib/python3.10/numbers.py +usr/lib/python3.10/opcode.py +usr/lib/python3.10/operator.py +usr/lib/python3.10/optparse.py +usr/lib/python3.10/os.py +usr/lib/python3.10/pathlib.py +usr/lib/python3.10/pdb.py +usr/lib/python3.10/pickle.py +usr/lib/python3.10/pickletools.py +usr/lib/python3.10/pipes.py +usr/lib/python3.10/pkgutil.py +usr/lib/python3.10/platform.py +usr/lib/python3.10/plistlib.py +usr/lib/python3.10/poplib.py +usr/lib/python3.10/posixpath.py +usr/lib/python3.10/pprint.py +usr/lib/python3.10/profile.py +usr/lib/python3.10/pstats.py +usr/lib/python3.10/pty.py +usr/lib/python3.10/py_compile.py +usr/lib/python3.10/pyclbr.py +usr/lib/python3.10/pydoc.py +#usr/lib/python3.10/pydoc_data +usr/lib/python3.10/pydoc_data/__init__.py +usr/lib/python3.10/pydoc_data/_pydoc.css +usr/lib/python3.10/pydoc_data/topics.py +usr/lib/python3.10/queue.py +usr/lib/python3.10/quopri.py +usr/lib/python3.10/random.py +usr/lib/python3.10/re.py +usr/lib/python3.10/reprlib.py +usr/lib/python3.10/rlcompleter.py +usr/lib/python3.10/runpy.py +usr/lib/python3.10/sched.py +usr/lib/python3.10/secrets.py +usr/lib/python3.10/selectors.py +usr/lib/python3.10/shelve.py +usr/lib/python3.10/shlex.py +usr/lib/python3.10/shutil.py +usr/lib/python3.10/signal.py +#usr/lib/python3.10/site-packages +usr/lib/python3.10/site-packages/README.txt +#usr/lib/python3.10/site-packages/_distutils_hack +usr/lib/python3.10/site-packages/_distutils_hack/__init__.py +usr/lib/python3.10/site-packages/_distutils_hack/override.py +usr/lib/python3.10/site-packages/distutils-precedence.pth +#usr/lib/python3.10/site-packages/pip +#usr/lib/python3.10/site-packages/pip-21.2.4.dist-info +usr/lib/python3.10/site-packages/pip-21.2.4.dist-info/INSTALLER +usr/lib/python3.10/site-packages/pip-21.2.4.dist-info/LICENSE.txt +usr/lib/python3.10/site-packages/pip-21.2.4.dist-info/METADATA +usr/lib/python3.10/site-packages/pip-21.2.4.dist-info/RECORD +usr/lib/python3.10/site-packages/pip-21.2.4.dist-info/REQUESTED +usr/lib/python3.10/site-packages/pip-21.2.4.dist-info/WHEEL +usr/lib/python3.10/site-packages/pip-21.2.4.dist-info/entry_points.txt +usr/lib/python3.10/site-packages/pip-21.2.4.dist-info/top_level.txt +usr/lib/python3.10/site-packages/pip/__init__.py +usr/lib/python3.10/site-packages/pip/__main__.py +#usr/lib/python3.10/site-packages/pip/_internal +usr/lib/python3.10/site-packages/pip/_internal/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/build_env.py +usr/lib/python3.10/site-packages/pip/_internal/cache.py +#usr/lib/python3.10/site-packages/pip/_internal/cli +usr/lib/python3.10/site-packages/pip/_internal/cli/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/cli/autocompletion.py +usr/lib/python3.10/site-packages/pip/_internal/cli/base_command.py +usr/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py +usr/lib/python3.10/site-packages/pip/_internal/cli/command_context.py +usr/lib/python3.10/site-packages/pip/_internal/cli/main.py +usr/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py +usr/lib/python3.10/site-packages/pip/_internal/cli/parser.py +usr/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py +usr/lib/python3.10/site-packages/pip/_internal/cli/req_command.py +usr/lib/python3.10/site-packages/pip/_internal/cli/spinners.py +usr/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py +#usr/lib/python3.10/site-packages/pip/_internal/commands +usr/lib/python3.10/site-packages/pip/_internal/commands/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/commands/cache.py +usr/lib/python3.10/site-packages/pip/_internal/commands/check.py +usr/lib/python3.10/site-packages/pip/_internal/commands/completion.py +usr/lib/python3.10/site-packages/pip/_internal/commands/configuration.py +usr/lib/python3.10/site-packages/pip/_internal/commands/debug.py +usr/lib/python3.10/site-packages/pip/_internal/commands/download.py +usr/lib/python3.10/site-packages/pip/_internal/commands/freeze.py +usr/lib/python3.10/site-packages/pip/_internal/commands/hash.py +usr/lib/python3.10/site-packages/pip/_internal/commands/help.py +usr/lib/python3.10/site-packages/pip/_internal/commands/index.py +usr/lib/python3.10/site-packages/pip/_internal/commands/install.py +usr/lib/python3.10/site-packages/pip/_internal/commands/list.py +usr/lib/python3.10/site-packages/pip/_internal/commands/search.py +usr/lib/python3.10/site-packages/pip/_internal/commands/show.py +usr/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py +usr/lib/python3.10/site-packages/pip/_internal/commands/wheel.py +usr/lib/python3.10/site-packages/pip/_internal/configuration.py +#usr/lib/python3.10/site-packages/pip/_internal/distributions +usr/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/distributions/base.py +usr/lib/python3.10/site-packages/pip/_internal/distributions/installed.py +usr/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py +usr/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py +usr/lib/python3.10/site-packages/pip/_internal/exceptions.py +usr/lib/python3.10/site-packages/pip/_internal/index +usr/lib/python3.10/site-packages/pip/_internal/index/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/index/collector.py +usr/lib/python3.10/site-packages/pip/_internal/index/package_finder.py +usr/lib/python3.10/site-packages/pip/_internal/index/sources.py +#usr/lib/python3.10/site-packages/pip/_internal/locations +usr/lib/python3.10/site-packages/pip/_internal/locations/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/locations/_distutils.py +usr/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py +usr/lib/python3.10/site-packages/pip/_internal/locations/base.py +usr/lib/python3.10/site-packages/pip/_internal/main.py +#usr/lib/python3.10/site-packages/pip/_internal/metadata +usr/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/metadata/base.py +usr/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py +#usr/lib/python3.10/site-packages/pip/_internal/models +usr/lib/python3.10/site-packages/pip/_internal/models/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/models/candidate.py +usr/lib/python3.10/site-packages/pip/_internal/models/direct_url.py +usr/lib/python3.10/site-packages/pip/_internal/models/format_control.py +usr/lib/python3.10/site-packages/pip/_internal/models/index.py +usr/lib/python3.10/site-packages/pip/_internal/models/link.py +usr/lib/python3.10/site-packages/pip/_internal/models/scheme.py +usr/lib/python3.10/site-packages/pip/_internal/models/search_scope.py +usr/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py +usr/lib/python3.10/site-packages/pip/_internal/models/target_python.py +usr/lib/python3.10/site-packages/pip/_internal/models/wheel.py +usr/lib/python3.10/site-packages/pip/_internal/network +usr/lib/python3.10/site-packages/pip/_internal/network/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/network/auth.py +usr/lib/python3.10/site-packages/pip/_internal/network/cache.py +usr/lib/python3.10/site-packages/pip/_internal/network/download.py +usr/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py +usr/lib/python3.10/site-packages/pip/_internal/network/session.py +usr/lib/python3.10/site-packages/pip/_internal/network/utils.py +usr/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py +#usr/lib/python3.10/site-packages/pip/_internal/operations +usr/lib/python3.10/site-packages/pip/_internal/operations/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/operations/build +usr/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/operations/build/metadata.py +usr/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py +usr/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py +usr/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py +usr/lib/python3.10/site-packages/pip/_internal/operations/check.py +usr/lib/python3.10/site-packages/pip/_internal/operations/freeze.py +usr/lib/python3.10/site-packages/pip/_internal/operations/install +usr/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/operations/install/editable_legacy.py +usr/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py +usr/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py +usr/lib/python3.10/site-packages/pip/_internal/operations/prepare.py +usr/lib/python3.10/site-packages/pip/_internal/pyproject.py +#usr/lib/python3.10/site-packages/pip/_internal/req +usr/lib/python3.10/site-packages/pip/_internal/req/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/req/constructors.py +usr/lib/python3.10/site-packages/pip/_internal/req/req_file.py +usr/lib/python3.10/site-packages/pip/_internal/req/req_install.py +usr/lib/python3.10/site-packages/pip/_internal/req/req_set.py +usr/lib/python3.10/site-packages/pip/_internal/req/req_tracker.py +usr/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py +usr/lib/python3.10/site-packages/pip/_internal/resolution +usr/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/base.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/legacy +usr/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/base.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py +usr/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py +#usr/lib/python3.10/site-packages/pip/_internal/utils +usr/lib/python3.10/site-packages/pip/_internal/utils/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/utils/_log.py +usr/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py +usr/lib/python3.10/site-packages/pip/_internal/utils/compat.py +usr/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py +usr/lib/python3.10/site-packages/pip/_internal/utils/datetime.py +usr/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py +usr/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py +usr/lib/python3.10/site-packages/pip/_internal/utils/distutils_args.py +usr/lib/python3.10/site-packages/pip/_internal/utils/encoding.py +usr/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py +usr/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py +usr/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py +usr/lib/python3.10/site-packages/pip/_internal/utils/glibc.py +usr/lib/python3.10/site-packages/pip/_internal/utils/hashes.py +usr/lib/python3.10/site-packages/pip/_internal/utils/inject_securetransport.py +usr/lib/python3.10/site-packages/pip/_internal/utils/logging.py +usr/lib/python3.10/site-packages/pip/_internal/utils/misc.py +usr/lib/python3.10/site-packages/pip/_internal/utils/models.py +usr/lib/python3.10/site-packages/pip/_internal/utils/packaging.py +usr/lib/python3.10/site-packages/pip/_internal/utils/parallel.py +usr/lib/python3.10/site-packages/pip/_internal/utils/pkg_resources.py +usr/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py +usr/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py +usr/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py +usr/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py +usr/lib/python3.10/site-packages/pip/_internal/utils/urls.py +usr/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py +usr/lib/python3.10/site-packages/pip/_internal/utils/wheel.py +#usr/lib/python3.10/site-packages/pip/_internal/vcs +usr/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/vcs/bazaar.py +usr/lib/python3.10/site-packages/pip/_internal/vcs/git.py +usr/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py +usr/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py +usr/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py +usr/lib/python3.10/site-packages/pip/_internal/wheel_builder.py +usr/lib/python3.10/site-packages/pip/_vendor +usr/lib/python3.10/site-packages/pip/_vendor/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/appdirs.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/_cmd.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/adapter.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/cache.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py +#usr/lib/python3.10/site-packages/pip/_vendor/certifi +usr/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py +usr/lib/python3.10/site-packages/pip/_vendor/certifi/cacert.pem +usr/lib/python3.10/site-packages/pip/_vendor/certifi/core.py +#usr/lib/python3.10/site-packages/pip/_vendor/chardet +usr/lib/python3.10/site-packages/pip/_vendor/chardet/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/big5freq.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/big5prober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/chardistribution.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/charsetgroupprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/charsetprober.py +#usr/lib/python3.10/site-packages/pip/_vendor/chardet/cli +usr/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/cli/chardetect.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/codingstatemachine.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/compat.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/cp949prober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/enums.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/escprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/escsm.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/eucjpprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/euckrfreq.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/euckrprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/euctwfreq.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/euctwprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312freq.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312prober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/hebrewprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/jisfreq.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/jpcntx.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/langbulgarianmodel.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/langgreekmodel.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/langhebrewmodel.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/langhungarianmodel.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/langrussianmodel.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/langthaimodel.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/langturkishmodel.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/latin1prober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/mbcharsetprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/mbcsgroupprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/mbcssm.py +#usr/lib/python3.10/site-packages/pip/_vendor/chardet/metadata +usr/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/languages.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/sbcharsetprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/sbcsgroupprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/sjisprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/universaldetector.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/utf8prober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/version.py +#usr/lib/python3.10/site-packages/pip/_vendor/colorama +usr/lib/python3.10/site-packages/pip/_vendor/colorama/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/colorama/ansi.py +usr/lib/python3.10/site-packages/pip/_vendor/colorama/ansitowin32.py +usr/lib/python3.10/site-packages/pip/_vendor/colorama/initialise.py +usr/lib/python3.10/site-packages/pip/_vendor/colorama/win32.py +usr/lib/python3.10/site-packages/pip/_vendor/colorama/winterm.py +#usr/lib/python3.10/site-packages/pip/_vendor/distlib +usr/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/_backport +usr/lib/python3.10/site-packages/pip/_vendor/distlib/_backport/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/_backport/misc.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/_backport/shutil.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg +usr/lib/python3.10/site-packages/pip/_vendor/distlib/_backport/sysconfig.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/_backport/tarfile.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/database.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/index.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/markers.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/t32.exe +usr/lib/python3.10/site-packages/pip/_vendor/distlib/t64.exe +usr/lib/python3.10/site-packages/pip/_vendor/distlib/util.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/version.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/w32.exe +usr/lib/python3.10/site-packages/pip/_vendor/distlib/w64.exe +usr/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py +usr/lib/python3.10/site-packages/pip/_vendor/distro.py +#usr/lib/python3.10/site-packages/pip/_vendor/html5lib +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/_ihatexml.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/_inputstream.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/_tokenizer.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/_base.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/py.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/_utils.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/constants.py +#usr/lib/python3.10/site-packages/pip/_vendor/html5lib/filters +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/base.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/lint.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/optionaltags.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/sanitizer.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/whitespace.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/html5parser.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/serializer.py +#usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/sax.py +#usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/base.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/dom.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/etree.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py +#usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/base.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/dom.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/etree.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py +#usr/lib/python3.10/site-packages/pip/_vendor/idna +usr/lib/python3.10/site-packages/pip/_vendor/idna/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/idna/codec.py +usr/lib/python3.10/site-packages/pip/_vendor/idna/compat.py +usr/lib/python3.10/site-packages/pip/_vendor/idna/core.py +usr/lib/python3.10/site-packages/pip/_vendor/idna/idnadata.py +usr/lib/python3.10/site-packages/pip/_vendor/idna/intranges.py +usr/lib/python3.10/site-packages/pip/_vendor/idna/package_data.py +usr/lib/python3.10/site-packages/pip/_vendor/idna/uts46data.py +#usr/lib/python3.10/site-packages/pip/_vendor/msgpack +usr/lib/python3.10/site-packages/pip/_vendor/msgpack/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/msgpack/_version.py +usr/lib/python3.10/site-packages/pip/_vendor/msgpack/exceptions.py +usr/lib/python3.10/site-packages/pip/_vendor/msgpack/ext.py +usr/lib/python3.10/site-packages/pip/_vendor/msgpack/fallback.py +#usr/lib/python3.10/site-packages/pip/_vendor/packaging +usr/lib/python3.10/site-packages/pip/_vendor/packaging/__about__.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/_manylinux.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/_musllinux.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/_structures.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/markers.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/requirements.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/specifiers.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/tags.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/utils.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/version.py +#usr/lib/python3.10/site-packages/pip/_vendor/pep517 +usr/lib/python3.10/site-packages/pip/_vendor/pep517/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/pep517/build.py +usr/lib/python3.10/site-packages/pip/_vendor/pep517/check.py +usr/lib/python3.10/site-packages/pip/_vendor/pep517/colorlog.py +usr/lib/python3.10/site-packages/pip/_vendor/pep517/compat.py +usr/lib/python3.10/site-packages/pip/_vendor/pep517/dirtools.py +usr/lib/python3.10/site-packages/pip/_vendor/pep517/envbuild.py +#usr/lib/python3.10/site-packages/pip/_vendor/pep517/in_process +usr/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py +usr/lib/python3.10/site-packages/pip/_vendor/pep517/meta.py +usr/lib/python3.10/site-packages/pip/_vendor/pep517/wrappers.py +#usr/lib/python3.10/site-packages/pip/_vendor/pkg_resources +usr/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/pkg_resources/py31compat.py +#usr/lib/python3.10/site-packages/pip/_vendor/progress +usr/lib/python3.10/site-packages/pip/_vendor/progress/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/progress/bar.py +usr/lib/python3.10/site-packages/pip/_vendor/progress/counter.py +usr/lib/python3.10/site-packages/pip/_vendor/progress/spinner.py +usr/lib/python3.10/site-packages/pip/_vendor/pyparsing.py +#usr/lib/python3.10/site-packages/pip/_vendor/requests +usr/lib/python3.10/site-packages/pip/_vendor/requests/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/__version__.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/_internal_utils.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/adapters.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/api.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/auth.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/certs.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/compat.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/cookies.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/exceptions.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/help.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/hooks.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/models.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/packages.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/sessions.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/status_codes.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/structures.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/utils.py +usr/lib/python3.10/site-packages/pip/_vendor/resolvelib +usr/lib/python3.10/site-packages/pip/_vendor/resolvelib/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat +usr/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py +usr/lib/python3.10/site-packages/pip/_vendor/resolvelib/providers.py +usr/lib/python3.10/site-packages/pip/_vendor/resolvelib/reporters.py +usr/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py +usr/lib/python3.10/site-packages/pip/_vendor/resolvelib/structs.py +usr/lib/python3.10/site-packages/pip/_vendor/six.py +#usr/lib/python3.10/site-packages/pip/_vendor/tenacity +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/_asyncio.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/_utils.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/after.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/before.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/before_sleep.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/nap.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/retry.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/stop.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/tornadoweb.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/wait.py +#usr/lib/python3.10/site-packages/pip/_vendor/tomli +usr/lib/python3.10/site-packages/pip/_vendor/tomli/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/tomli/_parser.py +usr/lib/python3.10/site-packages/pip/_vendor/tomli/_re.py +#usr/lib/python3.10/site-packages/pip/_vendor/urllib3 +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/_collections.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/_version.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/connection.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/connectionpool.py +#usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +#usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/appengine.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/socks.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/exceptions.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/fields.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/filepost.py +#usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/six.py +#usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/poolmanager.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/request.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py +#usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/connection.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/proxy.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/queue.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/request.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/response.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/retry.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssltransport.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/timeout.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/url.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/wait.py +usr/lib/python3.10/site-packages/pip/_vendor/vendor.txt +#usr/lib/python3.10/site-packages/pip/_vendor/webencodings +usr/lib/python3.10/site-packages/pip/_vendor/webencodings/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/webencodings/labels.py +usr/lib/python3.10/site-packages/pip/_vendor/webencodings/mklabels.py +usr/lib/python3.10/site-packages/pip/_vendor/webencodings/tests.py +usr/lib/python3.10/site-packages/pip/_vendor/webencodings/x_user_defined.py +usr/lib/python3.10/site-packages/pip/py.typed +#usr/lib/python3.10/site-packages/pkg_resources +usr/lib/python3.10/site-packages/pkg_resources/__init__.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor +usr/lib/python3.10/site-packages/pkg_resources/_vendor/__init__.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/appdirs.py +#usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__about__.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__init__.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_compat.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_structures.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_typing.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/markers.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/requirements.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/specifiers.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/tags.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/utils.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/version.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing.py +usr/lib/python3.10/site-packages/pkg_resources/extern +usr/lib/python3.10/site-packages/pkg_resources/extern/__init__.py +#usr/lib/python3.10/site-packages/pkg_resources/tests +usr/lib/python3.10/site-packages/pkg_resources/tests/data +usr/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source +usr/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py +#usr/lib/python3.10/site-packages/setuptools +#usr/lib/python3.10/site-packages/setuptools-58.1.0.dist-info +usr/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/INSTALLER +usr/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/LICENSE +usr/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/METADATA +usr/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/RECORD +usr/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/REQUESTED +usr/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/WHEEL +usr/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/entry_points.txt +usr/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/top_level.txt +usr/lib/python3.10/site-packages/setuptools/__init__.py +usr/lib/python3.10/site-packages/setuptools/_deprecation_warning.py +usr/lib/python3.10/site-packages/setuptools/_distutils +usr/lib/python3.10/site-packages/setuptools/_distutils/__init__.py +usr/lib/python3.10/site-packages/setuptools/_distutils/_msvccompiler.py +usr/lib/python3.10/site-packages/setuptools/_distutils/archive_util.py +usr/lib/python3.10/site-packages/setuptools/_distutils/bcppcompiler.py +usr/lib/python3.10/site-packages/setuptools/_distutils/ccompiler.py +usr/lib/python3.10/site-packages/setuptools/_distutils/cmd.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command +usr/lib/python3.10/site-packages/setuptools/_distutils/command/__init__.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/bdist.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_dumb.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_msi.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_rpm.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_wininst.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/build.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_clib.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_py.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_scripts.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/check.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/clean.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/config.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/install.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/install_data.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/install_egg_info.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/install_headers.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/install_lib.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/install_scripts.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/py37compat.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/register.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/sdist.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/upload.py +usr/lib/python3.10/site-packages/setuptools/_distutils/config.py +usr/lib/python3.10/site-packages/setuptools/_distutils/core.py +usr/lib/python3.10/site-packages/setuptools/_distutils/cygwinccompiler.py +usr/lib/python3.10/site-packages/setuptools/_distutils/debug.py +usr/lib/python3.10/site-packages/setuptools/_distutils/dep_util.py +usr/lib/python3.10/site-packages/setuptools/_distutils/dir_util.py +usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py +usr/lib/python3.10/site-packages/setuptools/_distutils/errors.py +usr/lib/python3.10/site-packages/setuptools/_distutils/extension.py +usr/lib/python3.10/site-packages/setuptools/_distutils/fancy_getopt.py +usr/lib/python3.10/site-packages/setuptools/_distutils/file_util.py +usr/lib/python3.10/site-packages/setuptools/_distutils/filelist.py +usr/lib/python3.10/site-packages/setuptools/_distutils/log.py +usr/lib/python3.10/site-packages/setuptools/_distutils/msvc9compiler.py +usr/lib/python3.10/site-packages/setuptools/_distutils/msvccompiler.py +usr/lib/python3.10/site-packages/setuptools/_distutils/py35compat.py +usr/lib/python3.10/site-packages/setuptools/_distutils/py38compat.py +usr/lib/python3.10/site-packages/setuptools/_distutils/spawn.py +usr/lib/python3.10/site-packages/setuptools/_distutils/sysconfig.py +usr/lib/python3.10/site-packages/setuptools/_distutils/text_file.py +usr/lib/python3.10/site-packages/setuptools/_distutils/unixccompiler.py +usr/lib/python3.10/site-packages/setuptools/_distutils/util.py +usr/lib/python3.10/site-packages/setuptools/_distutils/version.py +usr/lib/python3.10/site-packages/setuptools/_distutils/versionpredicate.py +usr/lib/python3.10/site-packages/setuptools/_imp.py +#usr/lib/python3.10/site-packages/setuptools/_vendor +usr/lib/python3.10/site-packages/setuptools/_vendor/__init__.py +#usr/lib/python3.10/site-packages/setuptools/_vendor/more_itertools +usr/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__init__.py +usr/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/more.py +usr/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/recipes.py +usr/lib/python3.10/site-packages/setuptools/_vendor/ordered_set.py +#usr/lib/python3.10/site-packages/setuptools/_vendor/packaging +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/__about__.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/__init__.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_compat.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_structures.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_typing.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/markers.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/requirements.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/specifiers.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/tags.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/utils.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/version.py +usr/lib/python3.10/site-packages/setuptools/_vendor/pyparsing.py +usr/lib/python3.10/site-packages/setuptools/archive_util.py +usr/lib/python3.10/site-packages/setuptools/build_meta.py +usr/lib/python3.10/site-packages/setuptools/cli-32.exe +usr/lib/python3.10/site-packages/setuptools/cli-64.exe +usr/lib/python3.10/site-packages/setuptools/cli.exe +#usr/lib/python3.10/site-packages/setuptools/command +usr/lib/python3.10/site-packages/setuptools/command/__init__.py +usr/lib/python3.10/site-packages/setuptools/command/alias.py +usr/lib/python3.10/site-packages/setuptools/command/bdist_egg.py +usr/lib/python3.10/site-packages/setuptools/command/bdist_rpm.py +usr/lib/python3.10/site-packages/setuptools/command/build_clib.py +usr/lib/python3.10/site-packages/setuptools/command/build_ext.py +usr/lib/python3.10/site-packages/setuptools/command/build_py.py +usr/lib/python3.10/site-packages/setuptools/command/develop.py +usr/lib/python3.10/site-packages/setuptools/command/dist_info.py +usr/lib/python3.10/site-packages/setuptools/command/easy_install.py +usr/lib/python3.10/site-packages/setuptools/command/egg_info.py +usr/lib/python3.10/site-packages/setuptools/command/install.py +usr/lib/python3.10/site-packages/setuptools/command/install_egg_info.py +usr/lib/python3.10/site-packages/setuptools/command/install_lib.py +usr/lib/python3.10/site-packages/setuptools/command/install_scripts.py +#usr/lib/python3.10/site-packages/setuptools/command/launcher #manifest.xml -usr/lib/python3.8/site-packages/setuptools/command/py36compat.py -usr/lib/python3.8/site-packages/setuptools/command/register.py -usr/lib/python3.8/site-packages/setuptools/command/rotate.py -usr/lib/python3.8/site-packages/setuptools/command/saveopts.py -usr/lib/python3.8/site-packages/setuptools/command/sdist.py -usr/lib/python3.8/site-packages/setuptools/command/setopt.py -usr/lib/python3.8/site-packages/setuptools/command/test.py -usr/lib/python3.8/site-packages/setuptools/command/upload.py -usr/lib/python3.8/site-packages/setuptools/command/upload_docs.py -usr/lib/python3.8/site-packages/setuptools/config.py -usr/lib/python3.8/site-packages/setuptools/dep_util.py -usr/lib/python3.8/site-packages/setuptools/depends.py -usr/lib/python3.8/site-packages/setuptools/dist.py -usr/lib/python3.8/site-packages/setuptools/distutils_patch.py -usr/lib/python3.8/site-packages/setuptools/errors.py -usr/lib/python3.8/site-packages/setuptools/extension.py -usr/lib/python3.8/site-packages/setuptools/extern -usr/lib/python3.8/site-packages/setuptools/extern/__init__.py -usr/lib/python3.8/site-packages/setuptools/glob.py -usr/lib/python3.8/site-packages/setuptools/gui-32.exe -usr/lib/python3.8/site-packages/setuptools/gui-64.exe -usr/lib/python3.8/site-packages/setuptools/gui.exe -usr/lib/python3.8/site-packages/setuptools/installer.py -usr/lib/python3.8/site-packages/setuptools/launch.py -usr/lib/python3.8/site-packages/setuptools/lib2to3_ex.py -usr/lib/python3.8/site-packages/setuptools/monkey.py -usr/lib/python3.8/site-packages/setuptools/msvc.py -usr/lib/python3.8/site-packages/setuptools/namespaces.py -usr/lib/python3.8/site-packages/setuptools/package_index.py -usr/lib/python3.8/site-packages/setuptools/py27compat.py -usr/lib/python3.8/site-packages/setuptools/py31compat.py -usr/lib/python3.8/site-packages/setuptools/py33compat.py -usr/lib/python3.8/site-packages/setuptools/py34compat.py -usr/lib/python3.8/site-packages/setuptools/sandbox.py -#usr/lib/python3.8/site-packages/setuptools/script +usr/lib/python3.10/site-packages/setuptools/command/py36compat.py +usr/lib/python3.10/site-packages/setuptools/command/register.py +usr/lib/python3.10/site-packages/setuptools/command/rotate.py +usr/lib/python3.10/site-packages/setuptools/command/saveopts.py +usr/lib/python3.10/site-packages/setuptools/command/sdist.py +usr/lib/python3.10/site-packages/setuptools/command/setopt.py +usr/lib/python3.10/site-packages/setuptools/command/test.py +usr/lib/python3.10/site-packages/setuptools/command/upload.py +usr/lib/python3.10/site-packages/setuptools/command/upload_docs.py +usr/lib/python3.10/site-packages/setuptools/config.py +usr/lib/python3.10/site-packages/setuptools/dep_util.py +usr/lib/python3.10/site-packages/setuptools/depends.py +usr/lib/python3.10/site-packages/setuptools/dist.py +usr/lib/python3.10/site-packages/setuptools/errors.py +usr/lib/python3.10/site-packages/setuptools/extension.py +usr/lib/python3.10/site-packages/setuptools/extern +usr/lib/python3.10/site-packages/setuptools/extern/__init__.py +usr/lib/python3.10/site-packages/setuptools/glob.py +usr/lib/python3.10/site-packages/setuptools/gui-32.exe +usr/lib/python3.10/site-packages/setuptools/gui-64.exe +usr/lib/python3.10/site-packages/setuptools/gui.exe +usr/lib/python3.10/site-packages/setuptools/installer.py +usr/lib/python3.10/site-packages/setuptools/launch.py +usr/lib/python3.10/site-packages/setuptools/monkey.py +usr/lib/python3.10/site-packages/setuptools/msvc.py +usr/lib/python3.10/site-packages/setuptools/namespaces.py +usr/lib/python3.10/site-packages/setuptools/package_index.py +usr/lib/python3.10/site-packages/setuptools/py34compat.py +usr/lib/python3.10/site-packages/setuptools/sandbox.py +#usr/lib/python3.10/site-packages/setuptools/script #(dev).tmpl -usr/lib/python3.8/site-packages/setuptools/script.tmpl -usr/lib/python3.8/site-packages/setuptools/ssl_support.py -usr/lib/python3.8/site-packages/setuptools/unicode_utils.py -usr/lib/python3.8/site-packages/setuptools/version.py -usr/lib/python3.8/site-packages/setuptools/wheel.py -usr/lib/python3.8/site-packages/setuptools/windows_support.py -usr/lib/python3.8/site.py -usr/lib/python3.8/smtpd.py -usr/lib/python3.8/smtplib.py -usr/lib/python3.8/sndhdr.py -usr/lib/python3.8/socket.py -usr/lib/python3.8/socketserver.py -usr/lib/python3.8/sqlite3 -usr/lib/python3.8/sqlite3/__init__.py -usr/lib/python3.8/sqlite3/dbapi2.py -usr/lib/python3.8/sqlite3/dump.py -usr/lib/python3.8/sqlite3/test -usr/lib/python3.8/sre_compile.py -usr/lib/python3.8/sre_constants.py -usr/lib/python3.8/sre_parse.py -usr/lib/python3.8/ssl.py -usr/lib/python3.8/stat.py -usr/lib/python3.8/statistics.py -usr/lib/python3.8/string.py -usr/lib/python3.8/stringprep.py -usr/lib/python3.8/struct.py -usr/lib/python3.8/subprocess.py -usr/lib/python3.8/sunau.py -usr/lib/python3.8/symbol.py -usr/lib/python3.8/symtable.py -usr/lib/python3.8/sysconfig.py -usr/lib/python3.8/tabnanny.py -usr/lib/python3.8/tarfile.py -usr/lib/python3.8/telnetlib.py -usr/lib/python3.8/tempfile.py -usr/lib/python3.8/test -usr/lib/python3.8/textwrap.py -usr/lib/python3.8/this.py -usr/lib/python3.8/threading.py -usr/lib/python3.8/timeit.py -#usr/lib/python3.8/tkinter -usr/lib/python3.8/tkinter/__init__.py -usr/lib/python3.8/tkinter/__main__.py -usr/lib/python3.8/tkinter/colorchooser.py -usr/lib/python3.8/tkinter/commondialog.py -usr/lib/python3.8/tkinter/constants.py -usr/lib/python3.8/tkinter/dialog.py -usr/lib/python3.8/tkinter/dnd.py -usr/lib/python3.8/tkinter/filedialog.py -usr/lib/python3.8/tkinter/font.py -usr/lib/python3.8/tkinter/messagebox.py -usr/lib/python3.8/tkinter/scrolledtext.py -usr/lib/python3.8/tkinter/simpledialog.py -#usr/lib/python3.8/tkinter/test -usr/lib/python3.8/tkinter/tix.py -usr/lib/python3.8/tkinter/ttk.py -usr/lib/python3.8/token.py -usr/lib/python3.8/tokenize.py -usr/lib/python3.8/trace.py -usr/lib/python3.8/traceback.py -usr/lib/python3.8/tracemalloc.py -usr/lib/python3.8/tty.py -usr/lib/python3.8/turtle.py -#usr/lib/python3.8/turtledemo -usr/lib/python3.8/turtledemo/__init__.py -usr/lib/python3.8/turtledemo/__main__.py -usr/lib/python3.8/turtledemo/bytedesign.py -usr/lib/python3.8/turtledemo/chaos.py -usr/lib/python3.8/turtledemo/clock.py -usr/lib/python3.8/turtledemo/colormixer.py -usr/lib/python3.8/turtledemo/forest.py -usr/lib/python3.8/turtledemo/fractalcurves.py -usr/lib/python3.8/turtledemo/lindenmayer.py -usr/lib/python3.8/turtledemo/minimal_hanoi.py -usr/lib/python3.8/turtledemo/nim.py -usr/lib/python3.8/turtledemo/paint.py -usr/lib/python3.8/turtledemo/peace.py -usr/lib/python3.8/turtledemo/penrose.py -usr/lib/python3.8/turtledemo/planet_and_moon.py -usr/lib/python3.8/turtledemo/rosette.py -usr/lib/python3.8/turtledemo/round_dance.py -usr/lib/python3.8/turtledemo/sorting_animate.py -usr/lib/python3.8/turtledemo/tree.py -usr/lib/python3.8/turtledemo/turtle.cfg -usr/lib/python3.8/turtledemo/two_canvases.py -usr/lib/python3.8/turtledemo/yinyang.py -usr/lib/python3.8/types.py -usr/lib/python3.8/typing.py -usr/lib/python3.8/unittest -usr/lib/python3.8/unittest/__init__.py -usr/lib/python3.8/unittest/__main__.py -usr/lib/python3.8/unittest/async_case.py -usr/lib/python3.8/unittest/case.py -usr/lib/python3.8/unittest/loader.py -usr/lib/python3.8/unittest/main.py -usr/lib/python3.8/unittest/mock.py -usr/lib/python3.8/unittest/result.py -usr/lib/python3.8/unittest/runner.py -usr/lib/python3.8/unittest/signals.py -usr/lib/python3.8/unittest/suite.py -usr/lib/python3.8/unittest/test -usr/lib/python3.8/unittest/util.py -#usr/lib/python3.8/urllib -usr/lib/python3.8/urllib/__init__.py -usr/lib/python3.8/urllib/error.py -usr/lib/python3.8/urllib/parse.py -usr/lib/python3.8/urllib/request.py -usr/lib/python3.8/urllib/response.py -usr/lib/python3.8/urllib/robotparser.py -usr/lib/python3.8/uu.py -usr/lib/python3.8/uuid.py -#usr/lib/python3.8/venv -usr/lib/python3.8/venv/__init__.py -usr/lib/python3.8/venv/__main__.py -usr/lib/python3.8/venv/scripts -usr/lib/python3.8/venv/scripts/common -usr/lib/python3.8/venv/scripts/common/Activate.ps1 -usr/lib/python3.8/venv/scripts/common/activate -usr/lib/python3.8/venv/scripts/posix -usr/lib/python3.8/venv/scripts/posix/activate.csh -usr/lib/python3.8/venv/scripts/posix/activate.fish -usr/lib/python3.8/warnings.py -usr/lib/python3.8/wave.py -usr/lib/python3.8/weakref.py -usr/lib/python3.8/webbrowser.py -#usr/lib/python3.8/wsgiref -usr/lib/python3.8/wsgiref/__init__.py -usr/lib/python3.8/wsgiref/handlers.py -usr/lib/python3.8/wsgiref/headers.py -usr/lib/python3.8/wsgiref/simple_server.py -usr/lib/python3.8/wsgiref/util.py -usr/lib/python3.8/wsgiref/validate.py -usr/lib/python3.8/xdrlib.py -#usr/lib/python3.8/xml -usr/lib/python3.8/xml/__init__.py -#usr/lib/python3.8/xml/dom -usr/lib/python3.8/xml/dom/NodeFilter.py -usr/lib/python3.8/xml/dom/__init__.py -usr/lib/python3.8/xml/dom/domreg.py -usr/lib/python3.8/xml/dom/expatbuilder.py -usr/lib/python3.8/xml/dom/minicompat.py -usr/lib/python3.8/xml/dom/minidom.py -usr/lib/python3.8/xml/dom/pulldom.py -usr/lib/python3.8/xml/dom/xmlbuilder.py -#usr/lib/python3.8/xml/etree -usr/lib/python3.8/xml/etree/ElementInclude.py -usr/lib/python3.8/xml/etree/ElementPath.py -usr/lib/python3.8/xml/etree/ElementTree.py -usr/lib/python3.8/xml/etree/__init__.py -usr/lib/python3.8/xml/etree/cElementTree.py -#usr/lib/python3.8/xml/parsers -usr/lib/python3.8/xml/parsers/__init__.py -usr/lib/python3.8/xml/parsers/expat.py -#usr/lib/python3.8/xml/sax -usr/lib/python3.8/xml/sax/__init__.py -usr/lib/python3.8/xml/sax/_exceptions.py -usr/lib/python3.8/xml/sax/expatreader.py -usr/lib/python3.8/xml/sax/handler.py -usr/lib/python3.8/xml/sax/saxutils.py -usr/lib/python3.8/xml/sax/xmlreader.py -#usr/lib/python3.8/xmlrpc -usr/lib/python3.8/xmlrpc/__init__.py -usr/lib/python3.8/xmlrpc/client.py -usr/lib/python3.8/xmlrpc/server.py -usr/lib/python3.8/zipapp.py -usr/lib/python3.8/zipfile.py -usr/lib/python3.8/zipimport.py +usr/lib/python3.10/site-packages/setuptools/script.tmpl +usr/lib/python3.10/site-packages/setuptools/unicode_utils.py +usr/lib/python3.10/site-packages/setuptools/version.py +usr/lib/python3.10/site-packages/setuptools/wheel.py +usr/lib/python3.10/site-packages/setuptools/windows_support.py +usr/lib/python3.10/site.py +usr/lib/python3.10/smtpd.py +usr/lib/python3.10/smtplib.py +usr/lib/python3.10/sndhdr.py +usr/lib/python3.10/socket.py +usr/lib/python3.10/socketserver.py +usr/lib/python3.10/sqlite3 +usr/lib/python3.10/sqlite3/__init__.py +usr/lib/python3.10/sqlite3/dbapi2.py +usr/lib/python3.10/sqlite3/dump.py +usr/lib/python3.10/sqlite3/test +usr/lib/python3.10/sre_compile.py +usr/lib/python3.10/sre_constants.py +usr/lib/python3.10/sre_parse.py +usr/lib/python3.10/ssl.py +usr/lib/python3.10/stat.py +usr/lib/python3.10/statistics.py +usr/lib/python3.10/string.py +usr/lib/python3.10/stringprep.py +usr/lib/python3.10/struct.py +usr/lib/python3.10/subprocess.py +usr/lib/python3.10/sunau.py +usr/lib/python3.10/symtable.py +usr/lib/python3.10/sysconfig.py +usr/lib/python3.10/tabnanny.py +usr/lib/python3.10/tarfile.py +usr/lib/python3.10/telnetlib.py +usr/lib/python3.10/tempfile.py +usr/lib/python3.10/test +usr/lib/python3.10/textwrap.py +usr/lib/python3.10/this.py +usr/lib/python3.10/threading.py +usr/lib/python3.10/timeit.py +#usr/lib/python3.10/tkinter +usr/lib/python3.10/tkinter/__init__.py +usr/lib/python3.10/tkinter/__main__.py +usr/lib/python3.10/tkinter/colorchooser.py +usr/lib/python3.10/tkinter/commondialog.py +usr/lib/python3.10/tkinter/constants.py +usr/lib/python3.10/tkinter/dialog.py +usr/lib/python3.10/tkinter/dnd.py +usr/lib/python3.10/tkinter/filedialog.py +usr/lib/python3.10/tkinter/font.py +usr/lib/python3.10/tkinter/messagebox.py +usr/lib/python3.10/tkinter/scrolledtext.py +usr/lib/python3.10/tkinter/simpledialog.py +#usr/lib/python3.10/tkinter/test +usr/lib/python3.10/tkinter/tix.py +usr/lib/python3.10/tkinter/ttk.py +usr/lib/python3.10/token.py +usr/lib/python3.10/tokenize.py +usr/lib/python3.10/trace.py +usr/lib/python3.10/traceback.py +usr/lib/python3.10/tracemalloc.py +usr/lib/python3.10/tty.py +usr/lib/python3.10/turtle.py +#usr/lib/python3.10/turtledemo +usr/lib/python3.10/turtledemo/__init__.py +usr/lib/python3.10/turtledemo/__main__.py +usr/lib/python3.10/turtledemo/bytedesign.py +usr/lib/python3.10/turtledemo/chaos.py +usr/lib/python3.10/turtledemo/clock.py +usr/lib/python3.10/turtledemo/colormixer.py +usr/lib/python3.10/turtledemo/forest.py +usr/lib/python3.10/turtledemo/fractalcurves.py +usr/lib/python3.10/turtledemo/lindenmayer.py +usr/lib/python3.10/turtledemo/minimal_hanoi.py +usr/lib/python3.10/turtledemo/nim.py +usr/lib/python3.10/turtledemo/paint.py +usr/lib/python3.10/turtledemo/peace.py +usr/lib/python3.10/turtledemo/penrose.py +usr/lib/python3.10/turtledemo/planet_and_moon.py +usr/lib/python3.10/turtledemo/rosette.py +usr/lib/python3.10/turtledemo/round_dance.py +usr/lib/python3.10/turtledemo/sorting_animate.py +usr/lib/python3.10/turtledemo/tree.py +usr/lib/python3.10/turtledemo/turtle.cfg +usr/lib/python3.10/turtledemo/two_canvases.py +usr/lib/python3.10/turtledemo/yinyang.py +usr/lib/python3.10/types.py +usr/lib/python3.10/typing.py +usr/lib/python3.10/unittest +usr/lib/python3.10/unittest/__init__.py +usr/lib/python3.10/unittest/__main__.py +usr/lib/python3.10/unittest/_log.py +usr/lib/python3.10/unittest/async_case.py +usr/lib/python3.10/unittest/case.py +usr/lib/python3.10/unittest/loader.py +usr/lib/python3.10/unittest/main.py +usr/lib/python3.10/unittest/mock.py +usr/lib/python3.10/unittest/result.py +usr/lib/python3.10/unittest/runner.py +usr/lib/python3.10/unittest/signals.py +usr/lib/python3.10/unittest/suite.py +usr/lib/python3.10/unittest/test +usr/lib/python3.10/unittest/util.py +#usr/lib/python3.10/urllib +usr/lib/python3.10/urllib/__init__.py +usr/lib/python3.10/urllib/error.py +usr/lib/python3.10/urllib/parse.py +usr/lib/python3.10/urllib/request.py +usr/lib/python3.10/urllib/response.py +usr/lib/python3.10/urllib/robotparser.py +usr/lib/python3.10/uu.py +usr/lib/python3.10/uuid.py +#usr/lib/python3.10/venv +usr/lib/python3.10/venv/__init__.py +usr/lib/python3.10/venv/__main__.py +usr/lib/python3.10/venv/scripts +usr/lib/python3.10/venv/scripts/common +usr/lib/python3.10/venv/scripts/common/Activate.ps1 +usr/lib/python3.10/venv/scripts/common/activate +usr/lib/python3.10/venv/scripts/posix +usr/lib/python3.10/venv/scripts/posix/activate.csh +usr/lib/python3.10/venv/scripts/posix/activate.fish +usr/lib/python3.10/warnings.py +usr/lib/python3.10/wave.py +usr/lib/python3.10/weakref.py +usr/lib/python3.10/webbrowser.py +#usr/lib/python3.10/wsgiref +usr/lib/python3.10/wsgiref/__init__.py +usr/lib/python3.10/wsgiref/handlers.py +usr/lib/python3.10/wsgiref/headers.py +usr/lib/python3.10/wsgiref/simple_server.py +usr/lib/python3.10/wsgiref/util.py +usr/lib/python3.10/wsgiref/validate.py +usr/lib/python3.10/xdrlib.py +#usr/lib/python3.10/xml +usr/lib/python3.10/xml/__init__.py +#usr/lib/python3.10/xml/dom +usr/lib/python3.10/xml/dom/NodeFilter.py +usr/lib/python3.10/xml/dom/__init__.py +usr/lib/python3.10/xml/dom/domreg.py +usr/lib/python3.10/xml/dom/expatbuilder.py +usr/lib/python3.10/xml/dom/minicompat.py +usr/lib/python3.10/xml/dom/minidom.py +usr/lib/python3.10/xml/dom/pulldom.py +usr/lib/python3.10/xml/dom/xmlbuilder.py +#usr/lib/python3.10/xml/etree +usr/lib/python3.10/xml/etree/ElementInclude.py +usr/lib/python3.10/xml/etree/ElementPath.py +usr/lib/python3.10/xml/etree/ElementTree.py +usr/lib/python3.10/xml/etree/__init__.py +usr/lib/python3.10/xml/etree/cElementTree.py +#usr/lib/python3.10/xml/parsers +usr/lib/python3.10/xml/parsers/__init__.py +usr/lib/python3.10/xml/parsers/expat.py +#usr/lib/python3.10/xml/sax +usr/lib/python3.10/xml/sax/__init__.py +usr/lib/python3.10/xml/sax/_exceptions.py +usr/lib/python3.10/xml/sax/expatreader.py +usr/lib/python3.10/xml/sax/handler.py +usr/lib/python3.10/xml/sax/saxutils.py +usr/lib/python3.10/xml/sax/xmlreader.py +#usr/lib/python3.10/xmlrpc +usr/lib/python3.10/xmlrpc/__init__.py +usr/lib/python3.10/xmlrpc/client.py +usr/lib/python3.10/xmlrpc/server.py +usr/lib/python3.10/zipapp.py +usr/lib/python3.10/zipfile.py +usr/lib/python3.10/zipimport.py +#usr/lib/python3.10/zoneinfo +usr/lib/python3.10/zoneinfo/__init__.py +usr/lib/python3.10/zoneinfo/_common.py +usr/lib/python3.10/zoneinfo/_tzpath.py +usr/lib/python3.10/zoneinfo/_zoneinfo.py #usr/share/man/man1/python3.1 -#usr/share/man/man1/python3.8.1 +#usr/share/man/man1/python3.10.1 diff --git a/config/rootfiles/common/python3 b/config/rootfiles/common/python3 index ffe058fac..c192028a3 100644 --- a/config/rootfiles/common/python3 +++ b/config/rootfiles/common/python3 @@ -1,1804 +1,1872 @@ usr/bin/2to3 -usr/bin/2to3-3.8 -usr/bin/easy_install-3.8 +usr/bin/2to3-3.10 usr/bin/idle3 -usr/bin/idle3.8 +usr/bin/idle3.10 usr/bin/pip3 -usr/bin/pip3.8 +usr/bin/pip3.10 usr/bin/pydoc3 -usr/bin/pydoc3.8 +usr/bin/pydoc3.10 usr/bin/python3 usr/bin/python3-config -usr/bin/python3.8 -usr/bin/python3.8-config -#usr/include/python3.8 -#usr/include/python3.8/Python-ast.h -#usr/include/python3.8/Python.h -#usr/include/python3.8/abstract.h -#usr/include/python3.8/asdl.h -#usr/include/python3.8/ast.h -#usr/include/python3.8/bitset.h -#usr/include/python3.8/bltinmodule.h -#usr/include/python3.8/boolobject.h -#usr/include/python3.8/bytearrayobject.h -#usr/include/python3.8/bytes_methods.h -#usr/include/python3.8/bytesobject.h -#usr/include/python3.8/cellobject.h -#usr/include/python3.8/ceval.h -#usr/include/python3.8/classobject.h -#usr/include/python3.8/code.h -#usr/include/python3.8/codecs.h -#usr/include/python3.8/compile.h -#usr/include/python3.8/complexobject.h -#usr/include/python3.8/context.h -#usr/include/python3.8/cpython -#usr/include/python3.8/cpython/abstract.h -#usr/include/python3.8/cpython/dictobject.h -#usr/include/python3.8/cpython/fileobject.h -#usr/include/python3.8/cpython/initconfig.h -#usr/include/python3.8/cpython/interpreteridobject.h -#usr/include/python3.8/cpython/object.h -#usr/include/python3.8/cpython/objimpl.h -#usr/include/python3.8/cpython/pyerrors.h -#usr/include/python3.8/cpython/pylifecycle.h -#usr/include/python3.8/cpython/pymem.h -#usr/include/python3.8/cpython/pystate.h -#usr/include/python3.8/cpython/sysmodule.h -#usr/include/python3.8/cpython/traceback.h -#usr/include/python3.8/cpython/tupleobject.h -#usr/include/python3.8/cpython/unicodeobject.h -#usr/include/python3.8/datetime.h -#usr/include/python3.8/descrobject.h -#usr/include/python3.8/dictobject.h -#usr/include/python3.8/dtoa.h -#usr/include/python3.8/dynamic_annotations.h -#usr/include/python3.8/enumobject.h -#usr/include/python3.8/errcode.h -#usr/include/python3.8/eval.h -#usr/include/python3.8/fileobject.h -#usr/include/python3.8/fileutils.h -#usr/include/python3.8/floatobject.h -#usr/include/python3.8/frameobject.h -#usr/include/python3.8/funcobject.h -#usr/include/python3.8/genobject.h -#usr/include/python3.8/graminit.h -#usr/include/python3.8/grammar.h -#usr/include/python3.8/import.h -#usr/include/python3.8/internal -#usr/include/python3.8/internal/pycore_accu.h -#usr/include/python3.8/internal/pycore_atomic.h -#usr/include/python3.8/internal/pycore_ceval.h -#usr/include/python3.8/internal/pycore_code.h -#usr/include/python3.8/internal/pycore_condvar.h -#usr/include/python3.8/internal/pycore_context.h -#usr/include/python3.8/internal/pycore_fileutils.h -#usr/include/python3.8/internal/pycore_getopt.h -#usr/include/python3.8/internal/pycore_gil.h -#usr/include/python3.8/internal/pycore_hamt.h -#usr/include/python3.8/internal/pycore_initconfig.h -#usr/include/python3.8/internal/pycore_object.h -#usr/include/python3.8/internal/pycore_pathconfig.h -#usr/include/python3.8/internal/pycore_pyerrors.h -#usr/include/python3.8/internal/pycore_pyhash.h -#usr/include/python3.8/internal/pycore_pylifecycle.h -#usr/include/python3.8/internal/pycore_pymem.h -#usr/include/python3.8/internal/pycore_pystate.h -#usr/include/python3.8/internal/pycore_traceback.h -#usr/include/python3.8/internal/pycore_tupleobject.h -#usr/include/python3.8/internal/pycore_warnings.h -#usr/include/python3.8/interpreteridobject.h -#usr/include/python3.8/intrcheck.h -#usr/include/python3.8/iterobject.h -#usr/include/python3.8/listobject.h -#usr/include/python3.8/longintrepr.h -#usr/include/python3.8/longobject.h -#usr/include/python3.8/marshal.h -#usr/include/python3.8/memoryobject.h -#usr/include/python3.8/methodobject.h -#usr/include/python3.8/modsupport.h -#usr/include/python3.8/moduleobject.h -#usr/include/python3.8/namespaceobject.h -#usr/include/python3.8/node.h -#usr/include/python3.8/object.h -#usr/include/python3.8/objimpl.h -#usr/include/python3.8/odictobject.h -#usr/include/python3.8/opcode.h -#usr/include/python3.8/osdefs.h -#usr/include/python3.8/osmodule.h -#usr/include/python3.8/parsetok.h -#usr/include/python3.8/patchlevel.h -#usr/include/python3.8/picklebufobject.h -#usr/include/python3.8/py_curses.h -#usr/include/python3.8/pyarena.h -#usr/include/python3.8/pycapsule.h -#usr/include/python3.8/pyconfig.h -#usr/include/python3.8/pyctype.h -#usr/include/python3.8/pydebug.h -#usr/include/python3.8/pydtrace.h -#usr/include/python3.8/pyerrors.h -#usr/include/python3.8/pyexpat.h -#usr/include/python3.8/pyfpe.h -#usr/include/python3.8/pyhash.h -#usr/include/python3.8/pylifecycle.h -#usr/include/python3.8/pymacconfig.h -#usr/include/python3.8/pymacro.h -#usr/include/python3.8/pymath.h -#usr/include/python3.8/pymem.h -#usr/include/python3.8/pyport.h -#usr/include/python3.8/pystate.h -#usr/include/python3.8/pystrcmp.h -#usr/include/python3.8/pystrhex.h -#usr/include/python3.8/pystrtod.h -#usr/include/python3.8/pythonrun.h -#usr/include/python3.8/pythread.h -#usr/include/python3.8/pytime.h -#usr/include/python3.8/rangeobject.h -#usr/include/python3.8/setobject.h -#usr/include/python3.8/sliceobject.h -#usr/include/python3.8/structmember.h -#usr/include/python3.8/structseq.h -#usr/include/python3.8/symtable.h -#usr/include/python3.8/sysmodule.h -#usr/include/python3.8/token.h -#usr/include/python3.8/traceback.h -#usr/include/python3.8/tracemalloc.h -#usr/include/python3.8/tupleobject.h -#usr/include/python3.8/typeslots.h -#usr/include/python3.8/ucnhash.h -#usr/include/python3.8/unicodeobject.h -#usr/include/python3.8/warnings.h -#usr/include/python3.8/weakrefobject.h -usr/lib/libpython3.8.so -usr/lib/libpython3.8.so.1.0 +usr/bin/python3.10 +usr/bin/python3.10-config +#usr/include/python3.10 +#usr/include/python3.10/Python.h +#usr/include/python3.10/abstract.h +#usr/include/python3.10/bltinmodule.h +#usr/include/python3.10/boolobject.h +#usr/include/python3.10/bytearrayobject.h +#usr/include/python3.10/bytesobject.h +#usr/include/python3.10/cellobject.h +#usr/include/python3.10/ceval.h +#usr/include/python3.10/classobject.h +#usr/include/python3.10/code.h +#usr/include/python3.10/codecs.h +#usr/include/python3.10/compile.h +#usr/include/python3.10/complexobject.h +#usr/include/python3.10/context.h +#usr/include/python3.10/cpython +#usr/include/python3.10/cpython/abstract.h +#usr/include/python3.10/cpython/bytearrayobject.h +#usr/include/python3.10/cpython/bytesobject.h +#usr/include/python3.10/cpython/ceval.h +#usr/include/python3.10/cpython/code.h +#usr/include/python3.10/cpython/compile.h +#usr/include/python3.10/cpython/dictobject.h +#usr/include/python3.10/cpython/fileobject.h +#usr/include/python3.10/cpython/fileutils.h +#usr/include/python3.10/cpython/frameobject.h +#usr/include/python3.10/cpython/import.h +#usr/include/python3.10/cpython/initconfig.h +#usr/include/python3.10/cpython/interpreteridobject.h +#usr/include/python3.10/cpython/listobject.h +#usr/include/python3.10/cpython/methodobject.h +#usr/include/python3.10/cpython/object.h +#usr/include/python3.10/cpython/objimpl.h +#usr/include/python3.10/cpython/odictobject.h +#usr/include/python3.10/cpython/picklebufobject.h +#usr/include/python3.10/cpython/pyctype.h +#usr/include/python3.10/cpython/pydebug.h +#usr/include/python3.10/cpython/pyerrors.h +#usr/include/python3.10/cpython/pyfpe.h +#usr/include/python3.10/cpython/pylifecycle.h +#usr/include/python3.10/cpython/pymem.h +#usr/include/python3.10/cpython/pystate.h +#usr/include/python3.10/cpython/pythonrun.h +#usr/include/python3.10/cpython/pytime.h +#usr/include/python3.10/cpython/sysmodule.h +#usr/include/python3.10/cpython/traceback.h +#usr/include/python3.10/cpython/tupleobject.h +#usr/include/python3.10/cpython/unicodeobject.h +#usr/include/python3.10/datetime.h +#usr/include/python3.10/descrobject.h +#usr/include/python3.10/dictobject.h +#usr/include/python3.10/dynamic_annotations.h +#usr/include/python3.10/enumobject.h +#usr/include/python3.10/errcode.h +#usr/include/python3.10/eval.h +#usr/include/python3.10/exports.h +#usr/include/python3.10/fileobject.h +#usr/include/python3.10/fileutils.h +#usr/include/python3.10/floatobject.h +#usr/include/python3.10/frameobject.h +#usr/include/python3.10/funcobject.h +#usr/include/python3.10/genericaliasobject.h +#usr/include/python3.10/genobject.h +#usr/include/python3.10/import.h +#usr/include/python3.10/internal +#usr/include/python3.10/internal/pycore_abstract.h +#usr/include/python3.10/internal/pycore_accu.h +#usr/include/python3.10/internal/pycore_asdl.h +#usr/include/python3.10/internal/pycore_ast.h +#usr/include/python3.10/internal/pycore_ast_state.h +#usr/include/python3.10/internal/pycore_atomic.h +#usr/include/python3.10/internal/pycore_atomic_funcs.h +#usr/include/python3.10/internal/pycore_bitutils.h +#usr/include/python3.10/internal/pycore_blocks_output_buffer.h +#usr/include/python3.10/internal/pycore_bytes_methods.h +#usr/include/python3.10/internal/pycore_call.h +#usr/include/python3.10/internal/pycore_ceval.h +#usr/include/python3.10/internal/pycore_code.h +#usr/include/python3.10/internal/pycore_compile.h +#usr/include/python3.10/internal/pycore_condvar.h +#usr/include/python3.10/internal/pycore_context.h +#usr/include/python3.10/internal/pycore_dtoa.h +#usr/include/python3.10/internal/pycore_fileutils.h +#usr/include/python3.10/internal/pycore_format.h +#usr/include/python3.10/internal/pycore_gc.h +#usr/include/python3.10/internal/pycore_getopt.h +#usr/include/python3.10/internal/pycore_gil.h +#usr/include/python3.10/internal/pycore_hamt.h +#usr/include/python3.10/internal/pycore_hashtable.h +#usr/include/python3.10/internal/pycore_import.h +#usr/include/python3.10/internal/pycore_initconfig.h +#usr/include/python3.10/internal/pycore_interp.h +#usr/include/python3.10/internal/pycore_list.h +#usr/include/python3.10/internal/pycore_long.h +#usr/include/python3.10/internal/pycore_moduleobject.h +#usr/include/python3.10/internal/pycore_object.h +#usr/include/python3.10/internal/pycore_parser.h +#usr/include/python3.10/internal/pycore_pathconfig.h +#usr/include/python3.10/internal/pycore_pyarena.h +#usr/include/python3.10/internal/pycore_pyerrors.h +#usr/include/python3.10/internal/pycore_pyhash.h +#usr/include/python3.10/internal/pycore_pylifecycle.h +#usr/include/python3.10/internal/pycore_pymem.h +#usr/include/python3.10/internal/pycore_pystate.h +#usr/include/python3.10/internal/pycore_runtime.h +#usr/include/python3.10/internal/pycore_structseq.h +#usr/include/python3.10/internal/pycore_symtable.h +#usr/include/python3.10/internal/pycore_sysmodule.h +#usr/include/python3.10/internal/pycore_traceback.h +#usr/include/python3.10/internal/pycore_tuple.h +#usr/include/python3.10/internal/pycore_ucnhash.h +#usr/include/python3.10/internal/pycore_unionobject.h +#usr/include/python3.10/internal/pycore_warnings.h +#usr/include/python3.10/interpreteridobject.h +#usr/include/python3.10/intrcheck.h +#usr/include/python3.10/iterobject.h +#usr/include/python3.10/listobject.h +#usr/include/python3.10/longintrepr.h +#usr/include/python3.10/longobject.h +#usr/include/python3.10/marshal.h +#usr/include/python3.10/memoryobject.h +#usr/include/python3.10/methodobject.h +#usr/include/python3.10/modsupport.h +#usr/include/python3.10/moduleobject.h +#usr/include/python3.10/namespaceobject.h +#usr/include/python3.10/object.h +#usr/include/python3.10/objimpl.h +#usr/include/python3.10/opcode.h +#usr/include/python3.10/osdefs.h +#usr/include/python3.10/osmodule.h +#usr/include/python3.10/patchlevel.h +#usr/include/python3.10/py_curses.h +#usr/include/python3.10/pycapsule.h +#usr/include/python3.10/pyconfig.h +#usr/include/python3.10/pydtrace.h +#usr/include/python3.10/pyerrors.h +#usr/include/python3.10/pyexpat.h +#usr/include/python3.10/pyframe.h +#usr/include/python3.10/pyhash.h +#usr/include/python3.10/pylifecycle.h +#usr/include/python3.10/pymacconfig.h +#usr/include/python3.10/pymacro.h +#usr/include/python3.10/pymath.h +#usr/include/python3.10/pymem.h +#usr/include/python3.10/pyport.h +#usr/include/python3.10/pystate.h +#usr/include/python3.10/pystrcmp.h +#usr/include/python3.10/pystrhex.h +#usr/include/python3.10/pystrtod.h +#usr/include/python3.10/pythonrun.h +#usr/include/python3.10/pythread.h +#usr/include/python3.10/rangeobject.h +#usr/include/python3.10/setobject.h +#usr/include/python3.10/sliceobject.h +#usr/include/python3.10/structmember.h +#usr/include/python3.10/structseq.h +#usr/include/python3.10/sysmodule.h +#usr/include/python3.10/token.h +#usr/include/python3.10/traceback.h +#usr/include/python3.10/tracemalloc.h +#usr/include/python3.10/tupleobject.h +#usr/include/python3.10/typeslots.h +#usr/include/python3.10/unicodeobject.h +#usr/include/python3.10/warnings.h +#usr/include/python3.10/weakrefobject.h +usr/lib/libpython3.10.so +usr/lib/libpython3.10.so.1.0 #usr/lib/libpython3.so -#usr/lib/pkgconfig/python-3.8-embed.pc -#usr/lib/pkgconfig/python-3.8.pc +#usr/lib/pkgconfig/python-3.10-embed.pc +#usr/lib/pkgconfig/python-3.10.pc #usr/lib/pkgconfig/python3-embed.pc #usr/lib/pkgconfig/python3.pc -#usr/lib/python3.8 -#usr/lib/python3.8/LICENSE.txt -usr/lib/python3.8/__future__.py -usr/lib/python3.8/__phello__.foo.py -usr/lib/python3.8/_bootlocale.py -usr/lib/python3.8/_collections_abc.py -usr/lib/python3.8/_compat_pickle.py -usr/lib/python3.8/_compression.py -usr/lib/python3.8/_dummy_thread.py -usr/lib/python3.8/_markupbase.py -usr/lib/python3.8/_osx_support.py -usr/lib/python3.8/_py_abc.py -usr/lib/python3.8/_pydecimal.py -usr/lib/python3.8/_pyio.py -usr/lib/python3.8/_sitebuiltins.py -usr/lib/python3.8/_strptime.py -usr/lib/python3.8/_sysconfigdata__linux_xxxMACHINExxx-linux-gnu.py -usr/lib/python3.8/_threading_local.py -usr/lib/python3.8/_weakrefset.py -usr/lib/python3.8/abc.py -usr/lib/python3.8/aifc.py -usr/lib/python3.8/antigravity.py -usr/lib/python3.8/argparse.py -usr/lib/python3.8/ast.py -usr/lib/python3.8/asynchat.py -#usr/lib/python3.8/asyncio -usr/lib/python3.8/asyncio/__init__.py -usr/lib/python3.8/asyncio/__main__.py -usr/lib/python3.8/asyncio/base_events.py -usr/lib/python3.8/asyncio/base_futures.py -usr/lib/python3.8/asyncio/base_subprocess.py -usr/lib/python3.8/asyncio/base_tasks.py -usr/lib/python3.8/asyncio/constants.py -usr/lib/python3.8/asyncio/coroutines.py -usr/lib/python3.8/asyncio/events.py -usr/lib/python3.8/asyncio/exceptions.py -usr/lib/python3.8/asyncio/format_helpers.py -usr/lib/python3.8/asyncio/futures.py -usr/lib/python3.8/asyncio/locks.py -usr/lib/python3.8/asyncio/log.py -usr/lib/python3.8/asyncio/proactor_events.py -usr/lib/python3.8/asyncio/protocols.py -usr/lib/python3.8/asyncio/queues.py -usr/lib/python3.8/asyncio/runners.py -usr/lib/python3.8/asyncio/selector_events.py -usr/lib/python3.8/asyncio/sslproto.py -usr/lib/python3.8/asyncio/staggered.py -usr/lib/python3.8/asyncio/streams.py -usr/lib/python3.8/asyncio/subprocess.py -usr/lib/python3.8/asyncio/tasks.py -usr/lib/python3.8/asyncio/transports.py -usr/lib/python3.8/asyncio/trsock.py -usr/lib/python3.8/asyncio/unix_events.py -usr/lib/python3.8/asyncio/windows_events.py -usr/lib/python3.8/asyncio/windows_utils.py -usr/lib/python3.8/asyncore.py -usr/lib/python3.8/base64.py -usr/lib/python3.8/bdb.py -usr/lib/python3.8/binhex.py -usr/lib/python3.8/bisect.py -usr/lib/python3.8/bz2.py -usr/lib/python3.8/cProfile.py -usr/lib/python3.8/calendar.py -usr/lib/python3.8/cgi.py -usr/lib/python3.8/cgitb.py -usr/lib/python3.8/chunk.py -usr/lib/python3.8/cmd.py -usr/lib/python3.8/code.py -usr/lib/python3.8/codecs.py -usr/lib/python3.8/codeop.py -#usr/lib/python3.8/collections -usr/lib/python3.8/collections/__init__.py -usr/lib/python3.8/collections/abc.py -usr/lib/python3.8/colorsys.py -usr/lib/python3.8/compileall.py -#usr/lib/python3.8/concurrent -usr/lib/python3.8/concurrent/__init__.py -#usr/lib/python3.8/concurrent/futures -usr/lib/python3.8/concurrent/futures/__init__.py -usr/lib/python3.8/concurrent/futures/_base.py -usr/lib/python3.8/concurrent/futures/process.py -usr/lib/python3.8/concurrent/futures/thread.py -#usr/lib/python3.8/config-3.8-xxxMACHINExxx-linux-gnu -usr/lib/python3.8/config-3.8-xxxMACHINExxx-linux-gnu/Makefile -usr/lib/python3.8/config-3.8-xxxMACHINExxx-linux-gnu/Setup -usr/lib/python3.8/config-3.8-xxxMACHINExxx-linux-gnu/Setup.local -usr/lib/python3.8/config-3.8-xxxMACHINExxx-linux-gnu/config.c -usr/lib/python3.8/config-3.8-xxxMACHINExxx-linux-gnu/config.c.in -usr/lib/python3.8/config-3.8-xxxMACHINExxx-linux-gnu/install-sh -usr/lib/python3.8/config-3.8-xxxMACHINExxx-linux-gnu/libpython3.8.a -usr/lib/python3.8/config-3.8-xxxMACHINExxx-linux-gnu/makesetup -usr/lib/python3.8/config-3.8-xxxMACHINExxx-linux-gnu/python-config.py -usr/lib/python3.8/config-3.8-xxxMACHINExxx-linux-gnu/python.o -usr/lib/python3.8/configparser.py -usr/lib/python3.8/contextlib.py -usr/lib/python3.8/contextvars.py -usr/lib/python3.8/copy.py -usr/lib/python3.8/copyreg.py -usr/lib/python3.8/crypt.py -usr/lib/python3.8/csv.py -#usr/lib/python3.8/ctypes -usr/lib/python3.8/ctypes/__init__.py -usr/lib/python3.8/ctypes/_aix.py -usr/lib/python3.8/ctypes/_endian.py -#usr/lib/python3.8/ctypes/macholib -usr/lib/python3.8/ctypes/macholib/README.ctypes -usr/lib/python3.8/ctypes/macholib/__init__.py -usr/lib/python3.8/ctypes/macholib/dyld.py -usr/lib/python3.8/ctypes/macholib/dylib.py -usr/lib/python3.8/ctypes/macholib/fetch_macholib -usr/lib/python3.8/ctypes/macholib/fetch_macholib.bat -usr/lib/python3.8/ctypes/macholib/framework.py -#usr/lib/python3.8/ctypes/test -usr/lib/python3.8/ctypes/util.py -usr/lib/python3.8/ctypes/wintypes.py -#usr/lib/python3.8/curses -usr/lib/python3.8/curses/__init__.py -usr/lib/python3.8/curses/ascii.py -usr/lib/python3.8/curses/has_key.py -usr/lib/python3.8/curses/panel.py -usr/lib/python3.8/curses/textpad.py -usr/lib/python3.8/dataclasses.py -usr/lib/python3.8/datetime.py -#usr/lib/python3.8/dbm -usr/lib/python3.8/dbm/__init__.py -usr/lib/python3.8/dbm/dumb.py -usr/lib/python3.8/dbm/gnu.py -usr/lib/python3.8/dbm/ndbm.py -usr/lib/python3.8/decimal.py -usr/lib/python3.8/difflib.py -usr/lib/python3.8/dis.py -#usr/lib/python3.8/distutils -#usr/lib/python3.8/distutils/README -usr/lib/python3.8/distutils/__init__.py -usr/lib/python3.8/distutils/_msvccompiler.py -usr/lib/python3.8/distutils/archive_util.py -usr/lib/python3.8/distutils/bcppcompiler.py -usr/lib/python3.8/distutils/ccompiler.py -usr/lib/python3.8/distutils/cmd.py -#usr/lib/python3.8/distutils/command -usr/lib/python3.8/distutils/command/__init__.py -usr/lib/python3.8/distutils/command/bdist.py -usr/lib/python3.8/distutils/command/bdist_dumb.py -usr/lib/python3.8/distutils/command/bdist_msi.py -usr/lib/python3.8/distutils/command/bdist_rpm.py -usr/lib/python3.8/distutils/command/bdist_wininst.py -usr/lib/python3.8/distutils/command/build.py -usr/lib/python3.8/distutils/command/build_clib.py -usr/lib/python3.8/distutils/command/build_ext.py -usr/lib/python3.8/distutils/command/build_py.py -usr/lib/python3.8/distutils/command/build_scripts.py -usr/lib/python3.8/distutils/command/check.py -usr/lib/python3.8/distutils/command/clean.py -usr/lib/python3.8/distutils/command/command_template -usr/lib/python3.8/distutils/command/config.py -usr/lib/python3.8/distutils/command/install.py -usr/lib/python3.8/distutils/command/install_data.py -usr/lib/python3.8/distutils/command/install_egg_info.py -usr/lib/python3.8/distutils/command/install_headers.py -usr/lib/python3.8/distutils/command/install_lib.py -usr/lib/python3.8/distutils/command/install_scripts.py -usr/lib/python3.8/distutils/command/register.py -usr/lib/python3.8/distutils/command/sdist.py -usr/lib/python3.8/distutils/command/upload.py -usr/lib/python3.8/distutils/command/wininst-10.0-amd64.exe -usr/lib/python3.8/distutils/command/wininst-10.0.exe -usr/lib/python3.8/distutils/command/wininst-14.0-amd64.exe -usr/lib/python3.8/distutils/command/wininst-14.0.exe -usr/lib/python3.8/distutils/command/wininst-6.0.exe -usr/lib/python3.8/distutils/command/wininst-7.1.exe -usr/lib/python3.8/distutils/command/wininst-8.0.exe -usr/lib/python3.8/distutils/command/wininst-9.0-amd64.exe -usr/lib/python3.8/distutils/command/wininst-9.0.exe -usr/lib/python3.8/distutils/config.py -usr/lib/python3.8/distutils/core.py -usr/lib/python3.8/distutils/cygwinccompiler.py -usr/lib/python3.8/distutils/debug.py -usr/lib/python3.8/distutils/dep_util.py -usr/lib/python3.8/distutils/dir_util.py -usr/lib/python3.8/distutils/dist.py -usr/lib/python3.8/distutils/errors.py -usr/lib/python3.8/distutils/extension.py -usr/lib/python3.8/distutils/fancy_getopt.py -usr/lib/python3.8/distutils/file_util.py -usr/lib/python3.8/distutils/filelist.py -usr/lib/python3.8/distutils/log.py -usr/lib/python3.8/distutils/msvc9compiler.py -usr/lib/python3.8/distutils/msvccompiler.py -usr/lib/python3.8/distutils/spawn.py -usr/lib/python3.8/distutils/sysconfig.py -#usr/lib/python3.8/distutils/tests -usr/lib/python3.8/distutils/tests/Setup.sample -usr/lib/python3.8/distutils/tests/__init__.py -usr/lib/python3.8/distutils/tests/includetest.rst -usr/lib/python3.8/distutils/tests/support.py -usr/lib/python3.8/distutils/tests/test_archive_util.py -usr/lib/python3.8/distutils/tests/test_bdist.py -usr/lib/python3.8/distutils/tests/test_bdist_dumb.py -usr/lib/python3.8/distutils/tests/test_bdist_msi.py -usr/lib/python3.8/distutils/tests/test_bdist_rpm.py -usr/lib/python3.8/distutils/tests/test_bdist_wininst.py -usr/lib/python3.8/distutils/tests/test_build.py -usr/lib/python3.8/distutils/tests/test_build_clib.py -usr/lib/python3.8/distutils/tests/test_build_ext.py -usr/lib/python3.8/distutils/tests/test_build_py.py -usr/lib/python3.8/distutils/tests/test_build_scripts.py -usr/lib/python3.8/distutils/tests/test_check.py -usr/lib/python3.8/distutils/tests/test_clean.py -usr/lib/python3.8/distutils/tests/test_cmd.py -usr/lib/python3.8/distutils/tests/test_config.py -usr/lib/python3.8/distutils/tests/test_config_cmd.py -usr/lib/python3.8/distutils/tests/test_core.py -usr/lib/python3.8/distutils/tests/test_cygwinccompiler.py -usr/lib/python3.8/distutils/tests/test_dep_util.py -usr/lib/python3.8/distutils/tests/test_dir_util.py -usr/lib/python3.8/distutils/tests/test_dist.py -usr/lib/python3.8/distutils/tests/test_extension.py -usr/lib/python3.8/distutils/tests/test_file_util.py -usr/lib/python3.8/distutils/tests/test_filelist.py -usr/lib/python3.8/distutils/tests/test_install.py -usr/lib/python3.8/distutils/tests/test_install_data.py -usr/lib/python3.8/distutils/tests/test_install_headers.py -usr/lib/python3.8/distutils/tests/test_install_lib.py -usr/lib/python3.8/distutils/tests/test_install_scripts.py -usr/lib/python3.8/distutils/tests/test_log.py -usr/lib/python3.8/distutils/tests/test_msvc9compiler.py -usr/lib/python3.8/distutils/tests/test_msvccompiler.py -usr/lib/python3.8/distutils/tests/test_register.py -usr/lib/python3.8/distutils/tests/test_sdist.py -usr/lib/python3.8/distutils/tests/test_spawn.py -usr/lib/python3.8/distutils/tests/test_sysconfig.py -usr/lib/python3.8/distutils/tests/test_text_file.py -usr/lib/python3.8/distutils/tests/test_unixccompiler.py -usr/lib/python3.8/distutils/tests/test_upload.py -usr/lib/python3.8/distutils/tests/test_util.py -usr/lib/python3.8/distutils/tests/test_version.py -usr/lib/python3.8/distutils/tests/test_versionpredicate.py -usr/lib/python3.8/distutils/tests/xxmodule.c -usr/lib/python3.8/distutils/text_file.py -usr/lib/python3.8/distutils/unixccompiler.py -usr/lib/python3.8/distutils/util.py -usr/lib/python3.8/distutils/version.py -usr/lib/python3.8/distutils/versionpredicate.py -usr/lib/python3.8/doctest.py -usr/lib/python3.8/dummy_threading.py -#usr/lib/python3.8/email -usr/lib/python3.8/email/__init__.py -usr/lib/python3.8/email/_encoded_words.py -usr/lib/python3.8/email/_header_value_parser.py -usr/lib/python3.8/email/_parseaddr.py -usr/lib/python3.8/email/_policybase.py -usr/lib/python3.8/email/architecture.rst -usr/lib/python3.8/email/base64mime.py -usr/lib/python3.8/email/charset.py -usr/lib/python3.8/email/contentmanager.py -usr/lib/python3.8/email/encoders.py -usr/lib/python3.8/email/errors.py -usr/lib/python3.8/email/feedparser.py -usr/lib/python3.8/email/generator.py -usr/lib/python3.8/email/header.py -usr/lib/python3.8/email/headerregistry.py -usr/lib/python3.8/email/iterators.py -usr/lib/python3.8/email/message.py -#usr/lib/python3.8/email/mime -usr/lib/python3.8/email/mime/__init__.py -usr/lib/python3.8/email/mime/application.py -usr/lib/python3.8/email/mime/audio.py -usr/lib/python3.8/email/mime/base.py -usr/lib/python3.8/email/mime/image.py -usr/lib/python3.8/email/mime/message.py -usr/lib/python3.8/email/mime/multipart.py -usr/lib/python3.8/email/mime/nonmultipart.py -usr/lib/python3.8/email/mime/text.py -usr/lib/python3.8/email/parser.py -usr/lib/python3.8/email/policy.py -usr/lib/python3.8/email/quoprimime.py -usr/lib/python3.8/email/utils.py -#usr/lib/python3.8/encodings -usr/lib/python3.8/encodings/__init__.py -usr/lib/python3.8/encodings/aliases.py -usr/lib/python3.8/encodings/ascii.py -usr/lib/python3.8/encodings/base64_codec.py -usr/lib/python3.8/encodings/big5.py -usr/lib/python3.8/encodings/big5hkscs.py -usr/lib/python3.8/encodings/bz2_codec.py -usr/lib/python3.8/encodings/charmap.py -usr/lib/python3.8/encodings/cp037.py -usr/lib/python3.8/encodings/cp1006.py -usr/lib/python3.8/encodings/cp1026.py -usr/lib/python3.8/encodings/cp1125.py -usr/lib/python3.8/encodings/cp1140.py -usr/lib/python3.8/encodings/cp1250.py -usr/lib/python3.8/encodings/cp1251.py -usr/lib/python3.8/encodings/cp1252.py -usr/lib/python3.8/encodings/cp1253.py -usr/lib/python3.8/encodings/cp1254.py -usr/lib/python3.8/encodings/cp1255.py -usr/lib/python3.8/encodings/cp1256.py -usr/lib/python3.8/encodings/cp1257.py -usr/lib/python3.8/encodings/cp1258.py -usr/lib/python3.8/encodings/cp273.py -usr/lib/python3.8/encodings/cp424.py -usr/lib/python3.8/encodings/cp437.py -usr/lib/python3.8/encodings/cp500.py -usr/lib/python3.8/encodings/cp720.py -usr/lib/python3.8/encodings/cp737.py -usr/lib/python3.8/encodings/cp775.py -usr/lib/python3.8/encodings/cp850.py -usr/lib/python3.8/encodings/cp852.py -usr/lib/python3.8/encodings/cp855.py -usr/lib/python3.8/encodings/cp856.py -usr/lib/python3.8/encodings/cp857.py -usr/lib/python3.8/encodings/cp858.py -usr/lib/python3.8/encodings/cp860.py -usr/lib/python3.8/encodings/cp861.py -usr/lib/python3.8/encodings/cp862.py -usr/lib/python3.8/encodings/cp863.py -usr/lib/python3.8/encodings/cp864.py -usr/lib/python3.8/encodings/cp865.py -usr/lib/python3.8/encodings/cp866.py -usr/lib/python3.8/encodings/cp869.py -usr/lib/python3.8/encodings/cp874.py -usr/lib/python3.8/encodings/cp875.py -usr/lib/python3.8/encodings/cp932.py -usr/lib/python3.8/encodings/cp949.py -usr/lib/python3.8/encodings/cp950.py -usr/lib/python3.8/encodings/euc_jis_2004.py -usr/lib/python3.8/encodings/euc_jisx0213.py -usr/lib/python3.8/encodings/euc_jp.py -usr/lib/python3.8/encodings/euc_kr.py -usr/lib/python3.8/encodings/gb18030.py -usr/lib/python3.8/encodings/gb2312.py -usr/lib/python3.8/encodings/gbk.py -usr/lib/python3.8/encodings/hex_codec.py -usr/lib/python3.8/encodings/hp_roman8.py -usr/lib/python3.8/encodings/hz.py -usr/lib/python3.8/encodings/idna.py -usr/lib/python3.8/encodings/iso2022_jp.py -usr/lib/python3.8/encodings/iso2022_jp_1.py -usr/lib/python3.8/encodings/iso2022_jp_2.py -usr/lib/python3.8/encodings/iso2022_jp_2004.py -usr/lib/python3.8/encodings/iso2022_jp_3.py -usr/lib/python3.8/encodings/iso2022_jp_ext.py -usr/lib/python3.8/encodings/iso2022_kr.py -usr/lib/python3.8/encodings/iso8859_1.py -usr/lib/python3.8/encodings/iso8859_10.py -usr/lib/python3.8/encodings/iso8859_11.py -usr/lib/python3.8/encodings/iso8859_13.py -usr/lib/python3.8/encodings/iso8859_14.py -usr/lib/python3.8/encodings/iso8859_15.py -usr/lib/python3.8/encodings/iso8859_16.py -usr/lib/python3.8/encodings/iso8859_2.py -usr/lib/python3.8/encodings/iso8859_3.py -usr/lib/python3.8/encodings/iso8859_4.py -usr/lib/python3.8/encodings/iso8859_5.py -usr/lib/python3.8/encodings/iso8859_6.py -usr/lib/python3.8/encodings/iso8859_7.py -usr/lib/python3.8/encodings/iso8859_8.py -usr/lib/python3.8/encodings/iso8859_9.py -usr/lib/python3.8/encodings/johab.py -usr/lib/python3.8/encodings/koi8_r.py -usr/lib/python3.8/encodings/koi8_t.py -usr/lib/python3.8/encodings/koi8_u.py -usr/lib/python3.8/encodings/kz1048.py -usr/lib/python3.8/encodings/latin_1.py -usr/lib/python3.8/encodings/mac_arabic.py -usr/lib/python3.8/encodings/mac_centeuro.py -usr/lib/python3.8/encodings/mac_croatian.py -usr/lib/python3.8/encodings/mac_cyrillic.py -usr/lib/python3.8/encodings/mac_farsi.py -usr/lib/python3.8/encodings/mac_greek.py -usr/lib/python3.8/encodings/mac_iceland.py -usr/lib/python3.8/encodings/mac_latin2.py -usr/lib/python3.8/encodings/mac_roman.py -usr/lib/python3.8/encodings/mac_romanian.py -usr/lib/python3.8/encodings/mac_turkish.py -usr/lib/python3.8/encodings/mbcs.py -usr/lib/python3.8/encodings/oem.py -usr/lib/python3.8/encodings/palmos.py -usr/lib/python3.8/encodings/ptcp154.py -usr/lib/python3.8/encodings/punycode.py -usr/lib/python3.8/encodings/quopri_codec.py -usr/lib/python3.8/encodings/raw_unicode_escape.py -usr/lib/python3.8/encodings/rot_13.py -usr/lib/python3.8/encodings/shift_jis.py -usr/lib/python3.8/encodings/shift_jis_2004.py -usr/lib/python3.8/encodings/shift_jisx0213.py -usr/lib/python3.8/encodings/tis_620.py -usr/lib/python3.8/encodings/undefined.py -usr/lib/python3.8/encodings/unicode_escape.py -usr/lib/python3.8/encodings/utf_16.py -usr/lib/python3.8/encodings/utf_16_be.py -usr/lib/python3.8/encodings/utf_16_le.py -usr/lib/python3.8/encodings/utf_32.py -usr/lib/python3.8/encodings/utf_32_be.py -usr/lib/python3.8/encodings/utf_32_le.py -usr/lib/python3.8/encodings/utf_7.py -usr/lib/python3.8/encodings/utf_8.py -usr/lib/python3.8/encodings/utf_8_sig.py -usr/lib/python3.8/encodings/uu_codec.py -usr/lib/python3.8/encodings/zlib_codec.py -usr/lib/python3.8/ensurepip -usr/lib/python3.8/ensurepip/__init__.py -usr/lib/python3.8/ensurepip/__main__.py -usr/lib/python3.8/ensurepip/_bundled -usr/lib/python3.8/ensurepip/_bundled/pip-20.2.3-py2.py3-none-any.whl -usr/lib/python3.8/ensurepip/_bundled/setuptools-49.2.1-py3-none-any.whl -usr/lib/python3.8/ensurepip/_uninstall.py -usr/lib/python3.8/enum.py -usr/lib/python3.8/filecmp.py -usr/lib/python3.8/fileinput.py -usr/lib/python3.8/fnmatch.py -usr/lib/python3.8/formatter.py -usr/lib/python3.8/fractions.py -usr/lib/python3.8/ftplib.py -usr/lib/python3.8/functools.py -usr/lib/python3.8/genericpath.py -usr/lib/python3.8/getopt.py -usr/lib/python3.8/getpass.py -usr/lib/python3.8/gettext.py -usr/lib/python3.8/glob.py -usr/lib/python3.8/gzip.py -usr/lib/python3.8/hashlib.py -usr/lib/python3.8/heapq.py -usr/lib/python3.8/hmac.py -#usr/lib/python3.8/html -usr/lib/python3.8/html/__init__.py -usr/lib/python3.8/html/entities.py -usr/lib/python3.8/html/parser.py -#usr/lib/python3.8/http -usr/lib/python3.8/http/__init__.py -usr/lib/python3.8/http/client.py -usr/lib/python3.8/http/cookiejar.py -usr/lib/python3.8/http/cookies.py -usr/lib/python3.8/http/server.py -#usr/lib/python3.8/idlelib -usr/lib/python3.8/idlelib/CREDITS.txt -usr/lib/python3.8/idlelib/ChangeLog -usr/lib/python3.8/idlelib/HISTORY.txt -usr/lib/python3.8/idlelib/Icons -usr/lib/python3.8/idlelib/Icons/README.txt -usr/lib/python3.8/idlelib/Icons/folder.gif -usr/lib/python3.8/idlelib/Icons/idle.ico -usr/lib/python3.8/idlelib/Icons/idle_16.gif -usr/lib/python3.8/idlelib/Icons/idle_16.png -usr/lib/python3.8/idlelib/Icons/idle_256.png -usr/lib/python3.8/idlelib/Icons/idle_32.gif -usr/lib/python3.8/idlelib/Icons/idle_32.png -usr/lib/python3.8/idlelib/Icons/idle_48.gif -usr/lib/python3.8/idlelib/Icons/idle_48.png -usr/lib/python3.8/idlelib/Icons/minusnode.gif -usr/lib/python3.8/idlelib/Icons/openfolder.gif -usr/lib/python3.8/idlelib/Icons/plusnode.gif -usr/lib/python3.8/idlelib/Icons/python.gif -usr/lib/python3.8/idlelib/Icons/tk.gif -usr/lib/python3.8/idlelib/NEWS.txt -usr/lib/python3.8/idlelib/NEWS2x.txt -usr/lib/python3.8/idlelib/README.txt -usr/lib/python3.8/idlelib/TODO.txt -usr/lib/python3.8/idlelib/__init__.py -usr/lib/python3.8/idlelib/__main__.py -usr/lib/python3.8/idlelib/autocomplete.py -usr/lib/python3.8/idlelib/autocomplete_w.py -usr/lib/python3.8/idlelib/autoexpand.py -usr/lib/python3.8/idlelib/browser.py -usr/lib/python3.8/idlelib/calltip.py -usr/lib/python3.8/idlelib/calltip_w.py -usr/lib/python3.8/idlelib/codecontext.py -usr/lib/python3.8/idlelib/colorizer.py -usr/lib/python3.8/idlelib/config-extensions.def -usr/lib/python3.8/idlelib/config-highlight.def -usr/lib/python3.8/idlelib/config-keys.def -usr/lib/python3.8/idlelib/config-main.def -usr/lib/python3.8/idlelib/config.py -usr/lib/python3.8/idlelib/config_key.py -usr/lib/python3.8/idlelib/configdialog.py -usr/lib/python3.8/idlelib/debugger.py -usr/lib/python3.8/idlelib/debugger_r.py -usr/lib/python3.8/idlelib/debugobj.py -usr/lib/python3.8/idlelib/debugobj_r.py -usr/lib/python3.8/idlelib/delegator.py -usr/lib/python3.8/idlelib/dynoption.py -usr/lib/python3.8/idlelib/editor.py -usr/lib/python3.8/idlelib/extend.txt -usr/lib/python3.8/idlelib/filelist.py -usr/lib/python3.8/idlelib/format.py -usr/lib/python3.8/idlelib/grep.py -usr/lib/python3.8/idlelib/help.html -usr/lib/python3.8/idlelib/help.py -usr/lib/python3.8/idlelib/help_about.py -usr/lib/python3.8/idlelib/history.py -usr/lib/python3.8/idlelib/hyperparser.py -usr/lib/python3.8/idlelib/idle.bat -usr/lib/python3.8/idlelib/idle.py -usr/lib/python3.8/idlelib/idle.pyw -usr/lib/python3.8/idlelib/idle_test -usr/lib/python3.8/idlelib/idle_test/README.txt -usr/lib/python3.8/idlelib/idle_test/__init__.py -usr/lib/python3.8/idlelib/idle_test/htest.py -usr/lib/python3.8/idlelib/idle_test/mock_idle.py -usr/lib/python3.8/idlelib/idle_test/mock_tk.py -usr/lib/python3.8/idlelib/idle_test/template.py -usr/lib/python3.8/idlelib/idle_test/test_autocomplete.py -usr/lib/python3.8/idlelib/idle_test/test_autocomplete_w.py -usr/lib/python3.8/idlelib/idle_test/test_autoexpand.py -usr/lib/python3.8/idlelib/idle_test/test_browser.py -usr/lib/python3.8/idlelib/idle_test/test_calltip.py -usr/lib/python3.8/idlelib/idle_test/test_calltip_w.py -usr/lib/python3.8/idlelib/idle_test/test_codecontext.py -usr/lib/python3.8/idlelib/idle_test/test_colorizer.py -usr/lib/python3.8/idlelib/idle_test/test_config.py -usr/lib/python3.8/idlelib/idle_test/test_config_key.py -usr/lib/python3.8/idlelib/idle_test/test_configdialog.py -usr/lib/python3.8/idlelib/idle_test/test_debugger.py -usr/lib/python3.8/idlelib/idle_test/test_debugger_r.py -usr/lib/python3.8/idlelib/idle_test/test_debugobj.py -usr/lib/python3.8/idlelib/idle_test/test_debugobj_r.py -usr/lib/python3.8/idlelib/idle_test/test_delegator.py -usr/lib/python3.8/idlelib/idle_test/test_editmenu.py -usr/lib/python3.8/idlelib/idle_test/test_editor.py -usr/lib/python3.8/idlelib/idle_test/test_filelist.py -usr/lib/python3.8/idlelib/idle_test/test_format.py -usr/lib/python3.8/idlelib/idle_test/test_grep.py -usr/lib/python3.8/idlelib/idle_test/test_help.py -usr/lib/python3.8/idlelib/idle_test/test_help_about.py -usr/lib/python3.8/idlelib/idle_test/test_history.py -usr/lib/python3.8/idlelib/idle_test/test_hyperparser.py -usr/lib/python3.8/idlelib/idle_test/test_iomenu.py -usr/lib/python3.8/idlelib/idle_test/test_macosx.py -usr/lib/python3.8/idlelib/idle_test/test_mainmenu.py -usr/lib/python3.8/idlelib/idle_test/test_multicall.py -usr/lib/python3.8/idlelib/idle_test/test_outwin.py -usr/lib/python3.8/idlelib/idle_test/test_parenmatch.py -usr/lib/python3.8/idlelib/idle_test/test_pathbrowser.py -usr/lib/python3.8/idlelib/idle_test/test_percolator.py -usr/lib/python3.8/idlelib/idle_test/test_pyparse.py -usr/lib/python3.8/idlelib/idle_test/test_pyshell.py -usr/lib/python3.8/idlelib/idle_test/test_query.py -usr/lib/python3.8/idlelib/idle_test/test_redirector.py -usr/lib/python3.8/idlelib/idle_test/test_replace.py -usr/lib/python3.8/idlelib/idle_test/test_rpc.py -usr/lib/python3.8/idlelib/idle_test/test_run.py -usr/lib/python3.8/idlelib/idle_test/test_runscript.py -usr/lib/python3.8/idlelib/idle_test/test_scrolledlist.py -usr/lib/python3.8/idlelib/idle_test/test_search.py -usr/lib/python3.8/idlelib/idle_test/test_searchbase.py -usr/lib/python3.8/idlelib/idle_test/test_searchengine.py -usr/lib/python3.8/idlelib/idle_test/test_sidebar.py -usr/lib/python3.8/idlelib/idle_test/test_squeezer.py -usr/lib/python3.8/idlelib/idle_test/test_stackviewer.py -usr/lib/python3.8/idlelib/idle_test/test_statusbar.py -usr/lib/python3.8/idlelib/idle_test/test_text.py -usr/lib/python3.8/idlelib/idle_test/test_textview.py -usr/lib/python3.8/idlelib/idle_test/test_tooltip.py -usr/lib/python3.8/idlelib/idle_test/test_tree.py -usr/lib/python3.8/idlelib/idle_test/test_undo.py -usr/lib/python3.8/idlelib/idle_test/test_warning.py -usr/lib/python3.8/idlelib/idle_test/test_window.py -usr/lib/python3.8/idlelib/idle_test/test_zoomheight.py -usr/lib/python3.8/idlelib/iomenu.py -usr/lib/python3.8/idlelib/macosx.py -usr/lib/python3.8/idlelib/mainmenu.py -usr/lib/python3.8/idlelib/multicall.py -usr/lib/python3.8/idlelib/outwin.py -usr/lib/python3.8/idlelib/parenmatch.py -usr/lib/python3.8/idlelib/pathbrowser.py -usr/lib/python3.8/idlelib/percolator.py -usr/lib/python3.8/idlelib/pyparse.py -usr/lib/python3.8/idlelib/pyshell.py -usr/lib/python3.8/idlelib/query.py -usr/lib/python3.8/idlelib/redirector.py -usr/lib/python3.8/idlelib/replace.py -usr/lib/python3.8/idlelib/rpc.py -usr/lib/python3.8/idlelib/run.py -usr/lib/python3.8/idlelib/runscript.py -usr/lib/python3.8/idlelib/scrolledlist.py -usr/lib/python3.8/idlelib/search.py -usr/lib/python3.8/idlelib/searchbase.py -usr/lib/python3.8/idlelib/searchengine.py -usr/lib/python3.8/idlelib/sidebar.py -usr/lib/python3.8/idlelib/squeezer.py -usr/lib/python3.8/idlelib/stackviewer.py -usr/lib/python3.8/idlelib/statusbar.py -usr/lib/python3.8/idlelib/textview.py -usr/lib/python3.8/idlelib/tooltip.py -usr/lib/python3.8/idlelib/tree.py -usr/lib/python3.8/idlelib/undo.py -usr/lib/python3.8/idlelib/window.py -usr/lib/python3.8/idlelib/zoomheight.py -usr/lib/python3.8/idlelib/zzdummy.py -usr/lib/python3.8/imaplib.py -usr/lib/python3.8/imghdr.py -usr/lib/python3.8/imp.py -#usr/lib/python3.8/importlib -usr/lib/python3.8/importlib/__init__.py -usr/lib/python3.8/importlib/_bootstrap.py -usr/lib/python3.8/importlib/_bootstrap_external.py -usr/lib/python3.8/importlib/abc.py -usr/lib/python3.8/importlib/machinery.py -usr/lib/python3.8/importlib/metadata.py -usr/lib/python3.8/importlib/resources.py -usr/lib/python3.8/importlib/util.py -usr/lib/python3.8/inspect.py -usr/lib/python3.8/io.py -usr/lib/python3.8/ipaddress.py -#usr/lib/python3.8/json -usr/lib/python3.8/json/__init__.py -usr/lib/python3.8/json/decoder.py -usr/lib/python3.8/json/encoder.py -usr/lib/python3.8/json/scanner.py -usr/lib/python3.8/json/tool.py -usr/lib/python3.8/keyword.py -#usr/lib/python3.8/lib-dynload -usr/lib/python3.8/lib-dynload/_asyncio.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_bisect.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_blake2.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_bz2.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_codecs_cn.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_codecs_hk.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_codecs_iso2022.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_codecs_jp.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_codecs_kr.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_codecs_tw.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_contextvars.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_crypt.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_csv.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_ctypes.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_ctypes_test.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_curses.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_curses_panel.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_datetime.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_dbm.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_decimal.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_elementtree.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_gdbm.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_hashlib.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_heapq.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_json.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_lsprof.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_lzma.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_md5.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_multibytecodec.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_multiprocessing.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_opcode.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_pickle.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_posixshmem.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_posixsubprocess.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_queue.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_random.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_sha1.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_sha256.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_sha3.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_sha512.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_socket.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_sqlite3.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_ssl.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_statistics.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_struct.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_testbuffer.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_testcapi.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_testimportmultiple.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_testinternalcapi.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_testmultiphase.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_uuid.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_xxsubinterpreters.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/_xxtestfuzz.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/array.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/audioop.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/binascii.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/cmath.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/fcntl.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/grp.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/math.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/mmap.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/ossaudiodev.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/parser.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/pyexpat.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/readline.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/resource.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/select.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/spwd.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/syslog.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/termios.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/unicodedata.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/xxlimited.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/lib-dynload/zlib.cpython-38-xxxMACHINExxx-linux-gnu.so -#usr/lib/python3.8/lib2to3 -usr/lib/python3.8/lib2to3/Grammar.txt -usr/lib/python3.8/lib2to3/Grammar3.8.7.final.0.pickle -usr/lib/python3.8/lib2to3/PatternGrammar.txt -usr/lib/python3.8/lib2to3/PatternGrammar3.8.7.final.0.pickle -usr/lib/python3.8/lib2to3/__init__.py -usr/lib/python3.8/lib2to3/__main__.py -usr/lib/python3.8/lib2to3/btm_matcher.py -usr/lib/python3.8/lib2to3/btm_utils.py -usr/lib/python3.8/lib2to3/fixer_base.py -usr/lib/python3.8/lib2to3/fixer_util.py -#usr/lib/python3.8/lib2to3/fixes -usr/lib/python3.8/lib2to3/fixes/__init__.py -usr/lib/python3.8/lib2to3/fixes/fix_apply.py -usr/lib/python3.8/lib2to3/fixes/fix_asserts.py -usr/lib/python3.8/lib2to3/fixes/fix_basestring.py -usr/lib/python3.8/lib2to3/fixes/fix_buffer.py -usr/lib/python3.8/lib2to3/fixes/fix_dict.py -usr/lib/python3.8/lib2to3/fixes/fix_except.py -usr/lib/python3.8/lib2to3/fixes/fix_exec.py -usr/lib/python3.8/lib2to3/fixes/fix_execfile.py -usr/lib/python3.8/lib2to3/fixes/fix_exitfunc.py -usr/lib/python3.8/lib2to3/fixes/fix_filter.py -usr/lib/python3.8/lib2to3/fixes/fix_funcattrs.py -usr/lib/python3.8/lib2to3/fixes/fix_future.py -usr/lib/python3.8/lib2to3/fixes/fix_getcwdu.py -usr/lib/python3.8/lib2to3/fixes/fix_has_key.py -usr/lib/python3.8/lib2to3/fixes/fix_idioms.py -usr/lib/python3.8/lib2to3/fixes/fix_import.py -usr/lib/python3.8/lib2to3/fixes/fix_imports.py -usr/lib/python3.8/lib2to3/fixes/fix_imports2.py -usr/lib/python3.8/lib2to3/fixes/fix_input.py -usr/lib/python3.8/lib2to3/fixes/fix_intern.py -usr/lib/python3.8/lib2to3/fixes/fix_isinstance.py -usr/lib/python3.8/lib2to3/fixes/fix_itertools.py -usr/lib/python3.8/lib2to3/fixes/fix_itertools_imports.py -usr/lib/python3.8/lib2to3/fixes/fix_long.py -usr/lib/python3.8/lib2to3/fixes/fix_map.py -usr/lib/python3.8/lib2to3/fixes/fix_metaclass.py -usr/lib/python3.8/lib2to3/fixes/fix_methodattrs.py -usr/lib/python3.8/lib2to3/fixes/fix_ne.py -usr/lib/python3.8/lib2to3/fixes/fix_next.py -usr/lib/python3.8/lib2to3/fixes/fix_nonzero.py -usr/lib/python3.8/lib2to3/fixes/fix_numliterals.py -usr/lib/python3.8/lib2to3/fixes/fix_operator.py -usr/lib/python3.8/lib2to3/fixes/fix_paren.py -usr/lib/python3.8/lib2to3/fixes/fix_print.py -usr/lib/python3.8/lib2to3/fixes/fix_raise.py -usr/lib/python3.8/lib2to3/fixes/fix_raw_input.py -usr/lib/python3.8/lib2to3/fixes/fix_reduce.py -usr/lib/python3.8/lib2to3/fixes/fix_reload.py -usr/lib/python3.8/lib2to3/fixes/fix_renames.py -usr/lib/python3.8/lib2to3/fixes/fix_repr.py -usr/lib/python3.8/lib2to3/fixes/fix_set_literal.py -usr/lib/python3.8/lib2to3/fixes/fix_standarderror.py -usr/lib/python3.8/lib2to3/fixes/fix_sys_exc.py -usr/lib/python3.8/lib2to3/fixes/fix_throw.py -usr/lib/python3.8/lib2to3/fixes/fix_tuple_params.py -usr/lib/python3.8/lib2to3/fixes/fix_types.py -usr/lib/python3.8/lib2to3/fixes/fix_unicode.py -usr/lib/python3.8/lib2to3/fixes/fix_urllib.py -usr/lib/python3.8/lib2to3/fixes/fix_ws_comma.py -usr/lib/python3.8/lib2to3/fixes/fix_xrange.py -usr/lib/python3.8/lib2to3/fixes/fix_xreadlines.py -usr/lib/python3.8/lib2to3/fixes/fix_zip.py -usr/lib/python3.8/lib2to3/main.py -usr/lib/python3.8/lib2to3/patcomp.py -#usr/lib/python3.8/lib2to3/pgen2 -usr/lib/python3.8/lib2to3/pgen2/__init__.py -usr/lib/python3.8/lib2to3/pgen2/conv.py -usr/lib/python3.8/lib2to3/pgen2/driver.py -usr/lib/python3.8/lib2to3/pgen2/grammar.py -usr/lib/python3.8/lib2to3/pgen2/literals.py -usr/lib/python3.8/lib2to3/pgen2/parse.py -usr/lib/python3.8/lib2to3/pgen2/pgen.py -usr/lib/python3.8/lib2to3/pgen2/token.py -usr/lib/python3.8/lib2to3/pgen2/tokenize.py -usr/lib/python3.8/lib2to3/pygram.py -usr/lib/python3.8/lib2to3/pytree.py -usr/lib/python3.8/lib2to3/refactor.py -usr/lib/python3.8/lib2to3/tests -usr/lib/python3.8/lib2to3/tests/__init__.py -usr/lib/python3.8/lib2to3/tests/__main__.py -usr/lib/python3.8/lib2to3/tests/data -usr/lib/python3.8/lib2to3/tests/data/README -usr/lib/python3.8/lib2to3/tests/data/bom.py -usr/lib/python3.8/lib2to3/tests/data/crlf.py -usr/lib/python3.8/lib2to3/tests/data/different_encoding.py -usr/lib/python3.8/lib2to3/tests/data/false_encoding.py -usr/lib/python3.8/lib2to3/tests/data/fixers -usr/lib/python3.8/lib2to3/tests/data/fixers/bad_order.py -usr/lib/python3.8/lib2to3/tests/data/fixers/myfixes -usr/lib/python3.8/lib2to3/tests/data/fixers/myfixes/__init__.py -usr/lib/python3.8/lib2to3/tests/data/fixers/myfixes/fix_explicit.py -usr/lib/python3.8/lib2to3/tests/data/fixers/myfixes/fix_first.py -usr/lib/python3.8/lib2to3/tests/data/fixers/myfixes/fix_last.py -usr/lib/python3.8/lib2to3/tests/data/fixers/myfixes/fix_parrot.py -usr/lib/python3.8/lib2to3/tests/data/fixers/myfixes/fix_preorder.py -usr/lib/python3.8/lib2to3/tests/data/fixers/no_fixer_cls.py -usr/lib/python3.8/lib2to3/tests/data/fixers/parrot_example.py -usr/lib/python3.8/lib2to3/tests/data/infinite_recursion.py -usr/lib/python3.8/lib2to3/tests/data/py2_test_grammar.py -usr/lib/python3.8/lib2to3/tests/data/py3_test_grammar.py -usr/lib/python3.8/lib2to3/tests/pytree_idempotency.py -usr/lib/python3.8/lib2to3/tests/support.py -usr/lib/python3.8/lib2to3/tests/test_all_fixers.py -usr/lib/python3.8/lib2to3/tests/test_fixers.py -usr/lib/python3.8/lib2to3/tests/test_main.py -usr/lib/python3.8/lib2to3/tests/test_parser.py -usr/lib/python3.8/lib2to3/tests/test_pytree.py -usr/lib/python3.8/lib2to3/tests/test_refactor.py -usr/lib/python3.8/lib2to3/tests/test_util.py -usr/lib/python3.8/linecache.py -usr/lib/python3.8/locale.py -#usr/lib/python3.8/logging -usr/lib/python3.8/logging/__init__.py -usr/lib/python3.8/logging/config.py -usr/lib/python3.8/logging/handlers.py -usr/lib/python3.8/lzma.py -usr/lib/python3.8/mailbox.py -usr/lib/python3.8/mailcap.py -usr/lib/python3.8/mimetypes.py -usr/lib/python3.8/modulefinder.py -#usr/lib/python3.8/multiprocessing -usr/lib/python3.8/multiprocessing/__init__.py -usr/lib/python3.8/multiprocessing/connection.py -usr/lib/python3.8/multiprocessing/context.py -#usr/lib/python3.8/multiprocessing/dummy -usr/lib/python3.8/multiprocessing/dummy/__init__.py -usr/lib/python3.8/multiprocessing/dummy/connection.py -usr/lib/python3.8/multiprocessing/forkserver.py -usr/lib/python3.8/multiprocessing/heap.py -usr/lib/python3.8/multiprocessing/managers.py -usr/lib/python3.8/multiprocessing/pool.py -usr/lib/python3.8/multiprocessing/popen_fork.py -usr/lib/python3.8/multiprocessing/popen_forkserver.py -usr/lib/python3.8/multiprocessing/popen_spawn_posix.py -usr/lib/python3.8/multiprocessing/popen_spawn_win32.py -usr/lib/python3.8/multiprocessing/process.py -usr/lib/python3.8/multiprocessing/queues.py -usr/lib/python3.8/multiprocessing/reduction.py -usr/lib/python3.8/multiprocessing/resource_sharer.py -usr/lib/python3.8/multiprocessing/resource_tracker.py -usr/lib/python3.8/multiprocessing/shared_memory.py -usr/lib/python3.8/multiprocessing/sharedctypes.py -usr/lib/python3.8/multiprocessing/spawn.py -usr/lib/python3.8/multiprocessing/synchronize.py -usr/lib/python3.8/multiprocessing/util.py -usr/lib/python3.8/netrc.py -usr/lib/python3.8/nntplib.py -usr/lib/python3.8/ntpath.py -usr/lib/python3.8/nturl2path.py -usr/lib/python3.8/numbers.py -usr/lib/python3.8/opcode.py -usr/lib/python3.8/operator.py -usr/lib/python3.8/optparse.py -usr/lib/python3.8/os.py -usr/lib/python3.8/pathlib.py -usr/lib/python3.8/pdb.py -usr/lib/python3.8/pickle.py -usr/lib/python3.8/pickletools.py -usr/lib/python3.8/pipes.py -usr/lib/python3.8/pkgutil.py -usr/lib/python3.8/platform.py -usr/lib/python3.8/plistlib.py -usr/lib/python3.8/poplib.py -usr/lib/python3.8/posixpath.py -usr/lib/python3.8/pprint.py -usr/lib/python3.8/profile.py -usr/lib/python3.8/pstats.py -usr/lib/python3.8/pty.py -usr/lib/python3.8/py_compile.py -usr/lib/python3.8/pyclbr.py -usr/lib/python3.8/pydoc.py -#usr/lib/python3.8/pydoc_data -usr/lib/python3.8/pydoc_data/__init__.py -usr/lib/python3.8/pydoc_data/_pydoc.css -usr/lib/python3.8/pydoc_data/topics.py -usr/lib/python3.8/queue.py -usr/lib/python3.8/quopri.py -usr/lib/python3.8/random.py -usr/lib/python3.8/re.py -usr/lib/python3.8/reprlib.py -usr/lib/python3.8/rlcompleter.py -usr/lib/python3.8/runpy.py -usr/lib/python3.8/sched.py -usr/lib/python3.8/secrets.py -usr/lib/python3.8/selectors.py -usr/lib/python3.8/shelve.py -usr/lib/python3.8/shlex.py -usr/lib/python3.8/shutil.py -usr/lib/python3.8/signal.py -#usr/lib/python3.8/site-packages -usr/lib/python3.8/site-packages/README.txt -usr/lib/python3.8/site-packages/easy_install.py -#usr/lib/python3.8/site-packages/pip -usr/lib/python3.8/site-packages/pip-20.2.3.dist-info -usr/lib/python3.8/site-packages/pip-20.2.3.dist-info/INSTALLER -usr/lib/python3.8/site-packages/pip-20.2.3.dist-info/LICENSE.txt -usr/lib/python3.8/site-packages/pip-20.2.3.dist-info/METADATA -usr/lib/python3.8/site-packages/pip-20.2.3.dist-info/RECORD -usr/lib/python3.8/site-packages/pip-20.2.3.dist-info/REQUESTED -usr/lib/python3.8/site-packages/pip-20.2.3.dist-info/WHEEL -usr/lib/python3.8/site-packages/pip-20.2.3.dist-info/entry_points.txt -usr/lib/python3.8/site-packages/pip-20.2.3.dist-info/top_level.txt -usr/lib/python3.8/site-packages/pip/__init__.py -usr/lib/python3.8/site-packages/pip/__main__.py -#usr/lib/python3.8/site-packages/pip/_internal -usr/lib/python3.8/site-packages/pip/_internal/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/build_env.py -usr/lib/python3.8/site-packages/pip/_internal/cache.py -#usr/lib/python3.8/site-packages/pip/_internal/cli -usr/lib/python3.8/site-packages/pip/_internal/cli/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/cli/autocompletion.py -usr/lib/python3.8/site-packages/pip/_internal/cli/base_command.py -usr/lib/python3.8/site-packages/pip/_internal/cli/cmdoptions.py -usr/lib/python3.8/site-packages/pip/_internal/cli/command_context.py -usr/lib/python3.8/site-packages/pip/_internal/cli/main.py -usr/lib/python3.8/site-packages/pip/_internal/cli/main_parser.py -usr/lib/python3.8/site-packages/pip/_internal/cli/parser.py -usr/lib/python3.8/site-packages/pip/_internal/cli/progress_bars.py -usr/lib/python3.8/site-packages/pip/_internal/cli/req_command.py -usr/lib/python3.8/site-packages/pip/_internal/cli/spinners.py -usr/lib/python3.8/site-packages/pip/_internal/cli/status_codes.py -#usr/lib/python3.8/site-packages/pip/_internal/commands -usr/lib/python3.8/site-packages/pip/_internal/commands/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/commands/cache.py -usr/lib/python3.8/site-packages/pip/_internal/commands/check.py -usr/lib/python3.8/site-packages/pip/_internal/commands/completion.py -usr/lib/python3.8/site-packages/pip/_internal/commands/configuration.py -usr/lib/python3.8/site-packages/pip/_internal/commands/debug.py -usr/lib/python3.8/site-packages/pip/_internal/commands/download.py -usr/lib/python3.8/site-packages/pip/_internal/commands/freeze.py -usr/lib/python3.8/site-packages/pip/_internal/commands/hash.py -usr/lib/python3.8/site-packages/pip/_internal/commands/help.py -usr/lib/python3.8/site-packages/pip/_internal/commands/install.py -usr/lib/python3.8/site-packages/pip/_internal/commands/list.py -usr/lib/python3.8/site-packages/pip/_internal/commands/search.py -usr/lib/python3.8/site-packages/pip/_internal/commands/show.py -usr/lib/python3.8/site-packages/pip/_internal/commands/uninstall.py -usr/lib/python3.8/site-packages/pip/_internal/commands/wheel.py -usr/lib/python3.8/site-packages/pip/_internal/configuration.py -#usr/lib/python3.8/site-packages/pip/_internal/distributions -usr/lib/python3.8/site-packages/pip/_internal/distributions/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/distributions/base.py -usr/lib/python3.8/site-packages/pip/_internal/distributions/installed.py -usr/lib/python3.8/site-packages/pip/_internal/distributions/sdist.py -usr/lib/python3.8/site-packages/pip/_internal/distributions/wheel.py -usr/lib/python3.8/site-packages/pip/_internal/exceptions.py -usr/lib/python3.8/site-packages/pip/_internal/index -usr/lib/python3.8/site-packages/pip/_internal/index/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/index/collector.py -usr/lib/python3.8/site-packages/pip/_internal/index/package_finder.py -usr/lib/python3.8/site-packages/pip/_internal/locations.py -usr/lib/python3.8/site-packages/pip/_internal/main.py -#usr/lib/python3.8/site-packages/pip/_internal/models -usr/lib/python3.8/site-packages/pip/_internal/models/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/models/candidate.py -usr/lib/python3.8/site-packages/pip/_internal/models/direct_url.py -usr/lib/python3.8/site-packages/pip/_internal/models/format_control.py -usr/lib/python3.8/site-packages/pip/_internal/models/index.py -usr/lib/python3.8/site-packages/pip/_internal/models/link.py -usr/lib/python3.8/site-packages/pip/_internal/models/scheme.py -usr/lib/python3.8/site-packages/pip/_internal/models/search_scope.py -usr/lib/python3.8/site-packages/pip/_internal/models/selection_prefs.py -usr/lib/python3.8/site-packages/pip/_internal/models/target_python.py -usr/lib/python3.8/site-packages/pip/_internal/models/wheel.py -usr/lib/python3.8/site-packages/pip/_internal/network -usr/lib/python3.8/site-packages/pip/_internal/network/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/network/auth.py -usr/lib/python3.8/site-packages/pip/_internal/network/cache.py -usr/lib/python3.8/site-packages/pip/_internal/network/download.py -usr/lib/python3.8/site-packages/pip/_internal/network/lazy_wheel.py -usr/lib/python3.8/site-packages/pip/_internal/network/session.py -usr/lib/python3.8/site-packages/pip/_internal/network/utils.py -usr/lib/python3.8/site-packages/pip/_internal/network/xmlrpc.py -#usr/lib/python3.8/site-packages/pip/_internal/operations -usr/lib/python3.8/site-packages/pip/_internal/operations/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/operations/build -usr/lib/python3.8/site-packages/pip/_internal/operations/build/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/operations/build/metadata.py -usr/lib/python3.8/site-packages/pip/_internal/operations/build/metadata_legacy.py -usr/lib/python3.8/site-packages/pip/_internal/operations/build/wheel.py -usr/lib/python3.8/site-packages/pip/_internal/operations/build/wheel_legacy.py -usr/lib/python3.8/site-packages/pip/_internal/operations/check.py -usr/lib/python3.8/site-packages/pip/_internal/operations/freeze.py -usr/lib/python3.8/site-packages/pip/_internal/operations/install -usr/lib/python3.8/site-packages/pip/_internal/operations/install/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/operations/install/editable_legacy.py -usr/lib/python3.8/site-packages/pip/_internal/operations/install/legacy.py -usr/lib/python3.8/site-packages/pip/_internal/operations/install/wheel.py -usr/lib/python3.8/site-packages/pip/_internal/operations/prepare.py -usr/lib/python3.8/site-packages/pip/_internal/pyproject.py -#usr/lib/python3.8/site-packages/pip/_internal/req -usr/lib/python3.8/site-packages/pip/_internal/req/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/req/constructors.py -usr/lib/python3.8/site-packages/pip/_internal/req/req_file.py -usr/lib/python3.8/site-packages/pip/_internal/req/req_install.py -usr/lib/python3.8/site-packages/pip/_internal/req/req_set.py -usr/lib/python3.8/site-packages/pip/_internal/req/req_tracker.py -usr/lib/python3.8/site-packages/pip/_internal/req/req_uninstall.py -usr/lib/python3.8/site-packages/pip/_internal/resolution -usr/lib/python3.8/site-packages/pip/_internal/resolution/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/base.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/legacy -usr/lib/python3.8/site-packages/pip/_internal/resolution/legacy/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/legacy/resolver.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib -usr/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/base.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/candidates.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/factory.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/provider.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/requirements.py -usr/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py -usr/lib/python3.8/site-packages/pip/_internal/self_outdated_check.py -#usr/lib/python3.8/site-packages/pip/_internal/utils -usr/lib/python3.8/site-packages/pip/_internal/utils/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/utils/appdirs.py -usr/lib/python3.8/site-packages/pip/_internal/utils/compat.py -usr/lib/python3.8/site-packages/pip/_internal/utils/compatibility_tags.py -usr/lib/python3.8/site-packages/pip/_internal/utils/datetime.py -usr/lib/python3.8/site-packages/pip/_internal/utils/deprecation.py -usr/lib/python3.8/site-packages/pip/_internal/utils/direct_url_helpers.py -usr/lib/python3.8/site-packages/pip/_internal/utils/distutils_args.py -usr/lib/python3.8/site-packages/pip/_internal/utils/encoding.py -usr/lib/python3.8/site-packages/pip/_internal/utils/entrypoints.py -usr/lib/python3.8/site-packages/pip/_internal/utils/filesystem.py -usr/lib/python3.8/site-packages/pip/_internal/utils/filetypes.py -usr/lib/python3.8/site-packages/pip/_internal/utils/glibc.py -usr/lib/python3.8/site-packages/pip/_internal/utils/hashes.py -usr/lib/python3.8/site-packages/pip/_internal/utils/inject_securetransport.py -usr/lib/python3.8/site-packages/pip/_internal/utils/logging.py -usr/lib/python3.8/site-packages/pip/_internal/utils/misc.py -usr/lib/python3.8/site-packages/pip/_internal/utils/models.py -usr/lib/python3.8/site-packages/pip/_internal/utils/packaging.py -usr/lib/python3.8/site-packages/pip/_internal/utils/parallel.py -usr/lib/python3.8/site-packages/pip/_internal/utils/pkg_resources.py -usr/lib/python3.8/site-packages/pip/_internal/utils/setuptools_build.py -usr/lib/python3.8/site-packages/pip/_internal/utils/subprocess.py -usr/lib/python3.8/site-packages/pip/_internal/utils/temp_dir.py -usr/lib/python3.8/site-packages/pip/_internal/utils/typing.py -usr/lib/python3.8/site-packages/pip/_internal/utils/unpacking.py -usr/lib/python3.8/site-packages/pip/_internal/utils/urls.py -usr/lib/python3.8/site-packages/pip/_internal/utils/virtualenv.py -usr/lib/python3.8/site-packages/pip/_internal/utils/wheel.py -#usr/lib/python3.8/site-packages/pip/_internal/vcs -usr/lib/python3.8/site-packages/pip/_internal/vcs/__init__.py -usr/lib/python3.8/site-packages/pip/_internal/vcs/bazaar.py -usr/lib/python3.8/site-packages/pip/_internal/vcs/git.py -usr/lib/python3.8/site-packages/pip/_internal/vcs/mercurial.py -usr/lib/python3.8/site-packages/pip/_internal/vcs/subversion.py -usr/lib/python3.8/site-packages/pip/_internal/vcs/versioncontrol.py -usr/lib/python3.8/site-packages/pip/_internal/wheel_builder.py -usr/lib/python3.8/site-packages/pip/_vendor -usr/lib/python3.8/site-packages/pip/_vendor/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/appdirs.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/_cmd.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/adapter.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/cache.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/compat.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/controller.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/filewrapper.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/heuristics.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/serialize.py -usr/lib/python3.8/site-packages/pip/_vendor/cachecontrol/wrapper.py -#usr/lib/python3.8/site-packages/pip/_vendor/certifi -usr/lib/python3.8/site-packages/pip/_vendor/certifi/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/certifi/__main__.py -usr/lib/python3.8/site-packages/pip/_vendor/certifi/cacert.pem -usr/lib/python3.8/site-packages/pip/_vendor/certifi/core.py -#usr/lib/python3.8/site-packages/pip/_vendor/chardet -usr/lib/python3.8/site-packages/pip/_vendor/chardet/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/big5freq.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/big5prober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/chardistribution.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/charsetgroupprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/charsetprober.py -#usr/lib/python3.8/site-packages/pip/_vendor/chardet/cli -usr/lib/python3.8/site-packages/pip/_vendor/chardet/cli/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/cli/chardetect.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/codingstatemachine.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/compat.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/cp949prober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/enums.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/escprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/escsm.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/eucjpprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/euckrfreq.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/euckrprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/euctwfreq.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/euctwprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/gb2312freq.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/gb2312prober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/hebrewprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/jisfreq.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/jpcntx.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/langbulgarianmodel.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/langcyrillicmodel.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/langgreekmodel.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/langhebrewmodel.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/langhungarianmodel.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/langthaimodel.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/langturkishmodel.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/latin1prober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/mbcharsetprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/mbcsgroupprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/mbcssm.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/sbcharsetprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/sbcsgroupprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/sjisprober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/universaldetector.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/utf8prober.py -usr/lib/python3.8/site-packages/pip/_vendor/chardet/version.py -#usr/lib/python3.8/site-packages/pip/_vendor/colorama -usr/lib/python3.8/site-packages/pip/_vendor/colorama/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/colorama/ansi.py -usr/lib/python3.8/site-packages/pip/_vendor/colorama/ansitowin32.py -usr/lib/python3.8/site-packages/pip/_vendor/colorama/initialise.py -usr/lib/python3.8/site-packages/pip/_vendor/colorama/win32.py -usr/lib/python3.8/site-packages/pip/_vendor/colorama/winterm.py -usr/lib/python3.8/site-packages/pip/_vendor/contextlib2.py -#usr/lib/python3.8/site-packages/pip/_vendor/distlib -usr/lib/python3.8/site-packages/pip/_vendor/distlib/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/_backport -usr/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/misc.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/shutil.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg -usr/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/sysconfig.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/_backport/tarfile.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/compat.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/database.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/index.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/locators.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/manifest.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/markers.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/metadata.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/resources.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/scripts.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/t32.exe -usr/lib/python3.8/site-packages/pip/_vendor/distlib/t64.exe -usr/lib/python3.8/site-packages/pip/_vendor/distlib/util.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/version.py -usr/lib/python3.8/site-packages/pip/_vendor/distlib/w32.exe -usr/lib/python3.8/site-packages/pip/_vendor/distlib/w64.exe -usr/lib/python3.8/site-packages/pip/_vendor/distlib/wheel.py -usr/lib/python3.8/site-packages/pip/_vendor/distro.py -#usr/lib/python3.8/site-packages/pip/_vendor/html5lib -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/_ihatexml.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/_inputstream.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/_tokenizer.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/_base.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/py.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/_utils.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/constants.py -#usr/lib/python3.8/site-packages/pip/_vendor/html5lib/filters -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/base.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/lint.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/optionaltags.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/sanitizer.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/filters/whitespace.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/html5parser.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/serializer.py -#usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treeadapters/sax.py -#usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/base.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/dom.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/etree.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py -#usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/base.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/dom.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/etree.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py -usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py -#usr/lib/python3.8/site-packages/pip/_vendor/idna -usr/lib/python3.8/site-packages/pip/_vendor/idna/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/idna/codec.py -usr/lib/python3.8/site-packages/pip/_vendor/idna/compat.py -usr/lib/python3.8/site-packages/pip/_vendor/idna/core.py -usr/lib/python3.8/site-packages/pip/_vendor/idna/idnadata.py -usr/lib/python3.8/site-packages/pip/_vendor/idna/intranges.py -usr/lib/python3.8/site-packages/pip/_vendor/idna/package_data.py -usr/lib/python3.8/site-packages/pip/_vendor/idna/uts46data.py -usr/lib/python3.8/site-packages/pip/_vendor/ipaddress.py -#usr/lib/python3.8/site-packages/pip/_vendor/msgpack -usr/lib/python3.8/site-packages/pip/_vendor/msgpack/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/msgpack/_version.py -usr/lib/python3.8/site-packages/pip/_vendor/msgpack/exceptions.py -usr/lib/python3.8/site-packages/pip/_vendor/msgpack/ext.py -usr/lib/python3.8/site-packages/pip/_vendor/msgpack/fallback.py -#usr/lib/python3.8/site-packages/pip/_vendor/packaging -usr/lib/python3.8/site-packages/pip/_vendor/packaging/__about__.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/_compat.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/_structures.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/_typing.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/markers.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/requirements.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/specifiers.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/tags.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/utils.py -usr/lib/python3.8/site-packages/pip/_vendor/packaging/version.py -#usr/lib/python3.8/site-packages/pip/_vendor/pep517 -usr/lib/python3.8/site-packages/pip/_vendor/pep517/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py -usr/lib/python3.8/site-packages/pip/_vendor/pep517/build.py -usr/lib/python3.8/site-packages/pip/_vendor/pep517/check.py -usr/lib/python3.8/site-packages/pip/_vendor/pep517/colorlog.py -usr/lib/python3.8/site-packages/pip/_vendor/pep517/compat.py -usr/lib/python3.8/site-packages/pip/_vendor/pep517/dirtools.py -usr/lib/python3.8/site-packages/pip/_vendor/pep517/envbuild.py -usr/lib/python3.8/site-packages/pip/_vendor/pep517/meta.py -usr/lib/python3.8/site-packages/pip/_vendor/pep517/wrappers.py -#usr/lib/python3.8/site-packages/pip/_vendor/pkg_resources -usr/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/pkg_resources/py31compat.py -#usr/lib/python3.8/site-packages/pip/_vendor/progress -usr/lib/python3.8/site-packages/pip/_vendor/progress/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/progress/bar.py -usr/lib/python3.8/site-packages/pip/_vendor/progress/counter.py -usr/lib/python3.8/site-packages/pip/_vendor/progress/spinner.py -usr/lib/python3.8/site-packages/pip/_vendor/pyparsing.py -#usr/lib/python3.8/site-packages/pip/_vendor/requests -usr/lib/python3.8/site-packages/pip/_vendor/requests/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/__version__.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/_internal_utils.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/adapters.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/api.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/auth.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/certs.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/compat.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/cookies.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/exceptions.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/help.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/hooks.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/models.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/packages.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/sessions.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/status_codes.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/structures.py -usr/lib/python3.8/site-packages/pip/_vendor/requests/utils.py -usr/lib/python3.8/site-packages/pip/_vendor/resolvelib -usr/lib/python3.8/site-packages/pip/_vendor/resolvelib/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/resolvelib/compat -usr/lib/python3.8/site-packages/pip/_vendor/resolvelib/compat/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py -usr/lib/python3.8/site-packages/pip/_vendor/resolvelib/providers.py -usr/lib/python3.8/site-packages/pip/_vendor/resolvelib/reporters.py -usr/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py -usr/lib/python3.8/site-packages/pip/_vendor/resolvelib/structs.py -usr/lib/python3.8/site-packages/pip/_vendor/retrying.py -usr/lib/python3.8/site-packages/pip/_vendor/six.py -usr/lib/python3.8/site-packages/pip/_vendor/toml -usr/lib/python3.8/site-packages/pip/_vendor/toml/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/toml/common.py -usr/lib/python3.8/site-packages/pip/_vendor/toml/decoder.py -usr/lib/python3.8/site-packages/pip/_vendor/toml/encoder.py -usr/lib/python3.8/site-packages/pip/_vendor/toml/ordered.py -usr/lib/python3.8/site-packages/pip/_vendor/toml/tz.py -#usr/lib/python3.8/site-packages/pip/_vendor/urllib3 -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/_collections.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/connection.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/connectionpool.py -#usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py -#usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/appengine.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/securetransport.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/contrib/socks.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/exceptions.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/fields.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/filepost.py -#usr/lib/python3.8/site-packages/pip/_vendor/urllib3/packages -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/six.py -#usr/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/poolmanager.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/request.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/response.py -#usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/connection.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/queue.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/request.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/response.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/retry.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/ssl_.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/timeout.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/url.py -usr/lib/python3.8/site-packages/pip/_vendor/urllib3/util/wait.py -usr/lib/python3.8/site-packages/pip/_vendor/vendor.txt -#usr/lib/python3.8/site-packages/pip/_vendor/webencodings -usr/lib/python3.8/site-packages/pip/_vendor/webencodings/__init__.py -usr/lib/python3.8/site-packages/pip/_vendor/webencodings/labels.py -usr/lib/python3.8/site-packages/pip/_vendor/webencodings/mklabels.py -usr/lib/python3.8/site-packages/pip/_vendor/webencodings/tests.py -usr/lib/python3.8/site-packages/pip/_vendor/webencodings/x_user_defined.py -#usr/lib/python3.8/site-packages/pkg_resources -usr/lib/python3.8/site-packages/pkg_resources/__init__.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor -usr/lib/python3.8/site-packages/pkg_resources/_vendor/__init__.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/appdirs.py -#usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__about__.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__init__.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_compat.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_structures.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/markers.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/requirements.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/specifiers.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/tags.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/utils.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/version.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/pyparsing.py -usr/lib/python3.8/site-packages/pkg_resources/_vendor/six.py -usr/lib/python3.8/site-packages/pkg_resources/extern -usr/lib/python3.8/site-packages/pkg_resources/extern/__init__.py -#usr/lib/python3.8/site-packages/setuptools -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/INSTALLER -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/LICENSE -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/METADATA -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/RECORD -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/REQUESTED -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/WHEEL -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/dependency_links.txt -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/entry_points.txt -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/top_level.txt -usr/lib/python3.8/site-packages/setuptools-49.2.1.dist-info/zip-safe -usr/lib/python3.8/site-packages/setuptools/__init__.py -usr/lib/python3.8/site-packages/setuptools/_deprecation_warning.py -usr/lib/python3.8/site-packages/setuptools/_distutils -usr/lib/python3.8/site-packages/setuptools/_distutils/__init__.py -usr/lib/python3.8/site-packages/setuptools/_distutils/_msvccompiler.py -usr/lib/python3.8/site-packages/setuptools/_distutils/archive_util.py -usr/lib/python3.8/site-packages/setuptools/_distutils/bcppcompiler.py -usr/lib/python3.8/site-packages/setuptools/_distutils/ccompiler.py -usr/lib/python3.8/site-packages/setuptools/_distutils/cmd.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command -usr/lib/python3.8/site-packages/setuptools/_distutils/command/__init__.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/bdist.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_dumb.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_msi.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_rpm.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/bdist_wininst.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/build.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/build_clib.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/build_py.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/build_scripts.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/check.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/clean.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/config.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/install.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/install_data.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/install_egg_info.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/install_headers.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/install_lib.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/install_scripts.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/register.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/sdist.py -usr/lib/python3.8/site-packages/setuptools/_distutils/command/upload.py -usr/lib/python3.8/site-packages/setuptools/_distutils/config.py -usr/lib/python3.8/site-packages/setuptools/_distutils/core.py -usr/lib/python3.8/site-packages/setuptools/_distutils/cygwinccompiler.py -usr/lib/python3.8/site-packages/setuptools/_distutils/debug.py -usr/lib/python3.8/site-packages/setuptools/_distutils/dep_util.py -usr/lib/python3.8/site-packages/setuptools/_distutils/dir_util.py -usr/lib/python3.8/site-packages/setuptools/_distutils/dist.py -usr/lib/python3.8/site-packages/setuptools/_distutils/errors.py -usr/lib/python3.8/site-packages/setuptools/_distutils/extension.py -usr/lib/python3.8/site-packages/setuptools/_distutils/fancy_getopt.py -usr/lib/python3.8/site-packages/setuptools/_distutils/file_util.py -usr/lib/python3.8/site-packages/setuptools/_distutils/filelist.py -usr/lib/python3.8/site-packages/setuptools/_distutils/log.py -usr/lib/python3.8/site-packages/setuptools/_distutils/msvc9compiler.py -usr/lib/python3.8/site-packages/setuptools/_distutils/msvccompiler.py -usr/lib/python3.8/site-packages/setuptools/_distutils/spawn.py -usr/lib/python3.8/site-packages/setuptools/_distutils/sysconfig.py -usr/lib/python3.8/site-packages/setuptools/_distutils/text_file.py -usr/lib/python3.8/site-packages/setuptools/_distutils/unixccompiler.py -usr/lib/python3.8/site-packages/setuptools/_distutils/util.py -usr/lib/python3.8/site-packages/setuptools/_distutils/version.py -usr/lib/python3.8/site-packages/setuptools/_distutils/versionpredicate.py -usr/lib/python3.8/site-packages/setuptools/_imp.py -#usr/lib/python3.8/site-packages/setuptools/_vendor -usr/lib/python3.8/site-packages/setuptools/_vendor/__init__.py -usr/lib/python3.8/site-packages/setuptools/_vendor/ordered_set.py -#usr/lib/python3.8/site-packages/setuptools/_vendor/packaging -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/__about__.py -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/__init__.py -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/_compat.py -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/_structures.py -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/markers.py -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/requirements.py -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/specifiers.py -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/tags.py -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/utils.py -usr/lib/python3.8/site-packages/setuptools/_vendor/packaging/version.py -usr/lib/python3.8/site-packages/setuptools/_vendor/pyparsing.py -usr/lib/python3.8/site-packages/setuptools/_vendor/six.py -usr/lib/python3.8/site-packages/setuptools/archive_util.py -usr/lib/python3.8/site-packages/setuptools/build_meta.py -usr/lib/python3.8/site-packages/setuptools/cli-32.exe -usr/lib/python3.8/site-packages/setuptools/cli-64.exe -usr/lib/python3.8/site-packages/setuptools/cli.exe -#usr/lib/python3.8/site-packages/setuptools/command -usr/lib/python3.8/site-packages/setuptools/command/__init__.py -usr/lib/python3.8/site-packages/setuptools/command/alias.py -usr/lib/python3.8/site-packages/setuptools/command/bdist_egg.py -usr/lib/python3.8/site-packages/setuptools/command/bdist_rpm.py -usr/lib/python3.8/site-packages/setuptools/command/bdist_wininst.py -usr/lib/python3.8/site-packages/setuptools/command/build_clib.py -usr/lib/python3.8/site-packages/setuptools/command/build_ext.py -usr/lib/python3.8/site-packages/setuptools/command/build_py.py -usr/lib/python3.8/site-packages/setuptools/command/develop.py -usr/lib/python3.8/site-packages/setuptools/command/dist_info.py -usr/lib/python3.8/site-packages/setuptools/command/easy_install.py -usr/lib/python3.8/site-packages/setuptools/command/egg_info.py -usr/lib/python3.8/site-packages/setuptools/command/install.py -usr/lib/python3.8/site-packages/setuptools/command/install_egg_info.py -usr/lib/python3.8/site-packages/setuptools/command/install_lib.py -usr/lib/python3.8/site-packages/setuptools/command/install_scripts.py -#usr/lib/python3.8/site-packages/setuptools/command/launcher +#usr/lib/python3.10 +#usr/lib/python3.10/LICENSE.txt +usr/lib/python3.10/__future__.py +usr/lib/python3.10/__phello__.foo.py +usr/lib/python3.10/_aix_support.py +usr/lib/python3.10/_bootsubprocess.py +usr/lib/python3.10/_collections_abc.py +usr/lib/python3.10/_compat_pickle.py +usr/lib/python3.10/_compression.py +usr/lib/python3.10/_markupbase.py +usr/lib/python3.10/_osx_support.py +usr/lib/python3.10/_py_abc.py +usr/lib/python3.10/_pydecimal.py +usr/lib/python3.10/_pyio.py +usr/lib/python3.10/_sitebuiltins.py +usr/lib/python3.10/_strptime.py +usr/lib/python3.10/_sysconfigdata__linux_xxxMACHINExxx-linux-gnu.py +usr/lib/python3.10/_threading_local.py +usr/lib/python3.10/_weakrefset.py +usr/lib/python3.10/abc.py +usr/lib/python3.10/aifc.py +usr/lib/python3.10/antigravity.py +usr/lib/python3.10/argparse.py +usr/lib/python3.10/ast.py +usr/lib/python3.10/asynchat.py +#usr/lib/python3.10/asyncio +usr/lib/python3.10/asyncio/__init__.py +usr/lib/python3.10/asyncio/__main__.py +usr/lib/python3.10/asyncio/base_events.py +usr/lib/python3.10/asyncio/base_futures.py +usr/lib/python3.10/asyncio/base_subprocess.py +usr/lib/python3.10/asyncio/base_tasks.py +usr/lib/python3.10/asyncio/constants.py +usr/lib/python3.10/asyncio/coroutines.py +usr/lib/python3.10/asyncio/events.py +usr/lib/python3.10/asyncio/exceptions.py +usr/lib/python3.10/asyncio/format_helpers.py +usr/lib/python3.10/asyncio/futures.py +usr/lib/python3.10/asyncio/locks.py +usr/lib/python3.10/asyncio/log.py +usr/lib/python3.10/asyncio/mixins.py +usr/lib/python3.10/asyncio/proactor_events.py +usr/lib/python3.10/asyncio/protocols.py +usr/lib/python3.10/asyncio/queues.py +usr/lib/python3.10/asyncio/runners.py +usr/lib/python3.10/asyncio/selector_events.py +usr/lib/python3.10/asyncio/sslproto.py +usr/lib/python3.10/asyncio/staggered.py +usr/lib/python3.10/asyncio/streams.py +usr/lib/python3.10/asyncio/subprocess.py +usr/lib/python3.10/asyncio/tasks.py +usr/lib/python3.10/asyncio/threads.py +usr/lib/python3.10/asyncio/transports.py +usr/lib/python3.10/asyncio/trsock.py +usr/lib/python3.10/asyncio/unix_events.py +usr/lib/python3.10/asyncio/windows_events.py +usr/lib/python3.10/asyncio/windows_utils.py +usr/lib/python3.10/asyncore.py +usr/lib/python3.10/base64.py +usr/lib/python3.10/bdb.py +usr/lib/python3.10/binhex.py +usr/lib/python3.10/bisect.py +usr/lib/python3.10/bz2.py +usr/lib/python3.10/cProfile.py +usr/lib/python3.10/calendar.py +usr/lib/python3.10/cgi.py +usr/lib/python3.10/cgitb.py +usr/lib/python3.10/chunk.py +usr/lib/python3.10/cmd.py +usr/lib/python3.10/code.py +usr/lib/python3.10/codecs.py +usr/lib/python3.10/codeop.py +#usr/lib/python3.10/collections +usr/lib/python3.10/collections/__init__.py +usr/lib/python3.10/collections/abc.py +usr/lib/python3.10/colorsys.py +usr/lib/python3.10/compileall.py +#usr/lib/python3.10/concurrent +usr/lib/python3.10/concurrent/__init__.py +#usr/lib/python3.10/concurrent/futures +usr/lib/python3.10/concurrent/futures/__init__.py +usr/lib/python3.10/concurrent/futures/_base.py +usr/lib/python3.10/concurrent/futures/process.py +usr/lib/python3.10/concurrent/futures/thread.py +#usr/lib/python3.10/config-3.10-xxxMACHINExxx-linux-gnu +usr/lib/python3.10/config-3.10-xxxMACHINExxx-linux-gnu/Makefile +usr/lib/python3.10/config-3.10-xxxMACHINExxx-linux-gnu/Setup +usr/lib/python3.10/config-3.10-xxxMACHINExxx-linux-gnu/Setup.local +usr/lib/python3.10/config-3.10-xxxMACHINExxx-linux-gnu/config.c +usr/lib/python3.10/config-3.10-xxxMACHINExxx-linux-gnu/config.c.in +usr/lib/python3.10/config-3.10-xxxMACHINExxx-linux-gnu/install-sh +usr/lib/python3.10/config-3.10-xxxMACHINExxx-linux-gnu/libpython3.10.a +usr/lib/python3.10/config-3.10-xxxMACHINExxx-linux-gnu/makesetup +usr/lib/python3.10/config-3.10-xxxMACHINExxx-linux-gnu/python-config.py +usr/lib/python3.10/config-3.10-xxxMACHINExxx-linux-gnu/python.o +usr/lib/python3.10/configparser.py +usr/lib/python3.10/contextlib.py +usr/lib/python3.10/contextvars.py +usr/lib/python3.10/copy.py +usr/lib/python3.10/copyreg.py +usr/lib/python3.10/crypt.py +usr/lib/python3.10/csv.py +#usr/lib/python3.10/ctypes +usr/lib/python3.10/ctypes/__init__.py +usr/lib/python3.10/ctypes/_aix.py +usr/lib/python3.10/ctypes/_endian.py +#usr/lib/python3.10/ctypes/macholib +usr/lib/python3.10/ctypes/macholib/README.ctypes +usr/lib/python3.10/ctypes/macholib/__init__.py +usr/lib/python3.10/ctypes/macholib/dyld.py +usr/lib/python3.10/ctypes/macholib/dylib.py +usr/lib/python3.10/ctypes/macholib/fetch_macholib +usr/lib/python3.10/ctypes/macholib/fetch_macholib.bat +usr/lib/python3.10/ctypes/macholib/framework.py +#usr/lib/python3.10/ctypes/test +usr/lib/python3.10/ctypes/util.py +usr/lib/python3.10/ctypes/wintypes.py +#usr/lib/python3.10/curses +usr/lib/python3.10/curses/__init__.py +usr/lib/python3.10/curses/ascii.py +usr/lib/python3.10/curses/has_key.py +usr/lib/python3.10/curses/panel.py +usr/lib/python3.10/curses/textpad.py +usr/lib/python3.10/dataclasses.py +usr/lib/python3.10/datetime.py +#usr/lib/python3.10/dbm +usr/lib/python3.10/dbm/__init__.py +usr/lib/python3.10/dbm/dumb.py +usr/lib/python3.10/dbm/gnu.py +usr/lib/python3.10/dbm/ndbm.py +usr/lib/python3.10/decimal.py +usr/lib/python3.10/difflib.py +usr/lib/python3.10/dis.py +#usr/lib/python3.10/distutils +#usr/lib/python3.10/distutils/README +usr/lib/python3.10/distutils/__init__.py +usr/lib/python3.10/distutils/_msvccompiler.py +usr/lib/python3.10/distutils/archive_util.py +usr/lib/python3.10/distutils/bcppcompiler.py +usr/lib/python3.10/distutils/ccompiler.py +usr/lib/python3.10/distutils/cmd.py +#usr/lib/python3.10/distutils/command +usr/lib/python3.10/distutils/command/__init__.py +usr/lib/python3.10/distutils/command/bdist.py +usr/lib/python3.10/distutils/command/bdist_dumb.py +usr/lib/python3.10/distutils/command/bdist_msi.py +usr/lib/python3.10/distutils/command/bdist_rpm.py +usr/lib/python3.10/distutils/command/build.py +usr/lib/python3.10/distutils/command/build_clib.py +usr/lib/python3.10/distutils/command/build_ext.py +usr/lib/python3.10/distutils/command/build_py.py +usr/lib/python3.10/distutils/command/build_scripts.py +usr/lib/python3.10/distutils/command/check.py +usr/lib/python3.10/distutils/command/clean.py +usr/lib/python3.10/distutils/command/command_template +usr/lib/python3.10/distutils/command/config.py +usr/lib/python3.10/distutils/command/install.py +usr/lib/python3.10/distutils/command/install_data.py +usr/lib/python3.10/distutils/command/install_egg_info.py +usr/lib/python3.10/distutils/command/install_headers.py +usr/lib/python3.10/distutils/command/install_lib.py +usr/lib/python3.10/distutils/command/install_scripts.py +usr/lib/python3.10/distutils/command/register.py +usr/lib/python3.10/distutils/command/sdist.py +usr/lib/python3.10/distutils/command/upload.py +usr/lib/python3.10/distutils/config.py +usr/lib/python3.10/distutils/core.py +usr/lib/python3.10/distutils/cygwinccompiler.py +usr/lib/python3.10/distutils/debug.py +usr/lib/python3.10/distutils/dep_util.py +usr/lib/python3.10/distutils/dir_util.py +usr/lib/python3.10/distutils/dist.py +usr/lib/python3.10/distutils/errors.py +usr/lib/python3.10/distutils/extension.py +usr/lib/python3.10/distutils/fancy_getopt.py +usr/lib/python3.10/distutils/file_util.py +usr/lib/python3.10/distutils/filelist.py +usr/lib/python3.10/distutils/log.py +usr/lib/python3.10/distutils/msvc9compiler.py +usr/lib/python3.10/distutils/msvccompiler.py +usr/lib/python3.10/distutils/spawn.py +usr/lib/python3.10/distutils/sysconfig.py +#usr/lib/python3.10/distutils/tests +usr/lib/python3.10/distutils/tests/Setup.sample +usr/lib/python3.10/distutils/tests/__init__.py +usr/lib/python3.10/distutils/tests/includetest.rst +usr/lib/python3.10/distutils/tests/support.py +usr/lib/python3.10/distutils/tests/test_archive_util.py +usr/lib/python3.10/distutils/tests/test_bdist.py +usr/lib/python3.10/distutils/tests/test_bdist_dumb.py +usr/lib/python3.10/distutils/tests/test_bdist_msi.py +usr/lib/python3.10/distutils/tests/test_bdist_rpm.py +usr/lib/python3.10/distutils/tests/test_build.py +usr/lib/python3.10/distutils/tests/test_build_clib.py +usr/lib/python3.10/distutils/tests/test_build_ext.py +usr/lib/python3.10/distutils/tests/test_build_py.py +usr/lib/python3.10/distutils/tests/test_build_scripts.py +usr/lib/python3.10/distutils/tests/test_check.py +usr/lib/python3.10/distutils/tests/test_clean.py +usr/lib/python3.10/distutils/tests/test_cmd.py +usr/lib/python3.10/distutils/tests/test_config.py +usr/lib/python3.10/distutils/tests/test_config_cmd.py +usr/lib/python3.10/distutils/tests/test_core.py +usr/lib/python3.10/distutils/tests/test_cygwinccompiler.py +usr/lib/python3.10/distutils/tests/test_dep_util.py +usr/lib/python3.10/distutils/tests/test_dir_util.py +usr/lib/python3.10/distutils/tests/test_dist.py +usr/lib/python3.10/distutils/tests/test_extension.py +usr/lib/python3.10/distutils/tests/test_file_util.py +usr/lib/python3.10/distutils/tests/test_filelist.py +usr/lib/python3.10/distutils/tests/test_install.py +usr/lib/python3.10/distutils/tests/test_install_data.py +usr/lib/python3.10/distutils/tests/test_install_headers.py +usr/lib/python3.10/distutils/tests/test_install_lib.py +usr/lib/python3.10/distutils/tests/test_install_scripts.py +usr/lib/python3.10/distutils/tests/test_log.py +usr/lib/python3.10/distutils/tests/test_msvc9compiler.py +usr/lib/python3.10/distutils/tests/test_msvccompiler.py +usr/lib/python3.10/distutils/tests/test_register.py +usr/lib/python3.10/distutils/tests/test_sdist.py +usr/lib/python3.10/distutils/tests/test_spawn.py +usr/lib/python3.10/distutils/tests/test_sysconfig.py +usr/lib/python3.10/distutils/tests/test_text_file.py +usr/lib/python3.10/distutils/tests/test_unixccompiler.py +usr/lib/python3.10/distutils/tests/test_upload.py +usr/lib/python3.10/distutils/tests/test_util.py +usr/lib/python3.10/distutils/tests/test_version.py +usr/lib/python3.10/distutils/tests/test_versionpredicate.py +usr/lib/python3.10/distutils/tests/xxmodule.c +usr/lib/python3.10/distutils/text_file.py +usr/lib/python3.10/distutils/unixccompiler.py +usr/lib/python3.10/distutils/util.py +usr/lib/python3.10/distutils/version.py +usr/lib/python3.10/distutils/versionpredicate.py +usr/lib/python3.10/doctest.py +#usr/lib/python3.10/email +usr/lib/python3.10/email/__init__.py +usr/lib/python3.10/email/_encoded_words.py +usr/lib/python3.10/email/_header_value_parser.py +usr/lib/python3.10/email/_parseaddr.py +usr/lib/python3.10/email/_policybase.py +usr/lib/python3.10/email/architecture.rst +usr/lib/python3.10/email/base64mime.py +usr/lib/python3.10/email/charset.py +usr/lib/python3.10/email/contentmanager.py +usr/lib/python3.10/email/encoders.py +usr/lib/python3.10/email/errors.py +usr/lib/python3.10/email/feedparser.py +usr/lib/python3.10/email/generator.py +usr/lib/python3.10/email/header.py +usr/lib/python3.10/email/headerregistry.py +usr/lib/python3.10/email/iterators.py +usr/lib/python3.10/email/message.py +#usr/lib/python3.10/email/mime +usr/lib/python3.10/email/mime/__init__.py +usr/lib/python3.10/email/mime/application.py +usr/lib/python3.10/email/mime/audio.py +usr/lib/python3.10/email/mime/base.py +usr/lib/python3.10/email/mime/image.py +usr/lib/python3.10/email/mime/message.py +usr/lib/python3.10/email/mime/multipart.py +usr/lib/python3.10/email/mime/nonmultipart.py +usr/lib/python3.10/email/mime/text.py +usr/lib/python3.10/email/parser.py +usr/lib/python3.10/email/policy.py +usr/lib/python3.10/email/quoprimime.py +usr/lib/python3.10/email/utils.py +#usr/lib/python3.10/encodings +usr/lib/python3.10/encodings/__init__.py +usr/lib/python3.10/encodings/aliases.py +usr/lib/python3.10/encodings/ascii.py +usr/lib/python3.10/encodings/base64_codec.py +usr/lib/python3.10/encodings/big5.py +usr/lib/python3.10/encodings/big5hkscs.py +usr/lib/python3.10/encodings/bz2_codec.py +usr/lib/python3.10/encodings/charmap.py +usr/lib/python3.10/encodings/cp037.py +usr/lib/python3.10/encodings/cp1006.py +usr/lib/python3.10/encodings/cp1026.py +usr/lib/python3.10/encodings/cp1125.py +usr/lib/python3.10/encodings/cp1140.py +usr/lib/python3.10/encodings/cp1250.py +usr/lib/python3.10/encodings/cp1251.py +usr/lib/python3.10/encodings/cp1252.py +usr/lib/python3.10/encodings/cp1253.py +usr/lib/python3.10/encodings/cp1254.py +usr/lib/python3.10/encodings/cp1255.py +usr/lib/python3.10/encodings/cp1256.py +usr/lib/python3.10/encodings/cp1257.py +usr/lib/python3.10/encodings/cp1258.py +usr/lib/python3.10/encodings/cp273.py +usr/lib/python3.10/encodings/cp424.py +usr/lib/python3.10/encodings/cp437.py +usr/lib/python3.10/encodings/cp500.py +usr/lib/python3.10/encodings/cp720.py +usr/lib/python3.10/encodings/cp737.py +usr/lib/python3.10/encodings/cp775.py +usr/lib/python3.10/encodings/cp850.py +usr/lib/python3.10/encodings/cp852.py +usr/lib/python3.10/encodings/cp855.py +usr/lib/python3.10/encodings/cp856.py +usr/lib/python3.10/encodings/cp857.py +usr/lib/python3.10/encodings/cp858.py +usr/lib/python3.10/encodings/cp860.py +usr/lib/python3.10/encodings/cp861.py +usr/lib/python3.10/encodings/cp862.py +usr/lib/python3.10/encodings/cp863.py +usr/lib/python3.10/encodings/cp864.py +usr/lib/python3.10/encodings/cp865.py +usr/lib/python3.10/encodings/cp866.py +usr/lib/python3.10/encodings/cp869.py +usr/lib/python3.10/encodings/cp874.py +usr/lib/python3.10/encodings/cp875.py +usr/lib/python3.10/encodings/cp932.py +usr/lib/python3.10/encodings/cp949.py +usr/lib/python3.10/encodings/cp950.py +usr/lib/python3.10/encodings/euc_jis_2004.py +usr/lib/python3.10/encodings/euc_jisx0213.py +usr/lib/python3.10/encodings/euc_jp.py +usr/lib/python3.10/encodings/euc_kr.py +usr/lib/python3.10/encodings/gb18030.py +usr/lib/python3.10/encodings/gb2312.py +usr/lib/python3.10/encodings/gbk.py +usr/lib/python3.10/encodings/hex_codec.py +usr/lib/python3.10/encodings/hp_roman8.py +usr/lib/python3.10/encodings/hz.py +usr/lib/python3.10/encodings/idna.py +usr/lib/python3.10/encodings/iso2022_jp.py +usr/lib/python3.10/encodings/iso2022_jp_1.py +usr/lib/python3.10/encodings/iso2022_jp_2.py +usr/lib/python3.10/encodings/iso2022_jp_2004.py +usr/lib/python3.10/encodings/iso2022_jp_3.py +usr/lib/python3.10/encodings/iso2022_jp_ext.py +usr/lib/python3.10/encodings/iso2022_kr.py +usr/lib/python3.10/encodings/iso8859_1.py +usr/lib/python3.10/encodings/iso8859_10.py +usr/lib/python3.10/encodings/iso8859_11.py +usr/lib/python3.10/encodings/iso8859_13.py +usr/lib/python3.10/encodings/iso8859_14.py +usr/lib/python3.10/encodings/iso8859_15.py +usr/lib/python3.10/encodings/iso8859_16.py +usr/lib/python3.10/encodings/iso8859_2.py +usr/lib/python3.10/encodings/iso8859_3.py +usr/lib/python3.10/encodings/iso8859_4.py +usr/lib/python3.10/encodings/iso8859_5.py +usr/lib/python3.10/encodings/iso8859_6.py +usr/lib/python3.10/encodings/iso8859_7.py +usr/lib/python3.10/encodings/iso8859_8.py +usr/lib/python3.10/encodings/iso8859_9.py +usr/lib/python3.10/encodings/johab.py +usr/lib/python3.10/encodings/koi8_r.py +usr/lib/python3.10/encodings/koi8_t.py +usr/lib/python3.10/encodings/koi8_u.py +usr/lib/python3.10/encodings/kz1048.py +usr/lib/python3.10/encodings/latin_1.py +usr/lib/python3.10/encodings/mac_arabic.py +usr/lib/python3.10/encodings/mac_croatian.py +usr/lib/python3.10/encodings/mac_cyrillic.py +usr/lib/python3.10/encodings/mac_farsi.py +usr/lib/python3.10/encodings/mac_greek.py +usr/lib/python3.10/encodings/mac_iceland.py +usr/lib/python3.10/encodings/mac_latin2.py +usr/lib/python3.10/encodings/mac_roman.py +usr/lib/python3.10/encodings/mac_romanian.py +usr/lib/python3.10/encodings/mac_turkish.py +usr/lib/python3.10/encodings/mbcs.py +usr/lib/python3.10/encodings/oem.py +usr/lib/python3.10/encodings/palmos.py +usr/lib/python3.10/encodings/ptcp154.py +usr/lib/python3.10/encodings/punycode.py +usr/lib/python3.10/encodings/quopri_codec.py +usr/lib/python3.10/encodings/raw_unicode_escape.py +usr/lib/python3.10/encodings/rot_13.py +usr/lib/python3.10/encodings/shift_jis.py +usr/lib/python3.10/encodings/shift_jis_2004.py +usr/lib/python3.10/encodings/shift_jisx0213.py +usr/lib/python3.10/encodings/tis_620.py +usr/lib/python3.10/encodings/undefined.py +usr/lib/python3.10/encodings/unicode_escape.py +usr/lib/python3.10/encodings/utf_16.py +usr/lib/python3.10/encodings/utf_16_be.py +usr/lib/python3.10/encodings/utf_16_le.py +usr/lib/python3.10/encodings/utf_32.py +usr/lib/python3.10/encodings/utf_32_be.py +usr/lib/python3.10/encodings/utf_32_le.py +usr/lib/python3.10/encodings/utf_7.py +usr/lib/python3.10/encodings/utf_8.py +usr/lib/python3.10/encodings/utf_8_sig.py +usr/lib/python3.10/encodings/uu_codec.py +usr/lib/python3.10/encodings/zlib_codec.py +usr/lib/python3.10/ensurepip +usr/lib/python3.10/ensurepip/__init__.py +usr/lib/python3.10/ensurepip/__main__.py +usr/lib/python3.10/ensurepip/_bundled +usr/lib/python3.10/ensurepip/_bundled/__init__.py +usr/lib/python3.10/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl +usr/lib/python3.10/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl +usr/lib/python3.10/ensurepip/_uninstall.py +usr/lib/python3.10/enum.py +usr/lib/python3.10/filecmp.py +usr/lib/python3.10/fileinput.py +usr/lib/python3.10/fnmatch.py +usr/lib/python3.10/fractions.py +usr/lib/python3.10/ftplib.py +usr/lib/python3.10/functools.py +usr/lib/python3.10/genericpath.py +usr/lib/python3.10/getopt.py +usr/lib/python3.10/getpass.py +usr/lib/python3.10/gettext.py +usr/lib/python3.10/glob.py +usr/lib/python3.10/graphlib.py +usr/lib/python3.10/gzip.py +usr/lib/python3.10/hashlib.py +usr/lib/python3.10/heapq.py +usr/lib/python3.10/hmac.py +#usr/lib/python3.10/html +usr/lib/python3.10/html/__init__.py +usr/lib/python3.10/html/entities.py +usr/lib/python3.10/html/parser.py +#usr/lib/python3.10/http +usr/lib/python3.10/http/__init__.py +usr/lib/python3.10/http/client.py +usr/lib/python3.10/http/cookiejar.py +usr/lib/python3.10/http/cookies.py +usr/lib/python3.10/http/server.py +#usr/lib/python3.10/idlelib +usr/lib/python3.10/idlelib/CREDITS.txt +usr/lib/python3.10/idlelib/ChangeLog +usr/lib/python3.10/idlelib/HISTORY.txt +usr/lib/python3.10/idlelib/Icons +usr/lib/python3.10/idlelib/Icons/README.txt +usr/lib/python3.10/idlelib/Icons/folder.gif +usr/lib/python3.10/idlelib/Icons/idle.ico +usr/lib/python3.10/idlelib/Icons/idle_16.gif +usr/lib/python3.10/idlelib/Icons/idle_16.png +usr/lib/python3.10/idlelib/Icons/idle_256.png +usr/lib/python3.10/idlelib/Icons/idle_32.gif +usr/lib/python3.10/idlelib/Icons/idle_32.png +usr/lib/python3.10/idlelib/Icons/idle_48.gif +usr/lib/python3.10/idlelib/Icons/idle_48.png +usr/lib/python3.10/idlelib/Icons/minusnode.gif +usr/lib/python3.10/idlelib/Icons/openfolder.gif +usr/lib/python3.10/idlelib/Icons/plusnode.gif +usr/lib/python3.10/idlelib/Icons/python.gif +usr/lib/python3.10/idlelib/Icons/tk.gif +usr/lib/python3.10/idlelib/NEWS.txt +usr/lib/python3.10/idlelib/NEWS2x.txt +usr/lib/python3.10/idlelib/README.txt +usr/lib/python3.10/idlelib/TODO.txt +usr/lib/python3.10/idlelib/__init__.py +usr/lib/python3.10/idlelib/__main__.py +usr/lib/python3.10/idlelib/autocomplete.py +usr/lib/python3.10/idlelib/autocomplete_w.py +usr/lib/python3.10/idlelib/autoexpand.py +usr/lib/python3.10/idlelib/browser.py +usr/lib/python3.10/idlelib/calltip.py +usr/lib/python3.10/idlelib/calltip_w.py +usr/lib/python3.10/idlelib/codecontext.py +usr/lib/python3.10/idlelib/colorizer.py +usr/lib/python3.10/idlelib/config-extensions.def +usr/lib/python3.10/idlelib/config-highlight.def +usr/lib/python3.10/idlelib/config-keys.def +usr/lib/python3.10/idlelib/config-main.def +usr/lib/python3.10/idlelib/config.py +usr/lib/python3.10/idlelib/config_key.py +usr/lib/python3.10/idlelib/configdialog.py +usr/lib/python3.10/idlelib/debugger.py +usr/lib/python3.10/idlelib/debugger_r.py +usr/lib/python3.10/idlelib/debugobj.py +usr/lib/python3.10/idlelib/debugobj_r.py +usr/lib/python3.10/idlelib/delegator.py +usr/lib/python3.10/idlelib/dynoption.py +usr/lib/python3.10/idlelib/editor.py +usr/lib/python3.10/idlelib/extend.txt +usr/lib/python3.10/idlelib/filelist.py +usr/lib/python3.10/idlelib/format.py +usr/lib/python3.10/idlelib/grep.py +usr/lib/python3.10/idlelib/help.html +usr/lib/python3.10/idlelib/help.py +usr/lib/python3.10/idlelib/help_about.py +usr/lib/python3.10/idlelib/history.py +usr/lib/python3.10/idlelib/hyperparser.py +usr/lib/python3.10/idlelib/idle.bat +usr/lib/python3.10/idlelib/idle.py +usr/lib/python3.10/idlelib/idle.pyw +usr/lib/python3.10/idlelib/idle_test +usr/lib/python3.10/idlelib/idle_test/README.txt +usr/lib/python3.10/idlelib/idle_test/__init__.py +usr/lib/python3.10/idlelib/idle_test/htest.py +usr/lib/python3.10/idlelib/idle_test/mock_idle.py +usr/lib/python3.10/idlelib/idle_test/mock_tk.py +usr/lib/python3.10/idlelib/idle_test/template.py +usr/lib/python3.10/idlelib/idle_test/test_autocomplete.py +usr/lib/python3.10/idlelib/idle_test/test_autocomplete_w.py +usr/lib/python3.10/idlelib/idle_test/test_autoexpand.py +usr/lib/python3.10/idlelib/idle_test/test_browser.py +usr/lib/python3.10/idlelib/idle_test/test_calltip.py +usr/lib/python3.10/idlelib/idle_test/test_calltip_w.py +usr/lib/python3.10/idlelib/idle_test/test_codecontext.py +usr/lib/python3.10/idlelib/idle_test/test_colorizer.py +usr/lib/python3.10/idlelib/idle_test/test_config.py +usr/lib/python3.10/idlelib/idle_test/test_config_key.py +usr/lib/python3.10/idlelib/idle_test/test_configdialog.py +usr/lib/python3.10/idlelib/idle_test/test_debugger.py +usr/lib/python3.10/idlelib/idle_test/test_debugger_r.py +usr/lib/python3.10/idlelib/idle_test/test_debugobj.py +usr/lib/python3.10/idlelib/idle_test/test_debugobj_r.py +usr/lib/python3.10/idlelib/idle_test/test_delegator.py +usr/lib/python3.10/idlelib/idle_test/test_editmenu.py +usr/lib/python3.10/idlelib/idle_test/test_editor.py +usr/lib/python3.10/idlelib/idle_test/test_filelist.py +usr/lib/python3.10/idlelib/idle_test/test_format.py +usr/lib/python3.10/idlelib/idle_test/test_grep.py +usr/lib/python3.10/idlelib/idle_test/test_help.py +usr/lib/python3.10/idlelib/idle_test/test_help_about.py +usr/lib/python3.10/idlelib/idle_test/test_history.py +usr/lib/python3.10/idlelib/idle_test/test_hyperparser.py +usr/lib/python3.10/idlelib/idle_test/test_iomenu.py +usr/lib/python3.10/idlelib/idle_test/test_macosx.py +usr/lib/python3.10/idlelib/idle_test/test_mainmenu.py +usr/lib/python3.10/idlelib/idle_test/test_multicall.py +usr/lib/python3.10/idlelib/idle_test/test_outwin.py +usr/lib/python3.10/idlelib/idle_test/test_parenmatch.py +usr/lib/python3.10/idlelib/idle_test/test_pathbrowser.py +usr/lib/python3.10/idlelib/idle_test/test_percolator.py +usr/lib/python3.10/idlelib/idle_test/test_pyparse.py +usr/lib/python3.10/idlelib/idle_test/test_pyshell.py +usr/lib/python3.10/idlelib/idle_test/test_query.py +usr/lib/python3.10/idlelib/idle_test/test_redirector.py +usr/lib/python3.10/idlelib/idle_test/test_replace.py +usr/lib/python3.10/idlelib/idle_test/test_rpc.py +usr/lib/python3.10/idlelib/idle_test/test_run.py +usr/lib/python3.10/idlelib/idle_test/test_runscript.py +usr/lib/python3.10/idlelib/idle_test/test_scrolledlist.py +usr/lib/python3.10/idlelib/idle_test/test_search.py +usr/lib/python3.10/idlelib/idle_test/test_searchbase.py +usr/lib/python3.10/idlelib/idle_test/test_searchengine.py +usr/lib/python3.10/idlelib/idle_test/test_sidebar.py +usr/lib/python3.10/idlelib/idle_test/test_squeezer.py +usr/lib/python3.10/idlelib/idle_test/test_stackviewer.py +usr/lib/python3.10/idlelib/idle_test/test_statusbar.py +usr/lib/python3.10/idlelib/idle_test/test_text.py +usr/lib/python3.10/idlelib/idle_test/test_textview.py +usr/lib/python3.10/idlelib/idle_test/test_tooltip.py +usr/lib/python3.10/idlelib/idle_test/test_tree.py +usr/lib/python3.10/idlelib/idle_test/test_undo.py +usr/lib/python3.10/idlelib/idle_test/test_warning.py +usr/lib/python3.10/idlelib/idle_test/test_window.py +usr/lib/python3.10/idlelib/idle_test/test_zoomheight.py +usr/lib/python3.10/idlelib/idle_test/test_zzdummy.py +usr/lib/python3.10/idlelib/idle_test/tkinter_testing_utils.py +usr/lib/python3.10/idlelib/iomenu.py +usr/lib/python3.10/idlelib/macosx.py +usr/lib/python3.10/idlelib/mainmenu.py +usr/lib/python3.10/idlelib/multicall.py +usr/lib/python3.10/idlelib/outwin.py +usr/lib/python3.10/idlelib/parenmatch.py +usr/lib/python3.10/idlelib/pathbrowser.py +usr/lib/python3.10/idlelib/percolator.py +usr/lib/python3.10/idlelib/pyparse.py +usr/lib/python3.10/idlelib/pyshell.py +usr/lib/python3.10/idlelib/query.py +usr/lib/python3.10/idlelib/redirector.py +usr/lib/python3.10/idlelib/replace.py +usr/lib/python3.10/idlelib/rpc.py +usr/lib/python3.10/idlelib/run.py +usr/lib/python3.10/idlelib/runscript.py +usr/lib/python3.10/idlelib/scrolledlist.py +usr/lib/python3.10/idlelib/search.py +usr/lib/python3.10/idlelib/searchbase.py +usr/lib/python3.10/idlelib/searchengine.py +usr/lib/python3.10/idlelib/sidebar.py +usr/lib/python3.10/idlelib/squeezer.py +usr/lib/python3.10/idlelib/stackviewer.py +usr/lib/python3.10/idlelib/statusbar.py +usr/lib/python3.10/idlelib/textview.py +usr/lib/python3.10/idlelib/tooltip.py +usr/lib/python3.10/idlelib/tree.py +usr/lib/python3.10/idlelib/undo.py +usr/lib/python3.10/idlelib/window.py +usr/lib/python3.10/idlelib/zoomheight.py +usr/lib/python3.10/idlelib/zzdummy.py +usr/lib/python3.10/imaplib.py +usr/lib/python3.10/imghdr.py +usr/lib/python3.10/imp.py +#usr/lib/python3.10/importlib +usr/lib/python3.10/importlib/__init__.py +usr/lib/python3.10/importlib/_abc.py +usr/lib/python3.10/importlib/_adapters.py +usr/lib/python3.10/importlib/_bootstrap.py +usr/lib/python3.10/importlib/_bootstrap_external.py +usr/lib/python3.10/importlib/_common.py +usr/lib/python3.10/importlib/abc.py +usr/lib/python3.10/importlib/machinery.py +#usr/lib/python3.10/importlib/metadata +usr/lib/python3.10/importlib/metadata/__init__.py +usr/lib/python3.10/importlib/metadata/_adapters.py +usr/lib/python3.10/importlib/metadata/_collections.py +usr/lib/python3.10/importlib/metadata/_functools.py +usr/lib/python3.10/importlib/metadata/_itertools.py +usr/lib/python3.10/importlib/metadata/_meta.py +usr/lib/python3.10/importlib/metadata/_text.py +usr/lib/python3.10/importlib/readers.py +usr/lib/python3.10/importlib/resources.py +usr/lib/python3.10/importlib/util.py +usr/lib/python3.10/inspect.py +usr/lib/python3.10/io.py +usr/lib/python3.10/ipaddress.py +#usr/lib/python3.10/json +usr/lib/python3.10/json/__init__.py +usr/lib/python3.10/json/decoder.py +usr/lib/python3.10/json/encoder.py +usr/lib/python3.10/json/scanner.py +usr/lib/python3.10/json/tool.py +usr/lib/python3.10/keyword.py +#usr/lib/python3.10/lib-dynload +usr/lib/python3.10/lib-dynload/_asyncio.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_bisect.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_blake2.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_bz2.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_codecs_cn.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_codecs_hk.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_codecs_iso2022.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_codecs_jp.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_codecs_kr.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_codecs_tw.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_contextvars.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_crypt.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_csv.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_ctypes.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_ctypes_test.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_curses.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_curses_panel.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_datetime.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_dbm.cpython-310-xxxMACHINExxx-linux-gnu_failed.so +usr/lib/python3.10/lib-dynload/_decimal.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_elementtree.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_gdbm.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_heapq.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_json.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_lsprof.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_lzma.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_md5.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_opcode.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_pickle.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_posixshmem.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_posixsubprocess.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_queue.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_random.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_sha1.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_sha256.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_sha3.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_sha512.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_socket.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_sqlite3.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_ssl.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_statistics.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_struct.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_testbuffer.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_testcapi.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_testimportmultiple.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_testinternalcapi.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_testmultiphase.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_uuid.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_xxsubinterpreters.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_xxtestfuzz.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/_zoneinfo.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/array.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/audioop.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/binascii.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/cmath.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/fcntl.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/grp.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/math.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/mmap.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/ossaudiodev.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/pyexpat.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/readline.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/resource.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/select.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/spwd.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/syslog.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/termios.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/unicodedata.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/xxlimited.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/xxlimited_35.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/lib-dynload/zlib.cpython-310-xxxMACHINExxx-linux-gnu.so +#usr/lib/python3.10/lib2to3 +usr/lib/python3.10/lib2to3/Grammar.txt +usr/lib/python3.10/lib2to3/Grammar3.10.1.final.0.pickle +usr/lib/python3.10/lib2to3/PatternGrammar.txt +usr/lib/python3.10/lib2to3/PatternGrammar3.10.1.final.0.pickle +usr/lib/python3.10/lib2to3/__init__.py +usr/lib/python3.10/lib2to3/__main__.py +usr/lib/python3.10/lib2to3/btm_matcher.py +usr/lib/python3.10/lib2to3/btm_utils.py +usr/lib/python3.10/lib2to3/fixer_base.py +usr/lib/python3.10/lib2to3/fixer_util.py +#usr/lib/python3.10/lib2to3/fixes +usr/lib/python3.10/lib2to3/fixes/__init__.py +usr/lib/python3.10/lib2to3/fixes/fix_apply.py +usr/lib/python3.10/lib2to3/fixes/fix_asserts.py +usr/lib/python3.10/lib2to3/fixes/fix_basestring.py +usr/lib/python3.10/lib2to3/fixes/fix_buffer.py +usr/lib/python3.10/lib2to3/fixes/fix_dict.py +usr/lib/python3.10/lib2to3/fixes/fix_except.py +usr/lib/python3.10/lib2to3/fixes/fix_exec.py +usr/lib/python3.10/lib2to3/fixes/fix_execfile.py +usr/lib/python3.10/lib2to3/fixes/fix_exitfunc.py +usr/lib/python3.10/lib2to3/fixes/fix_filter.py +usr/lib/python3.10/lib2to3/fixes/fix_funcattrs.py +usr/lib/python3.10/lib2to3/fixes/fix_future.py +usr/lib/python3.10/lib2to3/fixes/fix_getcwdu.py +usr/lib/python3.10/lib2to3/fixes/fix_has_key.py +usr/lib/python3.10/lib2to3/fixes/fix_idioms.py +usr/lib/python3.10/lib2to3/fixes/fix_import.py +usr/lib/python3.10/lib2to3/fixes/fix_imports.py +usr/lib/python3.10/lib2to3/fixes/fix_imports2.py +usr/lib/python3.10/lib2to3/fixes/fix_input.py +usr/lib/python3.10/lib2to3/fixes/fix_intern.py +usr/lib/python3.10/lib2to3/fixes/fix_isinstance.py +usr/lib/python3.10/lib2to3/fixes/fix_itertools.py +usr/lib/python3.10/lib2to3/fixes/fix_itertools_imports.py +usr/lib/python3.10/lib2to3/fixes/fix_long.py +usr/lib/python3.10/lib2to3/fixes/fix_map.py +usr/lib/python3.10/lib2to3/fixes/fix_metaclass.py +usr/lib/python3.10/lib2to3/fixes/fix_methodattrs.py +usr/lib/python3.10/lib2to3/fixes/fix_ne.py +usr/lib/python3.10/lib2to3/fixes/fix_next.py +usr/lib/python3.10/lib2to3/fixes/fix_nonzero.py +usr/lib/python3.10/lib2to3/fixes/fix_numliterals.py +usr/lib/python3.10/lib2to3/fixes/fix_operator.py +usr/lib/python3.10/lib2to3/fixes/fix_paren.py +usr/lib/python3.10/lib2to3/fixes/fix_print.py +usr/lib/python3.10/lib2to3/fixes/fix_raise.py +usr/lib/python3.10/lib2to3/fixes/fix_raw_input.py +usr/lib/python3.10/lib2to3/fixes/fix_reduce.py +usr/lib/python3.10/lib2to3/fixes/fix_reload.py +usr/lib/python3.10/lib2to3/fixes/fix_renames.py +usr/lib/python3.10/lib2to3/fixes/fix_repr.py +usr/lib/python3.10/lib2to3/fixes/fix_set_literal.py +usr/lib/python3.10/lib2to3/fixes/fix_standarderror.py +usr/lib/python3.10/lib2to3/fixes/fix_sys_exc.py +usr/lib/python3.10/lib2to3/fixes/fix_throw.py +usr/lib/python3.10/lib2to3/fixes/fix_tuple_params.py +usr/lib/python3.10/lib2to3/fixes/fix_types.py +usr/lib/python3.10/lib2to3/fixes/fix_unicode.py +usr/lib/python3.10/lib2to3/fixes/fix_urllib.py +usr/lib/python3.10/lib2to3/fixes/fix_ws_comma.py +usr/lib/python3.10/lib2to3/fixes/fix_xrange.py +usr/lib/python3.10/lib2to3/fixes/fix_xreadlines.py +usr/lib/python3.10/lib2to3/fixes/fix_zip.py +usr/lib/python3.10/lib2to3/main.py +usr/lib/python3.10/lib2to3/patcomp.py +#usr/lib/python3.10/lib2to3/pgen2 +usr/lib/python3.10/lib2to3/pgen2/__init__.py +usr/lib/python3.10/lib2to3/pgen2/conv.py +usr/lib/python3.10/lib2to3/pgen2/driver.py +usr/lib/python3.10/lib2to3/pgen2/grammar.py +usr/lib/python3.10/lib2to3/pgen2/literals.py +usr/lib/python3.10/lib2to3/pgen2/parse.py +usr/lib/python3.10/lib2to3/pgen2/pgen.py +usr/lib/python3.10/lib2to3/pgen2/token.py +usr/lib/python3.10/lib2to3/pgen2/tokenize.py +usr/lib/python3.10/lib2to3/pygram.py +usr/lib/python3.10/lib2to3/pytree.py +usr/lib/python3.10/lib2to3/refactor.py +usr/lib/python3.10/lib2to3/tests +usr/lib/python3.10/lib2to3/tests/__init__.py +usr/lib/python3.10/lib2to3/tests/__main__.py +usr/lib/python3.10/lib2to3/tests/data +usr/lib/python3.10/lib2to3/tests/data/README +usr/lib/python3.10/lib2to3/tests/data/bom.py +usr/lib/python3.10/lib2to3/tests/data/crlf.py +usr/lib/python3.10/lib2to3/tests/data/different_encoding.py +usr/lib/python3.10/lib2to3/tests/data/false_encoding.py +usr/lib/python3.10/lib2to3/tests/data/fixers +usr/lib/python3.10/lib2to3/tests/data/fixers/bad_order.py +usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes +usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes/__init__.py +usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes/fix_explicit.py +usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes/fix_first.py +usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes/fix_last.py +usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes/fix_parrot.py +usr/lib/python3.10/lib2to3/tests/data/fixers/myfixes/fix_preorder.py +usr/lib/python3.10/lib2to3/tests/data/fixers/no_fixer_cls.py +usr/lib/python3.10/lib2to3/tests/data/fixers/parrot_example.py +usr/lib/python3.10/lib2to3/tests/data/infinite_recursion.py +usr/lib/python3.10/lib2to3/tests/data/py2_test_grammar.py +usr/lib/python3.10/lib2to3/tests/data/py3_test_grammar.py +usr/lib/python3.10/lib2to3/tests/pytree_idempotency.py +usr/lib/python3.10/lib2to3/tests/support.py +usr/lib/python3.10/lib2to3/tests/test_all_fixers.py +usr/lib/python3.10/lib2to3/tests/test_fixers.py +usr/lib/python3.10/lib2to3/tests/test_main.py +usr/lib/python3.10/lib2to3/tests/test_parser.py +usr/lib/python3.10/lib2to3/tests/test_pytree.py +usr/lib/python3.10/lib2to3/tests/test_refactor.py +usr/lib/python3.10/lib2to3/tests/test_util.py +usr/lib/python3.10/linecache.py +usr/lib/python3.10/locale.py +#usr/lib/python3.10/logging +usr/lib/python3.10/logging/__init__.py +usr/lib/python3.10/logging/config.py +usr/lib/python3.10/logging/handlers.py +usr/lib/python3.10/lzma.py +usr/lib/python3.10/mailbox.py +usr/lib/python3.10/mailcap.py +usr/lib/python3.10/mimetypes.py +usr/lib/python3.10/modulefinder.py +#usr/lib/python3.10/multiprocessing +usr/lib/python3.10/multiprocessing/__init__.py +usr/lib/python3.10/multiprocessing/connection.py +usr/lib/python3.10/multiprocessing/context.py +#usr/lib/python3.10/multiprocessing/dummy +usr/lib/python3.10/multiprocessing/dummy/__init__.py +usr/lib/python3.10/multiprocessing/dummy/connection.py +usr/lib/python3.10/multiprocessing/forkserver.py +usr/lib/python3.10/multiprocessing/heap.py +usr/lib/python3.10/multiprocessing/managers.py +usr/lib/python3.10/multiprocessing/pool.py +usr/lib/python3.10/multiprocessing/popen_fork.py +usr/lib/python3.10/multiprocessing/popen_forkserver.py +usr/lib/python3.10/multiprocessing/popen_spawn_posix.py +usr/lib/python3.10/multiprocessing/popen_spawn_win32.py +usr/lib/python3.10/multiprocessing/process.py +usr/lib/python3.10/multiprocessing/queues.py +usr/lib/python3.10/multiprocessing/reduction.py +usr/lib/python3.10/multiprocessing/resource_sharer.py +usr/lib/python3.10/multiprocessing/resource_tracker.py +usr/lib/python3.10/multiprocessing/shared_memory.py +usr/lib/python3.10/multiprocessing/sharedctypes.py +usr/lib/python3.10/multiprocessing/spawn.py +usr/lib/python3.10/multiprocessing/synchronize.py +usr/lib/python3.10/multiprocessing/util.py +usr/lib/python3.10/netrc.py +usr/lib/python3.10/nntplib.py +usr/lib/python3.10/ntpath.py +usr/lib/python3.10/nturl2path.py +usr/lib/python3.10/numbers.py +usr/lib/python3.10/opcode.py +usr/lib/python3.10/operator.py +usr/lib/python3.10/optparse.py +usr/lib/python3.10/os.py +usr/lib/python3.10/pathlib.py +usr/lib/python3.10/pdb.py +usr/lib/python3.10/pickle.py +usr/lib/python3.10/pickletools.py +usr/lib/python3.10/pipes.py +usr/lib/python3.10/pkgutil.py +usr/lib/python3.10/platform.py +usr/lib/python3.10/plistlib.py +usr/lib/python3.10/poplib.py +usr/lib/python3.10/posixpath.py +usr/lib/python3.10/pprint.py +usr/lib/python3.10/profile.py +usr/lib/python3.10/pstats.py +usr/lib/python3.10/pty.py +usr/lib/python3.10/py_compile.py +usr/lib/python3.10/pyclbr.py +usr/lib/python3.10/pydoc.py +#usr/lib/python3.10/pydoc_data +usr/lib/python3.10/pydoc_data/__init__.py +usr/lib/python3.10/pydoc_data/_pydoc.css +usr/lib/python3.10/pydoc_data/topics.py +usr/lib/python3.10/queue.py +usr/lib/python3.10/quopri.py +usr/lib/python3.10/random.py +usr/lib/python3.10/re.py +usr/lib/python3.10/reprlib.py +usr/lib/python3.10/rlcompleter.py +usr/lib/python3.10/runpy.py +usr/lib/python3.10/sched.py +usr/lib/python3.10/secrets.py +usr/lib/python3.10/selectors.py +usr/lib/python3.10/shelve.py +usr/lib/python3.10/shlex.py +usr/lib/python3.10/shutil.py +usr/lib/python3.10/signal.py +#usr/lib/python3.10/site-packages +usr/lib/python3.10/site-packages/README.txt +#usr/lib/python3.10/site-packages/_distutils_hack +usr/lib/python3.10/site-packages/_distutils_hack/__init__.py +usr/lib/python3.10/site-packages/_distutils_hack/override.py +usr/lib/python3.10/site-packages/distutils-precedence.pth +#usr/lib/python3.10/site-packages/pip +#usr/lib/python3.10/site-packages/pip-21.2.4.dist-info +usr/lib/python3.10/site-packages/pip-21.2.4.dist-info/INSTALLER +usr/lib/python3.10/site-packages/pip-21.2.4.dist-info/LICENSE.txt +usr/lib/python3.10/site-packages/pip-21.2.4.dist-info/METADATA +usr/lib/python3.10/site-packages/pip-21.2.4.dist-info/RECORD +usr/lib/python3.10/site-packages/pip-21.2.4.dist-info/REQUESTED +usr/lib/python3.10/site-packages/pip-21.2.4.dist-info/WHEEL +usr/lib/python3.10/site-packages/pip-21.2.4.dist-info/entry_points.txt +usr/lib/python3.10/site-packages/pip-21.2.4.dist-info/top_level.txt +usr/lib/python3.10/site-packages/pip/__init__.py +usr/lib/python3.10/site-packages/pip/__main__.py +#usr/lib/python3.10/site-packages/pip/_internal +usr/lib/python3.10/site-packages/pip/_internal/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/build_env.py +usr/lib/python3.10/site-packages/pip/_internal/cache.py +#usr/lib/python3.10/site-packages/pip/_internal/cli +usr/lib/python3.10/site-packages/pip/_internal/cli/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/cli/autocompletion.py +usr/lib/python3.10/site-packages/pip/_internal/cli/base_command.py +usr/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py +usr/lib/python3.10/site-packages/pip/_internal/cli/command_context.py +usr/lib/python3.10/site-packages/pip/_internal/cli/main.py +usr/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py +usr/lib/python3.10/site-packages/pip/_internal/cli/parser.py +usr/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py +usr/lib/python3.10/site-packages/pip/_internal/cli/req_command.py +usr/lib/python3.10/site-packages/pip/_internal/cli/spinners.py +usr/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py +#usr/lib/python3.10/site-packages/pip/_internal/commands +usr/lib/python3.10/site-packages/pip/_internal/commands/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/commands/cache.py +usr/lib/python3.10/site-packages/pip/_internal/commands/check.py +usr/lib/python3.10/site-packages/pip/_internal/commands/completion.py +usr/lib/python3.10/site-packages/pip/_internal/commands/configuration.py +usr/lib/python3.10/site-packages/pip/_internal/commands/debug.py +usr/lib/python3.10/site-packages/pip/_internal/commands/download.py +usr/lib/python3.10/site-packages/pip/_internal/commands/freeze.py +usr/lib/python3.10/site-packages/pip/_internal/commands/hash.py +usr/lib/python3.10/site-packages/pip/_internal/commands/help.py +usr/lib/python3.10/site-packages/pip/_internal/commands/index.py +usr/lib/python3.10/site-packages/pip/_internal/commands/install.py +usr/lib/python3.10/site-packages/pip/_internal/commands/list.py +usr/lib/python3.10/site-packages/pip/_internal/commands/search.py +usr/lib/python3.10/site-packages/pip/_internal/commands/show.py +usr/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py +usr/lib/python3.10/site-packages/pip/_internal/commands/wheel.py +usr/lib/python3.10/site-packages/pip/_internal/configuration.py +#usr/lib/python3.10/site-packages/pip/_internal/distributions +usr/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/distributions/base.py +usr/lib/python3.10/site-packages/pip/_internal/distributions/installed.py +usr/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py +usr/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py +usr/lib/python3.10/site-packages/pip/_internal/exceptions.py +usr/lib/python3.10/site-packages/pip/_internal/index +usr/lib/python3.10/site-packages/pip/_internal/index/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/index/collector.py +usr/lib/python3.10/site-packages/pip/_internal/index/package_finder.py +usr/lib/python3.10/site-packages/pip/_internal/index/sources.py +#usr/lib/python3.10/site-packages/pip/_internal/locations +usr/lib/python3.10/site-packages/pip/_internal/locations/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/locations/_distutils.py +usr/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py +usr/lib/python3.10/site-packages/pip/_internal/locations/base.py +usr/lib/python3.10/site-packages/pip/_internal/main.py +#usr/lib/python3.10/site-packages/pip/_internal/metadata +usr/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/metadata/base.py +usr/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py +#usr/lib/python3.10/site-packages/pip/_internal/models +usr/lib/python3.10/site-packages/pip/_internal/models/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/models/candidate.py +usr/lib/python3.10/site-packages/pip/_internal/models/direct_url.py +usr/lib/python3.10/site-packages/pip/_internal/models/format_control.py +usr/lib/python3.10/site-packages/pip/_internal/models/index.py +usr/lib/python3.10/site-packages/pip/_internal/models/link.py +usr/lib/python3.10/site-packages/pip/_internal/models/scheme.py +usr/lib/python3.10/site-packages/pip/_internal/models/search_scope.py +usr/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py +usr/lib/python3.10/site-packages/pip/_internal/models/target_python.py +usr/lib/python3.10/site-packages/pip/_internal/models/wheel.py +usr/lib/python3.10/site-packages/pip/_internal/network +usr/lib/python3.10/site-packages/pip/_internal/network/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/network/auth.py +usr/lib/python3.10/site-packages/pip/_internal/network/cache.py +usr/lib/python3.10/site-packages/pip/_internal/network/download.py +usr/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py +usr/lib/python3.10/site-packages/pip/_internal/network/session.py +usr/lib/python3.10/site-packages/pip/_internal/network/utils.py +usr/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py +#usr/lib/python3.10/site-packages/pip/_internal/operations +usr/lib/python3.10/site-packages/pip/_internal/operations/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/operations/build +usr/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/operations/build/metadata.py +usr/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py +usr/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py +usr/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py +usr/lib/python3.10/site-packages/pip/_internal/operations/check.py +usr/lib/python3.10/site-packages/pip/_internal/operations/freeze.py +usr/lib/python3.10/site-packages/pip/_internal/operations/install +usr/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/operations/install/editable_legacy.py +usr/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py +usr/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py +usr/lib/python3.10/site-packages/pip/_internal/operations/prepare.py +usr/lib/python3.10/site-packages/pip/_internal/pyproject.py +#usr/lib/python3.10/site-packages/pip/_internal/req +usr/lib/python3.10/site-packages/pip/_internal/req/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/req/constructors.py +usr/lib/python3.10/site-packages/pip/_internal/req/req_file.py +usr/lib/python3.10/site-packages/pip/_internal/req/req_install.py +usr/lib/python3.10/site-packages/pip/_internal/req/req_set.py +usr/lib/python3.10/site-packages/pip/_internal/req/req_tracker.py +usr/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py +usr/lib/python3.10/site-packages/pip/_internal/resolution +usr/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/base.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/legacy +usr/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/base.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py +usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py +usr/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py +#usr/lib/python3.10/site-packages/pip/_internal/utils +usr/lib/python3.10/site-packages/pip/_internal/utils/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/utils/_log.py +usr/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py +usr/lib/python3.10/site-packages/pip/_internal/utils/compat.py +usr/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py +usr/lib/python3.10/site-packages/pip/_internal/utils/datetime.py +usr/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py +usr/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py +usr/lib/python3.10/site-packages/pip/_internal/utils/distutils_args.py +usr/lib/python3.10/site-packages/pip/_internal/utils/encoding.py +usr/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py +usr/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py +usr/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py +usr/lib/python3.10/site-packages/pip/_internal/utils/glibc.py +usr/lib/python3.10/site-packages/pip/_internal/utils/hashes.py +usr/lib/python3.10/site-packages/pip/_internal/utils/inject_securetransport.py +usr/lib/python3.10/site-packages/pip/_internal/utils/logging.py +usr/lib/python3.10/site-packages/pip/_internal/utils/misc.py +usr/lib/python3.10/site-packages/pip/_internal/utils/models.py +usr/lib/python3.10/site-packages/pip/_internal/utils/packaging.py +usr/lib/python3.10/site-packages/pip/_internal/utils/parallel.py +usr/lib/python3.10/site-packages/pip/_internal/utils/pkg_resources.py +usr/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py +usr/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py +usr/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py +usr/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py +usr/lib/python3.10/site-packages/pip/_internal/utils/urls.py +usr/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py +usr/lib/python3.10/site-packages/pip/_internal/utils/wheel.py +#usr/lib/python3.10/site-packages/pip/_internal/vcs +usr/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py +usr/lib/python3.10/site-packages/pip/_internal/vcs/bazaar.py +usr/lib/python3.10/site-packages/pip/_internal/vcs/git.py +usr/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py +usr/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py +usr/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py +usr/lib/python3.10/site-packages/pip/_internal/wheel_builder.py +usr/lib/python3.10/site-packages/pip/_vendor +usr/lib/python3.10/site-packages/pip/_vendor/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/appdirs.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/_cmd.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/adapter.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/cache.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py +usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py +#usr/lib/python3.10/site-packages/pip/_vendor/certifi +usr/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py +usr/lib/python3.10/site-packages/pip/_vendor/certifi/cacert.pem +usr/lib/python3.10/site-packages/pip/_vendor/certifi/core.py +#usr/lib/python3.10/site-packages/pip/_vendor/chardet +usr/lib/python3.10/site-packages/pip/_vendor/chardet/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/big5freq.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/big5prober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/chardistribution.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/charsetgroupprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/charsetprober.py +#usr/lib/python3.10/site-packages/pip/_vendor/chardet/cli +usr/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/cli/chardetect.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/codingstatemachine.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/compat.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/cp949prober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/enums.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/escprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/escsm.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/eucjpprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/euckrfreq.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/euckrprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/euctwfreq.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/euctwprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312freq.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312prober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/hebrewprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/jisfreq.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/jpcntx.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/langbulgarianmodel.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/langgreekmodel.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/langhebrewmodel.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/langhungarianmodel.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/langrussianmodel.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/langthaimodel.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/langturkishmodel.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/latin1prober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/mbcharsetprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/mbcsgroupprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/mbcssm.py +#usr/lib/python3.10/site-packages/pip/_vendor/chardet/metadata +usr/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/languages.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/sbcharsetprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/sbcsgroupprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/sjisprober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/universaldetector.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/utf8prober.py +usr/lib/python3.10/site-packages/pip/_vendor/chardet/version.py +#usr/lib/python3.10/site-packages/pip/_vendor/colorama +usr/lib/python3.10/site-packages/pip/_vendor/colorama/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/colorama/ansi.py +usr/lib/python3.10/site-packages/pip/_vendor/colorama/ansitowin32.py +usr/lib/python3.10/site-packages/pip/_vendor/colorama/initialise.py +usr/lib/python3.10/site-packages/pip/_vendor/colorama/win32.py +usr/lib/python3.10/site-packages/pip/_vendor/colorama/winterm.py +#usr/lib/python3.10/site-packages/pip/_vendor/distlib +usr/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/_backport +usr/lib/python3.10/site-packages/pip/_vendor/distlib/_backport/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/_backport/misc.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/_backport/shutil.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg +usr/lib/python3.10/site-packages/pip/_vendor/distlib/_backport/sysconfig.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/_backport/tarfile.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/database.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/index.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/markers.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/t32.exe +usr/lib/python3.10/site-packages/pip/_vendor/distlib/t64.exe +usr/lib/python3.10/site-packages/pip/_vendor/distlib/util.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/version.py +usr/lib/python3.10/site-packages/pip/_vendor/distlib/w32.exe +usr/lib/python3.10/site-packages/pip/_vendor/distlib/w64.exe +usr/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py +usr/lib/python3.10/site-packages/pip/_vendor/distro.py +#usr/lib/python3.10/site-packages/pip/_vendor/html5lib +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/_ihatexml.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/_inputstream.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/_tokenizer.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/_base.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/py.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/_utils.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/constants.py +#usr/lib/python3.10/site-packages/pip/_vendor/html5lib/filters +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/base.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/lint.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/optionaltags.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/sanitizer.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/whitespace.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/html5parser.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/serializer.py +#usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/sax.py +#usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/base.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/dom.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/etree.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py +#usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/base.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/dom.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/etree.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py +usr/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py +#usr/lib/python3.10/site-packages/pip/_vendor/idna +usr/lib/python3.10/site-packages/pip/_vendor/idna/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/idna/codec.py +usr/lib/python3.10/site-packages/pip/_vendor/idna/compat.py +usr/lib/python3.10/site-packages/pip/_vendor/idna/core.py +usr/lib/python3.10/site-packages/pip/_vendor/idna/idnadata.py +usr/lib/python3.10/site-packages/pip/_vendor/idna/intranges.py +usr/lib/python3.10/site-packages/pip/_vendor/idna/package_data.py +usr/lib/python3.10/site-packages/pip/_vendor/idna/uts46data.py +#usr/lib/python3.10/site-packages/pip/_vendor/msgpack +usr/lib/python3.10/site-packages/pip/_vendor/msgpack/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/msgpack/_version.py +usr/lib/python3.10/site-packages/pip/_vendor/msgpack/exceptions.py +usr/lib/python3.10/site-packages/pip/_vendor/msgpack/ext.py +usr/lib/python3.10/site-packages/pip/_vendor/msgpack/fallback.py +#usr/lib/python3.10/site-packages/pip/_vendor/packaging +usr/lib/python3.10/site-packages/pip/_vendor/packaging/__about__.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/_manylinux.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/_musllinux.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/_structures.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/markers.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/requirements.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/specifiers.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/tags.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/utils.py +usr/lib/python3.10/site-packages/pip/_vendor/packaging/version.py +#usr/lib/python3.10/site-packages/pip/_vendor/pep517 +usr/lib/python3.10/site-packages/pip/_vendor/pep517/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/pep517/build.py +usr/lib/python3.10/site-packages/pip/_vendor/pep517/check.py +usr/lib/python3.10/site-packages/pip/_vendor/pep517/colorlog.py +usr/lib/python3.10/site-packages/pip/_vendor/pep517/compat.py +usr/lib/python3.10/site-packages/pip/_vendor/pep517/dirtools.py +usr/lib/python3.10/site-packages/pip/_vendor/pep517/envbuild.py +#usr/lib/python3.10/site-packages/pip/_vendor/pep517/in_process +usr/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py +usr/lib/python3.10/site-packages/pip/_vendor/pep517/meta.py +usr/lib/python3.10/site-packages/pip/_vendor/pep517/wrappers.py +#usr/lib/python3.10/site-packages/pip/_vendor/pkg_resources +usr/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/pkg_resources/py31compat.py +#usr/lib/python3.10/site-packages/pip/_vendor/progress +usr/lib/python3.10/site-packages/pip/_vendor/progress/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/progress/bar.py +usr/lib/python3.10/site-packages/pip/_vendor/progress/counter.py +usr/lib/python3.10/site-packages/pip/_vendor/progress/spinner.py +usr/lib/python3.10/site-packages/pip/_vendor/pyparsing.py +#usr/lib/python3.10/site-packages/pip/_vendor/requests +usr/lib/python3.10/site-packages/pip/_vendor/requests/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/__version__.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/_internal_utils.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/adapters.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/api.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/auth.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/certs.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/compat.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/cookies.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/exceptions.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/help.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/hooks.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/models.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/packages.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/sessions.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/status_codes.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/structures.py +usr/lib/python3.10/site-packages/pip/_vendor/requests/utils.py +usr/lib/python3.10/site-packages/pip/_vendor/resolvelib +usr/lib/python3.10/site-packages/pip/_vendor/resolvelib/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat +usr/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py +usr/lib/python3.10/site-packages/pip/_vendor/resolvelib/providers.py +usr/lib/python3.10/site-packages/pip/_vendor/resolvelib/reporters.py +usr/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py +usr/lib/python3.10/site-packages/pip/_vendor/resolvelib/structs.py +usr/lib/python3.10/site-packages/pip/_vendor/six.py +#usr/lib/python3.10/site-packages/pip/_vendor/tenacity +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/_asyncio.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/_utils.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/after.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/before.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/before_sleep.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/nap.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/retry.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/stop.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/tornadoweb.py +usr/lib/python3.10/site-packages/pip/_vendor/tenacity/wait.py +#usr/lib/python3.10/site-packages/pip/_vendor/tomli +usr/lib/python3.10/site-packages/pip/_vendor/tomli/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/tomli/_parser.py +usr/lib/python3.10/site-packages/pip/_vendor/tomli/_re.py +#usr/lib/python3.10/site-packages/pip/_vendor/urllib3 +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/_collections.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/_version.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/connection.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/connectionpool.py +#usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +#usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/appengine.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/socks.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/exceptions.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/fields.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/filepost.py +#usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/six.py +#usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/poolmanager.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/request.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py +#usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/connection.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/proxy.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/queue.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/request.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/response.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/retry.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssltransport.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/timeout.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/url.py +usr/lib/python3.10/site-packages/pip/_vendor/urllib3/util/wait.py +usr/lib/python3.10/site-packages/pip/_vendor/vendor.txt +#usr/lib/python3.10/site-packages/pip/_vendor/webencodings +usr/lib/python3.10/site-packages/pip/_vendor/webencodings/__init__.py +usr/lib/python3.10/site-packages/pip/_vendor/webencodings/labels.py +usr/lib/python3.10/site-packages/pip/_vendor/webencodings/mklabels.py +usr/lib/python3.10/site-packages/pip/_vendor/webencodings/tests.py +usr/lib/python3.10/site-packages/pip/_vendor/webencodings/x_user_defined.py +usr/lib/python3.10/site-packages/pip/py.typed +#usr/lib/python3.10/site-packages/pkg_resources +usr/lib/python3.10/site-packages/pkg_resources/__init__.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor +usr/lib/python3.10/site-packages/pkg_resources/_vendor/__init__.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/appdirs.py +#usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__about__.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__init__.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_compat.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_structures.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_typing.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/markers.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/requirements.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/specifiers.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/tags.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/utils.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/version.py +usr/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing.py +usr/lib/python3.10/site-packages/pkg_resources/extern +usr/lib/python3.10/site-packages/pkg_resources/extern/__init__.py +#usr/lib/python3.10/site-packages/pkg_resources/tests +usr/lib/python3.10/site-packages/pkg_resources/tests/data +usr/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source +usr/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py +#usr/lib/python3.10/site-packages/setuptools +#usr/lib/python3.10/site-packages/setuptools-58.1.0.dist-info +usr/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/INSTALLER +usr/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/LICENSE +usr/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/METADATA +usr/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/RECORD +usr/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/REQUESTED +usr/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/WHEEL +usr/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/entry_points.txt +usr/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/top_level.txt +usr/lib/python3.10/site-packages/setuptools/__init__.py +usr/lib/python3.10/site-packages/setuptools/_deprecation_warning.py +usr/lib/python3.10/site-packages/setuptools/_distutils +usr/lib/python3.10/site-packages/setuptools/_distutils/__init__.py +usr/lib/python3.10/site-packages/setuptools/_distutils/_msvccompiler.py +usr/lib/python3.10/site-packages/setuptools/_distutils/archive_util.py +usr/lib/python3.10/site-packages/setuptools/_distutils/bcppcompiler.py +usr/lib/python3.10/site-packages/setuptools/_distutils/ccompiler.py +usr/lib/python3.10/site-packages/setuptools/_distutils/cmd.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command +usr/lib/python3.10/site-packages/setuptools/_distutils/command/__init__.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/bdist.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_dumb.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_msi.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_rpm.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_wininst.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/build.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_clib.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_py.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_scripts.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/check.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/clean.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/config.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/install.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/install_data.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/install_egg_info.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/install_headers.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/install_lib.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/install_scripts.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/py37compat.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/register.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/sdist.py +usr/lib/python3.10/site-packages/setuptools/_distutils/command/upload.py +usr/lib/python3.10/site-packages/setuptools/_distutils/config.py +usr/lib/python3.10/site-packages/setuptools/_distutils/core.py +usr/lib/python3.10/site-packages/setuptools/_distutils/cygwinccompiler.py +usr/lib/python3.10/site-packages/setuptools/_distutils/debug.py +usr/lib/python3.10/site-packages/setuptools/_distutils/dep_util.py +usr/lib/python3.10/site-packages/setuptools/_distutils/dir_util.py +usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py +usr/lib/python3.10/site-packages/setuptools/_distutils/errors.py +usr/lib/python3.10/site-packages/setuptools/_distutils/extension.py +usr/lib/python3.10/site-packages/setuptools/_distutils/fancy_getopt.py +usr/lib/python3.10/site-packages/setuptools/_distutils/file_util.py +usr/lib/python3.10/site-packages/setuptools/_distutils/filelist.py +usr/lib/python3.10/site-packages/setuptools/_distutils/log.py +usr/lib/python3.10/site-packages/setuptools/_distutils/msvc9compiler.py +usr/lib/python3.10/site-packages/setuptools/_distutils/msvccompiler.py +usr/lib/python3.10/site-packages/setuptools/_distutils/py35compat.py +usr/lib/python3.10/site-packages/setuptools/_distutils/py38compat.py +usr/lib/python3.10/site-packages/setuptools/_distutils/spawn.py +usr/lib/python3.10/site-packages/setuptools/_distutils/sysconfig.py +usr/lib/python3.10/site-packages/setuptools/_distutils/text_file.py +usr/lib/python3.10/site-packages/setuptools/_distutils/unixccompiler.py +usr/lib/python3.10/site-packages/setuptools/_distutils/util.py +usr/lib/python3.10/site-packages/setuptools/_distutils/version.py +usr/lib/python3.10/site-packages/setuptools/_distutils/versionpredicate.py +usr/lib/python3.10/site-packages/setuptools/_imp.py +#usr/lib/python3.10/site-packages/setuptools/_vendor +usr/lib/python3.10/site-packages/setuptools/_vendor/__init__.py +#usr/lib/python3.10/site-packages/setuptools/_vendor/more_itertools +usr/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__init__.py +usr/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/more.py +usr/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/recipes.py +usr/lib/python3.10/site-packages/setuptools/_vendor/ordered_set.py +#usr/lib/python3.10/site-packages/setuptools/_vendor/packaging +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/__about__.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/__init__.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_compat.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_structures.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_typing.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/markers.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/requirements.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/specifiers.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/tags.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/utils.py +usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/version.py +usr/lib/python3.10/site-packages/setuptools/_vendor/pyparsing.py +usr/lib/python3.10/site-packages/setuptools/archive_util.py +usr/lib/python3.10/site-packages/setuptools/build_meta.py +usr/lib/python3.10/site-packages/setuptools/cli-32.exe +usr/lib/python3.10/site-packages/setuptools/cli-64.exe +usr/lib/python3.10/site-packages/setuptools/cli.exe +#usr/lib/python3.10/site-packages/setuptools/command +usr/lib/python3.10/site-packages/setuptools/command/__init__.py +usr/lib/python3.10/site-packages/setuptools/command/alias.py +usr/lib/python3.10/site-packages/setuptools/command/bdist_egg.py +usr/lib/python3.10/site-packages/setuptools/command/bdist_rpm.py +usr/lib/python3.10/site-packages/setuptools/command/build_clib.py +usr/lib/python3.10/site-packages/setuptools/command/build_ext.py +usr/lib/python3.10/site-packages/setuptools/command/build_py.py +usr/lib/python3.10/site-packages/setuptools/command/develop.py +usr/lib/python3.10/site-packages/setuptools/command/dist_info.py +usr/lib/python3.10/site-packages/setuptools/command/easy_install.py +usr/lib/python3.10/site-packages/setuptools/command/egg_info.py +usr/lib/python3.10/site-packages/setuptools/command/install.py +usr/lib/python3.10/site-packages/setuptools/command/install_egg_info.py +usr/lib/python3.10/site-packages/setuptools/command/install_lib.py +usr/lib/python3.10/site-packages/setuptools/command/install_scripts.py +#usr/lib/python3.10/site-packages/setuptools/command/launcher #manifest.xml -usr/lib/python3.8/site-packages/setuptools/command/py36compat.py -usr/lib/python3.8/site-packages/setuptools/command/register.py -usr/lib/python3.8/site-packages/setuptools/command/rotate.py -usr/lib/python3.8/site-packages/setuptools/command/saveopts.py -usr/lib/python3.8/site-packages/setuptools/command/sdist.py -usr/lib/python3.8/site-packages/setuptools/command/setopt.py -usr/lib/python3.8/site-packages/setuptools/command/test.py -usr/lib/python3.8/site-packages/setuptools/command/upload.py -usr/lib/python3.8/site-packages/setuptools/command/upload_docs.py -usr/lib/python3.8/site-packages/setuptools/config.py -usr/lib/python3.8/site-packages/setuptools/dep_util.py -usr/lib/python3.8/site-packages/setuptools/depends.py -usr/lib/python3.8/site-packages/setuptools/dist.py -usr/lib/python3.8/site-packages/setuptools/distutils_patch.py -usr/lib/python3.8/site-packages/setuptools/errors.py -usr/lib/python3.8/site-packages/setuptools/extension.py -usr/lib/python3.8/site-packages/setuptools/extern -usr/lib/python3.8/site-packages/setuptools/extern/__init__.py -usr/lib/python3.8/site-packages/setuptools/glob.py -usr/lib/python3.8/site-packages/setuptools/gui-32.exe -usr/lib/python3.8/site-packages/setuptools/gui-64.exe -usr/lib/python3.8/site-packages/setuptools/gui.exe -usr/lib/python3.8/site-packages/setuptools/installer.py -usr/lib/python3.8/site-packages/setuptools/launch.py -usr/lib/python3.8/site-packages/setuptools/lib2to3_ex.py -usr/lib/python3.8/site-packages/setuptools/monkey.py -usr/lib/python3.8/site-packages/setuptools/msvc.py -usr/lib/python3.8/site-packages/setuptools/namespaces.py -usr/lib/python3.8/site-packages/setuptools/package_index.py -usr/lib/python3.8/site-packages/setuptools/py27compat.py -usr/lib/python3.8/site-packages/setuptools/py31compat.py -usr/lib/python3.8/site-packages/setuptools/py33compat.py -usr/lib/python3.8/site-packages/setuptools/py34compat.py -usr/lib/python3.8/site-packages/setuptools/sandbox.py -#usr/lib/python3.8/site-packages/setuptools/script +usr/lib/python3.10/site-packages/setuptools/command/py36compat.py +usr/lib/python3.10/site-packages/setuptools/command/register.py +usr/lib/python3.10/site-packages/setuptools/command/rotate.py +usr/lib/python3.10/site-packages/setuptools/command/saveopts.py +usr/lib/python3.10/site-packages/setuptools/command/sdist.py +usr/lib/python3.10/site-packages/setuptools/command/setopt.py +usr/lib/python3.10/site-packages/setuptools/command/test.py +usr/lib/python3.10/site-packages/setuptools/command/upload.py +usr/lib/python3.10/site-packages/setuptools/command/upload_docs.py +usr/lib/python3.10/site-packages/setuptools/config.py +usr/lib/python3.10/site-packages/setuptools/dep_util.py +usr/lib/python3.10/site-packages/setuptools/depends.py +usr/lib/python3.10/site-packages/setuptools/dist.py +usr/lib/python3.10/site-packages/setuptools/errors.py +usr/lib/python3.10/site-packages/setuptools/extension.py +usr/lib/python3.10/site-packages/setuptools/extern +usr/lib/python3.10/site-packages/setuptools/extern/__init__.py +usr/lib/python3.10/site-packages/setuptools/glob.py +usr/lib/python3.10/site-packages/setuptools/gui-32.exe +usr/lib/python3.10/site-packages/setuptools/gui-64.exe +usr/lib/python3.10/site-packages/setuptools/gui.exe +usr/lib/python3.10/site-packages/setuptools/installer.py +usr/lib/python3.10/site-packages/setuptools/launch.py +usr/lib/python3.10/site-packages/setuptools/monkey.py +usr/lib/python3.10/site-packages/setuptools/msvc.py +usr/lib/python3.10/site-packages/setuptools/namespaces.py +usr/lib/python3.10/site-packages/setuptools/package_index.py +usr/lib/python3.10/site-packages/setuptools/py34compat.py +usr/lib/python3.10/site-packages/setuptools/sandbox.py +#usr/lib/python3.10/site-packages/setuptools/script #(dev).tmpl -usr/lib/python3.8/site-packages/setuptools/script.tmpl -usr/lib/python3.8/site-packages/setuptools/ssl_support.py -usr/lib/python3.8/site-packages/setuptools/unicode_utils.py -usr/lib/python3.8/site-packages/setuptools/version.py -usr/lib/python3.8/site-packages/setuptools/wheel.py -usr/lib/python3.8/site-packages/setuptools/windows_support.py -usr/lib/python3.8/site.py -usr/lib/python3.8/smtpd.py -usr/lib/python3.8/smtplib.py -usr/lib/python3.8/sndhdr.py -usr/lib/python3.8/socket.py -usr/lib/python3.8/socketserver.py -usr/lib/python3.8/sqlite3 -usr/lib/python3.8/sqlite3/__init__.py -usr/lib/python3.8/sqlite3/dbapi2.py -usr/lib/python3.8/sqlite3/dump.py -usr/lib/python3.8/sqlite3/test -usr/lib/python3.8/sre_compile.py -usr/lib/python3.8/sre_constants.py -usr/lib/python3.8/sre_parse.py -usr/lib/python3.8/ssl.py -usr/lib/python3.8/stat.py -usr/lib/python3.8/statistics.py -usr/lib/python3.8/string.py -usr/lib/python3.8/stringprep.py -usr/lib/python3.8/struct.py -usr/lib/python3.8/subprocess.py -usr/lib/python3.8/sunau.py -usr/lib/python3.8/symbol.py -usr/lib/python3.8/symtable.py -usr/lib/python3.8/sysconfig.py -usr/lib/python3.8/tabnanny.py -usr/lib/python3.8/tarfile.py -usr/lib/python3.8/telnetlib.py -usr/lib/python3.8/tempfile.py -usr/lib/python3.8/test -usr/lib/python3.8/textwrap.py -usr/lib/python3.8/this.py -usr/lib/python3.8/threading.py -usr/lib/python3.8/timeit.py -#usr/lib/python3.8/tkinter -usr/lib/python3.8/tkinter/__init__.py -usr/lib/python3.8/tkinter/__main__.py -usr/lib/python3.8/tkinter/colorchooser.py -usr/lib/python3.8/tkinter/commondialog.py -usr/lib/python3.8/tkinter/constants.py -usr/lib/python3.8/tkinter/dialog.py -usr/lib/python3.8/tkinter/dnd.py -usr/lib/python3.8/tkinter/filedialog.py -usr/lib/python3.8/tkinter/font.py -usr/lib/python3.8/tkinter/messagebox.py -usr/lib/python3.8/tkinter/scrolledtext.py -usr/lib/python3.8/tkinter/simpledialog.py -#usr/lib/python3.8/tkinter/test -usr/lib/python3.8/tkinter/tix.py -usr/lib/python3.8/tkinter/ttk.py -usr/lib/python3.8/token.py -usr/lib/python3.8/tokenize.py -usr/lib/python3.8/trace.py -usr/lib/python3.8/traceback.py -usr/lib/python3.8/tracemalloc.py -usr/lib/python3.8/tty.py -usr/lib/python3.8/turtle.py -#usr/lib/python3.8/turtledemo -usr/lib/python3.8/turtledemo/__init__.py -usr/lib/python3.8/turtledemo/__main__.py -usr/lib/python3.8/turtledemo/bytedesign.py -usr/lib/python3.8/turtledemo/chaos.py -usr/lib/python3.8/turtledemo/clock.py -usr/lib/python3.8/turtledemo/colormixer.py -usr/lib/python3.8/turtledemo/forest.py -usr/lib/python3.8/turtledemo/fractalcurves.py -usr/lib/python3.8/turtledemo/lindenmayer.py -usr/lib/python3.8/turtledemo/minimal_hanoi.py -usr/lib/python3.8/turtledemo/nim.py -usr/lib/python3.8/turtledemo/paint.py -usr/lib/python3.8/turtledemo/peace.py -usr/lib/python3.8/turtledemo/penrose.py -usr/lib/python3.8/turtledemo/planet_and_moon.py -usr/lib/python3.8/turtledemo/rosette.py -usr/lib/python3.8/turtledemo/round_dance.py -usr/lib/python3.8/turtledemo/sorting_animate.py -usr/lib/python3.8/turtledemo/tree.py -usr/lib/python3.8/turtledemo/turtle.cfg -usr/lib/python3.8/turtledemo/two_canvases.py -usr/lib/python3.8/turtledemo/yinyang.py -usr/lib/python3.8/types.py -usr/lib/python3.8/typing.py -usr/lib/python3.8/unittest -usr/lib/python3.8/unittest/__init__.py -usr/lib/python3.8/unittest/__main__.py -usr/lib/python3.8/unittest/async_case.py -usr/lib/python3.8/unittest/case.py -usr/lib/python3.8/unittest/loader.py -usr/lib/python3.8/unittest/main.py -usr/lib/python3.8/unittest/mock.py -usr/lib/python3.8/unittest/result.py -usr/lib/python3.8/unittest/runner.py -usr/lib/python3.8/unittest/signals.py -usr/lib/python3.8/unittest/suite.py -usr/lib/python3.8/unittest/test -usr/lib/python3.8/unittest/util.py -#usr/lib/python3.8/urllib -usr/lib/python3.8/urllib/__init__.py -usr/lib/python3.8/urllib/error.py -usr/lib/python3.8/urllib/parse.py -usr/lib/python3.8/urllib/request.py -usr/lib/python3.8/urllib/response.py -usr/lib/python3.8/urllib/robotparser.py -usr/lib/python3.8/uu.py -usr/lib/python3.8/uuid.py -#usr/lib/python3.8/venv -usr/lib/python3.8/venv/__init__.py -usr/lib/python3.8/venv/__main__.py -usr/lib/python3.8/venv/scripts -usr/lib/python3.8/venv/scripts/common -usr/lib/python3.8/venv/scripts/common/Activate.ps1 -usr/lib/python3.8/venv/scripts/common/activate -usr/lib/python3.8/venv/scripts/posix -usr/lib/python3.8/venv/scripts/posix/activate.csh -usr/lib/python3.8/venv/scripts/posix/activate.fish -usr/lib/python3.8/warnings.py -usr/lib/python3.8/wave.py -usr/lib/python3.8/weakref.py -usr/lib/python3.8/webbrowser.py -#usr/lib/python3.8/wsgiref -usr/lib/python3.8/wsgiref/__init__.py -usr/lib/python3.8/wsgiref/handlers.py -usr/lib/python3.8/wsgiref/headers.py -usr/lib/python3.8/wsgiref/simple_server.py -usr/lib/python3.8/wsgiref/util.py -usr/lib/python3.8/wsgiref/validate.py -usr/lib/python3.8/xdrlib.py -#usr/lib/python3.8/xml -usr/lib/python3.8/xml/__init__.py -#usr/lib/python3.8/xml/dom -usr/lib/python3.8/xml/dom/NodeFilter.py -usr/lib/python3.8/xml/dom/__init__.py -usr/lib/python3.8/xml/dom/domreg.py -usr/lib/python3.8/xml/dom/expatbuilder.py -usr/lib/python3.8/xml/dom/minicompat.py -usr/lib/python3.8/xml/dom/minidom.py -usr/lib/python3.8/xml/dom/pulldom.py -usr/lib/python3.8/xml/dom/xmlbuilder.py -#usr/lib/python3.8/xml/etree -usr/lib/python3.8/xml/etree/ElementInclude.py -usr/lib/python3.8/xml/etree/ElementPath.py -usr/lib/python3.8/xml/etree/ElementTree.py -usr/lib/python3.8/xml/etree/__init__.py -usr/lib/python3.8/xml/etree/cElementTree.py -#usr/lib/python3.8/xml/parsers -usr/lib/python3.8/xml/parsers/__init__.py -usr/lib/python3.8/xml/parsers/expat.py -#usr/lib/python3.8/xml/sax -usr/lib/python3.8/xml/sax/__init__.py -usr/lib/python3.8/xml/sax/_exceptions.py -usr/lib/python3.8/xml/sax/expatreader.py -usr/lib/python3.8/xml/sax/handler.py -usr/lib/python3.8/xml/sax/saxutils.py -usr/lib/python3.8/xml/sax/xmlreader.py -#usr/lib/python3.8/xmlrpc -usr/lib/python3.8/xmlrpc/__init__.py -usr/lib/python3.8/xmlrpc/client.py -usr/lib/python3.8/xmlrpc/server.py -usr/lib/python3.8/zipapp.py -usr/lib/python3.8/zipfile.py -usr/lib/python3.8/zipimport.py +usr/lib/python3.10/site-packages/setuptools/script.tmpl +usr/lib/python3.10/site-packages/setuptools/unicode_utils.py +usr/lib/python3.10/site-packages/setuptools/version.py +usr/lib/python3.10/site-packages/setuptools/wheel.py +usr/lib/python3.10/site-packages/setuptools/windows_support.py +usr/lib/python3.10/site.py +usr/lib/python3.10/smtpd.py +usr/lib/python3.10/smtplib.py +usr/lib/python3.10/sndhdr.py +usr/lib/python3.10/socket.py +usr/lib/python3.10/socketserver.py +usr/lib/python3.10/sqlite3 +usr/lib/python3.10/sqlite3/__init__.py +usr/lib/python3.10/sqlite3/dbapi2.py +usr/lib/python3.10/sqlite3/dump.py +usr/lib/python3.10/sqlite3/test +usr/lib/python3.10/sre_compile.py +usr/lib/python3.10/sre_constants.py +usr/lib/python3.10/sre_parse.py +usr/lib/python3.10/ssl.py +usr/lib/python3.10/stat.py +usr/lib/python3.10/statistics.py +usr/lib/python3.10/string.py +usr/lib/python3.10/stringprep.py +usr/lib/python3.10/struct.py +usr/lib/python3.10/subprocess.py +usr/lib/python3.10/sunau.py +usr/lib/python3.10/symtable.py +usr/lib/python3.10/sysconfig.py +usr/lib/python3.10/tabnanny.py +usr/lib/python3.10/tarfile.py +usr/lib/python3.10/telnetlib.py +usr/lib/python3.10/tempfile.py +usr/lib/python3.10/test +usr/lib/python3.10/textwrap.py +usr/lib/python3.10/this.py +usr/lib/python3.10/threading.py +usr/lib/python3.10/timeit.py +#usr/lib/python3.10/tkinter +usr/lib/python3.10/tkinter/__init__.py +usr/lib/python3.10/tkinter/__main__.py +usr/lib/python3.10/tkinter/colorchooser.py +usr/lib/python3.10/tkinter/commondialog.py +usr/lib/python3.10/tkinter/constants.py +usr/lib/python3.10/tkinter/dialog.py +usr/lib/python3.10/tkinter/dnd.py +usr/lib/python3.10/tkinter/filedialog.py +usr/lib/python3.10/tkinter/font.py +usr/lib/python3.10/tkinter/messagebox.py +usr/lib/python3.10/tkinter/scrolledtext.py +usr/lib/python3.10/tkinter/simpledialog.py +#usr/lib/python3.10/tkinter/test +usr/lib/python3.10/tkinter/tix.py +usr/lib/python3.10/tkinter/ttk.py +usr/lib/python3.10/token.py +usr/lib/python3.10/tokenize.py +usr/lib/python3.10/trace.py +usr/lib/python3.10/traceback.py +usr/lib/python3.10/tracemalloc.py +usr/lib/python3.10/tty.py +usr/lib/python3.10/turtle.py +#usr/lib/python3.10/turtledemo +usr/lib/python3.10/turtledemo/__init__.py +usr/lib/python3.10/turtledemo/__main__.py +usr/lib/python3.10/turtledemo/bytedesign.py +usr/lib/python3.10/turtledemo/chaos.py +usr/lib/python3.10/turtledemo/clock.py +usr/lib/python3.10/turtledemo/colormixer.py +usr/lib/python3.10/turtledemo/forest.py +usr/lib/python3.10/turtledemo/fractalcurves.py +usr/lib/python3.10/turtledemo/lindenmayer.py +usr/lib/python3.10/turtledemo/minimal_hanoi.py +usr/lib/python3.10/turtledemo/nim.py +usr/lib/python3.10/turtledemo/paint.py +usr/lib/python3.10/turtledemo/peace.py +usr/lib/python3.10/turtledemo/penrose.py +usr/lib/python3.10/turtledemo/planet_and_moon.py +usr/lib/python3.10/turtledemo/rosette.py +usr/lib/python3.10/turtledemo/round_dance.py +usr/lib/python3.10/turtledemo/sorting_animate.py +usr/lib/python3.10/turtledemo/tree.py +usr/lib/python3.10/turtledemo/turtle.cfg +usr/lib/python3.10/turtledemo/two_canvases.py +usr/lib/python3.10/turtledemo/yinyang.py +usr/lib/python3.10/types.py +usr/lib/python3.10/typing.py +usr/lib/python3.10/unittest +usr/lib/python3.10/unittest/__init__.py +usr/lib/python3.10/unittest/__main__.py +usr/lib/python3.10/unittest/_log.py +usr/lib/python3.10/unittest/async_case.py +usr/lib/python3.10/unittest/case.py +usr/lib/python3.10/unittest/loader.py +usr/lib/python3.10/unittest/main.py +usr/lib/python3.10/unittest/mock.py +usr/lib/python3.10/unittest/result.py +usr/lib/python3.10/unittest/runner.py +usr/lib/python3.10/unittest/signals.py +usr/lib/python3.10/unittest/suite.py +usr/lib/python3.10/unittest/test +usr/lib/python3.10/unittest/util.py +#usr/lib/python3.10/urllib +usr/lib/python3.10/urllib/__init__.py +usr/lib/python3.10/urllib/error.py +usr/lib/python3.10/urllib/parse.py +usr/lib/python3.10/urllib/request.py +usr/lib/python3.10/urllib/response.py +usr/lib/python3.10/urllib/robotparser.py +usr/lib/python3.10/uu.py +usr/lib/python3.10/uuid.py +#usr/lib/python3.10/venv +usr/lib/python3.10/venv/__init__.py +usr/lib/python3.10/venv/__main__.py +usr/lib/python3.10/venv/scripts +usr/lib/python3.10/venv/scripts/common +usr/lib/python3.10/venv/scripts/common/Activate.ps1 +usr/lib/python3.10/venv/scripts/common/activate +usr/lib/python3.10/venv/scripts/posix +usr/lib/python3.10/venv/scripts/posix/activate.csh +usr/lib/python3.10/venv/scripts/posix/activate.fish +usr/lib/python3.10/warnings.py +usr/lib/python3.10/wave.py +usr/lib/python3.10/weakref.py +usr/lib/python3.10/webbrowser.py +#usr/lib/python3.10/wsgiref +usr/lib/python3.10/wsgiref/__init__.py +usr/lib/python3.10/wsgiref/handlers.py +usr/lib/python3.10/wsgiref/headers.py +usr/lib/python3.10/wsgiref/simple_server.py +usr/lib/python3.10/wsgiref/util.py +usr/lib/python3.10/wsgiref/validate.py +usr/lib/python3.10/xdrlib.py +#usr/lib/python3.10/xml +usr/lib/python3.10/xml/__init__.py +#usr/lib/python3.10/xml/dom +usr/lib/python3.10/xml/dom/NodeFilter.py +usr/lib/python3.10/xml/dom/__init__.py +usr/lib/python3.10/xml/dom/domreg.py +usr/lib/python3.10/xml/dom/expatbuilder.py +usr/lib/python3.10/xml/dom/minicompat.py +usr/lib/python3.10/xml/dom/minidom.py +usr/lib/python3.10/xml/dom/pulldom.py +usr/lib/python3.10/xml/dom/xmlbuilder.py +#usr/lib/python3.10/xml/etree +usr/lib/python3.10/xml/etree/ElementInclude.py +usr/lib/python3.10/xml/etree/ElementPath.py +usr/lib/python3.10/xml/etree/ElementTree.py +usr/lib/python3.10/xml/etree/__init__.py +usr/lib/python3.10/xml/etree/cElementTree.py +#usr/lib/python3.10/xml/parsers +usr/lib/python3.10/xml/parsers/__init__.py +usr/lib/python3.10/xml/parsers/expat.py +#usr/lib/python3.10/xml/sax +usr/lib/python3.10/xml/sax/__init__.py +usr/lib/python3.10/xml/sax/_exceptions.py +usr/lib/python3.10/xml/sax/expatreader.py +usr/lib/python3.10/xml/sax/handler.py +usr/lib/python3.10/xml/sax/saxutils.py +usr/lib/python3.10/xml/sax/xmlreader.py +#usr/lib/python3.10/xmlrpc +usr/lib/python3.10/xmlrpc/__init__.py +usr/lib/python3.10/xmlrpc/client.py +usr/lib/python3.10/xmlrpc/server.py +usr/lib/python3.10/zipapp.py +usr/lib/python3.10/zipfile.py +usr/lib/python3.10/zipimport.py +#usr/lib/python3.10/zoneinfo +usr/lib/python3.10/zoneinfo/__init__.py +usr/lib/python3.10/zoneinfo/_common.py +usr/lib/python3.10/zoneinfo/_tzpath.py +usr/lib/python3.10/zoneinfo/_zoneinfo.py #usr/share/man/man1/python3.1 -#usr/share/man/man1/python3.8.1 +#usr/share/man/man1/python3.10.1 diff --git a/lfs/python3 b/lfs/python3 index 13c403331..7e2884e2d 100644 --- a/lfs/python3 +++ b/lfs/python3 @@ -24,7 +24,7 @@ include Config -VER = 3.8.7 +VER = 3.10.1 THISAPP = Python-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -61,7 +61,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 60fe018fffc7f33818e6c340d29e2db9 +$(DL_FILE)_MD5 = 789210934745a65247a3ebf5da9adb64 install : $(TARGET) @@ -107,9 +107,9 @@ endif # Remove precompiled pycache at toolchain and tests ifneq "$(ROOT)" "" - cd $(TOOLS_DIR)/lib/python3.8 && find . | grep -E "(/__pycache__|/test/)" | xargs rm -rf + cd $(TOOLS_DIR)/lib/python3.10 && find . | grep -E "(/__pycache__|/test/)" | xargs rm -rf else - cd /usr/lib/python3.8 && find . | grep -E "(/test/)" | xargs rm -rf + cd /usr/lib/python3.10 && find . | grep -E "(/test/)" | xargs rm -rf endif @rm -rf $(DIR_APP) From e0e53ada0ab58153c958662e1c3cf53bf06ceea7 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 24 Jan 2022 17:16:22 +0100 Subject: [PATCH 092/339] python3-setuptools-scm: Update to version 6.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 3.2.0 (Jan 2019) to 6.3.2 (Sep 2021) - Update of rootfile - Changelog 6.3.2 * fix #629: correctly convert Version data in tags_to_version parser to avoid errors 6.3.1 * fix #625: restore tomli in install_requires after the regression changes in took it out and some users never added it even tho they have pyproject.toml files 6.3.0 .. warning:: This release explicitly warns on unsupported setuptools. This unfortunately has to happen as the legacy ``setup_requires`` mechanism incorrectly configures the setuptools working-set when a more recent setuptools version than available is required. As all releases of setuptools are affected as the historic mechanism for ensuring a working setuptools setup was shipping a ``ez_setup`` file next to ``setup.py``, which would install the required version of setuptools. This mechanism has long since been deprecated and removed as most people haven't been using it * fix #612: depend on packaging to ensure version parsing parts * fix #611: correct the typo that hid away the toml extra and add it in ``setup.py`` as well * fix #615: restore support for the git_archive plugin which doesn't pass over the config * restore the ability to run on old setuptools while to avoid breaking pipelines v6.2.0 * fix #608: resolve tomli dependency issue by making it a hard dependency as all intended/supported install options use pip/wheel this is only a feature release * ensure python 3.10 works v6.1.1 * fix #605: completely disallow bdist_egg - modern enough setuptools>=45 uses pip * fix #606: re-integrate and harden toml parsing * fix #597: harden and expand support for figuring the current distribution name from `pyproject.toml` (`project.name` or `tool.setuptools_scm.dist_name`) section or `setup.cfg` (`metadata.name`) v6.1.0 * fix #587: don't fail file finders when distribution is not given * fix #524: new parameters ``normalize`` and ``version_cls`` to customize the version normalization class. * fix #585: switch from toml to tomli for toml 1.0 support * fix #591: allow to opt in for searching parent directories in the api * fix #589: handle yaml encoding using the expected defaults * fix #575: recommend storing the version_module inside of ``mypkg/_version.py`` * fix #571: accept branches starting with ``v`` as release branches * fix #557: Use ``packaging.version`` for ``version_tuple`` * fix #544: enhance errors on unsupported python/setuptools versions v6.0.1 * fix #537: drop node_date on old git to avoid errors on missing %cI v6.0.0 * fix #517: drop dead python support >3.6 required * drop dead setuptools support > 45 required (can install wheels) * drop egg building (use wheels) * add git node_date metadata to get the commit time-stamp of HEAD * allow version schemes to be priority ordered lists of version schemes * support for calendar versioning (calver) by date v5.0.2 * fix #415: use git for matching prefixes to support the windows situation v5.0.1 * fix #509: support ``SETUPTOOLS_SCM_PRETEND_VERSION_FOR_${DISTRIBUTION_NAME}`` for ``pyproject.toml`` v5.0.0 Breaking changes: * fix #339: strict errors on missing scms when parsing a scm dir to avoid false version lookups v5.0.2 * fix #415: use git for matching prefixes to support the windows situation v5.0.1 * fix #509: support ``SETUPTOOLS_SCM_PRETEND_VERSION_FOR_${DISTRIBUTION_NAME}`` for ``pyproject.toml`` v5.0.0 Breaking changes: * fix #339: strict errors on missing scms when parsing a scm dir to avoid false version lookups * fix #337: if relative_to is a directory instead of a file, consider it as direct target instead of the containing folder and print a warning Bugfixes: * fix #352: add support for generally ignoring specific vcs roots * fix #471: better error for version bump failing on complex but accepted tag * fix #479: raise indicative error when tags carry non-parsable information * Add `no-guess-dev` which does no next version guessing, just adds `.post1.devN` in case there are new commits after the tag * add python3.9 * enhance documentation * consider SOURCE_DATE_EPOCH for versioning * add a version_tuple to write_to templates * fix #321: add support for the ``SETUPTOOLS_SCM_PRETEND_VERSION_FOR_${DISTRIBUTION_NAME}`` env var to target the pretend key * fix #142: clearly list supported scm * fix #213: better error message for non-zero dev numbers in tags * fix #356: add git branch to version on describe failure v4.1.2 * disallow git tags without dots by default again - #449 v4.1.1 * drop jaraco.windows from pyproject.toml, allows for wheel builds on python2 v4.1.0 * include python 3.9 via the deadsnakes action * return release_branch_semver scheme (it got dropped in a bad rebase) * undo the devendoring of the samefile backport for python2.7 on windows * re-enable the building of universal wheels * fix handling of missing git/hg on python2.7 (python 3 exceptions where used) * correct the tox flake8 invocation * trigger builds on tags again v4.0.0 * Add ``parentdir_prefix_version`` to support installs from GitHub release tarballs. * use Coordinated Universal Time (UTC) * switch to github actions for ci * fix documentation for ``tag_regex`` and add support for single digit versions * document handling of enterprise distros with unsupported setuptools versions #312 * switch to declarative metadata * drop the internal copy of samefile and use a dependency on jaraco.windows on legacy systems * select git tags based on the presence of numbers instead of dots * enable getting a version form a parent folder prefix * add release-branch-semver version scheme * make global configuration available to version metadata * drop official support for python 3.4 v3.5.0 * add ``no-local-version`` local scheme and improve documentation for schemes v3.4.4 * fix #403: also sort out resource warnings when dealing with git file finding v3.4.3 * fix #399: ensure the git file finder terminates subprocess after reading archive v3.4.2 * fix #395: correctly transfer tag regex in the Configuration constructor * rollback --first-parent for git describe as it turns out to be a regression for some users v3.4.1 * pull in #377 to fix #374: correctly set up the default version scheme for pyproject usage. this bugfix got missed when ruushing the release. v3.4.0 * fix #181 - add support for projects built under setuptools declarative config by way of the setuptools.finalize_distribution_options hook in Setuptools 42. * fix #305 - ensure the git file finder closes filedescriptors even when errors happen * fix #381 - clean out env vars from the git hook system to ensure correct function from within * modernize docs wrt importlib.metadata *edited* * use --first-parent for git describe v3.3.3 * add eggs for python3.7 and 3.8 to the deploy v3.3.2 * fix #335 - fix python3.8 support and add builds for up to python3.8 v3.3.1 * fix #333 (regression from #198) - use a specific fallback root when calling fallbacks. Remove old hack that resets the root when fallback entrypoints are present. v3.3.0 this bugfix got missed when ruushing the release. v3.4.0 * fix #181 - add support for projects built under setuptools declarative config by way of the setuptools.finalize_distribution_options hook in Setuptools 42. * fix #305 - ensure the git file finder closes filedescriptors even when errors happen * fix #381 - clean out env vars from the git hook system to ensure correct function from within * modernize docs wrt importlib.metadata *edited* * use --first-parent for git describe v3.3.3 * add eggs for python3.7 and 3.8 to the deploy v3.3.2 * fix #335 - fix python3.8 support and add builds for up to python3.8 v3.3.1 * fix #333 (regression from #198) - use a specific fallback root when calling fallbacks. Remove old hack that resets the root when fallback entrypoints are present. v3.3.0 * fix #198 by adding the ``fallback_version`` option, which sets the version to be used when everything else fails. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- .../rootfiles/common/python3-setuptools-scm | 47 ++++++++++--------- lfs/python3-setuptools-scm | 6 +-- 2 files changed, 28 insertions(+), 25 deletions(-) diff --git a/config/rootfiles/common/python3-setuptools-scm b/config/rootfiles/common/python3-setuptools-scm index 5c0462e49..8f16d3e91 100644 --- a/config/rootfiles/common/python3-setuptools-scm +++ b/config/rootfiles/common/python3-setuptools-scm @@ -1,22 +1,25 @@ -#usr/lib/python3.8/site-packages/setuptools_scm -#usr/lib/python3.8/site-packages/setuptools_scm-3.2.0-py3.8.egg-info -#usr/lib/python3.8/site-packages/setuptools_scm-3.2.0-py3.8.egg-info/PKG-INFO -#usr/lib/python3.8/site-packages/setuptools_scm-3.2.0-py3.8.egg-info/SOURCES.txt -#usr/lib/python3.8/site-packages/setuptools_scm-3.2.0-py3.8.egg-info/dependency_links.txt -#usr/lib/python3.8/site-packages/setuptools_scm-3.2.0-py3.8.egg-info/entry_points.txt -#usr/lib/python3.8/site-packages/setuptools_scm-3.2.0-py3.8.egg-info/top_level.txt -#usr/lib/python3.8/site-packages/setuptools_scm-3.2.0-py3.8.egg-info/zip-safe -#usr/lib/python3.8/site-packages/setuptools_scm/__init__.py -#usr/lib/python3.8/site-packages/setuptools_scm/__main__.py -#usr/lib/python3.8/site-packages/setuptools_scm/config.py -#usr/lib/python3.8/site-packages/setuptools_scm/discover.py -#usr/lib/python3.8/site-packages/setuptools_scm/file_finder.py -#usr/lib/python3.8/site-packages/setuptools_scm/file_finder_git.py -#usr/lib/python3.8/site-packages/setuptools_scm/file_finder_hg.py -#usr/lib/python3.8/site-packages/setuptools_scm/git.py -#usr/lib/python3.8/site-packages/setuptools_scm/hacks.py -#usr/lib/python3.8/site-packages/setuptools_scm/hg.py -#usr/lib/python3.8/site-packages/setuptools_scm/integration.py -#usr/lib/python3.8/site-packages/setuptools_scm/utils.py -#usr/lib/python3.8/site-packages/setuptools_scm/version.py -#usr/lib/python3.8/site-packages/setuptools_scm/win_py31_compat.py +#usr/lib/python3.10/site-packages/setuptools_scm +#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info +#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/entry_points.txt +#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/zip-safe +#usr/lib/python3.10/site-packages/setuptools_scm/__init__.py +#usr/lib/python3.10/site-packages/setuptools_scm/__main__.py +#usr/lib/python3.10/site-packages/setuptools_scm/_version_cls.py +#usr/lib/python3.10/site-packages/setuptools_scm/config.py +#usr/lib/python3.10/site-packages/setuptools_scm/discover.py +#usr/lib/python3.10/site-packages/setuptools_scm/file_finder.py +#usr/lib/python3.10/site-packages/setuptools_scm/file_finder_git.py +#usr/lib/python3.10/site-packages/setuptools_scm/file_finder_hg.py +#usr/lib/python3.10/site-packages/setuptools_scm/git.py +#usr/lib/python3.10/site-packages/setuptools_scm/hacks.py +#usr/lib/python3.10/site-packages/setuptools_scm/hg.py +#usr/lib/python3.10/site-packages/setuptools_scm/hg_git.py +#usr/lib/python3.10/site-packages/setuptools_scm/integration.py +#usr/lib/python3.10/site-packages/setuptools_scm/scm_workdir.py +#usr/lib/python3.10/site-packages/setuptools_scm/utils.py +#usr/lib/python3.10/site-packages/setuptools_scm/version.py diff --git a/lfs/python3-setuptools-scm b/lfs/python3-setuptools-scm index 048d92895..eae5bfc4f 100644 --- a/lfs/python3-setuptools-scm +++ b/lfs/python3-setuptools-scm @@ -24,7 +24,7 @@ include Config -VER = 3.2.0 +VER = 6.3.2 THISAPP = setuptools_scm-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-setuptools-scm -PAK_VER = 1 +PAK_VER = 2 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 178e4e7b14c163e0e77ae7ec6684cc0f +$(DL_FILE)_MD5 = 32918d8ac566360c21411e0b3556c695 install : $(TARGET) From 58bc100d9c6abad7fc5240822ab57a24b8ad1a4c Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 24 Jan 2022 17:16:23 +0100 Subject: [PATCH 093/339] python3-tomli: Required for build of updated python3-setuptools-scm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - tomli only required for build of python3-setuptools-scm so rootfile has all entries commented out. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/python3-tomli | 11 ++++ lfs/python3-tomli | 81 +++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 config/rootfiles/common/python3-tomli create mode 100644 lfs/python3-tomli diff --git a/config/rootfiles/common/python3-tomli b/config/rootfiles/common/python3-tomli new file mode 100644 index 000000000..5c24ff0ea --- /dev/null +++ b/config/rootfiles/common/python3-tomli @@ -0,0 +1,11 @@ +#usr/lib/python3.10/site-packages/tomli +#usr/lib/python3.10/site-packages/tomli-2.0.0-py3.10.egg-info +#usr/lib/python3.10/site-packages/tomli-2.0.0-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/tomli-2.0.0-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/tomli-2.0.0-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/tomli-2.0.0-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/tomli/__init__.py +#usr/lib/python3.10/site-packages/tomli/_parser.py +#usr/lib/python3.10/site-packages/tomli/_re.py +#usr/lib/python3.10/site-packages/tomli/_types.py +#usr/lib/python3.10/site-packages/tomli/py.typed diff --git a/lfs/python3-tomli b/lfs/python3-tomli new file mode 100644 index 000000000..e29b81130 --- /dev/null +++ b/lfs/python3-tomli @@ -0,0 +1,81 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2020 IPFire Team # +# # +# 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see . # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +VER = 2.0.0 + +THISAPP = tomli-$(VER) +DL_FILE = $(THISAPP).tar.gz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) +PROG = python3-tomli +PAK_VER = 1 + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = 380cd9b4320979dd427ecd5dde184846 + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +dist: + @$(PAK) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && python3 -m pyproject2setuppy.main build + cd $(DIR_APP) && python3 -m pyproject2setuppy.main install --root=/ + @rm -rf $(DIR_APP) + @$(POSTBUILD) From e4ca3de7f6043d5122fdce525d9a7bdbe342eaab Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 24 Jan 2022 17:16:24 +0100 Subject: [PATCH 094/339] python3-pyproject2setuppy: Required for build of python3-tomli MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - pyproject2setuppy only required for build of python3-tomli so rootfile has all entries commented out. - python3-tomli has no setup.py file so pyproject2setuppy used to convert pyproject.toml file into a setup.py file Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- .../common/python3-pyproject2setuppy | 22 +++++ lfs/python3-pyproject2setuppy | 81 +++++++++++++++++++ 2 files changed, 103 insertions(+) create mode 100644 config/rootfiles/common/python3-pyproject2setuppy create mode 100644 lfs/python3-pyproject2setuppy diff --git a/config/rootfiles/common/python3-pyproject2setuppy b/config/rootfiles/common/python3-pyproject2setuppy new file mode 100644 index 000000000..84b2243e8 --- /dev/null +++ b/config/rootfiles/common/python3-pyproject2setuppy @@ -0,0 +1,22 @@ +#usr/lib/python3.10/site-packages/pyproject2setuppy +#usr/lib/python3.10/site-packages/pyproject2setuppy-22-py3.10.egg-info +#usr/lib/python3.10/site-packages/pyproject2setuppy-22-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/pyproject2setuppy-22-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/pyproject2setuppy-22-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/pyproject2setuppy-22-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/pyproject2setuppy/__init__.py +#usr/lib/python3.10/site-packages/pyproject2setuppy/__init__.pyc +#usr/lib/python3.10/site-packages/pyproject2setuppy/__main__.py +#usr/lib/python3.10/site-packages/pyproject2setuppy/__main__.pyc +#usr/lib/python3.10/site-packages/pyproject2setuppy/common.py +#usr/lib/python3.10/site-packages/pyproject2setuppy/common.pyc +#usr/lib/python3.10/site-packages/pyproject2setuppy/flit.py +#usr/lib/python3.10/site-packages/pyproject2setuppy/flit.pyc +#usr/lib/python3.10/site-packages/pyproject2setuppy/main.py +#usr/lib/python3.10/site-packages/pyproject2setuppy/main.pyc +#usr/lib/python3.10/site-packages/pyproject2setuppy/pep621.py +#usr/lib/python3.10/site-packages/pyproject2setuppy/pep621.pyc +#usr/lib/python3.10/site-packages/pyproject2setuppy/poetry.py +#usr/lib/python3.10/site-packages/pyproject2setuppy/poetry.pyc +#usr/lib/python3.10/site-packages/pyproject2setuppy/setuptools.py +#usr/lib/python3.10/site-packages/pyproject2setuppy/setuptools.pyc diff --git a/lfs/python3-pyproject2setuppy b/lfs/python3-pyproject2setuppy new file mode 100644 index 000000000..3308e1abe --- /dev/null +++ b/lfs/python3-pyproject2setuppy @@ -0,0 +1,81 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2020 IPFire Team # +# # +# 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see . # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +VER = 22 + +THISAPP = pyproject2setuppy-$(VER) +DL_FILE = $(THISAPP).tar.gz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) +PROG = python3-pyproject2setuppy +PAK_VER = 1 + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = 4e05462e3e3d86079ca7ed6f7b25b1ef + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +dist: + @$(PAK) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && python3 setup.py build + cd $(DIR_APP) && python3 setup.py install --root=/ + @rm -rf $(DIR_APP) + @$(POSTBUILD) From 8b5b4dbe46258250cb8bfac2828bfd03ac874dbb Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 24 Jan 2022 17:16:25 +0100 Subject: [PATCH 095/339] python3-toml: Required for build of python3-pyproject2setuppy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - python3-toml only required for build of python3-pyproject2setuppy so rootfile has all entries commented out. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/python3-toml | 11 ++++ lfs/python3-toml | 81 ++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 config/rootfiles/common/python3-toml create mode 100644 lfs/python3-toml diff --git a/config/rootfiles/common/python3-toml b/config/rootfiles/common/python3-toml new file mode 100644 index 000000000..8ed13f3d2 --- /dev/null +++ b/config/rootfiles/common/python3-toml @@ -0,0 +1,11 @@ +#usr/lib/python3.10/site-packages/toml +#usr/lib/python3.10/site-packages/toml-0.10.2-py3.10.egg-info +#usr/lib/python3.10/site-packages/toml-0.10.2-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/toml-0.10.2-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/toml-0.10.2-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/toml-0.10.2-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/toml/__init__.py +#usr/lib/python3.10/site-packages/toml/decoder.py +#usr/lib/python3.10/site-packages/toml/encoder.py +#usr/lib/python3.10/site-packages/toml/ordered.py +#usr/lib/python3.10/site-packages/toml/tz.py diff --git a/lfs/python3-toml b/lfs/python3-toml new file mode 100644 index 000000000..7edb926ac --- /dev/null +++ b/lfs/python3-toml @@ -0,0 +1,81 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2020 IPFire Team # +# # +# 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see . # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +VER = 0.10.2 + +THISAPP = toml-$(VER) +DL_FILE = $(THISAPP).tar.gz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) +PROG = python3-toml +PAK_VER = 1 + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = 59bce5d8d67e858735ec3f399ec90253 + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +dist: + @$(PAK) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && python3 setup.py build + cd $(DIR_APP) && python3 setup.py install --root=/ + @rm -rf $(DIR_APP) + @$(POSTBUILD) From f197297c6c0508d16765a45cb713738081d8f3c5 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 24 Jan 2022 17:16:26 +0100 Subject: [PATCH 096/339] python3-six: Update to version 1.16.0 and python3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 1.14.0 to 1.16.0 - Update of rootfile - Changelog 1.16.0 - Pull request #343, issue #341, pull request #349: Port _SixMetaPathImporter to Python 3.10. 1.15.0 - Pull request #331: Optimize `six.ensure_str` and `six.ensure_binary`. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/packages/python3-six | 12 ++++++------ lfs/python3-six | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/packages/python3-six b/config/rootfiles/packages/python3-six index 0801d36da..3c1446932 100644 --- a/config/rootfiles/packages/python3-six +++ b/config/rootfiles/packages/python3-six @@ -1,6 +1,6 @@ -#usr/lib/python3.8/site-packages/six-1.14.0-py3.8.egg-info -#usr/lib/python3.8/site-packages/six-1.14.0-py3.8.egg-info/PKG-INFO -#usr/lib/python3.8/site-packages/six-1.14.0-py3.8.egg-info/SOURCES.txt -#usr/lib/python3.8/site-packages/six-1.14.0-py3.8.egg-info/dependency_links.txt -#usr/lib/python3.8/site-packages/six-1.14.0-py3.8.egg-info/top_level.txt -usr/lib/python3.8/site-packages/six.py +#usr/lib/python3.10/site-packages/six-1.16.0-py3.10.egg-info +#usr/lib/python3.10/site-packages/six-1.16.0-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/six-1.16.0-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/six-1.16.0-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/six-1.16.0-py3.10.egg-info/top_level.txt +usr/lib/python3.10/site-packages/six.py diff --git a/lfs/python3-six b/lfs/python3-six index 9d467f273..e1c4a36d7 100644 --- a/lfs/python3-six +++ b/lfs/python3-six @@ -24,7 +24,7 @@ include Config -VER = 1.14.0 +VER = 1.16.0 THISAPP = six-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-six -PAK_VER = 3 +PAK_VER = 4 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 21674588a57e649d1a6d977ec3122140 +$(DL_FILE)_MD5 = a7c927740e4964dd29b72cebfc1429bb install : $(TARGET) From 4627524aaa59a73c0bff53585050f88a5f39eea5 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 24 Jan 2022 17:16:27 +0100 Subject: [PATCH 097/339] python3-packaging: Required for build of updated python3-six MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - python3-packaging only required for build of python3-six so rootfile has all entries commented out. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/python3-packaging | 19 ++++++ lfs/python3-packaging | 81 +++++++++++++++++++++++ 2 files changed, 100 insertions(+) create mode 100644 config/rootfiles/common/python3-packaging create mode 100644 lfs/python3-packaging diff --git a/config/rootfiles/common/python3-packaging b/config/rootfiles/common/python3-packaging new file mode 100644 index 000000000..075e21455 --- /dev/null +++ b/config/rootfiles/common/python3-packaging @@ -0,0 +1,19 @@ +#usr/lib/python3.10/site-packages/packaging +#usr/lib/python3.10/site-packages/packaging-21.3-py3.10.egg-info +#usr/lib/python3.10/site-packages/packaging-21.3-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/packaging-21.3-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/packaging-21.3-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/packaging-21.3-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/packaging-21.3-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/packaging/__about__.py +#usr/lib/python3.10/site-packages/packaging/__init__.py +#usr/lib/python3.10/site-packages/packaging/_manylinux.py +#usr/lib/python3.10/site-packages/packaging/_musllinux.py +#usr/lib/python3.10/site-packages/packaging/_structures.py +#usr/lib/python3.10/site-packages/packaging/markers.py +#usr/lib/python3.10/site-packages/packaging/py.typed +#usr/lib/python3.10/site-packages/packaging/requirements.py +#usr/lib/python3.10/site-packages/packaging/specifiers.py +#usr/lib/python3.10/site-packages/packaging/tags.py +#usr/lib/python3.10/site-packages/packaging/utils.py +#usr/lib/python3.10/site-packages/packaging/version.py diff --git a/lfs/python3-packaging b/lfs/python3-packaging new file mode 100644 index 000000000..9250f3de5 --- /dev/null +++ b/lfs/python3-packaging @@ -0,0 +1,81 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2020 IPFire Team # +# # +# 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see . # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +VER = 21.3 + +THISAPP = packaging-$(VER) +DL_FILE = $(THISAPP).tar.gz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) +PROG = python3-packaging +PAK_VER = 1 + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = e713c1939f294fd729af4a7be40dd141 + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +dist: + @$(PAK) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && python3 setup.py build + cd $(DIR_APP) && python3 setup.py install --root=/ + @rm -rf $(DIR_APP) + @$(POSTBUILD) From ff7b52a1b429703f8294ab591acf2b11cccaf204 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 24 Jan 2022 17:16:28 +0100 Subject: [PATCH 098/339] borgbackup: Update to version 1.1.17 to work with python-3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 1.1.13 to 1.1.17 - Update of rootfile - Changelog Version 1.1.17 (2021-07-12) - 1.1.17 install_requires the "packaging" pypi package now. Fixes: - pyinstaller dir-mode: fix pyi detection / LIBPATH treatment, #5897 - handle crash due to kill stale lock race, #5828 - fix BORG_CACHE_DIR crashing borg if empty, #5216 - create --dry-run: fix display of kept tagfile, #5834 - fix missing parameter in "did not consistently fail" msg, #5822 - missing / healed chunks: always tell chunk ID, #5704 - benchmark: make sure cleanup happens even on exceptions, #5630 New features: - implement BORG_SELFTEST env variable, #5871. this can be used to accelerate borg startup a bit. not recommended for normal usage, but borg mass hosters with a lot of borg invocations can save some resources with this. on my laptop, this saved ~100ms cpu time (sys+user) per borg command invocation. - implement BORG_LIBC env variable to give the libc filename, #5870. you can use this if a borg does not find your libc. - check: add progress indicator for archive check. - allow --files-cache=size (not recommended, make sure you know what you do) Other changes: - Python 3.10 now officially supported! we test on py310-dev on github CI since a while and now also on the vagrant machines, so it should work ok. - github CI: test on py310 (again) - get rid of distutils, use packaging and setuptools. distutils is deprecated and gives warnings on py 3.10. - setup.py: rename "clean" to "clean2" to avoid shadowing the "clean" command. - remove libc filename fallback for the BSDs (there is no "usual" name) - cleanup flake8 checks, fix some pep8 violations. - docs building: replace deprecated function ".add_stylesheet()" for Sphinx 4 compatibility - docs: - add a hint on sleeping computer and ssh connections, #5301 - update the documentation on hacked backup client, #5480 - improve docs/FAQ about append-only remote repos, #5497 - complement the documentation for pattern files and exclude files, #5520 - "filename with spaces" example added to exclude file, #5236 note: no whitespace escaping needed, processed by borg. - add info on renaming repositories, #5240 - clarify borg check --verify-data, #5808 - add notice about defective hardware to check documentation, #5753 - add paragraph added in #5855 to utility documentation source - add missing leading slashes in help patterns, #5857 - clarify "you will need key and passphrase" borg init warning, #4622 - pull mode: add some warnings, #5827 - mention tar --compare (compare archive to fs files), #5880 - fix typos, backport of #5597 - vagrant: - add py3.7.11 for binary build, also add 3.10-dev. - use latest Cython 0.29.23 for py310 compat fixes. - more RAM for openindiana upgrade plan resolver, it just hangs (swaps?) if there is too little RAM. - fix install_pyenv to adapt to recent changes in pyenv (same as in master now). - use generic/netbsd9 box, copied from master branch. Version 1.1.16 (2021-03-23) Fixes: - setup.py: add special openssl prefix for Apple M1 compatibility - do not recurse into duplicate roots, #5603 - remove empty shadowed_segments lists, #5275, #5614 - fix libpython load error when borg fat binary / dir-based binary is invoked via a symlink by upgrading pyinstaller to v4.2, #5688 - config: accept non-int value (like 500M or 100G) for max_segment_size or storage_quota, #5639. please note: when setting a non-int value for this in a repo config, using the repo will require borg >= 1.1.16. New features: - bundled msgpack: drop support for old buffer protocol to support Python 3.10 - verbose files cache logging via --debug-topic=files_cache, #5659. Use this if you suspect that borg does not detect unmodified files as expected. - create/extract: add --noxattrs and --noacls option, #3955. when given with borg create, borg will not get xattrs / ACLs from input files (and thus, it will not archive xattrs / ACLs). when given with borg extract, borg will not read xattrs / ACLs from archive and will not set xattrs / ACLs on extracted files. - diff: add --json-lines option, #3765 - check: debug log segment filename - borg debug dump-hints Other changes: - Tab completion support for additional archives for 'borg delete' - repository: deduplicate code of put and delete, no functional change - tests: fix result order issue (sporadic test failure on openindiana) - vagrant: - upgrade pyinstaller to v4.2, #5671 - avoid grub-install asking interactively for device - remove the xenial box - update freebsd box to 12.1 - docs: - update macOS install instructions, #5677 - use macFUSE (not osxfuse) for Apple M1 compatibility - update docs for dev environment installation instructions, #5643 - fix grammar in faq - recomend running tests only on installed versions for setup - add link back to git-installation - remove /var/cache exclusion in example commands, #5625. This is generally a poor idea and shouldn't be promoted through examples. - add repology.org badge with current packaging status - explain hash collision - add unsafe workaround to use an old repo copy, #5722 Version 1.1.15 (2020-12-25) Fixes: - extract: - improve exception handling when setting xattrs, #5092. - emit a warning message giving the path, xattr key and error message. - continue trying to restore other xattrs and bsdflags of the same file after an exception with xattr-setting happened. - export-tar: - set tar format to GNU_FORMAT explicitly, #5274 - fix memory leak with ssh: remote repository, #5568 - fix potential memory leak with ssh: remote repository with partial extraction - create: fix --dry-run and --stats coexistence, #5415 - use --timestamp for {utcnow} and {now} if given, #5189 New features: - create: implement --stdin-mode, --stdin-user and --stdin-group, #5333 - allow appending the files cache filename with BORG_FILES_CACHE_SUFFIX env var Other changes: - drop python 3.4 support, minimum requirement is 3.5 now. - enable using libxxhash instead of bundled xxh64 code - update llfuse requirements (1.3.8) - set cython language_level in some files to fix warnings - allow EIO with warning when trying to hardlink - PropDict: fail early if internal_dict is not a dict - update shell completions - tests / CI - add a test for the hashindex corruption bug, #5531 #4829 - fix spurious failure in test_cache_files, #5438 - added a github ci workflow - reduce testing on travis, no macOS, no py3x-dev, #5467 - travis: use newer dists, native py on dist - vagrant: - remove jessie and trusty boxes, #5348 #5383 - pyinstaller 4.0, build on py379 - binary build on stretch64, #5348 - remove easy_install based pip installation - docs: - clarify '--one-file-system' for btrfs, #5391 - add example for excluding content using the --pattern cmd line arg - complement the documentation for pattern files and exclude files, #5524 - made ansible playbook more generic, use package instead of pacman. also change state from "latest" to "present". - complete documentation on append-only remote repos, #5497 - internals: rather talk about target size than statistics, #5336 - new compression algorithm policy, #1633 #5505 - faq: add a hint on sleeping computer, #5301 - note requirements for full disk access on macOS Catalina, #5303 - fix/improve description of borg upgrade hardlink usage, #5518 - modernize 1.1 code: - drop code/workarounds only needed to support Python 3.4 - remove workaround for pre-release py37 argparse bug - removed some outdated comments/docstrings - requirements: remove some restrictions, lock on current versions Version 1.1.14 (2020-10-07) - 1.1.14 changes return codes due to a bug fix: In case you have scripts expecting rc == 2 for a signal exit, you need to update them to check for >= 128 (as documented since long). Fixes: - check --repair: fix potential data loss when interrupting it, #5325 - exit with 128 + signal number (as documented) when borg is killed by a signal, #5161 - fix hardlinked CACHEDIR.TAG processing, #4911 - create --read-special: .part files also should be regular files, #5217 - llfuse dependency: choose least broken 1.3.6/1.3.7. 1.3.6 is broken on python 3.9, 1.3.7 is broken on FreeBSD. Other changes: - upgrade bundled xxhash to 0.7.4 - self test: if it fails, also point to OS and hardware, #5334 - pyinstaller: compute basepath from spec file location - prettier error message when archive gets too big, #5307 - check/recreate are not "experimental" any more (but still potentially dangerous): - recreate: remove extra confirmation - rephrase some warnings, update docs, #5164 - shell completions: - misc. updates / fixes - support repositories in fish tab completion, #5256 - complete $BORG_RECREATE_I_KNOW_WHAT_I_AM_DOING - rewrite zsh completion: - completion for almost all optional and positional arguments - completion for Borg environment variables (parameters) - use "allow/deny list" instead of "white/black list" wording - declare "allow_cache_wipe" marker in setup.cfg to avoid pytest warning - vagrant / tests: - misc. fixes / updates - use python 3.5.10 for binary build - build directory-based binaries additionally to the single file binaries - add libffi-dev, required to build python - use cryptography<3.0, more recent versions break the jessie box - test on python 3.9 - do brew update with /dev/null redirect to avoid "too much log output" on travis-ci - docs: - add ssh-agent pull backup method docs, #5288 - how to approach borg speed issues, #5371 - mention double --force in prune docs - update Homebrew install instructions, #5185 - better description of how cache and rebuilds of it work - point to borg create --list item flags in recreate usage, #5165 - add security faq explaining AES-CTR crypto issues, #5254 - add a note to create from stdin regarding files cache, #5180 - fix borg.1 manpage generation regression, #5211 - clarify how exclude options work in recreate, #5193 - add section for retired contributors - update Homebrew install instructions, #5185 - better description of how cache and rebuilds of it work - point to borg create --list item flags in recreate usage, #5165 - add security faq explaining AES-CTR crypto issues, #5254 - add a note to create from stdin regarding files cache, #5180 - fix borg.1 manpage generation regression, #5211 - clarify how exclude options work in recreate, #5193 - add section for retired contributors - hint about not misusing private email addresses of contributors for borg support Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/packages/armv6l/borgbackup | 178 ++++++++++---------- config/rootfiles/packages/borgbackup | 178 ++++++++++---------- lfs/borgbackup | 8 +- 3 files changed, 182 insertions(+), 182 deletions(-) diff --git a/config/rootfiles/packages/armv6l/borgbackup b/config/rootfiles/packages/armv6l/borgbackup index 1b2c782d8..8a83ae6b1 100644 --- a/config/rootfiles/packages/armv6l/borgbackup +++ b/config/rootfiles/packages/armv6l/borgbackup @@ -1,91 +1,91 @@ usr/bin/borg usr/bin/borgfs -usr/lib/python3.8/site-packages/borg -usr/lib/python3.8/site-packages/borg/__init__.py -usr/lib/python3.8/site-packages/borg/__main__.py -usr/lib/python3.8/site-packages/borg/_version.py -usr/lib/python3.8/site-packages/borg/algorithms -usr/lib/python3.8/site-packages/borg/algorithms/__init__.py -usr/lib/python3.8/site-packages/borg/algorithms/checksums.cpython-38-arm-linux-gnueabi.so -#usr/lib/python3.8/site-packages/borg/algorithms/msgpack -usr/lib/python3.8/site-packages/borg/algorithms/msgpack/__init__.py -usr/lib/python3.8/site-packages/borg/algorithms/msgpack/_packer.cpp -usr/lib/python3.8/site-packages/borg/algorithms/msgpack/_packer.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/site-packages/borg/algorithms/msgpack/_unpacker.cpp -usr/lib/python3.8/site-packages/borg/algorithms/msgpack/_unpacker.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/site-packages/borg/algorithms/msgpack/_version.py -usr/lib/python3.8/site-packages/borg/algorithms/msgpack/exceptions.py -usr/lib/python3.8/site-packages/borg/algorithms/msgpack/fallback.py -usr/lib/python3.8/site-packages/borg/archive.py -usr/lib/python3.8/site-packages/borg/archiver.py -usr/lib/python3.8/site-packages/borg/cache.py -usr/lib/python3.8/site-packages/borg/chunker.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/site-packages/borg/compress.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/site-packages/borg/constants.py -usr/lib/python3.8/site-packages/borg/crypto -usr/lib/python3.8/site-packages/borg/crypto/__init__.py -usr/lib/python3.8/site-packages/borg/crypto/file_integrity.py -usr/lib/python3.8/site-packages/borg/crypto/key.py -usr/lib/python3.8/site-packages/borg/crypto/keymanager.py -usr/lib/python3.8/site-packages/borg/crypto/low_level.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/site-packages/borg/crypto/nonces.py -usr/lib/python3.8/site-packages/borg/fuse.py -usr/lib/python3.8/site-packages/borg/hashindex.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/site-packages/borg/helpers.py -usr/lib/python3.8/site-packages/borg/item.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/site-packages/borg/locking.py -usr/lib/python3.8/site-packages/borg/logger.py -usr/lib/python3.8/site-packages/borg/lrucache.py -usr/lib/python3.8/site-packages/borg/nanorst.py -usr/lib/python3.8/site-packages/borg/paperkey.html -usr/lib/python3.8/site-packages/borg/patterns.py -usr/lib/python3.8/site-packages/borg/platform -usr/lib/python3.8/site-packages/borg/platform/__init__.py -usr/lib/python3.8/site-packages/borg/platform/base.py -usr/lib/python3.8/site-packages/borg/platform/linux.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/site-packages/borg/platform/posix.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/site-packages/borg/platform/syncfilerange.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/site-packages/borg/remote.py -usr/lib/python3.8/site-packages/borg/repository.py -usr/lib/python3.8/site-packages/borg/selftest.py -usr/lib/python3.8/site-packages/borg/shellpattern.py -#usr/lib/python3.8/site-packages/borg/testsuite -usr/lib/python3.8/site-packages/borg/testsuite/__init__.py -usr/lib/python3.8/site-packages/borg/testsuite/archive.py -usr/lib/python3.8/site-packages/borg/testsuite/archiver.py -usr/lib/python3.8/site-packages/borg/testsuite/attic.tar.gz -usr/lib/python3.8/site-packages/borg/testsuite/benchmark.py -usr/lib/python3.8/site-packages/borg/testsuite/cache.py -usr/lib/python3.8/site-packages/borg/testsuite/checksums.py -usr/lib/python3.8/site-packages/borg/testsuite/chunker.py -usr/lib/python3.8/site-packages/borg/testsuite/compress.py -usr/lib/python3.8/site-packages/borg/testsuite/crypto.py -usr/lib/python3.8/site-packages/borg/testsuite/file_integrity.py -usr/lib/python3.8/site-packages/borg/testsuite/hashindex.py -usr/lib/python3.8/site-packages/borg/testsuite/helpers.py -usr/lib/python3.8/site-packages/borg/testsuite/item.py -usr/lib/python3.8/site-packages/borg/testsuite/key.py -usr/lib/python3.8/site-packages/borg/testsuite/locking.py -usr/lib/python3.8/site-packages/borg/testsuite/logger.py -usr/lib/python3.8/site-packages/borg/testsuite/lrucache.py -usr/lib/python3.8/site-packages/borg/testsuite/nanorst.py -usr/lib/python3.8/site-packages/borg/testsuite/nonces.py -usr/lib/python3.8/site-packages/borg/testsuite/patterns.py -usr/lib/python3.8/site-packages/borg/testsuite/platform.py -usr/lib/python3.8/site-packages/borg/testsuite/remote.py -usr/lib/python3.8/site-packages/borg/testsuite/repository.py -usr/lib/python3.8/site-packages/borg/testsuite/shellpattern.py -usr/lib/python3.8/site-packages/borg/testsuite/upgrader.py -usr/lib/python3.8/site-packages/borg/testsuite/version.py -usr/lib/python3.8/site-packages/borg/testsuite/xattr.py -usr/lib/python3.8/site-packages/borg/upgrader.py -usr/lib/python3.8/site-packages/borg/version.py -usr/lib/python3.8/site-packages/borg/xattr.py -#usr/lib/python3.8/site-packages/borgbackup-1.1.13-py3.8.egg-info -usr/lib/python3.8/site-packages/borgbackup-1.1.13-py3.8.egg-info/PKG-INFO -usr/lib/python3.8/site-packages/borgbackup-1.1.13-py3.8.egg-info/SOURCES.txt -usr/lib/python3.8/site-packages/borgbackup-1.1.13-py3.8.egg-info/dependency_links.txt -usr/lib/python3.8/site-packages/borgbackup-1.1.13-py3.8.egg-info/entry_points.txt -usr/lib/python3.8/site-packages/borgbackup-1.1.13-py3.8.egg-info/not-zip-safe -usr/lib/python3.8/site-packages/borgbackup-1.1.13-py3.8.egg-info/requires.txt -usr/lib/python3.8/site-packages/borgbackup-1.1.13-py3.8.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/borg +usr/lib/python3.10/site-packages/borg/__init__.py +usr/lib/python3.10/site-packages/borg/__main__.py +usr/lib/python3.10/site-packages/borg/_version.py +#usr/lib/python3.10/site-packages/borg/algorithms +usr/lib/python3.10/site-packages/borg/algorithms/__init__.py +usr/lib/python3.10/site-packages/borg/algorithms/checksums.cpython-310-arm-linux-gnu.so +#usr/lib/python3.10/site-packages/borg/algorithms/msgpack +usr/lib/python3.10/site-packages/borg/algorithms/msgpack/__init__.py +usr/lib/python3.10/site-packages/borg/algorithms/msgpack/_packer.cpp +usr/lib/python3.10/site-packages/borg/algorithms/msgpack/_packer.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/site-packages/borg/algorithms/msgpack/_unpacker.cpp +usr/lib/python3.10/site-packages/borg/algorithms/msgpack/_unpacker.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/site-packages/borg/algorithms/msgpack/_version.py +usr/lib/python3.10/site-packages/borg/algorithms/msgpack/exceptions.py +usr/lib/python3.10/site-packages/borg/algorithms/msgpack/fallback.py +usr/lib/python3.10/site-packages/borg/archive.py +usr/lib/python3.10/site-packages/borg/archiver.py +usr/lib/python3.10/site-packages/borg/cache.py +usr/lib/python3.10/site-packages/borg/chunker.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/site-packages/borg/compress.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/site-packages/borg/constants.py +#usr/lib/python3.10/site-packages/borg/crypto +usr/lib/python3.10/site-packages/borg/crypto/__init__.py +usr/lib/python3.10/site-packages/borg/crypto/file_integrity.py +usr/lib/python3.10/site-packages/borg/crypto/key.py +usr/lib/python3.10/site-packages/borg/crypto/keymanager.py +usr/lib/python3.10/site-packages/borg/crypto/low_level.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/site-packages/borg/crypto/nonces.py +usr/lib/python3.10/site-packages/borg/fuse.py +usr/lib/python3.10/site-packages/borg/hashindex.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/site-packages/borg/helpers.py +usr/lib/python3.10/site-packages/borg/item.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/site-packages/borg/locking.py +usr/lib/python3.10/site-packages/borg/logger.py +usr/lib/python3.10/site-packages/borg/lrucache.py +usr/lib/python3.10/site-packages/borg/nanorst.py +usr/lib/python3.10/site-packages/borg/paperkey.html +usr/lib/python3.10/site-packages/borg/patterns.py +#usr/lib/python3.10/site-packages/borg/platform +usr/lib/python3.10/site-packages/borg/platform/__init__.py +usr/lib/python3.10/site-packages/borg/platform/base.py +usr/lib/python3.10/site-packages/borg/platform/linux.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/site-packages/borg/platform/posix.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/site-packages/borg/platform/syncfilerange.cpython-310-arm-linux-gnu.so +usr/lib/python3.10/site-packages/borg/remote.py +usr/lib/python3.10/site-packages/borg/repository.py +usr/lib/python3.10/site-packages/borg/selftest.py +usr/lib/python3.10/site-packages/borg/shellpattern.py +#usr/lib/python3.10/site-packages/borg/testsuite +usr/lib/python3.10/site-packages/borg/testsuite/__init__.py +usr/lib/python3.10/site-packages/borg/testsuite/archive.py +usr/lib/python3.10/site-packages/borg/testsuite/archiver.py +usr/lib/python3.10/site-packages/borg/testsuite/attic.tar.gz +usr/lib/python3.10/site-packages/borg/testsuite/benchmark.py +usr/lib/python3.10/site-packages/borg/testsuite/cache.py +usr/lib/python3.10/site-packages/borg/testsuite/checksums.py +usr/lib/python3.10/site-packages/borg/testsuite/chunker.py +usr/lib/python3.10/site-packages/borg/testsuite/compress.py +usr/lib/python3.10/site-packages/borg/testsuite/crypto.py +usr/lib/python3.10/site-packages/borg/testsuite/file_integrity.py +usr/lib/python3.10/site-packages/borg/testsuite/hashindex.py +usr/lib/python3.10/site-packages/borg/testsuite/helpers.py +usr/lib/python3.10/site-packages/borg/testsuite/item.py +usr/lib/python3.10/site-packages/borg/testsuite/key.py +usr/lib/python3.10/site-packages/borg/testsuite/locking.py +usr/lib/python3.10/site-packages/borg/testsuite/logger.py +usr/lib/python3.10/site-packages/borg/testsuite/lrucache.py +usr/lib/python3.10/site-packages/borg/testsuite/nanorst.py +usr/lib/python3.10/site-packages/borg/testsuite/nonces.py +usr/lib/python3.10/site-packages/borg/testsuite/patterns.py +usr/lib/python3.10/site-packages/borg/testsuite/platform.py +usr/lib/python3.10/site-packages/borg/testsuite/remote.py +usr/lib/python3.10/site-packages/borg/testsuite/repository.py +usr/lib/python3.10/site-packages/borg/testsuite/shellpattern.py +usr/lib/python3.10/site-packages/borg/testsuite/upgrader.py +usr/lib/python3.10/site-packages/borg/testsuite/version.py +usr/lib/python3.10/site-packages/borg/testsuite/xattr.py +usr/lib/python3.10/site-packages/borg/upgrader.py +usr/lib/python3.10/site-packages/borg/version.py +usr/lib/python3.10/site-packages/borg/xattr.py +usr/lib/python3.10/site-packages/borgbackup-1.1.17-py3.10.egg-info +usr/lib/python3.10/site-packages/borgbackup-1.1.17-py3.10.egg-info/PKG-INFO +usr/lib/python3.10/site-packages/borgbackup-1.1.17-py3.10.egg-info/SOURCES.txt +usr/lib/python3.10/site-packages/borgbackup-1.1.17-py3.10.egg-info/dependency_links.txt +usr/lib/python3.10/site-packages/borgbackup-1.1.17-py3.10.egg-info/entry_points.txt +usr/lib/python3.10/site-packages/borgbackup-1.1.17-py3.10.egg-info/not-zip-safe +usr/lib/python3.10/site-packages/borgbackup-1.1.17-py3.10.egg-info/requires.txt +usr/lib/python3.10/site-packages/borgbackup-1.1.17-py3.10.egg-info/top_level.txt diff --git a/config/rootfiles/packages/borgbackup b/config/rootfiles/packages/borgbackup index 7fed290a0..dccaf4711 100644 --- a/config/rootfiles/packages/borgbackup +++ b/config/rootfiles/packages/borgbackup @@ -1,91 +1,91 @@ usr/bin/borg usr/bin/borgfs -#usr/lib/python3.8/site-packages/borg -usr/lib/python3.8/site-packages/borg/__init__.py -usr/lib/python3.8/site-packages/borg/__main__.py -usr/lib/python3.8/site-packages/borg/_version.py -#usr/lib/python3.8/site-packages/borg/algorithms -usr/lib/python3.8/site-packages/borg/algorithms/__init__.py -usr/lib/python3.8/site-packages/borg/algorithms/checksums.cpython-38-xxxMACHINExxx-linux-gnu.so -#usr/lib/python3.8/site-packages/borg/algorithms/msgpack -usr/lib/python3.8/site-packages/borg/algorithms/msgpack/__init__.py -usr/lib/python3.8/site-packages/borg/algorithms/msgpack/_packer.cpp -usr/lib/python3.8/site-packages/borg/algorithms/msgpack/_packer.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/site-packages/borg/algorithms/msgpack/_unpacker.cpp -usr/lib/python3.8/site-packages/borg/algorithms/msgpack/_unpacker.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/site-packages/borg/algorithms/msgpack/_version.py -usr/lib/python3.8/site-packages/borg/algorithms/msgpack/exceptions.py -usr/lib/python3.8/site-packages/borg/algorithms/msgpack/fallback.py -usr/lib/python3.8/site-packages/borg/archive.py -usr/lib/python3.8/site-packages/borg/archiver.py -usr/lib/python3.8/site-packages/borg/cache.py -usr/lib/python3.8/site-packages/borg/chunker.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/site-packages/borg/compress.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/site-packages/borg/constants.py -#usr/lib/python3.8/site-packages/borg/crypto -usr/lib/python3.8/site-packages/borg/crypto/__init__.py -usr/lib/python3.8/site-packages/borg/crypto/file_integrity.py -usr/lib/python3.8/site-packages/borg/crypto/key.py -usr/lib/python3.8/site-packages/borg/crypto/keymanager.py -usr/lib/python3.8/site-packages/borg/crypto/low_level.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/site-packages/borg/crypto/nonces.py -usr/lib/python3.8/site-packages/borg/fuse.py -usr/lib/python3.8/site-packages/borg/hashindex.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/site-packages/borg/helpers.py -usr/lib/python3.8/site-packages/borg/item.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/site-packages/borg/locking.py -usr/lib/python3.8/site-packages/borg/logger.py -usr/lib/python3.8/site-packages/borg/lrucache.py -usr/lib/python3.8/site-packages/borg/nanorst.py -usr/lib/python3.8/site-packages/borg/paperkey.html -usr/lib/python3.8/site-packages/borg/patterns.py -#usr/lib/python3.8/site-packages/borg/platform -usr/lib/python3.8/site-packages/borg/platform/__init__.py -usr/lib/python3.8/site-packages/borg/platform/base.py -usr/lib/python3.8/site-packages/borg/platform/linux.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/site-packages/borg/platform/posix.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/site-packages/borg/platform/syncfilerange.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/site-packages/borg/remote.py -usr/lib/python3.8/site-packages/borg/repository.py -usr/lib/python3.8/site-packages/borg/selftest.py -usr/lib/python3.8/site-packages/borg/shellpattern.py -#usr/lib/python3.8/site-packages/borg/testsuite -usr/lib/python3.8/site-packages/borg/testsuite/__init__.py -usr/lib/python3.8/site-packages/borg/testsuite/archive.py -usr/lib/python3.8/site-packages/borg/testsuite/archiver.py -usr/lib/python3.8/site-packages/borg/testsuite/attic.tar.gz -usr/lib/python3.8/site-packages/borg/testsuite/benchmark.py -usr/lib/python3.8/site-packages/borg/testsuite/cache.py -usr/lib/python3.8/site-packages/borg/testsuite/checksums.py -usr/lib/python3.8/site-packages/borg/testsuite/chunker.py -usr/lib/python3.8/site-packages/borg/testsuite/compress.py -usr/lib/python3.8/site-packages/borg/testsuite/crypto.py -usr/lib/python3.8/site-packages/borg/testsuite/file_integrity.py -usr/lib/python3.8/site-packages/borg/testsuite/hashindex.py -usr/lib/python3.8/site-packages/borg/testsuite/helpers.py -usr/lib/python3.8/site-packages/borg/testsuite/item.py -usr/lib/python3.8/site-packages/borg/testsuite/key.py -usr/lib/python3.8/site-packages/borg/testsuite/locking.py -usr/lib/python3.8/site-packages/borg/testsuite/logger.py -usr/lib/python3.8/site-packages/borg/testsuite/lrucache.py -usr/lib/python3.8/site-packages/borg/testsuite/nanorst.py -usr/lib/python3.8/site-packages/borg/testsuite/nonces.py -usr/lib/python3.8/site-packages/borg/testsuite/patterns.py -usr/lib/python3.8/site-packages/borg/testsuite/platform.py -usr/lib/python3.8/site-packages/borg/testsuite/remote.py -usr/lib/python3.8/site-packages/borg/testsuite/repository.py -usr/lib/python3.8/site-packages/borg/testsuite/shellpattern.py -usr/lib/python3.8/site-packages/borg/testsuite/upgrader.py -usr/lib/python3.8/site-packages/borg/testsuite/version.py -usr/lib/python3.8/site-packages/borg/testsuite/xattr.py -usr/lib/python3.8/site-packages/borg/upgrader.py -usr/lib/python3.8/site-packages/borg/version.py -usr/lib/python3.8/site-packages/borg/xattr.py -#usr/lib/python3.8/site-packages/borgbackup-1.1.13-py3.8.egg-info -usr/lib/python3.8/site-packages/borgbackup-1.1.13-py3.8.egg-info/PKG-INFO -usr/lib/python3.8/site-packages/borgbackup-1.1.13-py3.8.egg-info/SOURCES.txt -usr/lib/python3.8/site-packages/borgbackup-1.1.13-py3.8.egg-info/dependency_links.txt -usr/lib/python3.8/site-packages/borgbackup-1.1.13-py3.8.egg-info/entry_points.txt -usr/lib/python3.8/site-packages/borgbackup-1.1.13-py3.8.egg-info/not-zip-safe -usr/lib/python3.8/site-packages/borgbackup-1.1.13-py3.8.egg-info/requires.txt -usr/lib/python3.8/site-packages/borgbackup-1.1.13-py3.8.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/borg +usr/lib/python3.10/site-packages/borg/__init__.py +usr/lib/python3.10/site-packages/borg/__main__.py +usr/lib/python3.10/site-packages/borg/_version.py +#usr/lib/python3.10/site-packages/borg/algorithms +usr/lib/python3.10/site-packages/borg/algorithms/__init__.py +usr/lib/python3.10/site-packages/borg/algorithms/checksums.cpython-310-xxxMACHINExxx-linux-gnu.so +#usr/lib/python3.10/site-packages/borg/algorithms/msgpack +usr/lib/python3.10/site-packages/borg/algorithms/msgpack/__init__.py +usr/lib/python3.10/site-packages/borg/algorithms/msgpack/_packer.cpp +usr/lib/python3.10/site-packages/borg/algorithms/msgpack/_packer.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/site-packages/borg/algorithms/msgpack/_unpacker.cpp +usr/lib/python3.10/site-packages/borg/algorithms/msgpack/_unpacker.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/site-packages/borg/algorithms/msgpack/_version.py +usr/lib/python3.10/site-packages/borg/algorithms/msgpack/exceptions.py +usr/lib/python3.10/site-packages/borg/algorithms/msgpack/fallback.py +usr/lib/python3.10/site-packages/borg/archive.py +usr/lib/python3.10/site-packages/borg/archiver.py +usr/lib/python3.10/site-packages/borg/cache.py +usr/lib/python3.10/site-packages/borg/chunker.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/site-packages/borg/compress.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/site-packages/borg/constants.py +#usr/lib/python3.10/site-packages/borg/crypto +usr/lib/python3.10/site-packages/borg/crypto/__init__.py +usr/lib/python3.10/site-packages/borg/crypto/file_integrity.py +usr/lib/python3.10/site-packages/borg/crypto/key.py +usr/lib/python3.10/site-packages/borg/crypto/keymanager.py +usr/lib/python3.10/site-packages/borg/crypto/low_level.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/site-packages/borg/crypto/nonces.py +usr/lib/python3.10/site-packages/borg/fuse.py +usr/lib/python3.10/site-packages/borg/hashindex.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/site-packages/borg/helpers.py +usr/lib/python3.10/site-packages/borg/item.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/site-packages/borg/locking.py +usr/lib/python3.10/site-packages/borg/logger.py +usr/lib/python3.10/site-packages/borg/lrucache.py +usr/lib/python3.10/site-packages/borg/nanorst.py +usr/lib/python3.10/site-packages/borg/paperkey.html +usr/lib/python3.10/site-packages/borg/patterns.py +#usr/lib/python3.10/site-packages/borg/platform +usr/lib/python3.10/site-packages/borg/platform/__init__.py +usr/lib/python3.10/site-packages/borg/platform/base.py +usr/lib/python3.10/site-packages/borg/platform/linux.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/site-packages/borg/platform/posix.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/site-packages/borg/platform/syncfilerange.cpython-310-xxxMACHINExxx-linux-gnu.so +usr/lib/python3.10/site-packages/borg/remote.py +usr/lib/python3.10/site-packages/borg/repository.py +usr/lib/python3.10/site-packages/borg/selftest.py +usr/lib/python3.10/site-packages/borg/shellpattern.py +#usr/lib/python3.10/site-packages/borg/testsuite +usr/lib/python3.10/site-packages/borg/testsuite/__init__.py +usr/lib/python3.10/site-packages/borg/testsuite/archive.py +usr/lib/python3.10/site-packages/borg/testsuite/archiver.py +usr/lib/python3.10/site-packages/borg/testsuite/attic.tar.gz +usr/lib/python3.10/site-packages/borg/testsuite/benchmark.py +usr/lib/python3.10/site-packages/borg/testsuite/cache.py +usr/lib/python3.10/site-packages/borg/testsuite/checksums.py +usr/lib/python3.10/site-packages/borg/testsuite/chunker.py +usr/lib/python3.10/site-packages/borg/testsuite/compress.py +usr/lib/python3.10/site-packages/borg/testsuite/crypto.py +usr/lib/python3.10/site-packages/borg/testsuite/file_integrity.py +usr/lib/python3.10/site-packages/borg/testsuite/hashindex.py +usr/lib/python3.10/site-packages/borg/testsuite/helpers.py +usr/lib/python3.10/site-packages/borg/testsuite/item.py +usr/lib/python3.10/site-packages/borg/testsuite/key.py +usr/lib/python3.10/site-packages/borg/testsuite/locking.py +usr/lib/python3.10/site-packages/borg/testsuite/logger.py +usr/lib/python3.10/site-packages/borg/testsuite/lrucache.py +usr/lib/python3.10/site-packages/borg/testsuite/nanorst.py +usr/lib/python3.10/site-packages/borg/testsuite/nonces.py +usr/lib/python3.10/site-packages/borg/testsuite/patterns.py +usr/lib/python3.10/site-packages/borg/testsuite/platform.py +usr/lib/python3.10/site-packages/borg/testsuite/remote.py +usr/lib/python3.10/site-packages/borg/testsuite/repository.py +usr/lib/python3.10/site-packages/borg/testsuite/shellpattern.py +usr/lib/python3.10/site-packages/borg/testsuite/upgrader.py +usr/lib/python3.10/site-packages/borg/testsuite/version.py +usr/lib/python3.10/site-packages/borg/testsuite/xattr.py +usr/lib/python3.10/site-packages/borg/upgrader.py +usr/lib/python3.10/site-packages/borg/version.py +usr/lib/python3.10/site-packages/borg/xattr.py +usr/lib/python3.10/site-packages/borgbackup-1.1.17-py3.10.egg-info +usr/lib/python3.10/site-packages/borgbackup-1.1.17-py3.10.egg-info/PKG-INFO +usr/lib/python3.10/site-packages/borgbackup-1.1.17-py3.10.egg-info/SOURCES.txt +usr/lib/python3.10/site-packages/borgbackup-1.1.17-py3.10.egg-info/dependency_links.txt +usr/lib/python3.10/site-packages/borgbackup-1.1.17-py3.10.egg-info/entry_points.txt +usr/lib/python3.10/site-packages/borgbackup-1.1.17-py3.10.egg-info/not-zip-safe +usr/lib/python3.10/site-packages/borgbackup-1.1.17-py3.10.egg-info/requires.txt +usr/lib/python3.10/site-packages/borgbackup-1.1.17-py3.10.egg-info/top_level.txt diff --git a/lfs/borgbackup b/lfs/borgbackup index 0a50f816a..e92fb3281 100644 --- a/lfs/borgbackup +++ b/lfs/borgbackup @@ -24,7 +24,7 @@ include Config -VER = 1.1.13 +VER = 1.1.17 THISAPP = borgbackup-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = borgbackup -PAK_VER = 9 +PAK_VER = 10 -DEPS = python3-msgpack +DEPS = ############################################################################### # Top-level Rules @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a82d2bdf61bfaeebb90ac8ab1347657a +$(DL_FILE)_MD5 = 6ab4e1dba6df063dc83c8a5942347508 install : $(TARGET) From 0e3fb626fb6c632f876c7e94a859164bf90127a1 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 24 Jan 2022 17:16:29 +0100 Subject: [PATCH 099/339] python3-msgpack: removal as borgbackup uses bundled version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - borgbackup is only package identfied to be using python3-msgpack - borgbackup has been using its own bundled version of msgpack since version 1.1.10 - Removal of lfs and rootfiles Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- .../rootfiles/packages/armv6l/python3-msgpack | 12 --- config/rootfiles/packages/python3-msgpack | 12 --- lfs/python3-msgpack | 83 ------------------- 3 files changed, 107 deletions(-) delete mode 100644 config/rootfiles/packages/armv6l/python3-msgpack delete mode 100644 config/rootfiles/packages/python3-msgpack delete mode 100644 lfs/python3-msgpack diff --git a/config/rootfiles/packages/armv6l/python3-msgpack b/config/rootfiles/packages/armv6l/python3-msgpack deleted file mode 100644 index 2bc5b4d0d..000000000 --- a/config/rootfiles/packages/armv6l/python3-msgpack +++ /dev/null @@ -1,12 +0,0 @@ -#usr/lib/python3.8/site-packages/msgpack -usr/lib/python3.8/site-packages/msgpack/__init__.py -usr/lib/python3.8/site-packages/msgpack/_packer.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/site-packages/msgpack/_unpacker.cpython-38-arm-linux-gnueabi.so -usr/lib/python3.8/site-packages/msgpack/_version.py -usr/lib/python3.8/site-packages/msgpack/exceptions.py -usr/lib/python3.8/site-packages/msgpack/fallback.py -usr/lib/python3.8/site-packages/msgpack_python-0.5.6-py3.8.egg-info -usr/lib/python3.8/site-packages/msgpack_python-0.5.6-py3.8.egg-info/PKG-INFO -usr/lib/python3.8/site-packages/msgpack_python-0.5.6-py3.8.egg-info/SOURCES.txt -usr/lib/python3.8/site-packages/msgpack_python-0.5.6-py3.8.egg-info/dependency_links.txt -usr/lib/python3.8/site-packages/msgpack_python-0.5.6-py3.8.egg-info/top_level.txt diff --git a/config/rootfiles/packages/python3-msgpack b/config/rootfiles/packages/python3-msgpack deleted file mode 100644 index a0ecfc6e6..000000000 --- a/config/rootfiles/packages/python3-msgpack +++ /dev/null @@ -1,12 +0,0 @@ -#usr/lib/python3.8/site-packages/msgpack -usr/lib/python3.8/site-packages/msgpack/__init__.py -usr/lib/python3.8/site-packages/msgpack/_packer.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/site-packages/msgpack/_unpacker.cpython-38-xxxMACHINExxx-linux-gnu.so -usr/lib/python3.8/site-packages/msgpack/_version.py -usr/lib/python3.8/site-packages/msgpack/exceptions.py -usr/lib/python3.8/site-packages/msgpack/fallback.py -#usr/lib/python3.8/site-packages/msgpack_python-0.5.6-py3.8.egg-info -#usr/lib/python3.8/site-packages/msgpack_python-0.5.6-py3.8.egg-info/PKG-INFO -#usr/lib/python3.8/site-packages/msgpack_python-0.5.6-py3.8.egg-info/SOURCES.txt -#usr/lib/python3.8/site-packages/msgpack_python-0.5.6-py3.8.egg-info/dependency_links.txt -#usr/lib/python3.8/site-packages/msgpack_python-0.5.6-py3.8.egg-info/top_level.txt diff --git a/lfs/python3-msgpack b/lfs/python3-msgpack deleted file mode 100644 index dc764f5b3..000000000 --- a/lfs/python3-msgpack +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # -# # -# 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 # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 0.5.6 - -THISAPP = msgpack-python-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) -PROG = python3-msgpack -PAK_VER = 2 - -DEPS = - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_MD5 = 6d644c06a87a5a111bbbf5b34b4be440 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -md5 : $(subst %,%_MD5,$(objects)) - -dist: - @$(PAK) - -############################################################################### -# Downloading, checking, md5sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_MD5,$(objects)) : - @$(MD5) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && python3 setup.py build - cd $(DIR_APP) && python3 setup.py install --root=/ - @rm -rf $(DIR_APP) - @$(POSTBUILD) From 269ccc444660ae45d9f98dfd5a652f8787dade8f Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 24 Jan 2022 17:16:30 +0100 Subject: [PATCH 100/339] make.sh: Update of additional and removed packages for upgrade to python-3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removal of python3-msgpack - Addition of python3-toml python3-pyproject2setuppy python3-tomli python3-packaging Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- make.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 923f728e7..606fbc9b0 100755 --- a/make.sh +++ b/make.sh @@ -1609,7 +1609,11 @@ buildipfire() { lfsmake2 wireless-regdb lfsmake2 libsolv lfsmake2 ddns + lfsmake2 python3-toml + lfsmake2 python3-pyproject2setuppy + lfsmake2 python3-tomli lfsmake2 python3-setuptools-scm + lfsmake2 python3-packaging lfsmake2 python3-six lfsmake2 python3-dateutil lfsmake2 python3-jmespath @@ -1620,7 +1624,6 @@ buildipfire() { lfsmake2 python3-pyasn1 lfsmake2 python3-urllib3 lfsmake2 python3-botocore - lfsmake2 python3-msgpack lfsmake2 aws-cli lfsmake2 transmission lfsmake2 mtr From 0667d9f2624157173234adee0f8012e809ce27ab Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 24 Jan 2022 17:16:31 +0100 Subject: [PATCH 101/339] python3-botocore: Update to version 1.23.21 and python-3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 1.19.28 to 1.23.21 - Update of rootfile - Changelog is too large to include here. For details see the changelog at https://github.com/boto/botocore/blob/develop/CHANGELOG.rst Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/packages/python3-botocore | 2968 +++++++++++--------- lfs/python3-botocore | 6 +- 2 files changed, 1604 insertions(+), 1370 deletions(-) diff --git a/config/rootfiles/packages/python3-botocore b/config/rootfiles/packages/python3-botocore index c8d59974f..c99fe5d25 100644 --- a/config/rootfiles/packages/python3-botocore +++ b/config/rootfiles/packages/python3-botocore @@ -1,1367 +1,1601 @@ -#usr/lib/python3.8/site-packages/botocore -#usr/lib/python3.8/site-packages/botocore-1.19.28-py3.8.egg-info -#usr/lib/python3.8/site-packages/botocore-1.19.28-py3.8.egg-info/PKG-INFO -#usr/lib/python3.8/site-packages/botocore-1.19.28-py3.8.egg-info/SOURCES.txt -#usr/lib/python3.8/site-packages/botocore-1.19.28-py3.8.egg-info/dependency_links.txt -#usr/lib/python3.8/site-packages/botocore-1.19.28-py3.8.egg-info/requires.txt -#usr/lib/python3.8/site-packages/botocore-1.19.28-py3.8.egg-info/top_level.txt -usr/lib/python3.8/site-packages/botocore/__init__.py -usr/lib/python3.8/site-packages/botocore/args.py -usr/lib/python3.8/site-packages/botocore/auth.py -usr/lib/python3.8/site-packages/botocore/awsrequest.py -usr/lib/python3.8/site-packages/botocore/cacert.pem -usr/lib/python3.8/site-packages/botocore/client.py -usr/lib/python3.8/site-packages/botocore/compat.py -usr/lib/python3.8/site-packages/botocore/config.py -usr/lib/python3.8/site-packages/botocore/configloader.py -usr/lib/python3.8/site-packages/botocore/configprovider.py -usr/lib/python3.8/site-packages/botocore/credentials.py -usr/lib/python3.8/site-packages/botocore/data -#usr/lib/python3.8/site-packages/botocore/data/_retry.json -#usr/lib/python3.8/site-packages/botocore/data/accessanalyzer -#usr/lib/python3.8/site-packages/botocore/data/accessanalyzer/2019-11-01 -#usr/lib/python3.8/site-packages/botocore/data/accessanalyzer/2019-11-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/accessanalyzer/2019-11-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/acm -#usr/lib/python3.8/site-packages/botocore/data/acm-pca -#usr/lib/python3.8/site-packages/botocore/data/acm-pca/2017-08-22 -#usr/lib/python3.8/site-packages/botocore/data/acm-pca/2017-08-22/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/acm-pca/2017-08-22/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/acm-pca/2017-08-22/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/acm-pca/2017-08-22/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/acm/2015-12-08 -#usr/lib/python3.8/site-packages/botocore/data/acm/2015-12-08/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/acm/2015-12-08/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/acm/2015-12-08/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/acm/2015-12-08/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/alexaforbusiness -#usr/lib/python3.8/site-packages/botocore/data/alexaforbusiness/2017-11-09 -#usr/lib/python3.8/site-packages/botocore/data/alexaforbusiness/2017-11-09/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/alexaforbusiness/2017-11-09/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/alexaforbusiness/2017-11-09/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/amplify -#usr/lib/python3.8/site-packages/botocore/data/amplify/2017-07-25 -#usr/lib/python3.8/site-packages/botocore/data/amplify/2017-07-25/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/amplify/2017-07-25/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/amplifybackend -#usr/lib/python3.8/site-packages/botocore/data/amplifybackend/2020-08-11 -#usr/lib/python3.8/site-packages/botocore/data/amplifybackend/2020-08-11/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/amplifybackend/2020-08-11/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/apigateway -#usr/lib/python3.8/site-packages/botocore/data/apigateway/2015-07-09 -#usr/lib/python3.8/site-packages/botocore/data/apigateway/2015-07-09/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/apigateway/2015-07-09/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/apigateway/2015-07-09/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/apigatewaymanagementapi -#usr/lib/python3.8/site-packages/botocore/data/apigatewaymanagementapi/2018-11-29 -#usr/lib/python3.8/site-packages/botocore/data/apigatewaymanagementapi/2018-11-29/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/apigatewaymanagementapi/2018-11-29/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/apigatewayv2 -#usr/lib/python3.8/site-packages/botocore/data/apigatewayv2/2018-11-29 -#usr/lib/python3.8/site-packages/botocore/data/apigatewayv2/2018-11-29/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/apigatewayv2/2018-11-29/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/appconfig -#usr/lib/python3.8/site-packages/botocore/data/appconfig/2019-10-09 -#usr/lib/python3.8/site-packages/botocore/data/appconfig/2019-10-09/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/appconfig/2019-10-09/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/appflow -#usr/lib/python3.8/site-packages/botocore/data/appflow/2020-08-23 -#usr/lib/python3.8/site-packages/botocore/data/appflow/2020-08-23/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/appflow/2020-08-23/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/appintegrations -#usr/lib/python3.8/site-packages/botocore/data/appintegrations/2020-07-29 -#usr/lib/python3.8/site-packages/botocore/data/appintegrations/2020-07-29/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/appintegrations/2020-07-29/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/application-autoscaling -#usr/lib/python3.8/site-packages/botocore/data/application-autoscaling/2016-02-06 -#usr/lib/python3.8/site-packages/botocore/data/application-autoscaling/2016-02-06/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/application-autoscaling/2016-02-06/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/application-autoscaling/2016-02-06/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/application-insights -#usr/lib/python3.8/site-packages/botocore/data/application-insights/2018-11-25 -#usr/lib/python3.8/site-packages/botocore/data/application-insights/2018-11-25/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/application-insights/2018-11-25/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/appmesh -#usr/lib/python3.8/site-packages/botocore/data/appmesh/2018-10-01 -#usr/lib/python3.8/site-packages/botocore/data/appmesh/2018-10-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/appmesh/2018-10-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/appmesh/2019-01-25 -#usr/lib/python3.8/site-packages/botocore/data/appmesh/2019-01-25/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/appmesh/2019-01-25/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/appstream -#usr/lib/python3.8/site-packages/botocore/data/appstream/2016-12-01 -#usr/lib/python3.8/site-packages/botocore/data/appstream/2016-12-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/appstream/2016-12-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/appstream/2016-12-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/appstream/2016-12-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/appsync -#usr/lib/python3.8/site-packages/botocore/data/appsync/2017-07-25 -#usr/lib/python3.8/site-packages/botocore/data/appsync/2017-07-25/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/appsync/2017-07-25/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/appsync/2017-07-25/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/athena -#usr/lib/python3.8/site-packages/botocore/data/athena/2017-05-18 -#usr/lib/python3.8/site-packages/botocore/data/athena/2017-05-18/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/athena/2017-05-18/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/athena/2017-05-18/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/autoscaling -#usr/lib/python3.8/site-packages/botocore/data/autoscaling-plans -#usr/lib/python3.8/site-packages/botocore/data/autoscaling-plans/2018-01-06 -#usr/lib/python3.8/site-packages/botocore/data/autoscaling-plans/2018-01-06/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/autoscaling-plans/2018-01-06/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/autoscaling-plans/2018-01-06/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/autoscaling/2011-01-01 -#usr/lib/python3.8/site-packages/botocore/data/autoscaling/2011-01-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/autoscaling/2011-01-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/autoscaling/2011-01-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/backup -#usr/lib/python3.8/site-packages/botocore/data/backup/2018-11-15 -#usr/lib/python3.8/site-packages/botocore/data/backup/2018-11-15/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/backup/2018-11-15/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/batch -#usr/lib/python3.8/site-packages/botocore/data/batch/2016-08-10 -#usr/lib/python3.8/site-packages/botocore/data/batch/2016-08-10/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/batch/2016-08-10/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/batch/2016-08-10/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/braket -#usr/lib/python3.8/site-packages/botocore/data/braket/2019-09-01 -#usr/lib/python3.8/site-packages/botocore/data/braket/2019-09-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/braket/2019-09-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/budgets -#usr/lib/python3.8/site-packages/botocore/data/budgets/2016-10-20 -#usr/lib/python3.8/site-packages/botocore/data/budgets/2016-10-20/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/budgets/2016-10-20/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/budgets/2016-10-20/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ce -#usr/lib/python3.8/site-packages/botocore/data/ce/2017-10-25 -#usr/lib/python3.8/site-packages/botocore/data/ce/2017-10-25/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/ce/2017-10-25/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ce/2017-10-25/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/chime -#usr/lib/python3.8/site-packages/botocore/data/chime/2018-05-01 -#usr/lib/python3.8/site-packages/botocore/data/chime/2018-05-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/chime/2018-05-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloud9 -#usr/lib/python3.8/site-packages/botocore/data/cloud9/2017-09-23 -#usr/lib/python3.8/site-packages/botocore/data/cloud9/2017-09-23/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloud9/2017-09-23/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloud9/2017-09-23/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/clouddirectory -#usr/lib/python3.8/site-packages/botocore/data/clouddirectory/2016-05-10 -#usr/lib/python3.8/site-packages/botocore/data/clouddirectory/2016-05-10/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/clouddirectory/2016-05-10/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/clouddirectory/2017-01-11 -#usr/lib/python3.8/site-packages/botocore/data/clouddirectory/2017-01-11/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/clouddirectory/2017-01-11/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/clouddirectory/2017-01-11/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudformation -#usr/lib/python3.8/site-packages/botocore/data/cloudformation/2010-05-15 -#usr/lib/python3.8/site-packages/botocore/data/cloudformation/2010-05-15/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudformation/2010-05-15/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudformation/2010-05-15/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudformation/2010-05-15/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2014-05-31 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2014-05-31/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2014-05-31/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2014-05-31/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2014-10-21 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2014-10-21/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2014-10-21/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2014-10-21/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2014-11-06 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2014-11-06/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2014-11-06/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2014-11-06/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2015-04-17 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2015-04-17/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2015-04-17/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2015-04-17/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2015-07-27 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2015-07-27/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2015-07-27/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2015-07-27/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2015-09-17 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2015-09-17/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2015-09-17/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2015-09-17/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-01-13 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-01-13/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-01-13/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-01-13/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-01-28 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-01-28/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-01-28/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-01-28/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-08-01 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-08-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-08-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-08-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-08-20 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-08-20/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-08-20/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-08-20/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-09-07 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-09-07/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-09-07/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-09-07/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-09-29 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-09-29/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-09-29/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-09-29/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-11-25 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-11-25/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-11-25/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-11-25/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2016-11-25/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2017-03-25 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2017-03-25/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2017-03-25/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2017-03-25/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2017-03-25/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2017-10-30 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2017-10-30/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2017-10-30/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2017-10-30/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2017-10-30/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2018-06-18 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2018-06-18/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2018-06-18/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2018-06-18/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2018-06-18/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2018-11-05 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2018-11-05/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2018-11-05/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2018-11-05/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2018-11-05/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2019-03-26 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2019-03-26/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2019-03-26/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2019-03-26/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2019-03-26/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2020-05-31 -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2020-05-31/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2020-05-31/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2020-05-31/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudfront/2020-05-31/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudhsm -#usr/lib/python3.8/site-packages/botocore/data/cloudhsm/2014-05-30 -#usr/lib/python3.8/site-packages/botocore/data/cloudhsm/2014-05-30/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudhsm/2014-05-30/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudhsm/2014-05-30/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudhsmv2 -#usr/lib/python3.8/site-packages/botocore/data/cloudhsmv2/2017-04-28 -#usr/lib/python3.8/site-packages/botocore/data/cloudhsmv2/2017-04-28/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudhsmv2/2017-04-28/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudhsmv2/2017-04-28/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudsearch -#usr/lib/python3.8/site-packages/botocore/data/cloudsearch/2011-02-01 -#usr/lib/python3.8/site-packages/botocore/data/cloudsearch/2011-02-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudsearch/2013-01-01 -#usr/lib/python3.8/site-packages/botocore/data/cloudsearch/2013-01-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudsearch/2013-01-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudsearchdomain -#usr/lib/python3.8/site-packages/botocore/data/cloudsearchdomain/2013-01-01 -#usr/lib/python3.8/site-packages/botocore/data/cloudsearchdomain/2013-01-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudsearchdomain/2013-01-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudtrail -#usr/lib/python3.8/site-packages/botocore/data/cloudtrail/2013-11-01 -#usr/lib/python3.8/site-packages/botocore/data/cloudtrail/2013-11-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudtrail/2013-11-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudtrail/2013-11-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudwatch -#usr/lib/python3.8/site-packages/botocore/data/cloudwatch/2010-08-01 -#usr/lib/python3.8/site-packages/botocore/data/cloudwatch/2010-08-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudwatch/2010-08-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cloudwatch/2010-08-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cloudwatch/2010-08-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/codeartifact -#usr/lib/python3.8/site-packages/botocore/data/codeartifact/2018-09-22 -#usr/lib/python3.8/site-packages/botocore/data/codeartifact/2018-09-22/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/codeartifact/2018-09-22/paginators-1.sdk-extras.json -#usr/lib/python3.8/site-packages/botocore/data/codeartifact/2018-09-22/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/codebuild -#usr/lib/python3.8/site-packages/botocore/data/codebuild/2016-10-06 -#usr/lib/python3.8/site-packages/botocore/data/codebuild/2016-10-06/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/codebuild/2016-10-06/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/codebuild/2016-10-06/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/codecommit -#usr/lib/python3.8/site-packages/botocore/data/codecommit/2015-04-13 -#usr/lib/python3.8/site-packages/botocore/data/codecommit/2015-04-13/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/codecommit/2015-04-13/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/codecommit/2015-04-13/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/codedeploy -#usr/lib/python3.8/site-packages/botocore/data/codedeploy/2014-10-06 -#usr/lib/python3.8/site-packages/botocore/data/codedeploy/2014-10-06/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/codedeploy/2014-10-06/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/codedeploy/2014-10-06/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/codedeploy/2014-10-06/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/codeguru-reviewer -#usr/lib/python3.8/site-packages/botocore/data/codeguru-reviewer/2019-09-19 -#usr/lib/python3.8/site-packages/botocore/data/codeguru-reviewer/2019-09-19/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/codeguru-reviewer/2019-09-19/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/codeguruprofiler -#usr/lib/python3.8/site-packages/botocore/data/codeguruprofiler/2019-07-18 -#usr/lib/python3.8/site-packages/botocore/data/codeguruprofiler/2019-07-18/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/codeguruprofiler/2019-07-18/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/codepipeline -#usr/lib/python3.8/site-packages/botocore/data/codepipeline/2015-07-09 -#usr/lib/python3.8/site-packages/botocore/data/codepipeline/2015-07-09/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/codepipeline/2015-07-09/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/codepipeline/2015-07-09/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/codestar -#usr/lib/python3.8/site-packages/botocore/data/codestar-connections -#usr/lib/python3.8/site-packages/botocore/data/codestar-connections/2019-12-01 -#usr/lib/python3.8/site-packages/botocore/data/codestar-connections/2019-12-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/codestar-connections/2019-12-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/codestar-notifications -#usr/lib/python3.8/site-packages/botocore/data/codestar-notifications/2019-10-15 -#usr/lib/python3.8/site-packages/botocore/data/codestar-notifications/2019-10-15/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/codestar-notifications/2019-10-15/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/codestar/2017-04-19 -#usr/lib/python3.8/site-packages/botocore/data/codestar/2017-04-19/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/codestar/2017-04-19/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/codestar/2017-04-19/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cognito-identity -#usr/lib/python3.8/site-packages/botocore/data/cognito-identity/2014-06-30 -#usr/lib/python3.8/site-packages/botocore/data/cognito-identity/2014-06-30/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/cognito-identity/2014-06-30/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cognito-identity/2014-06-30/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cognito-idp -#usr/lib/python3.8/site-packages/botocore/data/cognito-idp/2016-04-18 -#usr/lib/python3.8/site-packages/botocore/data/cognito-idp/2016-04-18/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/cognito-idp/2016-04-18/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cognito-idp/2016-04-18/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cognito-sync -#usr/lib/python3.8/site-packages/botocore/data/cognito-sync/2014-06-30 -#usr/lib/python3.8/site-packages/botocore/data/cognito-sync/2014-06-30/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/comprehend -#usr/lib/python3.8/site-packages/botocore/data/comprehend/2017-11-27 -#usr/lib/python3.8/site-packages/botocore/data/comprehend/2017-11-27/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/comprehend/2017-11-27/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/comprehend/2017-11-27/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/comprehendmedical -#usr/lib/python3.8/site-packages/botocore/data/comprehendmedical/2018-10-30 -#usr/lib/python3.8/site-packages/botocore/data/comprehendmedical/2018-10-30/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/comprehendmedical/2018-10-30/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/compute-optimizer -#usr/lib/python3.8/site-packages/botocore/data/compute-optimizer/2019-11-01 -#usr/lib/python3.8/site-packages/botocore/data/compute-optimizer/2019-11-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/compute-optimizer/2019-11-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/config -#usr/lib/python3.8/site-packages/botocore/data/config/2014-11-12 -#usr/lib/python3.8/site-packages/botocore/data/config/2014-11-12/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/config/2014-11-12/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/config/2014-11-12/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/connect -#usr/lib/python3.8/site-packages/botocore/data/connect-contact-lens -#usr/lib/python3.8/site-packages/botocore/data/connect-contact-lens/2020-08-21 -#usr/lib/python3.8/site-packages/botocore/data/connect-contact-lens/2020-08-21/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/connect-contact-lens/2020-08-21/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/connect/2017-08-08 -#usr/lib/python3.8/site-packages/botocore/data/connect/2017-08-08/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/connect/2017-08-08/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/connect/2017-08-08/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/connectparticipant -#usr/lib/python3.8/site-packages/botocore/data/connectparticipant/2018-09-07 -#usr/lib/python3.8/site-packages/botocore/data/connectparticipant/2018-09-07/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/connectparticipant/2018-09-07/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/cur -#usr/lib/python3.8/site-packages/botocore/data/cur/2017-01-06 -#usr/lib/python3.8/site-packages/botocore/data/cur/2017-01-06/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/cur/2017-01-06/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/cur/2017-01-06/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/customer-profiles -#usr/lib/python3.8/site-packages/botocore/data/customer-profiles/2020-08-15 -#usr/lib/python3.8/site-packages/botocore/data/customer-profiles/2020-08-15/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/customer-profiles/2020-08-15/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/databrew -#usr/lib/python3.8/site-packages/botocore/data/databrew/2017-07-25 -#usr/lib/python3.8/site-packages/botocore/data/databrew/2017-07-25/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/databrew/2017-07-25/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/dataexchange -#usr/lib/python3.8/site-packages/botocore/data/dataexchange/2017-07-25 -#usr/lib/python3.8/site-packages/botocore/data/dataexchange/2017-07-25/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/dataexchange/2017-07-25/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/datapipeline -#usr/lib/python3.8/site-packages/botocore/data/datapipeline/2012-10-29 -#usr/lib/python3.8/site-packages/botocore/data/datapipeline/2012-10-29/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/datapipeline/2012-10-29/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/datasync -#usr/lib/python3.8/site-packages/botocore/data/datasync/2018-11-09 -#usr/lib/python3.8/site-packages/botocore/data/datasync/2018-11-09/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/datasync/2018-11-09/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/dax -#usr/lib/python3.8/site-packages/botocore/data/dax/2017-04-19 -#usr/lib/python3.8/site-packages/botocore/data/dax/2017-04-19/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/dax/2017-04-19/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/dax/2017-04-19/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/detective -#usr/lib/python3.8/site-packages/botocore/data/detective/2018-10-26 -#usr/lib/python3.8/site-packages/botocore/data/detective/2018-10-26/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/detective/2018-10-26/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/devicefarm -#usr/lib/python3.8/site-packages/botocore/data/devicefarm/2015-06-23 -#usr/lib/python3.8/site-packages/botocore/data/devicefarm/2015-06-23/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/devicefarm/2015-06-23/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/devicefarm/2015-06-23/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/devops-guru -#usr/lib/python3.8/site-packages/botocore/data/devops-guru/2020-12-01 -#usr/lib/python3.8/site-packages/botocore/data/devops-guru/2020-12-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/devops-guru/2020-12-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/directconnect -#usr/lib/python3.8/site-packages/botocore/data/directconnect/2012-10-25 -#usr/lib/python3.8/site-packages/botocore/data/directconnect/2012-10-25/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/directconnect/2012-10-25/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/directconnect/2012-10-25/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/discovery -#usr/lib/python3.8/site-packages/botocore/data/discovery/2015-11-01 -#usr/lib/python3.8/site-packages/botocore/data/discovery/2015-11-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/discovery/2015-11-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/discovery/2015-11-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/dlm -#usr/lib/python3.8/site-packages/botocore/data/dlm/2018-01-12 -#usr/lib/python3.8/site-packages/botocore/data/dlm/2018-01-12/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/dlm/2018-01-12/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/dlm/2018-01-12/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/dms -#usr/lib/python3.8/site-packages/botocore/data/dms/2016-01-01 -#usr/lib/python3.8/site-packages/botocore/data/dms/2016-01-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/dms/2016-01-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/dms/2016-01-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/dms/2016-01-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/docdb -#usr/lib/python3.8/site-packages/botocore/data/docdb/2014-10-31 -#usr/lib/python3.8/site-packages/botocore/data/docdb/2014-10-31/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/docdb/2014-10-31/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/docdb/2014-10-31/service-2.sdk-extras.json -#usr/lib/python3.8/site-packages/botocore/data/docdb/2014-10-31/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/ds -#usr/lib/python3.8/site-packages/botocore/data/ds/2015-04-16 -#usr/lib/python3.8/site-packages/botocore/data/ds/2015-04-16/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/ds/2015-04-16/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ds/2015-04-16/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/dynamodb -#usr/lib/python3.8/site-packages/botocore/data/dynamodb/2012-08-10 -#usr/lib/python3.8/site-packages/botocore/data/dynamodb/2012-08-10/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/dynamodb/2012-08-10/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/dynamodb/2012-08-10/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/dynamodb/2012-08-10/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/dynamodbstreams -#usr/lib/python3.8/site-packages/botocore/data/dynamodbstreams/2012-08-10 -#usr/lib/python3.8/site-packages/botocore/data/dynamodbstreams/2012-08-10/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/dynamodbstreams/2012-08-10/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/dynamodbstreams/2012-08-10/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ebs -#usr/lib/python3.8/site-packages/botocore/data/ebs/2019-11-02 -#usr/lib/python3.8/site-packages/botocore/data/ebs/2019-11-02/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ebs/2019-11-02/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ec2 -#usr/lib/python3.8/site-packages/botocore/data/ec2-instance-connect -#usr/lib/python3.8/site-packages/botocore/data/ec2-instance-connect/2018-04-02 -#usr/lib/python3.8/site-packages/botocore/data/ec2-instance-connect/2018-04-02/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ec2-instance-connect/2018-04-02/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2014-09-01 -#usr/lib/python3.8/site-packages/botocore/data/ec2/2014-09-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2014-09-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2014-09-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2014-10-01 -#usr/lib/python3.8/site-packages/botocore/data/ec2/2014-10-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2014-10-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2014-10-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2015-03-01 -#usr/lib/python3.8/site-packages/botocore/data/ec2/2015-03-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2015-03-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2015-03-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2015-04-15 -#usr/lib/python3.8/site-packages/botocore/data/ec2/2015-04-15/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2015-04-15/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2015-04-15/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2015-10-01 -#usr/lib/python3.8/site-packages/botocore/data/ec2/2015-10-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2015-10-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2015-10-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2016-04-01 -#usr/lib/python3.8/site-packages/botocore/data/ec2/2016-04-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2016-04-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2016-04-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2016-09-15 -#usr/lib/python3.8/site-packages/botocore/data/ec2/2016-09-15/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2016-09-15/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2016-09-15/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2016-09-15/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2016-11-15 -#usr/lib/python3.8/site-packages/botocore/data/ec2/2016-11-15/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2016-11-15/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2016-11-15/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ec2/2016-11-15/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/ecr -#usr/lib/python3.8/site-packages/botocore/data/ecr-public -#usr/lib/python3.8/site-packages/botocore/data/ecr-public/2020-10-30 -#usr/lib/python3.8/site-packages/botocore/data/ecr-public/2020-10-30/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ecr-public/2020-10-30/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ecr/2015-09-21 -#usr/lib/python3.8/site-packages/botocore/data/ecr/2015-09-21/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/ecr/2015-09-21/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ecr/2015-09-21/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ecr/2015-09-21/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/ecs -#usr/lib/python3.8/site-packages/botocore/data/ecs/2014-11-13 -#usr/lib/python3.8/site-packages/botocore/data/ecs/2014-11-13/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/ecs/2014-11-13/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ecs/2014-11-13/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ecs/2014-11-13/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/efs -#usr/lib/python3.8/site-packages/botocore/data/efs/2015-02-01 -#usr/lib/python3.8/site-packages/botocore/data/efs/2015-02-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/efs/2015-02-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/efs/2015-02-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/eks -#usr/lib/python3.8/site-packages/botocore/data/eks/2017-11-01 -#usr/lib/python3.8/site-packages/botocore/data/eks/2017-11-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/eks/2017-11-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/eks/2017-11-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/eks/2017-11-01/service-2.sdk-extras.json -#usr/lib/python3.8/site-packages/botocore/data/eks/2017-11-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/elastic-inference -#usr/lib/python3.8/site-packages/botocore/data/elastic-inference/2017-07-25 -#usr/lib/python3.8/site-packages/botocore/data/elastic-inference/2017-07-25/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/elastic-inference/2017-07-25/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/elasticache -#usr/lib/python3.8/site-packages/botocore/data/elasticache/2014-09-30 -#usr/lib/python3.8/site-packages/botocore/data/elasticache/2014-09-30/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/elasticache/2014-09-30/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/elasticache/2014-09-30/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/elasticache/2015-02-02 -#usr/lib/python3.8/site-packages/botocore/data/elasticache/2015-02-02/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/elasticache/2015-02-02/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/elasticache/2015-02-02/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/elasticache/2015-02-02/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/elasticbeanstalk -#usr/lib/python3.8/site-packages/botocore/data/elasticbeanstalk/2010-12-01 -#usr/lib/python3.8/site-packages/botocore/data/elasticbeanstalk/2010-12-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/elasticbeanstalk/2010-12-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/elasticbeanstalk/2010-12-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/elasticbeanstalk/2010-12-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/elastictranscoder -#usr/lib/python3.8/site-packages/botocore/data/elastictranscoder/2012-09-25 -#usr/lib/python3.8/site-packages/botocore/data/elastictranscoder/2012-09-25/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/elastictranscoder/2012-09-25/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/elastictranscoder/2012-09-25/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/elastictranscoder/2012-09-25/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/elb -#usr/lib/python3.8/site-packages/botocore/data/elb/2012-06-01 -#usr/lib/python3.8/site-packages/botocore/data/elb/2012-06-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/elb/2012-06-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/elb/2012-06-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/elb/2012-06-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/elbv2 -#usr/lib/python3.8/site-packages/botocore/data/elbv2/2015-12-01 -#usr/lib/python3.8/site-packages/botocore/data/elbv2/2015-12-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/elbv2/2015-12-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/elbv2/2015-12-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/elbv2/2015-12-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/emr -#usr/lib/python3.8/site-packages/botocore/data/emr/2009-03-31 -#usr/lib/python3.8/site-packages/botocore/data/emr/2009-03-31/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/emr/2009-03-31/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/emr/2009-03-31/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/emr/2009-03-31/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/endpoints.json -#usr/lib/python3.8/site-packages/botocore/data/es -#usr/lib/python3.8/site-packages/botocore/data/es/2015-01-01 -#usr/lib/python3.8/site-packages/botocore/data/es/2015-01-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/es/2015-01-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/es/2015-01-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/events -#usr/lib/python3.8/site-packages/botocore/data/events/2014-02-03 -#usr/lib/python3.8/site-packages/botocore/data/events/2014-02-03/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/events/2015-10-07 -#usr/lib/python3.8/site-packages/botocore/data/events/2015-10-07/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/events/2015-10-07/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/events/2015-10-07/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/firehose -#usr/lib/python3.8/site-packages/botocore/data/firehose/2015-08-04 -#usr/lib/python3.8/site-packages/botocore/data/firehose/2015-08-04/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/firehose/2015-08-04/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/firehose/2015-08-04/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/fms -#usr/lib/python3.8/site-packages/botocore/data/fms/2018-01-01 -#usr/lib/python3.8/site-packages/botocore/data/fms/2018-01-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/fms/2018-01-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/fms/2018-01-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/forecast -#usr/lib/python3.8/site-packages/botocore/data/forecast/2018-06-26 -#usr/lib/python3.8/site-packages/botocore/data/forecast/2018-06-26/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/forecast/2018-06-26/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/forecastquery -#usr/lib/python3.8/site-packages/botocore/data/forecastquery/2018-06-26 -#usr/lib/python3.8/site-packages/botocore/data/forecastquery/2018-06-26/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/forecastquery/2018-06-26/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/frauddetector -#usr/lib/python3.8/site-packages/botocore/data/frauddetector/2019-11-15 -#usr/lib/python3.8/site-packages/botocore/data/frauddetector/2019-11-15/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/frauddetector/2019-11-15/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/fsx -#usr/lib/python3.8/site-packages/botocore/data/fsx/2018-03-01 -#usr/lib/python3.8/site-packages/botocore/data/fsx/2018-03-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/fsx/2018-03-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/gamelift -#usr/lib/python3.8/site-packages/botocore/data/gamelift/2015-10-01 -#usr/lib/python3.8/site-packages/botocore/data/gamelift/2015-10-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/gamelift/2015-10-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/gamelift/2015-10-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/glacier -#usr/lib/python3.8/site-packages/botocore/data/glacier/2012-06-01 -#usr/lib/python3.8/site-packages/botocore/data/glacier/2012-06-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/glacier/2012-06-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/glacier/2012-06-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/glacier/2012-06-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/globalaccelerator -#usr/lib/python3.8/site-packages/botocore/data/globalaccelerator/2018-08-08 -#usr/lib/python3.8/site-packages/botocore/data/globalaccelerator/2018-08-08/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/globalaccelerator/2018-08-08/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/glue -#usr/lib/python3.8/site-packages/botocore/data/glue/2017-03-31 -#usr/lib/python3.8/site-packages/botocore/data/glue/2017-03-31/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/glue/2017-03-31/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/glue/2017-03-31/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/greengrass -#usr/lib/python3.8/site-packages/botocore/data/greengrass/2017-06-07 -#usr/lib/python3.8/site-packages/botocore/data/greengrass/2017-06-07/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/greengrass/2017-06-07/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/groundstation -#usr/lib/python3.8/site-packages/botocore/data/groundstation/2019-05-23 -#usr/lib/python3.8/site-packages/botocore/data/groundstation/2019-05-23/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/groundstation/2019-05-23/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/guardduty -#usr/lib/python3.8/site-packages/botocore/data/guardduty/2017-11-28 -#usr/lib/python3.8/site-packages/botocore/data/guardduty/2017-11-28/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/guardduty/2017-11-28/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/health -#usr/lib/python3.8/site-packages/botocore/data/health/2016-08-04 -#usr/lib/python3.8/site-packages/botocore/data/health/2016-08-04/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/health/2016-08-04/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/health/2016-08-04/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/honeycode -#usr/lib/python3.8/site-packages/botocore/data/honeycode/2020-03-01 -#usr/lib/python3.8/site-packages/botocore/data/honeycode/2020-03-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/honeycode/2020-03-01/paginators-1.sdk-extras.json -#usr/lib/python3.8/site-packages/botocore/data/honeycode/2020-03-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/iam -#usr/lib/python3.8/site-packages/botocore/data/iam/2010-05-08 -#usr/lib/python3.8/site-packages/botocore/data/iam/2010-05-08/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/iam/2010-05-08/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/iam/2010-05-08/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/iam/2010-05-08/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/identitystore -#usr/lib/python3.8/site-packages/botocore/data/identitystore/2020-06-15 -#usr/lib/python3.8/site-packages/botocore/data/identitystore/2020-06-15/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/identitystore/2020-06-15/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/imagebuilder -#usr/lib/python3.8/site-packages/botocore/data/imagebuilder/2019-12-02 -#usr/lib/python3.8/site-packages/botocore/data/imagebuilder/2019-12-02/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/imagebuilder/2019-12-02/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/importexport -#usr/lib/python3.8/site-packages/botocore/data/importexport/2010-06-01 -#usr/lib/python3.8/site-packages/botocore/data/importexport/2010-06-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/importexport/2010-06-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/inspector -#usr/lib/python3.8/site-packages/botocore/data/inspector/2015-08-18 -#usr/lib/python3.8/site-packages/botocore/data/inspector/2015-08-18/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/inspector/2016-02-16 -#usr/lib/python3.8/site-packages/botocore/data/inspector/2016-02-16/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/inspector/2016-02-16/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/inspector/2016-02-16/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/iot -#usr/lib/python3.8/site-packages/botocore/data/iot-data -#usr/lib/python3.8/site-packages/botocore/data/iot-data/2015-05-28 -#usr/lib/python3.8/site-packages/botocore/data/iot-data/2015-05-28/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/iot-data/2015-05-28/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/iot-jobs-data -#usr/lib/python3.8/site-packages/botocore/data/iot-jobs-data/2017-09-29 -#usr/lib/python3.8/site-packages/botocore/data/iot-jobs-data/2017-09-29/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/iot-jobs-data/2017-09-29/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/iot-jobs-data/2017-09-29/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/iot/2015-05-28 -#usr/lib/python3.8/site-packages/botocore/data/iot/2015-05-28/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/iot/2015-05-28/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/iot/2015-05-28/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/iot1click-devices -#usr/lib/python3.8/site-packages/botocore/data/iot1click-devices/2018-05-14 -#usr/lib/python3.8/site-packages/botocore/data/iot1click-devices/2018-05-14/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/iot1click-devices/2018-05-14/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/iot1click-projects -#usr/lib/python3.8/site-packages/botocore/data/iot1click-projects/2018-05-14 -#usr/lib/python3.8/site-packages/botocore/data/iot1click-projects/2018-05-14/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/iot1click-projects/2018-05-14/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/iot1click-projects/2018-05-14/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/iotanalytics -#usr/lib/python3.8/site-packages/botocore/data/iotanalytics/2017-11-27 -#usr/lib/python3.8/site-packages/botocore/data/iotanalytics/2017-11-27/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/iotanalytics/2017-11-27/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/iotanalytics/2017-11-27/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/iotevents -#usr/lib/python3.8/site-packages/botocore/data/iotevents-data -#usr/lib/python3.8/site-packages/botocore/data/iotevents-data/2018-10-23 -#usr/lib/python3.8/site-packages/botocore/data/iotevents-data/2018-10-23/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/iotevents-data/2018-10-23/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/iotevents/2018-07-27 -#usr/lib/python3.8/site-packages/botocore/data/iotevents/2018-07-27/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/iotevents/2018-07-27/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/iotsecuretunneling -#usr/lib/python3.8/site-packages/botocore/data/iotsecuretunneling/2018-10-05 -#usr/lib/python3.8/site-packages/botocore/data/iotsecuretunneling/2018-10-05/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/iotsecuretunneling/2018-10-05/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/iotsitewise -#usr/lib/python3.8/site-packages/botocore/data/iotsitewise/2019-12-02 -#usr/lib/python3.8/site-packages/botocore/data/iotsitewise/2019-12-02/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/iotsitewise/2019-12-02/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/iotsitewise/2019-12-02/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/iotthingsgraph -#usr/lib/python3.8/site-packages/botocore/data/iotthingsgraph/2018-09-06 -#usr/lib/python3.8/site-packages/botocore/data/iotthingsgraph/2018-09-06/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/iotthingsgraph/2018-09-06/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ivs -#usr/lib/python3.8/site-packages/botocore/data/ivs/2020-07-14 -#usr/lib/python3.8/site-packages/botocore/data/ivs/2020-07-14/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ivs/2020-07-14/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/kafka -#usr/lib/python3.8/site-packages/botocore/data/kafka/2018-11-14 -#usr/lib/python3.8/site-packages/botocore/data/kafka/2018-11-14/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/kafka/2018-11-14/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/kendra -#usr/lib/python3.8/site-packages/botocore/data/kendra/2019-02-03 -#usr/lib/python3.8/site-packages/botocore/data/kendra/2019-02-03/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/kendra/2019-02-03/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/kinesis -#usr/lib/python3.8/site-packages/botocore/data/kinesis-video-archived-media -#usr/lib/python3.8/site-packages/botocore/data/kinesis-video-archived-media/2017-09-30 -#usr/lib/python3.8/site-packages/botocore/data/kinesis-video-archived-media/2017-09-30/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/kinesis-video-archived-media/2017-09-30/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/kinesis-video-archived-media/2017-09-30/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/kinesis-video-media -#usr/lib/python3.8/site-packages/botocore/data/kinesis-video-media/2017-09-30 -#usr/lib/python3.8/site-packages/botocore/data/kinesis-video-media/2017-09-30/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/kinesis-video-media/2017-09-30/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/kinesis-video-media/2017-09-30/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/kinesis-video-signaling -#usr/lib/python3.8/site-packages/botocore/data/kinesis-video-signaling/2019-12-04 -#usr/lib/python3.8/site-packages/botocore/data/kinesis-video-signaling/2019-12-04/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/kinesis-video-signaling/2019-12-04/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/kinesis/2013-12-02 -#usr/lib/python3.8/site-packages/botocore/data/kinesis/2013-12-02/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/kinesis/2013-12-02/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/kinesis/2013-12-02/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/kinesis/2013-12-02/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/kinesisanalytics -#usr/lib/python3.8/site-packages/botocore/data/kinesisanalytics/2015-08-14 -#usr/lib/python3.8/site-packages/botocore/data/kinesisanalytics/2015-08-14/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/kinesisanalytics/2015-08-14/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/kinesisanalytics/2015-08-14/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/kinesisanalyticsv2 -#usr/lib/python3.8/site-packages/botocore/data/kinesisanalyticsv2/2018-05-23 -#usr/lib/python3.8/site-packages/botocore/data/kinesisanalyticsv2/2018-05-23/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/kinesisanalyticsv2/2018-05-23/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/kinesisvideo -#usr/lib/python3.8/site-packages/botocore/data/kinesisvideo/2017-09-30 -#usr/lib/python3.8/site-packages/botocore/data/kinesisvideo/2017-09-30/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/kinesisvideo/2017-09-30/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/kinesisvideo/2017-09-30/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/kms -#usr/lib/python3.8/site-packages/botocore/data/kms/2014-11-01 -#usr/lib/python3.8/site-packages/botocore/data/kms/2014-11-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/kms/2014-11-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/kms/2014-11-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/lakeformation -#usr/lib/python3.8/site-packages/botocore/data/lakeformation/2017-03-31 -#usr/lib/python3.8/site-packages/botocore/data/lakeformation/2017-03-31/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/lakeformation/2017-03-31/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/lambda -#usr/lib/python3.8/site-packages/botocore/data/lambda/2014-11-11 -#usr/lib/python3.8/site-packages/botocore/data/lambda/2014-11-11/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/lambda/2015-03-31 -#usr/lib/python3.8/site-packages/botocore/data/lambda/2015-03-31/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/lambda/2015-03-31/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/lambda/2015-03-31/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/lambda/2015-03-31/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/lex-models -#usr/lib/python3.8/site-packages/botocore/data/lex-models/2017-04-19 -#usr/lib/python3.8/site-packages/botocore/data/lex-models/2017-04-19/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/lex-models/2017-04-19/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/lex-models/2017-04-19/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/lex-runtime -#usr/lib/python3.8/site-packages/botocore/data/lex-runtime/2016-11-28 -#usr/lib/python3.8/site-packages/botocore/data/lex-runtime/2016-11-28/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/lex-runtime/2016-11-28/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/lex-runtime/2016-11-28/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/license-manager -#usr/lib/python3.8/site-packages/botocore/data/license-manager/2018-08-01 -#usr/lib/python3.8/site-packages/botocore/data/license-manager/2018-08-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/license-manager/2018-08-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/lightsail -#usr/lib/python3.8/site-packages/botocore/data/lightsail/2016-11-28 -#usr/lib/python3.8/site-packages/botocore/data/lightsail/2016-11-28/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/lightsail/2016-11-28/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/lightsail/2016-11-28/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/logs -#usr/lib/python3.8/site-packages/botocore/data/logs/2014-03-28 -#usr/lib/python3.8/site-packages/botocore/data/logs/2014-03-28/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/logs/2014-03-28/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/logs/2014-03-28/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/lookoutvision -#usr/lib/python3.8/site-packages/botocore/data/lookoutvision/2020-11-20 -#usr/lib/python3.8/site-packages/botocore/data/lookoutvision/2020-11-20/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/lookoutvision/2020-11-20/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/machinelearning -#usr/lib/python3.8/site-packages/botocore/data/machinelearning/2014-12-12 -#usr/lib/python3.8/site-packages/botocore/data/machinelearning/2014-12-12/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/machinelearning/2014-12-12/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/machinelearning/2014-12-12/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/machinelearning/2014-12-12/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/macie -#usr/lib/python3.8/site-packages/botocore/data/macie/2017-12-19 -#usr/lib/python3.8/site-packages/botocore/data/macie/2017-12-19/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/macie/2017-12-19/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/macie/2017-12-19/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/macie2 -#usr/lib/python3.8/site-packages/botocore/data/macie2/2020-01-01 -#usr/lib/python3.8/site-packages/botocore/data/macie2/2020-01-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/macie2/2020-01-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/managedblockchain -#usr/lib/python3.8/site-packages/botocore/data/managedblockchain/2018-09-24 -#usr/lib/python3.8/site-packages/botocore/data/managedblockchain/2018-09-24/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/managedblockchain/2018-09-24/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/marketplace-catalog -#usr/lib/python3.8/site-packages/botocore/data/marketplace-catalog/2018-09-17 -#usr/lib/python3.8/site-packages/botocore/data/marketplace-catalog/2018-09-17/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/marketplace-catalog/2018-09-17/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/marketplace-entitlement -#usr/lib/python3.8/site-packages/botocore/data/marketplace-entitlement/2017-01-11 -#usr/lib/python3.8/site-packages/botocore/data/marketplace-entitlement/2017-01-11/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/marketplace-entitlement/2017-01-11/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/marketplace-entitlement/2017-01-11/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/marketplacecommerceanalytics -#usr/lib/python3.8/site-packages/botocore/data/marketplacecommerceanalytics/2015-07-01 -#usr/lib/python3.8/site-packages/botocore/data/marketplacecommerceanalytics/2015-07-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/marketplacecommerceanalytics/2015-07-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/mediaconnect -#usr/lib/python3.8/site-packages/botocore/data/mediaconnect/2018-11-14 -#usr/lib/python3.8/site-packages/botocore/data/mediaconnect/2018-11-14/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/mediaconnect/2018-11-14/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/mediaconvert -#usr/lib/python3.8/site-packages/botocore/data/mediaconvert/2017-08-29 -#usr/lib/python3.8/site-packages/botocore/data/mediaconvert/2017-08-29/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/mediaconvert/2017-08-29/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/medialive -#usr/lib/python3.8/site-packages/botocore/data/medialive/2017-10-14 -#usr/lib/python3.8/site-packages/botocore/data/medialive/2017-10-14/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/medialive/2017-10-14/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/medialive/2017-10-14/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/mediapackage -#usr/lib/python3.8/site-packages/botocore/data/mediapackage-vod -#usr/lib/python3.8/site-packages/botocore/data/mediapackage-vod/2018-11-07 -#usr/lib/python3.8/site-packages/botocore/data/mediapackage-vod/2018-11-07/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/mediapackage-vod/2018-11-07/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/mediapackage/2017-10-12 -#usr/lib/python3.8/site-packages/botocore/data/mediapackage/2017-10-12/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/mediapackage/2017-10-12/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/mediastore -#usr/lib/python3.8/site-packages/botocore/data/mediastore-data -#usr/lib/python3.8/site-packages/botocore/data/mediastore-data/2017-09-01 -#usr/lib/python3.8/site-packages/botocore/data/mediastore-data/2017-09-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/mediastore-data/2017-09-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/mediastore-data/2017-09-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/mediastore/2017-09-01 -#usr/lib/python3.8/site-packages/botocore/data/mediastore/2017-09-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/mediastore/2017-09-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/mediastore/2017-09-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/mediatailor -#usr/lib/python3.8/site-packages/botocore/data/mediatailor/2018-04-23 -#usr/lib/python3.8/site-packages/botocore/data/mediatailor/2018-04-23/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/mediatailor/2018-04-23/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/meteringmarketplace -#usr/lib/python3.8/site-packages/botocore/data/meteringmarketplace/2016-01-14 -#usr/lib/python3.8/site-packages/botocore/data/meteringmarketplace/2016-01-14/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/meteringmarketplace/2016-01-14/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/meteringmarketplace/2016-01-14/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/mgh -#usr/lib/python3.8/site-packages/botocore/data/mgh/2017-05-31 -#usr/lib/python3.8/site-packages/botocore/data/mgh/2017-05-31/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/mgh/2017-05-31/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/mgh/2017-05-31/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/migrationhub-config -#usr/lib/python3.8/site-packages/botocore/data/migrationhub-config/2019-06-30 -#usr/lib/python3.8/site-packages/botocore/data/migrationhub-config/2019-06-30/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/migrationhub-config/2019-06-30/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/mobile -#usr/lib/python3.8/site-packages/botocore/data/mobile/2017-07-01 -#usr/lib/python3.8/site-packages/botocore/data/mobile/2017-07-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/mobile/2017-07-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/mobile/2017-07-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/mq -#usr/lib/python3.8/site-packages/botocore/data/mq/2017-11-27 -#usr/lib/python3.8/site-packages/botocore/data/mq/2017-11-27/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/mq/2017-11-27/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/mturk -#usr/lib/python3.8/site-packages/botocore/data/mturk/2017-01-17 -#usr/lib/python3.8/site-packages/botocore/data/mturk/2017-01-17/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/mturk/2017-01-17/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/mturk/2017-01-17/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/mwaa -#usr/lib/python3.8/site-packages/botocore/data/mwaa/2020-07-01 -#usr/lib/python3.8/site-packages/botocore/data/mwaa/2020-07-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/mwaa/2020-07-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/neptune -#usr/lib/python3.8/site-packages/botocore/data/neptune/2014-10-31 -#usr/lib/python3.8/site-packages/botocore/data/neptune/2014-10-31/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/neptune/2014-10-31/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/neptune/2014-10-31/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/neptune/2014-10-31/service-2.sdk-extras.json -#usr/lib/python3.8/site-packages/botocore/data/neptune/2014-10-31/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/network-firewall -#usr/lib/python3.8/site-packages/botocore/data/network-firewall/2020-11-12 -#usr/lib/python3.8/site-packages/botocore/data/network-firewall/2020-11-12/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/network-firewall/2020-11-12/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/networkmanager -#usr/lib/python3.8/site-packages/botocore/data/networkmanager/2019-07-05 -#usr/lib/python3.8/site-packages/botocore/data/networkmanager/2019-07-05/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/networkmanager/2019-07-05/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/opsworks -#usr/lib/python3.8/site-packages/botocore/data/opsworks/2013-02-18 -#usr/lib/python3.8/site-packages/botocore/data/opsworks/2013-02-18/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/opsworks/2013-02-18/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/opsworks/2013-02-18/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/opsworks/2013-02-18/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/opsworkscm -#usr/lib/python3.8/site-packages/botocore/data/opsworkscm/2016-11-01 -#usr/lib/python3.8/site-packages/botocore/data/opsworkscm/2016-11-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/opsworkscm/2016-11-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/opsworkscm/2016-11-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/opsworkscm/2016-11-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/organizations -#usr/lib/python3.8/site-packages/botocore/data/organizations/2016-11-28 -#usr/lib/python3.8/site-packages/botocore/data/organizations/2016-11-28/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/organizations/2016-11-28/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/organizations/2016-11-28/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/outposts -#usr/lib/python3.8/site-packages/botocore/data/outposts/2019-12-03 -#usr/lib/python3.8/site-packages/botocore/data/outposts/2019-12-03/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/outposts/2019-12-03/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/personalize -#usr/lib/python3.8/site-packages/botocore/data/personalize-events -#usr/lib/python3.8/site-packages/botocore/data/personalize-events/2018-03-22 -#usr/lib/python3.8/site-packages/botocore/data/personalize-events/2018-03-22/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/personalize-events/2018-03-22/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/personalize-runtime -#usr/lib/python3.8/site-packages/botocore/data/personalize-runtime/2018-05-22 -#usr/lib/python3.8/site-packages/botocore/data/personalize-runtime/2018-05-22/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/personalize-runtime/2018-05-22/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/personalize/2018-05-22 -#usr/lib/python3.8/site-packages/botocore/data/personalize/2018-05-22/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/personalize/2018-05-22/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/pi -#usr/lib/python3.8/site-packages/botocore/data/pi/2018-02-27 -#usr/lib/python3.8/site-packages/botocore/data/pi/2018-02-27/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/pi/2018-02-27/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/pi/2018-02-27/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/pinpoint -#usr/lib/python3.8/site-packages/botocore/data/pinpoint-email -#usr/lib/python3.8/site-packages/botocore/data/pinpoint-email/2018-07-26 -#usr/lib/python3.8/site-packages/botocore/data/pinpoint-email/2018-07-26/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/pinpoint-email/2018-07-26/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/pinpoint-sms-voice -#usr/lib/python3.8/site-packages/botocore/data/pinpoint-sms-voice/2018-09-05 -#usr/lib/python3.8/site-packages/botocore/data/pinpoint-sms-voice/2018-09-05/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/pinpoint/2016-12-01 -#usr/lib/python3.8/site-packages/botocore/data/pinpoint/2016-12-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/pinpoint/2016-12-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/polly -#usr/lib/python3.8/site-packages/botocore/data/polly/2016-06-10 -#usr/lib/python3.8/site-packages/botocore/data/polly/2016-06-10/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/polly/2016-06-10/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/polly/2016-06-10/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/pricing -#usr/lib/python3.8/site-packages/botocore/data/pricing/2017-10-15 -#usr/lib/python3.8/site-packages/botocore/data/pricing/2017-10-15/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/pricing/2017-10-15/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/pricing/2017-10-15/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/qldb -#usr/lib/python3.8/site-packages/botocore/data/qldb-session -#usr/lib/python3.8/site-packages/botocore/data/qldb-session/2019-07-11 -#usr/lib/python3.8/site-packages/botocore/data/qldb-session/2019-07-11/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/qldb-session/2019-07-11/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/qldb/2019-01-02 -#usr/lib/python3.8/site-packages/botocore/data/qldb/2019-01-02/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/qldb/2019-01-02/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/quicksight -#usr/lib/python3.8/site-packages/botocore/data/quicksight/2018-04-01 -#usr/lib/python3.8/site-packages/botocore/data/quicksight/2018-04-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/quicksight/2018-04-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ram -#usr/lib/python3.8/site-packages/botocore/data/ram/2018-01-04 -#usr/lib/python3.8/site-packages/botocore/data/ram/2018-01-04/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ram/2018-01-04/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/rds -#usr/lib/python3.8/site-packages/botocore/data/rds-data -#usr/lib/python3.8/site-packages/botocore/data/rds-data/2018-08-01 -#usr/lib/python3.8/site-packages/botocore/data/rds-data/2018-08-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/rds-data/2018-08-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/rds/2014-09-01 -#usr/lib/python3.8/site-packages/botocore/data/rds/2014-09-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/rds/2014-09-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/rds/2014-09-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/rds/2014-10-31 -#usr/lib/python3.8/site-packages/botocore/data/rds/2014-10-31/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/rds/2014-10-31/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/rds/2014-10-31/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/rds/2014-10-31/service-2.sdk-extras.json -#usr/lib/python3.8/site-packages/botocore/data/rds/2014-10-31/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/redshift -#usr/lib/python3.8/site-packages/botocore/data/redshift-data -#usr/lib/python3.8/site-packages/botocore/data/redshift-data/2019-12-20 -#usr/lib/python3.8/site-packages/botocore/data/redshift-data/2019-12-20/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/redshift-data/2019-12-20/paginators-1.sdk-extras.json -#usr/lib/python3.8/site-packages/botocore/data/redshift-data/2019-12-20/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/redshift/2012-12-01 -#usr/lib/python3.8/site-packages/botocore/data/redshift/2012-12-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/redshift/2012-12-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/redshift/2012-12-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/redshift/2012-12-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/rekognition -#usr/lib/python3.8/site-packages/botocore/data/rekognition/2016-06-27 -#usr/lib/python3.8/site-packages/botocore/data/rekognition/2016-06-27/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/rekognition/2016-06-27/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/rekognition/2016-06-27/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/rekognition/2016-06-27/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/resource-groups -#usr/lib/python3.8/site-packages/botocore/data/resource-groups/2017-11-27 -#usr/lib/python3.8/site-packages/botocore/data/resource-groups/2017-11-27/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/resource-groups/2017-11-27/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/resource-groups/2017-11-27/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/resourcegroupstaggingapi -#usr/lib/python3.8/site-packages/botocore/data/resourcegroupstaggingapi/2017-01-26 -#usr/lib/python3.8/site-packages/botocore/data/resourcegroupstaggingapi/2017-01-26/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/resourcegroupstaggingapi/2017-01-26/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/robomaker -#usr/lib/python3.8/site-packages/botocore/data/robomaker/2018-06-29 -#usr/lib/python3.8/site-packages/botocore/data/robomaker/2018-06-29/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/robomaker/2018-06-29/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/route53 -#usr/lib/python3.8/site-packages/botocore/data/route53/2013-04-01 -#usr/lib/python3.8/site-packages/botocore/data/route53/2013-04-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/route53/2013-04-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/route53/2013-04-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/route53/2013-04-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/route53domains -#usr/lib/python3.8/site-packages/botocore/data/route53domains/2014-05-15 -#usr/lib/python3.8/site-packages/botocore/data/route53domains/2014-05-15/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/route53domains/2014-05-15/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/route53domains/2014-05-15/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/route53resolver -#usr/lib/python3.8/site-packages/botocore/data/route53resolver/2018-04-01 -#usr/lib/python3.8/site-packages/botocore/data/route53resolver/2018-04-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/route53resolver/2018-04-01/paginators-1.sdk-extras.json -#usr/lib/python3.8/site-packages/botocore/data/route53resolver/2018-04-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/s3 -#usr/lib/python3.8/site-packages/botocore/data/s3/2006-03-01 -#usr/lib/python3.8/site-packages/botocore/data/s3/2006-03-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/s3/2006-03-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/s3/2006-03-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/s3/2006-03-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/s3control -#usr/lib/python3.8/site-packages/botocore/data/s3control/2018-08-20 -#usr/lib/python3.8/site-packages/botocore/data/s3control/2018-08-20/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/s3control/2018-08-20/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/s3outposts -#usr/lib/python3.8/site-packages/botocore/data/s3outposts/2017-07-25 -#usr/lib/python3.8/site-packages/botocore/data/s3outposts/2017-07-25/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/s3outposts/2017-07-25/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/sagemaker -#usr/lib/python3.8/site-packages/botocore/data/sagemaker-a2i-runtime -#usr/lib/python3.8/site-packages/botocore/data/sagemaker-a2i-runtime/2019-11-07 -#usr/lib/python3.8/site-packages/botocore/data/sagemaker-a2i-runtime/2019-11-07/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/sagemaker-a2i-runtime/2019-11-07/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/sagemaker-featurestore-runtime -#usr/lib/python3.8/site-packages/botocore/data/sagemaker-featurestore-runtime/2020-07-01 -#usr/lib/python3.8/site-packages/botocore/data/sagemaker-featurestore-runtime/2020-07-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/sagemaker-featurestore-runtime/2020-07-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/sagemaker-runtime -#usr/lib/python3.8/site-packages/botocore/data/sagemaker-runtime/2017-05-13 -#usr/lib/python3.8/site-packages/botocore/data/sagemaker-runtime/2017-05-13/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/sagemaker-runtime/2017-05-13/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/sagemaker-runtime/2017-05-13/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/sagemaker/2017-07-24 -#usr/lib/python3.8/site-packages/botocore/data/sagemaker/2017-07-24/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/sagemaker/2017-07-24/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/sagemaker/2017-07-24/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/sagemaker/2017-07-24/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/savingsplans -#usr/lib/python3.8/site-packages/botocore/data/savingsplans/2019-06-28 -#usr/lib/python3.8/site-packages/botocore/data/savingsplans/2019-06-28/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/savingsplans/2019-06-28/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/schemas -#usr/lib/python3.8/site-packages/botocore/data/schemas/2019-12-02 -#usr/lib/python3.8/site-packages/botocore/data/schemas/2019-12-02/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/schemas/2019-12-02/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/schemas/2019-12-02/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/sdb -#usr/lib/python3.8/site-packages/botocore/data/sdb/2009-04-15 -#usr/lib/python3.8/site-packages/botocore/data/sdb/2009-04-15/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/sdb/2009-04-15/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/secretsmanager -#usr/lib/python3.8/site-packages/botocore/data/secretsmanager/2017-10-17 -#usr/lib/python3.8/site-packages/botocore/data/secretsmanager/2017-10-17/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/secretsmanager/2017-10-17/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/secretsmanager/2017-10-17/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/secretsmanager/2017-10-17/service-2.sdk-extras.json -#usr/lib/python3.8/site-packages/botocore/data/securityhub -#usr/lib/python3.8/site-packages/botocore/data/securityhub/2018-10-26 -#usr/lib/python3.8/site-packages/botocore/data/securityhub/2018-10-26/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/securityhub/2018-10-26/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/serverlessrepo -#usr/lib/python3.8/site-packages/botocore/data/serverlessrepo/2017-09-08 -#usr/lib/python3.8/site-packages/botocore/data/serverlessrepo/2017-09-08/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/serverlessrepo/2017-09-08/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/service-quotas -#usr/lib/python3.8/site-packages/botocore/data/service-quotas/2019-06-24 -#usr/lib/python3.8/site-packages/botocore/data/service-quotas/2019-06-24/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/service-quotas/2019-06-24/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/servicecatalog -#usr/lib/python3.8/site-packages/botocore/data/servicecatalog-appregistry -#usr/lib/python3.8/site-packages/botocore/data/servicecatalog-appregistry/2020-06-24 -#usr/lib/python3.8/site-packages/botocore/data/servicecatalog-appregistry/2020-06-24/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/servicecatalog-appregistry/2020-06-24/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/servicecatalog/2015-12-10 -#usr/lib/python3.8/site-packages/botocore/data/servicecatalog/2015-12-10/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/servicecatalog/2015-12-10/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/servicecatalog/2015-12-10/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/servicediscovery -#usr/lib/python3.8/site-packages/botocore/data/servicediscovery/2017-03-14 -#usr/lib/python3.8/site-packages/botocore/data/servicediscovery/2017-03-14/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/servicediscovery/2017-03-14/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/servicediscovery/2017-03-14/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ses -#usr/lib/python3.8/site-packages/botocore/data/ses/2010-12-01 -#usr/lib/python3.8/site-packages/botocore/data/ses/2010-12-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/ses/2010-12-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ses/2010-12-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ses/2010-12-01/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/sesv2 -#usr/lib/python3.8/site-packages/botocore/data/sesv2/2019-09-27 -#usr/lib/python3.8/site-packages/botocore/data/sesv2/2019-09-27/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/sesv2/2019-09-27/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/shield -#usr/lib/python3.8/site-packages/botocore/data/shield/2016-06-02 -#usr/lib/python3.8/site-packages/botocore/data/shield/2016-06-02/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/shield/2016-06-02/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/shield/2016-06-02/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/signer -#usr/lib/python3.8/site-packages/botocore/data/signer/2017-08-25 -#usr/lib/python3.8/site-packages/botocore/data/signer/2017-08-25/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/signer/2017-08-25/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/signer/2017-08-25/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/signer/2017-08-25/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/sms -#usr/lib/python3.8/site-packages/botocore/data/sms-voice -#usr/lib/python3.8/site-packages/botocore/data/sms-voice/2018-09-05 -#usr/lib/python3.8/site-packages/botocore/data/sms-voice/2018-09-05/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/sms/2016-10-24 -#usr/lib/python3.8/site-packages/botocore/data/sms/2016-10-24/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/sms/2016-10-24/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/sms/2016-10-24/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/snowball -#usr/lib/python3.8/site-packages/botocore/data/snowball/2016-06-30 -#usr/lib/python3.8/site-packages/botocore/data/snowball/2016-06-30/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/snowball/2016-06-30/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/snowball/2016-06-30/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/sns -#usr/lib/python3.8/site-packages/botocore/data/sns/2010-03-31 -#usr/lib/python3.8/site-packages/botocore/data/sns/2010-03-31/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/sns/2010-03-31/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/sns/2010-03-31/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/sqs -#usr/lib/python3.8/site-packages/botocore/data/sqs/2012-11-05 -#usr/lib/python3.8/site-packages/botocore/data/sqs/2012-11-05/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/sqs/2012-11-05/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/sqs/2012-11-05/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ssm -#usr/lib/python3.8/site-packages/botocore/data/ssm/2014-11-06 -#usr/lib/python3.8/site-packages/botocore/data/ssm/2014-11-06/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/ssm/2014-11-06/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/ssm/2014-11-06/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/ssm/2014-11-06/waiters-2.json -#usr/lib/python3.8/site-packages/botocore/data/sso -#usr/lib/python3.8/site-packages/botocore/data/sso-admin -#usr/lib/python3.8/site-packages/botocore/data/sso-admin/2020-07-20 -#usr/lib/python3.8/site-packages/botocore/data/sso-admin/2020-07-20/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/sso-admin/2020-07-20/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/sso-oidc -#usr/lib/python3.8/site-packages/botocore/data/sso-oidc/2019-06-10 -#usr/lib/python3.8/site-packages/botocore/data/sso-oidc/2019-06-10/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/sso-oidc/2019-06-10/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/sso/2019-06-10 -#usr/lib/python3.8/site-packages/botocore/data/sso/2019-06-10/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/sso/2019-06-10/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/stepfunctions -#usr/lib/python3.8/site-packages/botocore/data/stepfunctions/2016-11-23 -#usr/lib/python3.8/site-packages/botocore/data/stepfunctions/2016-11-23/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/stepfunctions/2016-11-23/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/stepfunctions/2016-11-23/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/storagegateway -#usr/lib/python3.8/site-packages/botocore/data/storagegateway/2013-06-30 -#usr/lib/python3.8/site-packages/botocore/data/storagegateway/2013-06-30/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/storagegateway/2013-06-30/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/storagegateway/2013-06-30/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/sts -#usr/lib/python3.8/site-packages/botocore/data/sts/2011-06-15 -#usr/lib/python3.8/site-packages/botocore/data/sts/2011-06-15/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/sts/2011-06-15/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/sts/2011-06-15/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/support -#usr/lib/python3.8/site-packages/botocore/data/support/2013-04-15 -#usr/lib/python3.8/site-packages/botocore/data/support/2013-04-15/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/support/2013-04-15/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/support/2013-04-15/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/swf -#usr/lib/python3.8/site-packages/botocore/data/swf/2012-01-25 -#usr/lib/python3.8/site-packages/botocore/data/swf/2012-01-25/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/swf/2012-01-25/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/swf/2012-01-25/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/synthetics -#usr/lib/python3.8/site-packages/botocore/data/synthetics/2017-10-11 -#usr/lib/python3.8/site-packages/botocore/data/synthetics/2017-10-11/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/synthetics/2017-10-11/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/textract -#usr/lib/python3.8/site-packages/botocore/data/textract/2018-06-27 -#usr/lib/python3.8/site-packages/botocore/data/textract/2018-06-27/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/textract/2018-06-27/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/timestream-query -#usr/lib/python3.8/site-packages/botocore/data/timestream-query/2018-11-01 -#usr/lib/python3.8/site-packages/botocore/data/timestream-query/2018-11-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/timestream-query/2018-11-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/timestream-write -#usr/lib/python3.8/site-packages/botocore/data/timestream-write/2018-11-01 -#usr/lib/python3.8/site-packages/botocore/data/timestream-write/2018-11-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/timestream-write/2018-11-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/transcribe -#usr/lib/python3.8/site-packages/botocore/data/transcribe/2017-10-26 -#usr/lib/python3.8/site-packages/botocore/data/transcribe/2017-10-26/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/transcribe/2017-10-26/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/transcribe/2017-10-26/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/transfer -#usr/lib/python3.8/site-packages/botocore/data/transfer/2018-11-05 -#usr/lib/python3.8/site-packages/botocore/data/transfer/2018-11-05/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/transfer/2018-11-05/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/translate -#usr/lib/python3.8/site-packages/botocore/data/translate/2017-07-01 -#usr/lib/python3.8/site-packages/botocore/data/translate/2017-07-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/translate/2017-07-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/translate/2017-07-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/waf -#usr/lib/python3.8/site-packages/botocore/data/waf-regional -#usr/lib/python3.8/site-packages/botocore/data/waf-regional/2016-11-28 -#usr/lib/python3.8/site-packages/botocore/data/waf-regional/2016-11-28/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/waf-regional/2016-11-28/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/waf-regional/2016-11-28/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/waf/2015-08-24 -#usr/lib/python3.8/site-packages/botocore/data/waf/2015-08-24/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/waf/2015-08-24/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/waf/2015-08-24/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/wafv2 -#usr/lib/python3.8/site-packages/botocore/data/wafv2/2019-07-29 -#usr/lib/python3.8/site-packages/botocore/data/wafv2/2019-07-29/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/wafv2/2019-07-29/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/workdocs -#usr/lib/python3.8/site-packages/botocore/data/workdocs/2016-05-01 -#usr/lib/python3.8/site-packages/botocore/data/workdocs/2016-05-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/workdocs/2016-05-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/workdocs/2016-05-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/worklink -#usr/lib/python3.8/site-packages/botocore/data/worklink/2018-09-25 -#usr/lib/python3.8/site-packages/botocore/data/worklink/2018-09-25/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/worklink/2018-09-25/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/workmail -#usr/lib/python3.8/site-packages/botocore/data/workmail/2017-10-01 -#usr/lib/python3.8/site-packages/botocore/data/workmail/2017-10-01/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/workmail/2017-10-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/workmail/2017-10-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/workmailmessageflow -#usr/lib/python3.8/site-packages/botocore/data/workmailmessageflow/2019-05-01 -#usr/lib/python3.8/site-packages/botocore/data/workmailmessageflow/2019-05-01/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/workmailmessageflow/2019-05-01/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/workspaces -#usr/lib/python3.8/site-packages/botocore/data/workspaces/2015-04-08 -#usr/lib/python3.8/site-packages/botocore/data/workspaces/2015-04-08/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/workspaces/2015-04-08/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/workspaces/2015-04-08/service-2.json -#usr/lib/python3.8/site-packages/botocore/data/xray -#usr/lib/python3.8/site-packages/botocore/data/xray/2016-04-12 -#usr/lib/python3.8/site-packages/botocore/data/xray/2016-04-12/examples-1.json -#usr/lib/python3.8/site-packages/botocore/data/xray/2016-04-12/paginators-1.json -#usr/lib/python3.8/site-packages/botocore/data/xray/2016-04-12/service-2.json -usr/lib/python3.8/site-packages/botocore/discovery.py -#usr/lib/python3.8/site-packages/botocore/docs -usr/lib/python3.8/site-packages/botocore/docs/__init__.py -#usr/lib/python3.8/site-packages/botocore/docs/bcdoc -usr/lib/python3.8/site-packages/botocore/docs/bcdoc/__init__.py -usr/lib/python3.8/site-packages/botocore/docs/bcdoc/docstringparser.py -usr/lib/python3.8/site-packages/botocore/docs/bcdoc/restdoc.py -usr/lib/python3.8/site-packages/botocore/docs/bcdoc/style.py -usr/lib/python3.8/site-packages/botocore/docs/client.py -usr/lib/python3.8/site-packages/botocore/docs/docstring.py -usr/lib/python3.8/site-packages/botocore/docs/example.py -usr/lib/python3.8/site-packages/botocore/docs/method.py -usr/lib/python3.8/site-packages/botocore/docs/paginator.py -usr/lib/python3.8/site-packages/botocore/docs/params.py -usr/lib/python3.8/site-packages/botocore/docs/service.py -usr/lib/python3.8/site-packages/botocore/docs/shape.py -usr/lib/python3.8/site-packages/botocore/docs/sharedexample.py -usr/lib/python3.8/site-packages/botocore/docs/utils.py -usr/lib/python3.8/site-packages/botocore/docs/waiter.py -usr/lib/python3.8/site-packages/botocore/endpoint.py -usr/lib/python3.8/site-packages/botocore/errorfactory.py -usr/lib/python3.8/site-packages/botocore/eventstream.py -usr/lib/python3.8/site-packages/botocore/exceptions.py -usr/lib/python3.8/site-packages/botocore/handlers.py -usr/lib/python3.8/site-packages/botocore/history.py -usr/lib/python3.8/site-packages/botocore/hooks.py -usr/lib/python3.8/site-packages/botocore/httpsession.py -usr/lib/python3.8/site-packages/botocore/loaders.py -usr/lib/python3.8/site-packages/botocore/model.py -usr/lib/python3.8/site-packages/botocore/monitoring.py -usr/lib/python3.8/site-packages/botocore/paginate.py -usr/lib/python3.8/site-packages/botocore/parsers.py -usr/lib/python3.8/site-packages/botocore/regions.py -usr/lib/python3.8/site-packages/botocore/response.py -#usr/lib/python3.8/site-packages/botocore/retries -usr/lib/python3.8/site-packages/botocore/retries/__init__.py -usr/lib/python3.8/site-packages/botocore/retries/adaptive.py -usr/lib/python3.8/site-packages/botocore/retries/base.py -usr/lib/python3.8/site-packages/botocore/retries/bucket.py -usr/lib/python3.8/site-packages/botocore/retries/quota.py -usr/lib/python3.8/site-packages/botocore/retries/special.py -usr/lib/python3.8/site-packages/botocore/retries/standard.py -usr/lib/python3.8/site-packages/botocore/retries/throttling.py -usr/lib/python3.8/site-packages/botocore/retryhandler.py -usr/lib/python3.8/site-packages/botocore/serialize.py -usr/lib/python3.8/site-packages/botocore/session.py -usr/lib/python3.8/site-packages/botocore/signers.py -usr/lib/python3.8/site-packages/botocore/stub.py -usr/lib/python3.8/site-packages/botocore/translate.py -usr/lib/python3.8/site-packages/botocore/utils.py -usr/lib/python3.8/site-packages/botocore/validate.py -#usr/lib/python3.8/site-packages/botocore/vendored -usr/lib/python3.8/site-packages/botocore/vendored/__init__.py -#usr/lib/python3.8/site-packages/botocore/vendored/requests -usr/lib/python3.8/site-packages/botocore/vendored/requests/__init__.py -usr/lib/python3.8/site-packages/botocore/vendored/requests/exceptions.py -#usr/lib/python3.8/site-packages/botocore/vendored/requests/packages -usr/lib/python3.8/site-packages/botocore/vendored/requests/packages/__init__.py -#usr/lib/python3.8/site-packages/botocore/vendored/requests/packages/urllib3 -usr/lib/python3.8/site-packages/botocore/vendored/requests/packages/urllib3/__init__.py -usr/lib/python3.8/site-packages/botocore/vendored/requests/packages/urllib3/exceptions.py -usr/lib/python3.8/site-packages/botocore/vendored/six.py -usr/lib/python3.8/site-packages/botocore/waiter.py +#usr/lib/python3.10/site-packages/botocore +#usr/lib/python3.10/site-packages/botocore-1.23.21-py3.10.egg-info +#usr/lib/python3.10/site-packages/botocore-1.23.21-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/botocore-1.23.21-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/botocore-1.23.21-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/botocore-1.23.21-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/botocore-1.23.21-py3.10.egg-info/top_level.txt +usr/lib/python3.10/site-packages/botocore/__init__.py +usr/lib/python3.10/site-packages/botocore/args.py +usr/lib/python3.10/site-packages/botocore/auth.py +usr/lib/python3.10/site-packages/botocore/awsrequest.py +usr/lib/python3.10/site-packages/botocore/cacert.pem +usr/lib/python3.10/site-packages/botocore/client.py +usr/lib/python3.10/site-packages/botocore/compat.py +usr/lib/python3.10/site-packages/botocore/config.py +usr/lib/python3.10/site-packages/botocore/configloader.py +usr/lib/python3.10/site-packages/botocore/configprovider.py +usr/lib/python3.10/site-packages/botocore/credentials.py +#usr/lib/python3.10/site-packages/botocore/crt +usr/lib/python3.10/site-packages/botocore/crt/__init__.py +usr/lib/python3.10/site-packages/botocore/crt/auth.py +#usr/lib/python3.10/site-packages/botocore/data +#usr/lib/python3.10/site-packages/botocore/data/_retry.json +#usr/lib/python3.10/site-packages/botocore/data/accessanalyzer +#usr/lib/python3.10/site-packages/botocore/data/accessanalyzer/2019-11-01 +#usr/lib/python3.10/site-packages/botocore/data/accessanalyzer/2019-11-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/accessanalyzer/2019-11-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/account +#usr/lib/python3.10/site-packages/botocore/data/account/2021-02-01 +#usr/lib/python3.10/site-packages/botocore/data/account/2021-02-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/account/2021-02-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/acm +#usr/lib/python3.10/site-packages/botocore/data/acm-pca +#usr/lib/python3.10/site-packages/botocore/data/acm-pca/2017-08-22 +#usr/lib/python3.10/site-packages/botocore/data/acm-pca/2017-08-22/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/acm-pca/2017-08-22/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/acm-pca/2017-08-22/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/acm-pca/2017-08-22/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/acm/2015-12-08 +#usr/lib/python3.10/site-packages/botocore/data/acm/2015-12-08/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/acm/2015-12-08/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/acm/2015-12-08/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/acm/2015-12-08/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/alexaforbusiness +#usr/lib/python3.10/site-packages/botocore/data/alexaforbusiness/2017-11-09 +#usr/lib/python3.10/site-packages/botocore/data/alexaforbusiness/2017-11-09/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/alexaforbusiness/2017-11-09/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/alexaforbusiness/2017-11-09/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/amp +#usr/lib/python3.10/site-packages/botocore/data/amp/2020-08-01 +#usr/lib/python3.10/site-packages/botocore/data/amp/2020-08-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/amp/2020-08-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/amp/2020-08-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/amplify +#usr/lib/python3.10/site-packages/botocore/data/amplify/2017-07-25 +#usr/lib/python3.10/site-packages/botocore/data/amplify/2017-07-25/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/amplify/2017-07-25/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/amplifybackend +#usr/lib/python3.10/site-packages/botocore/data/amplifybackend/2020-08-11 +#usr/lib/python3.10/site-packages/botocore/data/amplifybackend/2020-08-11/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/amplifybackend/2020-08-11/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/amplifyuibuilder +#usr/lib/python3.10/site-packages/botocore/data/amplifyuibuilder/2021-08-11 +#usr/lib/python3.10/site-packages/botocore/data/amplifyuibuilder/2021-08-11/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/amplifyuibuilder/2021-08-11/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/apigateway +#usr/lib/python3.10/site-packages/botocore/data/apigateway/2015-07-09 +#usr/lib/python3.10/site-packages/botocore/data/apigateway/2015-07-09/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/apigateway/2015-07-09/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/apigateway/2015-07-09/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/apigatewaymanagementapi +#usr/lib/python3.10/site-packages/botocore/data/apigatewaymanagementapi/2018-11-29 +#usr/lib/python3.10/site-packages/botocore/data/apigatewaymanagementapi/2018-11-29/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/apigatewaymanagementapi/2018-11-29/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/apigatewayv2 +#usr/lib/python3.10/site-packages/botocore/data/apigatewayv2/2018-11-29 +#usr/lib/python3.10/site-packages/botocore/data/apigatewayv2/2018-11-29/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/apigatewayv2/2018-11-29/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/appconfig +#usr/lib/python3.10/site-packages/botocore/data/appconfig/2019-10-09 +#usr/lib/python3.10/site-packages/botocore/data/appconfig/2019-10-09/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/appconfig/2019-10-09/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/appconfigdata +#usr/lib/python3.10/site-packages/botocore/data/appconfigdata/2021-11-11 +#usr/lib/python3.10/site-packages/botocore/data/appconfigdata/2021-11-11/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/appconfigdata/2021-11-11/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/appflow +#usr/lib/python3.10/site-packages/botocore/data/appflow/2020-08-23 +#usr/lib/python3.10/site-packages/botocore/data/appflow/2020-08-23/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/appflow/2020-08-23/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/appintegrations +#usr/lib/python3.10/site-packages/botocore/data/appintegrations/2020-07-29 +#usr/lib/python3.10/site-packages/botocore/data/appintegrations/2020-07-29/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/appintegrations/2020-07-29/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/application-autoscaling +#usr/lib/python3.10/site-packages/botocore/data/application-autoscaling/2016-02-06 +#usr/lib/python3.10/site-packages/botocore/data/application-autoscaling/2016-02-06/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/application-autoscaling/2016-02-06/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/application-autoscaling/2016-02-06/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/application-insights +#usr/lib/python3.10/site-packages/botocore/data/application-insights/2018-11-25 +#usr/lib/python3.10/site-packages/botocore/data/application-insights/2018-11-25/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/application-insights/2018-11-25/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/applicationcostprofiler +#usr/lib/python3.10/site-packages/botocore/data/applicationcostprofiler/2020-09-10 +#usr/lib/python3.10/site-packages/botocore/data/applicationcostprofiler/2020-09-10/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/applicationcostprofiler/2020-09-10/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/appmesh +#usr/lib/python3.10/site-packages/botocore/data/appmesh/2018-10-01 +#usr/lib/python3.10/site-packages/botocore/data/appmesh/2018-10-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/appmesh/2018-10-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/appmesh/2019-01-25 +#usr/lib/python3.10/site-packages/botocore/data/appmesh/2019-01-25/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/appmesh/2019-01-25/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/apprunner +#usr/lib/python3.10/site-packages/botocore/data/apprunner/2020-05-15 +#usr/lib/python3.10/site-packages/botocore/data/apprunner/2020-05-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/apprunner/2020-05-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/appstream +#usr/lib/python3.10/site-packages/botocore/data/appstream/2016-12-01 +#usr/lib/python3.10/site-packages/botocore/data/appstream/2016-12-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/appstream/2016-12-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/appstream/2016-12-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/appstream/2016-12-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/appsync +#usr/lib/python3.10/site-packages/botocore/data/appsync/2017-07-25 +#usr/lib/python3.10/site-packages/botocore/data/appsync/2017-07-25/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/appsync/2017-07-25/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/appsync/2017-07-25/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/athena +#usr/lib/python3.10/site-packages/botocore/data/athena/2017-05-18 +#usr/lib/python3.10/site-packages/botocore/data/athena/2017-05-18/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/athena/2017-05-18/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/athena/2017-05-18/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/auditmanager +#usr/lib/python3.10/site-packages/botocore/data/auditmanager/2017-07-25 +#usr/lib/python3.10/site-packages/botocore/data/auditmanager/2017-07-25/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/auditmanager/2017-07-25/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/autoscaling +#usr/lib/python3.10/site-packages/botocore/data/autoscaling-plans +#usr/lib/python3.10/site-packages/botocore/data/autoscaling-plans/2018-01-06 +#usr/lib/python3.10/site-packages/botocore/data/autoscaling-plans/2018-01-06/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/autoscaling-plans/2018-01-06/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/autoscaling-plans/2018-01-06/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/autoscaling/2011-01-01 +#usr/lib/python3.10/site-packages/botocore/data/autoscaling/2011-01-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/autoscaling/2011-01-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/autoscaling/2011-01-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/backup +#usr/lib/python3.10/site-packages/botocore/data/backup-gateway +#usr/lib/python3.10/site-packages/botocore/data/backup-gateway/2021-01-01 +#usr/lib/python3.10/site-packages/botocore/data/backup-gateway/2021-01-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/backup-gateway/2021-01-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/backup/2018-11-15 +#usr/lib/python3.10/site-packages/botocore/data/backup/2018-11-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/backup/2018-11-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/batch +#usr/lib/python3.10/site-packages/botocore/data/batch/2016-08-10 +#usr/lib/python3.10/site-packages/botocore/data/batch/2016-08-10/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/batch/2016-08-10/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/batch/2016-08-10/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/braket +#usr/lib/python3.10/site-packages/botocore/data/braket/2019-09-01 +#usr/lib/python3.10/site-packages/botocore/data/braket/2019-09-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/braket/2019-09-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/budgets +#usr/lib/python3.10/site-packages/botocore/data/budgets/2016-10-20 +#usr/lib/python3.10/site-packages/botocore/data/budgets/2016-10-20/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/budgets/2016-10-20/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/budgets/2016-10-20/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ce +#usr/lib/python3.10/site-packages/botocore/data/ce/2017-10-25 +#usr/lib/python3.10/site-packages/botocore/data/ce/2017-10-25/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/ce/2017-10-25/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ce/2017-10-25/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/chime +#usr/lib/python3.10/site-packages/botocore/data/chime-sdk-identity +#usr/lib/python3.10/site-packages/botocore/data/chime-sdk-identity/2021-04-20 +#usr/lib/python3.10/site-packages/botocore/data/chime-sdk-identity/2021-04-20/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/chime-sdk-identity/2021-04-20/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/chime-sdk-meetings +#usr/lib/python3.10/site-packages/botocore/data/chime-sdk-meetings/2021-07-15 +#usr/lib/python3.10/site-packages/botocore/data/chime-sdk-meetings/2021-07-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/chime-sdk-meetings/2021-07-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/chime-sdk-messaging +#usr/lib/python3.10/site-packages/botocore/data/chime-sdk-messaging/2021-05-15 +#usr/lib/python3.10/site-packages/botocore/data/chime-sdk-messaging/2021-05-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/chime-sdk-messaging/2021-05-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/chime/2018-05-01 +#usr/lib/python3.10/site-packages/botocore/data/chime/2018-05-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/chime/2018-05-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloud9 +#usr/lib/python3.10/site-packages/botocore/data/cloud9/2017-09-23 +#usr/lib/python3.10/site-packages/botocore/data/cloud9/2017-09-23/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloud9/2017-09-23/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloud9/2017-09-23/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudcontrol +#usr/lib/python3.10/site-packages/botocore/data/cloudcontrol/2021-09-30 +#usr/lib/python3.10/site-packages/botocore/data/cloudcontrol/2021-09-30/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudcontrol/2021-09-30/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudcontrol/2021-09-30/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/clouddirectory +#usr/lib/python3.10/site-packages/botocore/data/clouddirectory/2016-05-10 +#usr/lib/python3.10/site-packages/botocore/data/clouddirectory/2016-05-10/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/clouddirectory/2016-05-10/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/clouddirectory/2017-01-11 +#usr/lib/python3.10/site-packages/botocore/data/clouddirectory/2017-01-11/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/clouddirectory/2017-01-11/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/clouddirectory/2017-01-11/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudformation +#usr/lib/python3.10/site-packages/botocore/data/cloudformation/2010-05-15 +#usr/lib/python3.10/site-packages/botocore/data/cloudformation/2010-05-15/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudformation/2010-05-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudformation/2010-05-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudformation/2010-05-15/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2014-05-31 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2014-05-31/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2014-05-31/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2014-05-31/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2014-10-21 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2014-10-21/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2014-10-21/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2014-10-21/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2014-11-06 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2014-11-06/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2014-11-06/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2014-11-06/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2015-04-17 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2015-04-17/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2015-04-17/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2015-04-17/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2015-07-27 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2015-07-27/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2015-07-27/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2015-07-27/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2015-09-17 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2015-09-17/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2015-09-17/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2015-09-17/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-01-13 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-01-13/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-01-13/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-01-13/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-01-28 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-01-28/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-01-28/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-01-28/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-08-01 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-08-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-08-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-08-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-08-20 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-08-20/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-08-20/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-08-20/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-09-07 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-09-07/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-09-07/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-09-07/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-09-29 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-09-29/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-09-29/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-09-29/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-11-25 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-11-25/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-11-25/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-11-25/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2016-11-25/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2017-03-25 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2017-03-25/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2017-03-25/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2017-03-25/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2017-03-25/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2017-10-30 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2017-10-30/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2017-10-30/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2017-10-30/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2017-10-30/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2018-06-18 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2018-06-18/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2018-06-18/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2018-06-18/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2018-06-18/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2018-11-05 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2018-11-05/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2018-11-05/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2018-11-05/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2018-11-05/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2019-03-26 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2019-03-26/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2019-03-26/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2019-03-26/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2019-03-26/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2020-05-31 +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2020-05-31/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2020-05-31/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2020-05-31/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudfront/2020-05-31/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudhsm +#usr/lib/python3.10/site-packages/botocore/data/cloudhsm/2014-05-30 +#usr/lib/python3.10/site-packages/botocore/data/cloudhsm/2014-05-30/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudhsm/2014-05-30/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudhsm/2014-05-30/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudhsmv2 +#usr/lib/python3.10/site-packages/botocore/data/cloudhsmv2/2017-04-28 +#usr/lib/python3.10/site-packages/botocore/data/cloudhsmv2/2017-04-28/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudhsmv2/2017-04-28/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudhsmv2/2017-04-28/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudsearch +#usr/lib/python3.10/site-packages/botocore/data/cloudsearch/2011-02-01 +#usr/lib/python3.10/site-packages/botocore/data/cloudsearch/2011-02-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudsearch/2013-01-01 +#usr/lib/python3.10/site-packages/botocore/data/cloudsearch/2013-01-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudsearch/2013-01-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudsearchdomain +#usr/lib/python3.10/site-packages/botocore/data/cloudsearchdomain/2013-01-01 +#usr/lib/python3.10/site-packages/botocore/data/cloudsearchdomain/2013-01-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudsearchdomain/2013-01-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudtrail +#usr/lib/python3.10/site-packages/botocore/data/cloudtrail/2013-11-01 +#usr/lib/python3.10/site-packages/botocore/data/cloudtrail/2013-11-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudtrail/2013-11-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudtrail/2013-11-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudwatch +#usr/lib/python3.10/site-packages/botocore/data/cloudwatch/2010-08-01 +#usr/lib/python3.10/site-packages/botocore/data/cloudwatch/2010-08-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudwatch/2010-08-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cloudwatch/2010-08-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cloudwatch/2010-08-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/codeartifact +#usr/lib/python3.10/site-packages/botocore/data/codeartifact/2018-09-22 +#usr/lib/python3.10/site-packages/botocore/data/codeartifact/2018-09-22/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/codeartifact/2018-09-22/paginators-1.sdk-extras.json +#usr/lib/python3.10/site-packages/botocore/data/codeartifact/2018-09-22/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/codebuild +#usr/lib/python3.10/site-packages/botocore/data/codebuild/2016-10-06 +#usr/lib/python3.10/site-packages/botocore/data/codebuild/2016-10-06/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/codebuild/2016-10-06/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/codebuild/2016-10-06/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/codecommit +#usr/lib/python3.10/site-packages/botocore/data/codecommit/2015-04-13 +#usr/lib/python3.10/site-packages/botocore/data/codecommit/2015-04-13/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/codecommit/2015-04-13/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/codecommit/2015-04-13/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/codedeploy +#usr/lib/python3.10/site-packages/botocore/data/codedeploy/2014-10-06 +#usr/lib/python3.10/site-packages/botocore/data/codedeploy/2014-10-06/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/codedeploy/2014-10-06/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/codedeploy/2014-10-06/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/codedeploy/2014-10-06/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/codeguru-reviewer +#usr/lib/python3.10/site-packages/botocore/data/codeguru-reviewer/2019-09-19 +#usr/lib/python3.10/site-packages/botocore/data/codeguru-reviewer/2019-09-19/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/codeguru-reviewer/2019-09-19/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/codeguru-reviewer/2019-09-19/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/codeguruprofiler +#usr/lib/python3.10/site-packages/botocore/data/codeguruprofiler/2019-07-18 +#usr/lib/python3.10/site-packages/botocore/data/codeguruprofiler/2019-07-18/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/codeguruprofiler/2019-07-18/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/codepipeline +#usr/lib/python3.10/site-packages/botocore/data/codepipeline/2015-07-09 +#usr/lib/python3.10/site-packages/botocore/data/codepipeline/2015-07-09/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/codepipeline/2015-07-09/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/codepipeline/2015-07-09/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/codestar +#usr/lib/python3.10/site-packages/botocore/data/codestar-connections +#usr/lib/python3.10/site-packages/botocore/data/codestar-connections/2019-12-01 +#usr/lib/python3.10/site-packages/botocore/data/codestar-connections/2019-12-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/codestar-connections/2019-12-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/codestar-notifications +#usr/lib/python3.10/site-packages/botocore/data/codestar-notifications/2019-10-15 +#usr/lib/python3.10/site-packages/botocore/data/codestar-notifications/2019-10-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/codestar-notifications/2019-10-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/codestar/2017-04-19 +#usr/lib/python3.10/site-packages/botocore/data/codestar/2017-04-19/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/codestar/2017-04-19/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/codestar/2017-04-19/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cognito-identity +#usr/lib/python3.10/site-packages/botocore/data/cognito-identity/2014-06-30 +#usr/lib/python3.10/site-packages/botocore/data/cognito-identity/2014-06-30/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/cognito-identity/2014-06-30/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cognito-identity/2014-06-30/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cognito-idp +#usr/lib/python3.10/site-packages/botocore/data/cognito-idp/2016-04-18 +#usr/lib/python3.10/site-packages/botocore/data/cognito-idp/2016-04-18/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/cognito-idp/2016-04-18/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cognito-idp/2016-04-18/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cognito-sync +#usr/lib/python3.10/site-packages/botocore/data/cognito-sync/2014-06-30 +#usr/lib/python3.10/site-packages/botocore/data/cognito-sync/2014-06-30/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cognito-sync/2014-06-30/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/comprehend +#usr/lib/python3.10/site-packages/botocore/data/comprehend/2017-11-27 +#usr/lib/python3.10/site-packages/botocore/data/comprehend/2017-11-27/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/comprehend/2017-11-27/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/comprehend/2017-11-27/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/comprehendmedical +#usr/lib/python3.10/site-packages/botocore/data/comprehendmedical/2018-10-30 +#usr/lib/python3.10/site-packages/botocore/data/comprehendmedical/2018-10-30/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/comprehendmedical/2018-10-30/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/compute-optimizer +#usr/lib/python3.10/site-packages/botocore/data/compute-optimizer/2019-11-01 +#usr/lib/python3.10/site-packages/botocore/data/compute-optimizer/2019-11-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/compute-optimizer/2019-11-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/config +#usr/lib/python3.10/site-packages/botocore/data/config/2014-11-12 +#usr/lib/python3.10/site-packages/botocore/data/config/2014-11-12/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/config/2014-11-12/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/config/2014-11-12/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/connect +#usr/lib/python3.10/site-packages/botocore/data/connect-contact-lens +#usr/lib/python3.10/site-packages/botocore/data/connect-contact-lens/2020-08-21 +#usr/lib/python3.10/site-packages/botocore/data/connect-contact-lens/2020-08-21/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/connect-contact-lens/2020-08-21/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/connect/2017-08-08 +#usr/lib/python3.10/site-packages/botocore/data/connect/2017-08-08/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/connect/2017-08-08/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/connect/2017-08-08/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/connectparticipant +#usr/lib/python3.10/site-packages/botocore/data/connectparticipant/2018-09-07 +#usr/lib/python3.10/site-packages/botocore/data/connectparticipant/2018-09-07/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/connectparticipant/2018-09-07/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/cur +#usr/lib/python3.10/site-packages/botocore/data/cur/2017-01-06 +#usr/lib/python3.10/site-packages/botocore/data/cur/2017-01-06/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/cur/2017-01-06/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/cur/2017-01-06/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/customer-profiles +#usr/lib/python3.10/site-packages/botocore/data/customer-profiles/2020-08-15 +#usr/lib/python3.10/site-packages/botocore/data/customer-profiles/2020-08-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/customer-profiles/2020-08-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/databrew +#usr/lib/python3.10/site-packages/botocore/data/databrew/2017-07-25 +#usr/lib/python3.10/site-packages/botocore/data/databrew/2017-07-25/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/databrew/2017-07-25/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/dataexchange +#usr/lib/python3.10/site-packages/botocore/data/dataexchange/2017-07-25 +#usr/lib/python3.10/site-packages/botocore/data/dataexchange/2017-07-25/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/dataexchange/2017-07-25/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/datapipeline +#usr/lib/python3.10/site-packages/botocore/data/datapipeline/2012-10-29 +#usr/lib/python3.10/site-packages/botocore/data/datapipeline/2012-10-29/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/datapipeline/2012-10-29/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/datasync +#usr/lib/python3.10/site-packages/botocore/data/datasync/2018-11-09 +#usr/lib/python3.10/site-packages/botocore/data/datasync/2018-11-09/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/datasync/2018-11-09/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/dax +#usr/lib/python3.10/site-packages/botocore/data/dax/2017-04-19 +#usr/lib/python3.10/site-packages/botocore/data/dax/2017-04-19/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/dax/2017-04-19/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/dax/2017-04-19/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/detective +#usr/lib/python3.10/site-packages/botocore/data/detective/2018-10-26 +#usr/lib/python3.10/site-packages/botocore/data/detective/2018-10-26/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/detective/2018-10-26/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/devicefarm +#usr/lib/python3.10/site-packages/botocore/data/devicefarm/2015-06-23 +#usr/lib/python3.10/site-packages/botocore/data/devicefarm/2015-06-23/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/devicefarm/2015-06-23/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/devicefarm/2015-06-23/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/devops-guru +#usr/lib/python3.10/site-packages/botocore/data/devops-guru/2020-12-01 +#usr/lib/python3.10/site-packages/botocore/data/devops-guru/2020-12-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/devops-guru/2020-12-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/directconnect +#usr/lib/python3.10/site-packages/botocore/data/directconnect/2012-10-25 +#usr/lib/python3.10/site-packages/botocore/data/directconnect/2012-10-25/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/directconnect/2012-10-25/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/directconnect/2012-10-25/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/discovery +#usr/lib/python3.10/site-packages/botocore/data/discovery/2015-11-01 +#usr/lib/python3.10/site-packages/botocore/data/discovery/2015-11-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/discovery/2015-11-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/discovery/2015-11-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/dlm +#usr/lib/python3.10/site-packages/botocore/data/dlm/2018-01-12 +#usr/lib/python3.10/site-packages/botocore/data/dlm/2018-01-12/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/dlm/2018-01-12/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/dlm/2018-01-12/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/dms +#usr/lib/python3.10/site-packages/botocore/data/dms/2016-01-01 +#usr/lib/python3.10/site-packages/botocore/data/dms/2016-01-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/dms/2016-01-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/dms/2016-01-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/dms/2016-01-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/docdb +#usr/lib/python3.10/site-packages/botocore/data/docdb/2014-10-31 +#usr/lib/python3.10/site-packages/botocore/data/docdb/2014-10-31/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/docdb/2014-10-31/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/docdb/2014-10-31/service-2.sdk-extras.json +#usr/lib/python3.10/site-packages/botocore/data/docdb/2014-10-31/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/drs +#usr/lib/python3.10/site-packages/botocore/data/drs/2020-02-26 +#usr/lib/python3.10/site-packages/botocore/data/drs/2020-02-26/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/drs/2020-02-26/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ds +#usr/lib/python3.10/site-packages/botocore/data/ds/2015-04-16 +#usr/lib/python3.10/site-packages/botocore/data/ds/2015-04-16/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/ds/2015-04-16/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ds/2015-04-16/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/dynamodb +#usr/lib/python3.10/site-packages/botocore/data/dynamodb/2012-08-10 +#usr/lib/python3.10/site-packages/botocore/data/dynamodb/2012-08-10/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/dynamodb/2012-08-10/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/dynamodb/2012-08-10/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/dynamodb/2012-08-10/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/dynamodbstreams +#usr/lib/python3.10/site-packages/botocore/data/dynamodbstreams/2012-08-10 +#usr/lib/python3.10/site-packages/botocore/data/dynamodbstreams/2012-08-10/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/dynamodbstreams/2012-08-10/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/dynamodbstreams/2012-08-10/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ebs +#usr/lib/python3.10/site-packages/botocore/data/ebs/2019-11-02 +#usr/lib/python3.10/site-packages/botocore/data/ebs/2019-11-02/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ebs/2019-11-02/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ec2 +#usr/lib/python3.10/site-packages/botocore/data/ec2-instance-connect +#usr/lib/python3.10/site-packages/botocore/data/ec2-instance-connect/2018-04-02 +#usr/lib/python3.10/site-packages/botocore/data/ec2-instance-connect/2018-04-02/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ec2-instance-connect/2018-04-02/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2014-09-01 +#usr/lib/python3.10/site-packages/botocore/data/ec2/2014-09-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2014-09-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2014-09-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2014-10-01 +#usr/lib/python3.10/site-packages/botocore/data/ec2/2014-10-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2014-10-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2014-10-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2015-03-01 +#usr/lib/python3.10/site-packages/botocore/data/ec2/2015-03-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2015-03-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2015-03-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2015-04-15 +#usr/lib/python3.10/site-packages/botocore/data/ec2/2015-04-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2015-04-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2015-04-15/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2015-10-01 +#usr/lib/python3.10/site-packages/botocore/data/ec2/2015-10-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2015-10-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2015-10-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2016-04-01 +#usr/lib/python3.10/site-packages/botocore/data/ec2/2016-04-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2016-04-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2016-04-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2016-09-15 +#usr/lib/python3.10/site-packages/botocore/data/ec2/2016-09-15/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2016-09-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2016-09-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2016-09-15/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2016-11-15 +#usr/lib/python3.10/site-packages/botocore/data/ec2/2016-11-15/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2016-11-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2016-11-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ec2/2016-11-15/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/ecr +#usr/lib/python3.10/site-packages/botocore/data/ecr-public +#usr/lib/python3.10/site-packages/botocore/data/ecr-public/2020-10-30 +#usr/lib/python3.10/site-packages/botocore/data/ecr-public/2020-10-30/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ecr-public/2020-10-30/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ecr/2015-09-21 +#usr/lib/python3.10/site-packages/botocore/data/ecr/2015-09-21/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/ecr/2015-09-21/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ecr/2015-09-21/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ecr/2015-09-21/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/ecs +#usr/lib/python3.10/site-packages/botocore/data/ecs/2014-11-13 +#usr/lib/python3.10/site-packages/botocore/data/ecs/2014-11-13/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/ecs/2014-11-13/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ecs/2014-11-13/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ecs/2014-11-13/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/efs +#usr/lib/python3.10/site-packages/botocore/data/efs/2015-02-01 +#usr/lib/python3.10/site-packages/botocore/data/efs/2015-02-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/efs/2015-02-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/efs/2015-02-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/eks +#usr/lib/python3.10/site-packages/botocore/data/eks/2017-11-01 +#usr/lib/python3.10/site-packages/botocore/data/eks/2017-11-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/eks/2017-11-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/eks/2017-11-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/eks/2017-11-01/service-2.sdk-extras.json +#usr/lib/python3.10/site-packages/botocore/data/eks/2017-11-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/elastic-inference +#usr/lib/python3.10/site-packages/botocore/data/elastic-inference/2017-07-25 +#usr/lib/python3.10/site-packages/botocore/data/elastic-inference/2017-07-25/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/elastic-inference/2017-07-25/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/elasticache +#usr/lib/python3.10/site-packages/botocore/data/elasticache/2014-09-30 +#usr/lib/python3.10/site-packages/botocore/data/elasticache/2014-09-30/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/elasticache/2014-09-30/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/elasticache/2014-09-30/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/elasticache/2015-02-02 +#usr/lib/python3.10/site-packages/botocore/data/elasticache/2015-02-02/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/elasticache/2015-02-02/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/elasticache/2015-02-02/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/elasticache/2015-02-02/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/elasticbeanstalk +#usr/lib/python3.10/site-packages/botocore/data/elasticbeanstalk/2010-12-01 +#usr/lib/python3.10/site-packages/botocore/data/elasticbeanstalk/2010-12-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/elasticbeanstalk/2010-12-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/elasticbeanstalk/2010-12-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/elasticbeanstalk/2010-12-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/elastictranscoder +#usr/lib/python3.10/site-packages/botocore/data/elastictranscoder/2012-09-25 +#usr/lib/python3.10/site-packages/botocore/data/elastictranscoder/2012-09-25/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/elastictranscoder/2012-09-25/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/elastictranscoder/2012-09-25/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/elastictranscoder/2012-09-25/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/elb +#usr/lib/python3.10/site-packages/botocore/data/elb/2012-06-01 +#usr/lib/python3.10/site-packages/botocore/data/elb/2012-06-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/elb/2012-06-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/elb/2012-06-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/elb/2012-06-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/elbv2 +#usr/lib/python3.10/site-packages/botocore/data/elbv2/2015-12-01 +#usr/lib/python3.10/site-packages/botocore/data/elbv2/2015-12-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/elbv2/2015-12-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/elbv2/2015-12-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/elbv2/2015-12-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/emr +#usr/lib/python3.10/site-packages/botocore/data/emr-containers +#usr/lib/python3.10/site-packages/botocore/data/emr-containers/2020-10-01 +#usr/lib/python3.10/site-packages/botocore/data/emr-containers/2020-10-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/emr-containers/2020-10-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/emr/2009-03-31 +#usr/lib/python3.10/site-packages/botocore/data/emr/2009-03-31/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/emr/2009-03-31/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/emr/2009-03-31/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/emr/2009-03-31/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/endpoints.json +#usr/lib/python3.10/site-packages/botocore/data/es +#usr/lib/python3.10/site-packages/botocore/data/es/2015-01-01 +#usr/lib/python3.10/site-packages/botocore/data/es/2015-01-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/es/2015-01-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/es/2015-01-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/events +#usr/lib/python3.10/site-packages/botocore/data/events/2014-02-03 +#usr/lib/python3.10/site-packages/botocore/data/events/2014-02-03/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/events/2015-10-07 +#usr/lib/python3.10/site-packages/botocore/data/events/2015-10-07/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/events/2015-10-07/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/events/2015-10-07/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/evidently +#usr/lib/python3.10/site-packages/botocore/data/evidently/2021-02-01 +#usr/lib/python3.10/site-packages/botocore/data/evidently/2021-02-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/evidently/2021-02-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/finspace +#usr/lib/python3.10/site-packages/botocore/data/finspace-data +#usr/lib/python3.10/site-packages/botocore/data/finspace-data/2020-07-13 +#usr/lib/python3.10/site-packages/botocore/data/finspace-data/2020-07-13/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/finspace-data/2020-07-13/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/finspace/2021-03-12 +#usr/lib/python3.10/site-packages/botocore/data/finspace/2021-03-12/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/finspace/2021-03-12/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/firehose +#usr/lib/python3.10/site-packages/botocore/data/firehose/2015-08-04 +#usr/lib/python3.10/site-packages/botocore/data/firehose/2015-08-04/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/firehose/2015-08-04/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/firehose/2015-08-04/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/fis +#usr/lib/python3.10/site-packages/botocore/data/fis/2020-12-01 +#usr/lib/python3.10/site-packages/botocore/data/fis/2020-12-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/fis/2020-12-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/fms +#usr/lib/python3.10/site-packages/botocore/data/fms/2018-01-01 +#usr/lib/python3.10/site-packages/botocore/data/fms/2018-01-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/fms/2018-01-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/fms/2018-01-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/forecast +#usr/lib/python3.10/site-packages/botocore/data/forecast/2018-06-26 +#usr/lib/python3.10/site-packages/botocore/data/forecast/2018-06-26/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/forecast/2018-06-26/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/forecastquery +#usr/lib/python3.10/site-packages/botocore/data/forecastquery/2018-06-26 +#usr/lib/python3.10/site-packages/botocore/data/forecastquery/2018-06-26/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/forecastquery/2018-06-26/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/frauddetector +#usr/lib/python3.10/site-packages/botocore/data/frauddetector/2019-11-15 +#usr/lib/python3.10/site-packages/botocore/data/frauddetector/2019-11-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/frauddetector/2019-11-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/fsx +#usr/lib/python3.10/site-packages/botocore/data/fsx/2018-03-01 +#usr/lib/python3.10/site-packages/botocore/data/fsx/2018-03-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/fsx/2018-03-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/gamelift +#usr/lib/python3.10/site-packages/botocore/data/gamelift/2015-10-01 +#usr/lib/python3.10/site-packages/botocore/data/gamelift/2015-10-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/gamelift/2015-10-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/gamelift/2015-10-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/glacier +#usr/lib/python3.10/site-packages/botocore/data/glacier/2012-06-01 +#usr/lib/python3.10/site-packages/botocore/data/glacier/2012-06-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/glacier/2012-06-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/glacier/2012-06-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/glacier/2012-06-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/globalaccelerator +#usr/lib/python3.10/site-packages/botocore/data/globalaccelerator/2018-08-08 +#usr/lib/python3.10/site-packages/botocore/data/globalaccelerator/2018-08-08/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/globalaccelerator/2018-08-08/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/glue +#usr/lib/python3.10/site-packages/botocore/data/glue/2017-03-31 +#usr/lib/python3.10/site-packages/botocore/data/glue/2017-03-31/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/glue/2017-03-31/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/glue/2017-03-31/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/grafana +#usr/lib/python3.10/site-packages/botocore/data/grafana/2020-08-18 +#usr/lib/python3.10/site-packages/botocore/data/grafana/2020-08-18/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/grafana/2020-08-18/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/greengrass +#usr/lib/python3.10/site-packages/botocore/data/greengrass/2017-06-07 +#usr/lib/python3.10/site-packages/botocore/data/greengrass/2017-06-07/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/greengrass/2017-06-07/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/greengrassv2 +#usr/lib/python3.10/site-packages/botocore/data/greengrassv2/2020-11-30 +#usr/lib/python3.10/site-packages/botocore/data/greengrassv2/2020-11-30/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/greengrassv2/2020-11-30/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/groundstation +#usr/lib/python3.10/site-packages/botocore/data/groundstation/2019-05-23 +#usr/lib/python3.10/site-packages/botocore/data/groundstation/2019-05-23/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/groundstation/2019-05-23/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/guardduty +#usr/lib/python3.10/site-packages/botocore/data/guardduty/2017-11-28 +#usr/lib/python3.10/site-packages/botocore/data/guardduty/2017-11-28/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/guardduty/2017-11-28/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/health +#usr/lib/python3.10/site-packages/botocore/data/health/2016-08-04 +#usr/lib/python3.10/site-packages/botocore/data/health/2016-08-04/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/health/2016-08-04/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/health/2016-08-04/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/healthlake +#usr/lib/python3.10/site-packages/botocore/data/healthlake/2017-07-01 +#usr/lib/python3.10/site-packages/botocore/data/healthlake/2017-07-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/healthlake/2017-07-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/honeycode +#usr/lib/python3.10/site-packages/botocore/data/honeycode/2020-03-01 +#usr/lib/python3.10/site-packages/botocore/data/honeycode/2020-03-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/honeycode/2020-03-01/paginators-1.sdk-extras.json +#usr/lib/python3.10/site-packages/botocore/data/honeycode/2020-03-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/iam +#usr/lib/python3.10/site-packages/botocore/data/iam/2010-05-08 +#usr/lib/python3.10/site-packages/botocore/data/iam/2010-05-08/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/iam/2010-05-08/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/iam/2010-05-08/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/iam/2010-05-08/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/identitystore +#usr/lib/python3.10/site-packages/botocore/data/identitystore/2020-06-15 +#usr/lib/python3.10/site-packages/botocore/data/identitystore/2020-06-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/identitystore/2020-06-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/imagebuilder +#usr/lib/python3.10/site-packages/botocore/data/imagebuilder/2019-12-02 +#usr/lib/python3.10/site-packages/botocore/data/imagebuilder/2019-12-02/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/imagebuilder/2019-12-02/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/importexport +#usr/lib/python3.10/site-packages/botocore/data/importexport/2010-06-01 +#usr/lib/python3.10/site-packages/botocore/data/importexport/2010-06-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/importexport/2010-06-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/inspector +#usr/lib/python3.10/site-packages/botocore/data/inspector/2015-08-18 +#usr/lib/python3.10/site-packages/botocore/data/inspector/2015-08-18/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/inspector/2016-02-16 +#usr/lib/python3.10/site-packages/botocore/data/inspector/2016-02-16/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/inspector/2016-02-16/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/inspector/2016-02-16/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/inspector2 +#usr/lib/python3.10/site-packages/botocore/data/inspector2/2020-06-08 +#usr/lib/python3.10/site-packages/botocore/data/inspector2/2020-06-08/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/inspector2/2020-06-08/paginators-1.sdk-extras.json +#usr/lib/python3.10/site-packages/botocore/data/inspector2/2020-06-08/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/iot +#usr/lib/python3.10/site-packages/botocore/data/iot-data +#usr/lib/python3.10/site-packages/botocore/data/iot-data/2015-05-28 +#usr/lib/python3.10/site-packages/botocore/data/iot-data/2015-05-28/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/iot-data/2015-05-28/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/iot-jobs-data +#usr/lib/python3.10/site-packages/botocore/data/iot-jobs-data/2017-09-29 +#usr/lib/python3.10/site-packages/botocore/data/iot-jobs-data/2017-09-29/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/iot-jobs-data/2017-09-29/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/iot-jobs-data/2017-09-29/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/iot/2015-05-28 +#usr/lib/python3.10/site-packages/botocore/data/iot/2015-05-28/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/iot/2015-05-28/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/iot/2015-05-28/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/iot1click-devices +#usr/lib/python3.10/site-packages/botocore/data/iot1click-devices/2018-05-14 +#usr/lib/python3.10/site-packages/botocore/data/iot1click-devices/2018-05-14/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/iot1click-devices/2018-05-14/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/iot1click-projects +#usr/lib/python3.10/site-packages/botocore/data/iot1click-projects/2018-05-14 +#usr/lib/python3.10/site-packages/botocore/data/iot1click-projects/2018-05-14/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/iot1click-projects/2018-05-14/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/iot1click-projects/2018-05-14/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/iotanalytics +#usr/lib/python3.10/site-packages/botocore/data/iotanalytics/2017-11-27 +#usr/lib/python3.10/site-packages/botocore/data/iotanalytics/2017-11-27/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/iotanalytics/2017-11-27/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/iotanalytics/2017-11-27/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/iotdeviceadvisor +#usr/lib/python3.10/site-packages/botocore/data/iotdeviceadvisor/2020-09-18 +#usr/lib/python3.10/site-packages/botocore/data/iotdeviceadvisor/2020-09-18/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/iotdeviceadvisor/2020-09-18/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/iotevents +#usr/lib/python3.10/site-packages/botocore/data/iotevents-data +#usr/lib/python3.10/site-packages/botocore/data/iotevents-data/2018-10-23 +#usr/lib/python3.10/site-packages/botocore/data/iotevents-data/2018-10-23/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/iotevents-data/2018-10-23/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/iotevents/2018-07-27 +#usr/lib/python3.10/site-packages/botocore/data/iotevents/2018-07-27/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/iotevents/2018-07-27/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/iotfleethub +#usr/lib/python3.10/site-packages/botocore/data/iotfleethub/2020-11-03 +#usr/lib/python3.10/site-packages/botocore/data/iotfleethub/2020-11-03/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/iotfleethub/2020-11-03/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/iotsecuretunneling +#usr/lib/python3.10/site-packages/botocore/data/iotsecuretunneling/2018-10-05 +#usr/lib/python3.10/site-packages/botocore/data/iotsecuretunneling/2018-10-05/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/iotsecuretunneling/2018-10-05/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/iotsitewise +#usr/lib/python3.10/site-packages/botocore/data/iotsitewise/2019-12-02 +#usr/lib/python3.10/site-packages/botocore/data/iotsitewise/2019-12-02/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/iotsitewise/2019-12-02/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/iotsitewise/2019-12-02/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/iotthingsgraph +#usr/lib/python3.10/site-packages/botocore/data/iotthingsgraph/2018-09-06 +#usr/lib/python3.10/site-packages/botocore/data/iotthingsgraph/2018-09-06/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/iotthingsgraph/2018-09-06/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/iottwinmaker +#usr/lib/python3.10/site-packages/botocore/data/iottwinmaker/2021-11-29 +#usr/lib/python3.10/site-packages/botocore/data/iottwinmaker/2021-11-29/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/iottwinmaker/2021-11-29/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/iottwinmaker/2021-11-29/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/iotwireless +#usr/lib/python3.10/site-packages/botocore/data/iotwireless/2020-11-22 +#usr/lib/python3.10/site-packages/botocore/data/iotwireless/2020-11-22/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/iotwireless/2020-11-22/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ivs +#usr/lib/python3.10/site-packages/botocore/data/ivs/2020-07-14 +#usr/lib/python3.10/site-packages/botocore/data/ivs/2020-07-14/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ivs/2020-07-14/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/kafka +#usr/lib/python3.10/site-packages/botocore/data/kafka/2018-11-14 +#usr/lib/python3.10/site-packages/botocore/data/kafka/2018-11-14/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/kafka/2018-11-14/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/kafkaconnect +#usr/lib/python3.10/site-packages/botocore/data/kafkaconnect/2021-09-14 +#usr/lib/python3.10/site-packages/botocore/data/kafkaconnect/2021-09-14/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/kafkaconnect/2021-09-14/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/kendra +#usr/lib/python3.10/site-packages/botocore/data/kendra/2019-02-03 +#usr/lib/python3.10/site-packages/botocore/data/kendra/2019-02-03/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/kendra/2019-02-03/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/kinesis +#usr/lib/python3.10/site-packages/botocore/data/kinesis-video-archived-media +#usr/lib/python3.10/site-packages/botocore/data/kinesis-video-archived-media/2017-09-30 +#usr/lib/python3.10/site-packages/botocore/data/kinesis-video-archived-media/2017-09-30/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/kinesis-video-archived-media/2017-09-30/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/kinesis-video-archived-media/2017-09-30/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/kinesis-video-media +#usr/lib/python3.10/site-packages/botocore/data/kinesis-video-media/2017-09-30 +#usr/lib/python3.10/site-packages/botocore/data/kinesis-video-media/2017-09-30/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/kinesis-video-media/2017-09-30/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/kinesis-video-media/2017-09-30/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/kinesis-video-signaling +#usr/lib/python3.10/site-packages/botocore/data/kinesis-video-signaling/2019-12-04 +#usr/lib/python3.10/site-packages/botocore/data/kinesis-video-signaling/2019-12-04/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/kinesis-video-signaling/2019-12-04/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/kinesis/2013-12-02 +#usr/lib/python3.10/site-packages/botocore/data/kinesis/2013-12-02/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/kinesis/2013-12-02/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/kinesis/2013-12-02/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/kinesis/2013-12-02/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/kinesisanalytics +#usr/lib/python3.10/site-packages/botocore/data/kinesisanalytics/2015-08-14 +#usr/lib/python3.10/site-packages/botocore/data/kinesisanalytics/2015-08-14/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/kinesisanalytics/2015-08-14/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/kinesisanalytics/2015-08-14/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/kinesisanalyticsv2 +#usr/lib/python3.10/site-packages/botocore/data/kinesisanalyticsv2/2018-05-23 +#usr/lib/python3.10/site-packages/botocore/data/kinesisanalyticsv2/2018-05-23/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/kinesisanalyticsv2/2018-05-23/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/kinesisvideo +#usr/lib/python3.10/site-packages/botocore/data/kinesisvideo/2017-09-30 +#usr/lib/python3.10/site-packages/botocore/data/kinesisvideo/2017-09-30/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/kinesisvideo/2017-09-30/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/kinesisvideo/2017-09-30/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/kms +#usr/lib/python3.10/site-packages/botocore/data/kms/2014-11-01 +#usr/lib/python3.10/site-packages/botocore/data/kms/2014-11-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/kms/2014-11-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/kms/2014-11-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/lakeformation +#usr/lib/python3.10/site-packages/botocore/data/lakeformation/2017-03-31 +#usr/lib/python3.10/site-packages/botocore/data/lakeformation/2017-03-31/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/lakeformation/2017-03-31/paginators-1.sdk-extras.json +#usr/lib/python3.10/site-packages/botocore/data/lakeformation/2017-03-31/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/lambda +#usr/lib/python3.10/site-packages/botocore/data/lambda/2014-11-11 +#usr/lib/python3.10/site-packages/botocore/data/lambda/2014-11-11/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/lambda/2015-03-31 +#usr/lib/python3.10/site-packages/botocore/data/lambda/2015-03-31/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/lambda/2015-03-31/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/lambda/2015-03-31/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/lambda/2015-03-31/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/lex-models +#usr/lib/python3.10/site-packages/botocore/data/lex-models/2017-04-19 +#usr/lib/python3.10/site-packages/botocore/data/lex-models/2017-04-19/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/lex-models/2017-04-19/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/lex-models/2017-04-19/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/lex-runtime +#usr/lib/python3.10/site-packages/botocore/data/lex-runtime/2016-11-28 +#usr/lib/python3.10/site-packages/botocore/data/lex-runtime/2016-11-28/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/lex-runtime/2016-11-28/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/lex-runtime/2016-11-28/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/lexv2-models +#usr/lib/python3.10/site-packages/botocore/data/lexv2-models/2020-08-07 +#usr/lib/python3.10/site-packages/botocore/data/lexv2-models/2020-08-07/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/lexv2-models/2020-08-07/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/lexv2-models/2020-08-07/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/lexv2-runtime +#usr/lib/python3.10/site-packages/botocore/data/lexv2-runtime/2020-08-07 +#usr/lib/python3.10/site-packages/botocore/data/lexv2-runtime/2020-08-07/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/lexv2-runtime/2020-08-07/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/license-manager +#usr/lib/python3.10/site-packages/botocore/data/license-manager/2018-08-01 +#usr/lib/python3.10/site-packages/botocore/data/license-manager/2018-08-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/license-manager/2018-08-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/lightsail +#usr/lib/python3.10/site-packages/botocore/data/lightsail/2016-11-28 +#usr/lib/python3.10/site-packages/botocore/data/lightsail/2016-11-28/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/lightsail/2016-11-28/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/lightsail/2016-11-28/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/location +#usr/lib/python3.10/site-packages/botocore/data/location/2020-11-19 +#usr/lib/python3.10/site-packages/botocore/data/location/2020-11-19/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/location/2020-11-19/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/logs +#usr/lib/python3.10/site-packages/botocore/data/logs/2014-03-28 +#usr/lib/python3.10/site-packages/botocore/data/logs/2014-03-28/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/logs/2014-03-28/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/logs/2014-03-28/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/lookoutequipment +#usr/lib/python3.10/site-packages/botocore/data/lookoutequipment/2020-12-15 +#usr/lib/python3.10/site-packages/botocore/data/lookoutequipment/2020-12-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/lookoutequipment/2020-12-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/lookoutmetrics +#usr/lib/python3.10/site-packages/botocore/data/lookoutmetrics/2017-07-25 +#usr/lib/python3.10/site-packages/botocore/data/lookoutmetrics/2017-07-25/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/lookoutmetrics/2017-07-25/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/lookoutvision +#usr/lib/python3.10/site-packages/botocore/data/lookoutvision/2020-11-20 +#usr/lib/python3.10/site-packages/botocore/data/lookoutvision/2020-11-20/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/lookoutvision/2020-11-20/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/machinelearning +#usr/lib/python3.10/site-packages/botocore/data/machinelearning/2014-12-12 +#usr/lib/python3.10/site-packages/botocore/data/machinelearning/2014-12-12/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/machinelearning/2014-12-12/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/machinelearning/2014-12-12/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/machinelearning/2014-12-12/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/macie +#usr/lib/python3.10/site-packages/botocore/data/macie/2017-12-19 +#usr/lib/python3.10/site-packages/botocore/data/macie/2017-12-19/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/macie/2017-12-19/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/macie/2017-12-19/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/macie2 +#usr/lib/python3.10/site-packages/botocore/data/macie2/2020-01-01 +#usr/lib/python3.10/site-packages/botocore/data/macie2/2020-01-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/macie2/2020-01-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/managedblockchain +#usr/lib/python3.10/site-packages/botocore/data/managedblockchain/2018-09-24 +#usr/lib/python3.10/site-packages/botocore/data/managedblockchain/2018-09-24/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/managedblockchain/2018-09-24/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/marketplace-catalog +#usr/lib/python3.10/site-packages/botocore/data/marketplace-catalog/2018-09-17 +#usr/lib/python3.10/site-packages/botocore/data/marketplace-catalog/2018-09-17/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/marketplace-catalog/2018-09-17/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/marketplace-entitlement +#usr/lib/python3.10/site-packages/botocore/data/marketplace-entitlement/2017-01-11 +#usr/lib/python3.10/site-packages/botocore/data/marketplace-entitlement/2017-01-11/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/marketplace-entitlement/2017-01-11/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/marketplace-entitlement/2017-01-11/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/marketplacecommerceanalytics +#usr/lib/python3.10/site-packages/botocore/data/marketplacecommerceanalytics/2015-07-01 +#usr/lib/python3.10/site-packages/botocore/data/marketplacecommerceanalytics/2015-07-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/marketplacecommerceanalytics/2015-07-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/mediaconnect +#usr/lib/python3.10/site-packages/botocore/data/mediaconnect/2018-11-14 +#usr/lib/python3.10/site-packages/botocore/data/mediaconnect/2018-11-14/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/mediaconnect/2018-11-14/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/mediaconnect/2018-11-14/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/mediaconvert +#usr/lib/python3.10/site-packages/botocore/data/mediaconvert/2017-08-29 +#usr/lib/python3.10/site-packages/botocore/data/mediaconvert/2017-08-29/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/mediaconvert/2017-08-29/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/medialive +#usr/lib/python3.10/site-packages/botocore/data/medialive/2017-10-14 +#usr/lib/python3.10/site-packages/botocore/data/medialive/2017-10-14/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/medialive/2017-10-14/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/medialive/2017-10-14/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/mediapackage +#usr/lib/python3.10/site-packages/botocore/data/mediapackage-vod +#usr/lib/python3.10/site-packages/botocore/data/mediapackage-vod/2018-11-07 +#usr/lib/python3.10/site-packages/botocore/data/mediapackage-vod/2018-11-07/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/mediapackage-vod/2018-11-07/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/mediapackage/2017-10-12 +#usr/lib/python3.10/site-packages/botocore/data/mediapackage/2017-10-12/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/mediapackage/2017-10-12/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/mediastore +#usr/lib/python3.10/site-packages/botocore/data/mediastore-data +#usr/lib/python3.10/site-packages/botocore/data/mediastore-data/2017-09-01 +#usr/lib/python3.10/site-packages/botocore/data/mediastore-data/2017-09-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/mediastore-data/2017-09-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/mediastore-data/2017-09-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/mediastore/2017-09-01 +#usr/lib/python3.10/site-packages/botocore/data/mediastore/2017-09-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/mediastore/2017-09-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/mediastore/2017-09-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/mediatailor +#usr/lib/python3.10/site-packages/botocore/data/mediatailor/2018-04-23 +#usr/lib/python3.10/site-packages/botocore/data/mediatailor/2018-04-23/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/mediatailor/2018-04-23/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/memorydb +#usr/lib/python3.10/site-packages/botocore/data/memorydb/2021-01-01 +#usr/lib/python3.10/site-packages/botocore/data/memorydb/2021-01-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/memorydb/2021-01-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/meteringmarketplace +#usr/lib/python3.10/site-packages/botocore/data/meteringmarketplace/2016-01-14 +#usr/lib/python3.10/site-packages/botocore/data/meteringmarketplace/2016-01-14/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/meteringmarketplace/2016-01-14/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/meteringmarketplace/2016-01-14/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/mgh +#usr/lib/python3.10/site-packages/botocore/data/mgh/2017-05-31 +#usr/lib/python3.10/site-packages/botocore/data/mgh/2017-05-31/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/mgh/2017-05-31/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/mgh/2017-05-31/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/mgn +#usr/lib/python3.10/site-packages/botocore/data/mgn/2020-02-26 +#usr/lib/python3.10/site-packages/botocore/data/mgn/2020-02-26/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/mgn/2020-02-26/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/migration-hub-refactor-spaces +#usr/lib/python3.10/site-packages/botocore/data/migration-hub-refactor-spaces/2021-10-26 +#usr/lib/python3.10/site-packages/botocore/data/migration-hub-refactor-spaces/2021-10-26/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/migration-hub-refactor-spaces/2021-10-26/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/migrationhub-config +#usr/lib/python3.10/site-packages/botocore/data/migrationhub-config/2019-06-30 +#usr/lib/python3.10/site-packages/botocore/data/migrationhub-config/2019-06-30/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/migrationhub-config/2019-06-30/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/migrationhubstrategy +#usr/lib/python3.10/site-packages/botocore/data/migrationhubstrategy/2020-02-19 +#usr/lib/python3.10/site-packages/botocore/data/migrationhubstrategy/2020-02-19/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/migrationhubstrategy/2020-02-19/paginators-1.sdk-extras.json +#usr/lib/python3.10/site-packages/botocore/data/migrationhubstrategy/2020-02-19/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/mobile +#usr/lib/python3.10/site-packages/botocore/data/mobile/2017-07-01 +#usr/lib/python3.10/site-packages/botocore/data/mobile/2017-07-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/mobile/2017-07-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/mobile/2017-07-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/mq +#usr/lib/python3.10/site-packages/botocore/data/mq/2017-11-27 +#usr/lib/python3.10/site-packages/botocore/data/mq/2017-11-27/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/mq/2017-11-27/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/mturk +#usr/lib/python3.10/site-packages/botocore/data/mturk/2017-01-17 +#usr/lib/python3.10/site-packages/botocore/data/mturk/2017-01-17/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/mturk/2017-01-17/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/mturk/2017-01-17/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/mwaa +#usr/lib/python3.10/site-packages/botocore/data/mwaa/2020-07-01 +#usr/lib/python3.10/site-packages/botocore/data/mwaa/2020-07-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/mwaa/2020-07-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/neptune +#usr/lib/python3.10/site-packages/botocore/data/neptune/2014-10-31 +#usr/lib/python3.10/site-packages/botocore/data/neptune/2014-10-31/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/neptune/2014-10-31/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/neptune/2014-10-31/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/neptune/2014-10-31/service-2.sdk-extras.json +#usr/lib/python3.10/site-packages/botocore/data/neptune/2014-10-31/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/network-firewall +#usr/lib/python3.10/site-packages/botocore/data/network-firewall/2020-11-12 +#usr/lib/python3.10/site-packages/botocore/data/network-firewall/2020-11-12/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/network-firewall/2020-11-12/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/networkmanager +#usr/lib/python3.10/site-packages/botocore/data/networkmanager/2019-07-05 +#usr/lib/python3.10/site-packages/botocore/data/networkmanager/2019-07-05/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/networkmanager/2019-07-05/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/nimble +#usr/lib/python3.10/site-packages/botocore/data/nimble/2020-08-01 +#usr/lib/python3.10/site-packages/botocore/data/nimble/2020-08-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/nimble/2020-08-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/nimble/2020-08-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/opensearch +#usr/lib/python3.10/site-packages/botocore/data/opensearch/2021-01-01 +#usr/lib/python3.10/site-packages/botocore/data/opensearch/2021-01-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/opensearch/2021-01-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/opsworks +#usr/lib/python3.10/site-packages/botocore/data/opsworks/2013-02-18 +#usr/lib/python3.10/site-packages/botocore/data/opsworks/2013-02-18/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/opsworks/2013-02-18/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/opsworks/2013-02-18/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/opsworks/2013-02-18/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/opsworkscm +#usr/lib/python3.10/site-packages/botocore/data/opsworkscm/2016-11-01 +#usr/lib/python3.10/site-packages/botocore/data/opsworkscm/2016-11-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/opsworkscm/2016-11-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/opsworkscm/2016-11-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/opsworkscm/2016-11-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/organizations +#usr/lib/python3.10/site-packages/botocore/data/organizations/2016-11-28 +#usr/lib/python3.10/site-packages/botocore/data/organizations/2016-11-28/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/organizations/2016-11-28/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/organizations/2016-11-28/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/outposts +#usr/lib/python3.10/site-packages/botocore/data/outposts/2019-12-03 +#usr/lib/python3.10/site-packages/botocore/data/outposts/2019-12-03/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/outposts/2019-12-03/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/panorama +#usr/lib/python3.10/site-packages/botocore/data/panorama/2019-07-24 +#usr/lib/python3.10/site-packages/botocore/data/panorama/2019-07-24/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/panorama/2019-07-24/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/personalize +#usr/lib/python3.10/site-packages/botocore/data/personalize-events +#usr/lib/python3.10/site-packages/botocore/data/personalize-events/2018-03-22 +#usr/lib/python3.10/site-packages/botocore/data/personalize-events/2018-03-22/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/personalize-events/2018-03-22/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/personalize-runtime +#usr/lib/python3.10/site-packages/botocore/data/personalize-runtime/2018-05-22 +#usr/lib/python3.10/site-packages/botocore/data/personalize-runtime/2018-05-22/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/personalize-runtime/2018-05-22/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/personalize/2018-05-22 +#usr/lib/python3.10/site-packages/botocore/data/personalize/2018-05-22/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/personalize/2018-05-22/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/pi +#usr/lib/python3.10/site-packages/botocore/data/pi/2018-02-27 +#usr/lib/python3.10/site-packages/botocore/data/pi/2018-02-27/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/pi/2018-02-27/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/pi/2018-02-27/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/pinpoint +#usr/lib/python3.10/site-packages/botocore/data/pinpoint-email +#usr/lib/python3.10/site-packages/botocore/data/pinpoint-email/2018-07-26 +#usr/lib/python3.10/site-packages/botocore/data/pinpoint-email/2018-07-26/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/pinpoint-email/2018-07-26/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/pinpoint-sms-voice +#usr/lib/python3.10/site-packages/botocore/data/pinpoint-sms-voice/2018-09-05 +#usr/lib/python3.10/site-packages/botocore/data/pinpoint-sms-voice/2018-09-05/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/pinpoint/2016-12-01 +#usr/lib/python3.10/site-packages/botocore/data/pinpoint/2016-12-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/pinpoint/2016-12-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/polly +#usr/lib/python3.10/site-packages/botocore/data/polly/2016-06-10 +#usr/lib/python3.10/site-packages/botocore/data/polly/2016-06-10/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/polly/2016-06-10/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/polly/2016-06-10/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/pricing +#usr/lib/python3.10/site-packages/botocore/data/pricing/2017-10-15 +#usr/lib/python3.10/site-packages/botocore/data/pricing/2017-10-15/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/pricing/2017-10-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/pricing/2017-10-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/proton +#usr/lib/python3.10/site-packages/botocore/data/proton/2020-07-20 +#usr/lib/python3.10/site-packages/botocore/data/proton/2020-07-20/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/proton/2020-07-20/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/proton/2020-07-20/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/qldb +#usr/lib/python3.10/site-packages/botocore/data/qldb-session +#usr/lib/python3.10/site-packages/botocore/data/qldb-session/2019-07-11 +#usr/lib/python3.10/site-packages/botocore/data/qldb-session/2019-07-11/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/qldb-session/2019-07-11/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/qldb/2019-01-02 +#usr/lib/python3.10/site-packages/botocore/data/qldb/2019-01-02/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/qldb/2019-01-02/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/quicksight +#usr/lib/python3.10/site-packages/botocore/data/quicksight/2018-04-01 +#usr/lib/python3.10/site-packages/botocore/data/quicksight/2018-04-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/quicksight/2018-04-01/paginators-1.sdk-extras.json +#usr/lib/python3.10/site-packages/botocore/data/quicksight/2018-04-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ram +#usr/lib/python3.10/site-packages/botocore/data/ram/2018-01-04 +#usr/lib/python3.10/site-packages/botocore/data/ram/2018-01-04/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ram/2018-01-04/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/rbin +#usr/lib/python3.10/site-packages/botocore/data/rbin/2021-06-15 +#usr/lib/python3.10/site-packages/botocore/data/rbin/2021-06-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/rbin/2021-06-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/rds +#usr/lib/python3.10/site-packages/botocore/data/rds-data +#usr/lib/python3.10/site-packages/botocore/data/rds-data/2018-08-01 +#usr/lib/python3.10/site-packages/botocore/data/rds-data/2018-08-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/rds-data/2018-08-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/rds/2014-09-01 +#usr/lib/python3.10/site-packages/botocore/data/rds/2014-09-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/rds/2014-09-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/rds/2014-09-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/rds/2014-10-31 +#usr/lib/python3.10/site-packages/botocore/data/rds/2014-10-31/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/rds/2014-10-31/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/rds/2014-10-31/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/rds/2014-10-31/service-2.sdk-extras.json +#usr/lib/python3.10/site-packages/botocore/data/rds/2014-10-31/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/redshift +#usr/lib/python3.10/site-packages/botocore/data/redshift-data +#usr/lib/python3.10/site-packages/botocore/data/redshift-data/2019-12-20 +#usr/lib/python3.10/site-packages/botocore/data/redshift-data/2019-12-20/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/redshift-data/2019-12-20/paginators-1.sdk-extras.json +#usr/lib/python3.10/site-packages/botocore/data/redshift-data/2019-12-20/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/redshift/2012-12-01 +#usr/lib/python3.10/site-packages/botocore/data/redshift/2012-12-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/redshift/2012-12-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/redshift/2012-12-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/redshift/2012-12-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/rekognition +#usr/lib/python3.10/site-packages/botocore/data/rekognition/2016-06-27 +#usr/lib/python3.10/site-packages/botocore/data/rekognition/2016-06-27/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/rekognition/2016-06-27/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/rekognition/2016-06-27/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/rekognition/2016-06-27/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/resiliencehub +#usr/lib/python3.10/site-packages/botocore/data/resiliencehub/2020-04-30 +#usr/lib/python3.10/site-packages/botocore/data/resiliencehub/2020-04-30/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/resiliencehub/2020-04-30/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/resource-groups +#usr/lib/python3.10/site-packages/botocore/data/resource-groups/2017-11-27 +#usr/lib/python3.10/site-packages/botocore/data/resource-groups/2017-11-27/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/resource-groups/2017-11-27/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/resource-groups/2017-11-27/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/resourcegroupstaggingapi +#usr/lib/python3.10/site-packages/botocore/data/resourcegroupstaggingapi/2017-01-26 +#usr/lib/python3.10/site-packages/botocore/data/resourcegroupstaggingapi/2017-01-26/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/resourcegroupstaggingapi/2017-01-26/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/robomaker +#usr/lib/python3.10/site-packages/botocore/data/robomaker/2018-06-29 +#usr/lib/python3.10/site-packages/botocore/data/robomaker/2018-06-29/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/robomaker/2018-06-29/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/route53 +#usr/lib/python3.10/site-packages/botocore/data/route53-recovery-cluster +#usr/lib/python3.10/site-packages/botocore/data/route53-recovery-cluster/2019-12-02 +#usr/lib/python3.10/site-packages/botocore/data/route53-recovery-cluster/2019-12-02/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/route53-recovery-cluster/2019-12-02/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/route53-recovery-control-config +#usr/lib/python3.10/site-packages/botocore/data/route53-recovery-control-config/2020-11-02 +#usr/lib/python3.10/site-packages/botocore/data/route53-recovery-control-config/2020-11-02/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/route53-recovery-control-config/2020-11-02/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/route53-recovery-control-config/2020-11-02/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/route53-recovery-readiness +#usr/lib/python3.10/site-packages/botocore/data/route53-recovery-readiness/2019-12-02 +#usr/lib/python3.10/site-packages/botocore/data/route53-recovery-readiness/2019-12-02/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/route53-recovery-readiness/2019-12-02/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/route53/2013-04-01 +#usr/lib/python3.10/site-packages/botocore/data/route53/2013-04-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/route53/2013-04-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/route53/2013-04-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/route53/2013-04-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/route53domains +#usr/lib/python3.10/site-packages/botocore/data/route53domains/2014-05-15 +#usr/lib/python3.10/site-packages/botocore/data/route53domains/2014-05-15/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/route53domains/2014-05-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/route53domains/2014-05-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/route53resolver +#usr/lib/python3.10/site-packages/botocore/data/route53resolver/2018-04-01 +#usr/lib/python3.10/site-packages/botocore/data/route53resolver/2018-04-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/route53resolver/2018-04-01/paginators-1.sdk-extras.json +#usr/lib/python3.10/site-packages/botocore/data/route53resolver/2018-04-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/rum +#usr/lib/python3.10/site-packages/botocore/data/rum/2018-05-10 +#usr/lib/python3.10/site-packages/botocore/data/rum/2018-05-10/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/rum/2018-05-10/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/s3 +#usr/lib/python3.10/site-packages/botocore/data/s3/2006-03-01 +#usr/lib/python3.10/site-packages/botocore/data/s3/2006-03-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/s3/2006-03-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/s3/2006-03-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/s3/2006-03-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/s3control +#usr/lib/python3.10/site-packages/botocore/data/s3control/2018-08-20 +#usr/lib/python3.10/site-packages/botocore/data/s3control/2018-08-20/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/s3control/2018-08-20/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/s3outposts +#usr/lib/python3.10/site-packages/botocore/data/s3outposts/2017-07-25 +#usr/lib/python3.10/site-packages/botocore/data/s3outposts/2017-07-25/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/s3outposts/2017-07-25/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/sagemaker +#usr/lib/python3.10/site-packages/botocore/data/sagemaker-a2i-runtime +#usr/lib/python3.10/site-packages/botocore/data/sagemaker-a2i-runtime/2019-11-07 +#usr/lib/python3.10/site-packages/botocore/data/sagemaker-a2i-runtime/2019-11-07/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/sagemaker-a2i-runtime/2019-11-07/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/sagemaker-edge +#usr/lib/python3.10/site-packages/botocore/data/sagemaker-edge/2020-09-23 +#usr/lib/python3.10/site-packages/botocore/data/sagemaker-edge/2020-09-23/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/sagemaker-edge/2020-09-23/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/sagemaker-featurestore-runtime +#usr/lib/python3.10/site-packages/botocore/data/sagemaker-featurestore-runtime/2020-07-01 +#usr/lib/python3.10/site-packages/botocore/data/sagemaker-featurestore-runtime/2020-07-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/sagemaker-featurestore-runtime/2020-07-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/sagemaker-runtime +#usr/lib/python3.10/site-packages/botocore/data/sagemaker-runtime/2017-05-13 +#usr/lib/python3.10/site-packages/botocore/data/sagemaker-runtime/2017-05-13/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/sagemaker-runtime/2017-05-13/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/sagemaker-runtime/2017-05-13/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/sagemaker/2017-07-24 +#usr/lib/python3.10/site-packages/botocore/data/sagemaker/2017-07-24/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/sagemaker/2017-07-24/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/sagemaker/2017-07-24/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/sagemaker/2017-07-24/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/savingsplans +#usr/lib/python3.10/site-packages/botocore/data/savingsplans/2019-06-28 +#usr/lib/python3.10/site-packages/botocore/data/savingsplans/2019-06-28/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/savingsplans/2019-06-28/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/schemas +#usr/lib/python3.10/site-packages/botocore/data/schemas/2019-12-02 +#usr/lib/python3.10/site-packages/botocore/data/schemas/2019-12-02/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/schemas/2019-12-02/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/schemas/2019-12-02/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/sdb +#usr/lib/python3.10/site-packages/botocore/data/sdb/2009-04-15 +#usr/lib/python3.10/site-packages/botocore/data/sdb/2009-04-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/sdb/2009-04-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/secretsmanager +#usr/lib/python3.10/site-packages/botocore/data/secretsmanager/2017-10-17 +#usr/lib/python3.10/site-packages/botocore/data/secretsmanager/2017-10-17/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/secretsmanager/2017-10-17/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/secretsmanager/2017-10-17/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/secretsmanager/2017-10-17/service-2.sdk-extras.json +#usr/lib/python3.10/site-packages/botocore/data/securityhub +#usr/lib/python3.10/site-packages/botocore/data/securityhub/2018-10-26 +#usr/lib/python3.10/site-packages/botocore/data/securityhub/2018-10-26/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/securityhub/2018-10-26/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/serverlessrepo +#usr/lib/python3.10/site-packages/botocore/data/serverlessrepo/2017-09-08 +#usr/lib/python3.10/site-packages/botocore/data/serverlessrepo/2017-09-08/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/serverlessrepo/2017-09-08/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/service-quotas +#usr/lib/python3.10/site-packages/botocore/data/service-quotas/2019-06-24 +#usr/lib/python3.10/site-packages/botocore/data/service-quotas/2019-06-24/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/service-quotas/2019-06-24/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/servicecatalog +#usr/lib/python3.10/site-packages/botocore/data/servicecatalog-appregistry +#usr/lib/python3.10/site-packages/botocore/data/servicecatalog-appregistry/2020-06-24 +#usr/lib/python3.10/site-packages/botocore/data/servicecatalog-appregistry/2020-06-24/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/servicecatalog-appregistry/2020-06-24/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/servicecatalog/2015-12-10 +#usr/lib/python3.10/site-packages/botocore/data/servicecatalog/2015-12-10/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/servicecatalog/2015-12-10/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/servicecatalog/2015-12-10/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/servicediscovery +#usr/lib/python3.10/site-packages/botocore/data/servicediscovery/2017-03-14 +#usr/lib/python3.10/site-packages/botocore/data/servicediscovery/2017-03-14/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/servicediscovery/2017-03-14/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/servicediscovery/2017-03-14/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ses +#usr/lib/python3.10/site-packages/botocore/data/ses/2010-12-01 +#usr/lib/python3.10/site-packages/botocore/data/ses/2010-12-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/ses/2010-12-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ses/2010-12-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ses/2010-12-01/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/sesv2 +#usr/lib/python3.10/site-packages/botocore/data/sesv2/2019-09-27 +#usr/lib/python3.10/site-packages/botocore/data/sesv2/2019-09-27/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/sesv2/2019-09-27/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/shield +#usr/lib/python3.10/site-packages/botocore/data/shield/2016-06-02 +#usr/lib/python3.10/site-packages/botocore/data/shield/2016-06-02/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/shield/2016-06-02/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/shield/2016-06-02/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/signer +#usr/lib/python3.10/site-packages/botocore/data/signer/2017-08-25 +#usr/lib/python3.10/site-packages/botocore/data/signer/2017-08-25/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/signer/2017-08-25/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/signer/2017-08-25/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/signer/2017-08-25/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/sms +#usr/lib/python3.10/site-packages/botocore/data/sms-voice +#usr/lib/python3.10/site-packages/botocore/data/sms-voice/2018-09-05 +#usr/lib/python3.10/site-packages/botocore/data/sms-voice/2018-09-05/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/sms/2016-10-24 +#usr/lib/python3.10/site-packages/botocore/data/sms/2016-10-24/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/sms/2016-10-24/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/sms/2016-10-24/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/snow-device-management +#usr/lib/python3.10/site-packages/botocore/data/snow-device-management/2021-08-04 +#usr/lib/python3.10/site-packages/botocore/data/snow-device-management/2021-08-04/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/snow-device-management/2021-08-04/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/snowball +#usr/lib/python3.10/site-packages/botocore/data/snowball/2016-06-30 +#usr/lib/python3.10/site-packages/botocore/data/snowball/2016-06-30/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/snowball/2016-06-30/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/snowball/2016-06-30/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/sns +#usr/lib/python3.10/site-packages/botocore/data/sns/2010-03-31 +#usr/lib/python3.10/site-packages/botocore/data/sns/2010-03-31/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/sns/2010-03-31/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/sns/2010-03-31/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/sqs +#usr/lib/python3.10/site-packages/botocore/data/sqs/2012-11-05 +#usr/lib/python3.10/site-packages/botocore/data/sqs/2012-11-05/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/sqs/2012-11-05/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/sqs/2012-11-05/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ssm +#usr/lib/python3.10/site-packages/botocore/data/ssm-contacts +#usr/lib/python3.10/site-packages/botocore/data/ssm-contacts/2021-05-03 +#usr/lib/python3.10/site-packages/botocore/data/ssm-contacts/2021-05-03/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ssm-contacts/2021-05-03/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ssm-incidents +#usr/lib/python3.10/site-packages/botocore/data/ssm-incidents/2018-05-10 +#usr/lib/python3.10/site-packages/botocore/data/ssm-incidents/2018-05-10/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ssm-incidents/2018-05-10/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ssm-incidents/2018-05-10/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/ssm/2014-11-06 +#usr/lib/python3.10/site-packages/botocore/data/ssm/2014-11-06/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/ssm/2014-11-06/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/ssm/2014-11-06/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/ssm/2014-11-06/waiters-2.json +#usr/lib/python3.10/site-packages/botocore/data/sso +#usr/lib/python3.10/site-packages/botocore/data/sso-admin +#usr/lib/python3.10/site-packages/botocore/data/sso-admin/2020-07-20 +#usr/lib/python3.10/site-packages/botocore/data/sso-admin/2020-07-20/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/sso-admin/2020-07-20/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/sso-oidc +#usr/lib/python3.10/site-packages/botocore/data/sso-oidc/2019-06-10 +#usr/lib/python3.10/site-packages/botocore/data/sso-oidc/2019-06-10/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/sso-oidc/2019-06-10/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/sso/2019-06-10 +#usr/lib/python3.10/site-packages/botocore/data/sso/2019-06-10/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/sso/2019-06-10/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/stepfunctions +#usr/lib/python3.10/site-packages/botocore/data/stepfunctions/2016-11-23 +#usr/lib/python3.10/site-packages/botocore/data/stepfunctions/2016-11-23/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/stepfunctions/2016-11-23/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/stepfunctions/2016-11-23/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/storagegateway +#usr/lib/python3.10/site-packages/botocore/data/storagegateway/2013-06-30 +#usr/lib/python3.10/site-packages/botocore/data/storagegateway/2013-06-30/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/storagegateway/2013-06-30/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/storagegateway/2013-06-30/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/sts +#usr/lib/python3.10/site-packages/botocore/data/sts/2011-06-15 +#usr/lib/python3.10/site-packages/botocore/data/sts/2011-06-15/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/sts/2011-06-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/sts/2011-06-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/support +#usr/lib/python3.10/site-packages/botocore/data/support/2013-04-15 +#usr/lib/python3.10/site-packages/botocore/data/support/2013-04-15/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/support/2013-04-15/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/support/2013-04-15/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/swf +#usr/lib/python3.10/site-packages/botocore/data/swf/2012-01-25 +#usr/lib/python3.10/site-packages/botocore/data/swf/2012-01-25/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/swf/2012-01-25/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/swf/2012-01-25/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/synthetics +#usr/lib/python3.10/site-packages/botocore/data/synthetics/2017-10-11 +#usr/lib/python3.10/site-packages/botocore/data/synthetics/2017-10-11/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/synthetics/2017-10-11/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/textract +#usr/lib/python3.10/site-packages/botocore/data/textract/2018-06-27 +#usr/lib/python3.10/site-packages/botocore/data/textract/2018-06-27/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/textract/2018-06-27/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/timestream-query +#usr/lib/python3.10/site-packages/botocore/data/timestream-query/2018-11-01 +#usr/lib/python3.10/site-packages/botocore/data/timestream-query/2018-11-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/timestream-query/2018-11-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/timestream-write +#usr/lib/python3.10/site-packages/botocore/data/timestream-write/2018-11-01 +#usr/lib/python3.10/site-packages/botocore/data/timestream-write/2018-11-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/timestream-write/2018-11-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/transcribe +#usr/lib/python3.10/site-packages/botocore/data/transcribe/2017-10-26 +#usr/lib/python3.10/site-packages/botocore/data/transcribe/2017-10-26/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/transcribe/2017-10-26/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/transcribe/2017-10-26/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/transfer +#usr/lib/python3.10/site-packages/botocore/data/transfer/2018-11-05 +#usr/lib/python3.10/site-packages/botocore/data/transfer/2018-11-05/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/transfer/2018-11-05/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/translate +#usr/lib/python3.10/site-packages/botocore/data/translate/2017-07-01 +#usr/lib/python3.10/site-packages/botocore/data/translate/2017-07-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/translate/2017-07-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/translate/2017-07-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/voice-id +#usr/lib/python3.10/site-packages/botocore/data/voice-id/2021-09-27 +#usr/lib/python3.10/site-packages/botocore/data/voice-id/2021-09-27/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/voice-id/2021-09-27/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/waf +#usr/lib/python3.10/site-packages/botocore/data/waf-regional +#usr/lib/python3.10/site-packages/botocore/data/waf-regional/2016-11-28 +#usr/lib/python3.10/site-packages/botocore/data/waf-regional/2016-11-28/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/waf-regional/2016-11-28/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/waf-regional/2016-11-28/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/waf/2015-08-24 +#usr/lib/python3.10/site-packages/botocore/data/waf/2015-08-24/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/waf/2015-08-24/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/waf/2015-08-24/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/wafv2 +#usr/lib/python3.10/site-packages/botocore/data/wafv2/2019-07-29 +#usr/lib/python3.10/site-packages/botocore/data/wafv2/2019-07-29/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/wafv2/2019-07-29/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/wellarchitected +#usr/lib/python3.10/site-packages/botocore/data/wellarchitected/2020-03-31 +#usr/lib/python3.10/site-packages/botocore/data/wellarchitected/2020-03-31/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/wellarchitected/2020-03-31/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/wisdom +#usr/lib/python3.10/site-packages/botocore/data/wisdom/2020-10-19 +#usr/lib/python3.10/site-packages/botocore/data/wisdom/2020-10-19/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/wisdom/2020-10-19/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/workdocs +#usr/lib/python3.10/site-packages/botocore/data/workdocs/2016-05-01 +#usr/lib/python3.10/site-packages/botocore/data/workdocs/2016-05-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/workdocs/2016-05-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/workdocs/2016-05-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/worklink +#usr/lib/python3.10/site-packages/botocore/data/worklink/2018-09-25 +#usr/lib/python3.10/site-packages/botocore/data/worklink/2018-09-25/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/worklink/2018-09-25/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/workmail +#usr/lib/python3.10/site-packages/botocore/data/workmail/2017-10-01 +#usr/lib/python3.10/site-packages/botocore/data/workmail/2017-10-01/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/workmail/2017-10-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/workmail/2017-10-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/workmailmessageflow +#usr/lib/python3.10/site-packages/botocore/data/workmailmessageflow/2019-05-01 +#usr/lib/python3.10/site-packages/botocore/data/workmailmessageflow/2019-05-01/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/workmailmessageflow/2019-05-01/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/workspaces +#usr/lib/python3.10/site-packages/botocore/data/workspaces-web +#usr/lib/python3.10/site-packages/botocore/data/workspaces-web/2020-07-08 +#usr/lib/python3.10/site-packages/botocore/data/workspaces-web/2020-07-08/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/workspaces-web/2020-07-08/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/workspaces/2015-04-08 +#usr/lib/python3.10/site-packages/botocore/data/workspaces/2015-04-08/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/workspaces/2015-04-08/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/workspaces/2015-04-08/service-2.json +#usr/lib/python3.10/site-packages/botocore/data/xray +#usr/lib/python3.10/site-packages/botocore/data/xray/2016-04-12 +#usr/lib/python3.10/site-packages/botocore/data/xray/2016-04-12/examples-1.json +#usr/lib/python3.10/site-packages/botocore/data/xray/2016-04-12/paginators-1.json +#usr/lib/python3.10/site-packages/botocore/data/xray/2016-04-12/service-2.json +usr/lib/python3.10/site-packages/botocore/discovery.py +#usr/lib/python3.10/site-packages/botocore/docs +usr/lib/python3.10/site-packages/botocore/docs/__init__.py +#usr/lib/python3.10/site-packages/botocore/docs/bcdoc +usr/lib/python3.10/site-packages/botocore/docs/bcdoc/__init__.py +usr/lib/python3.10/site-packages/botocore/docs/bcdoc/docstringparser.py +usr/lib/python3.10/site-packages/botocore/docs/bcdoc/restdoc.py +usr/lib/python3.10/site-packages/botocore/docs/bcdoc/style.py +usr/lib/python3.10/site-packages/botocore/docs/client.py +usr/lib/python3.10/site-packages/botocore/docs/docstring.py +usr/lib/python3.10/site-packages/botocore/docs/example.py +usr/lib/python3.10/site-packages/botocore/docs/method.py +usr/lib/python3.10/site-packages/botocore/docs/paginator.py +usr/lib/python3.10/site-packages/botocore/docs/params.py +usr/lib/python3.10/site-packages/botocore/docs/service.py +usr/lib/python3.10/site-packages/botocore/docs/shape.py +usr/lib/python3.10/site-packages/botocore/docs/sharedexample.py +usr/lib/python3.10/site-packages/botocore/docs/utils.py +usr/lib/python3.10/site-packages/botocore/docs/waiter.py +usr/lib/python3.10/site-packages/botocore/endpoint.py +usr/lib/python3.10/site-packages/botocore/errorfactory.py +usr/lib/python3.10/site-packages/botocore/eventstream.py +usr/lib/python3.10/site-packages/botocore/exceptions.py +usr/lib/python3.10/site-packages/botocore/handlers.py +usr/lib/python3.10/site-packages/botocore/history.py +usr/lib/python3.10/site-packages/botocore/hooks.py +usr/lib/python3.10/site-packages/botocore/httpsession.py +usr/lib/python3.10/site-packages/botocore/loaders.py +usr/lib/python3.10/site-packages/botocore/model.py +usr/lib/python3.10/site-packages/botocore/monitoring.py +usr/lib/python3.10/site-packages/botocore/paginate.py +usr/lib/python3.10/site-packages/botocore/parsers.py +usr/lib/python3.10/site-packages/botocore/regions.py +usr/lib/python3.10/site-packages/botocore/response.py +#usr/lib/python3.10/site-packages/botocore/retries +usr/lib/python3.10/site-packages/botocore/retries/__init__.py +usr/lib/python3.10/site-packages/botocore/retries/adaptive.py +usr/lib/python3.10/site-packages/botocore/retries/base.py +usr/lib/python3.10/site-packages/botocore/retries/bucket.py +usr/lib/python3.10/site-packages/botocore/retries/quota.py +usr/lib/python3.10/site-packages/botocore/retries/special.py +usr/lib/python3.10/site-packages/botocore/retries/standard.py +usr/lib/python3.10/site-packages/botocore/retries/throttling.py +usr/lib/python3.10/site-packages/botocore/retryhandler.py +usr/lib/python3.10/site-packages/botocore/serialize.py +usr/lib/python3.10/site-packages/botocore/session.py +usr/lib/python3.10/site-packages/botocore/signers.py +usr/lib/python3.10/site-packages/botocore/stub.py +usr/lib/python3.10/site-packages/botocore/translate.py +usr/lib/python3.10/site-packages/botocore/utils.py +usr/lib/python3.10/site-packages/botocore/validate.py +#usr/lib/python3.10/site-packages/botocore/vendored +usr/lib/python3.10/site-packages/botocore/vendored/__init__.py +#usr/lib/python3.10/site-packages/botocore/vendored/requests +usr/lib/python3.10/site-packages/botocore/vendored/requests/__init__.py +usr/lib/python3.10/site-packages/botocore/vendored/requests/exceptions.py +#usr/lib/python3.10/site-packages/botocore/vendored/requests/packages +usr/lib/python3.10/site-packages/botocore/vendored/requests/packages/__init__.py +#usr/lib/python3.10/site-packages/botocore/vendored/requests/packages/urllib3 +usr/lib/python3.10/site-packages/botocore/vendored/requests/packages/urllib3/__init__.py +usr/lib/python3.10/site-packages/botocore/vendored/requests/packages/urllib3/exceptions.py +usr/lib/python3.10/site-packages/botocore/vendored/six.py +usr/lib/python3.10/site-packages/botocore/waiter.py diff --git a/lfs/python3-botocore b/lfs/python3-botocore index 2413511d3..c34422900 100644 --- a/lfs/python3-botocore +++ b/lfs/python3-botocore @@ -24,7 +24,7 @@ include Config -VER = 1.19.28 +VER = 1.23.21 THISAPP = botocore-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-botocore -PAK_VER = 3 +PAK_VER = 4 DEPS = python3-dateutil python3-jmespath python3-urllib3 @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 9cb390d4c293528db8ca014647bbe03b +$(DL_FILE)_MD5 = ad79c50edeb9e8d14f5392c0ec28b593 install : $(TARGET) From 5d0e8eb4fe437924ead0964aa2b310bd30b0ce5e Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 24 Jan 2022 17:16:32 +0100 Subject: [PATCH 102/339] python3-colorama: Update to version 0.4.4 and python-3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 0.4.3 to 0.4.4 - Update of rootfile - Changelog 0.4.4: Automate release workflow on Windows too. I initially hoped to have a single Makefile or script that worked on Linux and Windows, but was unable to make it work without massive over-complication. So now we have makefile targets for Linux, and powershell scripts for Windows. Documented in the README. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/packages/python3-colorama | 24 +++++++++++----------- lfs/python3-colorama | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/config/rootfiles/packages/python3-colorama b/config/rootfiles/packages/python3-colorama index 3621f5214..ce669143c 100644 --- a/config/rootfiles/packages/python3-colorama +++ b/config/rootfiles/packages/python3-colorama @@ -1,12 +1,12 @@ -#usr/lib/python3.8/site-packages/colorama -#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info -#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info/PKG-INFO -#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info/SOURCES.txt -#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info/dependency_links.txt -#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info/top_level.txt -usr/lib/python3.8/site-packages/colorama/__init__.py -usr/lib/python3.8/site-packages/colorama/ansi.py -usr/lib/python3.8/site-packages/colorama/ansitowin32.py -usr/lib/python3.8/site-packages/colorama/initialise.py -usr/lib/python3.8/site-packages/colorama/win32.py -usr/lib/python3.8/site-packages/colorama/winterm.py +#usr/lib/python3.10/site-packages/colorama +#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info +#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/top_level.txt +usr/lib/python3.10/site-packages/colorama/__init__.py +usr/lib/python3.10/site-packages/colorama/ansi.py +usr/lib/python3.10/site-packages/colorama/ansitowin32.py +usr/lib/python3.10/site-packages/colorama/initialise.py +usr/lib/python3.10/site-packages/colorama/win32.py +usr/lib/python3.10/site-packages/colorama/winterm.py diff --git a/lfs/python3-colorama b/lfs/python3-colorama index 3dcef17d2..1eb66584a 100644 --- a/lfs/python3-colorama +++ b/lfs/python3-colorama @@ -24,7 +24,7 @@ include Config -VER = 0.4.3 +VER = 0.4.4 THISAPP = colorama-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-colorama -PAK_VER = 3 +PAK_VER = 4 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 02daee502863d24112a8c05a5d69a612 +$(DL_FILE)_MD5 = 57b22f2597f63df051b69906fbf310cc install : $(TARGET) From 81c5597cc909de8f7abd0fc2fb649c8cc7e407a5 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 24 Jan 2022 17:16:33 +0100 Subject: [PATCH 103/339] python3-daemon: Update to version 2.3.0 and python-3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 2.1.1 (2016) to 2.3.0 (2021) - Update of rootfile - A build dependency has been added for twine. As this is to support the upload of packages to PyPI it will not be used for IPFire. The changelog just notes the addition of twine as a build dependency without any explanation. See entry in version 2.2.4 No other change was made when this dependency was added to setup.py Adding twine added 9 further dependencies some of which caused further dependencies and so on. 19 additional new packages were reached and the system was still coming up with more. Created a patch to remove the twine build dependency from setup.py Subsequently found other people had done the same thing as there was no response to requests from other people to not have it as a build dependency for situations where packages were not going to be uploaded to PyPI. - Changelog Version 2.3.0 :Released: 2021-02-21 :Maintainer: Ben Finney Removed: * Remove support for Python versions older than Python 3. Python 2 has been unsupported by the Python project since 2020. * Remove dependency on back-ported `unittest2` and `mock`. Depend instead on standard library `unittest` and `unittest.mock`. Thanks to Michał Górny for the merge requests. Version 2.2.4 :Released: 2019-10-27 :Maintainer: Ben Finney Bugs Fixed: * Run the Setuptools `egg-info` command as part of the `build` command. Closes: Pagure #31. Thanks to Stanislav Levin for the bug report and diagnosis. * Create the socket and catch “non-socket” errors. Closes: Pagure #34. Thanks to Miro Hrončok for the bug report and patch. * Only deal with a range of file descriptors if the range is not empty. Closes: Pagure #39. Thanks to Alex Pyrgiotis for the test scenario. * Declare Twine as a build dependency. * Reformat the change log entries with keepachangelog.com sub-sections. Changed: * Upgrade Tox dependency to version “3.7.0”. Thanks to Miro Hrončok for the contribution. * Significant speed-up to discovery of file descriptors to close. By using a native `tuple` for the heavily-used file descriptor range representation, this gives approximately 5× faster calls to `close_all_open_files` in the typical case. This partially addresses Pagure #40. Thanks to Alex Pyrgiotis for testing various alternative proposals. * Refactor the build system to use Makefile modules for each topic. Version 2.2.3 :Released: 2019-01-21 :Maintainer: Ben Finney Bugs Fixed: * Use custom fake file type for testing `fileno` behaviour. This works around an incompatibility in Python 2.7 `file` type that caused test cases to fail. Deprecated: * Promote the warning for `runner` module to a `DeprecationWarning`. This has been an unofficial example module from the beginning, and it will be removed in a future version. Version 2.2.2 :Released: 2019-01-19 :Maintainer: Ben Finney Bugs Fixed: * Remove from the build system specification a white space character not permitted in TOML format. Added: * Implement test suite automation in virtualenvs, using Tox. Version 2.2.1 :Released: 2019-01-18 :Maintainer: Ben Finney Added: * Add a :PEP:`518` conformant build system specification (the ``pyproject.toml`` file). Version 2.2.0 :Released: 2018-08-15 :Maintainer: Ben Finney Bugs Fixed: * Correct the description of the return value for `daemon.is_detach_process_context_required`. Closes: Pagure #6. * Set a sensible default for `Distribution.script_name`. This works around a bug in Setuptools which calls commands before the `Distribution` is initialised. Closes: Pagure #2. Changed: * The test suite now relies on the test discovery feature in ‘unittest’. This feature is in Python version 2.7 and later. * Improve performance of `daemon.close_all_open_files`. Thanks to Darek Działak for the implementation. Closes: Pagure #10. Version 2.1.2 :Released: 2016-10-26 :Maintainer: Ben Finney Added: * Add a README document for the code base. Changed: * Migrate code project hosting to Pagure. Record the change of homepage URL in PyPI metadata. Deprecated: * Raise a warning that the ‘runner’ module is pending deprecation. This has been an unofficial example module from the beginning, and it will be removed in a future version. Bugs Fixed: * Ensure custom types are part of the Python type hierarchy. * Avoid a circular dependency for the version string at install time. Thanks to Maarten van Gompel for the reproducible test case. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/python3-daemon | 27 +++++++++---------- lfs/python3-daemon | 5 ++-- ...move-twine-requirement-from-setup.py.patch | 10 +++++++ 3 files changed, 26 insertions(+), 16 deletions(-) create mode 100644 src/patches/python3-daemon-2.3.0-remove-twine-requirement-from-setup.py.patch diff --git a/config/rootfiles/common/python3-daemon b/config/rootfiles/common/python3-daemon index 653dee7d4..24ec26c0b 100644 --- a/config/rootfiles/common/python3-daemon +++ b/config/rootfiles/common/python3-daemon @@ -1,14 +1,13 @@ -#usr/lib/python3.8/site-packages/daemon -usr/lib/python3.8/site-packages/daemon/__init__.py -usr/lib/python3.8/site-packages/daemon/_metadata.py -usr/lib/python3.8/site-packages/daemon/daemon.py -usr/lib/python3.8/site-packages/daemon/pidfile.py -usr/lib/python3.8/site-packages/daemon/runner.py -#usr/lib/python3.8/site-packages/python_daemon-2.1.1-py3.8.egg-info -#usr/lib/python3.8/site-packages/python_daemon-2.1.1-py3.8.egg-info/PKG-INFO -#usr/lib/python3.8/site-packages/python_daemon-2.1.1-py3.8.egg-info/SOURCES.txt -#usr/lib/python3.8/site-packages/python_daemon-2.1.1-py3.8.egg-info/dependency_links.txt -#usr/lib/python3.8/site-packages/python_daemon-2.1.1-py3.8.egg-info/not-zip-safe -#usr/lib/python3.8/site-packages/python_daemon-2.1.1-py3.8.egg-info/requires.txt -#usr/lib/python3.8/site-packages/python_daemon-2.1.1-py3.8.egg-info/top_level.txt -#usr/lib/python3.8/site-packages/python_daemon-2.1.1-py3.8.egg-info/version_info.json +#usr/lib/python3.10/site-packages/daemon +usr/lib/python3.10/site-packages/daemon/__init__.py +usr/lib/python3.10/site-packages/daemon/_metadata.py +usr/lib/python3.10/site-packages/daemon/daemon.py +usr/lib/python3.10/site-packages/daemon/pidfile.py +usr/lib/python3.10/site-packages/daemon/runner.py +#usr/lib/python3.10/site-packages/python_daemon-2.3.0-py3.10.egg-info +#usr/lib/python3.10/site-packages/python_daemon-2.3.0-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/python_daemon-2.3.0-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/python_daemon-2.3.0-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/python_daemon-2.3.0-py3.10.egg-info/not-zip-safe +#usr/lib/python3.10/site-packages/python_daemon-2.3.0-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/python_daemon-2.3.0-py3.10.egg-info/top_level.txt diff --git a/lfs/python3-daemon b/lfs/python3-daemon index 8f0876ff7..d17b8ac95 100644 --- a/lfs/python3-daemon +++ b/lfs/python3-daemon @@ -24,7 +24,7 @@ include Config -VER = 2.1.1 +VER = 2.3.0 THISAPP = python-daemon-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 72e2acf2c3d69c7fa75a6625d06adfd0 +$(DL_FILE)_MD5 = 71a7d14d4d698d847dcf53656d9b8b71 install : $(TARGET) @@ -70,6 +70,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/python3-daemon-2.3.0-remove-twine-requirement-from-setup.py.patch cd $(DIR_APP) && python3 setup.py install --root=/ @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/src/patches/python3-daemon-2.3.0-remove-twine-requirement-from-setup.py.patch b/src/patches/python3-daemon-2.3.0-remove-twine-requirement-from-setup.py.patch new file mode 100644 index 000000000..bbe5196f0 --- /dev/null +++ b/src/patches/python3-daemon-2.3.0-remove-twine-requirement-from-setup.py.patch @@ -0,0 +1,10 @@ +--- python-daemon-2.3.0/setup.py_orig 2021-02-21 06:45:31.000000000 +0100 ++++ python-daemon-2.3.0/setup.py 2022-01-07 14:38:01.612173070 +0100 +@@ -66,7 +66,6 @@ + zip_safe=False, + setup_requires=[ + "docutils", +- "twine", + ], + test_suite="setup.test_suite", + tests_require=test_requirements, From e60770063519ab6b0927ee9239acf945a772b3a0 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 24 Jan 2022 17:16:34 +0100 Subject: [PATCH 104/339] python3-dateutil: Update to version 2.8.2 and python-3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 2.8.1 to 2.8.2 - Update of rootfile - Changelog Version 2.8.2 (2021-07-08) Data updates - Updated tzdata version to 2021a. (gh pr #1128) Bugfixes - Fixed a bug in the parser where non-``ValueError`` exceptions would be raised during exception handling; this would happen, for example, if an ``IllegalMonthError`` was raised in ``dateutil`` code. Fixed by Mark Bailey. (gh issue #981, pr #987). - Fixed the custom ``repr`` for ``dateutil.parser.ParserError``, which was not defined due to an indentation error. (gh issue #991, gh pr #993) - Fixed a bug that caused ``b'`` prefixes to appear in parse_isodate exception messages. Reported and fixed by Paul Brown (@pawl) (gh pr #1122) - Make ``isoparse`` raise when trying to parse times with inconsistent use of `:` separator. Reported and fixed by @mariocj89 (gh pr #1125). - Fixed ``tz.gettz()`` not returning local time when passed an empty string. Reported by @labrys (gh issues #925, #926). Fixed by @ffe4 (gh pr #1024) Documentation changes - Rearranged parser documentation into "Functions", "Classes" and "Warnings and Exceptions" categories. (gh issue #992, pr #994). - Updated ``parser.parse`` documentation to reflect the switch from ``ValueError`` to ``ParserError``. (gh issue #992, pr #994). - Fixed methods in the ``rrule`` module not being displayed in the docs. (gh pr #1025) - Changed some relative links in the exercise documentation to refer to the document locations in the input tree, rather than the generated HTML files in the HTML output tree (which presumably will not exist in non-HTML output formats). (gh pr #1078). Misc - Moved ``test_imports.py``, ``test_internals.py`` and ``test_utils.py`` to pytest. Reported and fixed by @jpurviance (gh pr #978) - Added project_urls for documentation and source. Patch by @andriyor (gh pr #975). - Simplified handling of bytes and bytearray in ``_parser._timelex``. Reported and fixed by @frenzymadness (gh issue #1060). - Changed the tests against the upstream tz database to always generate fat binaries, since until GH-590 and GH-1059 are resolved, "slim" zic binaries will cause problems in many zones, causing the tests to fail. This also updates ``zoneinfo.rebuild`` to always generate fat binaries. (gh pr #1076). - Moved sdist and wheel generation to use `python-build`. Reported and fixed by @mariocj89 (gh pr #1133). Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/packages/python3-dateutil | 60 +++++++++++----------- lfs/python3-dateutil | 6 +-- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/config/rootfiles/packages/python3-dateutil b/config/rootfiles/packages/python3-dateutil index d87fc499f..5ff390dd0 100644 --- a/config/rootfiles/packages/python3-dateutil +++ b/config/rootfiles/packages/python3-dateutil @@ -1,30 +1,30 @@ -#usr/lib/python3.8/site-packages/dateutil -usr/lib/python3.8/site-packages/dateutil/__init__.py -usr/lib/python3.8/site-packages/dateutil/_common.py -usr/lib/python3.8/site-packages/dateutil/_version.py -usr/lib/python3.8/site-packages/dateutil/easter.py -#usr/lib/python3.8/site-packages/dateutil/parser -usr/lib/python3.8/site-packages/dateutil/parser/__init__.py -usr/lib/python3.8/site-packages/dateutil/parser/_parser.py -usr/lib/python3.8/site-packages/dateutil/parser/isoparser.py -usr/lib/python3.8/site-packages/dateutil/relativedelta.py -usr/lib/python3.8/site-packages/dateutil/rrule.py -#usr/lib/python3.8/site-packages/dateutil/tz -usr/lib/python3.8/site-packages/dateutil/tz/__init__.py -usr/lib/python3.8/site-packages/dateutil/tz/_common.py -usr/lib/python3.8/site-packages/dateutil/tz/_factories.py -usr/lib/python3.8/site-packages/dateutil/tz/tz.py -usr/lib/python3.8/site-packages/dateutil/tz/win.py -usr/lib/python3.8/site-packages/dateutil/tzwin.py -usr/lib/python3.8/site-packages/dateutil/utils.py -#usr/lib/python3.8/site-packages/dateutil/zoneinfo -usr/lib/python3.8/site-packages/dateutil/zoneinfo/__init__.py -usr/lib/python3.8/site-packages/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz -usr/lib/python3.8/site-packages/dateutil/zoneinfo/rebuild.py -#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info -#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info/PKG-INFO -#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info/SOURCES.txt -#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info/dependency_links.txt -#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info/requires.txt -#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info/top_level.txt -#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info/zip-safe +#usr/lib/python3.10/site-packages/dateutil +usr/lib/python3.10/site-packages/dateutil/__init__.py +usr/lib/python3.10/site-packages/dateutil/_common.py +usr/lib/python3.10/site-packages/dateutil/_version.py +usr/lib/python3.10/site-packages/dateutil/easter.py +#usr/lib/python3.10/site-packages/dateutil/parser +usr/lib/python3.10/site-packages/dateutil/parser/__init__.py +usr/lib/python3.10/site-packages/dateutil/parser/_parser.py +usr/lib/python3.10/site-packages/dateutil/parser/isoparser.py +usr/lib/python3.10/site-packages/dateutil/relativedelta.py +usr/lib/python3.10/site-packages/dateutil/rrule.py +#usr/lib/python3.10/site-packages/dateutil/tz +usr/lib/python3.10/site-packages/dateutil/tz/__init__.py +usr/lib/python3.10/site-packages/dateutil/tz/_common.py +usr/lib/python3.10/site-packages/dateutil/tz/_factories.py +usr/lib/python3.10/site-packages/dateutil/tz/tz.py +usr/lib/python3.10/site-packages/dateutil/tz/win.py +usr/lib/python3.10/site-packages/dateutil/tzwin.py +usr/lib/python3.10/site-packages/dateutil/utils.py +#usr/lib/python3.10/site-packages/dateutil/zoneinfo +usr/lib/python3.10/site-packages/dateutil/zoneinfo/__init__.py +usr/lib/python3.10/site-packages/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz +usr/lib/python3.10/site-packages/dateutil/zoneinfo/rebuild.py +#usr/lib/python3.10/site-packages/python_dateutil-2.8.2-py3.10.egg-info +#usr/lib/python3.10/site-packages/python_dateutil-2.8.2-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/python_dateutil-2.8.2-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/python_dateutil-2.8.2-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/python_dateutil-2.8.2-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/python_dateutil-2.8.2-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/python_dateutil-2.8.2-py3.10.egg-info/zip-safe diff --git a/lfs/python3-dateutil b/lfs/python3-dateutil index 04bc39cf1..01061698f 100644 --- a/lfs/python3-dateutil +++ b/lfs/python3-dateutil @@ -24,7 +24,7 @@ include Config -VER = 2.8.1 +VER = 2.8.2 THISAPP = python-dateutil-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-dateutil -PAK_VER = 4 +PAK_VER = 5 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f2a1d4b680b297b367a974664ca3a4f6 +$(DL_FILE)_MD5 = 5970010bb72452344df3d76a10281b65 install : $(TARGET) From 9dffcdf1ed3b70a7872e84ede3bcfd42d9f5f9db Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 24 Jan 2022 17:16:35 +0100 Subject: [PATCH 105/339] python3-docutils: Update to version 0.18.1 and python-3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from 0.16 to 0.18.1 - Update of rootfile - Changelog Release 0.18.1 .. Note:: Docutils 0.18.x is the last version supporting Python 2.7, 3.5, and 3.6. * nodes.Node.traverse() returns a list again to restore backwards compatibility (fixes bug #431). * Small bugfixes (see HISTORY_). Release 0.18 (2021-10-26) * Output changes: Identifiers: During `identifier normalization`_, leading number and hyphen characters are no longer stripped from a `reference name`_, if the id_prefix_ setting is non-empty. Example: with ``--id-prefix="DU-"``, a section with title "34. May" currently gets the identifier key ``DU-may`` and after the change the identifier key ``DU-34-may``. The default value for the auto_id_prefix_ setting changed to ``%``: "use the tag name as prefix for auto-generated IDs". Set auto_id_prefix_ to ``id`` for unchanged auto-IDs. HTML5: Use the semantic tag