Your message dated Fri, 18 Aug 2023 13:03:53 +0000
with message-id <e1qwz8r-00aaj4...@fasolo.debian.org>
and subject line Bug#1037569: fixed in aflplusplus 4.08c-1
has caused the Debian Bug report #1037569,
regarding aflplusplus: ftbfs with GCC-13
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.)


-- 
1037569: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037569
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:aflplusplus
Version: 4.04c-4
Severity: normal
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-13

[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-13/g++-13, but succeeds to build with gcc-12/g++-12. 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/2023/05/22/logs/aflplusplus_4.04c-4_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 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-13/porting_to.html

[...]
/usr/lib/llvm-14/include/llvm/IR/Instructions.h:4760:30: warning: unused 
parameter 'idx' [-Wunused-parameter]
  void setSuccessor(unsigned idx, BasicBlock *B) {
                             ^
/usr/lib/llvm-14/include/llvm/IR/Instructions.h:4760:47: warning: unused 
parameter 'B' [-Wunused-parameter]
  void setSuccessor(unsigned idx, BasicBlock *B) {
                                              ^
In file included from instrumentation/afl-llvm-common.cc:19:
In file included from ./instrumentation/afl-llvm-common.h:18:
/usr/lib/llvm-14/include/llvm/IR/IRBuilder.h:1100:55: warning: unused parameter 
'OpBundles' [-Wunused-parameter]
                           ArrayRef<OperandBundleDef> OpBundles,
                                                      ^
24 warnings generated.
/usr/lib/llvm-14/bin/clang++ `llvm-config-14 --cxxflags` -fno-rtti -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -g -I ./include/ -DVERSION=\"++4.04c\" 
-Wno-variadic-macros -DLLVM_MINOR=6 -DLLVM_MAJOR=14 
-Wno-deprecated-declarations -Wl,-znodelete -Wdeprecated -fno-rtti -fPIC 
-std=c++14 -shared instrumentation/afl-llvm-pass.so.cc -o afl-llvm-pass.so 
`llvm-config-14 --ldflags` -Wl,-z,relro -Wl,-z,now -ldl -lrt -lm 
instrumentation/afl-llvm-common.o
In file included from instrumentation/afl-llvm-pass.so.cc:50:
In file included from /usr/lib/llvm-14/include/llvm/Passes/PassBuilder.h:19:
In file included from 
/usr/lib/llvm-14/include/llvm/Analysis/CGSCCPassManager.h:98:
In file included from /usr/lib/llvm-14/include/llvm/Analysis/LazyCallGraph.h:48:
In file included from 
/usr/lib/llvm-14/include/llvm/Analysis/TargetLibraryInfo.h:15:
In file included from /usr/lib/llvm-14/include/llvm/IR/Function.h:25:
In file included from /usr/lib/llvm-14/include/llvm/IR/Argument.h:18:
/usr/lib/llvm-14/include/llvm/IR/Attributes.h:287:3: warning: definition of 
implicit copy assignment operator for 'AttributeSet' is deprecated because it 
has a user-declared destructor [-Wdeprecated-copy-with-dtor]
  ~AttributeSet() = default;
  ^
/usr/lib/llvm-14/include/llvm/IR/GlobalVariable.h:188:11: note: in implicit 
copy assignment operator for 'llvm::AttributeSet' first required here
    Attrs = Attrs.addAttribute(getContext(), Kind);
          ^
1 warning generated.
/usr/lib/llvm-14/bin/clang++ `llvm-config-14 --cxxflags` -fno-rtti -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -g -I ./include/ -DVERSION=\"++4.04c\" 
-Wno-variadic-macros -DLLVM_MINOR=6 -DLLVM_MAJOR=14 
-Wno-deprecated-declarations -Wl,-znodelete -fno-rtti -fPIC -std=c++14 -shared 
instrumentation/SanitizerCoveragePCGUARD.so.cc -o SanitizerCoveragePCGUARD.so 
`llvm-config-14 --ldflags` -Wl,-z,relro -Wl,-z,now -ldl -lrt -lm 
-Wno-deprecated-copy-dtor -Wdeprecated instrumentation/afl-llvm-common.o
In file included from instrumentation/SanitizerCoveragePCGUARD.so.cc:13:
In file included from 
/usr/lib/llvm-14/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h:19:
In file included from /usr/lib/llvm-14/include/llvm/IR/Module.h:23:
/usr/lib/llvm-14/include/llvm/IR/Attributes.h:287:3: warning: definition of 
implicit copy assignment operator for 'AttributeSet' is deprecated because it 
has a user-declared destructor [-Wdeprecated-copy-with-dtor]
  ~AttributeSet() = default;
  ^
/usr/lib/llvm-14/include/llvm/IR/GlobalVariable.h:188:11: note: in implicit 
copy assignment operator for 'llvm::AttributeSet' first required here
    Attrs = Attrs.addAttribute(getContext(), Kind);
          ^
1 warning generated.
/usr/lib/llvm-14/bin/clang++ `llvm-config-14 --cxxflags` -fno-rtti -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -g -I ./include/ -DVERSION=\"++4.04c\" 
-Wno-variadic-macros -DLLVM_MINOR=6 -DLLVM_MAJOR=14 
-Wno-deprecated-declarations -Wl,-znodelete -shared 
instrumentation/split-compares-pass.so.cc -o split-compares-pass.so 
`llvm-config-14 --ldflags` -Wl,-z,relro -Wl,-z,now -ldl -lrt -lm 
instrumentation/afl-llvm-common.o
/usr/lib/llvm-14/bin/clang++ `llvm-config-14 --cxxflags` -fno-rtti -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -g -I ./include/ -DVERSION=\"++4.04c\" 
-Wno-variadic-macros -DLLVM_MINOR=6 -DLLVM_MAJOR=14 
-Wno-deprecated-declarations -Wl,-znodelete -shared 
instrumentation/split-switches-pass.so.cc -o split-switches-pass.so 
`llvm-config-14 --ldflags` -Wl,-z,relro -Wl,-z,now -ldl -lrt -lm 
instrumentation/afl-llvm-common.o
/usr/lib/llvm-14/bin/clang++ `llvm-config-14 --cxxflags` -fno-rtti -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -g -I ./include/ -DVERSION=\"++4.04c\" 
-Wno-variadic-macros -DLLVM_MINOR=6 -DLLVM_MAJOR=14 
-Wno-deprecated-declarations -Wl,-znodelete -shared 
instrumentation/cmplog-routines-pass.cc -o cmplog-routines-pass.so 
`llvm-config-14 --ldflags` -Wl,-z,relro -Wl,-z,now -ldl -lrt -lm 
instrumentation/afl-llvm-common.o
/usr/lib/llvm-14/bin/clang++ `llvm-config-14 --cxxflags` -fno-rtti -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -g -I ./include/ -DVERSION=\"++4.04c\" 
-Wno-variadic-macros -DLLVM_MINOR=6 -DLLVM_MAJOR=14 
-Wno-deprecated-declarations -Wl,-znodelete -shared 
instrumentation/cmplog-instructions-pass.cc -o cmplog-instructions-pass.so 
`llvm-config-14 --ldflags` -Wl,-z,relro -Wl,-z,now -ldl -lrt -lm 
instrumentation/afl-llvm-common.o
/usr/lib/llvm-14/bin/clang++ `llvm-config-14 --cxxflags` -fno-rtti -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -g -I ./include/ -DVERSION=\"++4.04c\" 
-Wno-variadic-macros -DLLVM_MINOR=6 -DLLVM_MAJOR=14 
-Wno-deprecated-declarations -Wl,-znodelete -shared 
instrumentation/cmplog-switches-pass.cc -o cmplog-switches-pass.so 
`llvm-config-14 --ldflags` -Wl,-z,relro -Wl,-z,now -ldl -lrt -lm 
instrumentation/afl-llvm-common.o
/usr/lib/llvm-14/bin/clang++ `llvm-config-14 --cxxflags` -fno-rtti -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -g -I ./include/ -DVERSION=\"++4.04c\" 
-Wno-variadic-macros -DLLVM_MINOR=6 -DLLVM_MAJOR=14 
-Wno-deprecated-declarations -Wl,-znodelete -shared 
instrumentation/afl-llvm-dict2file.so.cc -o afl-llvm-dict2file.so 
`llvm-config-14 --ldflags` -Wl,-z,relro -Wl,-z,now -ldl -lrt -lm 
instrumentation/afl-llvm-common.o
/usr/lib/llvm-14/bin/clang++ `llvm-config-14 --cxxflags` -fno-rtti -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -g -I ./include/ -DVERSION=\"++4.04c\" 
-Wno-variadic-macros -DLLVM_MINOR=6 -DLLVM_MAJOR=14 
-Wno-deprecated-declarations -Wl,-znodelete -shared 
instrumentation/compare-transform-pass.so.cc -o compare-transform-pass.so 
`llvm-config-14 --ldflags` -Wl,-z,relro -Wl,-z,now -ldl -lrt -lm 
instrumentation/afl-llvm-common.o
/usr/lib/llvm-14/bin/clang -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -g -Wno-pointer-sign 
-Wno-variadic-macros -Wall -Wextra -Wno-pointer-arith -fPIC -I include/ 
-DAFL_PATH=\"/usr/lib/afl\" -DBIN_PATH=\"/usr/bin\" 
-DDOC_PATH=\"/usr/share/doc/afl\" -Wall -g -Wno-cast-qual -Wno-variadic-macros 
-Wno-pointer-sign -I ./include/ -I ./instrumentation/ 
-DAFL_PATH=\"/usr/lib/afl\" -DBIN_PATH=\"/usr/bin\" 
-DLLVM_BINDIR=\"/usr/lib/llvm-14/bin\" -DVERSION=\"++4.04c\" 
-DLLVM_LIBDIR=\"/usr/lib/llvm-14/lib\" -DLLVM_VERSION=\"14.0.6\" 
-Wno-deprecated -DAFL_CLANG_FLTO=\"-flto=full\" 
-DAFL_REAL_LD=\"/usr/lib/llvm-14/bin/ld.lld\" -DAFL_CLANG_LDPATH=\"1\" 
-DAFL_CLANG_FUSELD=\"1\" -DCLANG_BIN=\"/usr/lib/llvm-14/bin/clang\" 
-DCLANGPP_BIN=\"/usr/lib/llvm-14/bin/clang++\" -DUSE_BINDIR=1 
-Wno-unused-function -fdebug-prefix-map="/<<PKGBUILDDIR>>=llvm_mode" 
-Wdate-time -D_FORTIFY_SOURCE=2 src/afl-ld-lto.c -o afl-ld-lto
/usr/lib/llvm-14/bin/clang++ `llvm-config-14 --cxxflags` -fno-rtti -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -g -I ./include/ -DVERSION=\"++4.04c\" 
-Wno-variadic-macros -DLLVM_MINOR=6 -DLLVM_MAJOR=14 
-Wno-deprecated-declarations -Wl,-znodelete -fno-rtti -fPIC -std=c++14 -shared 
instrumentation/afl-llvm-lto-instrumentlist.so.cc -o 
afl-llvm-lto-instrumentlist.so `llvm-config-14 --ldflags` -Wl,-z,relro 
-Wl,-z,now -ldl -lrt -lm instrumentation/afl-llvm-common.o
/usr/lib/llvm-14/bin/clang++ `llvm-config-14 --cxxflags` -fno-rtti -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -g -I ./include/ -DVERSION=\"++4.04c\" 
-Wno-variadic-macros -DLLVM_MINOR=6 -DLLVM_MAJOR=14 
-Wno-deprecated-declarations -Wl,-znodelete -Wno-writable-strings -fno-rtti 
-fPIC -std=c++14 -shared instrumentation/SanitizerCoverageLTO.so.cc -o 
SanitizerCoverageLTO.so `llvm-config-14 --ldflags` -Wl,-z,relro -Wl,-z,now -ldl 
-lrt -lm instrumentation/afl-llvm-common.o
/usr/lib/llvm-14/bin/clang -Wall -g -Wno-cast-qual -Wno-variadic-macros 
-Wno-pointer-sign -I ./include/ -I ./instrumentation/ 
-DAFL_PATH=\"/usr/lib/afl\" -DBIN_PATH=\"/usr/bin\" 
-DLLVM_BINDIR=\"/usr/lib/llvm-14/bin\" -DVERSION=\"++4.04c\" 
-DLLVM_LIBDIR=\"/usr/lib/llvm-14/lib\" -DLLVM_VERSION=\"14.0.6\" 
-Wno-deprecated -DAFL_CLANG_FLTO=\"-flto=full\" 
-DAFL_REAL_LD=\"/usr/lib/llvm-14/bin/ld.lld\" -DAFL_CLANG_LDPATH=\"1\" 
-DAFL_CLANG_FUSELD=\"1\" -DCLANG_BIN=\"/usr/lib/llvm-14/bin/clang\" 
-DCLANGPP_BIN=\"/usr/lib/llvm-14/bin/clang++\" -DUSE_BINDIR=1 
-Wno-unused-function -fdebug-prefix-map="/<<PKGBUILDDIR>>=llvm_mode" 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wno-unused-result -O0 -flto=full -fPIC -c 
instrumentation/afl-llvm-rt-lto.o.c -o ./afl-llvm-rt-lto.o
[*] Testing the CC wrapper and instrumentation output...
unset AFL_USE_ASAN AFL_USE_MSAN AFL_INST_RATIO; ASAN_OPTIONS=detect_leaks=0 
AFL_QUIET=1 AFL_PATH=. AFL_LLVM_LAF_ALL=1 ./afl-cc -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -g -Wno-pointer-sign -Wno-variadic-macros -Wall -Wextra 
-Wno-pointer-arith -fPIC -I include/ -DAFL_PATH=\"/usr/lib/afl\" 
-DBIN_PATH=\"/usr/bin\" -DDOC_PATH=\"/usr/share/doc/afl\" -Wall -g 
-Wno-cast-qual -Wno-variadic-macros -Wno-pointer-sign -I ./include/ -I 
./instrumentation/ -DAFL_PATH=\"/usr/lib/afl\" -DBIN_PATH=\"/usr/bin\" 
-DLLVM_BINDIR=\"/usr/lib/llvm-14/bin\" -DVERSION=\"++4.04c\" 
-DLLVM_LIBDIR=\"/usr/lib/llvm-14/lib\" -DLLVM_VERSION=\"14.0.6\" 
-Wno-deprecated -DAFL_CLANG_FLTO=\"-flto=full\" 
-DAFL_REAL_LD=\"/usr/lib/llvm-14/bin/ld.lld\" -DAFL_CLANG_LDPATH=\"1\" 
-DAFL_CLANG_FUSELD=\"1\" -DCLANG_BIN=\"/usr/lib/llvm-14/bin/clang\" 
-DCLANGPP_BIN=\"/usr/lib/llvm-14/bin/clang++\" -DUSE_BINDIR=1 
-Wno-unused-function -fdebug-prefix-map="/<<PKGBUILDDIR>>=llvm_m
 ode" -Wdate-time -D_FORTIFY_SOURCE=2 ./test-instr.c -o test-instr -Wl,-z,relro 
-Wl,-z,now -ldl -lrt -lm
ASAN_OPTIONS=detect_leaks=0 ./afl-showmap -m none -q -o .test-instr0 
./test-instr < /dev/null
echo 1 | ASAN_OPTIONS=detect_leaks=0 ./afl-showmap -m none -q -o .test-instr1 
./test-instr
[+] All right, the instrumentation seems to be working!
[+] All done! You can now use './afl-cc' to compile programs.
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
/usr/bin/make -f GNUmakefile.gcc_plugin
make[3]: Entering directory '/<<PKGBUILDDIR>>'
[+] shmat seems to be working.
[*] Checking for working 'cc'...
[*] Checking for gcc plugin development header files...
[-] Oops, can't find gcc header files. Be sure to install 'gcc-X-plugin-dev'.
make[3]: *** [GNUmakefile.gcc_plugin:125: test_deps] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [GNUmakefile:332: gcc_plugin] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:27: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:24: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: aflplusplus
Source-Version: 4.08c-1
Done: Sophie Brun <sop...@offensive-security.com>

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

Debian distribution maintenance software
pp.
Sophie Brun <sop...@offensive-security.com> (supplier of updated aflplusplus 
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: SHA512

Format: 1.8
Date: Fri, 18 Aug 2023 14:52:09 +0200
Source: aflplusplus
Architecture: source
Version: 4.08c-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <team+pkg-secur...@tracker.debian.org>
Changed-By: Sophie Brun <sop...@offensive-security.com>
Closes: 1037569 1038760
Changes:
 aflplusplus (4.08c-1) unstable; urgency=medium
 .
   * gcc-mutlilib is not available on all arch (Closes: #1038760)
   * New upstream version 4.08c
   * Fix build with gcc 13 (Closes: #1037569)
Checksums-Sha1:
 42c89f3aa041972454b3ed2e4df995a1b10e1dd2 2364 aflplusplus_4.08c-1.dsc
 987e971cc819883c5d414874eca2ff738e038f50 2894794 aflplusplus_4.08c.orig.tar.gz
 a55763af637fb57fdc9cba646be08413c4179719 9500 aflplusplus_4.08c-1.debian.tar.xz
 c11626f887f72b5717dae330ccb45707408ee3c9 8813 
aflplusplus_4.08c-1_source.buildinfo
Checksums-Sha256:
 2de34e34c7cfc842d6d0670ed299c9b138e134a684ef1165f460c8e4cd25b16b 2364 
aflplusplus_4.08c-1.dsc
 f8d93f2343a040323b88f0d09c93be33b043bf63ba483af45510cb85aa1a2305 2894794 
aflplusplus_4.08c.orig.tar.gz
 f055842bd8a59ed9953419b112f5acd57beec56d558e34cda5c27f0ad0a1463f 9500 
aflplusplus_4.08c-1.debian.tar.xz
 b4430b57774cd716f027030793413b9525827102d108a2d94ba85f6e99c99487 8813 
aflplusplus_4.08c-1_source.buildinfo
Files:
 65cb8013a14417060f8b4979ef9686f8 2364 devel optional aflplusplus_4.08c-1.dsc
 75b914f8d54f663bbcf62c055c785621 2894794 devel optional 
aflplusplus_4.08c.orig.tar.gz
 9d60118c23f83cc1bf8bd8353f40744b 9500 devel optional 
aflplusplus_4.08c-1.debian.tar.xz
 7ea107437739b9c02ef3de1c839e65fa 8813 devel optional 
aflplusplus_4.08c-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----
Comment: Signed by Sophie Brun

iQIzBAEBCgAdFiEEOyG45orlwW+H9TItV5J4OyBv7jAFAmTfaaoACgkQV5J4OyBv
7jCFExAAtEJYDTd6LZxj8wi4tEyXecxtZxeQRMTXCBrBdHfuKk8q+5kcw8exuCcI
LRblMOzr9MZ8HINOR98sS3dNLpF9IerPEOemdHYUJaf54vfeafUDBTUT2H0MiClu
CoHAaP/MAklFMBgLLvhjtX+GJJvpIaWbI9pjM7RRNqQ0A756PrKIMJbJi9mi+aZj
q0bZ0GMWvxN1IFjXyymRzrlZIx1bjKZP5WIQ+W94m2Opa4wNtEJnYUDI5jpfsm6+
BrXpTjnZNjx0h3iu7FRlmRymo4uO/kjULjLgSBWo8hOkG9WYLo4K/PJB2uAEh0wY
m/t8RbyJBOh83om8ftkgiewIhKOAFbN8iCJboKHCHb2+wN4yMf+mprLqjuf/Nyq2
8yMkZUKFFTBLglUZRBAhYuuwYkHYS3d5DRNfJMgwfnXJViLGN9bZF8Hcdg0Ower5
USfwX7GFpqLZXnaxvL0tsyLVv7FGi5JF2oO9EiUM2pfv1ZHJy1JK8nXeQfS4jYBt
vuGGfDLJPU6LKgq4E6ETAmsaIh13STXy9kqjVGwSgYy8LRyBkT9JWnxgANIwfX69
ZfYjOPqbQxlnqXuiG/lCrO+OaXXwX/l5VrAnYu9RiO18gODraswNxG3bsbG1RYoh
on3PQsL5w7pXkuH4HCcGXmqWhYIcg5kgDmOt+Vgxwh5AslKx5ic=
=Pwdq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to