Your message dated Fri, 21 Nov 2025 03:04:51 +0000
with message-id <[email protected]>
and subject line Bug#1120236: fixed in magma 2.9.0+ds-3
has caused the Debian Bug report #1120236,
regarding magma: FTBFS: /usr/include/c++/13/bits/stl_algobase.h:281:56: error: 
macro "min" passed 3 arguments, but takes just 2
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.)


-- 
1120236: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1120236
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:magma
Version: 2.9.0+ds-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202511/

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 cannot 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:magma, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cp -v make.inc-examples/make.inc.openblas make.inc
'make.inc-examples/make.inc.openblas' -> 'make.inc'
sed -i -e 's#^\(CC\)\s*=\(.*\)#\1 = cuda-gcc#' \
        -e 's#^\(CXX\)\s*=\(.*\)#\1 = cuda-g++#' \
        -e 's#^\(NVCC\)\s*=\(.*\)#\1 = nvcc#' \
        -e 's#^\(CFLAGS\)\s*=\(.*\)#\1 = \2 -Wdate-time -D_FORTIFY_SOURCE=2 -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection#' \
        -e 's#^\(CXXFLAGS\)\s*=\(.*\)#\1 = \2 -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection#' \
        -e 's#^\(FFLAGS\)\s*=\(.*\)#\1 = \2 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -fcf-protection#' \
        -e 's#^\(LDLAGS\)\s*=\(.*\)#\1 = \2 #' \
        -e 's#^\(DEVCCFLAGS\)\s*=\(.*\)#\1 = \2 -g -G#' \
        -e 's#-lopenblas#-lblas -llapack#' \

[... snipped ...]

      |             ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/c++/13/bits/chrono.h:998:43: error: macro "max" requires 2 
arguments, but only 1 given
  998 |         { return time_point(duration::max()); }
      |                                           ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/c++/13/bits/chrono.h:1232:49: error: macro "min" requires 2 
arguments, but only 1 given
 1232 |       static_assert(system_clock::duration::min()
      |                                                 ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
In file included from /usr/include/cuda/std/limits:26,
                 from /usr/include/cuda/std/detail/libcxx/include/chrono:849:
/usr/include/cuda/std/detail/libcxx/include/limits:155:59: error: macro "min" 
requires 2 arguments, but only 1 given
  155 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr type min() noexcept
      |                                                           ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:159:59: error: macro "max" 
requires 2 arguments, but only 1 given
  159 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr type max() noexcept
      |                                                           ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:249:59: error: macro "min" 
requires 2 arguments, but only 1 given
  249 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr type min() noexcept
      |                                                           ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:253:59: error: macro "max" 
requires 2 arguments, but only 1 given
  253 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr type max() noexcept
      |                                                           ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:259:16: error: macro "min" 
requires 2 arguments, but only 1 given
  259 |     return min();
      |                ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:328:59: error: macro "min" 
requires 2 arguments, but only 1 given
  328 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr type min() noexcept
      |                                                           ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:332:59: error: macro "max" 
requires 2 arguments, but only 1 given
  332 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr type max() noexcept
      |                                                           ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:338:16: error: macro "min" 
requires 2 arguments, but only 1 given
  338 |     return min();
      |                ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:401:59: error: macro "min" 
requires 2 arguments, but only 1 given
  401 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr type min() noexcept
      |                                                           ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:405:59: error: macro "max" 
requires 2 arguments, but only 1 given
  405 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr type max() noexcept
      |                                                           ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:411:17: error: macro "max" 
requires 2 arguments, but only 1 given
  411 |     return -max();
      |                 ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:489:59: error: macro "min" 
requires 2 arguments, but only 1 given
  489 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr type min() noexcept
      |                                                           ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:493:59: error: macro "max" 
requires 2 arguments, but only 1 given
  493 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr type max() noexcept
      |                                                           ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:499:17: error: macro "max" 
requires 2 arguments, but only 1 given
  499 |     return -max();
      |                 ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:653:59: error: macro "min" 
requires 2 arguments, but only 1 given
  653 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr type min() noexcept
      |                                                           ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:655:24: error: macro "min" 
requires 2 arguments, but only 1 given
  655 |     return __base::min();
      |                        ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:657:59: error: macro "max" 
requires 2 arguments, but only 1 given
  657 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr type max() noexcept
      |                                                           ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:659:24: error: macro "max" 
requires 2 arguments, but only 1 given
  659 |     return __base::max();
      |                        ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:773:59: error: macro "min" 
requires 2 arguments, but only 1 given
  773 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr type min() noexcept
      |                                                           ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:775:24: error: macro "min" 
requires 2 arguments, but only 1 given
  775 |     return __base::min();
      |                        ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:777:59: error: macro "max" 
requires 2 arguments, but only 1 given
  777 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr type max() noexcept
      |                                                           ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:779:24: error: macro "max" 
requires 2 arguments, but only 1 given
  779 |     return __base::max();
      |                        ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:893:59: error: macro "min" 
requires 2 arguments, but only 1 given
  893 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr type min() noexcept
      |                                                           ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:895:24: error: macro "min" 
requires 2 arguments, but only 1 given
  895 |     return __base::min();
      |                        ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:897:59: error: macro "max" 
requires 2 arguments, but only 1 given
  897 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr type max() noexcept
      |                                                           ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:899:24: error: macro "max" 
requires 2 arguments, but only 1 given
  899 |     return __base::max();
      |                        ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:1013:59: error: macro "min" 
requires 2 arguments, but only 1 given
 1013 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr type min() noexcept
      |                                                           ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:1015:24: error: macro "min" 
requires 2 arguments, but only 1 given
 1015 |     return __base::min();
      |                        ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:1017:59: error: macro "max" 
requires 2 arguments, but only 1 given
 1017 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr type max() noexcept
      |                                                           ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/limits:1019:24: error: macro "max" 
requires 2 arguments, but only 1 given
 1019 |     return __base::max();
      |                        ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/chrono:993:59: error: macro "max" 
requires 2 arguments, but only 1 given
  993 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr _Rep max() noexcept
      |                                                           ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/chrono:995:38: error: macro "max" 
requires 2 arguments, but only 1 given
  995 |     return numeric_limits<_Rep>::max();
      |                                      ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/chrono:997:59: error: macro "min" 
requires 2 arguments, but only 1 given
  997 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr _Rep min() noexcept
      |                                                           ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/chrono:1189:63: error: macro "min" 
requires 2 arguments, but only 1 given
 1189 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr duration min() noexcept
      |                                                               ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/chrono:1191:47: error: macro "min" 
requires 2 arguments, but only 1 given
 1191 |     return duration(duration_values<rep>::min());
      |                                               ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/chrono:1193:63: error: macro "max" 
requires 2 arguments, but only 1 given
 1193 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr duration max() noexcept
      |                                                               ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/chrono:1195:47: error: macro "max" 
requires 2 arguments, but only 1 given
 1195 |     return duration(duration_values<rep>::max());
      |                                               ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/chrono:1447:65: error: macro "min" 
requires 2 arguments, but only 1 given
 1447 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr time_point min() 
noexcept
      |                                                                 ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/chrono:1449:37: error: macro "min" 
requires 2 arguments, but only 1 given
 1449 |     return time_point(duration::min());
      |                                     ^
./control/magma_internal.h:247: note: macro "min" defined here
  247 | #define min(a, b) ((a) < (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/chrono:1451:65: error: macro "max" 
requires 2 arguments, but only 1 given
 1451 |   _LIBCUDACXX_INLINE_VISIBILITY static constexpr time_point max() 
noexcept
      |                                                                 ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/chrono:1453:37: error: macro "max" 
requires 2 arguments, but only 1 given
 1453 |     return time_point(duration::max());
      |                                     ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
/usr/include/cuda/std/detail/libcxx/include/__threading_support:307:63: error: 
macro "max" requires 2 arguments, but only 1 given
  307 |   constexpr ts_sec __ts_sec_max = numeric_limits<ts_sec>::max();
      |                                                               ^
./control/magma_internal.h:243: note: macro "max" defined here
  243 | #define max(a, b) ((a) > (b) ? (a) : (b))
      | 
make[2]: *** [Makefile:859: magmablas/sgbtf2_kernels.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 INSTALL="install --strip-program=true" returned 
exit code 2
make[1]: *** [debian/rules:76: override_dh_auto_build-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:54: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: magma
Source-Version: 2.9.0+ds-3
Done: Cordell Bloor <[email protected]>

We believe that the bug you reported is fixed in the latest version of
magma, 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.
Cordell Bloor <[email protected]> (supplier of updated magma 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: Thu, 20 Nov 2025 19:24:11 -0700
Source: magma
Architecture: source
Version: 2.9.0+ds-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Cordell Bloor <[email protected]>
Closes: 1120236
Changes:
 magma (2.9.0+ds-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Mo Zhou ]
   * [CUDA] Set GPU targets as "sm_50 sm_60 sm_70 sm_75 sm_80 sm_86 sm_90".
 .
   [ Cordell Bloor ]
   * [ROCm] Use rocm-target-arch to select and document AMD GPU targets
   * [ROCm] Update my email address and copyright information
   * [ROCm] Add d/p/cmake4-compat.patch to fix FTBFS with CMake 4.0
   * [ROCm] Add d/p/no-rocm-core-tarball.patch to fix FTBFS with hipblas 2.0
   * [CUDA] Add d/p/undef-min-and-max.patch to fix FTBFS with CUDA 12.4.5.8
     (Closes: #1120236)
Checksums-Sha1:
 2a0186f0653d6c75201ccef8b343955c6a18e573 2306 magma_2.9.0+ds-3.dsc
 57870ac02b37ec0ff2a017a717a8cf6925021326 23584 magma_2.9.0+ds-3.debian.tar.xz
 11e8a0d19a31bddecff1fee1dc7f81033a164f24 8898 magma_2.9.0+ds-3_source.buildinfo
Checksums-Sha256:
 5ede72b44e3446eaac86a06daa98043a4fbec096f9ebfd3ff9fcb2ee25b665b1 2306 
magma_2.9.0+ds-3.dsc
 124e20caff88d6c1f6ad478d2eae0e216011ce3d2421546dd39b50d0c0ea0074 23584 
magma_2.9.0+ds-3.debian.tar.xz
 0adca2baf9e0704c8a974f676cb369134f9036a9033662a721838d81bce4e39a 8898 
magma_2.9.0+ds-3_source.buildinfo
Files:
 7e507ecd051f4df2f3cdb62d063fceb2 2306 contrib/math optional 
magma_2.9.0+ds-3.dsc
 d372eee44f248033c13b327b2c3a8332 23584 contrib/math optional 
magma_2.9.0+ds-3.debian.tar.xz
 3f18501a84e13757493bd58cfc09bcbb 8898 contrib/math optional 
magma_2.9.0+ds-3_source.buildinfo

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

iQJEBAEBCgAuFiEEDOBv45KqSPjSLkRx+e+O4MAhYw8FAmkf0goQHGNnbWJAZGVi
aWFuLm9yZwAKCRD5747gwCFjDzFsD/9aY41Et3NVviynTWDXarSqnbEvwHqHV+9K
c0dN4HnnsvCq/kxbs2D6QT2+0zbGeAFKt3i1YPDuY2mmhsQdEWojhdpT8sat0Kv2
xBgzETS1Q1Ii1/hAmBUz02rHraI10TTPWwy7VMxx7tRK1Sft39nd4GpdS9VSoHRl
TcPyP9qlVHV/30NFGJIwDCSQ9Ob0HjVcEapfpVDgj385XXWVCG0sub2ZtZp6aqgm
2+ryvqRCFSC+JgLpbz4uQFEz56EtcGx8LQ5Kmyofzqnd3BG3OtpZG5aYHo3x61A9
nKomjTk/GmKKSOyerl5bZSc1nOPeR4G3BTIBHv8NiGdbqcnB/PJqlYM1TEt+9TO8
XDs8NCFg+4ZjwDJOlETIfWUJ7mEaxpWZJwE4V0z12F4G8c2dJmm8av+xJM5BazFC
jseu0mH11ls1g/U0jpWEhEJyzUFW2xJ7GZ1SL52EKEhDj3+31IDNHV4PMOFqZzFW
49j6+BZ/EA5fCfN3C5ZS1zy1iFlglLl1GID1MLhrK+R7MaLY3pqAs6E4CRYFgIgv
lfplB6BlC2qIrjyFYIr2eTMlN6PbPC8e/Vh2lFphNNX3UYapn22ZktOcMYz6pCUv
zpVqfY0LV+DwKL5hIG6a+SJJ8ybIxZ6n4ZSVVizCY3xXePYFiLuJh6qeeqxDmPwi
rQOGrbpvfQ==
=++K9
-----END PGP SIGNATURE-----

Attachment: pgpMdgg13ytLF.pgp
Description: PGP signature


--- End Message ---

Reply via email to