Your message dated Sun, 01 Dec 2024 16:49:21 +0000
with message-id <e1thn8l-00ei0j...@fasolo.debian.org>
and subject line Bug#1081123: fixed in nim-hts 0.3.25+ds-1
has caused the Debian Bug report #1081123,
regarding nim-hts: FTBFS with gcc-14
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 ow...@bugs.debian.org
immediately.)


-- 
1081123: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081123
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:nim-hts
Version: 0.3.19+ds-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
# Regenerate repacked files
cat tests/sa.sam | samtools view -Sb - > tests/sa.bam
samtools index tests/sa.bam tests/sa.bam.bai
cat debian/missing-sources/HG02002.sam | samtools view -Sb - > tests/HG02002.bam
samtools index tests/HG02002.bam tests/HG02002.bam.bai
tabix tests/test.vcf.gz
bcftools index tests/test.bcf
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
        rm -f debian/nim-hts-dev.debhelper.log 
debian/nim-hts-examples.debhelper.log
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
nim c --nimcache:/<<PKGBUILDDIR>>/tests/nimcache tests/all.nim
Hint: used config file '/etc/nim/nim.cfg' [Conf]
Hint: used config file '/etc/nim/config.nims' [Conf]
Hint: used config file '/<<PKGBUILDDIR>>/tests/nim.cfg' [Conf]
.............................................................................................................
/<<PKGBUILDDIR>>/src/hts/bam/flag.nim(1, 18) Hint: duplicate import of 'hts_concat'; 
previous import here: /<<PKGBUILDDIR>>/src/hts/bam.nim(1, 17) [DuplicateModuleImport]
.
/<<PKGBUILDDIR>>/src/hts/bam/cigar.nim(1, 18) Hint: duplicate import of 'hts_concat'; 
previous import here: /<<PKGBUILDDIR>>/src/hts/bam/flag.nim(1, 18) [DuplicateModuleImport]
/<<PKGBUILDDIR>>/src/hts/bam/cigar.nim(2, 8) Hint: duplicate import of 'strutils'; previous 
import here: /<<PKGBUILDDIR>>/src/hts/bam.nim(4, 8) [DuplicateModuleImport]
/<<PKGBUILDDIR>>/src/hts/bam/cigar.nim(57, 34) Warning: target type is larger 
than source type [CastSizes]
/<<PKGBUILDDIR>>/src/hts/bam.nim(248, 34) template/generic instantiation of 
`bam_get_cigar` from here
/<<PKGBUILDDIR>>/src/hts/bam/cigar.nim(52, 46) Warning: target type is larger 
than source type [CastSizes]
/<<PKGBUILDDIR>>/src/hts/bam.nim(262, 52) Warning: implicit conversion to 
'cstring' from a non-const location: region; this will become a compile time error in the 
future [CStringConv]
/<<PKGBUILDDIR>>/src/hts/bam.nim(373, 28) Warning: implicit conversion to 
'cstring' from a non-const location: mode; this will become a compile time error in the 
future [CStringConv]
..
/<<PKGBUILDDIR>>/src/hts/bam/auxtags.nim(3, 1) Hint: duplicate import of 'strformat'; 
previous import here: /<<PKGBUILDDIR>>/src/hts/bam.nim(3, 8) [DuplicateModuleImport]
....
/<<PKGBUILDDIR>>/src/hts/vcf.nim(118, 18) Warning: conversion to enum with 
holes is unsafe: Status(ret) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(119, 16) Warning: conversion to enum with 
holes is unsafe: Status(bcf_hdr_sync(h.hdr)) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(181, 16) Warning: conversion to enum with 
holes is unsafe: Status(bcf_hdr_sync(h.hdr)) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(190, 16) Warning: conversion to enum with 
holes is unsafe: Status(bcf_hdr_sync(h.hdr)) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(288, 18) Warning: conversion to enum with 
holes is unsafe: Status(int(bcf_update_format(f.v.vcf.header.hdr, f.v.c, cstring(key), nil, 
0,
                             cint(htype)))) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(297, 20) Warning: conversion to enum with 
holes is unsafe: Status(int(ret)) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(309, 22) Warning: conversion to enum with 
holes is unsafe: Status(int(ret)) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(320, 22) Warning: conversion to enum with 
holes is unsafe: Status(int(ret)) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(352, 16) Warning: conversion to enum with 
holes is unsafe: Status(int(ret)) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(359, 16) Warning: conversion to enum with 
holes is unsafe: Status(int(ret)) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(366, 16) Warning: conversion to enum with 
holes is unsafe: Status(int(ret)) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(376, 20) Warning: conversion to enum with 
holes is unsafe: Status(int(ret)) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(391, 20) Warning: conversion to enum with 
holes is unsafe: Status(int(ret)) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(405, 20) Warning: conversion to enum with 
holes is unsafe: Status(int(ret)) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(432, 16) Warning: conversion to enum with 
holes is unsafe: Status(int(ret)) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(436, 16) Warning: conversion to enum with 
holes is unsafe: Status(int(ret)) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(441, 16) Warning: conversion to enum with 
holes is unsafe: Status(int(ret)) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(461, 16) Warning: conversion to enum with 
holes is unsafe: Status(int(ret)) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(467, 16) Warning: conversion to enum with 
holes is unsafe: Status(int(ret)) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(527, 23) Warning: conversion to enum with 
holes is unsafe: BCF_TYPE(fmt.type) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(542, 23) Warning: conversion to enum with 
holes is unsafe: BCF_TYPE(fld.type) [HoleEnumConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(601, 27) Warning: implicit conversion to 
'cstring' from a non-const location: v.fname; this will become a compile time error in the 
future [CStringConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(603, 31) Warning: implicit conversion to 
'cstring' from a non-const location: v.fname; this will become a compile time error in the 
future [CStringConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(645, 30) Warning: implicit conversion to 
'cstring' from a non-const location: v.fname; this will become a compile time error in the 
future [CStringConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(664, 36) Warning: implicit conversion to 
'cstring' from a non-const location: `[]`(region) do:
  0 .. pred(cidx, 1); this will become a compile time error in the future 
[CStringConv]
/<<PKGBUILDDIR>>/src/hts/vcf.nim(700, 32) Warning: implicit conversion to 
'cstring' from a non-const location: v.fname; this will become a compile time error in the 
future [CStringConv]
.
/<<PKGBUILDDIR>>/src/hts/fai.nim(38, 24) Warning: See corresponding Defect; 
IndexError is deprecated [Deprecated]
...
/<<PKGBUILDDIR>>/src/hts/csi.nim(17, 51) Warning: implicit conversion to 'cstring' from a 
non-const location: base_path & ".csi"; this will become a compile time error in the future 
[CStringConv]
...
/<<PKGBUILDDIR>>/tests/auxtest.nim(3, 7) template/generic instantiation of 
`suite` from here
/<<PKGBUILDDIR>>/tests/auxtest.nim(4, 8) template/generic instantiation of 
`test` from here
/<<PKGBUILDDIR>>/tests/auxtest.nim(10, 18) template/generic instantiation of 
`tag` from here
/<<PKGBUILDDIR>>/src/hts/bam/auxtags.nim(53, 7) Warning: unreachable code after 
'return' statement or '{.noReturn.}' proc [UnreachableCode]
/<<PKGBUILDDIR>>/tests/auxtest.nim(3, 7) template/generic instantiation of 
`suite` from here
/<<PKGBUILDDIR>>/tests/auxtest.nim(4, 8) template/generic instantiation of 
`test` from here
/<<PKGBUILDDIR>>/tests/auxtest.nim(13, 19) template/generic instantiation of 
`tag` from here
/<<PKGBUILDDIR>>/src/hts/bam/auxtags.nim(71, 7) Warning: unreachable code after 
'return' statement or '{.noReturn.}' proc [UnreachableCode]
/<<PKGBUILDDIR>>/tests/auxtest.nim(3, 7) template/generic instantiation of 
`suite` from here
/<<PKGBUILDDIR>>/tests/auxtest.nim(4, 8) template/generic instantiation of 
`test` from here
/<<PKGBUILDDIR>>/tests/auxtest.nim(13, 19) template/generic instantiation of 
`tag` from here
/<<PKGBUILDDIR>>/src/hts/bam/auxtags.nim(74, 7) Warning: unreachable code after 
'return' statement or '{.noReturn.}' proc [UnreachableCode]
/<<PKGBUILDDIR>>/tests/auxtest.nim(3, 7) template/generic instantiation of 
`suite` from here
/<<PKGBUILDDIR>>/tests/auxtest.nim(4, 8) template/generic instantiation of 
`test` from here
/<<PKGBUILDDIR>>/tests/auxtest.nim(17, 19) template/generic instantiation of 
`tag` from here
/<<PKGBUILDDIR>>/src/hts/bam/auxtags.nim(63, 7) Warning: unreachable code after 
'return' statement or '{.noReturn.}' proc [UnreachableCode]
/<<PKGBUILDDIR>>/tests/auxtest.nim(3, 7) template/generic instantiation of 
`suite` from here
/<<PKGBUILDDIR>>/tests/auxtest.nim(4, 8) template/generic instantiation of 
`test` from here
/<<PKGBUILDDIR>>/tests/auxtest.nim(17, 19) template/generic instantiation of 
`tag` from here
/<<PKGBUILDDIR>>/src/hts/bam/auxtags.nim(66, 7) Warning: unreachable code after 
'return' statement or '{.noReturn.}' proc [UnreachableCode]
/<<PKGBUILDDIR>>/tests/auxtest.nim(3, 7) template/generic instantiation of 
`suite` from here
/<<PKGBUILDDIR>>/tests/auxtest.nim(4, 8) template/generic instantiation of 
`test` from here
/<<PKGBUILDDIR>>/tests/auxtest.nim(17, 19) template/generic instantiation of 
`tag` from here
/<<PKGBUILDDIR>>/src/hts/bam/auxtags.nim(74, 7) Warning: unreachable code after 
'return' statement or '{.noReturn.}' proc [UnreachableCode]
/<<PKGBUILDDIR>>/tests/auxtest.nim(3, 7) template/generic instantiation of 
`suite` from here
/<<PKGBUILDDIR>>/tests/auxtest.nim(25, 8) template/generic instantiation of 
`test` from here
/<<PKGBUILDDIR>>/tests/auxtest.nim(40, 18) template/generic instantiation of 
`tag` from here
/<<PKGBUILDDIR>>/src/hts/bam/auxtags.nim(58, 7) Warning: unreachable code after 
'return' statement or '{.noReturn.}' proc [UnreachableCode]
.
/<<PKGBUILDDIR>>/tests/vcftest.nim(23, 7) template/generic instantiation of 
`suite` from here
/<<PKGBUILDDIR>>/tests/vcftest.nim(46, 8) template/generic instantiation of 
`test` from here
/<<PKGBUILDDIR>>/tests/vcftest.nim(63, 13) template/generic instantiation of 
`check` from here
/<<PKGBUILDDIR>>/src/hts/vcf.nim(448, 16) Warning: conversion to enum with 
holes is unsafe: Status(int(ret)) [HoleEnumConv]
/<<PKGBUILDDIR>>/tests/vcftest.nim(404, 7) Hint: 'current_line' is declared but 
not used [XDeclaredButNotUsed]
/<<PKGBUILDDIR>>/tests/vcftest.nim(406, 7) Hint: 'currentBlock' is declared but 
not used [XDeclaredButNotUsed]
/<<PKGBUILDDIR>>/tests/vcftest.nim(411, 7) Hint: 'block_pos_i' is declared but 
not used [XDeclaredButNotUsed]
.....
CC: ../../../../usr/lib/nim/lib/std/private/digitsutils.nim
CC: ../../../../usr/lib/nim/lib/system/assertions.nim
CC: ../../../../usr/lib/nim/lib/system/formatfloat.nim
CC: ../../../../usr/lib/nim/lib/system/dollars.nim
CC: ../../../../usr/lib/nim/lib/system/io.nim
CC: ../../../../usr/lib/nim/lib/system.nim
CC: ../../../../usr/lib/nim/lib/std/exitprocs.nim
CC: ../../../../usr/lib/nim/lib/pure/parseutils.nim
CC: ../../../../usr/lib/nim/lib/pure/math.nim
CC: ../../../../usr/lib/nim/lib/pure/algorithm.nim
CC: ../../../../usr/lib/nim/lib/pure/unicode.nim
CC: ../../../../usr/lib/nim/lib/pure/strutils.nim
CC: ../../../../usr/lib/nim/lib/pure/streams.nim
CC: ../../../../usr/lib/nim/lib/pure/times.nim
CC: ../../../../usr/lib/nim/lib/pure/hashes.nim
CC: ../../../../usr/lib/nim/lib/pure/collections/sets.nim
CC: ../../../../usr/lib/nim/lib/pure/os.nim
CC: ../../../../usr/lib/nim/lib/pure/strformat.nim
CC: ../../../../usr/lib/nim/lib/pure/terminal.nim
CC: ../../../../usr/lib/nim/lib/pure/unittest.nim
CC: ../src/hts/private/hts_concat.nim
CC: ../src/hts/bam/flag.nim
CC: flagtest.nim
CC: ../src/hts/bam.nim
CC: cigartest.nim
CC: htstest.nim
CC: ../src/hts/vcf.nim
CC: ../src/hts/fai.nim
CC: ../src/hts/bgzf.nim
CC: ../src/hts/csi.nim
CC: ../src/hts/bgzf/bgzi.nim
CC: ../src/hts/stats.nim
CC: ../src/hts.nim
CC: bgzftest.nim
CC: faitest.nim
CC: auxtest.nim
CC: vcftest.nim
/<<PKGBUILDDIR>>/tests/nimcache/@mvcftest.nim.c: In function 
‘write_linked_blocks__vcftest_4811’:
/<<PKGBUILDDIR>>/tests/nimcache/@mvcftest.nim.c:6188:51: error: assignment to 
‘int (**)(tyObject_BGZF__f1gxKVGOf9aYba9agDE6I9aAw *, void *, void *, int *, NI64 *, NI64 
*)’ {aka ‘int (**)(tyObject_BGZF__f1gxKVGOf9aYba9agDE6I9aAw *, void *, void *, int *, long 
int *, long int *)’} from incompatible pointer type ‘tyProc__Z5AehsnnjAUfWA9bh4O4nAA’ {aka 
‘int (*)(tyObject_BGZF__f1gxKVGOf9aYba9agDE6I9aAw *, void *, void *, int *, long int *, 
long int *)’} [-Wincompatible-pointer-types]
 6188 |                                         read_func = Dl_1644167502_;
      |                                                   ^
/<<PKGBUILDDIR>>/tests/nimcache/@mvcftest.nim.c:6370:41: error: assignment to 
‘int (**)(tyObject_BGZF__f1gxKVGOf9aYba9agDE6I9aAw *, void *, void *, int *, NI64 *, NI64 
*)’ {aka ‘int (**)(tyObject_BGZF__f1gxKVGOf9aYba9agDE6I9aAw *, void *, void *, int *, long 
int *, long int *)’} from incompatible pointer type ‘tyProc__Z5AehsnnjAUfWA9bh4O4nAA’ {aka 
‘int (*)(tyObject_BGZF__f1gxKVGOf9aYba9agDE6I9aAw *, void *, void *, int *, long int *, 
long int *)’} [-Wincompatible-pointer-types]
 6370 |                                 read_fn = Dl_1644168003_;
      |                                         ^
CC: bamtest.nim
Error: execution of an external compiler program 'gcc -c  -w -fmax-errors=3   -I/usr/lib/nim/lib 
-I/<<PKGBUILDDIR>>/tests -o /<<PKGBUILDDIR>>/tests/nimcache/@mvcftest.nim.c.o 
/<<PKGBUILDDIR>>/tests/nimcache/@mvcftest.nim.c' failed with exit code: 1


make[1]: *** [debian/rules:20: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202409/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: nim-hts
Source-Version: 0.3.25+ds-1
Done: Andreas Tille <ti...@debian.org>

We believe that the bug you reported is fixed in the latest version of
nim-hts, 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 1081...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated nim-hts 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 01 Dec 2024 17:31:32 +0100
Source: nim-hts
Architecture: source
Version: 0.3.25+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1046095 1049588 1081123
Changes:
 nim-hts (0.3.25+ds-1) unstable; urgency=medium
 .
   * Team upload.
   * Fix watch file
   * New upstream version
   * Standards-Version: 4.7.0 (routine-update)
   * Tolerate incompatible pointer types to build smoothly
     Closes: #1081123
   * Also tolerate incompatible pointer types in autopkgtest
   * Fix clean target
     Closes: #1049588, #1046095
Checksums-Sha1:
 742e31de657d924a111dfaecde9430fe85e4e844 2235 nim-hts_0.3.25+ds-1.dsc
 d9eaec99c030759b9cbe77c14520a880a2d1ae93 527888 nim-hts_0.3.25+ds.orig.tar.xz
 ccd80fd192877d6f1f4be87506c89c5fcaccd96a 341508 
nim-hts_0.3.25+ds-1.debian.tar.xz
 bad61e1093207aaea8f62d9704e59a3d562dbb82 8530 
nim-hts_0.3.25+ds-1_amd64.buildinfo
Checksums-Sha256:
 a8102757e2482994ffa42c594bc96257d2d5ce9a54724a35a3c3d11c0e2b3da6 2235 
nim-hts_0.3.25+ds-1.dsc
 b588277375a83d45fc96a3c08be69da0783a805ecaf0945083e8390936ee0f63 527888 
nim-hts_0.3.25+ds.orig.tar.xz
 770cd22c02016da1922fd58c2f40acfd745c3fdcd9da57de8d0344feb3711161 341508 
nim-hts_0.3.25+ds-1.debian.tar.xz
 1ed80bf03ccd13150ff158e414e7edcf9afa2ac98591d730d4dcea634402d06d 8530 
nim-hts_0.3.25+ds-1_amd64.buildinfo
Files:
 1266026b34e8ebb5da5c2b3f58a4f460 2235 libs optional nim-hts_0.3.25+ds-1.dsc
 5a5ff42d622f2c3e997812fce01d6030 527888 libs optional 
nim-hts_0.3.25+ds.orig.tar.xz
 3cbae78e871b0e892c4a17c4c2219850 341508 libs optional 
nim-hts_0.3.25+ds-1.debian.tar.xz
 a288f1dd7a2fc3ee63fec18426aca170 8530 libs optional 
nim-hts_0.3.25+ds-1_amd64.buildinfo

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

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmdMj6wRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEP8Q/+OagUJ47EI42aZjM2DXVR7pUNbvj+LtT2
jZMFvjN5tr35ck3ORoXTbDEj3WCbabdgV2mXMACsKeWpNbx7yUl+0QOhWFgZXonU
F3PjFCTnmNImfQlJnlQWO1wXIX78x0Eamu/gmzaJnkdInGBloUrsiIaocmZfuK8u
9sBbYwVyCojI4kmKnpNz1EYsfbfP9MIVjhtxFyJ0CWXo0d7gwqgJVRYUpUyNGvHt
C/9tYIAytwy8IggMttvyWn8iR4iJyLgA1K00U5+TYbvRMh4b/Yqzvhy3Ps0V1z/U
es+6cqRTFe5gjZX4NM4cvGQPPwckWCP9r+2N2o7fEUl2s4Xjk1oSz9baNsUe3f0O
6Ou56qe3cG0wyDjmmv+XKe5ZSSmnbL5W+Ahr1lmw378NqvYwt6QvzgGeE7ufIX4Z
cjjshOnwnuIdeFb7GkGTctQcNcl8zt8nM5OaWQsFn60niScrfnMBc4zhM0QyR26h
utyvmyclbh/jYuyOHEShj5KsVYChJNHnJPR5hwCKL3XDH/8U81Ddn9Nhc4tDuJBW
lHZVq2uHqMZJQqcRxvnrHNExVs2TMcSw2fDtK1nlan6WNkrT2Dru5nNcEsP3RT7W
PuTQgtEjSCnRFuS5UwnGfUA2FgskNVtXHQBAbKnGAD0Yi1LdHYjBROh1yYDIGIFQ
RebzNSU6Vu4=
=unRf
-----END PGP SIGNATURE-----

Attachment: pgpsi02YVdHfJ.pgp
Description: PGP signature


--- End Message ---

Reply via email to