Your message dated Sat, 15 Jul 2023 17:10:15 +0000
with message-id <e1qkimd-005h9x...@fasolo.debian.org>
and subject line Bug#1037605: fixed in claws-mail 4.1.1-3
has caused the Debian Bug report #1037605,
regarding claws-mail: ftbfs with GCC-13
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.)
--
1037605: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037605
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:claws-mail
Version: 4.1.1-2
Severity: normal
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-13
[This bug is targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/claws-mail_4.1.1-2_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 13, either set CC=gcc-13 CXX=g++-13 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-13/porting_to.html
[...]
document.h:79:78: error: ‘uint_ptr’ has not been declared
79 | void
draw(uint_ptr hdc, int x, int y, const position* clip);
|
^~~~~~~~
document.h:109:27: error: ‘uint_ptr’ in namespace ‘litehtml’ does not name a
type
109 | litehtml::uint_ptr add_font(const tchar_t* name,
int size, const tchar_t* weight, const tchar_t* style, const tchar_t*
decoration, font_metrics* fm);
| ^~~~~~~~
In file included from document.cpp:5:
el_text.h:25:62: error: ‘uint_ptr’ has not been declared
25 | virtual void draw(uint_ptr
hdc, int x, int y, const position* clip) override;
| ^~~~~~~~
el_text.h:27:25: error: ‘uint_ptr’ does not name a type; did you mean
‘const_ptr’?
27 | virtual uint_ptr
get_font(font_metrics* fm = 0) override;
| ^~~~~~~~
| const_ptr
In file included from document.cpp:9:
el_image.h:21:38: error: ‘uint_ptr’ has not been declared
21 | virtual void draw(uint_ptr hdc, int x, int y, const
position* clip) override;
| ^~~~~~~~
document.cpp: In destructor ‘virtual litehtml::document::~document()’:
document.cpp:44:60: error: ‘struct litehtml::font_item’ has no member named
‘font’
44 | m_container->delete_font(f->second.font);
| ^~~~
document.cpp: At global scope:
document.cpp:130:11: error: ‘uint_ptr’ in namespace ‘litehtml’ does not name a
type
130 | litehtml::uint_ptr litehtml::document::add_font( const tchar_t* name,
int size, const tchar_t* weight, const tchar_t* style, const tchar_t*
decoration, font_metrics* fm )
| ^~~~~~~~
document.cpp:221:11: error: ‘uint_ptr’ in namespace ‘litehtml’ does not name a
type
221 | litehtml::uint_ptr litehtml::document::get_font( const tchar_t* name,
int size, const tchar_t* weight, const tchar_t* style, const tchar_t*
decoration, font_metrics* fm )
| ^~~~~~~~
document.cpp:284:6: error: variable or field ‘draw’ declared void
284 | void litehtml::document::draw( uint_ptr hdc, int x, int y, const
position* clip )
| ^~~~~~~~
document.cpp:284:32: error: ‘uint_ptr’ was not declared in this scope; did you
mean ‘wint_t’?
284 | void litehtml::document::draw( uint_ptr hdc, int x, int y, const
position* clip )
| ^~~~~~~~
| wint_t
document.cpp:284:46: error: expected primary-expression before ‘int’
284 | void litehtml::document::draw( uint_ptr hdc, int x, int y, const
position* clip )
| ^~~
document.cpp:284:53: error: expected primary-expression before ‘int’
284 | void litehtml::document::draw( uint_ptr hdc, int x, int y, const
position* clip )
| ^~~
document.cpp:284:60: error: expected primary-expression before ‘const’
284 | void litehtml::document::draw( uint_ptr hdc, int x, int y, const
position* clip )
| ^~~~~
make[7]: *** [Makefile:734: liblitehtml_la-context.lo] Error 1
make[7]: *** Waiting for unfinished jobs....
make[7]: *** [Makefile:741: liblitehtml_la-css_length.lo] Error 1
make[7]: *** [Makefile:720: liblitehtml_la-background.lo] Error 1
make[7]: *** [Makefile:769: liblitehtml_la-el_base.lo] Error 1
make[7]: *** [Makefile:727: liblitehtml_la-box.lo] Error 1
make[7]: *** [Makefile:748: liblitehtml_la-css_selector.lo] Error 1
make[7]: *** [Makefile:762: liblitehtml_la-el_anchor.lo] Error 1
make[7]: *** [Makefile:755: liblitehtml_la-document.lo] Error 1
make[7]: Leaving directory
'/<<PKGBUILDDIR>>/src/plugins/litehtml_viewer/litehtml'
make[6]: *** [Makefile:848: all-recursive] Error 1
make[6]: Leaving directory '/<<PKGBUILDDIR>>/src/plugins/litehtml_viewer'
make[5]: *** [Makefile:550: all-recursive] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/plugins'
make[4]: *** [Makefile:1668: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:1347: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:803: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:577: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:19: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: claws-mail
Source-Version: 4.1.1-3
Done: Ricardo Mones <mo...@debian.org>
We believe that the bug you reported is fixed in the latest version of
claws-mail, 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 1037...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ricardo Mones <mo...@debian.org> (supplier of updated claws-mail 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: SHA256
Format: 1.8
Date: Sat, 15 Jul 2023 15:41:11 +0200
Source: claws-mail
Binary: claws-mail claws-mail-acpi-notifier claws-mail-acpi-notifier-dbgsym
claws-mail-address-keeper claws-mail-address-keeper-dbgsym
claws-mail-archiver-plugin claws-mail-archiver-plugin-dbgsym
claws-mail-attach-remover claws-mail-attach-remover-dbgsym
claws-mail-attach-warner claws-mail-attach-warner-dbgsym claws-mail-bogofilter
claws-mail-bogofilter-dbgsym claws-mail-bsfilter-plugin
claws-mail-bsfilter-plugin-dbgsym claws-mail-clamd-plugin
claws-mail-clamd-plugin-dbgsym claws-mail-dbgsym claws-mail-dillo-viewer
claws-mail-dillo-viewer-dbgsym claws-mail-doc claws-mail-extra-plugins
claws-mail-fancy-plugin claws-mail-fancy-plugin-dbgsym claws-mail-feeds-reader
claws-mail-feeds-reader-dbgsym claws-mail-fetchinfo-plugin
claws-mail-fetchinfo-plugin-dbgsym claws-mail-gdata-plugin
claws-mail-gdata-plugin-dbgsym claws-mail-i18n claws-mail-keyword-warner
claws-mail-keyword-warner-dbgsym claws-mail-libravatar
claws-mail-libravatar-dbgsym claws-mail-litehtml-viewer
claws-mail-litehtml-viewer-dbgsym claws-mail-mailmbox-plugin
claws-mail-mailmbox-plugin-dbgsym claws-mail-managesieve
claws-mail-managesieve-dbgsym claws-mail-multi-notifier
claws-mail-multi-notifier-dbgsym claws-mail-newmail-plugin
claws-mail-newmail-plugin-dbgsym claws-mail-pdf-viewer
claws-mail-pdf-viewer-dbgsym claws-mail-perl-filter
claws-mail-perl-filter-dbgsym claws-mail-pgpinline claws-mail-pgpinline-dbgsym
claws-mail-pgpmime claws-mail-pgpmime-dbgsym claws-mail-plugins
claws-mail-python-plugin claws-mail-python-plugin-dbgsym
claws-mail-smime-plugin claws-mail-smime-plugin-dbgsym claws-mail-spam-report
claws-mail-spam-report-dbgsym claws-mail-spamassassin
claws-mail-spamassassin-dbgsym claws-mail-tnef-parser
claws-mail-tnef-parser-dbgsym claws-mail-tools claws-mail-vcalendar-plugin
claws-mail-vcalendar-plugin-dbgsym
libclaws-mail-dev
Architecture: source amd64 all
Version: 4.1.1-3
Distribution: unstable
Urgency: high
Maintainer: Ricardo Mones <mo...@debian.org>
Changed-By: Ricardo Mones <mo...@debian.org>
Description:
claws-mail - Fast, lightweight and user-friendly GTK based email client
claws-mail-acpi-notifier - Laptop's Mail LED control for Claws Mail
claws-mail-address-keeper - Address keeper plugin for Claws Mail
claws-mail-archiver-plugin - Archiver plugin for Claws Mail
claws-mail-attach-remover - Mail attachment remover for Claws Mail
claws-mail-attach-warner - Missing attachment warnings for Claws Mail
claws-mail-bogofilter - Bogofilter plugin for Claws Mail
claws-mail-bsfilter-plugin - Spam filtering using bsfilter for Claws Mail
claws-mail-clamd-plugin - ClamAV socket-based plugin for Claws Mail
claws-mail-dillo-viewer - HTML viewer plugin for Claws Mail using Dillo
claws-mail-doc - User documentation for Claws Mail mailer
claws-mail-extra-plugins - Extra plugins collection for Claws Mail
claws-mail-fancy-plugin - HTML mail viewer using GTK WebKit
claws-mail-feeds-reader - Feeds (RSS/Atom/RDF) reader plugin for Claws Mail
claws-mail-fetchinfo-plugin - Add X-FETCH headers plugin for Claws Mail
claws-mail-gdata-plugin - Access to GData (Google services) for Claws Mail
claws-mail-i18n - Locale data for Claws Mail (i18n support)
claws-mail-keyword-warner - Warning on message keywords for Claws Mail
claws-mail-libravatar - Display sender avatar from a libravatar server
claws-mail-litehtml-viewer - HTML viewer plugin using litehtml library
claws-mail-mailmbox-plugin - mbox format mailboxes handler for Claws Mail
claws-mail-managesieve - manage Sieve filters with Claws Mail
claws-mail-multi-notifier - Various new mail notifiers for Claws Mail
claws-mail-newmail-plugin - New mail logger plugin for Claws Mail
claws-mail-pdf-viewer - PDF and PostScript attachment viewer for Claws Mail
claws-mail-perl-filter - Message filtering plugin using perl for Claws Mail
claws-mail-pgpinline - PGP/inline plugin for Claws Mail
claws-mail-pgpmime - PGP/MIME plugin for Claws Mail
claws-mail-plugins - Installs plugins for the Claws Mail mailer
claws-mail-python-plugin - Python plugin and console for Claws Mail
claws-mail-smime-plugin - S/MIME signature/encryption handling for Claws Mail
claws-mail-spam-report - Spam reporting plugin for Claws Mail
claws-mail-spamassassin - SpamAssassin plugin for Claws Mail
claws-mail-tnef-parser - TNEF attachment handler for Claws Mail
claws-mail-tools - Helper and utility scripts for Claws Mail mailer
claws-mail-vcalendar-plugin - vCalendar message handling plugin for Claws Mail
libclaws-mail-dev - Development files for Claws Mail plugins
Closes: 1036898 1037605
Changes:
claws-mail (4.1.1-3) unstable; urgency=high
.
[ David (Plasma) Paul ]
* Move documention Build-Depends to Build-Depends-Indep (Closes: #1036898)
.
[ Ricardo Mones ]
* Revert "Remove bsfilter plugin for testing migration"
* Add upstream patch to fix build with gcc 13 (Closes: #1037605)
* Raised urgency because of RC bug
Checksums-Sha1:
72b3fa494d5797b2da5cb6819baac4c8aa0fe3fa 5461 claws-mail_4.1.1-3.dsc
8d731a61d93d74860df7d69d6c4c96c3c53b7a26 39836 claws-mail_4.1.1-3.debian.tar.xz
20169d5403c8cefedf36484c1c8eba6aeccb6a38 23008
claws-mail-acpi-notifier-dbgsym_4.1.1-3_amd64.deb
92ee846ac1f8b58e1bbe98834f7be88907a8c057 292792
claws-mail-acpi-notifier_4.1.1-3_amd64.deb
e43911c6bce295f3fcb4bb95a8e81a693c048d2e 38080
claws-mail-address-keeper-dbgsym_4.1.1-3_amd64.deb
a190d5834f297f2ec954e5146b1143f9ebdc7f3d 291360
claws-mail-address-keeper_4.1.1-3_amd64.deb
ee983a379143211911996f5e45c2b4dac37bdcf6 77376
claws-mail-archiver-plugin-dbgsym_4.1.1-3_amd64.deb
d68ccdcb6f29c979a730821a8c7296bf8cd61ddf 305096
claws-mail-archiver-plugin_4.1.1-3_amd64.deb
d32916ac68060b6bc72e7fb3874f88b831802642 45812
claws-mail-attach-remover-dbgsym_4.1.1-3_amd64.deb
04d6d87fc1654e306cae41a38c71d51bd05b5973 292136
claws-mail-attach-remover_4.1.1-3_amd64.deb
6e74e959b30a6efca82012ba2bd39805ff8730d6 41252
claws-mail-attach-warner-dbgsym_4.1.1-3_amd64.deb
64011ac96981278c0f6a2c7f1ea6803c639439aa 291248
claws-mail-attach-warner_4.1.1-3_amd64.deb
e0395ae644de8526c65ce66f741ab80444b12605 55404
claws-mail-bogofilter-dbgsym_4.1.1-3_amd64.deb
1f7f5ab4ff287d787aa54a05c50387906c59a408 297236
claws-mail-bogofilter_4.1.1-3_amd64.deb
b5befc45c18c9731477b5ca4ae90f0846263b7d1 47428
claws-mail-bsfilter-plugin-dbgsym_4.1.1-3_amd64.deb
521f7233ca3afc43238148738d4a30fdab92c6c9 294396
claws-mail-bsfilter-plugin_4.1.1-3_amd64.deb
ce6180707750e54e3a12d326c93b76bc60feef33 58460
claws-mail-clamd-plugin-dbgsym_4.1.1-3_amd64.deb
dc9bb19e6ac93af97e49d68fa5d0b4ea2018951c 299612
claws-mail-clamd-plugin_4.1.1-3_amd64.deb
2ea622488d3583860d8af14a23c13afd0b9191e1 3699548
claws-mail-dbgsym_4.1.1-3_amd64.deb
ee72692a459a85221418e494a11ee11a4c84b8df 34644
claws-mail-dillo-viewer-dbgsym_4.1.1-3_amd64.deb
cca80ecb1916aa600cbe9214014bb3033b8ee09d 290660
claws-mail-dillo-viewer_4.1.1-3_amd64.deb
c78432abd8d381f45cc1afd1da286cbdd1ab0a8d 1903548 claws-mail-doc_4.1.1-3_all.deb
fbbaa0038cf8afd496ca881c02bcf6345cd45eed 284680
claws-mail-extra-plugins_4.1.1-3_all.deb
bf6e5438a3fed0634263dd4522d785e43d1b4d4e 86764
claws-mail-fancy-plugin-dbgsym_4.1.1-3_amd64.deb
b3c4031d199c5cb1ee08b4277c34ea983b97e5c0 301192
claws-mail-fancy-plugin_4.1.1-3_amd64.deb
29434df0d869d309609cea06b34162b13763f298 199968
claws-mail-feeds-reader-dbgsym_4.1.1-3_amd64.deb
b687f36172eaf5952cc7d8e6e5164394bb3836d3 333092
claws-mail-feeds-reader_4.1.1-3_amd64.deb
eb6d21f2f03393beab03ddc63f620a26e25f32d2 27192
claws-mail-fetchinfo-plugin-dbgsym_4.1.1-3_amd64.deb
063cd5017704545b68afcac5829303828da97638 290052
claws-mail-fetchinfo-plugin_4.1.1-3_amd64.deb
769e177fc40f05197179c4f376c95b31b2fb770f 53364
claws-mail-gdata-plugin-dbgsym_4.1.1-3_amd64.deb
13992bf288625fd72d0b5ba93ebf6191217a7773 295612
claws-mail-gdata-plugin_4.1.1-3_amd64.deb
3574ad23c6f50befcac703b76e04adff3cefc3a0 1490956
claws-mail-i18n_4.1.1-3_all.deb
fefc763d45f50f8ece788b2048ccfcf2e550a700 40724
claws-mail-keyword-warner-dbgsym_4.1.1-3_amd64.deb
10fa910d74ad5f3f7ede1c95890299f5d3a85834 290944
claws-mail-keyword-warner_4.1.1-3_amd64.deb
9b6910bc303996d2a45428d11eddfddf044fea99 64504
claws-mail-libravatar-dbgsym_4.1.1-3_amd64.deb
620cf23b96558708a76f4a94b41470664f1cf0ca 298928
claws-mail-libravatar_4.1.1-3_amd64.deb
f97f1aee44dc0f53b830eb01f277a7de2cff619e 3059368
claws-mail-litehtml-viewer-dbgsym_4.1.1-3_amd64.deb
60d1f72b49c2dc121efcb5aa0098f922d6babd8c 482844
claws-mail-litehtml-viewer_4.1.1-3_amd64.deb
b00b8f33faae30a997bb0fda8aba723921e6df47 175708
claws-mail-mailmbox-plugin-dbgsym_4.1.1-3_amd64.deb
182d7b9089de94e7d8064f971d4bbbd1b7f351b8 327452
claws-mail-mailmbox-plugin_4.1.1-3_amd64.deb
e80bef90609858deed4301baba71a8c2d5dce7a7 108152
claws-mail-managesieve-dbgsym_4.1.1-3_amd64.deb
05f305ab34d65d8374dbf48f5986d9f040fc4af2 310112
claws-mail-managesieve_4.1.1-3_amd64.deb
601a34df29fa52b1a50489ccf4424357a41e3eaf 200948
claws-mail-multi-notifier-dbgsym_4.1.1-3_amd64.deb
f36c433ab25c1eb764f1103162fab09c5dba518d 333800
claws-mail-multi-notifier_4.1.1-3_amd64.deb
413e652df6f66609437b07277eb02f56dab28f93 19092
claws-mail-newmail-plugin-dbgsym_4.1.1-3_amd64.deb
9ff2e3b9c419ecc3568537bfb8c64d520662e689 287488
claws-mail-newmail-plugin_4.1.1-3_amd64.deb
22594e71a7855a8b71685101d43885781f7570d6 80524
claws-mail-pdf-viewer-dbgsym_4.1.1-3_amd64.deb
e047ae01e6aee76fce5194f7140e9cf62f743d71 302956
claws-mail-pdf-viewer_4.1.1-3_amd64.deb
08b2023f61dabb6b213a5a3be6dfe7f8c88be6f2 88736
claws-mail-perl-filter-dbgsym_4.1.1-3_amd64.deb
f18a43d1f75c09376a79171aee3f86eeef1a9900 315808
claws-mail-perl-filter_4.1.1-3_amd64.deb
828a9c2f6f9d5a2ddf33b0e504976c0e23a1c0a3 41220
claws-mail-pgpinline-dbgsym_4.1.1-3_amd64.deb
17e3776a929905ceaff2d7a8c136349177bfa48d 293688
claws-mail-pgpinline_4.1.1-3_amd64.deb
25b71a9bc88cdd4b5318a7c06a6bcd1bf2bdc68f 150972
claws-mail-pgpmime-dbgsym_4.1.1-3_amd64.deb
fffa86c3460121c7df6ec232a6be6ddceabcddbe 318848
claws-mail-pgpmime_4.1.1-3_amd64.deb
76518950e580297f5b85cf233309b8b54ba8a347 282280
claws-mail-plugins_4.1.1-3_all.deb
21604456a7c1d5a449cf098cec4acd1c2354e778 144640
claws-mail-python-plugin-dbgsym_4.1.1-3_amd64.deb
56e0a504290d81a09e470149991e2a8599c23ad0 319288
claws-mail-python-plugin_4.1.1-3_amd64.deb
d9e5377b3809d02078fd483910b3c159867ef736 48048
claws-mail-smime-plugin-dbgsym_4.1.1-3_amd64.deb
093fbb06843910bde2c9468d734b4ec96c5205b2 294600
claws-mail-smime-plugin_4.1.1-3_amd64.deb
da4dc1f64e8d0a93eef5e1b584c620b995964721 57864
claws-mail-spam-report-dbgsym_4.1.1-3_amd64.deb
dd6f0cf0bf8f9f2e0705821d0122abb630c33fe5 292284
claws-mail-spam-report_4.1.1-3_amd64.deb
c34dc0c303b12ebcfd2e9cbf9edceadc291e5be2 80204
claws-mail-spamassassin-dbgsym_4.1.1-3_amd64.deb
fa2f2e6fe2d7c08c28e31f96a177b61105c6aed3 307828
claws-mail-spamassassin_4.1.1-3_amd64.deb
71c72ac0509a8d46e523034587726255f5a74493 39568
claws-mail-tnef-parser-dbgsym_4.1.1-3_amd64.deb
947d06668af44097e3f341349f956be59dba77f9 293836
claws-mail-tnef-parser_4.1.1-3_amd64.deb
6442a3bf9c9f761ebf391993863259c6f3bff88d 387312
claws-mail-tools_4.1.1-3_all.deb
ab52002de2279fd3727ab9f6951ae8b81b5cf2e4 278916
claws-mail-vcalendar-plugin-dbgsym_4.1.1-3_amd64.deb
facbe52bf944779d7399779020461abe26c14078 363244
claws-mail-vcalendar-plugin_4.1.1-3_amd64.deb
5c974c412e5caa108f372cc25ce711349be7e658 44556
claws-mail_4.1.1-3_amd64.buildinfo
8f57dc4d0959d8643972aab763092d1f42b72226 1715540 claws-mail_4.1.1-3_amd64.deb
15924f669fa82398e578ab4854380205a8e5ec65 393404
libclaws-mail-dev_4.1.1-3_amd64.deb
Checksums-Sha256:
17efb3f57d03a498c4f2b33bef25c80dca535c63181835d298b42671d0e41544 5461
claws-mail_4.1.1-3.dsc
59aef75d74f1fa704bf4ca436bfb2d973db102c48434bcd183adaad1596bc10a 39836
claws-mail_4.1.1-3.debian.tar.xz
fe8435b10d999f102b00b1e9aac4cb0b381def9e1ed97964d4d2cee4a30dfc53 23008
claws-mail-acpi-notifier-dbgsym_4.1.1-3_amd64.deb
a579d90f0a2ef95c5f8758f2d4a1de27017cbff17b4145225f9f762553812567 292792
claws-mail-acpi-notifier_4.1.1-3_amd64.deb
10438b2054303198ebff91d74f31da143d31f0d7e7dd16d5fcdc7b22834180a0 38080
claws-mail-address-keeper-dbgsym_4.1.1-3_amd64.deb
80ccedfbf4be15d1eb4850e5a613a46eb232ba5ed0891778175ac5890ff75faa 291360
claws-mail-address-keeper_4.1.1-3_amd64.deb
1b0f47d9812d7747a5151110c46fc09d238b01054c4eb8cecfcfc2a4aa1cfcd0 77376
claws-mail-archiver-plugin-dbgsym_4.1.1-3_amd64.deb
e771870b32411fb690a56b049af09a29e3bfcd6d828b307c3ed385b2639497ab 305096
claws-mail-archiver-plugin_4.1.1-3_amd64.deb
7df3e94e4660170cba21eb6ed1ad742ac4e39cf43d42d9d336f0714bd05dae65 45812
claws-mail-attach-remover-dbgsym_4.1.1-3_amd64.deb
9ca4f2f65bec536eed692da089ffe213a81ac5ff0f9882b7a5938200810e8390 292136
claws-mail-attach-remover_4.1.1-3_amd64.deb
8ef95326da3a77ec5f5f1fe9038b6c36bad57cc9fb2734947f137070ade2269f 41252
claws-mail-attach-warner-dbgsym_4.1.1-3_amd64.deb
0ce20a784260de6f9dfe961fcd0c2aa1832d56e81da48eb3511a614205b1c380 291248
claws-mail-attach-warner_4.1.1-3_amd64.deb
acba99ddea20b52e2ac8ec962745339d381857c0a140df2935c0eb8aa02d308c 55404
claws-mail-bogofilter-dbgsym_4.1.1-3_amd64.deb
8c3625c4b1c7e574185da7582ee171d722effe36462db6081ebc6e1ebc533189 297236
claws-mail-bogofilter_4.1.1-3_amd64.deb
f44061f3f942171c8735e45b557a427ae865b1344950b3fe15c1e54e8d2bced7 47428
claws-mail-bsfilter-plugin-dbgsym_4.1.1-3_amd64.deb
36c3aa65d4556562186161fdfc41c17d0b53670e5b60b6b0e909494ec94fcd99 294396
claws-mail-bsfilter-plugin_4.1.1-3_amd64.deb
95debe1b34d209843b85d67fdc4edd3917933a91b5a107a494b7b6ee81ce3e2e 58460
claws-mail-clamd-plugin-dbgsym_4.1.1-3_amd64.deb
ddda3401eb131e0a34871219a483e96a6daa905abef1607a07526797b169f596 299612
claws-mail-clamd-plugin_4.1.1-3_amd64.deb
5397b428aea18cf5788370483b8f41572a9a5ce86101613277ea8315cf88637a 3699548
claws-mail-dbgsym_4.1.1-3_amd64.deb
14d6eeed501635eabd804bb1009ae251283d9fe7907a88ad5191d34a2927ae39 34644
claws-mail-dillo-viewer-dbgsym_4.1.1-3_amd64.deb
069bcb997c2a39f47cdf88a310561f23d7bce9ff25ba808b0942990b9362ab14 290660
claws-mail-dillo-viewer_4.1.1-3_amd64.deb
924c96e8da74d87939d767698713e8ab650acb0fbbe512510b75fd0a64288c8a 1903548
claws-mail-doc_4.1.1-3_all.deb
f55ce3e36e6b6498d27ef0ccfee4fe1215fb233bc471a96d27074f5cb987a93f 284680
claws-mail-extra-plugins_4.1.1-3_all.deb
4ac7fddf9fb041369ecdcb9eb217703f4df5080fca3d2c83812547f9d2e622ea 86764
claws-mail-fancy-plugin-dbgsym_4.1.1-3_amd64.deb
2ff9143d1b422ec252ae901cc338680e516d2cd13ad17284e2f4fac141015935 301192
claws-mail-fancy-plugin_4.1.1-3_amd64.deb
37d61a3faa02faaae0ea2232bdc582f6ce978407183f7ba0bce4ea55fc0ac282 199968
claws-mail-feeds-reader-dbgsym_4.1.1-3_amd64.deb
20fbe176342afab7c202034d6986ad8d2c1c8b76bbef370d6c8a51a575137017 333092
claws-mail-feeds-reader_4.1.1-3_amd64.deb
ba0c7d1e9bf95237cf1c3e72c53856fc78207e7d341a85cf70e48529af36f280 27192
claws-mail-fetchinfo-plugin-dbgsym_4.1.1-3_amd64.deb
773c2f6c21564a4ed40483da50eb6080082133361160a987f9885951f74b77b1 290052
claws-mail-fetchinfo-plugin_4.1.1-3_amd64.deb
27c6d04a11f0b433b78e89810f6f865b53acb04bb6e2a89c79e27293840c4576 53364
claws-mail-gdata-plugin-dbgsym_4.1.1-3_amd64.deb
42492c771cffffd910034ed215e4407193132d61d36705c50aa43a21c2c81c49 295612
claws-mail-gdata-plugin_4.1.1-3_amd64.deb
775543b86931d68e984fc5e8bbfdc00e36a99578ef9359b36866ce7142c5b108 1490956
claws-mail-i18n_4.1.1-3_all.deb
b577db1d5ffefc1d7e307f30cf6f872ea043e6177cddeef13c3471e11e67c2a3 40724
claws-mail-keyword-warner-dbgsym_4.1.1-3_amd64.deb
484cd6d00ad26a63f0e148f9d58e21dcd7020b66196147d25f578e606a30e436 290944
claws-mail-keyword-warner_4.1.1-3_amd64.deb
5f0457d87929441cd72bbc376ed7b68ac4fea0dd6ec63573084cdc745e578e5b 64504
claws-mail-libravatar-dbgsym_4.1.1-3_amd64.deb
710e9ace50f89735469e431ba41cab6fcd45c10c7e5f6145357271560b4f21bf 298928
claws-mail-libravatar_4.1.1-3_amd64.deb
254f2f64b23335fa320338731d0d4bec8b44523f3400001d3807a5ae380453b9 3059368
claws-mail-litehtml-viewer-dbgsym_4.1.1-3_amd64.deb
068afc2d564b33b1528ecc88ca86fbfc70875d7ed3538ce5e7253c1fec3a6219 482844
claws-mail-litehtml-viewer_4.1.1-3_amd64.deb
81fb9bca4b99e8446f2aacc3f2fe73c778c93e271d20f00d90bacb543907bfb8 175708
claws-mail-mailmbox-plugin-dbgsym_4.1.1-3_amd64.deb
32ffa13dc8d57d33b3c204caa22967de91a65ac80e7693fc96d17373bc096dfa 327452
claws-mail-mailmbox-plugin_4.1.1-3_amd64.deb
7f2232ad8250911f1ac9430e6744f159374a366e2bb1ec5ba5626d6e5844fb0c 108152
claws-mail-managesieve-dbgsym_4.1.1-3_amd64.deb
a2f7db02864748747d973b18c762eb9a6a8f62d5dcff42a2b35f5858a89137f2 310112
claws-mail-managesieve_4.1.1-3_amd64.deb
7168f17ea2802dc75781fab6220dabfe4fc402d9a7e294eedd31a4ff6c208ca0 200948
claws-mail-multi-notifier-dbgsym_4.1.1-3_amd64.deb
fc9f99ee85d0a551fc4ea2ce99b0e95f5ed4cc1ae76df3c9d21937ac9f668cbb 333800
claws-mail-multi-notifier_4.1.1-3_amd64.deb
a1344495fb823a7f9fc2cf79e646d366788c179f10ac06f0aa8f07dc34b46c6c 19092
claws-mail-newmail-plugin-dbgsym_4.1.1-3_amd64.deb
05d41641588bbf5f9bb0da626c3d957599a7aff821a7cb2d7ce334dadcd1b1b9 287488
claws-mail-newmail-plugin_4.1.1-3_amd64.deb
17eefa8bd4174572a7f08cc3a07049e41d8252378756321fdea5ed1e477dde3b 80524
claws-mail-pdf-viewer-dbgsym_4.1.1-3_amd64.deb
a70da83418519e693b3323fd42d3acd3714778df286be11c3cec1403570ab168 302956
claws-mail-pdf-viewer_4.1.1-3_amd64.deb
babf0902ccda38113a0bd26e29472c92f52fc535dd99ab5708aea77e001bd0fd 88736
claws-mail-perl-filter-dbgsym_4.1.1-3_amd64.deb
db58b75c282d3cb840a4a8a2d77c8278db78f37c80401d8b56941d3ee7f82042 315808
claws-mail-perl-filter_4.1.1-3_amd64.deb
2d70edf93281012a086a5fae676b8687a9813b1930c9675874632a24cf1f71b4 41220
claws-mail-pgpinline-dbgsym_4.1.1-3_amd64.deb
f3a9d6fa6af6de6f7e7391943c67371f05016534ae74f877f6d3e0846102cfd6 293688
claws-mail-pgpinline_4.1.1-3_amd64.deb
5eb547875edd58a4c2fd622e76c2011d54e16ed881680a3819a878580617479e 150972
claws-mail-pgpmime-dbgsym_4.1.1-3_amd64.deb
7eea19b9cd8be396c12cb0154e88f8234f3854fcce071c1856e77127b939bbe0 318848
claws-mail-pgpmime_4.1.1-3_amd64.deb
8b525ab631a61126db2af7b07d04259ba678e8d3d67972855b18321729a9678a 282280
claws-mail-plugins_4.1.1-3_all.deb
72f3f8414ac361e4078ee37b79c0f0d266ff6c8cf360f91e2058105118d003d3 144640
claws-mail-python-plugin-dbgsym_4.1.1-3_amd64.deb
0435800893e589d3f8224f4773643ee57e03a13354790cfb0a37816ead25c277 319288
claws-mail-python-plugin_4.1.1-3_amd64.deb
805616240ab3db7b874bc4b7f56c7bb87a021167990b0e1bab668ab147f6960e 48048
claws-mail-smime-plugin-dbgsym_4.1.1-3_amd64.deb
6adbfee4e8fda5203138f9d7c911ab6e632d0541a38353ce48795551a39016fa 294600
claws-mail-smime-plugin_4.1.1-3_amd64.deb
e20e4745b4dcd1661d71547ae435aa5654cbbe7df9512c7c63ecfaa022d9aaed 57864
claws-mail-spam-report-dbgsym_4.1.1-3_amd64.deb
78092e4064414d6f6b4f8b9bda891c16f2889d8e30d70d25e6438ee89d6b1d49 292284
claws-mail-spam-report_4.1.1-3_amd64.deb
b5d5a43039a12a4ee9066768b30a3cec4b62bef2dcdc56f32175c548980c92c3 80204
claws-mail-spamassassin-dbgsym_4.1.1-3_amd64.deb
e2f439610ed82eb6d3086550ef6e3a55221b84f26c82d28f573446116df321c5 307828
claws-mail-spamassassin_4.1.1-3_amd64.deb
22af93120b348bb936c89375a97f89b6bb3968eaa66d9f2d0e0ebba87d12358d 39568
claws-mail-tnef-parser-dbgsym_4.1.1-3_amd64.deb
441226153a6945562c6eb36a311475bc3741bc124fb28603ea5010fb5d558a34 293836
claws-mail-tnef-parser_4.1.1-3_amd64.deb
1121e306a06182e78a0347599e2dd4cf450bf15028aaaae5a8a05174b1129833 387312
claws-mail-tools_4.1.1-3_all.deb
f0b37f24b9cce1718e56000afefec8fe3316a02c6df1ad9605c5d39451c1854b 278916
claws-mail-vcalendar-plugin-dbgsym_4.1.1-3_amd64.deb
8741b47c3ad95b3e731421b6983e317e7acd928e477ba7d9d420040640c56705 363244
claws-mail-vcalendar-plugin_4.1.1-3_amd64.deb
677e8b1bbb26c089c875528a9b8930b8ce0747f832c66daad2200ce5d0081eae 44556
claws-mail_4.1.1-3_amd64.buildinfo
4dfd8fd89de5afb0911922ec45e6ddd16ad7fad160d70ab2d5f97dc6ccd1d945 1715540
claws-mail_4.1.1-3_amd64.deb
f7f4622da78452931a3df17d3f23b52666e6871dfbe78a75157114d70ddbe52d 393404
libclaws-mail-dev_4.1.1-3_amd64.deb
Files:
9419db28c203b45c36fc32abb25b4111 5461 mail optional claws-mail_4.1.1-3.dsc
2d04a55cba2ba2f1b299d38d8d640d9c 39836 mail optional
claws-mail_4.1.1-3.debian.tar.xz
214ab565a71027c2726152d7fb6e3529 23008 debug optional
claws-mail-acpi-notifier-dbgsym_4.1.1-3_amd64.deb
ec17e7554a086589c1ce71b645c4e604 292792 mail optional
claws-mail-acpi-notifier_4.1.1-3_amd64.deb
16530431968ab5a317c0d6a9e660f229 38080 debug optional
claws-mail-address-keeper-dbgsym_4.1.1-3_amd64.deb
4cc98a4185302766bc970171f4b7cec7 291360 mail optional
claws-mail-address-keeper_4.1.1-3_amd64.deb
96d6b9e696f33f1241467af31a8e710c 77376 debug optional
claws-mail-archiver-plugin-dbgsym_4.1.1-3_amd64.deb
40ccb50839164792b39b0ca8121f6968 305096 mail optional
claws-mail-archiver-plugin_4.1.1-3_amd64.deb
c95fbdbb8340f60d2290900f81cf53ad 45812 debug optional
claws-mail-attach-remover-dbgsym_4.1.1-3_amd64.deb
e407c33c09cb4487e08149f836e91178 292136 mail optional
claws-mail-attach-remover_4.1.1-3_amd64.deb
0163fc30e4ebbfa7f74e3655136a47be 41252 debug optional
claws-mail-attach-warner-dbgsym_4.1.1-3_amd64.deb
2224bac1e370f594ef1be17a908e32f0 291248 mail optional
claws-mail-attach-warner_4.1.1-3_amd64.deb
9fa1baaccc39519351a13a77e9bf4e16 55404 debug optional
claws-mail-bogofilter-dbgsym_4.1.1-3_amd64.deb
67944c4be08abbc5deba4022997e3d3d 297236 mail optional
claws-mail-bogofilter_4.1.1-3_amd64.deb
fb50a669ffc73e43083f3adb5852a51c 47428 debug optional
claws-mail-bsfilter-plugin-dbgsym_4.1.1-3_amd64.deb
8049893c83b307b823a82d85b37f327c 294396 mail optional
claws-mail-bsfilter-plugin_4.1.1-3_amd64.deb
307ff49a2690e38c9b60658b2d5b84f2 58460 debug optional
claws-mail-clamd-plugin-dbgsym_4.1.1-3_amd64.deb
5d4e84dc817cfbef44ee4e236ec90cb2 299612 mail optional
claws-mail-clamd-plugin_4.1.1-3_amd64.deb
ea468547176e4ebac6e996a1a8fa7c53 3699548 debug optional
claws-mail-dbgsym_4.1.1-3_amd64.deb
607989502b668b9cae4e745ec7339917 34644 debug optional
claws-mail-dillo-viewer-dbgsym_4.1.1-3_amd64.deb
29e8ae76d6c7fea8928536c4809f9822 290660 mail optional
claws-mail-dillo-viewer_4.1.1-3_amd64.deb
20371f387b730d38d5942602773b7f99 1903548 doc optional
claws-mail-doc_4.1.1-3_all.deb
e99726d6fde55adad7ccafabb0818d2d 284680 metapackages optional
claws-mail-extra-plugins_4.1.1-3_all.deb
4157f0c7a51e391a4bf6903e6f47ee55 86764 debug optional
claws-mail-fancy-plugin-dbgsym_4.1.1-3_amd64.deb
efd1a45087918df33e63ea2ccec05515 301192 mail optional
claws-mail-fancy-plugin_4.1.1-3_amd64.deb
175ae37299344a05f3825df50e0b7712 199968 debug optional
claws-mail-feeds-reader-dbgsym_4.1.1-3_amd64.deb
de9f4375edf5d905fc6b335a89aaaed2 333092 mail optional
claws-mail-feeds-reader_4.1.1-3_amd64.deb
64bd7e5720ee7ae529fbac336ee8ca39 27192 debug optional
claws-mail-fetchinfo-plugin-dbgsym_4.1.1-3_amd64.deb
437fd1a175a57db279c2afdb46754a87 290052 mail optional
claws-mail-fetchinfo-plugin_4.1.1-3_amd64.deb
87afc2bd26f0694311e7b02381a5e08c 53364 debug optional
claws-mail-gdata-plugin-dbgsym_4.1.1-3_amd64.deb
4898c47a887e62b5f2c99700c56765d3 295612 mail optional
claws-mail-gdata-plugin_4.1.1-3_amd64.deb
fcc20dd15e07cb66638b19e468fc0e69 1490956 localization optional
claws-mail-i18n_4.1.1-3_all.deb
c26ffad5a6b7ae837ec472a831524444 40724 debug optional
claws-mail-keyword-warner-dbgsym_4.1.1-3_amd64.deb
dec4f67a3b6e03726c82c44f38ad9ef8 290944 mail optional
claws-mail-keyword-warner_4.1.1-3_amd64.deb
96a3541081fa89f57bc94568b2e5702a 64504 debug optional
claws-mail-libravatar-dbgsym_4.1.1-3_amd64.deb
d9bcf2175d4d54c654866c59747a7005 298928 mail optional
claws-mail-libravatar_4.1.1-3_amd64.deb
21cb5c2ec796ef8b9168f7667f7ebcec 3059368 debug optional
claws-mail-litehtml-viewer-dbgsym_4.1.1-3_amd64.deb
538157bf8c9630331ad16f690db6e888 482844 mail optional
claws-mail-litehtml-viewer_4.1.1-3_amd64.deb
a1372ba960810d0d414452a619d71bd1 175708 debug optional
claws-mail-mailmbox-plugin-dbgsym_4.1.1-3_amd64.deb
851fff8c81da7d49ac4579cc710b0c7d 327452 mail optional
claws-mail-mailmbox-plugin_4.1.1-3_amd64.deb
79fcac255ff24f57e2a255aa41846006 108152 debug optional
claws-mail-managesieve-dbgsym_4.1.1-3_amd64.deb
9c2f8ff04d54f7cb84eaddf0531c6637 310112 mail optional
claws-mail-managesieve_4.1.1-3_amd64.deb
16003399bcc25fc780321018cbbc7dc1 200948 debug optional
claws-mail-multi-notifier-dbgsym_4.1.1-3_amd64.deb
9c6dbf05f531679ba4a950cef7cabf87 333800 mail optional
claws-mail-multi-notifier_4.1.1-3_amd64.deb
f797cca33bf655d9b7952188ab5f45b2 19092 debug optional
claws-mail-newmail-plugin-dbgsym_4.1.1-3_amd64.deb
8814d172ef7e4f72d2f1023e1e5ae4ca 287488 mail optional
claws-mail-newmail-plugin_4.1.1-3_amd64.deb
653f2ce556cdd4c1774d72f94b2471a0 80524 debug optional
claws-mail-pdf-viewer-dbgsym_4.1.1-3_amd64.deb
9776c32d5f7584803e37b392aeb4015c 302956 mail optional
claws-mail-pdf-viewer_4.1.1-3_amd64.deb
713d46181bc71b49d0b9d9c0ae3bd3f0 88736 debug optional
claws-mail-perl-filter-dbgsym_4.1.1-3_amd64.deb
93a626dee63aa64ad8612fcbf514be83 315808 mail optional
claws-mail-perl-filter_4.1.1-3_amd64.deb
68e88db9afda66dd59762f9c75d28e9a 41220 debug optional
claws-mail-pgpinline-dbgsym_4.1.1-3_amd64.deb
9684a08dcf36f06aeb7bea0667711e27 293688 mail optional
claws-mail-pgpinline_4.1.1-3_amd64.deb
3d4da4a93579647ae2a423b6f44832b5 150972 debug optional
claws-mail-pgpmime-dbgsym_4.1.1-3_amd64.deb
f7523f60282bcb577da441162b3764cc 318848 mail optional
claws-mail-pgpmime_4.1.1-3_amd64.deb
1838f90e5ab946a7b7ff96b622936116 282280 metapackages optional
claws-mail-plugins_4.1.1-3_all.deb
a742e6f183d0e211124e2ac0ac44a649 144640 debug optional
claws-mail-python-plugin-dbgsym_4.1.1-3_amd64.deb
4155674441d19cc887b2601ca988075f 319288 mail optional
claws-mail-python-plugin_4.1.1-3_amd64.deb
1ad25b0ffd158ca9a16bbcb87e315588 48048 debug optional
claws-mail-smime-plugin-dbgsym_4.1.1-3_amd64.deb
a1342463fe02ab23720ddc33994f043e 294600 mail optional
claws-mail-smime-plugin_4.1.1-3_amd64.deb
950690959ce8564954cb5598c70dfcb3 57864 debug optional
claws-mail-spam-report-dbgsym_4.1.1-3_amd64.deb
1e22cea8f2a8b50aba0d85b4d344a2c4 292284 mail optional
claws-mail-spam-report_4.1.1-3_amd64.deb
caa05515a5b830657d5b699857b0ed55 80204 debug optional
claws-mail-spamassassin-dbgsym_4.1.1-3_amd64.deb
2d2c2d5d49a2494584acacb87f6ecbcb 307828 mail optional
claws-mail-spamassassin_4.1.1-3_amd64.deb
588bef5a285738e9eebbd050c583759b 39568 debug optional
claws-mail-tnef-parser-dbgsym_4.1.1-3_amd64.deb
44a620aa6412cdd22a028521eb402549 293836 mail optional
claws-mail-tnef-parser_4.1.1-3_amd64.deb
5268f10b93b772640ec0800056a11f01 387312 mail optional
claws-mail-tools_4.1.1-3_all.deb
a9a556b7c6df144ef6a6d081d99a0f7d 278916 debug optional
claws-mail-vcalendar-plugin-dbgsym_4.1.1-3_amd64.deb
552524de313eb01eb6b6f8703b25986d 363244 mail optional
claws-mail-vcalendar-plugin_4.1.1-3_amd64.deb
ba1705e339acd02af56bfbc9f3bcf9ef 44556 mail optional
claws-mail_4.1.1-3_amd64.buildinfo
e63c0f8b1c1316e01e4b6d45dbc78b3a 1715540 mail optional
claws-mail_4.1.1-3_amd64.deb
157742749f0fea30757fa01f5d990397 393404 devel optional
libclaws-mail-dev_4.1.1-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEQ7w2SxbfDCBevXWSHw8KiN5bzKYFAmSyrsQACgkQHw8KiN5b
zKbshhAAsaPmTS97D+yn8NB2A9qT6eWulvzf60JnWi0NAU/g0z66QXuT0G69MOrt
fdtX6I4539kdwNXf6+XR7aZ6yBxgiIxokQjpbHGRM/wS2Q7RAq1jTCjUE6YvpMpm
I1O/1rG3zX/WKerEOHF9TYRbVJtHueOiayufUOVz9N0kMyS4TZ1zhNSPA31Cm72s
R+nwOJyggxV2y7mGx0AvEOWPzMYAI+1m0gyxua/ndy8TJf5VxCrQMm1VPZ/CTOO3
Ljh0MAjmgknj90itNe98BDWpk4WMjs/nogeQiodfFkto7dqRSFO0FrPfKos4kwjR
GDu0h2fBS5SqbZXrPs20qLc603igk/TjdbtiI5dNq732aayuMKre4q7HnneNK6OX
amVVAhUenSQTWm3W1ep0hmckFv13QUmSw14xcC9cu54q5T/gIVNmeykOZDFkJjJo
FOYx5U8WTi4TQppFjrLzrZ0aeBKPoIs1XCu6DbFqW7AtPM/pbryT6U6npld4VPc0
QFLiKqb3wszRsK7Vbn02DttIONlWVNsHwdpnOeGl7YMh2qRQ3Mq4CMTT37bmNJGl
/QfeOluwpjq9q07xe7LLj0cXSIK+vWxKiBg3rFI7AlM9IYuibsiLGfyjD8Nerzmp
uXy/QOwTGYAAIwB3twLndOvgTedutDx11XmyLdAk0yH5GKNXJbM=
=PaFB
-----END PGP SIGNATURE-----
--- End Message ---