Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libgmime-3_0-0-3.2.6-1.1 RPM for armv7hl

From OpenSuSE Ports Leap 15.3 for armv7hl

Name: libgmime-3_0-0 Distribution: openSUSE Step 15
Version: 3.2.6 Vendor: openSUSE
Release: 1.1 Build date: Sun Feb 7 08:39:13 2021
Group: System/Libraries Build host: obs-arm-5
Size: 480896 Source RPM: gmime-3.2.6-1.1.src.rpm
Packager: https://bugs.opensuse.org
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).

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* 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.

Files

/usr/lib/libgmime-3.0.so.0
/usr/lib/libgmime-3.0.so.0.206.0
/usr/share/licenses/libgmime-3_0-0
/usr/share/licenses/libgmime-3_0-0/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 16:43:41 2024