./security/gpgme, GnuPG Made Easy

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


Branch: pkgsrc-2014Q2, Version: 1.4.4, Package name: gpgme-1.4.4, Maintainer: pkgsrc-users

GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
easier for applications. It provides a High-Level Crypto API for
encryption, decryption, signing, signature verification and key
management.


Required to run:
[security/libgpg-error] [security/libassuan2] [security/gnupg2]


Package options: gpgsm

Master sites:

SHA1: 1f9f668886c25467987a11c0d37c45e1ffe66b8e
RMD160: 878c130cf9e60c751b4fdcc8e42a1493fa7852ee
Filesize: 935.917 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-22 18:43:05 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #4479 - requested by wiz
security/gpgme: security update

Revisions pulled up:
- security/gpgme/Makefile                                       1.73
- security/gpgme/distinfo                                       1.32

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Thu Aug 21 20:40:58 UTC 2014

   Modified Files:
   	pkgsrc/security/gpgme: Makefile distinfo

   Log message:
   Update to 1.4.4. Remove obsolete configure args.

   Noteworthy changes in version 1.4.4 (2014-07-30) [C22/A11/R1]
   -------------------------------------------------------------

    Backported from 1.5.1:

    * Fixed possible overflow in gpgsm and uiserver engines.
      [CVE-2014-3564]

    * Fixed possibled segv in gpgme_op_card_edit.

    * Fixed minor memleaks and possible zombie processes.

    * Fixed prototype inconsistencies and void pointer arithmetic.

   Noteworthy changes in version 1.4.3 (2013-08-12) [C22/A11/R0]
   -------------------------------------------------------------

    * The default engine names are now taken from the output of gpgconf.
      If gpgconf is not found the use of gpg 1 is assumed.

    * Under Windows the default engines names are first searched in the
      installation directory of the gpgme DLL.

    * New function gpgme_data_identify to detect the type of a message.

    * Interface changes relative to the 1.4.2 release:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    gpgme_signers_count            NEW.
    gpgme_data_type_t              NEW.
    gpgme_data_identify            NEW.

   Noteworthy changes in version 1.4.2 (2013-05-28)
   ------------------------------------------------

    * Allow symmetric encryption with gpgme_op_encrypt_sign.

    * Fixed mismatching off_t definitions on Windows.

    * Interface changes relative to the 1.4.1 release:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    gpgme_off_t                    NEW.
    gpgme_size_t                   NEW.
    GPGME_PROTOCOL_OPENPGP         NEW alias.