File gpgme.changes of Package gpgme

-------------------------------------------------------------------
Sun Aug  3 21:44:43 UTC 2014 - andreas.stieger@gmx.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 11:24:56 UTC 2014 - andreas.stieger@gmx.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 11:16:00 UTC 2013 - andreas.stieger@gmx.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:06:31 UTC 2013 - cfarrell@suse.com

- license update: LGPL-2.1+ and GPL-3.0+
  See the HACKING file in the doc directory

-------------------------------------------------------------------
Tue Mar 12 18:44:53 UTC 2013 - andreas.stieger@gmx.de

- gpgme-config --libs lists -lassuan, but libgpgme-devel did not 
  require libassuan-devel [bnc#808882]

-------------------------------------------------------------------
Sun Mar  3 15:51:35 UTC 2013 - andreas.stieger@gmx.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 22:53:49 UTC 2012 - andreas.stieger@gmx.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 15:56:05 UTC 2011 - coolo@suse.com

- add automake as buildrequire to avoid implicit dependency

-------------------------------------------------------------------
Sun Oct  2 15:20:21 UTC 2011 - crrodriguez@opensuse.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 12:22:51 UTC 2011 - vuntz@opensuse.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 15:31:36 UTC 2011 - puzel@novell.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 06:24:11 UTC 2011 - idoenmez@novell.com

- Add gnupg-2.0.17-test-failure.patch: fix test failure with gnupg 2.0.17 

-------------------------------------------------------------------
Fri Feb  4 15:44:26 CET 2011 - sbrabec@suse.cz

- Removed unneeded dependency of libgpgme11.

-------------------------------------------------------------------
Mon Jan 31 14:47:20 UTC 2011 - gber@opensuse.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:05:39 UTC 2010 - cristian.rodriguez@opensuse.org

- run spec cleaner
- fix -devel package dependencies 

-------------------------------------------------------------------
Wed Apr 14 20:32:14 UTC 2010 - chris@computersalat.de

- fix deps
  o pth / libpth-devel >= 2.0.7

-------------------------------------------------------------------
Mon Apr  5 12:10:39 UTC 2010 - aj@suse.de

- Add requires of libassuan-devel on devel package.

-------------------------------------------------------------------
Wed Mar 31 13:22:35 UTC 2010 - puzel@novell.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 23:27:18 UTC 2010 - jengelh@medozas.de

- package baselibs.conf

-------------------------------------------------------------------
Tue Jun 23 14:00:38 CEST 2009 - puzel@novell.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 11:19:57 CEST 2009 - puzel@suse.cz

- change BuildRequires: (pth-devel -> libpth-devel) 

-------------------------------------------------------------------
Tue Jun  2 23:54:53 CEST 2009 - dmueller@suse.de

- fix requires of devel package

-------------------------------------------------------------------
Mon Jun  1 11:25:07 CEST 2009 - puzel@suse.cz

- BuildRequires: pth-devel 

-------------------------------------------------------------------
Wed Feb 18 11:54:55 CET 2009 - puzel@suse.cz

- update to 1.1.8
 * SIGPIPE is now again ignored as described in the manual.  Fixes
   regresion introduced with 1.1.6.

-------------------------------------------------------------------
Mon Dec  8 12:42:41 CET 2008 - puzel@suse.cz

- update to 1.1.7
  - using GPGME_KEYLIST_MODE_LOCAL combined with
    GPGME_KEYLIST_MODE_EXTERN is now supported
  - the encoding of gpgme_data_t objects can affect the output encoding
    of export, sign and encrypt operations now
  - the reference manual now includes the specification of "The GnuPG
    UI Server protocol"
  - a new function gpgme_cancel_async can be used to asynchronously
    cancel any pending operation at any time, from any thread

- remove gpgme-1.1.6-from-upstream.patch (fixed upstream)
- remove gpgme-1.1.4-warning.patch (fixed upstream)
- fix obsolete usage of run_ldconfig

-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de

- added baselibs.conf file to build xxbit packages
  for multilib support

-------------------------------------------------------------------
Wed Feb  6 18:46:13 CET 2008 - bk@suse.de

- update to version 1.1.6: API extensions, eg for gpgconf thru gpgme
- add upstream patches to run the testsuite non-interactively 

-------------------------------------------------------------------
Thu Dec 27 06:59:00 CET 2007 - crrodriguez@suse.de

- fix library-without-ldconfig-post* errors 
- remove "la" files

-------------------------------------------------------------------
Wed Aug  8 00:24:11 CEST 2007 - ro@suse.de

- remove devel requires from library package 

-------------------------------------------------------------------
Tue Aug  7 00:30:48 CEST 2007 - mrueckert@suse.de

- add defattr to the lib package

-------------------------------------------------------------------
Mon Aug  6 09:15:40 CEST 2007 - zpetrova@suse.cz

- split gpgme to libgpgme11 and gpgme.

-------------------------------------------------------------------
Fri Jul 27 14:07:45 CEST 2007 - zpetrova@suse.cz

- update to version 1.1.5
  - small bug and portability fixes.

-------------------------------------------------------------------
Wed May 16 15:02:37 CEST 2007 - zpetrova@suse.cz

- removed gpg from Requires list. (#273491)

-------------------------------------------------------------------
Mon Mar 12 15:25:02 CET 2007 - zpetrova@suse.cz

- updated filelist

-------------------------------------------------------------------
Fri Mar  9 14:44:53 CET 2007 - ltinkl@suse.cz

- update to latest version (1.1.4), needed for gpa
  * Detect and bail out on double plaintext messages.  This is required
    so that applications can properly detect the signed parts of a
    message.  Actual there is now a double protection as GnuPG 1.4.7
    will detect this case too.
  * Fixed a memory leak in gpgme_data_release_and_get_mem.
  * Fixed a bug in Windows command line quoting.

-------------------------------------------------------------------
Mon Feb  5 00:47:08 CET 2007 - ro@suse.de

- updated filelist 

-------------------------------------------------------------------
Wed Sep 20 17:40:24 CEST 2006 - anosek@suse.cz

- fixed compiler warning: variable "key" is used before its value
  is set [#159104] (warning.patch)

-------------------------------------------------------------------
Mon Jul 17 11:57:09 CEST 2006 - nadvornik@suse.cz

- fixed pthread support in gpgme-config

-------------------------------------------------------------------
Wed Jun 28 14:53:29 CEST 2006 - zpetrova@suse.cz

- update to version 1.1.2

-------------------------------------------------------------------
Thu Jan 26 15:51:26 CET 2006 - sbrabec@suse.cz

- Added %install_info_prereq.

-------------------------------------------------------------------
Wed Jan 25 21:36:19 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Sat Jan 14 23:15:34 CET 2006 - kukuk@suse.de

- Create devel subpackage [#140727]

-------------------------------------------------------------------
Sat Dec  3 14:31:07 CET 2005 - meissner@suse.de

- require libgpg-error-devel (since we include headers that
  include headers from there).

-------------------------------------------------------------------
Mon Nov 28 16:56:09 CET 2005 - zpetrova@suse.cz

- Update to version 1.0.3 (#135395).

-------------------------------------------------------------------
Thu Feb 17 12:49:56 CET 2005 - didge@suse.de

- update to stable version 1.0.2
- update of url 

-------------------------------------------------------------------
Mon Jul 12 21:23:40 CEST 2004 - adrian@suse.de

- update to version 0.9.0
  * support for gpg2

-------------------------------------------------------------------
Thu Mar 18 16:04:58 CET 2004 - didge@suse.de

- fixed bug #36194 

-------------------------------------------------------------------
Fri Feb 27 15:42:17 CET 2004 - ro@suse.de

- added libgpg-error to neededforbuild

-------------------------------------------------------------------
Mon Feb  9 14:46:02 CET 2004 - didge@suse.de

- version 0.3.16

-------------------------------------------------------------------
Sat Jan 10 21:13:41 CET 2004 - adrian@suse.de

- add %run_ldconfig

-------------------------------------------------------------------
Tue Sep  2 13:09:08 CEST 2003 - mc@suse.de

- add newpg, libgcrypt and libksba to neededforbuild again
  it is needed to support kmail with cryptplug
  fixed #29620, #29641 and #29642 

-------------------------------------------------------------------
Mon Aug 11 14:48:50 CEST 2003 - adrian@suse.de

- cleanup #neededforbuild and requires

-------------------------------------------------------------------
Tue Aug  5 09:28:55 CEST 2003 - adrian@suse.de

- fix libtool handling to get shared libraries

-------------------------------------------------------------------
Thu May 22 11:57:18 CEST 2003 - coolo@suse.de

- fixing info pages

-------------------------------------------------------------------
Wed Apr 16 17:01:55 CEST 2003 - coolo@suse.de

- use BuildRoot

-------------------------------------------------------------------
Fri Feb 21 17:37:55 CET 2003 - mc@suse.de

- fixed -fPIC and lib64 Problems 

-------------------------------------------------------------------
Thu Feb 20 18:47:34 CET 2003 - mc@suse.de

- update to version 0.3.15 

-------------------------------------------------------------------
Thu Jan 30 16:03:29 CET 2003 - didge@suse.de

- Version 0.3.14 

-------------------------------------------------------------------
Mon Oct 21 14:14:35 MEST 2002 - didge@suse.de

- Version 0.3.12 

-------------------------------------------------------------------
Wed Sep 25 18:34:40 CEST 2002 - ro@suse.de

- removed bogus self-provides again 

-------------------------------------------------------------------
Wed Sep 25 17:18:02 MEST 2002 - didge@suse.de

- Version 0.3.11 

-------------------------------------------------------------------
Tue Sep 10 11:35:16 MEST 2002 - didge@suse.de

- Version 0.3.10 

-------------------------------------------------------------------
Wed Jul 31 16:48:44 MEST 2002 - didge@suse.de

- Version 0.3.8

-------------------------------------------------------------------
Fri Jun 21 11:41:56 MEST 2002 - didge@suse.de

- New Version 0.3.7 

-------------------------------------------------------------------
Fri May 10 11:29:30 CEST 2002 - didge@suse.de

- New Version 0.3.6

-------------------------------------------------------------------
Tue May  7 12:53:46 CEST 2002 - ro@suse.de

- fixed specfile: no macro allowed in Version: line

-------------------------------------------------------------------
Fri Mar  8 15:53:45 CET 2002 - didge@suse.de

- New Version 0.3.4

-------------------------------------------------------------------
Thu Feb 14 13:15:49 CET 2002 - didge@suse.de

- New Version 0.3.3 

-------------------------------------------------------------------
Fri Jan  4 12:42:26 CET 2002 - didge@suse.de

- New Version 0.3.0 

-------------------------------------------------------------------
Wed Oct 31 14:51:31 CET 2001 - didge@suse.de

- Fixed patch 

-------------------------------------------------------------------
Mon Oct 29 15:42:49 CET 2001 - didge@suse.de

- Needs a patch to build on other platforms than i386

-------------------------------------------------------------------
Tue Oct  9 14:07:12 CEST 2001 - didge@suse.de

- Version 0.2.3
- needs a patch to build because something is broken?!

-------------------------------------------------------------------
Thu Sep 13 11:34:28 MEST 2001 - didge@suse.de

- Fix a bug to build under AXP 

-------------------------------------------------------------------
Wed Aug 22 14:10:15 MEST 2001 - didge@suse.de

- First build, Verison 0.2.2 

openSUSE Build Service is sponsored by