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

gmime-devel-3.2.6-lp152.1.4 RPM for ppc64le

From OpenSuSE Ports Leap 15.2 for ppc64le

Name: gmime-devel Distribution: openSUSE:Leap:15.2:PowerPC / ports
Version: 3.2.6 Vendor: openSUSE
Release: lp152.1.4 Build date: Sat May 16 13:18:11 2020
Group: Development/Libraries/C and C++ Build host: obs-power8-03
Size: 3350082 Source RPM: gmime-3.2.6-lp152.1.4.src.rpm
Packager: https://bugs.opensuse.org
Url: http://spruce.sourceforge.net/gmime/
Summary: MIME Parser and Utility Library -- Development Files
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 Bjørn Lie <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 Bjørn Lie <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 Bjørn Lie <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/include/gmime-3.0
/usr/include/gmime-3.0/gmime
/usr/include/gmime-3.0/gmime/gmime-application-pkcs7-mime.h
/usr/include/gmime-3.0/gmime/gmime-autocrypt.h
/usr/include/gmime-3.0/gmime/gmime-certificate.h
/usr/include/gmime-3.0/gmime/gmime-charset.h
/usr/include/gmime-3.0/gmime/gmime-content-type.h
/usr/include/gmime-3.0/gmime/gmime-crypto-context.h
/usr/include/gmime-3.0/gmime/gmime-data-wrapper.h
/usr/include/gmime-3.0/gmime/gmime-disposition.h
/usr/include/gmime-3.0/gmime/gmime-encodings.h
/usr/include/gmime-3.0/gmime/gmime-error.h
/usr/include/gmime-3.0/gmime/gmime-filter-basic.h
/usr/include/gmime-3.0/gmime/gmime-filter-best.h
/usr/include/gmime-3.0/gmime/gmime-filter-charset.h
/usr/include/gmime-3.0/gmime/gmime-filter-checksum.h
/usr/include/gmime-3.0/gmime/gmime-filter-dos2unix.h
/usr/include/gmime-3.0/gmime/gmime-filter-enriched.h
/usr/include/gmime-3.0/gmime/gmime-filter-from.h
/usr/include/gmime-3.0/gmime/gmime-filter-gzip.h
/usr/include/gmime-3.0/gmime/gmime-filter-html.h
/usr/include/gmime-3.0/gmime/gmime-filter-openpgp.h
/usr/include/gmime-3.0/gmime/gmime-filter-smtp-data.h
/usr/include/gmime-3.0/gmime/gmime-filter-strip.h
/usr/include/gmime-3.0/gmime/gmime-filter-unix2dos.h
/usr/include/gmime-3.0/gmime/gmime-filter-windows.h
/usr/include/gmime-3.0/gmime/gmime-filter-yenc.h
/usr/include/gmime-3.0/gmime/gmime-filter.h
/usr/include/gmime-3.0/gmime/gmime-format-options.h
/usr/include/gmime-3.0/gmime/gmime-gpg-context.h
/usr/include/gmime-3.0/gmime/gmime-header.h
/usr/include/gmime-3.0/gmime/gmime-iconv-utils.h
/usr/include/gmime-3.0/gmime/gmime-iconv.h
/usr/include/gmime-3.0/gmime/gmime-message-part.h
/usr/include/gmime-3.0/gmime/gmime-message-partial.h
/usr/include/gmime-3.0/gmime/gmime-message.h
/usr/include/gmime-3.0/gmime/gmime-multipart-encrypted.h
/usr/include/gmime-3.0/gmime/gmime-multipart-signed.h
/usr/include/gmime-3.0/gmime/gmime-multipart.h
/usr/include/gmime-3.0/gmime/gmime-object.h
/usr/include/gmime-3.0/gmime/gmime-param.h
/usr/include/gmime-3.0/gmime/gmime-parser-options.h
/usr/include/gmime-3.0/gmime/gmime-parser.h
/usr/include/gmime-3.0/gmime/gmime-part-iter.h
/usr/include/gmime-3.0/gmime/gmime-part.h
/usr/include/gmime-3.0/gmime/gmime-pkcs7-context.h
/usr/include/gmime-3.0/gmime/gmime-references.h
/usr/include/gmime-3.0/gmime/gmime-signature.h
/usr/include/gmime-3.0/gmime/gmime-stream-buffer.h
/usr/include/gmime-3.0/gmime/gmime-stream-cat.h
/usr/include/gmime-3.0/gmime/gmime-stream-file.h
/usr/include/gmime-3.0/gmime/gmime-stream-filter.h
/usr/include/gmime-3.0/gmime/gmime-stream-fs.h
/usr/include/gmime-3.0/gmime/gmime-stream-gio.h
/usr/include/gmime-3.0/gmime/gmime-stream-mem.h
/usr/include/gmime-3.0/gmime/gmime-stream-mmap.h
/usr/include/gmime-3.0/gmime/gmime-stream-null.h
/usr/include/gmime-3.0/gmime/gmime-stream-pipe.h
/usr/include/gmime-3.0/gmime/gmime-stream.h
/usr/include/gmime-3.0/gmime/gmime-text-part.h
/usr/include/gmime-3.0/gmime/gmime-utils.h
/usr/include/gmime-3.0/gmime/gmime-version.h
/usr/include/gmime-3.0/gmime/gmime.h
/usr/include/gmime-3.0/gmime/internet-address.h
/usr/lib64/libgmime-3.0.so
/usr/lib64/pkgconfig/gmime-3.0.pc
/usr/share/doc/packages/gmime-devel
/usr/share/doc/packages/gmime-devel/AUTHORS
/usr/share/doc/packages/gmime-devel/PORTING
/usr/share/doc/packages/gmime-devel/README
/usr/share/doc/packages/gmime-devel/TODO
/usr/share/gir-1.0/GMime-3.0.gir
/usr/share/gtk-doc/html/gmime-3.2
/usr/share/gtk-doc/html/gmime-3.2/CryptoContexts.html
/usr/share/gtk-doc/html/gmime-3.2/DataWrappers.html
/usr/share/gtk-doc/html/gmime-3.2/Filters.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeApplicationPkcs7Mime.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeCertificate.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeContentDisposition.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeContentType.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeCryptoContext.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeDataWrapper.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeFilter.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeFilterBasic.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeFilterBest.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeFilterCharset.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeFilterChecksum.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeFilterDos2Unix.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeFilterEnriched.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeFilterFrom.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeFilterGZip.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeFilterHTML.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeFilterOpenPGP.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeFilterSmtpData.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeFilterStrip.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeFilterUnix2Dos.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeFilterWindows.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeFilterYenc.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeGpgContext.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeHeaderList.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeMessage.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeMessagePart.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeMessagePartial.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeMultipart.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeMultipartEncrypted.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeMultipartSigned.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeObject.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeParamList.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeParser.html
/usr/share/gtk-doc/html/gmime-3.2/GMimePart.html
/usr/share/gtk-doc/html/gmime-3.2/GMimePkcs7Context.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeSignature.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeStream.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeStreamBuffer.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeStreamCat.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeStreamFile.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeStreamFilter.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeStreamFs.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeStreamGIO.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeStreamMem.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeStreamMmap.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeStreamNull.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeStreamPipe.html
/usr/share/gtk-doc/html/gmime-3.2/GMimeTextPart.html
/usr/share/gtk-doc/html/gmime-3.2/Headers.html
/usr/share/gtk-doc/html/gmime-3.2/InternetAddress.html
/usr/share/gtk-doc/html/gmime-3.2/InternetAddressGroup.html
/usr/share/gtk-doc/html/gmime-3.2/InternetAddressList.html
/usr/share/gtk-doc/html/gmime-3.2/InternetAddressMailbox.html
/usr/share/gtk-doc/html/gmime-3.2/InternetAddresses.html
/usr/share/gtk-doc/html/gmime-3.2/MimeParts.html
/usr/share/gtk-doc/html/gmime-3.2/Parsers.html
/usr/share/gtk-doc/html/gmime-3.2/Streams.html
/usr/share/gtk-doc/html/gmime-3.2/ch01.html
/usr/share/gtk-doc/html/gmime-3.2/classes.html
/usr/share/gtk-doc/html/gmime-3.2/core.html
/usr/share/gtk-doc/html/gmime-3.2/fundamentals.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-3.2.devhelp2
/usr/share/gtk-doc/html/gmime-3.2/gmime-GMimeFormatOptions.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-GMimeParserOptions.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-GMimePartIter.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-GMimeReferences.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-building.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-changes-2-0.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-changes-2-2.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-changes-2-4.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-changes-2-6.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-changes-3-0.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-compiling.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-data-wrappers.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-filters.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-gmime-autocrypt.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-gmime-charset.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-gmime-encodings.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-gmime-iconv-utils.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-gmime-iconv.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-gmime-utils.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-gmime.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-question-index.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-resources.html
/usr/share/gtk-doc/html/gmime-3.2/gmime-streams.html
/usr/share/gtk-doc/html/gmime-3.2/gmime.html
/usr/share/gtk-doc/html/gmime-3.2/home.png
/usr/share/gtk-doc/html/gmime-3.2/index.html
/usr/share/gtk-doc/html/gmime-3.2/left-insensitive.png
/usr/share/gtk-doc/html/gmime-3.2/left.png
/usr/share/gtk-doc/html/gmime-3.2/right-insensitive.png
/usr/share/gtk-doc/html/gmime-3.2/right.png
/usr/share/gtk-doc/html/gmime-3.2/style.css
/usr/share/gtk-doc/html/gmime-3.2/up-insensitive.png
/usr/share/gtk-doc/html/gmime-3.2/up.png
/usr/share/vala/vapi
/usr/share/vala/vapi/gmime-3.0.deps
/usr/share/vala/vapi/gmime-3.0.vapi


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:11:19 2024