Your message dated Fri, 01 Mar 2024 12:20:58 +0000
with message-id <e1rg1so-00gbdn...@fasolo.debian.org>
and subject line Bug#1063116: fixed in gdbm 1.23-5.1
has caused the Debian Bug report #1063116,
regarding gdbm: NMU diff for 64-bit time_t transition
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.)
--
1063116: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063116
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gdbm
Version: 1.23-5
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t
NOTICE: these changes must not be uploaded to unstable yet!
Dear maintainer,
As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
gdbm as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).
To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.
Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time. Therefore I have prepared a 0-day NMU for gdbm
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.
Please find the patch for this NMU attached.
If you have any concerns about this patch, please reach out ASAP. Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.
-- System Information:
Debian Release: trixie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru gdbm-1.23/debian/changelog gdbm-1.23/debian/changelog
--- gdbm-1.23/debian/changelog 2023-11-28 12:51:35.000000000 +0000
+++ gdbm-1.23/debian/changelog 2024-02-05 07:11:57.000000000 +0000
@@ -1,3 +1,10 @@
+gdbm (1.23-5.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org> Mon, 05 Feb 2024 07:11:57 +0000
+
gdbm (1.23-5) unstable; urgency=medium
* Upload to unstable
diff -Nru gdbm-1.23/debian/control gdbm-1.23/debian/control
--- gdbm-1.23/debian/control 2023-11-06 15:26:51.000000000 +0000
+++ gdbm-1.23/debian/control 2024-02-05 07:11:57.000000000 +0000
@@ -21,7 +21,10 @@
providing a persistent version of the 'dictionary' Abstract Data Type
('hash' to perl programmers).
-Package: libgdbm6
+Package: libgdbm6t64
+Provides: ${t64:Provides}
+Replaces: libgdbm6
+Breaks: libgdbm6 (<< ${source:Version})
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: gdbm-l10n (= ${source:Version})
@@ -42,7 +45,7 @@
Package: libgdbm-dev
Architecture: any
Depends: libc6-dev | libc-dev
- , libgdbm6 (= ${binary:Version})
+ , libgdbm6t64 (= ${binary:Version})
, ${shlibs:Depends}
, ${misc:Depends}
Provides: ${libgdbm-dietlibc:Provides}
@@ -66,7 +69,10 @@
* gdbm_load -- recreate database from dump, created by gdbm_dump
* gdbmtool -- view and modify an existing database or to create a new one.
-Package: libgdbm-compat4
+Package: libgdbm-compat4t64
+Provides: ${t64:Provides}
+Replaces: libgdbm-compat4
+Breaks: libgdbm-compat4 (<< ${source:Version})
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
@@ -74,17 +80,17 @@
Description: ${S:X-Short-Desc} (legacy support runtime version)
${S:X-Long-Desc}
This package includes library files, required to run old programs,
that use legacy 'dbm' interface. For new programs, please use modern
- interface, provided by libgdbm6 and libgdbm-dev.
+ interface, provided by libgdbm6t64 and libgdbm-dev.
Package: libgdbm-compat-dev
Architecture: any
Depends: libc6-dev | libc-dev
, libgdbm-dev
- , libgdbm-compat4 (= ${binary:Version})
+ , libgdbm-compat4t64 (= ${binary:Version})
, ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Section: libdevel
Description: ${S:X-Short-Desc} (legacy support development files)
${S:X-Long-Desc}
This package includes development files, required to build old
programs, that use legacy 'dbm' interface. For new programs, please
- use modern interface, provided by libgdbm6 and libgdbm-dev.
+ use modern interface, provided by libgdbm6t64 and libgdbm-dev.
diff -Nru gdbm-1.23/debian/libgdbm-compat4.install
gdbm-1.23/debian/libgdbm-compat4.install
--- gdbm-1.23/debian/libgdbm-compat4.install 2022-08-23 13:19:29.000000000
+0000
+++ gdbm-1.23/debian/libgdbm-compat4.install 1970-01-01 00:00:00.000000000
+0000
@@ -1,2 +0,0 @@
-/usr/lib/*/libgdbm_compat.so.4.0.0
-/usr/lib/*/libgdbm_compat.so.4
diff -Nru gdbm-1.23/debian/libgdbm-compat4.symbols
gdbm-1.23/debian/libgdbm-compat4.symbols
--- gdbm-1.23/debian/libgdbm-compat4.symbols 2022-08-23 13:19:29.000000000
+0000
+++ gdbm-1.23/debian/libgdbm-compat4.symbols 1970-01-01 00:00:00.000000000
+0000
@@ -1,22 +0,0 @@
-libgdbm_compat.so.4 libgdbm-compat4 #MINVER#
-* Build-Depends-Package: libgdbm-dev
- _gdbm_file@Base 1.16
- dbm_clearerr@Base 1.16
- dbm_close@Base 1.16
- dbm_delete@Base 1.16
- dbm_dirfno@Base 1.16
- dbm_error@Base 1.16
- dbm_fetch@Base 1.16
- dbm_firstkey@Base 1.16
- dbm_nextkey@Base 1.16
- dbm_open@Base 1.16
- dbm_pagfno@Base 1.16
- dbm_rdonly@Base 1.16
- dbm_store@Base 1.16
- dbmclose@Base 1.16
- dbminit@Base 1.16
- delete@Base 1.16
- fetch@Base 1.16
- firstkey@Base 1.16
- nextkey@Base 1.16
- store@Base 1.16
diff -Nru gdbm-1.23/debian/libgdbm-compat4t64.install
gdbm-1.23/debian/libgdbm-compat4t64.install
--- gdbm-1.23/debian/libgdbm-compat4t64.install 1970-01-01 00:00:00.000000000
+0000
+++ gdbm-1.23/debian/libgdbm-compat4t64.install 2022-08-23 13:19:29.000000000
+0000
@@ -0,0 +1,2 @@
+/usr/lib/*/libgdbm_compat.so.4.0.0
+/usr/lib/*/libgdbm_compat.so.4
diff -Nru gdbm-1.23/debian/libgdbm-compat4t64.lintian-overrides
gdbm-1.23/debian/libgdbm-compat4t64.lintian-overrides
--- gdbm-1.23/debian/libgdbm-compat4t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ gdbm-1.23/debian/libgdbm-compat4t64.lintian-overrides 2024-02-05
07:11:57.000000000 +0000
@@ -0,0 +1 @@
+libgdbm-compat4t64: package-name-doesnt-match-sonames libgdbm-compat4
diff -Nru gdbm-1.23/debian/libgdbm-compat4t64.symbols
gdbm-1.23/debian/libgdbm-compat4t64.symbols
--- gdbm-1.23/debian/libgdbm-compat4t64.symbols 1970-01-01 00:00:00.000000000
+0000
+++ gdbm-1.23/debian/libgdbm-compat4t64.symbols 2024-02-05 07:11:57.000000000
+0000
@@ -0,0 +1,22 @@
+libgdbm_compat.so.4 libgdbm-compat4t64 #MINVER#
+* Build-Depends-Package: libgdbm-dev
+ _gdbm_file@Base 1.16
+ dbm_clearerr@Base 1.16
+ dbm_close@Base 1.16
+ dbm_delete@Base 1.16
+ dbm_dirfno@Base 1.16
+ dbm_error@Base 1.16
+ dbm_fetch@Base 1.16
+ dbm_firstkey@Base 1.16
+ dbm_nextkey@Base 1.16
+ dbm_open@Base 1.16
+ dbm_pagfno@Base 1.16
+ dbm_rdonly@Base 1.16
+ dbm_store@Base 1.16
+ dbmclose@Base 1.16
+ dbminit@Base 1.16
+ delete@Base 1.16
+ fetch@Base 1.16
+ firstkey@Base 1.16
+ nextkey@Base 1.16
+ store@Base 1.16
diff -Nru gdbm-1.23/debian/libgdbm6.install gdbm-1.23/debian/libgdbm6.install
--- gdbm-1.23/debian/libgdbm6.install 2022-08-23 13:19:29.000000000 +0000
+++ gdbm-1.23/debian/libgdbm6.install 1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-/usr/lib/*/libgdbm.so.6.0.0
-/usr/lib/*/libgdbm.so.6
diff -Nru gdbm-1.23/debian/libgdbm6.symbols gdbm-1.23/debian/libgdbm6.symbols
--- gdbm-1.23/debian/libgdbm6.symbols 2022-08-27 21:09:36.000000000 +0000
+++ gdbm-1.23/debian/libgdbm6.symbols 1970-01-01 00:00:00.000000000 +0000
@@ -1,89 +0,0 @@
-libgdbm.so.6 libgdbm6 #MINVER#
-* Build-Depends-Package: libgdbm-dev
- _gdbm_alloc@Base 1.16
- _gdbm_avail_block_read@Base 1.20
- _gdbm_base64_decode@Base 1.16
- _gdbm_base64_encode@Base 1.16
- _gdbm_bucket_dir@Base 1.16
- _gdbm_cache_flush@Base 1.20
- _gdbm_cache_free@Base 1.20
- _gdbm_cache_init@Base 1.20
- _gdbm_dump_ascii@Base 1.16
- _gdbm_end_update@Base 1.16
- _gdbm_fatal@Base 1.16
- _gdbm_file_extend@Base 1.16
- _gdbm_file_size@Base 1.16
- _gdbm_findkey@Base 1.16
- _gdbm_free@Base 1.16
- _gdbm_full_read@Base 1.16
- _gdbm_full_write@Base 1.16
- _gdbm_get_bucket@Base 1.16
- _gdbm_hash@Base 1.16
- _gdbm_hash_key@Base 1.16
- _gdbm_internal_remap@Base 1.16
- _gdbm_lock_file@Base 1.16
- _gdbm_mapped_init@Base 1.16
- _gdbm_mapped_lseek@Base 1.16
- _gdbm_mapped_read@Base 1.16
- _gdbm_mapped_remap@Base 1.16
- _gdbm_mapped_sync@Base 1.16
- _gdbm_mapped_unmap@Base 1.16
- _gdbm_mapped_write@Base 1.16
- _gdbm_new_bucket@Base 1.16
- _gdbm_next_bucket_dir@Base 1.16
- _gdbm_put_av_elem@Base 1.16
- _gdbm_read_entry@Base 1.16
- (arch=linux-any)_gdbm_snapshot@Base 1.21
- _gdbm_split_bucket@Base 1.16
- _gdbm_str2fmt@Base 1.21
- _gdbm_unlock_file@Base 1.16
- _gdbm_validate_header@Base 1.18-3~
- _gdbm_write_bucket@Base 1.16
- gdbm_avail_block_validate@Base 1.16
- gdbm_avail_traverse@Base 1.20
- gdbm_avail_verify@Base 1.20
- gdbm_bucket_avail_table_validate@Base 1.16
- gdbm_bucket_count@Base 1.20
- gdbm_check_syserr@Base 1.16
- gdbm_clear_error@Base 1.16
- gdbm_close@Base 1.16
- gdbm_convert@Base 1.21
- gdbm_copy_meta@Base 1.16
- gdbm_count@Base 1.16
- gdbm_db_strerror@Base 1.16
- gdbm_delete@Base 1.16
- gdbm_dump@Base 1.16
- gdbm_dump_to_file@Base 1.16
- gdbm_errlist@Base 1.16
- gdbm_errno_location@Base 1.16
- gdbm_exists@Base 1.16
- gdbm_export@Base 1.16
- gdbm_export_to_file@Base 1.16
- gdbm_failure_atomic@Base 1.21
- gdbm_fd_open@Base 1.16
- gdbm_fdesc@Base 1.16
- gdbm_fetch@Base 1.16
- gdbm_file_sync@Base 1.21
- gdbm_firstkey@Base 1.16
- gdbm_get_cache_stats@Base 1.20
- gdbm_import@Base 1.16
- gdbm_import_from_file@Base 1.16
- gdbm_last_errno@Base 1.16
- gdbm_last_syserr@Base 1.16
- gdbm_latest_snapshot@Base 1.21
- gdbm_load@Base 1.16
- gdbm_load_from_file@Base 1.16
- gdbm_needs_recovery@Base 1.16
- gdbm_nextkey@Base 1.16
- gdbm_open@Base 1.16
- gdbm_recover@Base 1.16
- gdbm_reorganize@Base 1.16
- gdbm_set_errno@Base 1.16
- gdbm_setopt@Base 1.16
- gdbm_store@Base 1.16
- gdbm_strerror@Base 1.16
- gdbm_sync@Base 1.16
- gdbm_syserr@Base 1.16
- gdbm_version@Base 1.16
- gdbm_version_cmp@Base 1.16
- gdbm_version_number@Base 1.16
diff -Nru gdbm-1.23/debian/libgdbm6t64.install
gdbm-1.23/debian/libgdbm6t64.install
--- gdbm-1.23/debian/libgdbm6t64.install 1970-01-01 00:00:00.000000000
+0000
+++ gdbm-1.23/debian/libgdbm6t64.install 2022-08-23 13:19:29.000000000
+0000
@@ -0,0 +1,2 @@
+/usr/lib/*/libgdbm.so.6.0.0
+/usr/lib/*/libgdbm.so.6
diff -Nru gdbm-1.23/debian/libgdbm6t64.lintian-overrides
gdbm-1.23/debian/libgdbm6t64.lintian-overrides
--- gdbm-1.23/debian/libgdbm6t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ gdbm-1.23/debian/libgdbm6t64.lintian-overrides 2024-02-05
07:11:57.000000000 +0000
@@ -0,0 +1 @@
+libgdbm6t64: package-name-doesnt-match-sonames libgdbm6
diff -Nru gdbm-1.23/debian/libgdbm6t64.symbols
gdbm-1.23/debian/libgdbm6t64.symbols
--- gdbm-1.23/debian/libgdbm6t64.symbols 1970-01-01 00:00:00.000000000
+0000
+++ gdbm-1.23/debian/libgdbm6t64.symbols 2024-02-05 07:11:57.000000000
+0000
@@ -0,0 +1,89 @@
+libgdbm.so.6 libgdbm6t64 #MINVER#
+* Build-Depends-Package: libgdbm-dev
+ _gdbm_alloc@Base 1.16
+ _gdbm_avail_block_read@Base 1.20
+ _gdbm_base64_decode@Base 1.16
+ _gdbm_base64_encode@Base 1.16
+ _gdbm_bucket_dir@Base 1.16
+ _gdbm_cache_flush@Base 1.20
+ _gdbm_cache_free@Base 1.20
+ _gdbm_cache_init@Base 1.20
+ _gdbm_dump_ascii@Base 1.16
+ _gdbm_end_update@Base 1.16
+ _gdbm_fatal@Base 1.16
+ _gdbm_file_extend@Base 1.16
+ _gdbm_file_size@Base 1.16
+ _gdbm_findkey@Base 1.16
+ _gdbm_free@Base 1.16
+ _gdbm_full_read@Base 1.16
+ _gdbm_full_write@Base 1.16
+ _gdbm_get_bucket@Base 1.16
+ _gdbm_hash@Base 1.16
+ _gdbm_hash_key@Base 1.16
+ _gdbm_internal_remap@Base 1.16
+ _gdbm_lock_file@Base 1.16
+ _gdbm_mapped_init@Base 1.16
+ _gdbm_mapped_lseek@Base 1.16
+ _gdbm_mapped_read@Base 1.16
+ _gdbm_mapped_remap@Base 1.16
+ _gdbm_mapped_sync@Base 1.16
+ _gdbm_mapped_unmap@Base 1.16
+ _gdbm_mapped_write@Base 1.16
+ _gdbm_new_bucket@Base 1.16
+ _gdbm_next_bucket_dir@Base 1.16
+ _gdbm_put_av_elem@Base 1.16
+ _gdbm_read_entry@Base 1.16
+ (arch=linux-any)_gdbm_snapshot@Base 1.21
+ _gdbm_split_bucket@Base 1.16
+ _gdbm_str2fmt@Base 1.21
+ _gdbm_unlock_file@Base 1.16
+ _gdbm_validate_header@Base 1.18-3~
+ _gdbm_write_bucket@Base 1.16
+ gdbm_avail_block_validate@Base 1.16
+ gdbm_avail_traverse@Base 1.20
+ gdbm_avail_verify@Base 1.20
+ gdbm_bucket_avail_table_validate@Base 1.16
+ gdbm_bucket_count@Base 1.20
+ gdbm_check_syserr@Base 1.16
+ gdbm_clear_error@Base 1.16
+ gdbm_close@Base 1.16
+ gdbm_convert@Base 1.21
+ gdbm_copy_meta@Base 1.16
+ gdbm_count@Base 1.16
+ gdbm_db_strerror@Base 1.16
+ gdbm_delete@Base 1.16
+ gdbm_dump@Base 1.16
+ gdbm_dump_to_file@Base 1.16
+ gdbm_errlist@Base 1.16
+ gdbm_errno_location@Base 1.16
+ gdbm_exists@Base 1.16
+ gdbm_export@Base 1.16
+ gdbm_export_to_file@Base 1.16
+ gdbm_failure_atomic@Base 1.21
+ gdbm_fd_open@Base 1.16
+ gdbm_fdesc@Base 1.16
+ gdbm_fetch@Base 1.16
+ gdbm_file_sync@Base 1.21
+ gdbm_firstkey@Base 1.16
+ gdbm_get_cache_stats@Base 1.20
+ gdbm_import@Base 1.16
+ gdbm_import_from_file@Base 1.16
+ gdbm_last_errno@Base 1.16
+ gdbm_last_syserr@Base 1.16
+ gdbm_latest_snapshot@Base 1.21
+ gdbm_load@Base 1.16
+ gdbm_load_from_file@Base 1.16
+ gdbm_needs_recovery@Base 1.16
+ gdbm_nextkey@Base 1.16
+ gdbm_open@Base 1.16
+ gdbm_recover@Base 1.16
+ gdbm_reorganize@Base 1.16
+ gdbm_set_errno@Base 1.16
+ gdbm_setopt@Base 1.16
+ gdbm_store@Base 1.16
+ gdbm_strerror@Base 1.16
+ gdbm_sync@Base 1.16
+ gdbm_syserr@Base 1.16
+ gdbm_version@Base 1.16
+ gdbm_version_cmp@Base 1.16
+ gdbm_version_number@Base 1.16
--- End Message ---
--- Begin Message ---
Source: gdbm
Source-Version: 1.23-5.1
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
gdbm, 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 1063...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated gdbm 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, 01 Mar 2024 12:04:12 +0000
Source: gdbm
Architecture: source
Version: 1.23-5.1
Distribution: unstable
Urgency: medium
Maintainer: Nicolas Mora <babelou...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063116
Changes:
gdbm (1.23-5.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063116
Checksums-Sha1:
155ca0a3fde6b27504988a6f20e42e90b07198ab 2468 gdbm_1.23-5.1.dsc
1e1bc23932f886906bb581b4b6c32eef27eeeb18 18428 gdbm_1.23-5.1.debian.tar.xz
667f8c33373235f805854c8e71461a34998cda68 6729 gdbm_1.23-5.1_source.buildinfo
Checksums-Sha256:
98f52618e1029af96612fb80f787160980dc798f9b72bf5a67f8ce38e438ed81 2468
gdbm_1.23-5.1.dsc
a9385932e03e1d678be57f02b905430dc5ef769db5c7c63d97b8c5c0b1a80712 18428
gdbm_1.23-5.1.debian.tar.xz
04360f13f97d3b7919942f439831b6d1dc1afb49ff5e5f491af2d790c985cad6 6729
gdbm_1.23-5.1_source.buildinfo
Files:
56d263912680af5415fe5818fc65f503 2468 libs optional gdbm_1.23-5.1.dsc
de538b9ed4ad1801b315df8590f4605a 18428 libs optional
gdbm_1.23-5.1.debian.tar.xz
23c8a4e3af94f16f2481a35359a16fde 6729 libs optional
gdbm_1.23-5.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXhxFQACgkQFZ61xO/I
d0xCDA//bYZ6UygKeEBCAAqx+2QNKB9gEb01hDIDCtQIqq0v5oX/eXLkn1aCJXaq
XG7gW2PS0vLMZNni5Hz7pJonkIbDs8QQ+usyz4zZ/E8HzFixFsaoRcKTsrS35gSA
2dAT51r9G0TH73B3gy+Q9uxwHIrSTGj7Q++gxjTKEEA2RDNERcR9TPoUl68w6pUr
Zy9N6v8HYClXZDJMBgJGn15xW7ZyPGe2M581eYplNExCNHbvZAT3J/6XoLJR/IDd
jY1mLIcsjRMRiP9Wo6GD3J/M0v73umvt/zhSH4jmy1FrIK0o+l1bkVvUbQo7Eut1
A3iD9g2/SPbiXW56sbe8JyU48SuGRNKbyvN1hq6NYp3nR6yW1HgDfOeUKgRDNQjZ
c0qeZZRfDTpFF8/lVGJWW0yEpF/JCSEBPUGgOSk/7V+sXgTClufbMnNiNSzb+lPc
FhF99QJxfVtjv8VCHnCYeoQi3oS/BSeDxQ6nAzXK2Ay5QPsgw6867QD4DUuYV1lb
yZQuBrojDF+3kjsDIMaLB1Ji7vtPw4lv5ufTa12x+iN/X1FTx43unACpf9m0CcPW
Z6Z2L2Rb7sFQJaPHGlkns1MLcpFvbIXD56GjJh4VT69OAGWiAHd/hr6RiyNS6YgF
mk50Z+msGfz5Y/RbMCC+q6L31AAr5NnkQHDSZFLFVpz2FfZU+G0=
=PdhL
-----END PGP SIGNATURE-----
pgppO3dBOElRY.pgp
Description: PGP signature
--- End Message ---