Your message dated Thu, 29 Sep 2022 12:19:40 +0000
with message-id <e1odsvw-00f0q1...@fasolo.debian.org>
and subject line Bug#1004598: fixed in audacity 3.2.0+dfsg-1
has caused the Debian Bug report #1004598,
regarding audacity: FTBFS with ffmpeg 5.0
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.)


-- 
1004598: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004598
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: audacity
Version: 2.4.2~dfsg0-5
Severity: important
X-Debbugs-Cc: sramac...@debian.org
Tags: sid bookworm ftbfs
Usertags: ffmpeg5.0

audacity FTBFS with ffmpeg 5.0 (available in experimental):
| cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src" && /usr/bin/ccache 
/usr/lib/ccache/c++ -DAudacity_EXPORTS -DBUILDING_AUDACITY -DCMAKE -DHAVE_LRINT 
-DHAVE_LRINTF -DHAVE_MLOCK -DWXINTL_NO_GETTEXT_MACRO -DWXUSINGDLL 
-D_FILE_OFFSET_BITS=64 -D__WXGTK__ 
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/private" 
-I"/<<PKGBUILDDIR>>/include" -I"/<<PKGBUILDDIR>>/src" 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 
-I"/<<PKGBUILDDIR>>/lib-src/libnyquist" 
-I"/<<PKGBUILDDIR>>/lib-src/portmixer/include" -isystem /usr/include/opus 
-isystem /usr/include/lilv-0 -isystem /usr/include/sratom-0 -isystem 
/usr/include/sord-0 -isystem /usr/include/serd-0 -isystem /usr/include/suil-0 
-isystem /usr/include/portSMF -isystem /usr/include/soundtouch -isystem 
/usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include 
-isystem /usr/include/gtk-3.0 -isystem /usr/include/at-spi2-atk/2.0 -isystem 
/usr/include/at-spi-2.0 -isystem /usr/include/dbus-1.0 -isystem 
/usr/lib/x86_64-linux-gnu/dbus-1.0/include -isystem /usr/include/gio-unix-2.0 
-isystem /usr/include/cairo -isystem /usr/include/pango-1.0 -isystem 
/usr/include/harfbuzz -isystem /usr/include/fribidi -isystem 
/usr/include/atk-1.0 -isystem /usr/include/pixman-1 -isystem /usr/include/uuid 
-isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem 
/usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem 
/usr/include/blkid -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -pthread -std=gnu++14 -MD -MT 
src/CMakeFiles/Audacity.dir/AutoRecoveryDialog.cpp.o -MF 
CMakeFiles/Audacity.dir/AutoRecoveryDialog.cpp.o.d -o 
CMakeFiles/Audacity.dir/AutoRecoveryDialog.cpp.o -c 
"/<<PKGBUILDDIR>>/src/AutoRecoveryDialog.cpp"
| In file included from /<<PKGBUILDDIR>>/include/audacity/Types.h:49,
|                  from /<<PKGBUILDDIR>>/src/AudacityApp.h:18,
|                  from /<<PKGBUILDDIR>>/src/AudacityApp.cpp:19:
| /<<PKGBUILDDIR>>/include/audacity/Types.h: In member function ‘size_t 
sampleCount::as_size_t() const’:
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:75: error: ‘numeric_limits’ is 
not a member of ‘std’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= 
std::numeric_limits<size_t>::max());
|       |                                                                       
    ^~~~~~~~~~~~~~
| /usr/include/wx-3.0/wx/debug.h:280:42: note: in definition of macro 
‘wxASSERT_MSG’
|   280 |             if ( wxTheAssertHandler && !(cond) &&                     
        \
|       |                                          ^~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:7: note: in expansion of macro 
‘wxASSERT’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= 
std::numeric_limits<size_t>::max());
|       |       ^~~~~~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:96: error: expected 
primary-expression before ‘>’ token
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= 
std::numeric_limits<size_t>::max());
|       |                                                                       
                         ^
| /usr/include/wx-3.0/wx/debug.h:280:42: note: in definition of macro 
‘wxASSERT_MSG’
|   280 |             if ( wxTheAssertHandler && !(cond) &&                     
        \
|       |                                          ^~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:7: note: in expansion of macro 
‘wxASSERT’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= 
std::numeric_limits<size_t>::max());
|       |       ^~~~~~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:99: error: ‘::max’ has not been 
declared; did you mean ‘std::max’?
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= 
std::numeric_limits<size_t>::max());
|       |                                                                       
                            ^~~
| /usr/include/wx-3.0/wx/debug.h:280:42: note: in definition of macro 
‘wxASSERT_MSG’
|   280 |             if ( wxTheAssertHandler && !(cond) &&                     
        \
|       |                                          ^~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:7: note: in expansion of macro 
‘wxASSERT’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= 
std::numeric_limits<size_t>::max());
|       |       ^~~~~~~~
| In file included from /usr/include/c++/11/algorithm:62,
|                  from /<<PKGBUILDDIR>>/include/audacity/Types.h:45,
|                  from /<<PKGBUILDDIR>>/src/AudacityApp.h:18,
|                  from /<<PKGBUILDDIR>>/src/AudacityApp.cpp:19:
| /usr/include/c++/11/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here
|  3467 |     max(initializer_list<_Tp> __l, _Compare __comp)
|       |     ^~~
| In file included from /<<PKGBUILDDIR>>/src/AudacityApp.cpp:82:
| /<<PKGBUILDDIR>>/src/FFmpeg.h: In constructor ‘AVPacketEx::AVPacketEx()’:
| /<<PKGBUILDDIR>>/src/FFmpeg.h:892:21: warning: ‘void 
av_init_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
|   892 |       av_init_packet(this);
|       |       ~~~~~~~~~~~~~~^~~~~~
| In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:45,
|                  from /<<PKGBUILDDIR>>/src/FFmpeg.h:53,
|                  from /<<PKGBUILDDIR>>/src/AudacityApp.cpp:82:
| /usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here
|   506 | void av_init_packet(AVPacket *pkt);
|       |      ^~~~~~~~~~~~~~
| In file included from /<<PKGBUILDDIR>>/src/AudacityApp.cpp:82:
| /<<PKGBUILDDIR>>/src/FFmpeg.h: In member function ‘void AVPacketEx::reset()’:
| /<<PKGBUILDDIR>>/src/FFmpeg.h:919:7: error: ‘av_free_packet’ was not declared 
in this scope; did you mean ‘av_new_packet’?
|   919 |       av_free_packet(this);
|       |       ^~~~~~~~~~~~~~
|       |       av_new_packet
| /<<PKGBUILDDIR>>/src/FFmpeg.h: In member function ‘void 
AVPacketEx::steal(AVPacketEx&&)’:
| /<<PKGBUILDDIR>>/src/FFmpeg.h:926:21: warning: ‘void 
av_init_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
|   926 |       av_init_packet(&that);
|       |       ~~~~~~~~~~~~~~^~~~~~~
| In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:45,
|                  from /<<PKGBUILDDIR>>/src/FFmpeg.h:53,
|                  from /<<PKGBUILDDIR>>/src/AudacityApp.cpp:82:
| /usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here
|   506 | void av_init_packet(AVPacket *pkt);
|       |      ^~~~~~~~~~~~~~
| make[3]: *** [src/CMakeFiles/Audacity.dir/build.make:135: 
src/CMakeFiles/Audacity.dir/AudacityApp.cpp.o] Error 1
| make[3]: *** Waiting for unfinished jobs....
| /<<PKGBUILDDIR>>/src/AboutDialog.cpp:755:64: warning: macro "__DATE__" might 
prevent reproducible builds [-Wdate-time]
|   755 |    AddBuildinfoRow(&informationStr, XO("Program build date:"), 
__TDATE__);
|       |                                                                
^~~~~~~~~
| In file included from /usr/include/wx-3.0/wx/defs.h:745,
|                  from /usr/include/wx-3.0/wx/string.h:24,
|                  from /<<PKGBUILDDIR>>/src/AudioIOBase.h:22,
|                  from /<<PKGBUILDDIR>>/src/AudioIOBase.cpp:12:
| /<<PKGBUILDDIR>>/include/audacity/Types.h: In member function ‘size_t 
sampleCount::as_size_t() const’:
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:75: error: ‘numeric_limits’ is 
not a member of ‘std’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= 
std::numeric_limits<size_t>::max());
|       |                                                                       
    ^~~~~~~~~~~~~~
| /usr/include/wx-3.0/wx/debug.h:280:42: note: in definition of macro 
‘wxASSERT_MSG’
|   280 |             if ( wxTheAssertHandler && !(cond) &&                     
        \
|       |                                          ^~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:7: note: in expansion of macro 
‘wxASSERT’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= 
std::numeric_limits<size_t>::max());
|       |       ^~~~~~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:96: error: expected 
primary-expression before ‘>’ token
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= 
std::numeric_limits<size_t>::max());
|       |                                                                       
                         ^
| /usr/include/wx-3.0/wx/debug.h:280:42: note: in definition of macro 
‘wxASSERT_MSG’
|   280 |             if ( wxTheAssertHandler && !(cond) &&                     
        \
|       |                                          ^~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:7: note: in expansion of macro 
‘wxASSERT’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= 
std::numeric_limits<size_t>::max());
|       |       ^~~~~~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:99: error: ‘::max’ has not been 
declared; did you mean ‘std::max’?
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= 
std::numeric_limits<size_t>::max());
|       |                                                                       
                            ^~~
| /usr/include/wx-3.0/wx/debug.h:280:42: note: in definition of macro 
‘wxASSERT_MSG’
|   280 |             if ( wxTheAssertHandler && !(cond) &&                     
        \
|       |                                          ^~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:7: note: in expansion of macro 
‘wxASSERT’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= 
std::numeric_limits<size_t>::max());
|       |       ^~~~~~~~
| In file included from /usr/include/c++/11/algorithm:62,
|                  from /<<PKGBUILDDIR>>/src/Envelope.h:15,
|                  from /<<PKGBUILDDIR>>/src/AudioIOBase.cpp:19:
| /usr/include/c++/11/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here
|  3467 |     max(initializer_list<_Tp> __l, _Compare __comp)
|       |     ^~~
| make[3]: *** [src/CMakeFiles/Audacity.dir/build.make:205: 
src/CMakeFiles/Audacity.dir/AudioIOBase.cpp.o] Error 1
| In file included from /<<PKGBUILDDIR>>/include/audacity/Types.h:49,
|                  from /<<PKGBUILDDIR>>/src/xml/XMLTagHandler.h:25,
|                  from /<<PKGBUILDDIR>>/src/AutoRecovery.h:14,
|                  from /<<PKGBUILDDIR>>/src/AutoRecovery.cpp:22:
| /<<PKGBUILDDIR>>/include/audacity/Types.h: In member function ‘size_t 
sampleCount::as_size_t() const’:
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:75: error: ‘numeric_limits’ is 
not a member of ‘std’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= 
std::numeric_limits<size_t>::max());
|       |                                                                       
    ^~~~~~~~~~~~~~
| /usr/include/wx-3.0/wx/debug.h:280:42: note: in definition of macro 
‘wxASSERT_MSG’
|   280 |             if ( wxTheAssertHandler && !(cond) &&                     
        \
|       |                                          ^~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:7: note: in expansion of macro 
‘wxASSERT’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= 
std::numeric_limits<size_t>::max());
|       |       ^~~~~~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:96: error: expected 
primary-expression before ‘>’ token
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= 
std::numeric_limits<size_t>::max());
|       |                                                                       
                         ^
| /usr/include/wx-3.0/wx/debug.h:280:42: note: in definition of macro 
‘wxASSERT_MSG’
|   280 |             if ( wxTheAssertHandler && !(cond) &&                     
        \
|       |                                          ^~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:7: note: in expansion of macro 
‘wxASSERT’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= 
std::numeric_limits<size_t>::max());
|       |       ^~~~~~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:99: error: ‘::max’ has not been 
declared; did you mean ‘std::max’?
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= 
std::numeric_limits<size_t>::max());
|       |                                                                       
                            ^~~
| /usr/include/wx-3.0/wx/debug.h:280:42: note: in definition of macro 
‘wxASSERT_MSG’
|   280 |             if ( wxTheAssertHandler && !(cond) &&                     
        \
|       |                                          ^~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:7: note: in expansion of macro 
‘wxASSERT’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= 
std::numeric_limits<size_t>::max());
|       |       ^~~~~~~~
| In file included from /usr/include/c++/11/algorithm:62,
|                  from /<<PKGBUILDDIR>>/include/audacity/Types.h:45,
|                  from /<<PKGBUILDDIR>>/src/xml/XMLTagHandler.h:25,
|                  from /<<PKGBUILDDIR>>/src/AutoRecovery.h:14,
|                  from /<<PKGBUILDDIR>>/src/AutoRecovery.cpp:22:
| /usr/include/c++/11/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here
|  3467 |     max(initializer_list<_Tp> __l, _Compare __comp)
|       |     ^~~
| make[3]: *** [src/CMakeFiles/Audacity.dir/build.make:219: 
src/CMakeFiles/Audacity.dir/AutoRecovery.cpp.o] Error 1

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: audacity
Source-Version: 3.2.0+dfsg-1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
audacity, 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 1004...@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 audacity 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 Sep 2022 13:18:00 +0200
Source: audacity
Built-For-Profiles: noudeb
Architecture: source
Version: 3.2.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 946167 962077 990737 1004598 1005082 1010892 1019831
Launchpad-Bugs-Fixed: 1924841 1973052 1978405 1983862
Changes:
 audacity (3.2.0+dfsg-1) unstable; urgency=medium
 .
   [ Dennis Braun ]
   * New upstream version (LP: #1924841)
     + Fix track volume and panning slider's pop-up visibility (Closes: #946167)
     + Support Italian language (Closes: #962077)
     + Fix FTBFS with ffmpeg 5.0 (Closes: #1004598, LP: #1983862)
     + Fix AAC (m4a) file support (LP: #1978405)
     + Fix export to .opus (Closes: #1005082)
     + Fix length and position of selection is not shown correctly
       (Closes: #1010892, LP: #1973052)
     + Build against wxwidgets 3.2 (Closes: #1019831)
     + Exclude libs from lib-src, we want to use system libs
   * d/patches:
     + Refresh patchset
     + Fix build with wxwidgets 3.2 and portsmf system lib
     + Remove obsolete patches
   * d/control:
     + Update and sort B-Ds
     + Bump Standards-Version to 4.6.1
     + Fix order of uploaders
   * d/copyright:
     + Add comment why we exclude files
     + Update entries and licenses
   * Refresh lintian-overrides
   * d/not-installed: Do not install usr/audacity
   * d/rules:
     + Update configure options
     + Remove obsolete commands after dh auto install
     + Do not override dh_auto_test anymore
   * Add salsa CI config
 .
   [ Benjamin Drung ]
   * d/rules: Set audacity_has_networking explicitly to Off (Closes: #990737)
   * Use gbp-pq to format patches
   * Fix rpath for private libraries on Linux
   * d/rules: Set cmake build type to RelWithDebInfo
   * Disable vst3sdk support (not packaged yet)
   * Add new build dependency libwavpack-dev
   * Replace build dependency libmad0-dev by libmpg123-dev
   * Drop git from build dependencies
   * Drop anchient UBUNTU_MENUPROXY=0 workaround
   * Update debian/copyright
   * Use lame.pc from libmp3lame-dev 3.100-5
   * Add mime type for 'aup3' file extension
   * Add support for cross compiling
Checksums-Sha1:
 0a0a4932a79453da31c71bb459b76fa5a9cd6ea0 3102 audacity_3.2.0+dfsg-1.dsc
 9c6c674edf8f549921622ee6d4f41ab64f913809 37299668 
audacity_3.2.0+dfsg.orig.tar.xz
 ff895eb5922f9f524ec501f262dc704032e1830b 30912 
audacity_3.2.0+dfsg-1.debian.tar.xz
 7daac4d845158b6d05b812009ac0b23d3a46bc9e 17352 
audacity_3.2.0+dfsg-1_source.buildinfo
Checksums-Sha256:
 96499c6a0b57b9bdcb36cea4b10ca62684c6bad2eb3e9be678a79b04bb40c67e 3102 
audacity_3.2.0+dfsg-1.dsc
 d391d2acf587e2ab7d91bbab3d9c93decc669c5565778e4ee1815461db307e59 37299668 
audacity_3.2.0+dfsg.orig.tar.xz
 748192fa4bba84b54fdabfd40855e565d84a71f5d6b109af834421dc74e67c57 30912 
audacity_3.2.0+dfsg-1.debian.tar.xz
 bbfeffbcae3e1adc734452c7fdd1b48cb49b3d05b784f73075fe28abcadbd9b7 17352 
audacity_3.2.0+dfsg-1_source.buildinfo
Files:
 6212900f2d1995ec8d578b7e61af7ff6 3102 sound optional audacity_3.2.0+dfsg-1.dsc
 2b7aca6e1b22f5f137d013799ae1e788 37299668 sound optional 
audacity_3.2.0+dfsg.orig.tar.xz
 67f1a34ddaf30b6d1b817ec6141eac93 30912 sound optional 
audacity_3.2.0+dfsg-1.debian.tar.xz
 5b65c66cf1818c7469da71c4b0a5775d 17352 sound optional 
audacity_3.2.0+dfsg-1_source.buildinfo

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

iQJGBAEBCgAwFiEE5/q3CzlQJ15towl13YzVpd6MfnoFAmM1iUESHGJkcnVuZ0Bk
ZWJpYW4ub3JnAAoJEN2M1aXejH56eXUP/RRnA1bNlAXrd9ZJD2NPbNGhXlwNiC5Z
GtlFQvdgkcdk+Ta8Sanm+i2wnumwYIs5ZcL5k45XKBWBy8EJ/tIncwx0ISm7wg0U
l9SknWkdVTSCk5sNcBj0quh8ppzREJHSVmc2IcioLMm58OVxZ5XXFKGsNjZtsHeI
wWyOw+2aCr5SGcoSj8/wspiYmU9Q1olsFCg7bZFwZ39PvXcNz1Y2o0yvkOKg/aro
ur9nZjIFEGG87L2ww5yj01iOGKGmm5J6/AlcTCmf07IggGnt+vfzIjmJWCPpUt26
ocRb25Z/b18R2ticKeNpvYDi/s44H01T8701mLyEawuLFntySiHFyGNGF76DIg+o
PKQYyLXvAYtU49nSR0GGUl7AldHtOeFFNKceUbZK0j3XjEbnk3Yj+v0jPdHf4cQx
PEoQpx22BGhVhOKSK7xKg120tjnh73haYNmcCSX3ru4Eq4DgfJbKFv8H7BxZ8Xw8
ke71HnYSqplzLEpAdBW/OI3lqMRkCyFIDxV+QQ+UbnAW6vzWAZGZXTBrOpw2pF30
DfPaFr54ulV0xjrbqaa3JZYfV6V4QvyzFGgNzLa+rXUSzj9Y7b2+/pHgiMEs3xE/
1dv+lcUsoOsBwF2IW6rSQm6Oxiixn9q3jcnBAKNRrzIgMxi7oDQhWxkVXCY0HJNl
M624kn2eRz0W
=+tjs
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to