Your message dated Thu, 21 Mar 2024 15:06:43 +0000
with message-id <e1rnk0b-00cjfy...@fasolo.debian.org>
and subject line Bug#1066717: fixed in k2pdfopt 2.55+ds-2
has caused the Debian Bug report #1066717,
regarding k2pdfopt: FTBFS: ocrtess.c:180:9: error: implicit declaration of 
function ‘ocrtess_lang_default’ [-Werror=implicit-function-declaration]
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.)


-- 
1066717: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066717
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: k2pdfopt
Version: 2.55+ds-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/willuslib && /usr/bin/cc  
> -I/<<PKGBUILDDIR>>/. -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
> -I/<<PKGBUILDDIR>>/willuslib -I/<<PKGBUILDDIR>>/k2pdfoptlib 
> -I/<<PKGBUILDDIR>>/willuslib/.. -isystem /usr/include/leptonica -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -pedantic -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DUSE_CMAKE -Wall -MD -MT 
> willuslib/CMakeFiles/willuslib.dir/ocrwords.c.o -MF 
> CMakeFiles/willuslib.dir/ocrwords.c.o.d -o 
> CMakeFiles/willuslib.dir/ocrwords.c.o -c /<<PKGBUILDDIR>>/willuslib/ocrwords.c
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c: In function ‘ocrtess_lang_by_index’:
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:180:9: error: implicit declaration of 
> function ‘ocrtess_lang_default’ [-Werror=implicit-function-declaration]
>   180 |         ocrtess_lang_default(NULL,NULL,0,langdef,31,NULL,0,0);
>       |         ^~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c: In function ‘ocrtess_set_logfile’:
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:226:5: error: implicit declaration of 
> function ‘tess_capi_set_logfile’ [-Werror=implicit-function-declaration]
>   226 |     tess_capi_set_logfile(filename);
>       |     ^~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c: In function ‘ocrtess_debug_message’:
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:233:5: error: implicit declaration of 
> function ‘tess_capi_debug_message’; did you mean ‘ocrtess_debug_message’? 
> [-Werror=implicit-function-declaration]
>   233 |     tess_capi_debug_message(message);
>       |     ^~~~~~~~~~~~~~~~~~~~~~~
>       |     ocrtess_debug_message
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c: In function ‘ocrtess_lang_exists’:
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:244:5: error: implicit declaration of 
> function ‘ocrtess_datapath’ [-Werror=implicit-function-declaration]
>   244 |     ocrtess_datapath(tesspath0,datadir,MAXFILENAMELEN-1);
>       |     ^~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c: In function 
> ‘ocrtess_lang_get_from_github’:
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:263:5: error: implicit declaration of 
> function ‘ocrtess_url’ [-Werror=implicit-function-declaration]
>   263 |     ocrtess_url(url,255,fast);
>       |     ^~~~~~~~~~~
> [ 60%] Linking C static library libk2pdfoptlib.a
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/k2pdfoptlib && /usr/bin/cmake -P 
> CMakeFiles/k2pdfoptlib.dir/cmake_clean_target.cmake
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:265:5: error: implicit declaration of 
> function ‘ocrtess_baselang’ [-Werror=implicit-function-declaration]
>   265 |     ocrtess_baselang(urlbasename,lang,127);
>       |     ^~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c: At top level:
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:300:6: warning: conflicting types for 
> ‘ocrtess_baselang’; have ‘void(char *, char *, int)’
>   300 | void ocrtess_baselang(char *dst,char *src,int maxlen)
>       |      ^~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:265:5: note: previous implicit 
> declaration of ‘ocrtess_baselang’ with type ‘void(char *, char *, int)’
>   265 |     ocrtess_baselang(urlbasename,lang,127);
>       |     ^~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:315:6: warning: conflicting types for 
> ‘ocrtess_url’; have ‘void(char *, int,  int)’
>   315 | void ocrtess_url(char *url0,int maxlen,int fast)
>       |      ^~~~~~~~~~~
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:263:5: note: previous implicit 
> declaration of ‘ocrtess_url’ with type ‘void(char *, int,  int)’
>   263 |     ocrtess_url(url,255,fast);
>       |     ^~~~~~~~~~~
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c: In function ‘ocrtess_init’:
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:365:9: error: implicit declaration of 
> function ‘tess_capi_init’ [-Werror=implicit-function-declaration]
>   365 |     api=tess_capi_init(tesspath0,langdef,0,out,initstr,maxlen,status);
>       |         ^~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:365:8: warning: assignment to ‘void *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
>   365 |     api=tess_capi_init(tesspath0,langdef,0,out,initstr,maxlen,status);
>       |        ^
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c: At top level:
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:370:6: warning: conflicting types for 
> ‘ocrtess_lang_default’; have ‘void(char *, char *, int,  char *, int,  char 
> *, int,  int)’
>   370 | void ocrtess_lang_default(char *datadir,char *tesspath,int 
> maxtesspathlen,
>       |      ^~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:180:9: note: previous implicit 
> declaration of ‘ocrtess_lang_default’ with type ‘void(char *, char *, int,  
> char *, int,  char *, int,  int)’
>   180 |         ocrtess_lang_default(NULL,NULL,0,langdef,31,NULL,0,0);
>       |         ^~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:497:6: warning: conflicting types for 
> ‘ocrtess_datapath’; have ‘void(char *, char *, int)’
>   497 | void ocrtess_datapath(char *datapath,char *suggested,int maxlen)
>       |      ^~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:244:5: note: previous implicit 
> declaration of ‘ocrtess_datapath’ with type ‘void(char *, char *, int)’
>   244 |     ocrtess_datapath(tesspath0,datadir,MAXFILENAMELEN-1);
>       |     ^~~~~~~~~~~~~~~~
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/k2pdfoptlib && /usr/bin/cmake -E 
> cmake_link_script CMakeFiles/k2pdfoptlib.dir/link.txt --verbose=1
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c: In function ‘ocrtess_end’:
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:632:5: error: implicit declaration of 
> function ‘tess_capi_end’ [-Werror=implicit-function-declaration]
>   632 |     tess_capi_end(api);
>       |     ^~~~~~~~~~~~~
> [ 61%] Building C object willuslib/CMakeFiles/willuslib.dir/pdffonts.c.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/willuslib && /usr/bin/cc  
> -I/<<PKGBUILDDIR>>/. -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
> -I/<<PKGBUILDDIR>>/willuslib -I/<<PKGBUILDDIR>>/k2pdfoptlib 
> -I/<<PKGBUILDDIR>>/willuslib/.. -isystem /usr/include/leptonica -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -pedantic -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DUSE_CMAKE -Wall -MD -MT 
> willuslib/CMakeFiles/willuslib.dir/pdffonts.c.o -MF 
> CMakeFiles/willuslib.dir/pdffonts.c.o.d -o 
> CMakeFiles/willuslib.dir/pdffonts.c.o -c /<<PKGBUILDDIR>>/willuslib/pdffonts.c
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c: In function 
> ‘ocrtess_ocrwords_from_bmp8’:
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:794:5: error: implicit declaration of 
> function ‘tess_capi_get_ocr_multiword’ [-Werror=implicit-function-declaration]
>   794 |     tess_capi_get_ocr_multiword(api,pix,segmode<0 || segmode>10 ? 6 : 
> segmode,
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/bin/ar qc libk2pdfoptlib.a CMakeFiles/k2pdfoptlib.dir/bmpregion.c.o 
> CMakeFiles/k2pdfoptlib.dir/devprofile.c.o 
> CMakeFiles/k2pdfoptlib.dir/k2bmp.c.o CMakeFiles/k2pdfoptlib.dir/k2file.c.o 
> CMakeFiles/k2pdfoptlib.dir/k2files.c.o 
> CMakeFiles/k2pdfoptlib.dir/k2gui_cbox.c.o 
> CMakeFiles/k2pdfoptlib.dir/k2gui_osdep.c.o 
> CMakeFiles/k2pdfoptlib.dir/k2mark.c.o CMakeFiles/k2pdfoptlib.dir/k2master.c.o 
> CMakeFiles/k2pdfoptlib.dir/k2mem.c.o CMakeFiles/k2pdfoptlib.dir/k2menu.c.o 
> CMakeFiles/k2pdfoptlib.dir/k2ocr.c.o 
> CMakeFiles/k2pdfoptlib.dir/k2parsecmd.c.o 
> CMakeFiles/k2pdfoptlib.dir/k2proc.c.o 
> CMakeFiles/k2pdfoptlib.dir/k2publish.c.o 
> CMakeFiles/k2pdfoptlib.dir/k2settings.c.o 
> CMakeFiles/k2pdfoptlib.dir/k2settings2cmd.c.o 
> CMakeFiles/k2pdfoptlib.dir/k2sys.c.o CMakeFiles/k2pdfoptlib.dir/k2usage.c.o 
> CMakeFiles/k2pdfoptlib.dir/k2version.c.o 
> CMakeFiles/k2pdfoptlib.dir/pagelist.c.o 
> CMakeFiles/k2pdfoptlib.dir/pageregions.c.o 
> CMakeFiles/k2pdfoptlib.dir/textrows.c.o 
> CMakeFiles/k2pdfoptlib.dir/textwords.c.o 
> CMakeFiles/k2pdfoptlib.dir/userinput.c.o 
> CMakeFiles/k2pdfoptlib.dir/wrapbmp.c.o
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c: In function ‘ocrtess_from_bmp8’:
> /<<PKGBUILDDIR>>/willuslib/ocrtess.c:900:12: error: implicit declaration of 
> function ‘tess_capi_get_ocr’ [-Werror=implicit-function-declaration]
>   900 |     status=tess_capi_get_ocr(api,pix,text,maxlen,segmode<0 || 
> segmode>10 ? 6 : segmode,out);
>       |            ^~~~~~~~~~~~~~~~~
> [ 63%] Building C object willuslib/CMakeFiles/willuslib.dir/pdfwrite.c.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/willuslib && /usr/bin/cc  
> -I/<<PKGBUILDDIR>>/. -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
> -I/<<PKGBUILDDIR>>/willuslib -I/<<PKGBUILDDIR>>/k2pdfoptlib 
> -I/<<PKGBUILDDIR>>/willuslib/.. -isystem /usr/include/leptonica -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -pedantic -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DUSE_CMAKE -Wall -MD -MT 
> willuslib/CMakeFiles/willuslib.dir/pdfwrite.c.o -MF 
> CMakeFiles/willuslib.dir/pdfwrite.c.o.d -o 
> CMakeFiles/willuslib.dir/pdfwrite.c.o -c /<<PKGBUILDDIR>>/willuslib/pdfwrite.c
> /usr/bin/ranlib libk2pdfoptlib.a
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> [ 63%] Built target k2pdfoptlib
> [ 64%] Building C object willuslib/CMakeFiles/willuslib.dir/point2d.c.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/willuslib && /usr/bin/cc  
> -I/<<PKGBUILDDIR>>/. -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
> -I/<<PKGBUILDDIR>>/willuslib -I/<<PKGBUILDDIR>>/k2pdfoptlib 
> -I/<<PKGBUILDDIR>>/willuslib/.. -isystem /usr/include/leptonica -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -pedantic -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DUSE_CMAKE -Wall -MD -MT 
> willuslib/CMakeFiles/willuslib.dir/point2d.c.o -MF 
> CMakeFiles/willuslib.dir/point2d.c.o.d -o 
> CMakeFiles/willuslib.dir/point2d.c.o -c /<<PKGBUILDDIR>>/willuslib/point2d.c
> [ 65%] Building C object willuslib/CMakeFiles/willuslib.dir/render.c.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/willuslib && /usr/bin/cc  
> -I/<<PKGBUILDDIR>>/. -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
> -I/<<PKGBUILDDIR>>/willuslib -I/<<PKGBUILDDIR>>/k2pdfoptlib 
> -I/<<PKGBUILDDIR>>/willuslib/.. -isystem /usr/include/leptonica -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -pedantic -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DUSE_CMAKE -Wall -MD -MT 
> willuslib/CMakeFiles/willuslib.dir/render.c.o -MF 
> CMakeFiles/willuslib.dir/render.c.o.d -o CMakeFiles/willuslib.dir/render.c.o 
> -c /<<PKGBUILDDIR>>/willuslib/render.c
> /<<PKGBUILDDIR>>/willuslib/pdfwrite.c: In function ‘decodecheck’:
> /<<PKGBUILDDIR>>/willuslib/pdfwrite.c:1048:5: warning: ignoring return value 
> of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>  1048 |     fread(inbuf,1,np+extra,f);
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~
> [ 67%] Building C object willuslib/CMakeFiles/willuslib.dir/strbuf.c.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/willuslib && /usr/bin/cc  
> -I/<<PKGBUILDDIR>>/. -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
> -I/<<PKGBUILDDIR>>/willuslib -I/<<PKGBUILDDIR>>/k2pdfoptlib 
> -I/<<PKGBUILDDIR>>/willuslib/.. -isystem /usr/include/leptonica -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -pedantic -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DUSE_CMAKE -Wall -MD -MT 
> willuslib/CMakeFiles/willuslib.dir/strbuf.c.o -MF 
> CMakeFiles/willuslib.dir/strbuf.c.o.d -o CMakeFiles/willuslib.dir/strbuf.c.o 
> -c /<<PKGBUILDDIR>>/willuslib/strbuf.c
> cc1: some warnings being treated as errors
> make[3]: *** [willuslib/CMakeFiles/willuslib.dir/build.make:289: 
> willuslib/CMakeFiles/willuslib.dir/ocrtess.c.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/k2pdfopt_2.55+ds-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: k2pdfopt
Source-Version: 2.55+ds-2
Done: Yangfl <mmyan...@gmail.com>

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

Debian distribution maintenance software
pp.
Yangfl <mmyan...@gmail.com> (supplier of updated k2pdfopt 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: Thu, 21 Mar 2024 14:02:18 +0800
Source: k2pdfopt
Architecture: source
Version: 2.55+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Yangfl <mmyan...@gmail.com>
Changed-By: Yangfl <mmyan...@gmail.com>
Closes: 1066717
Changes:
 k2pdfopt (2.55+ds-2) unstable; urgency=medium
 .
   * Fix FTBFS (Closes: #1066717)
Checksums-Sha1:
 47ae5ee931555efc36982e0a7dfecb3afe14916c 1998 k2pdfopt_2.55+ds-2.dsc
 4eeec73812b2074c67030acd857db512cf2e7266 776536 k2pdfopt_2.55+ds.orig.tar.xz
 24e0e573a2323f439597e7a373c1db0bb9c80e72 34168 k2pdfopt_2.55+ds-2.debian.tar.xz
 b05b24a70e7ef7b3ad67b7b8dc616c237f87cb8c 8167 
k2pdfopt_2.55+ds-2_amd64.buildinfo
Checksums-Sha256:
 fcfc6c46e11093b9e38f2638bcefd2cc0118e6e9ab04cfd629d6b469e7892a3a 1998 
k2pdfopt_2.55+ds-2.dsc
 0b43a8cec801db2262813318cf184c5529c95e9338d842094744630f0fcfc082 776536 
k2pdfopt_2.55+ds.orig.tar.xz
 e74d1cb35d11b9a94d57ab0533d4896ee33371de6cedd304ff7f6cebc6d5977e 34168 
k2pdfopt_2.55+ds-2.debian.tar.xz
 bb360bd9eb765169f96709d4f28ede9853f130acf504c584699c6e9cf5b8d88c 8167 
k2pdfopt_2.55+ds-2_amd64.buildinfo
Files:
 2e365bc25856b83e93774afa255c4c7d 1998 utils optional k2pdfopt_2.55+ds-2.dsc
 ad5d9ca7a1593625c37249125106be1e 776536 utils optional 
k2pdfopt_2.55+ds.orig.tar.xz
 2fc282b07e79c3941f90fcc364dc935d 34168 utils optional 
k2pdfopt_2.55+ds-2.debian.tar.xz
 96e64a8cfc56473af7dbd0238ff0132c 8167 utils optional 
k2pdfopt_2.55+ds-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmX8QwAACgkQwpPntGGC
Ws7nchAAho5R6c33m0plkiODJDTlGhWSfXSwVRlSOVTKFrPZ08EaLjKcmEzA6Bwr
PTCmu0M761QL/SoUFfx75wyp2Xao1rlPeLrPagwmkWdZF6xGbGOhZUJNm8j6Yu2W
4OhA9q1NUp+PLT8DtvyVKDVlO9NombU7uB4BO6pt+lMwxXR3s/jzZiixdfk6Smjs
0b8m4kh/8UTReE0xrx6hNnOYtq1s4HRvospZ9atoOhZAQ7Gh9PMghv+d1FKKsS8N
k3R5fwdDj2OT0DxhgLl+1MPrvzmkAcJ92503M6fS5sab+RfgxMKsksEeLmb6zaLF
sCj+RZoobz+edbjpHq0t6+Y9oPTtgMNFdkz6nZMtg/WG7dSefJ2Guzii2XK8WHzx
xq5vCi2I0LERa7Mzx/dsQROllzk7CQzXd2I1jB4GAwYPMmyAgAGiw+zGbXlzSuly
nwpRPBbY8I7fN7PwfTK251Ep6o22vMGdaohY/eFUY5Ky/1gadhJ341cnFmLmtIwR
PBmYKd/hAEWKU6SgFoE5dWBKZ5Qawyo09sbHckJnB9hdQJTm9UJK/J3CXiG7UGrr
jY9EwJbf1wdEXVGcc20K10LQgHUQ1IZCkkgfxab8oHy7XBHSzlINcl1019Ay8BNW
QlxDcIMq856spYelpK/cDrYVQWB+p7uQbiWo5ZYvokKbwZg+atI=
=LdoL
-----END PGP SIGNATURE-----

Attachment: pgplOSXPY2VUr.pgp
Description: PGP signature


--- End Message ---

Reply via email to