Your message dated Mon, 18 May 2026 12:19:05 +0000
with message-id <[email protected]>
and subject line Bug#1098003: fixed in tkdesk 2.0-14
has caused the Debian Bug report #1098003,
regarding tkdesk: FTBFS: netscape_remote.c:156:46: error: passing argument 5 of
'Tcl_CreateCommand' from incompatible pointer type
[-Wincompatible-pointer-types]
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 [email protected]
immediately.)
--
1098003: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098003
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tkdesk
Version: 2.0-12
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
About the archive rebuild: The build was made on virtual machines 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 add an affects on src:tkdesk, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
autoreconf: warning: autoconf input should be named 'configure.ac', not
'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not
'configure.in'
configure.in:10: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.in:10: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
configure.in:10: the top level
[... snipped ...]
| ^~~~~~~~~~~~~~~~~~~~
netscape_remote.c: In function âGetLockâ:
netscape_remote.c:865:1: warning: old-style function definition
[-Wold-style-definition]
865 | GetLock(interp, d, win, pending, timeout)
| ^~~~~~~
netscape_remote.c: In function âReleaseLockâ:
netscape_remote.c:1016:1: warning: old-style function definition
[-Wold-style-definition]
1016 | ReleaseLock(d, win)
| ^~~~~~~~~~~
netscape_remote.c: In function âNetscapeRestrictâ:
netscape_remote.c:1037:1: warning: old-style function definition
[-Wold-style-definition]
1037 | NetscapeRestrict(clientData, event)
| ^~~~~~~~~~~~~~~~
netscape_remote.c: In function âLockTimeoutâ:
netscape_remote.c:1075:1: warning: old-style function definition
[-Wold-style-definition]
1075 | LockTimeout(clientData)
| ^~~~~~~~~~~
make[3]: *** [<builtin>: netscape_remote.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/netscape-remote'
make[2]: *** [Makefile:157: lib_netscape] Error 2
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O
-DUSE_OLD_IMAGE -DUSE_NON_CONST -DHAVE_CONFIG_H -I. -I/usr/include/tcl8.6 -O
-DUSE_OLD_IMAGE -DUSE_NON_CONST -DHAVE_CONFIG_H -I.. -I/usr/include/tcl8.6
-Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_INTERP_RESULT -c -o dsk_ls.o dsk_ls.c
make[2]: *** Waiting for unfinished jobs....
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O
-DUSE_OLD_IMAGE -DUSE_NON_CONST -DHAVE_CONFIG_H -I. -I/usr/include/tcl8.6 -O
-DUSE_OLD_IMAGE -DUSE_NON_CONST -DHAVE_CONFIG_H -I.. -I/usr/include/tcl8.6
-Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_INTERP_RESULT -c -o misc.o misc.c
dsk_ls.c: In function âmy_mallocâ:
dsk_ls.c:188:31: warning: format â%dâ expects argument of type âintâ,
but argument 3 has type âsize_tâ {aka âlong unsigned intâ} [-Wformat=]
188 | fprintf (stderr, "malloc %d bytes", size);
| ~^ ~~~~
| | |
| int size_t {aka long unsigned int}
| %ld
dsk_ls.c: In function âdsk_ls_init_and_parse_optionsâ:
dsk_ls.c:210:5: warning: old-style function definition [-Wold-style-definition]
210 | int dsk_ls_init_and_parse_options (argc, argv, path)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dsk_ls.c:229:30: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
229 | par_path[MAXPATHLEN-1] = (char) NULL;
| ^
dsk_ls.c: In function âdsk_ls_read_and_sortâ:
dsk_ls.c:243:5: warning: old-style function definition [-Wold-style-definition]
243 | int dsk_ls_read_and_sort (iargc, iargv, maskc, maskv, mask_invert,
dot_reg)
| ^~~~~~~~~~~~~~~~~~~~
dsk_ls.c: In function âdsk_ls_next_fileâ:
dsk_ls.c:279:5: warning: old-style function definition [-Wold-style-definition]
279 | int dsk_ls_next_file (elembuf, nametcbuf)
| ^~~~~~~~~~~~~~~~
dsk_ls.c: In function âignore_fileâ:
dsk_ls.c:326:5: warning: old-style function definition [-Wold-style-definition]
326 | int ignore_file (fe)
| ^~~~~~~~~~~
dsk_ls.c: In function âlinked_fileâ:
dsk_ls.c:369:7: warning: old-style function definition [-Wold-style-definition]
369 | char *linked_file (fe)
| ^~~~~~~~~~~
dsk_ls.c:378:33: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
378 | *(linkname + 4 + len) = (char) NULL;
| ^
dsk_ls.c: In function âperm_stringâ:
dsk_ls.c:394:7: warning: old-style function definition [-Wold-style-definition]
394 | char *perm_string (fe)
| ^~~~~~~~~~~
dsk_ls.c: In function âtype_charâ:
dsk_ls.c:473:6: warning: old-style function definition [-Wold-style-definition]
473 | char type_char (fe)
| ^~~~~~~~~
dsk_ls.c: In function âget_userâ:
dsk_ls.c:516:7: warning: old-style function definition [-Wold-style-definition]
516 | char *get_user (uid)
| ^~~~~~~~
dsk_ls.c: In function âget_groupâ:
dsk_ls.c:539:7: warning: old-style function definition [-Wold-style-definition]
539 | char *get_group (gid)
| ^~~~~~~~~
dsk_ls.c: In function âfile_timeâ:
dsk_ls.c:563:7: warning: old-style function definition [-Wold-style-definition]
563 | char *file_time (filetime)
| ^~~~~~~~~
dsk_ls.c: In function âwrite_elementâ:
dsk_ls.c:600:6: warning: old-style function definition [-Wold-style-definition]
600 | void write_element (fe, xbuf)
| ^~~~~~~~~~~~~
dsk_ls.c: In function âwrite_listâ:
dsk_ls.c:653:6: warning: old-style function definition [-Wold-style-definition]
653 | void write_list (fl)
| ^~~~~~~~~~
dsk_ls.c: In function âqsort_by_nameâ:
dsk_ls.c:753:5: warning: old-style function definition [-Wold-style-definition]
753 | int qsort_by_name (fe1, fe2)
| ^~~~~~~~~~~~~
dsk_ls.c: In function âqsort_by_name_foldâ:
dsk_ls.c:769:5: warning: old-style function definition [-Wold-style-definition]
769 | int qsort_by_name_fold (fe1, fe2)
| ^~~~~~~~~~~~~~~~~~
dsk_ls.c: In function âqsort_by_sizeâ:
dsk_ls.c:785:5: warning: old-style function definition [-Wold-style-definition]
785 | int qsort_by_size (fe1, fe2)
| ^~~~~~~~~~~~~
dsk_ls.c: In function âqsort_by_dateâ:
dsk_ls.c:818:5: warning: old-style function definition [-Wold-style-definition]
818 | int qsort_by_date (fe1, fe2)
| ^~~~~~~~~~~~~
dsk_ls.c: In function âqsort_by_extâ:
dsk_ls.c:852:5: warning: old-style function definition [-Wold-style-definition]
852 | int qsort_by_ext (fe1, fe2)
| ^~~~~~~~~~~~
dsk_ls.c: In function âsort_by_typeâ:
dsk_ls.c:898:6: warning: old-style function definition [-Wold-style-definition]
898 | void sort_by_type (fl)
| ^~~~~~~~~~~~
dsk_ls.c: In function âprocess_file_listâ:
dsk_ls.c:957:6: warning: old-style function definition [-Wold-style-definition]
957 | void process_file_list (fl)
| ^~~~~~~~~~~~~~~~~
dsk_ls.c: In function ânew_file_entryâ:
dsk_ls.c:1046:13: warning: old-style function definition
[-Wold-style-definition]
1046 | FILE_ENTRY *new_file_entry (name)
| ^~~~~~~~~~~~~~
dsk_ls.c: In function âread_listâ:
dsk_ls.c:1217:5: warning: old-style function definition [-Wold-style-definition]
1217 | int read_list (path)
| ^~~~~~~~~
dsk_ls.c:1229:9: warning: âresultâ is deprecated: use
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
1229 | sprintf (dsk_interp->result, "no such file or dir: %s", path);
| ^~~~~~~
In file included from ot.h:19,
from libdesk.h:32,
from dsk_ls.c:57:
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
513 | char *result TCL_DEPRECATED_API("use
Tcl_GetStringResult/Tcl_SetResult");
| ^~~~~~
dsk_ls.c: In function âread_file_listsâ:
dsk_ls.c:1290:13: warning: âresultâ is deprecated: use
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
1290 | sprintf (dsk_interp->result, "no such file or dir: %s",
par_path);
| ^~~~~~~
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
513 | char *result TCL_DEPRECATED_API("use
Tcl_GetStringResult/Tcl_SetResult");
| ^~~~~~
dsk_ls.c:1295:13: warning: âresultâ is deprecated: use
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
1295 | sprintf (dsk_interp->result, "no such file or dir: %s",
par_path);
| ^~~~~~~
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
513 | char *result TCL_DEPRECATED_API("use
Tcl_GetStringResult/Tcl_SetResult");
| ^~~~~~
dsk_ls.c: In function âprocess_cmdlineâ:
dsk_ls.c:1348:5: warning: old-style function definition [-Wold-style-definition]
1348 | int process_cmdline (argc, argv)
| ^~~~~~~~~~~~~~~
dsk_ls.c:1381:21: warning: âresultâ is deprecated: use
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
1381 | strcpy (dsk_interp->result, USAGE);
| ^~~~~~
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
513 | char *result TCL_DEPRECATED_API("use
Tcl_GetStringResult/Tcl_SetResult");
| ^~~~~~
dsk_ls.c:1404:21: warning: âresultâ is deprecated: use
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
1404 | strcpy (dsk_interp->result, USAGE);
| ^~~~~~
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
513 | char *result TCL_DEPRECATED_API("use
Tcl_GetStringResult/Tcl_SetResult");
| ^~~~~~
dsk_ls.c:1421:21: warning: âresultâ is deprecated: use
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
1421 | sprintf (dsk_interp->result,
| ^~~~~~~
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
513 | char *result TCL_DEPRECATED_API("use
Tcl_GetStringResult/Tcl_SetResult");
| ^~~~~~
dsk_ls.c:1434:17: warning: âresultâ is deprecated: use
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
1434 | sprintf (dsk_interp->result, "Don't understand:
-%c\n%s",
| ^~~~~~~
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
513 | char *result TCL_DEPRECATED_API("use
Tcl_GetStringResult/Tcl_SetResult");
| ^~~~~~
dsk_ls.c:1440:17: warning: âresultâ is deprecated: use
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
1440 | strcpy (dsk_interp->result, USAGE);
| ^~~~~~
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
513 | char *result TCL_DEPRECATED_API("use
Tcl_GetStringResult/Tcl_SetResult");
| ^~~~~~
dsk_ls.c:1450:9: warning: âresultâ is deprecated: use
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
1450 | strcpy (dsk_interp->result, USAGE);
| ^~~~~~
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
513 | char *result TCL_DEPRECATED_API("use
Tcl_GetStringResult/Tcl_SetResult");
| ^~~~~~
dsk_ls.c: In function âdsk_ls_initâ:
dsk_ls.c:1472:9: warning: âresultâ is deprecated: use
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
1472 | sprintf (dsk_interp->result,
| ^~~~~~~
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
513 | char *result TCL_DEPRECATED_API("use
Tcl_GetStringResult/Tcl_SetResult");
| ^~~~~~
dsk_ls.c: In function âdsk_ls_Cmdâ:
dsk_ls.c:1523:5: warning: old-style function definition [-Wold-style-definition]
1523 | int dsk_ls_Cmd (clientData, interp, argc, argv)
| ^~~~~~~~~~
dsk_ls.c:1571:9: error: too many arguments to function âwrite_file_listsâ;
expected 0, have 1
1571 | if (write_file_lists (0) != TCL_OK)
| ^~~~~~~~~~~~~~~~ ~
dsk_ls.c:685:5: note: declared here
685 | int write_file_lists ()
| ^~~~~~~~~~~~~~~~
misc.c: In function âdsk_striptc_Cmdâ:
misc.c:71:5: warning: old-style function definition [-Wold-style-definition]
71 | int dsk_striptc_Cmd (clientData, interp, argc, argv)
| ^~~~~~~~~~~~~~~
misc.c:82:9: warning: âresultâ is deprecated: use
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
82 | sprintf (interp->result, "usage: dsk_striptc ?-keep? string");
| ^~~~~~~
In file included from ot.h:19,
from libdesk.h:32,
from misc.c:35:
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
513 | char *result TCL_DEPRECATED_API("use
Tcl_GetStringResult/Tcl_SetResult");
| ^~~~~~
misc.c:90:13: warning: âresultâ is deprecated: use
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
90 | sprintf (interp->result, "usage: dsk_striptc ?-keep?
string");
| ^~~~~~~
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
513 | char *result TCL_DEPRECATED_API("use
Tcl_GetStringResult/Tcl_SetResult");
| ^~~~~~
misc.c:98:9: warning: âresultâ is deprecated: use
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
98 | *interp->result = 0;
| ^
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
513 | char *result TCL_DEPRECATED_API("use
Tcl_GetStringResult/Tcl_SetResult");
| ^~~~~~
misc.c:128:5: warning: âresultâ is deprecated: use
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
128 | strcpy (interp->result, outstr);
| ^~~~~~
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
513 | char *result TCL_DEPRECATED_API("use
Tcl_GetStringResult/Tcl_SetResult");
| ^~~~~~
misc.c: In function âdsk_esc_Cmdâ:
misc.c:138:5: warning: old-style function definition [-Wold-style-definition]
138 | int dsk_esc_Cmd (clientData, interp, argc, argv)
| ^~~~~~~~~~~
misc.c:147:9: warning: âresultâ is deprecated: use
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
147 | sprintf (interp->result, "usage: dsk_esc string chars");
| ^~~~~~~
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
513 | char *result TCL_DEPRECATED_API("use
Tcl_GetStringResult/Tcl_SetResult");
| ^~~~~~
misc.c: In function âdsk_unesc_Cmdâ:
misc.c:170:5: warning: old-style function definition [-Wold-style-definition]
170 | int dsk_unesc_Cmd (clientData, interp, argc, argv)
| ^~~~~~~~~~~~~
misc.c:179:9: warning: âresultâ is deprecated: use
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
179 | strcpy (interp->result, "usage: dsk_unesc string");
| ^~~~~~
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
513 | char *result TCL_DEPRECATED_API("use
Tcl_GetStringResult/Tcl_SetResult");
| ^~~~~~
misc.c: In function âdsk_localtime_Cmdâ:
misc.c:203:5: warning: old-style function definition [-Wold-style-definition]
203 | int dsk_localtime_Cmd (clientData, interp, argc, argv)
| ^~~~~~~~~~~~~~~~~
misc.c: In function âdsk_statfs_Cmdâ:
misc.c:246:5: warning: old-style function definition [-Wold-style-definition]
246 | int dsk_statfs_Cmd (clientData, interp, argc, argv)
| ^~~~~~~~~~~~~~
misc.c:262:9: warning: âresultâ is deprecated: use
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
262 | strcpy (interp->result, "usage: dskC_statfs path?/file?");
| ^~~~~~
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
513 | char *result TCL_DEPRECATED_API("use
Tcl_GetStringResult/Tcl_SetResult");
| ^~~~~~
misc.c:298:9: warning: âresultâ is deprecated: use
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
298 | sprintf (interp->result, "Error %d", errno);
| ^~~~~~~
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
513 | char *result TCL_DEPRECATED_API("use
Tcl_GetStringResult/Tcl_SetResult");
| ^~~~~~
make[3]: *** [<builtin>: dsk_ls.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libdesk'
make[2]: *** [Makefile:160: lib_libdesk] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 TKDESK_LIBRARY=/usr/lib/tkdesk returned exit
code 2
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: tkdesk
Source-Version: 2.0-14
Done: Sergei Golovan <[email protected]>
We believe that the bug you reported is fixed in the latest version of
tkdesk, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sergei Golovan <[email protected]> (supplier of updated tkdesk 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 18 May 2026 14:54:29 +0300
Source: tkdesk
Architecture: source
Version: 2.0-14
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Sergei Golovan <[email protected]>
Closes: 1098003 1114407
Changes:
tkdesk (2.0-14) unstable; urgency=medium
.
* QA upload.
.
* Upload to unstable with fixes concerning GCC 15
(closes: #1098003, #1114407).
* Temporarily drop port to BLT 3.0 because its uploading to Debian
is delayed.
Checksums-Sha1:
e9c77d112b9a6270b40fbd0f875d8ba775bc157e 1842 tkdesk_2.0-14.dsc
039f51dd707cf48b84048edd45b34b11e96d5e46 34136 tkdesk_2.0-14.debian.tar.xz
c8e3e01bf772bcd21a2ee1c664ec6e4bddc399d0 7394 tkdesk_2.0-14_amd64.buildinfo
Checksums-Sha256:
388f18ac0a57eb17dafd3e9011d837b647d091032a6125d0f7d2cfc3ec232cf0 1842
tkdesk_2.0-14.dsc
f9b69bda3a02c7cfb97a0a9703a259a18a27bf4ee2a96f2927cc9a81bebced12 34136
tkdesk_2.0-14.debian.tar.xz
4b1359af85a70ca17affde69554d2ca34747a73e9831a9f18227b1198f8c062f 7394
tkdesk_2.0-14_amd64.buildinfo
Files:
721571e2d39b52a96b0b764763b0d504 1842 x11 optional tkdesk_2.0-14.dsc
b894fe471a44a25d1c05feb0b66a0909 34136 x11 optional tkdesk_2.0-14.debian.tar.xz
1e1807d43ba66d1d1357475e8d78ee2b 7394 x11 optional
tkdesk_2.0-14_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE/SYPsyDB+ShSnvc4Tyrk60tj54cFAmoK/7wACgkQTyrk60tj
54cXjg//cHPkmlyu867Xoq2ZuxpjcGmYkSP071X5ZPD5HDUAE0M4LwWvkRR/0O7I
91cmIEOigJDKVwK0J2fNsZDEOEDJkapIhiamw/KvrFA6GhQKx310edLesIt+bXJB
f7mWxwVxWgRJUlB/nO2H5+FhUoI2mI/Wpmw0iR1NwoDhFfGngrapZkegWeJpGlft
4rKbVAJ5RXNIbWkVVnc7fBlDWk8+L5qdozoEy+zO2A/Z34FoR4ZSX+YyvUO5MAYI
8SrRBE1wyki3vLPGaaCy45Xyon1FSMt1vVY/j8GynwrANEXR3eOGK4NGlemCLgfb
CvlS4rLifW/sytAAwv2/5ZQtpher0VDmhBHvMa5VliaasOvBGAF6nI3Bq2OjFuPW
BWlwunvqiDGzvOsVCtaYVRwFKIdEOsZdFBzGiSFlJwyZ5+pmnTiPiLGYTmiRW3be
tJLVj4wgP+5BERShAirM7PChVZ/moTv4S2nAmMy+E2oEEN0K4Da/L/B3KwjqjIDJ
aR3vlNxwTZYzyLCCGdeA86uoETT32HQo7+YsVn7LxsboGeARQM64kQ1W7cLOzOXF
WUDFqZ3knsIeiFH+K5YYJ+26egrUWkCEnBxr8vbqZUWCZY9pYosu+TsJ/wkzv8Kp
sZ9C8LbyaL7yjFBXZuXtl8k/NiWJ96wDEMJ2bWmms86UFaCa2KM=
=85Mu
-----END PGP SIGNATURE-----
pgp2q8BZiokjC.pgp
Description: PGP signature
--- End Message ---