| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libgmime-3_0-0 | Distribution: SUSE Linux Enterprise 15 |
| Version: 3.2.7 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150400.1.12 | Build date: Sun May 8 07:38:40 2022 |
| Group: System/Libraries | Build host: xinomavro |
| Size: 754548 | Source RPM: gmime-3.2.7-150400.1.12.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: http://spruce.sourceforge.net/gmime/ | |
| Summary: MIME Parser and Utility Library | |
GMime is a C/C++ library for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME).
LGPL-2.1-or-later
* Sat Mar 21 2020 bjorn.lie@gmail.com
- Update to version 3.2.7:
+ Added some configure logic to auto-detect the system shift-jis
charset alias.
+ Fixed tests/Makefile.am to exit with a non-negative value.
+ Fixed logic to skip expired or revoked gpg subkeys when looking
for the correct subkey to use for signing or encrypting.
+ Fixed a regression introduced into 3.2.6 as part of the header
parser rewrite that lost the ability to warn about invalid
headers for non-toplevel MIME parts.
+ Fixed S/MIME to always set GPGME_KEYLIST_MODE_VALIDATE when
looking up certificates as this is needed in order to correctly
populate the GMimeCertificates.
* Sat Feb 15 2020 bjorn.lie@gmail.com
- Update to version 3.2.6:
+ Added methods to get 64-bit timestamps for the creation-date
and expiration-date of GMimeCertificates and GMimeSignatures.
+ Fixed the vala abstract public constructor for GMimeObject.
+ Fixed a bug in GMimeParser's header parser.
* Thu Nov 14 2019 bjorn.lie@gmail.com
- Update to version 3.2.5:
+ Modified GMimeParser to prevent stack overflows when parsing
deeply nested messages. GMimeParser now has a limit on how deep
multipart and/or message/rfc822 MIME part nesting is allowed to
go before the parser will take action to prevent a stack
overflow. If the max level is reached at a message/rfc822 part,
then that part will be consumed by the parser as a generic
GMimePart rather than a GMimeMessagePart. Likewise, if the max
level is reached at any type of multipart, then the content of
said multipart will be packed into the GMimeMultipart's preface
and not parsed any further.
+ g_mime_multipart_foreach has been rewritten to avoid recursion,
thereby avoiding potential stack overflows.
+ The gmime-port-2-6-to-3-0.sh script has been fixed to use
proper sed syntax.
* Thu Oct 03 2019 bjorn.lie@gmail.com
- Update to version 3.2.4:
+ Replaced calls to g_memmove with memmove.
+ Added a new GMIME_DECRYPT_NO_VERIFY flag that disables
signature verification.
+ Modified GMimeParser to not set the OpenPGP state for
base64/uuencoded content.
+ Added reporting of RFC 5322 addr-spec syntax violations to the
GMimeParserWarning API.
+ Fixed a stack underflow error in the uudecode.c sample.
+ Improved Vala bindings.
* Fri Nov 30 2018 bjorn.lie@gmail.com
- Update to version 3.2.3:
+ Fixed GMimeFilterBasic for uudecode.
+ Fixed a bug in g_mime_uuencode_step().
+ Modified GMimeParser to work around broken mailers that send
base64 encoded message/rfc822 parts.
+ Fixed a bug in g_mime_quoted_encode_close() where it would
incorrectly end the quoted-printable output with a line
containing only "=\n" even when it is not needed.
+ Improved g_mime_content_encoding_from_string().
+ Really, really fixed the packaging to include the Vala build
files.
- Changes from version 3.2.2:
+ Fixed packaging to include Vala files.
- Changes from version 3.2.1:
+ Fixed GMimeParser to recognize the message/global mime-type.
+ Updated GMime to use libidn2 instead of the older libidn
library.
+ Fixed address quoting logic and IDN2 encoding.
+ Added GMIME_DECRYPT_ENABLE_ONLINE_CERTIFICATE_CHECKS and
GMIME_DECRYPT_ENABLE_KEYSERVER_LOOKUPS as possible flags to
pass to g_mime_crypto_context_decrypt(). Also added
GMIME_VERIFY_ENABLE_ONLINE_CERTIFICATE_CHECKS and
GMIME_VERIFY_ENABLE_KEYSERVER_LOOKUPS as possible flags to
pass to g_mime_crypto_context_verify().
+ Fixed g_mime_message_write_to_stream() to prioritize message
headers over body headers.
+ The GMimeParser can now warn about a number of RFC-compliance
issues that it finds when parsing messages.
+ Fixed GMimeTextPart to make sure that the GMimeFilterCharset is
non-null before trying to use it. This can happen if the
charset specified in the Content-Type header is unsupported by
the iconv library.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Thu Dec 21 2017 luc14n0@linuxmail.org
- Update to version 3.2.0:
+ No news available.
* Mon Dec 04 2017 luc14n0@linuxmail.org
- Update to version 3.0.5:
+ No changes visible for the user.
- Adopt the use of %make_build macro instead of raw make command,
following the best practices.
* Tue Nov 21 2017 luc14n0@linuxmail.org
- Update to version 3.0.4:
+ No changes visible for the user.
- Drop gmime-fix-build-failure.patch: fixed upstream.
* Thu Nov 02 2017 fezhang@suse.com
- Add gmime-fix-build-failure.patch: Fix a build failure
(bgo#789799).
* Thu Nov 02 2017 fezhang@suse.com
- Update to version 3.0.3:
+ Misc. fixes.
* Sat Sep 02 2017 zaitor@opensuse.org
- Update to version 3.0.2:
+ Misc. fixes.
* Mon May 29 2017 zaitor@opensuse.org
- Update to version 3.0.1:
+ Misc. fixes.
+ Updated and improved documentation.
* Sat May 20 2017 zaitor@opensuse.org
- Update to version 3.0.0:
+ No upstream changes provided. Please check git log.
- Add define base_ver and define so_ver, ease future upstream
version updates, and rename sub-packages to new 3.0 version.
- Drop gmime-tools Obsolete, no longer needed.
- Drop disabled conditional mono subpackage, BuildRequires and
configure call, no longer supported by upstream.
- Add pkgconfig(vapigen) BuildRequires: Build vala support.
- Pass --enable-crypto to configure, build new crypto support.
- Drop obsolete MD5SUM fix of COPYING, no longer needed.
- Drop obsolete CFLAGS hack, fixed upstream.
- Stop running custom find_requires, no longer needed.
* Sat Jan 21 2017 zaitor@opensuse.org
- Update to version 2.6.23:
+ gmime-crypto-context: Fixed naming.
* Sun Dec 18 2016 dimstar@opensuse.org
- Update to version 2.6.22:
+ Updated Mono bindings.
* Mon Dec 12 2016 dimstar@opensuse.org
- Update to version 2.6.21:
+ New function to determine if a MIME part is an attachment or
not.
+ Treat all character values >= 128 as url-safe (bgo#738583).
+ Bugs fixed: bgo#756270, bgo#760573, bgo#760681, bgo#761263.
* Mon Oct 03 2016 dimstar@opensuse.org
- Add baselibs.conf:
+ produce libgmime-2_6-0-32bit package, needed by
libxplayer-plparser18-32bit.
* Fri Jul 15 2016 alarrosa@suse.com
- Update to GNOME 3.20.2 Fate#318572
* Tue Mar 31 2015 dimstar@opensuse.org
- Add --enable-mono/--disable-mono to configure call, based on the
build condition. This avoids random rebuild failures (outside
OBS) if mono happens to be installed on the building system.
/usr/lib64/libgmime-3.0.so.0 /usr/lib64/libgmime-3.0.so.0.206.1 /usr/share/licenses/libgmime-3_0-0 /usr/share/licenses/libgmime-3_0-0/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jul 24 19:18:58 2026