Your message dated Wed, 14 Aug 2024 12:35:54 +0000
with message-id <e1sedei-00doxb...@fasolo.debian.org>
and subject line Bug#1075708: fixed in zsh 5.9-7
has caused the Debian Bug report #1075708,
regarding zsh: 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.)


-- 
1075708: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075708
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:zsh
Version: 5.9-6
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/zsh_5.9-6_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

[...]
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o glob.o ../../Src/glob.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o hashtable.o 
../../Src/hashtable.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o hashnameddir.o 
../../Src/hashnameddir.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o hist.o ../../Src/hist.c
srcdir='../../Src' CFMOD='../config.modules' \
  /bin/sh ../../Src/mkbltnmlst.sh bltinmods.list
Updated `zshpaths.h'.
Creating `zshxmods.h'.
echo '#define ZSH_VERSION "'5.9'"' > version.h
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o init.o ../../Src/init.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o input.o ../../Src/input.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o jobs.o ../../Src/jobs.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o lex.o ../../Src/lex.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o linklist.o 
../../Src/linklist.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o loop.o ../../Src/loop.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o math.o ../../Src/math.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o mem.o ../../Src/mem.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o module.o ../../Src/module.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o options.o 
../../Src/options.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o params.o ../../Src/params.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o parse.o ../../Src/parse.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o pattern.o 
../../Src/pattern.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o prompt.o ../../Src/prompt.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o signals.o 
../../Src/signals.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o signames.o signames.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o sort.o ../../Src/sort.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o string.o ../../Src/string.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o subst.o ../../Src/subst.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o text.o ../../Src/text.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o utils.o ../../Src/utils.c
gcc -c -I. -I../Src -I../../Src -I../../Src/Zle -I../../Src -Wdate-time 
-D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o openssh_bsd_setres_id.o 
../../Src/openssh_bsd_setres_id.c
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Builtins'
gcc -c -I. -I../../Src -I../../../Src -I../../../Src/Zle 
-I../../../Src/Builtins -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o rlimits.o 
../../../Src/Builtins/rlimits.c
gcc -c -I. -I../../Src -I../../../Src -I../../../Src/Zle 
-I../../../Src/Builtins -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o sched.o 
../../../Src/Builtins/sched.c
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Builtins'
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj/Src/Modules'
gcc -c -I. -I../../Src -I../../../Src -I../../../Src/Zle -I../../../Src/Modules 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o datetime.o 
../../../Src/Modules/datetime.c
gcc -c -I. -I../../Src -I../../../Src -I../../../Src/Zle -I../../../Src/Modules 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o langinfo.o 
../../../Src/Modules/langinfo.c
gcc -c -I. -I../../Src -I../../../Src -I../../../Src/Zle -I../../../Src/Modules 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o parameter.o 
../../../Src/Modules/parameter.c
gcc -c -I. -I../../Src -I../../../Src -I../../../Src/Zle -I../../../Src/Modules 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -g  -o termcap.o 
../../../Src/Modules/termcap.c
../../../Src/Modules/termcap.c:45:14: error: conflicting types for ‘boolcodes’; 
have ‘char *[]’
   45 | static char *boolcodes[] = {
      |              ^~~~~~~~~
In file included from ../../Src/zshterm.h:1,
                 from ../../../Src/zsh_system.h:932,
                 from ./../../Src/zsh.mdh:15,
                 from ./termcap.mdh:15,
                 from ../../../Src/Modules/termcap.c:38:
/usr/include/term.h:783:56: note: previous declaration of ‘boolcodes’ with type 
‘const char * const[]’
  783 | extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) boolcodes[];
      |                                                        ^~~~~~~~~
make[5]: *** [Makefile:230: termcap.o] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src/Modules'
make[4]: *** [Makemod:372: modobjs] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src'
make[3]: *** [Makefile:449: modobjs] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj/Src'
make[2]: *** [Makefile:188: all] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj'
dh_auto_build: error: cd obj && make -j8 returned exit code 2
make[1]: *** [debian/rules:62: build-dynamic] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:58: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: zsh
Source-Version: 5.9-7
Done: Michael Prokop <m...@debian.org>

We believe that the bug you reported is fixed in the latest version of
zsh, 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.
Michael Prokop <m...@debian.org> (supplier of updated zsh 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: Wed, 14 Aug 2024 13:18:44 +0200
Source: zsh
Architecture: source
Version: 5.9-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Zsh Maintainers <pkg-zsh-de...@lists.alioth.debian.org>
Changed-By: Michael Prokop <m...@debian.org>
Closes: 1073654 1075708 1077869
Changes:
 zsh (5.9-7) unstable; urgency=medium
 .
   [ Chris Hofstaedtler ]
   * [13f8dc0] Install into /usr-merged layout (Closes: #1073654)
 .
   [ Michael Prokop ]
   * [11fc687] Cherry-pick upstream changes to fix ftbfs with GCC-14.
     Thanks to Simon McVittie <s...@debian.org> (Closes: #1075708)
   * [c5befa5] Cherry-pick upstream commit 0bb140f9 to import OLDPWD from
     environment if set
 .
   [ Simon McVittie ]
   * [ddc2fc9] d/upstream/metatata: Use secure URLs (Closes: #1077869)
Checksums-Sha1:
 40891b66136f75eccf18e907a3fd8e35524c769d 2591 zsh_5.9-7.dsc
 1fc3b97789be651f12a71d9e93946e5023b9d78d 103268 zsh_5.9-7.debian.tar.xz
 d3961da2f83686e57e0d78c886aa1e82808005d8 6575 zsh_5.9-7_source.buildinfo
Checksums-Sha256:
 e891878269b0bc786d52fc019d80a3e7dcdfbc0e9b51ebf5fd8ff1285d91b009 2591 
zsh_5.9-7.dsc
 c88bb2969f62071d55cfdd9714b61b95d84909ca940b697da0d3018ba7debfce 103268 
zsh_5.9-7.debian.tar.xz
 789e9317f8a84e94bda32110b91c6dcda7c6a74e764db022110d59347e747b95 6575 
zsh_5.9-7_source.buildinfo
Files:
 118d0e3fc71b4c8242cac43022362852 2591 shells optional zsh_5.9-7.dsc
 e90dd57833ce4849a9c5d0bbe9b936d8 103268 shells optional zsh_5.9-7.debian.tar.xz
 8156a9c8638f27828e26bfb3b185532c 6575 shells optional 
zsh_5.9-7_source.buildinfo

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

iQIzBAEBCAAdFiEEM8yxNkAa/shDo4djlqh4crfqNzcFAma8nzkACgkQlqh4crfq
NzcGIw/+IeSX0A3/NrBe/bfTj2lXXQuIX6qn+4zxvR0NReazpeFyRpC+K7VAzI4z
J9EFluEYzg4DIXZDwfIR5KrVr691xZ8PXuJ6q3AYL9M9rtERXk8lEpMv1hdRj8SP
BwYEvKMn0Vi618QlGrrkks/E9cdi7Kxby3eUD9DvNE4dATvBkYGeY2k0tjMD6DDT
Cl7LMtLdkNM5WRtwWM6ZxJWZAQmAWZNjjRu1111QAJeFjJxp24+qGN/MQU3d3RPO
vOtrx2MH+sCVuxRT/Y6EPL9h9zAjtjPyAjGxCBMlXlxIavtT3cmSyI6jIfmBKc4L
eudLzlBhqmD9k7rrgH6MQsPF/Hqoz4i1I5IedkJ2m09sC2+jgXW6dgws8mKQLHWG
LzK6TH4vAXuNHhJJiHuIcrIkh7seei97ehSySiWQRbCDlBXsCY/hWkJTazG4YwnD
G6u7s9hcZGcULc/mUD0+vAOYy2fg3E3aJFwMqe5zxyLFcn2zdzUjOmAGBZ+c8/5V
I8/rRz4E4lNKnAg8Y7Gb0lFHn1DR7UT5amwwIJWFlOCn5oe4Ybyv06U/p2Pvx4bF
u5rarPXer96kMyg6zCV3bBGY/DoGvjxGJMQH5qQOhQgc0MMOryFBQB2uafCCLhEC
lPB36/aPRys7q+FN1XOPEzU27lbXe/IbstTwZY/lc019NuF0QiU=
=Bpnt
-----END PGP SIGNATURE-----

Attachment: pgp8LcxdaxDMN.pgp
Description: PGP signature


--- End Message ---

Reply via email to