./mail/gmime3, Library for the creation and parsing of MIME messages (API v3)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.2.7nb2, Package name: gmime3-3.2.7nb2, Maintainer: pkgsrc-users

GMime is a C library which may be used for the creation and parsing
of messages using the Multipurpose Internet Mail Extension (MIME),
as defined by numerous IETF specifications.

GMime features an extremely robust high-performance parser designed
to be able to preserve byte-for-byte information allowing developers
to re-seralize the parsed messages back to a stream exactly as the
parser found them. It also features integrated GnuPG and S/MIME
v3.2 support.

Built on top of GObject (the object system used by the GNOME
desktop), many developers should find its API design and memory
management very familiar.

This package contains v3 of the gmime API.


Required to run:
[security/gnupg2] [security/gpgme] [devel/glib2]

Required to build:
[security/libgpg-error]

Master sites: (Expand)

Filesize: 2174.852 KB

Version history: (Expand)


CVS history: (Expand)


   2023-12-04 15:04:37 by Jonathan Perkin | Files touched by this commit (1)
Log message:
gmime3: libgpg-error is not a build-only dependency.

Fixes indirect library checks.
   2022-08-09 14:08:36 by Jonathan Perkin | Files touched by this commit (72)
Log message:
*: Remove hardcoded -liconv / -lintl on SunOS.

This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv
and gettext-lib.
   2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063)
Log message:
revbump for icu and libffi
   2021-10-26 12:54:34 by Nia Alarie | Files touched by this commit (356)
Log message:
mail: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles were unfetchable (possibly fetched
conditionally?):

./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
   2021-10-07 16:25:52 by Nia Alarie | Files touched by this commit (357)
Log message:
mail: Remove SHA1 hashes for distfiles
   2021-09-30 13:04:08 by Jonathan Perkin | Files touched by this commit (1)
Log message:
gmime3: Explicitly link against libiconv on SunOS.

Fixes various behaviour due to not correctly detecting GNU iconv during
configure.  Test suite is now clean.  Bump PKGREVISION.
   2020-05-25 07:34:49 by Roland Illig | Files touched by this commit (1)
Log message:
mail/gmime3: remove unknown configure option
   2020-03-22 19:17:55 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
gmime3: update to 3.2.7.

### GMime 3.2.7

* Added some configure logic to auto-detect the system shift-jis charset alias. \ 
(issue #81)

* Fixed tests/Makefile.am to exit with a non-negative value (issue #82)

* Fixed logic to skip expired or revoked gpg subkeys when looking for the \ 
correct subkey to
  use for signing or encrypting. (issue #88)

* Fixed a regression introduced into 3.2.6 as part of the header parsder rewrite \ 
that lost
  the ability to warn about invalid headers for non-toplevel MIME parts. (issue #89)

* 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 (issue #90)