2014-08-21 22:40:58 by Thomas Klausner | Files touched by this commit (2) |
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.
|
2013-05-06 20:18:31 by Matthias Drochner | Files touched by this commit (1) |
Log message:
disable TLS on all NetBSD - it crashes for me on -current/i386
|
2013-05-04 04:50:42 by OBATA Akio | Files touched by this commit (1) |
Log message:
No TLS support on NetBSD-5 and pirior.
|
2013-05-03 18:36:05 by Matthias Drochner | Files touched by this commit (5) | |
Log message:
update to 1.4.1
changes:
-new APIs added
-FD passing enabled by default
-bugfixes
|
2012-10-23 20:17:02 by Aleksej Saushev | Files touched by this commit (368) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2011-10-06 20:00:00 by Matthias Drochner | Files touched by this commit (1) |
Log message:
move a comment to where it makes sense
|
2011-08-14 22:47:05 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Do not unwrap gpgme-config; it broke the script because the unwrapping
stage removed a
-I/usr/include|-I/include)
line from a case statement.
Bump PKGREVISION.
|
2011-08-14 21:47:37 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Insists on libassuan2-2.0.2, so make it depend on that version.
|
2011-08-11 13:15:00 by Adam Ciarcinski | Files touched by this commit (8) |
Log message:
Changes 1.3.1:
* Ported to Windows CE.
* Detect GPG versions not supporting ---passwd.
|
2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234) |
Log message:
recursive bump from gettext-lib shlib bump.
|