Your message dated Thu, 12 Nov 2020 06:03:30 +0000
with message-id <[email protected]>
and subject line Bug#964241: fixed in ogdi-dfsg 4.1.0+ds-3
has caused the Debian Bug report #964241,
regarding libvpf.so: should link with -lm
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.)


-- 
964241: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964241
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libogdi4.1
Version: 4.1.0+ds-2
Severity: minor
File: /usr/lib/libvpf.so.4.1
User: [email protected]
Usertags: undefined-symbol adequate

libvpf.so needs to link with -lm, see the output of adequate, symtree
and objdump below. I detected this on amd64 but the Debian build log
scanner also detected dpkg-buildpackage complaining about it on most
architectures, see the w3m/getbuildlog output below.

I filed this bug at severity minor since I'm not sure if there are any
programs using libvpf.so and if they already use the libm.so symbols
and link with the -lm flag or not.

This bug report brought to you by adequate:

https://bonedaddy.net/pabs3/log/2013/02/23/inadequate-software/

$ lib=/usr/lib/libvpf.so.4.1
$ link=/lib/x86_64-linux-gnu/libm.so.6
$ pkg="$(dpkg-query --search "$lib" | sed s/:.*//)"
$ src="$(grep-aptavail --no-field-names --show-field Source:Package --field 
Package --exact-match --pattern "$pkg" | sed 's/ .*//')"
$ first="$(printf '%s' "$src" | head --bytes 1)"

$ adequate "$pkg"
libogdi4.1: undefined-symbol /usr/lib/libvpf.so.4.1 => sincos
libogdi4.1: undefined-symbol /usr/lib/libvpf.so.4.1 => acos
libogdi4.1: undefined-symbol /usr/lib/libvpf.so.4.1 => cos

$ man adequate | grep -A4 undefined-symbol
       undefined-symbol
           The symbol has not been found in the libraries linked with the 
binary.  Either the binary either needs to be linked with an additional shared 
library, or the dependency
           on the shared library package that provides this symbol is too weak.

           References: Debian Policy §3.5, §8.6, §10.2.

$ lddtree "$lib"
libvpf.so.4.1 => /usr/lib/libvpf.so.4.1 (interpreter => none)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6
        ld-linux-x86-64.so.2 => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2

$ symtree "$lib"
/usr/lib/libvpf.so.4.1
    libc.so.6 => 
__stpcpy_chk,strcpy,__printf_chk,exit,readdir,fopen,strncmp,strrchr,closedir,ftell,strncpy,puts,__stack_chk_fail,realloc,abort,memchr,strspn,rewind,strtod,strtol,feof,fgetc,calloc,strlen,tmpfile,memset,fseek,memcmp,__fprintf_chk,memcpy,memcpy,fclose,malloc,strcasecmp,opendir,getenv,stderr,strncasecmp,__fxstat,fileno,fwrite,fread,__memcpy_chk,strchr,iconv,qsort,iconv_open,__ctype_toupper_loc,__strcpy_chk,__ctype_tolower_loc,__cxa_finalize,__sprintf_chk,memmove,access,__strcat_chk,strcmp,free
    WEAK => _ITM_deregisterTMCloneTable,__gmon_start__,_ITM_registerTMCloneTable
    UNRESOLVED => sincos,acos,cos

$ objdump -T "$link" | grep -E " ($(symtree "$lib" | sed -n 's/    UNRESOLVED 
=> //p' | tr , '|'))$"
0000000000011760  w   DF .text  0000000000000042  GLIBC_2.2.5 acos
0000000000034420  w  iD  .text  0000000000000049  GLIBC_2.2.5 cos
000000000003a170  w   DF .text  0000000000000a4f  GLIBC_2.2.5 sincos

$ w3m -dump https://qa.debian.org/bls/packages/"$first"/"$src".html | grep -A2 
symbol
  • W shlibs-symbol-not-found (alpha, amd64, arm64, armel, armhf, hurd-i386,
    i386, ia64, kfreebsd-amd64, kfreebsd-i386, mips64el, mipsel, powerpc, ppc64
    , ppc64el, riscv64, s390x, x32)

$ w3m -dump https://qa.debian.org/bls/bytag/W-shlibs-symbol-not-found.html | 
grep -A12 description
description

The build logs contains a like like

dpkg-shlibdeps: warning: symbol NAME used by BINARY found in none of the 
libraries.

Possible reasons:

  • A library not linked with a library needed.
    While this can sometimes make sense in order to allow the using binary to
    decide which of multiple available implementations to use, it means that
    dependency information might be incorrect, optimisations like prelinking
    might fail and stuff like that.

$ chronic getbuildlog "$src" last
$ grep 'dpkg-shlibdeps: warning: symbol .* used by .* found in none of the 
libraries' ./*.log
./ogdi-dfsg_4.1.0+ds-2_alpha.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_alpha.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_alpha.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_alpha.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_amd64.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_amd64.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_amd64.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_arm64.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_arm64.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_arm64.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_armel.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_armel.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_armel.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_armel.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_armhf.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_armhf.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_armhf.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_armhf.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_hurd-i386.log:dpkg-shlibdeps: warning: symbol ceil used 
by debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_hurd-i386.log:dpkg-shlibdeps: warning: symbol sincos 
used by debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_hurd-i386.log:dpkg-shlibdeps: warning: symbol cos used 
by debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_hurd-i386.log:dpkg-shlibdeps: warning: symbol acos used 
by debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_i386.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_i386.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_i386.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_i386.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_ia64.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_ia64.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_ia64.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_ia64.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_kfreebsd-amd64.log:dpkg-shlibdeps: warning: symbol cos 
used by debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_kfreebsd-amd64.log:dpkg-shlibdeps: warning: symbol acos 
used by debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_kfreebsd-amd64.log:dpkg-shlibdeps: warning: symbol 
sincos used by debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the 
libraries
./ogdi-dfsg_4.1.0+ds-2_kfreebsd-i386.log:dpkg-shlibdeps: warning: symbol sincos 
used by debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_kfreebsd-i386.log:dpkg-shlibdeps: warning: symbol cos 
used by debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_kfreebsd-i386.log:dpkg-shlibdeps: warning: symbol ceil 
used by debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_kfreebsd-i386.log:dpkg-shlibdeps: warning: symbol acos 
used by debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_mips64el.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_mips64el.log:dpkg-shlibdeps: warning: symbol ceil used 
by debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_mips64el.log:dpkg-shlibdeps: warning: symbol sincos used 
by debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_mips64el.log:dpkg-shlibdeps: warning: symbol acos used 
by debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_mipsel.log:dpkg-shlibdeps: warning: symbol sincos used 
by debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_mipsel.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_mipsel.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_mipsel.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_powerpc.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_powerpc.log:dpkg-shlibdeps: warning: symbol sincos used 
by debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_powerpc.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_powerpc.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_ppc64el.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_ppc64el.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_ppc64el.log:dpkg-shlibdeps: warning: symbol sincos used 
by debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_ppc64.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_ppc64.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_ppc64.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_ppc64.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_riscv64.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_riscv64.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_riscv64.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_riscv64.log:dpkg-shlibdeps: warning: symbol sincos used 
by debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_s390x.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_s390x.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_s390x.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_x32.log:dpkg-shlibdeps: warning: symbol ceil used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_x32.log:dpkg-shlibdeps: warning: symbol acos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_x32.log:dpkg-shlibdeps: warning: symbol sincos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries
./ogdi-dfsg_4.1.0+ds-2_x32.log:dpkg-shlibdeps: warning: symbol cos used by 
debian/libogdi4.1/usr/lib/libvpf.so.4.1 found in none of the libraries

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing-debug
  APT policy: (900, 'testing-debug'), (900, 'testing'), (800, 
'unstable-debug'), (800, 'unstable'), (790, 'buildd-unstable'), (700, 
'experimental-debug'), (700, 'experimental'), (690, 'buildd-experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.7.0-1-nouveau-extra-crash-debug-info-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND, TAINT_UNSIGNED_MODULE
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8), LANGUAGE=en_AU:en 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libogdi4.1 depends on:
ii  libc6      2.30-8
ii  libexpat1  2.2.9-1
ii  zlib1g     1:1.2.11.dfsg-2

libogdi4.1 recommends no packages.

Versions of packages libogdi4.1 suggests:
pn  ogdi-bin  <none>

-- no debconf information

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: ogdi-dfsg
Source-Version: 4.1.0+ds-3
Done: Bas Couwenberg <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ogdi-dfsg, 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.
Bas Couwenberg <[email protected]> (supplier of updated ogdi-dfsg 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: SHA512

Format: 1.8
Date: Thu, 12 Nov 2020 06:04:54 +0100
Source: ogdi-dfsg
Architecture: source
Version: 4.1.0+ds-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Closes: 964241
Changes:
 ogdi-dfsg (4.1.0+ds-3) unstable; urgency=medium
 .
   * Team upload.
   * Add patch to link libm in libvpf.
     (closes: #964241)
   * Bump watch file version to 4.
   * Mark patches as Forwarded.
Checksums-Sha1:
 c9204393a833e9263f1a44aab0b2025ac8caf709 2114 ogdi-dfsg_4.1.0+ds-3.dsc
 5e4d2b7ba969c9879491212336415cb1d50e2799 13928 
ogdi-dfsg_4.1.0+ds-3.debian.tar.xz
 35642513a5415061694c458ba4fa3ce8917ffa17 8073 
ogdi-dfsg_4.1.0+ds-3_amd64.buildinfo
Checksums-Sha256:
 034dd5d4a999440c3e065acf4a69a34ec4471dfbdccada1b25c241a9257441c6 2114 
ogdi-dfsg_4.1.0+ds-3.dsc
 b7343978218c7eafa8032726e64a398da794daac1c7d74189f2cf3059494791e 13928 
ogdi-dfsg_4.1.0+ds-3.debian.tar.xz
 eeff6539c3a33f380722b9ebe4ade7ba1614ea6346618ab74fccfee0a9c18f99 8073 
ogdi-dfsg_4.1.0+ds-3_amd64.buildinfo
Files:
 24b74d8bf29172bac85ced9211ec8cd2 2114 libs optional ogdi-dfsg_4.1.0+ds-3.dsc
 2d3c9b4c9ed4dc1c32a040454631e532 13928 libs optional 
ogdi-dfsg_4.1.0+ds-3.debian.tar.xz
 6a6c54ec5217d2a44ced1ab8c6dbe086 8073 libs optional 
ogdi-dfsg_4.1.0+ds-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAl+sysoACgkQZ1DxCuiN
SvHWrw//dpDLAvoDdXQiximVv2BYWc/p6mlOCjVdZhzAsdD/H2f1ZGGMQT45leyM
LT0w/uD7xDqV9ym3vjwKKW5TMUBTqG8CYTW8Nnax0U2DSpAak8Zc9aVEzIfuK8Dh
xOYc4K2dS5pPp3wzWa2uC2jSrfv7gsWMjRbnKR45xv9Lte3Tr/B7TIdF+bWut+kF
zJxkZPMt9NKrDy4GbE+YBbNokcJ52XRatbConExQXHzVoOYURcHNHjUysfZtWmSr
eywk3jnBODIEpzU3MWbhlFtZYAk+tTWXFochYJaSRctiXt9ErJ7e334DlW98RUu0
0tIeuKy3rE/tbZSs/I6mI7y7FSbrabVUah3givW6uQZyLG2ZzqePIV5gI0B3b3uq
3XVtjWyF8IO9d6KDnS98lZdeRzeDjL17Y71GxR5FUeXWxsIIeiFwLWosNE1tgnM0
NhSrrDwdHgxuWrdaORpeFI0H6BqsMUypLMW5jeibKpf+LGzoGYZUMgL1D1kBSrkh
h5UtDwqFuC9cYKCelzedzzxkxm0RN0PoJgZ9H2OqutPyzHTmx9sm8Z+VQM/D7ebw
NKBgOe1n4kAkiltkto0nNRGwrkVmMFoHcN926ERY38N/esz+U/119R0tR7Angjjj
I3RYjfbSuA496bgh5TEXNLHpWtxLT7sRznP5zBwejzQ8jOOr2u4=
=folJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to