Changelog for
libgpgmepp-devel-1.8.0-19.2.x86_64.rpm :
Tue Nov 22 13:00:00 2016 lbeltrameAATTkde.org
- Add remove-a-forgotten-instance-of-libsuffix.diff: fix CMake
files for gpgmepp (or they won\'t work with KDE software)
Sat Nov 19 13:00:00 2016 astiegerAATTsuse.com
- gpgme 1.8:
* The module of the Python bindings has been renamed to \'gpg\'.
* New interface to query current software versions.
* New feature to use gpg\'s --{show,override}session-key options.
* New interface to set the sender of a mail.
* qt: Added Distinguished Name parser from libkleo
* The --homedir option is now used with recent gpgconf versions.
* The internal locking functions have been replaced by libgpg-error
locking functions.
* Interface changes relative to the 1.7.1 release:
gpgme_set_sender NEW.
gpgme_get_sender NEW.
gpgme_op_query_swdb NEW.
gpgme_op_query_swdb_result NEW.
gpgme_query_swdb_result_t NEW.
gpgme_get_ctx_flag NEW.
gpgme_decrypt_result_t EXTENDED: New field session_key.
qt: DN NEW.
qt: DN::Attribute NEW.
qt: Job::context(Job
*) NEW.
cpp: EngineInfo::Version::Version(const char
*) NEW.
cpp: EngineInfo::Version::Version() NEW.
cpp: SwdbResult NEW.
cpp: Context::setSender(const char
*) NEW.
cpp: Context::getSender() NEW.
Fri Oct 21 14:00:00 2016 astiegerAATTsuse.com
- in addition to dropping gpgme-1.7.0-python-Include-config.h.patch
remove automake depdendency and autogen.sh call
- build QT lib only on Factory
Thu Oct 20 14:00:00 2016 jengelhAATTinai.de
- Trim and update descriptions
Tue Oct 18 14:00:00 2016 lbeltrameAATTkde.org
- New upstream release 1.7.1
* Fixed problems with the new language bindings.
* New helper function gpgme_addrspec_from_uid.
* Use option --exit-on-status-write-error with newer gpg versions.
* qt: Missed API from the Qt Binding inclusion has
been added again.
* qt: abstractimportjob.h is now installed to that
ImportJobs can be used again.
* qt: Fixed spelling error in API (startReceive).
* Interface changes relative to the 1.7.0 release:
gpgme_addrspec_from_uid NEW.
qt: WksPublishJob::startRecieve RENAMED to ::startReceive.
qt: MultiDeleteJob NEW.
qt: AbstractImportJob NEW.
qt: SpecialJob NEW.
cpp: Signature::key(bool, bool) NEW.
cpp: UserID::addrSpecFromString(const char
*) NEW.
cpp: UserID::addrSpec() NEW.
- Drop conflict (handled on kdepimlibs4 side)
- Drop upstreamed patches:
* gpgme-1.7.0-nonvoid-returns.patch
* gpgme-1.7.0-cpp-qt-Include-config.h.patch
* gpgme-1.7.0-python-Include-config.h.patch
Wed Oct 12 14:00:00 2016 lbeltrameAATTkde.org
- Switch on the Qt bindings
- Add missing buildrequires, files, and needed adjustments for the
Qt build
Tue Oct 11 14:00:00 2016 lbeltrameAATTkde.org
- Conflict libgpgmepp-devel with kdepimlibs4-devel as they both
install the same header (kdepimlibs4 for historical reasons)
Mon Sep 26 14:00:00 2016 astiegerAATTsuse.com
- gpgme 1.7.0:
* Python2 bindings
* C++ bindings
* disabled: Python3, Qt-Framework API
* New functions gpgme_op_createkey and gpgme_op_createsubkey to make
key creation easier (requires GnuPG 2.1).
* New functions gpgme_op_adduid and gpgme_op_revuid to make user id
management easier (requires GnuPG 2.1).
* New function gpgme_op_keysign to make key signing easier (requires
GnuPG 2.1).
* New function gpgme_op_interact to replace the now deprecated
functions gpgme_op_edit and gpgme_op_card_edit.
* New function gpgme_pubkey_algo_string to convert a public key
algorithm into a GnuPG 2.1 style string.
* Support for GnuPG 2.1\'s TOFU trust model.
* Notation flags are now correctly set on verify.
* New global flag \"require-gnupg\" to set a minimal gnupg version.
* More supported items in gpgme_get_dirinfo.
* New function gpgme_data_set_flag and flag \"size-hint\".
* New function gpgme_set_ctx_flag and flags \"full-status\" and
\"raw-description\".
* Improved gpgme_data_identify to distinguish more file types.
* New flag GPGME_ENCRYPT_SYMMETRIC for gpgme_op_encrypt to allow
mixed public key and symmetric encryption.
* New field KEYGRIP in gpgme_subkey_t. New fields FPR in gpgme_key_t.
* New flag GPGME_DATA_ENCODING_MIME to declare that the encrypted or
signed data is a valid MIME part. This is to support future GnuPG
versions.
* Interface changes relative to the 1.6.0 release:
gpgme_pubkey_algo_string NEW.
GPGME_PK_EDDSA NEW.
gpgme_set_ctx_flag NEW.
gpgme_data_set_flag NEW.
gpgme_op_createkey NEW.
gpgme_op_createkey_start NEW.
gpgme_op_createsubkey NEW.
gpgme_op_createsubkey_start NEW.
gpgme_op_adduid_start NEW.
gpgme_op_adduid NEW.
gpgme_op_revuid_start NEW.
gpgme_op_revuid NEW.
gpgme_op_keysign_start NEW.
gpgme_op_keysign NEW.
gpgme_op_tofu_policy_start NEW.
gpgme_op_tofu_policy NEW.
gpgme_op_interact_start NEW.
gpgme_op_interact NEW.
gpgme_interact_cb_t NEW.
gpgme_op_edit_start DEPRECATED.
gpgme_op_edit DEPRECATED.
gpgme_op_card_edit_start DEPRECATED.
gpgme_op_card_edit DEPRECATED.
gpgme_edit_cb_t DEPRECATED.
gpgme_status_code_t DEPRECATED.
gpgme_genkey_result_t EXTENDED: New fields pubkey and seckey.
gpgme_signature_t EXTENDED: New field key.
gpgme_key_t EXTENDED: New field fpr.
gpgme_subkey_t EXTENDED: New field keygrip.
gpgme_user_id_t EXTENDED: New field tofu.
gpgme_tofu_policy_t NEW.
gpgme_tofu_info_t NEW.
GPGME_STATUS_KEY_CONSIDERED NEW.
GPGME_STATUS_TOFU_USER NEW.
GPGME_STATUS_TOFU_STATS NEW.
GPGME_STATUS_TOFU_STATS_LONG NEW.
GPGME_STATUS_NOTATION_FLAGS NEW.
GPGME_KEYLIST_MODE_WITH_TOFU NEW.
GPGME_DATA_TYPE_PGP_ENCRYPTED NEW.
GPGME_DATA_TYPE_PGP_SIGNATURE NEW.
GPGME_DATA_ENCODING_MIME NEW.
GPGME_ENCRYPT_SYMMETRIC NEW.
GPGME_CREATE_SIGN NEW.
GPGME_CREATE_ENCR NEW.
GPGME_CREATE_CERT NEW.
GPGME_CREATE_AUTH NEW.
GPGME_CREATE_NOPASSWD NEW.
GPGME_CREATE_SELFSIGNED NEW.
GPGME_CREATE_NOSTORE NEW.
GPGME_CREATE_WANTPUB NEW.
GPGME_CREATE_WANTSEC NEW.
GPGME_CREATE_FORCE NEW.
GPGME_KEYSIGN_LOCAL NEW.
GPGME_KEYSIGN_LFSEP NEW.
GPGME_INTERACT_CARD NEW.
* Add patches to fix build:
+ gpgme-1.7.0-nonvoid-returns.patch
+ gpgme-1.7.0-cpp-qt-Include-config.h.patch
+ gpgme-1.7.0-python-Include-config.h.patch
Fri Sep 11 14:00:00 2015 astiegerAATTsuse.com
- restore taking build timestamp from changelog date
Wed Aug 26 14:00:00 2015 astiegerAATTsuse.com
- gpgme 1.6.0:
* Added gpgme_set_offline to do a key listinging w/o requiring
CRL.
* Added gpgme_set_status_cb to allow a user to see some status
messages.
* Added an export mode for secret keys.
* More precise error codes are returned if GnuPG >= 2.1.8 is used.
* The passphrase handler for the loopback mode has been improved and may
also be used with genkey.
* Interface changes relative to the 1.5.1 release:
gpgme_set_offline NEW.
gpgme_get_offline NEW.
gpgme_set_status_cb NEW.
gpgme_get_status_cb NEW.
GPGME_EXPORT_MODE_SECRET NEW
GPGME_EXPORT_MODE_RAW NEW.
GPGME_EXPORT_MODE_PKCS12 NEW.
Fri Jun 19 14:00:00 2015 astiegerAATTsuse.com
- fix install-info for clean uninstall [boo#935339]
Mon Jun 8 14:00:00 2015 astiegerAATTsuse.com
- gpgme 1.5.5:
* Fixed crash in key listings for user ids with a backslash.
* Fixed regression for GPGSM use with GnuPG < 2.1.
* Properly set signature summary for revoked OpenPGP keys.
Tue Apr 14 14:00:00 2015 astiegerAATTsuse.com
- gpgme 1.5.4:
* Fixed a possible crash in the debug code.
Tue Feb 3 13:00:00 2015 cooloAATTsuse.com
- making the build reproducible - see
http://lists.gnupg.org/pipermail/gnupg-commits/2014-September/010683.html
for a very similiar problem
Fri Dec 26 13:00:00 2014 andreas.stiegerAATTgmx.de
- gpgme 1.5.3:
* The export key functions do now return an error if used with the
latest GnuPG version.
Sat Nov 22 13:00:00 2014 andreas.stiegerAATTgmx.de
- gpgme 1.5.2:
+ gpgme-tool is now installed.
+ Fix external listing for modern keyservers.
+ Minor other fixes.
- disable failing unit tests
Sun Aug 3 14:00:00 2014 andreas.stiegerAATTgmx.de
- gpgme 1.5.1
- Fixed possible overflow in gpgsm and uiserver engines.
[bnc#890123] [CVE-2014-3564]
- Added support for GnuPG 2.1\'s --with-secret option.
- Interface changes relative to the 1.5.0 release:
GPGME_KEYLIST_MODE_WITH_SECRET NEW.
Wed May 21 14:00:00 2014 andreas.stiegerAATTgmx.de
- gpgme 1.5.0
- On Unices the engine file names are not not anymore hardwired
but located via the envvar PATH. All options to set the name of
the engines for the configure run are removed.
- If GPGME finds the gpgconf binary it defaults to using gpg2 or
whatever gpgconf tells as name for the OpenPGP engine. If
gpgconf is not found, GPGME looks for an engine named \"gpg\".
- New feature to use the gpgme I/O subsystem to run arbitrary
commands.
- New flag to use encryption without the default compression step.
- New function to access \"gpg-conf --list-dirs\"
- New configure option --enable-fixed-path for use by Android.
- Support ECC algorithms.
- Interface changes relative to the 1.4.3 release:
gpgme_get_dirinfo NEW.
gpgme_op_spawn_start NEW.
gpgme_op_spawn NEW.
GPGME_PROTOCOL_SPAWN NEW.
GPGME_SPAWN_DETACHED NEW.
GPGME_SPAWN_ALLOW_SET_FG NEW.
GPGME_ENCRYPT_NO_COMPRESS NEW.
GPGME_PK_ECC NEW.
GPGME_MD_SHA224 NEW.
gpgme_subkey_t EXTENDED: New field curve.
GPGME_STATUS_PLAINTEXT_LENGTH NEW.
GPGME_STATUS_MOUNTPOINT NEW.
GPGME_STATUS_PINENTRY_LAUNCHED NEW.
GPGME_STATUS_ATTRIBUTE NEW.
GPGME_STATUS_BEGIN_SIGNING NEW.
GPGME_STATUS_KEY_NOT_CREATED NEW.
Tue Aug 13 14:00:00 2013 andreas.stiegerAATTgmx.de
- update to 1.4.3:
* The default engine names are now taken from the output of gpgconf.
If gpgconf is not found the use of gpg 1 is assumed.
* 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.
- includes changes from 1.4.2:
* Allow symmetric encryption with gpgme_op_encrypt_sign.
* Interface changes relative to the 1.4.1 release:
gpgme_off_t NEW.
gpgme_size_t NEW.
GPGME_PROTOCOL_OPENPGP NEW alias.
- includes changes from 1.4.1:
* Fixed reading of gpg.conf files with excessive use of the group
option
Thu May 23 14:00:00 2013 cfarrellAATTsuse.com
- license update: LGPL-2.1+ and GPL-3.0+
See the HACKING file in the doc directory
Tue Mar 12 13:00:00 2013 andreas.stiegerAATTgmx.de
- gpgme-config --libs lists -lassuan, but libgpgme-devel did not
require libassuan-devel [bnc#808882]
Sun Mar 3 13:00:00 2013 andreas.stiegerAATTgmx.de
- update to 1.4.0
* New function gpgme_io_writen as a convenience wrapper around
gpgme_io_write.
* New functions to support the pinentry mode feature of GnuPG 2.1.
* New macro GPGME_VERSION_NUMBER to allow supporting different API
versions without the need for a configure test.
* Several improvements for gpgme-tool.
* Better logging of the common \"invalid engine\" error code.
* Support for FD passing is now enabled by default. The configure
option --disable-fd-passing may be used to disable this.
* Interface changes relative to the 1.3.1 release:
GPGME_VERSION_NUMBER NEW.
gpgme_io_writen NEW.
gpgme_set_global_flag NEW.
gpgme_set_pinentry_mode NEW.
gpgme_get_pinentry_mode NEW.
gpgme_pinentry_mode_t NEW.
GPGME_PINENTRY_MODE_DEFAULT NEW.
GPGME_PINENTRY_MODE_ASK NEW.
GPGME_PINENTRY_MODE_CANCEL NEW.
GPGME_PINENTRY_MODE_ERROR NEW.
GPGME_PINENTRY_MODE_LOOPBACK NEW.
- pass --disable-fd-passing, regression tests crash otherwise
- add verification of source tarball signatures during build
- remove conflict marker in past changelog entries
- drop gpgme-1.3.2-gpgme-config-remove-extraneous-libs.patch
other packages in openSUSE:Factory which depend on gpgme also depend
on libassuan
- autogen call no longer required
- call make in %build section
Fri Nov 16 13:00:00 2012 andreas.stiegerAATTgmx.de
- update to 1.3.2
* Remove support for libgpgme-pth. As far as we know, this was never used,
and GnuPG is going to use our own npth in the future.
* Fix signature summary information for a missing X.509 key.
* Fix parsing of dates >= year 2038.
- refresh gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch
to gpgme-1.3.2-gpgme-config-remove-extraneous-libs.patch
- actual minimum requirement for libgpg-error is >= 1.8
Thu Dec 1 13:00:00 2011 cooloAATTsuse.com
- add automake as buildrequire to avoid implicit dependency
Sun Oct 2 14:00:00 2011 crrodriguezAATTopensuse.org
- Workaround qemu-arm bugs
- remove support for the \"pth\" library, which has not seen
mainteniance for around 5 years, native pthread support
should be just fine in linux too.
Mon Sep 5 14:00:00 2011 vuntzAATTopensuse.org
- Move gpg2 Requires from gpgme to libgpgme11 since it\'s the
library that will call the binary when it needs it.
Fix bnc#715963.
- Add libgpgme11 Requires to gpgme as this package makes no sense
without the library.
Fri Jul 29 14:00:00 2011 puzelAATTnovell.com
- update to gpgme-1.3.1
- Detect GPG versions not supporting ---passwd.
- Interface changes relative to the 1.3.0 release:
GPGME_EXPORT_MODE_MINIMAL NEW
GPGME_STATUS_SUCCESS NEW
gpgme_err_code_from_syserror NEW
gpgme_err_set_errno NEW
gpgme_error_from_errno CHANGED: Return gpgme_error_t
gpgme_error_from_syserror NEW
- drop gnupg-2.0.17-test-failure.patch (fixed upstream)
Thu Apr 28 14:00:00 2011 idoenmezAATTnovell.com
- Add gnupg-2.0.17-test-failure.patch: fix test failure with gnupg 2.0.17
Fri Feb 4 13:00:00 2011 sbrabecAATTsuse.cz
- Removed unneeded dependency of libgpgme11.
Mon Jan 31 13:00:00 2011 gberAATTopensuse.org
- added gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch in
order to remove the extraneuos libassuan from gpgme-config
Tue Dec 14 13:00:00 2010 cristian.rodriguezAATTopensuse.org
- run spec cleaner
- fix -devel package dependencies
Wed Apr 14 14:00:00 2010 chrisAATTcomputersalat.de
- fix deps
o pth / libpth-devel >= 2.0.7
Mon Apr 5 14:00:00 2010 ajAATTsuse.de
- Add requires of libassuan-devel on devel package.
Wed Mar 31 14:00:00 2010 puzelAATTnovell.com
- update to gpgme-1.3
* GPGME does not come with an internal libassuan version anymore.
The external libassuan 1.1.0 release or later is required. For
application programmers on systems that can resolve inter-library
dependencies at runtime, this is a transparent change.
* New engine GPGME_PROTOCOL_G13 to support the new g13 tool.
* New engine GPGME_PROTOCOL_UISERVER to support UI Servers.
* New API to change the passpgrase of a key.
* Interface changes relative to the 1.2.0 release:
- GPGME_STATUS_INV_SGNR NEW.
- GPGME_STATUS_NO_SGNR NEW.
- GPGME_PROTOCOL_G13 NEW.
- gpgme_op_g13_mount NEW.
- gpgme_g13_result_t NEW.
- GPGME_PK_ECDSA NEW.
- GPGME_PK_ECDH NEW.
- gpgme_op_passwd_start NEW.
- gpgme_op_passwd NEW.
- drop gpgme-1.1.8-makecheck.patch (not needed)
Sun Jan 31 13:00:00 2010 jengelhAATTmedozas.de
- package baselibs.conf
Tue Jun 23 14:00:00 2009 puzelAATTnovell.com
- update to gpgme-1.2.0
* New encryption flag GPGME_ENCRYPT_NO_ENCRYPT_TO to disable default
recipients.
* gpgme_new will fail if gpgme_check_version was not called, or a
selftest failed (for example, if -mms-bitfields was not used on
MingW32 targets).
* New functions gpgme_io_read and gpgme_io_write for use with
gpgme_passphrase_cb_t and gpgme_edit_cb_t functions.
* New functions gpgme_result_ref and gpgme_result_unref to detach
result structures from a context.
* New functions gpgme_op_export_keys_start and gpgme_op_export_keys
that allow to specify exported keys through gpgme_key_t objects
instead of patterns.
* New mode of operation gpgme_export_mode_t that allows exporting
external keys.
- drop unneeded BRs: libgcrypt-devel, libksba-devel
Thu Jun 11 14:00:00 2009 puzelAATTsuse.cz
- change BuildRequires: (pth-devel -> libpth-devel)
Tue Jun 2 14:00:00 2009 dmuellerAATTsuse.de
- fix requires of devel package
Mon Jun 1 14:00:00 2009 puzelAATTsuse.cz
- BuildRequires: pth-devel