Skip to content

Commit

Permalink
gmime: upgrade 3.2.6 -> 3.2.7
Browse files Browse the repository at this point in the history
* Added some configure logic to auto-detect the system shift-jis charset alias. (issue openembedded#81)
* Fixed tests/Makefile.am to exit with a non-negative value (issue openembedded#82)
* Fixed logic to skip expired or revoked gpg subkeys when looking for the correct subkey to
  use for signing or encrypting. (issue openembedded#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 openembedded#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 openembedded#90)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
schnitzeltony authored and kraj committed Jun 9, 2021
1 parent 8be2ed0 commit 7b31243
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions meta-oe/recipes-gnome/gmime/gmime/iconv-detect.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
#define ICONV_ISO_INT_FORMAT "iso-%u-%u"
#define ICONV_ISO_STR_FORMAT "iso-%u-%s"
#define ICONV_10646 "iso-10646"
#define ICONV_SHIFT_JIS "shift-jis"
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
DESCRIPTION = "Runtime libraries for parsing and creating MIME mail"
SECTION = "libs"

DEPENDS = "glib-2.0 zlib"

inherit gnomebase gobject-introspection

SRC_URI += "file://iconv-detect.h \
file://nodolt.patch"

SRC_URI[archive.md5sum] = "656548dc431004d1ebf95e5d0bb4b9c8"
SRC_URI[archive.sha256sum] = "abff194c7c4802fba2e233890d09dde8bf7170c3ad5e13000601c8d5b3c44717"
SRC_URI[archive.sha256sum] = "2aea96647a468ba2160a64e17c6dc6afe674ed9ac86070624a3f584c10737d44"

export ac_cv_have_iconv_detect_h="yes"

Expand Down

0 comments on commit 7b31243

Please sign in to comment.