[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#981535: marked as done (apt: Upgrade shows held back packages, dist-upgrade does not)



Your message dated Sun, 15 Aug 2021 06:57:32 +0000
with message-id <E1mFA5M-0006hn-45@fasolo.debian.org>
and subject line Bug#981535: fixed in apt 2.3.8
has caused the Debian Bug report #981535,
regarding apt: Upgrade shows held back packages, dist-upgrade does not
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
981535: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981535
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 2.1.18
Severity: normal
X-Debbugs-Cc: pitsiorisj@gmail.com

Dear Maintainer,

It must be the 4th or 5th time that I notice the following behavior, so I
report it today.
I do this to update my system

apt-get update && apt-get upgrade && apt-get dist-upgrade

The update part finishes successfully as usual, the upgrade part says that
there are some packages that were held back, e.g.

Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  kodi-inputstream-adaptive kodi-inputstream-rtmp kodi-vfs-libarchive
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.

But dist-upgrade that comes right after mentions no packages were held back

Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Last time, firefox was the package in question and it could was not upgraded to
84.0.2, even with dist-upgrade, because it depended on a newer version of
libx11-6 that was only on unstable that time. Dist-upgrade could not pull that
dependency, so I had to "update" it with

apt-get install -t unstable firefox

I am on testing with select packages from unstable, e.g. firefox. That is why I
have the APT::Default-Release preference set to testing in apt.conf. I have
been using this setting for the last 8+ years and I notice the forementioned
behavior only lately.



-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "amd64";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "0";
APT::Install-Suggests "0";
APT::Sandbox "";
APT::Sandbox::User "_apt";
APT::Authentication "";
APT::Authentication::TrustCDROM "true";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^firmware-linux.*";
APT::NeverAutoRemove:: "^linux-firmware$";
APT::NeverAutoRemove:: "^linux-image-[a-z0-9]*$";
APT::NeverAutoRemove:: "^linux-image-[a-z0-9]*-[a-z0-9]*$";
APT::VersionedKernelPackages "";
APT::VersionedKernelPackages:: "linux-.*";
APT::VersionedKernelPackages:: "kfreebsd-.*";
APT::VersionedKernelPackages:: "gnumach-.*";
APT::VersionedKernelPackages:: ".*-modules";
APT::VersionedKernelPackages:: ".*-kernel";
APT::Never-MarkAuto-Sections "";
APT::Never-MarkAuto-Sections:: "metapackages";
APT::Never-MarkAuto-Sections:: "contrib/metapackages";
APT::Never-MarkAuto-Sections:: "non-free/metapackages";
APT::Never-MarkAuto-Sections:: "restricted/metapackages";
APT::Never-MarkAuto-Sections:: "universe/metapackages";
APT::Never-MarkAuto-Sections:: "multiverse/metapackages";
APT::Move-Autobit-Sections "";
APT::Move-Autobit-Sections:: "oldlibs";
APT::Move-Autobit-Sections:: "contrib/oldlibs";
APT::Move-Autobit-Sections:: "non-free/oldlibs";
APT::Move-Autobit-Sections:: "restricted/oldlibs";
APT::Move-Autobit-Sections:: "universe/oldlibs";
APT::Move-Autobit-Sections:: "multiverse/oldlibs";
APT::LastInstalledKernel "5.10.0-2-amd64";
APT::Default-Release "testing";
APT::AutoRemove "";
APT::AutoRemove::SuggestsImportant "false";
APT::AutoRemove::RecommendsImportant "false";
APT::Architectures "";
APT::Architectures:: "amd64";
APT::Compressor "";
APT::Compressor::. "";
APT::Compressor::.::Name ".";
APT::Compressor::.::Extension "";
APT::Compressor::.::Binary "";
APT::Compressor::.::Cost "0";
APT::Compressor::zstd "";
APT::Compressor::zstd::Name "zstd";
APT::Compressor::zstd::Extension ".zst";
APT::Compressor::zstd::Binary "false";
APT::Compressor::zstd::Cost "60";
APT::Compressor::lz4 "";
APT::Compressor::lz4::Name "lz4";
APT::Compressor::lz4::Extension ".lz4";
APT::Compressor::lz4::Binary "false";
APT::Compressor::lz4::Cost "50";
APT::Compressor::gzip "";
APT::Compressor::gzip::Name "gzip";
APT::Compressor::gzip::Extension ".gz";
APT::Compressor::gzip::Binary "gzip";
APT::Compressor::gzip::Cost "100";
APT::Compressor::gzip::CompressArg "";
APT::Compressor::gzip::CompressArg:: "-6n";
APT::Compressor::gzip::UncompressArg "";
APT::Compressor::gzip::UncompressArg:: "-d";
APT::Compressor::xz "";
APT::Compressor::xz::Name "xz";
APT::Compressor::xz::Extension ".xz";
APT::Compressor::xz::Binary "xz";
APT::Compressor::xz::Cost "200";
APT::Compressor::xz::CompressArg "";
APT::Compressor::xz::CompressArg:: "-6";
APT::Compressor::xz::UncompressArg "";
APT::Compressor::xz::UncompressArg:: "-d";
APT::Compressor::bzip2 "";
APT::Compressor::bzip2::Name "bzip2";
APT::Compressor::bzip2::Extension ".bz2";
APT::Compressor::bzip2::Binary "bzip2";
APT::Compressor::bzip2::Cost "300";
APT::Compressor::bzip2::CompressArg "";
APT::Compressor::bzip2::CompressArg:: "-6";
APT::Compressor::bzip2::UncompressArg "";
APT::Compressor::bzip2::UncompressArg:: "-d";
APT::Compressor::lzma "";
APT::Compressor::lzma::Name "lzma";
APT::Compressor::lzma::Extension ".lzma";
APT::Compressor::lzma::Binary "xz";
APT::Compressor::lzma::Cost "400";
APT::Compressor::lzma::CompressArg "";
APT::Compressor::lzma::CompressArg:: "--format=lzma";
APT::Compressor::lzma::CompressArg:: "-6";
APT::Compressor::lzma::UncompressArg "";
APT::Compressor::lzma::UncompressArg:: "--format=lzma";
APT::Compressor::lzma::UncompressArg:: "-d";
Dir "/";
Dir::State "var/lib/apt";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::extended_states "extended_states";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::netrc "auth.conf";
Dir::Etc::netrcparts "auth.conf.d";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Etc::preferencesparts "preferences.d";
Dir::Etc::trusted "trusted.gpg";
Dir::Etc::trustedparts "trusted.gpg.d";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::solvers "";
Dir::Bin::solvers:: "/usr/lib/apt/solvers";
Dir::Bin::planners "";
Dir::Bin::planners:: "/usr/lib/apt/planners";
Dir::Bin::dpkg "/usr/bin/dpkg";
Dir::Bin::gzip "/bin/gzip";
Dir::Bin::bzip2 "/bin/bzip2";
Dir::Bin::xz "/usr/bin/xz";
Dir::Bin::lz4 "/usr/bin/lz4";
Dir::Bin::zstd "/usr/bin/zstd";
Dir::Bin::lzma "/usr/bin/xz";
Dir::Media "";
Dir::Media::MountPath "/media/cdrom";
Dir::Log "var/log/apt";
Dir::Log::Terminal "term.log";
Dir::Log::History "history.log";
Dir::Log::Planner "eipp.log.xz";
Dir::Ignore-Files-Silently "";
Dir::Ignore-Files-Silently:: "~$";
Dir::Ignore-Files-Silently:: "\.disabled$";
Dir::Ignore-Files-Silently:: "\.bak$";
Dir::Ignore-Files-Silently:: "\.dpkg-[a-z]+$";
Dir::Ignore-Files-Silently:: "\.ucf-[a-z]+$";
Dir::Ignore-Files-Silently:: "\.save$";
Dir::Ignore-Files-Silently:: "\.orig$";
Dir::Ignore-Files-Silently:: "\.distUpgrade$";
Acquire "";
Acquire::AllowInsecureRepositories "1";
Acquire::AllowWeakRepositories "0";
Acquire::AllowDowngradeToInsecureRepositories "0";
Acquire::cdrom "";
Acquire::cdrom::mount "/media/cdrom";
Acquire::IndexTargets "";
Acquire::IndexTargets::deb "";
Acquire::IndexTargets::deb::Packages "";
Acquire::IndexTargets::deb::Packages::MetaKey "$(COMPONENT)/binary-$(ARCHITECTURE)/Packages";
Acquire::IndexTargets::deb::Packages::flatMetaKey "Packages";
Acquire::IndexTargets::deb::Packages::ShortDescription "Packages";
Acquire::IndexTargets::deb::Packages::Description "$(RELEASE)/$(COMPONENT) $(ARCHITECTURE) Packages";
Acquire::IndexTargets::deb::Packages::flatDescription "$(RELEASE) Packages";
Acquire::IndexTargets::deb::Packages::Optional "0";
Acquire::IndexTargets::deb::Translations "";
Acquire::IndexTargets::deb::Translations::MetaKey "$(COMPONENT)/i18n/Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::flatMetaKey "$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::ShortDescription "Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::Description "$(RELEASE)/$(COMPONENT) Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::flatDescription "$(RELEASE) Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb-src "";
Acquire::IndexTargets::deb-src::Sources "";
Acquire::IndexTargets::deb-src::Sources::MetaKey "$(COMPONENT)/source/Sources";
Acquire::IndexTargets::deb-src::Sources::flatMetaKey "Sources";
Acquire::IndexTargets::deb-src::Sources::ShortDescription "Sources";
Acquire::IndexTargets::deb-src::Sources::Description "$(RELEASE)/$(COMPONENT) Sources";
Acquire::IndexTargets::deb-src::Sources::flatDescription "$(RELEASE) Sources";
Acquire::IndexTargets::deb-src::Sources::Optional "0";
Acquire::Changelogs "";
Acquire::Changelogs::URI "";
Acquire::Changelogs::URI::Origin "";
Acquire::Changelogs::URI::Origin::Debian "https://metadata.ftp-master.debian.org/changelogs/@CHANGEPATH@_changelog";;
Acquire::Changelogs::URI::Origin::Ubuntu "https://changelogs.ubuntu.com/changelogs/pool/@CHANGEPATH@/changelog";;
Acquire::Changelogs::AlwaysOnline "";
Acquire::Changelogs::AlwaysOnline::Origin "";
Acquire::Changelogs::AlwaysOnline::Origin::Ubuntu "1";
Acquire::Languages "";
Acquire::Languages:: "none";
Acquire::Check-Valid-Until "0";
Acquire::CompressionTypes "";
Acquire::CompressionTypes::xz "xz";
Acquire::CompressionTypes::bz2 "bzip2";
Acquire::CompressionTypes::lzma "lzma";
Acquire::CompressionTypes::gz "gzip";
Acquire::CompressionTypes::lz4 "lz4";
Acquire::CompressionTypes::zst "zstd";
DPkg "";
DPkg::Path "/usr/sbin:/usr/bin:/sbin:/bin";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "if [ -x /usr/sbin/localepurge ] && [ $(ps w -p $PPID | egrep -c '(remove|purge)') != 1 ]; then /usr/sbin/localepurge; else exit 0; fi";
Binary "apt-config";
Binary::apt "";
Binary::apt::APT "";
Binary::apt::APT::Color "1";
Binary::apt::APT::Cache "";
Binary::apt::APT::Cache::Show "";
Binary::apt::APT::Cache::Show::Version "2";
Binary::apt::APT::Cache::AllVersions "0";
Binary::apt::APT::Cache::ShowVirtuals "1";
Binary::apt::APT::Cache::Search "";
Binary::apt::APT::Cache::Search::Version "2";
Binary::apt::APT::Cache::ShowDependencyType "1";
Binary::apt::APT::Cache::ShowVersion "1";
Binary::apt::APT::Get "";
Binary::apt::APT::Get::Upgrade-Allow-New "1";
Binary::apt::APT::Get::Update "";
Binary::apt::APT::Get::Update::InteractiveReleaseInfoChanges "1";
Binary::apt::APT::Cmd "";
Binary::apt::APT::Cmd::Show-Update-Stats "1";
Binary::apt::APT::Cmd::Pattern-Only "1";
Binary::apt::APT::Keep-Downloaded-Packages "0";
Binary::apt::DPkg "";
Binary::apt::DPkg::Progress-Fancy "1";
Binary::apt::DPkg::Lock "";
Binary::apt::DPkg::Lock::Timeout "-1";
CommandLine "";
CommandLine::AsString "apt-config dump";

-- (no /etc/apt/preferences present) --


-- (no /etc/apt/preferences.d/* present) --


-- /etc/apt/sources.list --

# stock repo
deb http://http.debian.net/debian/ testing main contrib non-free
deb http://http.debian.net/debian/ unstable main contrib non-free
deb http://http.debian.net/debian/ experimental main contrib non-free

#deb-src http://http.debian.net/debian/ testing main contrib non-free
#deb-src http://http.debian.net/debian/ unstable main contrib non-free
#deb-src http://http.debian.net/debian/ experimental main contrib non-free

# security repo
deb http://deb.debian.org/debian-security/ testing-security main contrib non-free

# dmo repo
deb http://ftp.uni-kl.de/debian-multimedia/  testing main non-free
deb http://ftp.uni-kl.de/debian-multimedia/  unstable main non-free
deb http://ftp.uni-kl.de/debian-multimedia/  experimental main 

# dmo backup repo
#deb http://www.deb-multimedia.org testing main non-free
#deb http://www.deb-multimedia.org unstable main non-free
#deb http://www.deb-multimedia.org experimental main 

-- (/etc/apt/sources.list.d/anydesk.list present, but not submitted) --


-- (/etc/apt/sources.list.d/brave.list present, but not submitted) --


-- (/etc/apt/sources.list.d/chrome.list present, but not submitted) --


-- (/etc/apt/sources.list.d/google-chrome-unstable.list present, but not submitted) --


-- (/etc/apt/sources.list.d/liquorix.list present, but not submitted) --


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-2-amd64 (SMP w/2 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages apt depends on:
ii  adduser                 3.118
ii  debian-archive-keyring  2019.1
ii  gpgv                    2.2.20-1
ii  libapt-pkg6.0           2.1.18
ii  libc6                   2.31-9
ii  libgcc-s1               10.2.1-6
ii  libgnutls30             3.7.0-5
ii  libseccomp2             2.5.1-1
ii  libstdc++6              10.2.1-6
ii  libsystemd0             247.2-5

Versions of packages apt recommends:
ii  ca-certificates  20210119

Versions of packages apt suggests:
pn  apt-doc         <none>
ii  aptitude        0.8.13-2+b1
ii  dpkg-dev        1.20.7.1
ii  gnupg           2.2.20-1
ii  gnupg2          2.2.20-1
pn  powermgmt-base  <none>
ii  synaptic        0.90.2

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 2.3.8
Done: Julian Andres Klode <jak@debian.org>

We believe that the bug you reported is fixed in the latest version of
apt, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 981535@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julian Andres Klode <jak@debian.org> (supplier of updated apt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 14 Aug 2021 23:51:55 +0200
Source: apt
Architecture: source
Version: 2.3.8
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Julian Andres Klode <jak@debian.org>
Closes: 981535 984966 990518
Changes:
 apt (2.3.8) unstable; urgency=medium
 .
   * Upload to unstable
   * Bump to C++17
 .
 apt (2.3.7) experimental; urgency=medium
 .
   [ David Kalnischkies ]
   * Use full item description in broken repo error
   * Store size from volatile sources for already installed versions
   * Restore dpkg::chroot-directory functionality
 .
   [ Dillon Brock ]
   * apt.conf(5): indicate # is also used for comments (LP: #1309658)
 .
   [ Julian Andres Klode ]
   * Check sources.list could be parsed before adding volatile files
     (Closes: #990518)
   * pkgAcqIndex::CommonFailed: Set StatIdle before calling Init()
   * Implement exponential backoff between retries
     - acquire: Automatically reduce select() timeout as needed
     - Properly convert PulseInterval to timeval
     - Add support for a maximum delay and testing of delay
     - tests (retry-downloads): Avoid delay in second test
 .
 apt (2.3.6) experimental; urgency=medium
 .
   [ David Kalnischkies ]
   * URI encode Filename field of Packages files (again)
   * Do not use filename of local sources in 'apt download'
   * No URL decode and quoting support for Files in Sources
 .
 apt (2.3.5) experimental; urgency=medium
 .
   * policy: Apply phasing to uninstalled packages too (LP: #1925745)
 .
 apt (2.3.4) experimental; urgency=medium
 .
   [ Khem Raj ]
   * srvrec: Keep support for older resolver
 .
   [ Julian Andres Klode ]
   * Turn TLS handshake issues into transient errors (LP: #1928100)
 .
 apt (2.3.3) experimental; urgency=medium
 .
   [ David Kalnischkies ]
   * Allow superfluous commas in build-dependency lines
   * Mark only provides from protected versioned kernel packages
   * Count uninstallable packages in "not upgraded" (Closes: #981535)
   * Reexplore providers of marked packages if some didn't satisfy before
   * Call MarkAndSweep only manually in apt-get for autoremove
   * Store versioned kernel package detectors in d-pointer
 .
   [ Brian Murray ]
   * Fix a typo in json-hooks-protocol.md
 .
   [ Julian Andres Klode ]
   * Temporarily Revert "2.3-only: Warn that the 0.1 protocol is deprecated"
 .
 apt (2.3.2) experimental; urgency=medium
 .
   * Remove inversed comment for AllowUnsizedPackages
   * Automatically retry failed downloads 3 times.
     Enable the Acquire::Retries option by default, set to 3.
     This will help with slightly unreliable networking; future
     work is needed for adding backoff and SRV/IP rotation. (LP: #1876035)
   * Require dpkg >= 1.20.8 and make more use of --auto-deconfigure now that
     no longer needs forcing for essential/protected:
     - Support deconfiguring Essential packages
     - Do not pass --force-remove-protected with --auto-deconfigure
   * JSON hook bug fixes:
     - json: Escape strings using \u escape sequences, add test
     - json: Actually pop states
     - json: Encode NULL strings as null
     - json: Flush standard file descriptors before calling hooks
     - test/json: Make the test hook more reliable
   * JSON hooks 0.2:
     - json: Add origins fields to version
     - upgrade: Add JSON hook support (AptCli::Hooks::Upgrade)
     - json: Add `package-list` and `statistics` install hooks
     - json: Hook protocol 0.2 (added upgrade,downgrade,reinstall modes)
     - 2.3-only: Warn that the 0.1 protocol is deprecated
   * Avoid infinite loop on EOF on media change prompt
 .
 apt (2.3.1) experimental; urgency=medium
 .
   [ David Kalnischkies ]
   * Replace macro and manual management with lambda and RAII:
     - Replace multi-statement macro with lambda
     - Use RAII to clean up tmp dir for dpkg recursive install
     - Handle multi-arch pkgnames for dpkg call via RAII
     - Merge the three RAII vectors managing args lifetime
   * Harden test for no new acquires after transaction abort (Closes: #984966)
 .
   [ Julian Andres Klode ]
   * Check for and discard expected warning from MaybeAddAuth
   * Fix downloads of unsized files that are largest in pipeline (LP: #1921626)
   * Error on packages without a Size field (option Acquire::AllowUnsizedPackages)
   * debian/gbp.conf: HEAD branch is main now
 .
   [ Cameron Katri ]
   * add vendor information for Procursus
 .
 apt (2.3.0) experimental; urgency=medium
 .
   [ David Kalnischkies ]
   * Deal with rred shortcomings around empty patch files (LP: #1918112)
     - Allow merging with empty pdiff patches
     - Rename pdiff merge patches only after they are all downloaded
     - Start pdiff patching from the last possible starting point
     - Ensure all index files sent custom tags to the methods
Checksums-Sha1:
 f9fab27e37a3b45b5c203c91de9a19d4b743dd50 2779 apt_2.3.8.dsc
 2d4cb266a65ca439cdbe506de22e42b47d880519 2202796 apt_2.3.8.tar.xz
 e743d321a8925927ed65fcb5d6f312d31541a92d 7246 apt_2.3.8_source.buildinfo
Checksums-Sha256:
 f82c9c71383368f601a9136541b5be384d156689bd92183a836ea9e769356a7f 2779 apt_2.3.8.dsc
 485af1430c75e3158b715e4424dbf96d1b5641dc4dccc50f571b2c779a837f2c 2202796 apt_2.3.8.tar.xz
 a87000c306130c6cf186f1501fc0a53e1ccbe4a4b75c645ee542df5c6ea0408f 7246 apt_2.3.8_source.buildinfo
Files:
 62a15d812f433086d6ff4e34fb513ace 2779 admin important apt_2.3.8.dsc
 2e3667c080fde2fe52fbb6f066065325 2202796 admin important apt_2.3.8.tar.xz
 fa868e728f08b90e4b814787eb1e9070 7246 admin important apt_2.3.8_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEET7WIqEwt3nmnTHeHb6RY3R2wP3EFAmEYO1QPHGpha0BkZWJp
YW4ub3JnAAoJEG+kWN0dsD9xQBcP/23u/DPap8/037wXfNRwCMpHcG1ifB50hd7L
gLi9FBc6HO9kKcsQ5fb4jSftS69/bcjr1E4m07ndO3V6JfvPTOz6WRHUavU3sstA
/3c7YesY/3fs10KzvB5/SQowfTJB6C8UPR44Jk1qcoigPsrLFmNttnwY56golEz2
QMVQLB04IlKVDVyCKpah0cumiA1i/eo/i8gKIRphoYCM0c2uA2PtjOQqLPcwqBjE
RHfWt5potymclQQ3YvS/L9h46n+nQliwbvfnp6rVvwx7dXOykv45gcM2cvY8VN+D
Al8Ld3gT2j5W64vKRDTfSOv8N2a+tv1S2Ag75+P7Gd6icFRo1ENQbLjKlO3aHe/t
VfpVkpw7cGJUSJia/RzPRK5F4UGRTq2C/AlBbYePaux9Fbm38dkQz877wAY8Kip4
eejJ1A5+HXDfCHdO1lTg0Q5Q+jEqjU9vdZXejByP0rGjCCVrLwKx9285GiXfoBXu
qJ+oqlC0dElLSh1Xchd4YjNNA+o2ZFIEB+x1G6jLDFwKPm4CcOS7F4HsgOkJlalU
5LBT/v9TNC3UaYMNVfvrpWAoAUZI7tYUHvj5vP59jhwwcoLPxBeoG9LE2eod2XW3
olH7Le8CSL70zFwPAtluKx/zFvM3TWwWos4H1Ua1davvXL1wi4xG/8zcGp2mciX/
iNIiWDEa
=8Tl/
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: