[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1062411: marked as done (libmateweather: NMU diff for 64-bit time_t transition)



Your message dated Wed, 28 Feb 2024 15:10:38 +0000
with message-id <E1rfLZu-006lwP-97@fasolo.debian.org>
and subject line Bug#1062411: fixed in libmateweather 1.26.3-3.1
has caused the Debian Bug report #1062411,
regarding libmateweather: 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 owner@bugs.debian.org
immediately.)


-- 
1062411: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062411
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libmateweather
Version: 1.26.3-2
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-arm@lists.debian.org
Usertags: time-t

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
libmateweather 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 libmateweather
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'), (500, 'testing'), (1, 'experimental')
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 libmateweather-1.26.3/debian/changelog libmateweather-1.26.3/debian/changelog
--- libmateweather-1.26.3/debian/changelog	2024-01-21 08:31:29.000000000 +0000
+++ libmateweather-1.26.3/debian/changelog	2024-02-01 09:47:00.000000000 +0000
@@ -1,3 +1,10 @@
+libmateweather (1.26.3-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Thu, 01 Feb 2024 09:47:00 +0000
+
 libmateweather (1.26.3-2) unstable; urgency=medium
 
   * debian/control:
diff -Nru libmateweather-1.26.3/debian/control libmateweather-1.26.3/debian/control
--- libmateweather-1.26.3/debian/control	2024-01-21 08:30:59.000000000 +0000
+++ libmateweather-1.26.3/debian/control	2024-02-01 09:47:00.000000000 +0000
@@ -24,15 +24,16 @@
 Vcs-Browser: https://salsa.debian.org/debian-mate-team/libmateweather
 Vcs-Git: https://salsa.debian.org/debian-mate-team/libmateweather.git
 
-Package: libmateweather1
+Package: libmateweather1t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends},
 Depends: libmateweather-common (= ${source:Version}),
          ${misc:Depends},
          ${shlibs:Depends},
-Breaks: libmateweather,
-Replaces: libmateweather,
+Breaks: libmateweather1 (<< ${source:Version}), libmateweather,
+Replaces: libmateweather1, libmateweather,
 Description: MateWeather shared library
  libmateweather is a library to access weather information from online
  services for numerous locations.
@@ -57,7 +58,7 @@
 Multi-Arch: same
 Depends: libglib2.0-dev,
          libgtk-3-dev,
-         libmateweather1 (= ${binary:Version}),
+         libmateweather1t64 (= ${binary:Version}),
          libsoup-gnome2.4-dev,
          libsoup2.4-dev,
          libxml2-dev,
diff -Nru libmateweather-1.26.3/debian/libmateweather1.install libmateweather-1.26.3/debian/libmateweather1.install
--- libmateweather-1.26.3/debian/libmateweather1.install	2014-12-11 04:45:54.000000000 +0000
+++ libmateweather-1.26.3/debian/libmateweather1.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru libmateweather-1.26.3/debian/libmateweather1.symbols libmateweather-1.26.3/debian/libmateweather1.symbols
--- libmateweather-1.26.3/debian/libmateweather1.symbols	2019-07-10 11:59:00.000000000 +0000
+++ libmateweather-1.26.3/debian/libmateweather1.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,125 +0,0 @@
-libmateweather.so.1 libmateweather1 #MINVER#
-* Build-Depends-Package: libmateweather-dev
- _weather_info_fill@Base 1.6.2
- bom_start_open@Base 1.6.2
- calc_moon@Base 1.6.2
- calc_moon_phases@Base 1.6.2
- calc_sun@Base 1.6.2
- calc_sun_time@Base 1.6.2
- ecl2equ@Base 1.6.2
- free_forecast_list@Base 1.6.2
- iwin_start_open@Base 1.6.2
- mateweather_dpgettext@Base 1.6.2
- mateweather_gettext@Base 1.6.2
- mateweather_location_entry_get_location@Base 1.6.2
- mateweather_location_entry_get_type@Base 1.6.2
- mateweather_location_entry_has_custom_text@Base 1.6.2
- mateweather_location_entry_new@Base 1.6.2
- mateweather_location_entry_set_city@Base 1.6.2
- mateweather_location_entry_set_location@Base 1.6.2
- mateweather_location_free_children@Base 1.6.2
- mateweather_location_free_timezones@Base 1.6.2
- mateweather_location_get_children@Base 1.6.2
- mateweather_location_get_city_name@Base 1.6.2
- mateweather_location_get_code@Base 1.6.2
- mateweather_location_get_coords@Base 1.6.2
- mateweather_location_get_country@Base 1.6.2
- mateweather_location_get_distance@Base 1.6.2
- mateweather_location_get_level@Base 1.6.2
- mateweather_location_get_name@Base 1.6.2
- mateweather_location_get_parent@Base 1.6.2
- mateweather_location_get_sort_name@Base 1.6.2
- mateweather_location_get_timezone@Base 1.6.2
- mateweather_location_get_timezones@Base 1.6.2
- mateweather_location_get_type@Base 1.6.2
- mateweather_location_get_weather@Base 1.6.2
- mateweather_location_has_coords@Base 1.6.2
- mateweather_location_level_get_type@Base 1.6.2
- mateweather_location_new_world@Base 1.6.2
- mateweather_location_ref@Base 1.6.2
- mateweather_location_to_weather_location@Base 1.6.2
- mateweather_location_unref@Base 1.6.2
- mateweather_parser_free@Base 1.6.2
- mateweather_parser_get_localized_value@Base 1.6.2
- mateweather_parser_get_value@Base 1.6.2
- mateweather_parser_new@Base 1.6.2
- mateweather_prefs_get_distance_display_name@Base 1.6.2
- mateweather_prefs_get_pressure_display_name@Base 1.6.2
- mateweather_prefs_get_speed_display_name@Base 1.6.2
- mateweather_prefs_get_temp_display_name@Base 1.6.2
- mateweather_prefs_load@Base 1.6.2
- mateweather_timezone_get_dst_offset@Base 1.6.2
- mateweather_timezone_get_name@Base 1.6.2
- mateweather_timezone_get_offset@Base 1.6.2
- mateweather_timezone_get_type@Base 1.6.2
- mateweather_timezone_get_tzid@Base 1.6.2
- mateweather_timezone_get_utc@Base 1.6.2
- mateweather_timezone_has_dst@Base 1.6.2
- mateweather_timezone_menu_get_type@Base 1.6.2
- mateweather_timezone_menu_get_tzid@Base 1.6.2
- mateweather_timezone_menu_new@Base 1.6.2
- mateweather_timezone_menu_set_tzid@Base 1.6.2
- mateweather_timezone_ref@Base 1.6.2
- mateweather_timezone_unref@Base 1.6.2
- mateweather_timezones_parse_xml@Base 1.6.2
- mateweather_xml_free_locations@Base 1.6.2
- mateweather_xml_load_locations@Base 1.6.2
- metar_parse@Base 1.6.2
- metar_start_open@Base 1.6.2
- metoffice_start_open@Base 1.6.2
- request_done@Base 1.6.2
- requests_init@Base 1.6.2
- sunEclipLongitude@Base 1.6.2
- weather_conditions_string@Base 1.6.2
- weather_info_abort@Base 1.6.2
- weather_info_clone@Base 1.6.2
- weather_info_free@Base 1.6.2
- weather_info_get_apparent@Base 1.6.2
- weather_info_get_conditions@Base 1.6.2
- weather_info_get_dew@Base 1.6.2
- weather_info_get_forecast@Base 1.6.2
- weather_info_get_forecast_list@Base 1.6.2
- weather_info_get_humidity@Base 1.6.2
- weather_info_get_icon_name@Base 1.6.2
- weather_info_get_location@Base 1.6.2
- weather_info_get_location_name@Base 1.6.2
- weather_info_get_pressure@Base 1.6.2
- weather_info_get_radar@Base 1.6.2
- weather_info_get_sky@Base 1.6.2
- weather_info_get_sunrise@Base 1.6.2
- weather_info_get_sunset@Base 1.6.2
- weather_info_get_temp@Base 1.6.2
- weather_info_get_temp_max@Base 1.6.2
- weather_info_get_temp_min@Base 1.6.2
- weather_info_get_temp_summary@Base 1.6.2
- weather_info_get_upcoming_moonphases@Base 1.6.2
- weather_info_get_update@Base 1.6.2
- weather_info_get_value_apparent@Base 1.6.2
- weather_info_get_value_conditions@Base 1.6.2
- weather_info_get_value_dew@Base 1.6.2
- weather_info_get_value_moonphase@Base 1.6.2
- weather_info_get_value_pressure@Base 1.6.2
- weather_info_get_value_sky@Base 1.6.2
- weather_info_get_value_sunrise@Base 1.6.2
- weather_info_get_value_sunset@Base 1.6.2
- weather_info_get_value_temp@Base 1.6.2
- weather_info_get_value_temp_max@Base 1.6.2
- weather_info_get_value_temp_min@Base 1.6.2
- weather_info_get_value_update@Base 1.6.2
- weather_info_get_value_visibility@Base 1.6.2
- weather_info_get_value_wind@Base 1.6.2
- weather_info_get_visibility@Base 1.6.2
- weather_info_get_weather_summary@Base 1.6.2
- weather_info_get_wind@Base 1.6.2
- weather_info_is_valid@Base 1.6.2
- weather_info_network_error@Base 1.6.2
- weather_info_next_sun_event@Base 1.6.2
- weather_info_to_imperial@Base 1.6.2
- weather_info_to_metric@Base 1.6.2
- weather_location_clone@Base 1.6.2
- weather_location_equal@Base 1.6.2
- weather_location_free@Base 1.6.2
- weather_location_new@Base 1.6.2
- weather_sky_string@Base 1.6.2
- weather_wind_direction_string@Base 1.6.2
- wx_start_open@Base 1.6.2
diff -Nru libmateweather-1.26.3/debian/libmateweather1t64.install libmateweather-1.26.3/debian/libmateweather1t64.install
--- libmateweather-1.26.3/debian/libmateweather1t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libmateweather-1.26.3/debian/libmateweather1t64.install	2014-12-11 04:45:54.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru libmateweather-1.26.3/debian/libmateweather1t64.lintian-overrides libmateweather-1.26.3/debian/libmateweather1t64.lintian-overrides
--- libmateweather-1.26.3/debian/libmateweather1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libmateweather-1.26.3/debian/libmateweather1t64.lintian-overrides	2024-02-01 09:47:00.000000000 +0000
@@ -0,0 +1 @@
+libmateweather1t64: package-name-doesnt-match-sonames libmateweather1
diff -Nru libmateweather-1.26.3/debian/libmateweather1t64.symbols libmateweather-1.26.3/debian/libmateweather1t64.symbols
--- libmateweather-1.26.3/debian/libmateweather1t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ libmateweather-1.26.3/debian/libmateweather1t64.symbols	2024-02-01 09:47:00.000000000 +0000
@@ -0,0 +1,125 @@
+libmateweather.so.1 libmateweather1t64 #MINVER#
+* Build-Depends-Package: libmateweather-dev
+ _weather_info_fill@Base 1.6.2
+ bom_start_open@Base 1.6.2
+ calc_moon@Base 1.6.2
+ calc_moon_phases@Base 1.6.2
+ calc_sun@Base 1.6.2
+ calc_sun_time@Base 1.6.2
+ ecl2equ@Base 1.6.2
+ free_forecast_list@Base 1.6.2
+ iwin_start_open@Base 1.6.2
+ mateweather_dpgettext@Base 1.6.2
+ mateweather_gettext@Base 1.6.2
+ mateweather_location_entry_get_location@Base 1.6.2
+ mateweather_location_entry_get_type@Base 1.6.2
+ mateweather_location_entry_has_custom_text@Base 1.6.2
+ mateweather_location_entry_new@Base 1.6.2
+ mateweather_location_entry_set_city@Base 1.6.2
+ mateweather_location_entry_set_location@Base 1.6.2
+ mateweather_location_free_children@Base 1.6.2
+ mateweather_location_free_timezones@Base 1.6.2
+ mateweather_location_get_children@Base 1.6.2
+ mateweather_location_get_city_name@Base 1.6.2
+ mateweather_location_get_code@Base 1.6.2
+ mateweather_location_get_coords@Base 1.6.2
+ mateweather_location_get_country@Base 1.6.2
+ mateweather_location_get_distance@Base 1.6.2
+ mateweather_location_get_level@Base 1.6.2
+ mateweather_location_get_name@Base 1.6.2
+ mateweather_location_get_parent@Base 1.6.2
+ mateweather_location_get_sort_name@Base 1.6.2
+ mateweather_location_get_timezone@Base 1.6.2
+ mateweather_location_get_timezones@Base 1.6.2
+ mateweather_location_get_type@Base 1.6.2
+ mateweather_location_get_weather@Base 1.6.2
+ mateweather_location_has_coords@Base 1.6.2
+ mateweather_location_level_get_type@Base 1.6.2
+ mateweather_location_new_world@Base 1.6.2
+ mateweather_location_ref@Base 1.6.2
+ mateweather_location_to_weather_location@Base 1.6.2
+ mateweather_location_unref@Base 1.6.2
+ mateweather_parser_free@Base 1.6.2
+ mateweather_parser_get_localized_value@Base 1.6.2
+ mateweather_parser_get_value@Base 1.6.2
+ mateweather_parser_new@Base 1.6.2
+ mateweather_prefs_get_distance_display_name@Base 1.6.2
+ mateweather_prefs_get_pressure_display_name@Base 1.6.2
+ mateweather_prefs_get_speed_display_name@Base 1.6.2
+ mateweather_prefs_get_temp_display_name@Base 1.6.2
+ mateweather_prefs_load@Base 1.6.2
+ mateweather_timezone_get_dst_offset@Base 1.6.2
+ mateweather_timezone_get_name@Base 1.6.2
+ mateweather_timezone_get_offset@Base 1.6.2
+ mateweather_timezone_get_type@Base 1.6.2
+ mateweather_timezone_get_tzid@Base 1.6.2
+ mateweather_timezone_get_utc@Base 1.6.2
+ mateweather_timezone_has_dst@Base 1.6.2
+ mateweather_timezone_menu_get_type@Base 1.6.2
+ mateweather_timezone_menu_get_tzid@Base 1.6.2
+ mateweather_timezone_menu_new@Base 1.6.2
+ mateweather_timezone_menu_set_tzid@Base 1.6.2
+ mateweather_timezone_ref@Base 1.6.2
+ mateweather_timezone_unref@Base 1.6.2
+ mateweather_timezones_parse_xml@Base 1.6.2
+ mateweather_xml_free_locations@Base 1.6.2
+ mateweather_xml_load_locations@Base 1.6.2
+ metar_parse@Base 1.6.2
+ metar_start_open@Base 1.6.2
+ metoffice_start_open@Base 1.6.2
+ request_done@Base 1.6.2
+ requests_init@Base 1.6.2
+ sunEclipLongitude@Base 1.6.2
+ weather_conditions_string@Base 1.6.2
+ weather_info_abort@Base 1.6.2
+ weather_info_clone@Base 1.6.2
+ weather_info_free@Base 1.6.2
+ weather_info_get_apparent@Base 1.6.2
+ weather_info_get_conditions@Base 1.6.2
+ weather_info_get_dew@Base 1.6.2
+ weather_info_get_forecast@Base 1.6.2
+ weather_info_get_forecast_list@Base 1.6.2
+ weather_info_get_humidity@Base 1.6.2
+ weather_info_get_icon_name@Base 1.6.2
+ weather_info_get_location@Base 1.6.2
+ weather_info_get_location_name@Base 1.6.2
+ weather_info_get_pressure@Base 1.6.2
+ weather_info_get_radar@Base 1.6.2
+ weather_info_get_sky@Base 1.6.2
+ weather_info_get_sunrise@Base 1.6.2
+ weather_info_get_sunset@Base 1.6.2
+ weather_info_get_temp@Base 1.6.2
+ weather_info_get_temp_max@Base 1.6.2
+ weather_info_get_temp_min@Base 1.6.2
+ weather_info_get_temp_summary@Base 1.6.2
+ weather_info_get_upcoming_moonphases@Base 1.6.2
+ weather_info_get_update@Base 1.6.2
+ weather_info_get_value_apparent@Base 1.6.2
+ weather_info_get_value_conditions@Base 1.6.2
+ weather_info_get_value_dew@Base 1.6.2
+ weather_info_get_value_moonphase@Base 1.6.2
+ weather_info_get_value_pressure@Base 1.6.2
+ weather_info_get_value_sky@Base 1.6.2
+ weather_info_get_value_sunrise@Base 1.6.2
+ weather_info_get_value_sunset@Base 1.6.2
+ weather_info_get_value_temp@Base 1.6.2
+ weather_info_get_value_temp_max@Base 1.6.2
+ weather_info_get_value_temp_min@Base 1.6.2
+ weather_info_get_value_update@Base 1.6.2
+ weather_info_get_value_visibility@Base 1.6.2
+ weather_info_get_value_wind@Base 1.6.2
+ weather_info_get_visibility@Base 1.6.2
+ weather_info_get_weather_summary@Base 1.6.2
+ weather_info_get_wind@Base 1.6.2
+ weather_info_is_valid@Base 1.6.2
+ weather_info_network_error@Base 1.6.2
+ weather_info_next_sun_event@Base 1.6.2
+ weather_info_to_imperial@Base 1.6.2
+ weather_info_to_metric@Base 1.6.2
+ weather_location_clone@Base 1.6.2
+ weather_location_equal@Base 1.6.2
+ weather_location_free@Base 1.6.2
+ weather_location_new@Base 1.6.2
+ weather_sky_string@Base 1.6.2
+ weather_wind_direction_string@Base 1.6.2
+ wx_start_open@Base 1.6.2

--- End Message ---
--- Begin Message ---
Source: libmateweather
Source-Version: 1.26.3-3.1
Done: Benjamin Drung <bdrung@debian.org>

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

Debian distribution maintenance software
pp.
Benjamin Drung <bdrung@debian.org> (supplier of updated libmateweather 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 28 Feb 2024 14:02:49 +0000
Source: libmateweather
Architecture: source
Version: 1.26.3-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1062411
Changes:
 libmateweather (1.26.3-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062411
Checksums-Sha1:
 0a25aeadf87f2ac2c1e9e2074810914cf2ceeb3d 2493 libmateweather_1.26.3-3.1.dsc
 d4972307fdbaf8de6912d9fd6633508a7acf6824 7508 libmateweather_1.26.3-3.1.debian.tar.xz
 a04f46ff3f067a2f2eac0724b735fcb85de3ee00 16523 libmateweather_1.26.3-3.1_source.buildinfo
Checksums-Sha256:
 8d8cf1988f4b677fe89a75683cf376c90bc1b4fe5420a19f3000b0fb3adab023 2493 libmateweather_1.26.3-3.1.dsc
 cb06334920ce34eb1c5ea0a2aa63c5fa72ea7e5dee9c2d0f474079d3084e7dee 7508 libmateweather_1.26.3-3.1.debian.tar.xz
 3de39a38161def350cdf274c7f94e30dff7c9f61867cef4ef7c57425c76a12b3 16523 libmateweather_1.26.3-3.1_source.buildinfo
Files:
 5d24531eee117b03724eaf701d274b19 2493 libs optional libmateweather_1.26.3-3.1.dsc
 03e4130b89c5e8db3fdd822b36947cfc 7508 libs optional libmateweather_1.26.3-3.1.debian.tar.xz
 2c1ada37d481eceb8208e16f3b156315 16523 libs optional libmateweather_1.26.3-3.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfPTMACgkQFZ61xO/I
d0y7+Q/9EjxkCnBZMXkqJQZxCfa67opBQKKiajALDeQdk8BH5nqX2SB1T56J8zpa
O3pH+7i2diXviSxN/0K9Wba1qUIiheR0xsHnKpXqrLtfKQTXNMJhXtIdAJq59oip
hrmJ43Uh/mrUF/paZPg7/JDeAgUkkYwWCPF1D3/iAXxz15msuw7JUIpMKf22zt0M
EwJ1ctIp31gbTvtRoWOHFvEj5V8Q8lboJgaoMAud0kyJvSXcd3QvSR7T3S7zHpEx
2fwv1p9aOD+kIvBfLtZkvNxeFNPJj5LblAxRlSv739SVWzavJ31f6WIUytY3ue7Z
pdVpfYrrIcPQXjQcOWcIMsPsTOiNUwLUbrEo5Ul7+pmo0nR5SYquRbl0DG9DPPA9
ZEJi9bSMcP5OP82FLv4UUax6rUltUbA7t5hC1qPtXRfbo5AE0qmTtKBN72ndTZrR
WTMgDdUIK5ArZ1clibL6YgXeVjmLbY+cNhU4MZGnLdYCrH4R5E6CUtNvadElg16y
3eSZmy/5NSJzF5Xb9bhudFibfPM8ZjSKgw6csXOp6hbad/BvwTy5tNIyOG4vkpw1
qk3v4yYdQDLRH/II/ZtS/7w/n/sdHn4xlmH9NRY6aWxdL6zj7r3Azp+BccvsFyas
YcGS3VdJpQq5BuEpCBxQy+XfWTwjPwCH+XNJYunzoIXbKoryf+Y=
=I29y
-----END PGP SIGNATURE-----

Attachment: pgp7Cj9cTYeii.pgp
Description: PGP signature


--- End Message ---

Reply to: