Your message dated Mon, 29 Jul 2024 09:05:28 +0000
with message-id <e1symjs-0013gm...@fasolo.debian.org>
and subject line Bug#1075700: fixed in yorick 2.2.04+dfsg1-13
has caused the Debian Bug report #1075700,
regarding yorick: 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.)
--
1075700: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075700
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:yorick
Version: 2.2.04+dfsg1-12
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14
[This bug is targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/yorick_2.2.04+dfsg1-12_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html
[...]
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I../play -Wdate-time -D_FORTIFY_SOURCE=2 -c
-o cfftf.o cfftf.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I../play -Wdate-time -D_FORTIFY_SOURCE=2 -c
-o cffti.o cffti.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I../play -Wdate-time -D_FORTIFY_SOURCE=2 -c
-o roll2.o roll2.c
touch libyor
make[2]: Leaving directory '/<<PKGBUILDDIR>>/fft'
make[2]: Entering directory '/<<PKGBUILDDIR>>/yorick'
make[3]: Entering directory '/<<PKGBUILDDIR>>/play'
make[4]: Entering directory '/<<PKGBUILDDIR>>/play/hacks'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/play/hacks'
make[4]: Entering directory '/<<PKGBUILDDIR>>/play/unix'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/play/unix'
make[4]: Entering directory '/<<PKGBUILDDIR>>/play/x11'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/play/x11'
make[4]: Entering directory '/<<PKGBUILDDIR>>/play/any'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/play/any'
cd any; make numfmt
make[4]: Entering directory '/<<PKGBUILDDIR>>/play/any'
cc -g -o numfmt numfmt.c
make[4]: Leaving directory '/<<PKGBUILDDIR>>/play/any'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/play'
../play/any/numfmt prmtyp.h
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o opsv.o opsv.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -o task.o -c
task.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -o yorick.o -c
yorick.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o yinput.o yinput.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o parse.o parse.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o ydata.o ydata.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o yapi.o yapi.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -o yio.o -c yio.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -o fnctn.o -c
fnctn.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o array.o array.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o range.o range.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -o ops.o -c ops.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o ops0.o ops0.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o ops1.o ops1.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o ops2.o ops2.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -o ops3.o -c
ops3.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -DNO_HYPOT -o
nonc.o -c nonc.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o debug.o debug.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -o std0.o -c
std0.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o std1.o std1.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o std2.o std2.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o ascio.o ascio.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o defmem.o defmem.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o yhash.o yhash.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o yrdwr.o yrdwr.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o bcast.o bcast.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o binio.o binio.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o binobj.o binobj.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o binstd.o binstd.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o cache.o cache.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o convrt.o convrt.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o binpdb.o binpdb.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o clog.o clog.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -I../regexp -o
ystr.o -c ystr.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I. -I. -I../play -I../gist -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o graph.o graph.c
graph.c: In function ‘Y_current_mouse’:
graph.c:4098:1: error: type of ‘argc’ defaults to ‘int’ [-Wimplicit-int]
4098 | Y_current_mouse(argc)
| ^~~~~~~~~~~~~~~
make[2]: *** [<builtin>: graph.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/yorick'
make[1]: *** [Makefile:29: libyor] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:63: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: yorick
Source-Version: 2.2.04+dfsg1-13
Done: Thibaut Paumard <thib...@debian.org>
We believe that the bug you reported is fixed in the latest version of
yorick, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thibaut Paumard <thib...@debian.org> (supplier of updated yorick 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: Mon, 29 Jul 2024 10:19:43 +0200
Source: yorick
Architecture: source
Version: 2.2.04+dfsg1-13
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Thibaut Paumard <thib...@debian.org>
Closes: 1075700
Changes:
yorick (2.2.04+dfsg1-13) unstable; urgency=medium
.
* Bug fix: "ftbfs with GCC-14", thanks to Matthias Klose (Closes:
#1075700): new patch gcc14 to signature of Y_current_mouse.
* New patch utf8 to change encoding of i/fits.i.
* Check against Policy 4.7.0.
Checksums-Sha1:
230d1216e7f38c0945a432e3ed5828a5b9e3a9b3 3162 yorick_2.2.04+dfsg1-13.dsc
db529d98bc162ae16116bd2ab261780715364206 36676
yorick_2.2.04+dfsg1-13.debian.tar.xz
c4fc997ddc6454c1b098a667a03e5ce329df501b 14864
yorick_2.2.04+dfsg1-13_amd64.buildinfo
Checksums-Sha256:
5107106f4dc3bb519fa79bd0c1851c31c2ec11002f726df403379062182521c4 3162
yorick_2.2.04+dfsg1-13.dsc
af028d56e803494811f1a1f397ccb09c1728ca57d1f83b0f63f060595a3985b4 36676
yorick_2.2.04+dfsg1-13.debian.tar.xz
f59aae9ad53dbb5d2ea2d03a74d06202b72724d042223a3ff44177e31089f5d1 14864
yorick_2.2.04+dfsg1-13_amd64.buildinfo
Files:
38af68bbacd0748be00f7420c66616d5 3162 science optional
yorick_2.2.04+dfsg1-13.dsc
eaf74b0f0aff7e471ea5bf768251e188 36676 science optional
yorick_2.2.04+dfsg1-13.debian.tar.xz
124e5bf1136bc2a548585770ad24d65b 14864 science optional
yorick_2.2.04+dfsg1-13_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCAAxFiEEvK37UrQZmNdNmdmOk5RTSODcKEAFAmanUo4THHRoaWJhdXRA
ZGViaWFuLm9yZwAKCRCTlFNI4NwoQANID/4+tVKHNfgrrweKW8Utuq3Ew35cb3LE
MuEaO+je9EkcyAaNYcoQzB9X6/jqKLwG8pVjTvDiAWqPLpqfGI0sY5XzImXq5bWJ
/WSQSusAouaFB1lOPGNL3oku7shTZNPYh0WcYgqEUS84FBR4WlEPXnHvZJeuLSt5
uHOxobHCe9GVmMSmJgQQ3Z1fUYtUidqWx55CIJ1sijKEVIcx6+EIMgBqBaTYNyBB
6dSU/KASz0VEp16IsQ07nW0mFybjySuLt87VkZFqyLvaqKJrAgAo7gGOwUMAoXuk
r9O8rLif3oj7YzCSayzw8Sj49sZtzGmweBXeUV3FKrs4w66P+tDCNbrFCocxQmCC
paDWunY4oB2U0WDZRk8IUPFPyfZPI/ODkFwbsgnMHXrMO3Af3Gb99TBdSIhy8GJ3
8+HOygJsFyk5rObTil42x+fZ3Oq0AATHm30m3JRf/LlvrxaVoSCqE97zXOQHBdGy
nvE10Xk/FiumlJ/i7gb/PoFLffw0OaLveH2+hrBoGHFTiJlwdx+WoXiifDmGWIFC
e67uHom0rVWvTkdzvi2qFGEjrNpVQ7zoKY0gAeE05MI4I/mSnmlioCFrv0IQTJHW
SMnBfzemvgr/ciZtOoMrBOOYf4hyun6a90HBKcW6B3+AsN5MoA1eUF7mYkD2pDC2
ThHASUPE+GSavw==
=8Xxj
-----END PGP SIGNATURE-----
pgpaALluxALTJ.pgp
Description: PGP signature
--- End Message ---