Your message dated Thu, 29 Feb 2024 23:44:36 +0000
with message-id <e1rfq4q-00dqjh...@fasolo.debian.org>
and subject line Bug#1062852: fixed in reglookup 1.0.1+svn287-9.1
has caused the Debian Bug report #1062852,
regarding reglookup: 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.)


-- 
1062852: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062852
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: reglookup
Version: 1.0.1+svn287-9
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
reglookup 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 reglookup
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'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-5-amd64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru reglookup-1.0.1+svn287/debian/changelog 
reglookup-1.0.1+svn287/debian/changelog
--- reglookup-1.0.1+svn287/debian/changelog     2021-02-02 18:38:21.000000000 
+0000
+++ reglookup-1.0.1+svn287/debian/changelog     2024-02-03 20:24:27.000000000 
+0000
@@ -1,3 +1,10 @@
+reglookup (1.0.1+svn287-9.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <sergi...@debian.org>  Sat, 03 Feb 2024 20:24:27 
+0000
+
 reglookup (1.0.1+svn287-9) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru reglookup-1.0.1+svn287/debian/control 
reglookup-1.0.1+svn287/debian/control
--- reglookup-1.0.1+svn287/debian/control       2021-02-02 18:38:21.000000000 
+0000
+++ reglookup-1.0.1+svn287/debian/control       2024-02-03 20:24:27.000000000 
+0000
@@ -19,7 +19,10 @@
 Vcs-Browser: https://salsa.debian.org/pkg-security-team/reglookup
 Vcs-Git: https://salsa.debian.org/pkg-security-team/reglookup.git
 
-Package: libregfi1
+Package: libregfi1t64
+Provides: ${t64:Provides}
+Replaces: libregfi1
+Breaks: libregfi1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -40,7 +43,7 @@
 Package: libregfi-dev
 Architecture: any
 Section: libdevel
-Depends: libregfi1 (= ${binary:Version}), ${misc:Depends}
+Depends: libregfi1t64 (= ${binary:Version}), ${misc:Depends}
 Description: utility to analysis for Windows NT-based registry (devel files)
  RegLookup is a system to direct analysis of Windows NT-based registry
  files providing command line tools, a C API, and a Python module for
@@ -75,7 +78,7 @@
 Package: python3-pyregfi
 Architecture: all
 Section: python
-Depends: libregfi1 (>= ${binary:Version}), ${misc:Depends}, ${python3:Depends}
+Depends: libregfi1t64 (>= ${binary:Version}), ${misc:Depends}, 
${python3:Depends}
 Recommends: reglookup-doc
 Description: Python 3 Bindings for reglookup
  This package contains Python 3 bindings to libregfi. There are the low-level
diff -Nru reglookup-1.0.1+svn287/debian/libregfi1.dirs 
reglookup-1.0.1+svn287/debian/libregfi1.dirs
--- reglookup-1.0.1+svn287/debian/libregfi1.dirs        2021-02-02 
18:38:21.000000000 +0000
+++ reglookup-1.0.1+svn287/debian/libregfi1.dirs        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru reglookup-1.0.1+svn287/debian/libregfi1.links 
reglookup-1.0.1+svn287/debian/libregfi1.links
--- reglookup-1.0.1+svn287/debian/libregfi1.links       2021-02-02 
18:38:21.000000000 +0000
+++ reglookup-1.0.1+svn287/debian/libregfi1.links       1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/libregfi.so.1.0.1 usr/lib/libregfi.so.1
diff -Nru reglookup-1.0.1+svn287/debian/libregfi1.symbols 
reglookup-1.0.1+svn287/debian/libregfi1.symbols
--- reglookup-1.0.1+svn287/debian/libregfi1.symbols     2021-02-02 
18:38:21.000000000 +0000
+++ reglookup-1.0.1+svn287/debian/libregfi1.symbols     1970-01-01 
00:00:00.000000000 +0000
@@ -1,117 +0,0 @@
-libregfi.so.1 libregfi1 #MINVER#
- lru_cache_create@Base 1.0.1
- lru_cache_create_ctx@Base 1.0.1
- lru_cache_destroy@Base 1.0.1
- lru_cache_find@Base 1.0.1
- lru_cache_remove@Base 1.0.1
- lru_cache_update@Base 1.0.1
- range_list_add@Base 1.0.1
- range_list_find@Base 1.0.1
- range_list_find_data@Base 1.0.1
- range_list_free@Base 1.0.1
- range_list_get@Base 1.0.1
- range_list_has_range@Base 1.0.1
- range_list_new@Base 1.0.1
- range_list_remove@Base 1.0.1
- range_list_size@Base 1.0.1
- range_list_split_element@Base 1.0.1
- regfi_alloc@Base 1.0.1
- regfi_alloc_cb@Base 1.0.1
- regfi_buffer_to_data@Base 1.0.1
- regfi_calc_maxsize@Base 1.0.1
- regfi_fetch_classname@Base 1.0.1
- regfi_fetch_data@Base 1.0.1
- regfi_fetch_num_subkeys@Base 1.0.1
- regfi_fetch_num_values@Base 1.0.1
- regfi_fetch_sk@Base 1.0.1
- regfi_find_subkey@Base 1.0.1
- regfi_find_value@Base 1.0.1
- regfi_free@Base 1.0.1
- regfi_free_record@Base 1.0.1
- regfi_get_dacl@Base 1.0.1
- regfi_get_group@Base 1.0.1
- regfi_get_owner@Base 1.0.1
- regfi_get_parentkey@Base 1.0.1
- regfi_get_rootkey@Base 1.0.1
- regfi_get_sacl@Base 1.0.1
- regfi_get_subkey@Base 1.0.1
- regfi_get_value@Base 1.0.1
- regfi_init@Base 1.0.1
- regfi_interpret_data@Base 1.0.1
- regfi_interpret_keyname@Base 1.0.1
- regfi_interpret_valuename@Base 1.0.1
- regfi_iterator_ancestry@Base 1.0.1
- regfi_iterator_cur_key@Base 1.0.1
- regfi_iterator_cur_subkey@Base 1.0.1
- regfi_iterator_cur_value@Base 1.0.1
- regfi_iterator_descend@Base 1.0.1
- regfi_iterator_down@Base 1.0.1
- regfi_iterator_find_subkey@Base 1.0.1
- regfi_iterator_find_value@Base 1.0.1
- regfi_iterator_first_subkey@Base 1.0.1
- regfi_iterator_first_value@Base 1.0.1
- regfi_iterator_free@Base 1.0.1
- regfi_iterator_new@Base 1.0.1
- regfi_iterator_next_subkey@Base 1.0.1
- regfi_iterator_next_value@Base 1.0.1
- regfi_iterator_to_root@Base 1.0.1
- regfi_iterator_up@Base 1.0.1
- regfi_load_big_data@Base 1.0.1
- regfi_load_data@Base 1.0.1
- regfi_load_key@Base 1.0.1
- regfi_load_sk@Base 1.0.1
- regfi_load_subkeylist@Base 1.0.1
- regfi_load_value@Base 1.0.1
- regfi_load_valuelist@Base 1.0.1
- regfi_log_get_str@Base 1.0.1
- regfi_log_set_mask@Base 1.0.1
- regfi_lookup_hbin@Base 1.0.1
- regfi_next_sk@Base 1.0.1
- regfi_nt2unix_time@Base 1.0.1
- regfi_parse_cell@Base 1.0.1
- regfi_parse_classname@Base 1.0.1
- regfi_parse_data@Base 1.0.1
- regfi_parse_hbin@Base 1.0.1
- regfi_parse_little_data@Base 1.0.1
- regfi_parse_nk@Base 1.0.1
- regfi_parse_regf@Base 1.0.1
- regfi_parse_sk@Base 1.0.1
- regfi_parse_subkeylist@Base 1.0.1
- regfi_parse_unalloc_cells@Base 1.0.1
- regfi_parse_vk@Base 1.0.1
- regfi_prev_sk@Base 1.0.1
- regfi_read@Base 1.0.1
- regfi_reference_record@Base 1.0.1
- regfi_seek@Base 1.0.1
- regfi_type_str2val@Base 1.0.1
- regfi_type_val2str@Base 1.0.1
- regfi_unix2nt_time@Base 1.0.1
- regfi_version@Base 1.0.1
- void_stack_copy@Base 1.0.1
- void_stack_copy_reverse@Base 1.0.1
- void_stack_cur@Base 1.0.1
- void_stack_free@Base 1.0.1
- void_stack_free_deep@Base 1.0.1
- void_stack_iterator_free@Base 1.0.1
- void_stack_iterator_new@Base 1.0.1
- void_stack_iterator_next@Base 1.0.1
- void_stack_new@Base 1.0.1
- void_stack_pop@Base 1.0.1
- void_stack_push@Base 1.0.1
- void_stack_size@Base 1.0.1
- winsec_ace_equal@Base 1.0.1
- winsec_ace_object@Base 1.0.1
- winsec_acl_equal@Base 1.0.1
- winsec_desc_equal@Base 1.0.1
- winsec_free_descriptor@Base 1.0.1
- winsec_parse_ace@Base 1.0.1
- winsec_parse_acl@Base 1.0.1
- winsec_parse_desc@Base 1.0.1
- winsec_parse_descriptor@Base 1.0.1
- winsec_parse_dom_sid@Base 1.0.1
- winsec_parse_uuid@Base 1.0.1
- winsec_sid2str@Base 1.0.1
- winsec_sid_compare@Base 1.0.1
- winsec_sid_compare_auth@Base 1.0.1
- winsec_sid_equal@Base 1.0.1
- winsec_sid_size@Base 1.0.1
diff -Nru reglookup-1.0.1+svn287/debian/libregfi1t64.dirs 
reglookup-1.0.1+svn287/debian/libregfi1t64.dirs
--- reglookup-1.0.1+svn287/debian/libregfi1t64.dirs     1970-01-01 
00:00:00.000000000 +0000
+++ reglookup-1.0.1+svn287/debian/libregfi1t64.dirs     2021-02-02 
18:38:21.000000000 +0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru reglookup-1.0.1+svn287/debian/libregfi1t64.links 
reglookup-1.0.1+svn287/debian/libregfi1t64.links
--- reglookup-1.0.1+svn287/debian/libregfi1t64.links    1970-01-01 
00:00:00.000000000 +0000
+++ reglookup-1.0.1+svn287/debian/libregfi1t64.links    2021-02-02 
18:38:21.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/libregfi.so.1.0.1 usr/lib/libregfi.so.1
diff -Nru reglookup-1.0.1+svn287/debian/libregfi1t64.lintian-overrides 
reglookup-1.0.1+svn287/debian/libregfi1t64.lintian-overrides
--- reglookup-1.0.1+svn287/debian/libregfi1t64.lintian-overrides        
1970-01-01 00:00:00.000000000 +0000
+++ reglookup-1.0.1+svn287/debian/libregfi1t64.lintian-overrides        
2024-02-03 20:24:27.000000000 +0000
@@ -0,0 +1 @@
+libregfi1t64: package-name-doesnt-match-sonames libregfi1
diff -Nru reglookup-1.0.1+svn287/debian/libregfi1t64.symbols 
reglookup-1.0.1+svn287/debian/libregfi1t64.symbols
--- reglookup-1.0.1+svn287/debian/libregfi1t64.symbols  1970-01-01 
00:00:00.000000000 +0000
+++ reglookup-1.0.1+svn287/debian/libregfi1t64.symbols  2024-02-03 
20:24:27.000000000 +0000
@@ -0,0 +1,117 @@
+libregfi.so.1 libregfi1t64 #MINVER#
+ lru_cache_create@Base 1.0.1
+ lru_cache_create_ctx@Base 1.0.1
+ lru_cache_destroy@Base 1.0.1
+ lru_cache_find@Base 1.0.1
+ lru_cache_remove@Base 1.0.1
+ lru_cache_update@Base 1.0.1
+ range_list_add@Base 1.0.1
+ range_list_find@Base 1.0.1
+ range_list_find_data@Base 1.0.1
+ range_list_free@Base 1.0.1
+ range_list_get@Base 1.0.1
+ range_list_has_range@Base 1.0.1
+ range_list_new@Base 1.0.1
+ range_list_remove@Base 1.0.1
+ range_list_size@Base 1.0.1
+ range_list_split_element@Base 1.0.1
+ regfi_alloc@Base 1.0.1
+ regfi_alloc_cb@Base 1.0.1
+ regfi_buffer_to_data@Base 1.0.1
+ regfi_calc_maxsize@Base 1.0.1
+ regfi_fetch_classname@Base 1.0.1
+ regfi_fetch_data@Base 1.0.1
+ regfi_fetch_num_subkeys@Base 1.0.1
+ regfi_fetch_num_values@Base 1.0.1
+ regfi_fetch_sk@Base 1.0.1
+ regfi_find_subkey@Base 1.0.1
+ regfi_find_value@Base 1.0.1
+ regfi_free@Base 1.0.1
+ regfi_free_record@Base 1.0.1
+ regfi_get_dacl@Base 1.0.1
+ regfi_get_group@Base 1.0.1
+ regfi_get_owner@Base 1.0.1
+ regfi_get_parentkey@Base 1.0.1
+ regfi_get_rootkey@Base 1.0.1
+ regfi_get_sacl@Base 1.0.1
+ regfi_get_subkey@Base 1.0.1
+ regfi_get_value@Base 1.0.1
+ regfi_init@Base 1.0.1
+ regfi_interpret_data@Base 1.0.1
+ regfi_interpret_keyname@Base 1.0.1
+ regfi_interpret_valuename@Base 1.0.1
+ regfi_iterator_ancestry@Base 1.0.1
+ regfi_iterator_cur_key@Base 1.0.1
+ regfi_iterator_cur_subkey@Base 1.0.1
+ regfi_iterator_cur_value@Base 1.0.1
+ regfi_iterator_descend@Base 1.0.1
+ regfi_iterator_down@Base 1.0.1
+ regfi_iterator_find_subkey@Base 1.0.1
+ regfi_iterator_find_value@Base 1.0.1
+ regfi_iterator_first_subkey@Base 1.0.1
+ regfi_iterator_first_value@Base 1.0.1
+ regfi_iterator_free@Base 1.0.1
+ regfi_iterator_new@Base 1.0.1
+ regfi_iterator_next_subkey@Base 1.0.1
+ regfi_iterator_next_value@Base 1.0.1
+ regfi_iterator_to_root@Base 1.0.1
+ regfi_iterator_up@Base 1.0.1
+ regfi_load_big_data@Base 1.0.1
+ regfi_load_data@Base 1.0.1
+ regfi_load_key@Base 1.0.1
+ regfi_load_sk@Base 1.0.1
+ regfi_load_subkeylist@Base 1.0.1
+ regfi_load_value@Base 1.0.1
+ regfi_load_valuelist@Base 1.0.1
+ regfi_log_get_str@Base 1.0.1
+ regfi_log_set_mask@Base 1.0.1
+ regfi_lookup_hbin@Base 1.0.1
+ regfi_next_sk@Base 1.0.1
+ regfi_nt2unix_time@Base 1.0.1
+ regfi_parse_cell@Base 1.0.1
+ regfi_parse_classname@Base 1.0.1
+ regfi_parse_data@Base 1.0.1
+ regfi_parse_hbin@Base 1.0.1
+ regfi_parse_little_data@Base 1.0.1
+ regfi_parse_nk@Base 1.0.1
+ regfi_parse_regf@Base 1.0.1
+ regfi_parse_sk@Base 1.0.1
+ regfi_parse_subkeylist@Base 1.0.1
+ regfi_parse_unalloc_cells@Base 1.0.1
+ regfi_parse_vk@Base 1.0.1
+ regfi_prev_sk@Base 1.0.1
+ regfi_read@Base 1.0.1
+ regfi_reference_record@Base 1.0.1
+ regfi_seek@Base 1.0.1
+ regfi_type_str2val@Base 1.0.1
+ regfi_type_val2str@Base 1.0.1
+ regfi_unix2nt_time@Base 1.0.1
+ regfi_version@Base 1.0.1
+ void_stack_copy@Base 1.0.1
+ void_stack_copy_reverse@Base 1.0.1
+ void_stack_cur@Base 1.0.1
+ void_stack_free@Base 1.0.1
+ void_stack_free_deep@Base 1.0.1
+ void_stack_iterator_free@Base 1.0.1
+ void_stack_iterator_new@Base 1.0.1
+ void_stack_iterator_next@Base 1.0.1
+ void_stack_new@Base 1.0.1
+ void_stack_pop@Base 1.0.1
+ void_stack_push@Base 1.0.1
+ void_stack_size@Base 1.0.1
+ winsec_ace_equal@Base 1.0.1
+ winsec_ace_object@Base 1.0.1
+ winsec_acl_equal@Base 1.0.1
+ winsec_desc_equal@Base 1.0.1
+ winsec_free_descriptor@Base 1.0.1
+ winsec_parse_ace@Base 1.0.1
+ winsec_parse_acl@Base 1.0.1
+ winsec_parse_desc@Base 1.0.1
+ winsec_parse_descriptor@Base 1.0.1
+ winsec_parse_dom_sid@Base 1.0.1
+ winsec_parse_uuid@Base 1.0.1
+ winsec_sid2str@Base 1.0.1
+ winsec_sid_compare@Base 1.0.1
+ winsec_sid_compare_auth@Base 1.0.1
+ winsec_sid_equal@Base 1.0.1
+ winsec_sid_size@Base 1.0.1
diff -Nru reglookup-1.0.1+svn287/debian/rules 
reglookup-1.0.1+svn287/debian/rules
--- reglookup-1.0.1+svn287/debian/rules 2021-02-02 18:38:21.000000000 +0000
+++ reglookup-1.0.1+svn287/debian/rules 2024-02-03 20:24:27.000000000 +0000
@@ -3,7 +3,7 @@
 export PYBUILD_NAME=pyregfi
 LIB_R_VERSION=1.0.1
 
-LIBDIR=$(CURDIR)/debian/libregfi1
+LIBDIR=$(CURDIR)/debian/libregfi1t64
 
 export DOCPATH=$(CURDIR)/debian/reglookup-doc/usr/share/doc/reglookup-doc
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all

--- End Message ---
--- Begin Message ---
Source: reglookup
Source-Version: 1.0.1+svn287-9.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
reglookup, 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 1062...@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 reglookup 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, 29 Feb 2024 22:53:09 +0000
Source: reglookup
Architecture: source
Version: 1.0.1+svn287-9.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <team+pkg-secur...@tracker.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062852
Changes:
 reglookup (1.0.1+svn287-9.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062852
Checksums-Sha1:
 50f9b7891e5e7b4028c66bab23f98755e0227359 2372 reglookup_1.0.1+svn287-9.1.dsc
 3640acdbd824e9ba519ff8fd824d3dfb420fb02d 8012 
reglookup_1.0.1+svn287-9.1.debian.tar.xz
 5abfc1899eaf87e7734f3a465ead15c878675487 11690 
reglookup_1.0.1+svn287-9.1_source.buildinfo
Checksums-Sha256:
 190353fcc24d587bbde2cbd7a11a752237b5caf42bfddeca12178e6cf73182bd 2372 
reglookup_1.0.1+svn287-9.1.dsc
 af353436802187c2a7eac7cacd370f8bd1ba85cf3f4e648de3be57e76cce1879 8012 
reglookup_1.0.1+svn287-9.1.debian.tar.xz
 ef15679846eb205ba92727b9aa5622a7b3934f92e982f835f3f164e804c7457d 11690 
reglookup_1.0.1+svn287-9.1_source.buildinfo
Files:
 54c617b4953ebbb43b2b59adf4c296c2 2372 utils optional 
reglookup_1.0.1+svn287-9.1.dsc
 7e53d4e119bc3a1ded0c22f65be7f005 8012 utils optional 
reglookup_1.0.1+svn287-9.1.debian.tar.xz
 90300201ceda897d8fb8721409fdcbc9 11690 utils optional 
reglookup_1.0.1+svn287-9.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXhCukACgkQFZ61xO/I
d0xOPg/+MDC4hvJbblpz0qOAw02O/K/IkdBgKsiyr7e3D4mkVX9oemHXS6HjELJk
EdksiLmzrjLEKCbPuncL6wfwTd0tX+6+wKvxiFgpAdfQFbOUe0FqwdNWcPFzBAkI
N/ZbC6c6ArmNUahpdzMZDSuQ0EnsKYyrFwEAAgpFG8xjdfK2ZeFYMpkB0ijNEPFF
4Mt8NIXdCxyczkJwCGGY53KxfLeJ3uqfjTY1CjoWuU3ytSvNiU8W1f+hW4lN/6ys
bNhkAoqbnPQEMsDuDQls1jnLZsXBfMq1eZ9TClbDVXxv9iQrU5d9iy/O9DVs6Lvi
fqOzY3uCDVqBUgb7uVxfW+GNzzCWNPPQUiBJDDnxnbuS7m4GadTuPFLgC4YWgpq8
AuaLDTXod1XE6f+nC6jbCHpa2pXJk5/dBpToxg6eQPqRsvuqTVRHNyK6WXEk+mAZ
GBYyl8BBAAgG11vT7mAH9WgazSVsPOhHrF493EjRm4U4ruY6e4az5hy9M1fAgFd/
DP0CMgza/8lWhhVr/9WZjUtYfBacXaysfNDmG5RyQFhT3MEV67C5rFKi703GTIRj
mlrA7VfCrSb+BMufB4FnAaXkV/6xkyvD3gfia3DeQoeh/0QUMDbjVi68OWHnNtsU
UBlueRK/npcIIOuLA5BbAYtEC1CqTUuXDatV0beFb7P27cn3AbQ=
=pD9L
-----END PGP SIGNATURE-----

Attachment: pgpIuUZKoMKm9.pgp
Description: PGP signature


--- End Message ---

Reply via email to