2fd5a378cb
---------------------------- 2017-01-21 Jeffrey Stedfast <fejj@gnome.org> * README: Bumped version * configure.ac: Bumped version to 2.6.23 2017-01-17 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-crypto-context.c (g_mime_decryption_*): Fixed naming. 2016-12-17 Jeffrey Stedfast <fejj@gnome.org> * README: Bumped version * configure.ac: Bumped version to 2.6.22 2016-12-12 Jeffrey Stedfast <fejj@gnome.org> * mono/gmime-api.raw: Updated Mono bindings. 2016-12-11 Jeffrey Stedfast <fejj@gnome.org> * README: Bumped version * configure.ac: Bumped version to 2.6.21 2016-12-10 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-gpg-context.c (gpg_ctx_get_argv): Don't pass --yes, ever. 2016-12-10 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-gpg-context.c (gpg_ctx_get_argv): Add back --batch and --yes to fix the unit tests for GnuPG 1.4.x. (gpg_ctx_get_argv): Now also takes a path argument to gpg to use as the first argument instead of hard-coding "gpg". (g_mime_gpg_context_new): Updated to query the GnuPG version in case we need that information (turns out we don't at the moment). 2016-12-09 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-crypto-context.c (g_mime_crypto_context_set_retrieve_session_key): Moved here from GMimeGpgContext. (g_mime_crypto_context_get_retrieve_session_key): Same. Thanks to Daniel Kahn Gillmor for this patch. 2016-12-05 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-multipart-encrypted.c (g_mime_multipart_encrypted_decrypt_session): New function to decrypt a multipart/encrypted using a session_key. * gmime/gmime-crypto-context.c (g_mime_crypto_context_decrypt_session): New function to decrypt a MIME part using a session_key. * gmime/gmime-gpg-context.c (gpg_ctx_get_argv): Added support for --override-session-key-id for the new decrypt_session() method. (gpg_ctx_op_start): Updated to create the secret_fd when passing a session_key as well. (gpg_ctx_write_session_key): New function to write the session_key to gpg. (gpg_decrypt_session): New function to decrypt a MIME part using a session_key. Thanks to Daniel Kahn Gillmor for this patch. 2016-12-05 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-gpg-context.c (gpg_ctx_parse_status): Advance over the SESSION_KEY identifier before calling next_token() so that next_token() actually gets the sesstion key token that we want. Also fixed to free any existing session_key if gpg somehow sends us multiple SESSION_KEY responses. Thanks to Daniel Kahn Gillmor for this patch. 2016-12-03 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-gpg-context.c (next_token): Now takes a 'secret' argument to determine if it will overwrite the token within the buffer with '*' to prevent leaking of the secret token. (gpg_ctx_parse_status): Pass TRUE to next_token() when reading the SESSION_KEY token. 2016-12-02 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-gpg-context.c (gpg_ctx_free): Free the session_key. (gpg_ctx_get_argv): Pass --show-session-key to gpg if requested. (gpg_ctx_parse_status): Decode the session-key sent by gpg. (gpg_decrypt): Set the session_key on the decrypt result. (g_mime_gpg_context_get_retrieve_session_key): Added. (g_mime_gpg_context_set_retrieve_session_key): Added. * gmime/gmime-crypto-context.c (g_mime_decrypt_result_set_session_key): Added. (g_mime_decryption_result_get_session_key): Added. Thanks to Daniel Kahn Gillmor for this patch. 2016-12-02 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-gpg-context.c (g_mime_gpg_context_new): Allow NULL for the gpg path in order to use the default gpg path (i.e. "gpg"). * tests/test-pgp*.c: Updated unit tests to pass NULL for the gpg path so that running the unit tests don't depend on a specific location of gpg. Thanks to Daniel Kahn Gillmor for this patch. 2016-08-30 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-multipart.c (read_random_pool): Only initialized srand() once. 2016-07-19 Jeffrey Stedfast <jeff@xamarin.com> * gmime/gmime-gpg-context.c (gpg_ctx_get_argv): Always use --batch mode and don't pass --yes. 2016-07-14 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-parser.c (parser_construct_part): When parsing individual mime parts, do not treat them as top-level mime parts of a message. When decrypting mime parts, for example, we need all headers of the decrypted mime part to be included in the GMimeObject returned, otherwise we end up losing data. 2016-03-03 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-utils.c (header_fold_tokens): Fixed folding logic to add a space between two consecutive encoded-word tokens when they will fit on a single line. Thanks to Jaroslav Gratz for discovering this bug. Fixes bug #761263 2016-03-03 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-multipart-signed.c (g_mime_multipart_signed_verify): Fixed a memory leak when verifying S/MIME signatures. Thanks to Minaev Mike for discovering this bug. Fixes bug #760681 2016-01-13 Jeffrey STedfast <fejj@gnome.org> * gmime/gmime-pkcs7-context.c (key_list_free): Fixed the logic for freeing a list of keys. Thanks to foudfou for this patch. Fixes bug #760573 2015-10-08 Jeffrey Stedfast <fejj@gnome.org> * gmime/internet-address.c (decode_route): Make sure to free the route in error cases to avoid a memory leak. Fixes bug #756270 2015-04-11 Jeffrey Stedfast <fejj@gnome.org> * util/url-scanner.c (url_scanner_table_init): Treat all character values >= 128 as url-safe. Fixes bug #738583. 2014-07-18 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-header.c (g_mime_header_list_register_writer): g_hash_table_remove() will g_free() the key for us, so don't do it ourselves (will result in a double-free). 2014-07-17 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-table-private.h: Increased GMIME_FOLD_LEN to 78. 2014-05-24 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-part.c (g_mime_part_is_attachment): New function to determine if a MIME part is an attachment or not. * gmime/gmime-disposition.c (g_mime_content_disposition_is_attachment): New function to determine if the Content-Disposition value matches "attachment".
143 lines
6.5 KiB
Text
143 lines
6.5 KiB
Text
@comment $NetBSD: PLIST,v 1.14 2017/02/25 00:05:06 mef Exp $
|
|
include/gmime-2.6/gmime/gmime-certificate.h
|
|
include/gmime-2.6/gmime/gmime-charset.h
|
|
include/gmime-2.6/gmime/gmime-content-type.h
|
|
include/gmime-2.6/gmime/gmime-crypto-context.h
|
|
include/gmime-2.6/gmime/gmime-data-wrapper.h
|
|
include/gmime-2.6/gmime/gmime-disposition.h
|
|
include/gmime-2.6/gmime/gmime-encodings.h
|
|
include/gmime-2.6/gmime/gmime-error.h
|
|
include/gmime-2.6/gmime/gmime-filter-basic.h
|
|
include/gmime-2.6/gmime/gmime-filter-best.h
|
|
include/gmime-2.6/gmime/gmime-filter-charset.h
|
|
include/gmime-2.6/gmime/gmime-filter-crlf.h
|
|
include/gmime-2.6/gmime/gmime-filter-enriched.h
|
|
include/gmime-2.6/gmime/gmime-filter-from.h
|
|
include/gmime-2.6/gmime/gmime-filter-gzip.h
|
|
include/gmime-2.6/gmime/gmime-filter-html.h
|
|
include/gmime-2.6/gmime/gmime-filter-md5.h
|
|
include/gmime-2.6/gmime/gmime-filter-strip.h
|
|
include/gmime-2.6/gmime/gmime-filter-windows.h
|
|
include/gmime-2.6/gmime/gmime-filter-yenc.h
|
|
include/gmime-2.6/gmime/gmime-filter.h
|
|
include/gmime-2.6/gmime/gmime-gpg-context.h
|
|
include/gmime-2.6/gmime/gmime-header.h
|
|
include/gmime-2.6/gmime/gmime-iconv-utils.h
|
|
include/gmime-2.6/gmime/gmime-iconv.h
|
|
include/gmime-2.6/gmime/gmime-message-part.h
|
|
include/gmime-2.6/gmime/gmime-message-partial.h
|
|
include/gmime-2.6/gmime/gmime-message.h
|
|
include/gmime-2.6/gmime/gmime-multipart-encrypted.h
|
|
include/gmime-2.6/gmime/gmime-multipart-signed.h
|
|
include/gmime-2.6/gmime/gmime-multipart.h
|
|
include/gmime-2.6/gmime/gmime-object.h
|
|
include/gmime-2.6/gmime/gmime-param.h
|
|
include/gmime-2.6/gmime/gmime-parser.h
|
|
include/gmime-2.6/gmime/gmime-part-iter.h
|
|
include/gmime-2.6/gmime/gmime-part.h
|
|
include/gmime-2.6/gmime/gmime-pkcs7-context.h
|
|
include/gmime-2.6/gmime/gmime-signature.h
|
|
include/gmime-2.6/gmime/gmime-stream-buffer.h
|
|
include/gmime-2.6/gmime/gmime-stream-cat.h
|
|
include/gmime-2.6/gmime/gmime-stream-file.h
|
|
include/gmime-2.6/gmime/gmime-stream-filter.h
|
|
include/gmime-2.6/gmime/gmime-stream-fs.h
|
|
include/gmime-2.6/gmime/gmime-stream-gio.h
|
|
include/gmime-2.6/gmime/gmime-stream-mem.h
|
|
include/gmime-2.6/gmime/gmime-stream-mmap.h
|
|
include/gmime-2.6/gmime/gmime-stream-null.h
|
|
include/gmime-2.6/gmime/gmime-stream-pipe.h
|
|
include/gmime-2.6/gmime/gmime-stream.h
|
|
include/gmime-2.6/gmime/gmime-utils.h
|
|
include/gmime-2.6/gmime/gmime-version.h
|
|
include/gmime-2.6/gmime/gmime.h
|
|
include/gmime-2.6/gmime/internet-address.h
|
|
lib/libgmime-2.6.la
|
|
lib/pkgconfig/gmime-2.6.pc
|
|
share/gtk-doc/html/gmime-2.6/CryptoContexts.html
|
|
share/gtk-doc/html/gmime-2.6/DataWrappers.html
|
|
share/gtk-doc/html/gmime-2.6/Filters.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeCertificate.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeContentDisposition.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeContentType.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeCryptoContext.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeDataWrapper.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeFilter.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeFilterBasic.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeFilterBest.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeFilterCRLF.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeFilterCharset.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeFilterEnriched.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeFilterFrom.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeFilterGZip.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeFilterHTML.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeFilterMd5.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeFilterStrip.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeFilterWindows.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeFilterYenc.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeGpgContext.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeMessage.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeMessagePart.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeMessagePartial.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeMultipart.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeMultipartEncrypted.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeMultipartSigned.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeObject.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeParser.html
|
|
share/gtk-doc/html/gmime-2.6/GMimePart.html
|
|
share/gtk-doc/html/gmime-2.6/GMimePkcs7Context.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeSignature.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeStream.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeStreamBuffer.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeStreamCat.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeStreamFile.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeStreamFilter.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeStreamFs.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeStreamMem.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeStreamMmap.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeStreamNull.html
|
|
share/gtk-doc/html/gmime-2.6/GMimeStreamPipe.html
|
|
share/gtk-doc/html/gmime-2.6/Headers.html
|
|
share/gtk-doc/html/gmime-2.6/InternetAddress.html
|
|
share/gtk-doc/html/gmime-2.6/InternetAddressGroup.html
|
|
share/gtk-doc/html/gmime-2.6/InternetAddressList.html
|
|
share/gtk-doc/html/gmime-2.6/InternetAddressMailbox.html
|
|
share/gtk-doc/html/gmime-2.6/InternetAddresses.html
|
|
share/gtk-doc/html/gmime-2.6/MimeParts.html
|
|
share/gtk-doc/html/gmime-2.6/Parsers.html
|
|
share/gtk-doc/html/gmime-2.6/Streams.html
|
|
share/gtk-doc/html/gmime-2.6/ch01.html
|
|
share/gtk-doc/html/gmime-2.6/classes.html
|
|
share/gtk-doc/html/gmime-2.6/core.html
|
|
share/gtk-doc/html/gmime-2.6/fundamentals.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-2.6.devhelp2
|
|
share/gtk-doc/html/gmime-2.6/gmime-GMimeHeader.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-GMimeParam.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-GMimePartIter.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-building.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-changes-2-0.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-changes-2-2.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-changes-2-4.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-changes-2-6.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-compiling.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-data-wrappers.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-filters.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-gmime-charset.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-gmime-encodings.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-gmime-iconv-utils.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-gmime-iconv.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-gmime-utils.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-gmime.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-question-index.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-resources.html
|
|
share/gtk-doc/html/gmime-2.6/gmime-streams.html
|
|
share/gtk-doc/html/gmime-2.6/gmime.html
|
|
share/gtk-doc/html/gmime-2.6/home.png
|
|
share/gtk-doc/html/gmime-2.6/index.html
|
|
share/gtk-doc/html/gmime-2.6/left-insensitive.png
|
|
share/gtk-doc/html/gmime-2.6/left.png
|
|
share/gtk-doc/html/gmime-2.6/right-insensitive.png
|
|
share/gtk-doc/html/gmime-2.6/right.png
|
|
share/gtk-doc/html/gmime-2.6/style.css
|
|
share/gtk-doc/html/gmime-2.6/up-insensitive.png
|
|
share/gtk-doc/html/gmime-2.6/up.png
|