Your message dated Mon, 04 Nov 2024 19:00:13 +0000
with message-id <e1t82jb-0038di...@fasolo.debian.org>
and subject line Bug#1021420: fixed in clisp 1:2.49.20241103.git386dcd7-1
has caused the Debian Bug report #1021420,
regarding clisp: problem with reserved ranges during startup on hurd-i386
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.)


-- 
1021420: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021420
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: clisp
Version: 1:2.49.20210628.gitde01f0f
Severity: important
Tags: patch
X-Debbugs-Cc: flavioc...@gmail.com

Building the package from source on hurd-i386 will make clisp throw the
following
message at startup:

Warning: reserving address range 0x18060000...0xbfffffff that contains memory
mappings. clisp might crash later!

Attached patch updates MAPPABLE_ADDRESS_RANGE_START to reflect the new memory
layout set in 2021 [1]
[1]
http://patchwork.ozlabs.org/project/glibc/patch/20211231172645.1589461-1-samuel.thibault@ens-
lyon.org/

This was also submitted upstream at https://gitlab.com/gnu-
clisp/clisp/-/merge_requests/6


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.19.0-1-amd64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages clisp depends on:
ii  libc6           2.34-8
ii  libffcall1b     2.4-2
ii  libreadline8    8.2~rc2-2
ii  libsigsegv2     2.14-1
ii  libtinfo6       6.3+20220423-2
ii  sensible-utils  0.0.17

clisp recommends no packages.

Versions of packages clisp suggests:
pn  clisp-doc                 <none>
pn  clisp-module-berkeley-db  <none>
pn  clisp-module-clx          <none>
pn  clisp-module-dbus         <none>
pn  clisp-module-fastcgi      <none>
pn  clisp-module-gdbm         <none>
pn  clisp-module-libsvm       <none>
pn  clisp-module-pari         <none>
pn  clisp-module-pcre         <none>
pn  clisp-module-postgresql   <none>
pn  clisp-module-zlib         <none>
pn  gdb                       <none>
pn  hyperspec                 <none>
pn  slime                     <none>

-- no debconf information
>From 03611d4544b98e0b09c7f07b2c253c61a018a5c6 Mon Sep 17 00:00:00 2001
From: Flavio Cruz <flavioc...@gmail.com>
Date: Sat, 8 Oct 2022 00:23:27 -0400
Subject: [PATCH] Bump MAPPABLE_ADDRESS_RANGE_START for Hurd

---
 src/lispbibl.d | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lispbibl.d b/src/lispbibl.d
index 70d47d148..0961f167b 100644
--- a/src/lispbibl.d
+++ b/src/lispbibl.d
@@ -2378,13 +2378,13 @@ typedef enum {
     /* On Hurd/i386:
        MMAP_FIXED_ADDRESS_HIGHEST_BIT = 30
        CODE_ADDRESS_RANGE   = 0x00000000UL or 0x08000000UL
-       MALLOC_ADDRESS_RANGE = 0x08000000UL
+       MALLOC_ADDRESS_RANGE = 0x20000000UL
        SHLIB_ADDRESS_RANGE  = 0x01000000UL
        STACK_ADDRESS_RANGE  = 0x01000000UL
        Addresses >= 0xC0000000UL are not mmapable.
        There is room from 0x11000000UL to 0xBFFFFFFFUL, but let's keep some
        distance. */
-    #define MAPPABLE_ADDRESS_RANGE_START 0x18000000UL
+    #define MAPPABLE_ADDRESS_RANGE_START 0x28000000UL
     #define MAPPABLE_ADDRESS_RANGE_END   0xBFFFFFFFUL
   #endif
   #if (defined(__FreeBSD__) || defined(UNIX_GNU_FREEBSD)) && defined(I80386)
-- 
2.35.1


--- End Message ---
--- Begin Message ---
Source: clisp
Source-Version: 1:2.49.20241103.git386dcd7-1
Done: Peter Van Eynde <pvane...@debian.org>

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

Debian distribution maintenance software
pp.
Peter Van Eynde <pvane...@debian.org> (supplier of updated clisp 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: Sun, 03 Nov 2024 20:05:48 +0100
Source: clisp
Binary: clisp clisp-dbgsym clisp-doc clisp-module-berkeley-db 
clisp-module-berkeley-db-dbgsym clisp-module-clx clisp-module-clx-dbgsym 
clisp-module-dbus clisp-module-dbus-dbgsym clisp-module-fastcgi 
clisp-module-fastcgi-dbgsym clisp-module-gdbm clisp-module-gdbm-dbgsym 
clisp-module-libsvm clisp-module-libsvm-dbgsym clisp-module-pari 
clisp-module-pari-dbgsym clisp-module-pcre clisp-module-pcre-dbgsym 
clisp-module-postgresql clisp-module-postgresql-dbgsym clisp-module-zlib 
clisp-module-zlib-dbgsym
Architecture: source amd64 all
Version: 1:2.49.20241103.git386dcd7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Changed-By: Peter Van Eynde <pvane...@debian.org>
Description:
 clisp      - GNU CLISP, a Common Lisp implementation
 clisp-doc  - GNU CLISP, a Common Lisp implementation (documentation)
 clisp-module-berkeley-db - GNU CLISP module that adds an interface to Berkeley 
DB
 clisp-module-clx - GNU CLISP module that adds X11 bindings
 clisp-module-dbus - GNU CLISP module that adds an interface to D-Bus
 clisp-module-fastcgi - GNU CLISP module that adds an interface to FastCGI
 clisp-module-gdbm - GNU CLISP module that adds an interface to GNU DBM
 clisp-module-libsvm - GNU CLISP module that adds an interface to LIBSVM
 clisp-module-pari - GNU CLISP module that adds an interface to PARI
 clisp-module-pcre - GNU CLISP module that adds libpcre support
 clisp-module-postgresql - GNU CLISP module that adds a PostgreSQL interface
 clisp-module-zlib - GNU CLISP module that adds zlib support for vectors
Closes: 1021420 1041788
Changes:
 clisp (1:2.49.20241103.git386dcd7-1) unstable; urgency=medium
 .
   * New upstream version 2.49.20241103.git386dcd7
   * Refreshed patches, dropped pari-2.15.patch which was accepted upstream
   * Added some berkeley-db merge requests which seem needed
   * Fix CLX build
   * Removed a flaky test
   * Depend on regular libncurses-dev
   * include fix for startup problems on hurd-i386. Closes: #1021420
   * Fix manpage error. Closes: #1041788
   * Adjusted manpage patch, macro got renamed an-trap -> an-input-trap
   * Adjusted copyright file
   * Updated Standards-Version, no real changes
Checksums-Sha1:
 bb4382a01bc1bde9bdae564c81008eca03495578 3273 
clisp_2.49.20241103.git386dcd7-1.dsc
 7f8cba00aeb37482c714cd1a25afce0de0c932e8 7318372 
clisp_2.49.20241103.git386dcd7.orig.tar.xz
 59f00364940fcbbecdd21743cc34bacfcdc41b5d 30764 
clisp_2.49.20241103.git386dcd7-1.debian.tar.xz
 8d5aa459982f5aade878f68f3437c9d64597eb62 1961044 
clisp-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 c41c781ffa13f873c252b8b6bd39b80f81705d1d 1206152 
clisp-doc_2.49.20241103.git386dcd7-1_all.deb
 3fab38721b9071b672b34daef829d6e8dbc20083 152020 
clisp-module-berkeley-db-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 bdcc51f4abb978a9c80e6c46d06382038720cc15 869348 
clisp-module-berkeley-db_2.49.20241103.git386dcd7-1_amd64.deb
 198584ab260edecbe69ca09ffb153a21f2dd3dd7 253204 
clisp-module-clx-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 12801b3dec48021fac13bbcf8721e1efe9319f08 1104492 
clisp-module-clx_2.49.20241103.git386dcd7-1_amd64.deb
 14955f2c9e1eda5982fecd434d4503359a2dba36 13604 
clisp-module-dbus-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 ce1e69a5b34f42c6ef7e0f025d276a6a81368dcb 736856 
clisp-module-dbus_2.49.20241103.git386dcd7-1_amd64.deb
 444c24a88ff7159d50430b05a8733668f51899e7 7440 
clisp-module-fastcgi-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 49ea31f5f2f65def58fbbe24be440ea595f00d70 690336 
clisp-module-fastcgi_2.49.20241103.git386dcd7-1_amd64.deb
 44f59f64e4456d4ccd4db3550933df6be1981af7 70380 
clisp-module-gdbm-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 3974f4e8810cc8ad003e2d1e5a1284a12e1dd7aa 750384 
clisp-module-gdbm_2.49.20241103.git386dcd7-1_amd64.deb
 ceae0f42709f466da19f6775061aaf454052aac1 32764 
clisp-module-libsvm-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 4bb4e1ffe91f273bc2c90ed4610a29ef2295330d 714104 
clisp-module-libsvm_2.49.20241103.git386dcd7-1_amd64.deb
 d1f112e2ecb023b4091c5a930a48632967c1cf96 80684 
clisp-module-pari-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 f7779efe42792d670dead127e7d38d1b4b1127c3 883488 
clisp-module-pari_2.49.20241103.git386dcd7-1_amd64.deb
 393b46e943e4574017f02139b18b4a2123b8697c 53288 
clisp-module-pcre-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 4f6f8a3601634f6c0eaa973a92f3e7d33181c759 732640 
clisp-module-pcre_2.49.20241103.git386dcd7-1_amd64.deb
 7fd27d456a8d275ce3f405f54f5995a521a307fe 10316 
clisp-module-postgresql-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 5894cab85dcfa76affb65b92d1a8738205dd4a87 711432 
clisp-module-postgresql_2.49.20241103.git386dcd7-1_amd64.deb
 d55c877279dc5f7e59202da5751a2191d54399ff 4200 
clisp-module-zlib-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 68b9c198796d9c3f7795affa07b48e248e6c3067 682356 
clisp-module-zlib_2.49.20241103.git386dcd7-1_amd64.deb
 0632460425cd623016ebd69cb8279d7504ee2fe9 17113 
clisp_2.49.20241103.git386dcd7-1_amd64.buildinfo
 6a898fa20946b9b08c3abcbabe8c93dc7fdcde36 6009480 
clisp_2.49.20241103.git386dcd7-1_amd64.deb
Checksums-Sha256:
 0f0fc94258f0b422eec923014b57c7e38da1355d9f624fd3eedc81b12a3299d0 3273 
clisp_2.49.20241103.git386dcd7-1.dsc
 05b5e450fbc0578e6d988aafcb06783617c20ed9cd3d5154925601fb7e941003 7318372 
clisp_2.49.20241103.git386dcd7.orig.tar.xz
 8483f0b652fac16a19fdfd1988172da41759acf2b224cc6cce6b542292de4805 30764 
clisp_2.49.20241103.git386dcd7-1.debian.tar.xz
 b4c760b0c179b5b35bd918612d44fa17bb4935cace636d8d996f24e7a99e87af 1961044 
clisp-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 443d4408659f5ab43874700fa2eeb6926b2aa685719c08a6f00589b10c6bad91 1206152 
clisp-doc_2.49.20241103.git386dcd7-1_all.deb
 33fb675718e9fb3e249c8c200c7264d45e8582e3346b8d669d5511161b5a8edb 152020 
clisp-module-berkeley-db-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 81155e2cc34525196645a2c1c22f611865f9b5d573279869e24a1111a4bf37e1 869348 
clisp-module-berkeley-db_2.49.20241103.git386dcd7-1_amd64.deb
 081b87eee2a72563d1653b5726892f7580db50496ab1a25ae52586ba5d5e2ce9 253204 
clisp-module-clx-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 a0109e7dcd1e1dc91cbf1cf316d63c72d10df0283cbfdf777bdb376b78377ef0 1104492 
clisp-module-clx_2.49.20241103.git386dcd7-1_amd64.deb
 c9a8ad64bd0e45e06cd209523ebb605b23a8c025b7f846e270be50baf198d134 13604 
clisp-module-dbus-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 a5f31d27b6d6c89d9df29726a138ac4ee65b57f80ae8d0f759a014835a22208b 736856 
clisp-module-dbus_2.49.20241103.git386dcd7-1_amd64.deb
 818d4eaf7790483b80f85d78c0a59b2ae3e8f6a3d870075eed4f8ab5fcbaa5e5 7440 
clisp-module-fastcgi-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 0a98f5a93946130b3f7e873583b4356de521a429f78146f719fd4ab3f4ff20cc 690336 
clisp-module-fastcgi_2.49.20241103.git386dcd7-1_amd64.deb
 f181f8fefddb22bdf7117ac2248d575c138eed9cfab7fbab41130332b7297bb6 70380 
clisp-module-gdbm-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 44fe14ca0ed6292ec44ce17cd2f4f1ae2bd66615da88c185d5d989d6db3eb5bc 750384 
clisp-module-gdbm_2.49.20241103.git386dcd7-1_amd64.deb
 00bb3d328ce139bc5f7bb772d635bca99afa2da8595c69840eebd9fd63074177 32764 
clisp-module-libsvm-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 11e8b5e71002e14ec57e2ea382086fe09f1c172c7090944079dafe77bd7913d1 714104 
clisp-module-libsvm_2.49.20241103.git386dcd7-1_amd64.deb
 75675a5189a93ca66677689402f82d68f224365b3bdcf10b43a07226e808dcc6 80684 
clisp-module-pari-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 fddb14ce88cbfca17f13d1646eecd82206bfd3c2f6b6dcf4dd7f422d4da96e91 883488 
clisp-module-pari_2.49.20241103.git386dcd7-1_amd64.deb
 4895d6bc4ed2a4a7df22cb3448ccd453976136e10988041bdffe7c6b6d3120ab 53288 
clisp-module-pcre-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 713c197f6f2b3dc6c67d17f92c3835db9f8d11d2b03fc6bb425261ffbc62fdd1 732640 
clisp-module-pcre_2.49.20241103.git386dcd7-1_amd64.deb
 968c095c96c4a4b8f92b98679c149e690f0f6db8513b737130e7e6a0e9028b1c 10316 
clisp-module-postgresql-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 a9a63b4c15f9121a79610e2f2ccacd78251e7c3fe44136c609fc8f956be3f45c 711432 
clisp-module-postgresql_2.49.20241103.git386dcd7-1_amd64.deb
 36653f1946f7a27e5965a32daaa773ea6198e3351cf530df97c3fca24cf1e889 4200 
clisp-module-zlib-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 eb5cf56007e2f0c8d38e15ca11cd28cc9e18b5353648cdbf8e6c848aa2217a31 682356 
clisp-module-zlib_2.49.20241103.git386dcd7-1_amd64.deb
 b9787bf26c1c4154abf8731a2d64f3956b70c597dc8cf2300411d8d4ddd4290d 17113 
clisp_2.49.20241103.git386dcd7-1_amd64.buildinfo
 0d151ec71f75671c6793ef300d1f34acfd6e9e227b689fc13f2113eaca1419d5 6009480 
clisp_2.49.20241103.git386dcd7-1_amd64.deb
Files:
 599d5391cbd3c16c2678b4d0b173bdd4 3273 lisp optional 
clisp_2.49.20241103.git386dcd7-1.dsc
 4d3f7ac60fbe81481c9b448945db49c2 7318372 lisp optional 
clisp_2.49.20241103.git386dcd7.orig.tar.xz
 bac3a5cbb1c8f68bdee6969abfd4c945 30764 lisp optional 
clisp_2.49.20241103.git386dcd7-1.debian.tar.xz
 1daa7a571474979c13cd986719a5c438 1961044 debug optional 
clisp-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 15fabd061bc62ce4f3c49d8db8da338e 1206152 doc optional 
clisp-doc_2.49.20241103.git386dcd7-1_all.deb
 eb8ca2abef4e9853007b2708312e0874 152020 debug optional 
clisp-module-berkeley-db-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 09d66c72427573bed33f8213462b2492 869348 lisp optional 
clisp-module-berkeley-db_2.49.20241103.git386dcd7-1_amd64.deb
 2c1fedfc962c9f74a19f6dcfea9e4b45 253204 debug optional 
clisp-module-clx-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 fea16dbf0e5f36781e01c38002a4eb26 1104492 lisp optional 
clisp-module-clx_2.49.20241103.git386dcd7-1_amd64.deb
 4326018728434387d9b14c0e34982385 13604 debug optional 
clisp-module-dbus-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 996e793db91948a4e8d17fb2fed46885 736856 lisp optional 
clisp-module-dbus_2.49.20241103.git386dcd7-1_amd64.deb
 9f14fd12e010593ede047c5a36207b64 7440 debug optional 
clisp-module-fastcgi-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 db2327b153ef32b8272da571a33a7199 690336 lisp optional 
clisp-module-fastcgi_2.49.20241103.git386dcd7-1_amd64.deb
 96037cbeb88fed3c53ae35186af51651 70380 debug optional 
clisp-module-gdbm-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 db9506b7784bcf6269372eb9672b9fd8 750384 lisp optional 
clisp-module-gdbm_2.49.20241103.git386dcd7-1_amd64.deb
 a92db266be76b063ae3f047018633e55 32764 debug optional 
clisp-module-libsvm-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 bf1fbc79c85fc12238e508711e50e690 714104 lisp optional 
clisp-module-libsvm_2.49.20241103.git386dcd7-1_amd64.deb
 2cd55ca232df51c56030efceac25655d 80684 debug optional 
clisp-module-pari-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 512688e8701b1549c0264ff5bebfbdf8 883488 lisp optional 
clisp-module-pari_2.49.20241103.git386dcd7-1_amd64.deb
 47f333afcbed1e075f272a9906b47c4c 53288 debug optional 
clisp-module-pcre-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 3079dd843a92c3d424cfd57186f434eb 732640 lisp optional 
clisp-module-pcre_2.49.20241103.git386dcd7-1_amd64.deb
 80a41d365e6441b482da14058626ae68 10316 debug optional 
clisp-module-postgresql-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 30f938e781be64f4edb1e3058b87c676 711432 lisp optional 
clisp-module-postgresql_2.49.20241103.git386dcd7-1_amd64.deb
 9275b82bf29830f00a879ce3f1856fde 4200 debug optional 
clisp-module-zlib-dbgsym_2.49.20241103.git386dcd7-1_amd64.deb
 35d12a7bcade8dbdaaf2b4ec7b29651c 682356 lisp optional 
clisp-module-zlib_2.49.20241103.git386dcd7-1_amd64.deb
 df37bb1d712cf9ac615dea682cf5a931 17113 lisp optional 
clisp_2.49.20241103.git386dcd7-1_amd64.buildinfo
 50b61b59d04a2583ee840a22898082d8 6009480 lisp optional 
clisp_2.49.20241103.git386dcd7-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org

iQKTBAEBCgB9FiEEq/pVygOvMEtssvu/qyvF+S+rne0FAmcnzHJfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFC
RkE1NUNBMDNBRjMwNEI2Q0IyRkJCRkFCMkJDNUY5MkZBQjlERUQACgkQqyvF+S+r
ne0whxAAhVd78Ine2iItMsBSLbTnmbjIxUwhadhznwb7a8O/lwSphmskNiSnNw0L
o4LSpFftPwtKZ6+ACIrOzArkWB/2YXeHASatJJSyO7vSpk2fvD8zgECWNZEndqrl
xqIFgLbvnbD+lwcAVpP1sumxwo8BAOljXSGslZYYi/gt2F/4q0NHVNuRDZ6N82tz
UyC1dfYMucEqPMx5IuIESiKBQ6NEOgQ1njAJ7N2hpiuHF0fhe0Pl8U+CKC2k3jsh
LVbmUAAQh0Xc4GDPoZH8GdJ0dyrlbZhAv+dun/GHZo5xzcJEgCQTLWTrXeeRMAUG
lS9kJvWC2GAb3tIzy4KFctszjhx9cVCPK/MpN0Pd8DRhQtp8n2XeMRycJ5gdxcG3
HlGixyeL2EUkdiMeO9M+SBeWtocEhiL6Z4QjeUOQQ6HC24sTismsJnoR14fhqvup
1A7uK8lyW2aQOLS10oP0xucYiasy/fbvB5Nqzi1DjFog469Uj3U1wlmNGY4K2Cwy
boqh7BcbsHl9ja/qZjI7hy9/ybjHMckdwFaiIRy0Hi1LHOoIcur5bDo3CX/IJpwR
dd9migv4RqJP73x6iIVbZ+3SYiMueh/57obF7JGCGksyY5x/rQO0fEwisnWfnXf4
mPmpguOiFN1I70rahOdsbmn+QyBDmrz8NY4QztYOWkssylOR8qA=
=8ml9
-----END PGP SIGNATURE-----

Attachment: pgpU_PyIyzWSe.pgp
Description: PGP signature


--- End Message ---

Reply via email to