Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 21:51:37 UTC Now

2014-08-22 16:43:05 UTC pkgsrc-2014Q2 commitmail json YAML

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.

(tron)