Your message dated Sun, 18 Jan 2015 00:33:49 +0000
with message-id <[email protected]>
and subject line Bug#774163: fixed in root-system 5.34.19+dfsg-1.2
has caused the Debian Bug report #774163,
regarding Unable to upgrade or install ttf-root-installer (dpkg: error
processing package) because of invalid certificate on root.cern.ch
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 [email protected]
immediately.)
--
774163: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774163
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ttf-root-installer
Version: 5.34.19+dfsg-1.1
Severity: grave
Hi, when upgrading my system ttf-root-installer
broke the upgrade because its configure script failed.
I tried to purge it completely and install it again,
unfortunately it broke again:
$ sudo apt-get install ttf-root-installer
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
ttf-root-installer
0 upgraded, 1 newly installed, 0 to remove and 633 not upgraded.
Need to get 28.1 kB of archives.
After this operation, 91.1 kB of additional disk space will be used.
Get:1 http://mirror.ovh.net/debian/ sid/contrib ttf-root-installer all
5.34.19+dfsg-1.1 [28.1 kB]
Fetched 28.1 kB in 0s (135 kB/s)
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Preconfiguring packages ...
Selecting previously unselected package ttf-root-installer.
(Reading database ... 572464 files and directories currently installed.)
Preparing to unpack .../ttf-root-installer_5.34.19+dfsg-1.1_all.deb ...
Unpacking ttf-root-installer (5.34.19+dfsg-1.1) ...
Setting up ttf-root-installer (5.34.19+dfsg-1.1) ...
dpkg: error processing package ttf-root-installer (--configure):
subprocess installed post-installation script returned error exit status 5
Errors were encountered while processing:
ttf-root-installer
E: Sub-process /usr/bin/dpkg returned an error code (1)
Upon furter investigation :
$ sudo DEBCONF_DEBUG=developer dpkg -D777 --configure ttf-root-installer
D000001: ensure_diversions: new, (re)loading
D000001: process queue pkg ttf-root-installer:all queue.len 0 progress 1, try 1
D000040: checking dependencies of ttf-root-installer:all (- <none>)
D000400: checking group ...
D000400: checking possibility -> debconf
D000400: checking non-provided pkg debconf:all
D000400: is installed, ok and found
D000400: found 3
D000400: found 3 matched 0 possfixbytrig -
D000400: checking group ...
D000400: checking possibility -> wget
D000400: checking non-provided pkg wget:amd64
D000400: is installed, ok and found
D000400: found 3
D000400: found 3 matched 0 possfixbytrig -
D000400: checking group ...
D000400: checking possibility -> xfonts-utils
D000400: checking non-provided pkg xfonts-utils:amd64
D000400: is installed, ok and found
D000400: found 3
D000400: found 3 matched 0 possfixbytrig -
D000040: ok 2 msgs >><<
D000040: checking Breaks
D000400: checking virtbroken root-ttf
Setting up ttf-root-installer (5.34.19+dfsg-1.1) ...
D000002: fork/exec /var/lib/dpkg/info/ttf-root-installer.postinst ( configure )
debconf (developer): frontend started
debconf (developer): frontend running, package name is ttf-root-installer
debconf (developer): starting /var/lib/dpkg/info/ttf-root-installer.config
configure
debconf (developer): <-- TITLE ROOT TTF Installer
debconf (developer): --> 0
debconf (developer): <-- INPUT high ttf-root-installer/blurb
debconf (developer): --> 30 question skipped
debconf (developer): <-- INPUT high ttf-root-installer/dldir
debconf (developer): --> 30 question skipped
debconf (developer): <-- GO
debconf (developer): --> 0 ok
debconf (developer): <-- GET ttf-root-installer/dldir
debconf (developer): --> 0
debconf (developer): <-- INPUT high ttf-root-installer/savedir
debconf (developer): --> 30 question skipped
debconf (developer): <-- GO
debconf (developer): --> 0 ok
debconf (developer): <-- GET ttf-root-installer/savedir
debconf (developer): --> 0
debconf (developer): starting /var/lib/dpkg/info/ttf-root-installer.postinst
configure
+ archive=ttf_fonts.tar.gz
+ db_get ttf-root-installer/dldir
+ _db_cmd GET ttf-root-installer/dldir
+ _db_internal_IFS=
+ IFS=
+ printf %s\n GET ttf-root-installer/dldir
+ IFS=
+ IFS=
read -r _db_internal_line
debconf (developer): <-- GET ttf-root-installer/dldir
debconf (developer): --> 0
+ RET=
+ return 0
+ LOCALCOPY=
+ db_get ttf-root-installer/savedir
+ _db_cmd GET ttf-root-installer/savedir
+ _db_internal_IFS=
+ IFS=
+ printf %s\n GET ttf-root-installer/savedir
+ debconf (developer): <-- GET ttf-root-installer/savedir
IFS=
+ IFS=
read -r _db_internal_line
debconf (developer): --> 0
+ RET=
+ return 0
+ SAVEDIR=
+ test ! -f /var/cache/ttf-root-installer
+ echo
+ tr [:upper:] [:lower:]
+ test x != xnone
+ pwd
+ savdir=/
+ mktemp -d
+ tmpdir=/tmp/tmp.LG7ux68bWG
+ cd /tmp/tmp.LG7ux68bWG
+ test -z
+ wget --continue --tries=1 --dns-timeout=20 --connect-timeout=20
--read-timeout=300 -q --directory-prefix . -c
http://root.cern.ch/download/ttf/ttf_fonts.tar.gz
dpkg: error processing package ttf-root-installer (--configure):
subprocess installed post-installation script returned error exit status 5
D000001: ensure_diversions: same, skipping
Errors were encountered while processing:
ttf-root-installer
Trying to reproduce it manually:
$ wget --continue --tries=1 --dns-timeout=20 --connect-timeout=20
--read-timeout=300 -q --directory-prefix . -c
http://root.cern.ch/download/ttf/ttf_fonts.tar.gz
$ echo $?
5
It all seems to be a issue with the certificates:
# wget --continue --tries=1 --dns-timeout=20 --connect-timeout=20
--read-timeout=300 --directory-prefix . -c
http://root.cern.ch/download/ttf/ttf_fonts.tar.gz
--2014-12-29 19:31:16-- http://root.cern.ch/download/ttf/ttf_fonts.tar.gz
Resolving root.cern.ch (root.cern.ch)... 128.142.172.96
Connecting to root.cern.ch (root.cern.ch)|128.142.172.96|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://root.cern.ch/download/ttf/ttf_fonts.tar.gz [following]
--2014-12-29 19:31:16-- https://root.cern.ch/download/ttf/ttf_fonts.tar.gz
Connecting to root.cern.ch (root.cern.ch)|128.142.172.96|:443... connected.
ERROR: The certificate of ‘root.cern.ch’ is not trusted.
ERROR: The certificate of ‘root.cern.ch’ hasn't got a known issuer.
Effectively, browsing https://root.cern.ch/ gives a SSL warning error.
http://root.cern.ch/download/ttf/ttf_fonts.tar.gz is redirecting to
https://root.cern.ch/download/ttf/ttf_fonts.tar.gz
and https://root.cern.ch is signed by a CA (CERN Grid Certification Authority)
that is not trusted by Debian.
-- System Information:
Versions of packages ttf-root-installer depends on:
ii debconf 1.5.55
ii wget 1.15-1+b1
ii xfonts-utils 1:7.7+2
ttf-root-installer recommends no packages.
ttf-root-installer suggests no packages.
-- debconf information:
* ttf-root-installer/dldir:
ttf-root-installer/baddldir:
* ttf-root-installer/blurb:
* ttf-root-installer/savedir:
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: root-system
Source-Version: 5.34.19+dfsg-1.2
We believe that the bug you reported is fixed in the latest version of
root-system, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastian Ramacher <[email protected]> (supplier of updated root-system
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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 16 Jan 2015 00:43:11 +0100
Source: root-system
Binary: root-system libroot-bindings-python5.34 libroot-bindings-python-dev
libroot-bindings-ruby5.34 libroot-bindings-ruby-dev libroot-graf3d-gl5.34
libroot-graf3d-gl-dev libroot-io-xmlparser5.34 libroot-io-xmlparser-dev
libroot-math-mathmore5.34 libroot-math-mathmore-dev libroot-math-unuran5.34
libroot-math-unuran-dev libroot-misc-memstat5.34 libroot-misc-memstat-dev
libroot-misc-table5.34 libroot-misc-table-dev libroot-net-bonjour5.34
libroot-net-bonjour-dev libroot-net-ldap5.34 libroot-net-ldap-dev
libroot-roofit5.34 libroot-roofit-dev root-plugin-graf2d-asimage
root-plugin-geom-gdml root-plugin-gui-qt root-plugin-graf2d-qt
root-plugin-math-fftw3 root-plugin-math-minuit2 root-plugin-montecarlo-pythia8
root-plugin-net-globus root-plugin-net-krb5 root-plugin-sql-mysql
root-plugin-sql-odbc root-plugin-sql-pgsql libroot-geom5.34 libroot-geom-dev
libroot-graf2d-gpad5.34 libroot-graf2d-gpad-dev libroot-graf2d-graf5.34
libroot-graf2d-graf-dev libroot-graf2d-postscript5.34
libroot-graf2d-postscript-dev libroot-graf3d-eve5.34 libroot-graf3d-eve-dev
libroot-graf3d-g3d5.34 libroot-graf3d-g3d-dev libroot-gui5.34 libroot-gui-dev
libroot-gui-ged5.34 libroot-gui-ged-dev libroot-hist5.34 libroot-hist-dev
libroot-hist-spectrum5.34 libroot-hist-spectrum-dev libroot-html5.34
libroot-html-dev libroot-io5.34 libroot-io-dev libroot-math-foam5.34
libroot-math-foam-dev libroot-math-genvector5.34 libroot-math-genvector-dev
libroot-math-mathcore5.34 libroot-math-mathcore-dev libroot-math-matrix5.34
libroot-math-matrix-dev libroot-math-minuit5.34 libroot-math-minuit-dev
libroot-math-mlp5.34 libroot-math-mlp-dev libroot-math-physics5.34
libroot-math-physics-dev libroot-math-quadp5.34 libroot-math-quadp-dev
libroot-math-smatrix5.34 libroot-math-smatrix-dev libroot-math-splot5.34
libroot-math-splot-dev libroot-misc-minicern5.34 libroot-misc-minicern-dev
libroot-montecarlo-eg5.34 libroot-montecarlo-eg-dev libroot-montecarlo-vmc5.34
libroot-montecarlo-vmc-dev libroot-net5.34 libroot-net-dev
libroot-net-auth5.34 libroot-net-auth-dev libroot-proof5.34 libroot-proof-dev
libroot-proof-proofplayer5.34 libroot-proof-proofplayer-dev libroot-tmva5.34
libroot-tmva-dev libroot-tree5.34 libroot-tree-dev libroot-tree-treeplayer5.34
libroot-tree-treeplayer-dev root-plugin-geom-geombuilder
root-plugin-geom-geompainter root-plugin-graf2d-x11 root-plugin-graf3d-x3d
root-plugin-gui-fitpanel root-plugin-gui-guibuilder
root-plugin-gui-sessionviewer root-plugin-hist-hbook
root-plugin-hist-histpainter root-plugin-hist-spectrumpainter
root-plugin-io-sql root-plugin-io-xml root-plugin-math-fumili
root-plugin-tree-treeviewer root-system-proofd root-system-rootd
root-system-doc root-system-bin libroot-core5.34 libroot-core-dev
libroot-static root-system-common
ttf-root-installer
Architecture: source all
Version: 5.34.19+dfsg-1.2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Sebastian Ramacher <[email protected]>
Description:
libroot-bindings-python-dev - Python extension for ROOT - development files
libroot-bindings-python5.34 - Python extension for ROOT - runtime libraries
libroot-bindings-ruby-dev - Ruby extension for ROOT - development headers
libroot-bindings-ruby5.34 - Ruby extension for ROOT - run-time library
libroot-core-dev - Header files for ROOT
libroot-core5.34 - Numerical data analysis framework - shared runtime libraries
libroot-geom-dev - Geometry library for ROOT - development files
libroot-geom5.34 - Geometry library for ROOT - run-time library
libroot-graf2d-gpad-dev - Canvas and pad library for ROOT - development files
libroot-graf2d-gpad5.34 - Canvas and pad library for ROOT - run-time library
libroot-graf2d-graf-dev - Graf library for ROOT - development files
libroot-graf2d-graf5.34 - Graf library for ROOT
libroot-graf2d-postscript-dev - Postscript/PDF renderer library for ROOT -
development files
libroot-graf2d-postscript5.34 - Postscript/PDF renderer library for ROOT
libroot-graf3d-eve-dev - Event display library for ROOT - development files
libroot-graf3d-eve5.34 - Event display library for ROOT
libroot-graf3d-g3d-dev - Basic 3D shapes for ROOT - development files
libroot-graf3d-g3d5.34 - Basic 3D shapes for ROOT
libroot-graf3d-gl-dev - GL plugin for ROOT - development files
libroot-graf3d-gl5.34 - GL plugin for ROOT - runtime library
libroot-gui-dev - GUI library for ROOT - development files
libroot-gui-ged-dev - GUI element for editing various ROOT objects -
development files
libroot-gui-ged5.34 - GUI element for editing various ROOT objects
libroot-gui5.34 - GUI library for ROOT - run-time library
libroot-hist-dev - Histogram library for ROOT - development files
libroot-hist-spectrum-dev - Spectra analysis library for ROOT - development
files
libroot-hist-spectrum5.34 - Spectra analysis library for ROOT
libroot-hist5.34 - Histogram library for ROOT - run-time library
libroot-html-dev - Html documentation generator for ROOT - development files
libroot-html5.34 - Html documentation generator for ROOT - runtime library
libroot-io-dev - Input/output of ROOT objects - development files
libroot-io-xmlparser-dev - XML parser of ROOT objects - development files
libroot-io-xmlparser5.34 - XML parser of ROOT objects - runtime library
libroot-io5.34 - Input/output of ROOT objects - runtime library
libroot-math-foam-dev - Compact Version of Cellular Event Generator -
development files
libroot-math-foam5.34 - Compact Version of Cellular Event Generator
libroot-math-genvector-dev - Generalized vector library for ROOT - development
files
libroot-math-genvector5.34 - Generalized vector library for ROOT
libroot-math-mathcore-dev - Core mathemathics library for ROOT - development
files
libroot-math-mathcore5.34 - Core mathemathics library for ROOT
libroot-math-mathmore-dev - GSL interface library for ROOT - development files
libroot-math-mathmore5.34 - GSL interface library for ROOT
libroot-math-matrix-dev - Matrix library for ROOT - development files
libroot-math-matrix5.34 - Matrix library for ROOT
libroot-math-minuit-dev - Minuit plugin for ROOT - development files
libroot-math-minuit5.34 - Minuit plugin for ROOT
libroot-math-mlp-dev - Multi layer perceptron extension for ROOT - development
files
libroot-math-mlp5.34 - Multi layer perceptron extension for ROOT - run-time
libraries
libroot-math-physics-dev - Physics library for ROOT - development files
libroot-math-physics5.34 - Physics library for ROOT
libroot-math-quadp-dev - QuadP extension for ROOT - development files
libroot-math-quadp5.34 - QuadP extension for ROOT - run-time libraries
libroot-math-smatrix-dev - Sparse matrix library for ROOT - development files
libroot-math-smatrix5.34 - Sparse matrix library for ROOT
libroot-math-splot-dev - Splot library for ROOT - development files
libroot-math-splot5.34 - Splot library for ROOT
libroot-math-unuran-dev - Random number generator library - development files
libroot-math-unuran5.34 - Random number generator library
libroot-misc-memstat-dev - Memory statistics tool for use with ROOT -
development files
libroot-misc-memstat5.34 - Memory statistics tool for use with ROOT
libroot-misc-minicern-dev - Small version of CERNLIB for use with ROOT -
development files
libroot-misc-minicern5.34 - Small version of CERNLIB for use with ROOT
libroot-misc-table-dev - Table library for ROOT - development files
libroot-misc-table5.34 - Table library for ROOT
libroot-montecarlo-eg-dev - Event generator library for ROOT - development
files
libroot-montecarlo-eg5.34 - Event generator library for ROOT
libroot-montecarlo-vmc-dev - Virtual Monte-Carlo library for ROOT -
development files
libroot-montecarlo-vmc5.34 - Virtual Monte-Carlo library for ROOT
libroot-net-auth-dev - Authentication extension for ROOT - development files
libroot-net-auth5.34 - Authentication extension for ROOT
libroot-net-bonjour-dev - Zeroconf extension for ROOT
libroot-net-bonjour5.34 - Zeroconf extension for ROOT - run-time libraries
libroot-net-dev - Net library for ROOT - development files
libroot-net-ldap-dev - LDAP extension for ROOT - development files
libroot-net-ldap5.34 - LDAP extension for ROOT
libroot-net5.34 - Net library for ROOT
libroot-proof-dev - PROOF library for ROOT - development files
libroot-proof-proofplayer-dev - PROOF plugin for ROOT - development files
libroot-proof-proofplayer5.34 - PROOF plugin for ROOT
libroot-proof5.34 - PROOF library for ROOT
libroot-roofit-dev - ROOT extension for modeling expected distributions -
development
libroot-roofit5.34 - ROOT extension for modeling expected distributions -
libraries
libroot-static - Static archive of ROOT libraries
libroot-tmva-dev - Toolkit for multivariate data analysis - development files
libroot-tmva5.34 - Toolkit for multivariate data analysis
libroot-tree-dev - Tree library for ROOT - development files
libroot-tree-treeplayer-dev - Library to loop over a ROOT tree - development
files
libroot-tree-treeplayer5.34 - Library to loop over a ROOT tree
libroot-tree5.34 - Tree library for ROOT
root-plugin-geom-gdml - GDML import/export module for ROOT geometries
root-plugin-geom-geombuilder - Geometry builder plugin for ROOT
root-plugin-geom-geompainter - Geometry painter plugin for ROOT
root-plugin-graf2d-asimage - AfterImage plugin for ROOT
root-plugin-graf2d-qt - Graf2d Qt plugin for ROOT
root-plugin-graf2d-x11 - X window system plugin for ROOT
root-plugin-graf3d-x3d - X 3D plugin for ROOT
root-plugin-gui-fitpanel - GUI element for fits plugin for ROOT
root-plugin-gui-guibuilder - GUI editor plug-in for ROOT
root-plugin-gui-qt - Qt plugin for ROOT
root-plugin-gui-sessionviewer - GUI to browse an interactive PROOF session
root-plugin-hist-hbook - Hbook plugin for ROOT
root-plugin-hist-histpainter - Histogram painter plugin for ROOT
root-plugin-hist-spectrumpainter - Spectrum painter plugin for ROOT
root-plugin-io-sql - SQL plugin for ROOT
root-plugin-io-xml - XML reader plugin for ROOT
root-plugin-math-fftw3 - FFTw plugin for ROOT
root-plugin-math-fumili - Fumili plugin for ROOT
root-plugin-math-minuit2 - Minuit version 2 plugin for ROOT
root-plugin-montecarlo-pythia8 - Pythia version 8 plugin for ROOT
root-plugin-net-globus - Globus plugin for ROOT
root-plugin-net-krb5 - Kerberos (version 5) plugin for ROOT
root-plugin-sql-mysql - MySQL client plugin for ROOT
root-plugin-sql-odbc - ODBC plugin for ROOT
root-plugin-sql-pgsql - PostgreSQL client plugin for ROOT
root-plugin-tree-treeviewer - GUI to browse a ROOT tree
root-system - metapackage to install all ROOT packages
root-system-bin - Numerical data analysis framework - general applications
root-system-common - Common files for ROOT
root-system-doc - Tutorial and test suite for the ROOT system
root-system-proofd - Parallel ROOt Facility - distributed, parallel computing
root-system-rootd - ROOT remote file server
ttf-root-installer - True type fonts for ROOT - installer package
Closes: 774163
Changes:
root-system (5.34.19+dfsg-1.2) unstable; urgency=medium
.
* Non-maintainer upload.
* debian/control: Make ttf-root-installer depend on ca-certificates.
Certificates need to be available for postint configure to work.
(Closes: #774163)
Checksums-Sha1:
202035671399ff45404c90ea418219c6b7ff7fbc 12561 root-system_5.34.19+dfsg-1.2.dsc
7ac9d8ee80cb7eba82fed04446a1ca40422a3ee0 375780
root-system_5.34.19+dfsg-1.2.debian.tar.xz
e9edc96ab7efc500f7a744500012c6bd0de9d0e0 28512
root-system_5.34.19+dfsg-1.2_all.deb
a89d9f1628d378359b096acbef571534978126d2 5375608
root-system-doc_5.34.19+dfsg-1.2_all.deb
c5838e483885a3958ab5070dec35bdcf5d0fccca 376256
root-system-common_5.34.19+dfsg-1.2_all.deb
b2187386112c1d79861df890aadeba96c7a3c1b8 28104
ttf-root-installer_5.34.19+dfsg-1.2_all.deb
Checksums-Sha256:
fb8958bb951312245b7ee7f236c0f38de6c0fd4898ded2f2c809d8a41d7a8df2 12561
root-system_5.34.19+dfsg-1.2.dsc
2f132ff5272216603370c6084be04151753a3e272781423aa6e6705553d95c30 375780
root-system_5.34.19+dfsg-1.2.debian.tar.xz
ad954fbc0e05d396673ba159b14aaf68a7a63beb4897dd3c4afb5287d45937af 28512
root-system_5.34.19+dfsg-1.2_all.deb
0715b614d259b212031161b197fce97d2affbd7e792f43f6ae2b9a2c26d66170 5375608
root-system-doc_5.34.19+dfsg-1.2_all.deb
632cf975a0bdf1ac5fc67b0b36d3b824fc48a659bec6e891bf5ae442978eb79d 376256
root-system-common_5.34.19+dfsg-1.2_all.deb
7a1501c8e4159f273d9e7f95c338e46723040854655106fda79372d3e22a8387 28104
ttf-root-installer_5.34.19+dfsg-1.2_all.deb
Files:
cb4d3edfe6394f0e0bbe6cb7e532f188 12561 science optional
root-system_5.34.19+dfsg-1.2.dsc
553ba82baf41d84d720fe310aabe5ccd 375780 science optional
root-system_5.34.19+dfsg-1.2.debian.tar.xz
15a31e950896e8882f9ea7df5771c80c 28512 science optional
root-system_5.34.19+dfsg-1.2_all.deb
9a9d56000b273112d036974a1c869857 5375608 doc optional
root-system-doc_5.34.19+dfsg-1.2_all.deb
4e086cd97f1d0074611f2cc33d1930c2 376256 science optional
root-system-common_5.34.19+dfsg-1.2_all.deb
286fa53e36eb38f7acb4261b7a3bffd9 28104 contrib/fonts optional
ttf-root-installer_5.34.19+dfsg-1.2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJUuFdhAAoJEGny/FFupxmTKCIP/RMJM+vUrCZB1HamjFwTv+9Z
kaYBrnMlCTlkz2ZhkHfLTqSjgagxZ0EN4J+z+tgJ27X3bYxe3UeRDNWxQCgaL/P8
10CeGJYYLf+rvA/SdicZL90V3xohiv7TQYk3dp865rPkyV8TxgQV5L+3bHHVhVto
P+gK4iBfB1nj8tqSFkMlk3FNe1DjX0uosjhLKgFL2mvt2ZnMkr097faRCm4qnuUy
X+Mgm+ZK7nPJImMrln78559ICx+J/F7n6LY6Z+VMrCgWt3mZQef5VjLRHA84Th7D
n5Ny7hcO47F3Z6VeNgLxX6UP4SIlMCL2fCkhEJ4X7g2qk3TiPBKL/aG0DkD2wghL
N6zNlTqGS0nhkN6HpxpRfZz1o1j5Nun+/uvBuOl1aJjqbQBR+LWREx7nfpWSr4Qs
2Z+Pnmbfjbc0BwlHBFqHAIYZpWodHLebd5PAQi4bVok06MWQdpAaaIkM/cY+jnpk
Wcu+qHFkooQRb0F9unzzw5dK54trxScHjPgM2abxtzdcdJ9UE2tHfByIyb7AJ6My
5QpCejIVYdu0p2TeBRs9Ck6UA5FONsEjz4pPzHUIc2fnWvvW5OjAY8kV+30wghC4
Fg0tgutYRb6sPjkA7kwg/Mx1ChFCVnLFCteYFATjkkHrGG+0hsXSs9CGeA3HjZTE
TDCZjP99H6lrgHLd1cSg
=ncdG
-----END PGP SIGNATURE-----
--- End Message ---