gpgme1.0 1.16.0-1.2ubuntu1 source package in Ubuntu

Changelog

gpgme1.0 (1.16.0-1.2ubuntu1) jammy; urgency=medium

  * Merge from Debian unstable, remaining changes:
    + debian/patches/0006-PIC-and-shared.patch: Libs are -fPIC and -shared.
      (Closes: #870383)
    + Enable gpgme-json LP: #1872474
    + Add integration with Google Chrome.
    + d/patches/0001-core-Support-closefrom-also-for-glibc.patch: backport
      support for using closefrom from glibc.
  * Reinstate build-dependency on dh-exec

gpgme1.0 (1.16.0-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Patch: Avoid a hardcoded list of known Python versions. (Closes: #998471)

gpgme1.0 (1.16.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Cherry-pick upstream fixes for test failures on 32bit archs:
    - d/patches/upstream-e0494c54-fix-use-after-free-in-test.patch
    - d/patches/upstream-72a2487a-expiration-date-as-unsigned.patch
    (Closes: #992922)

gpgme1.0 (1.16.0-1) unstable; urgency=medium

  * new upstream release
  * drop already-upstream patches
  * refresh remaining patches
  * update lintian overrides
  * drop dh-exec, relying instead on debhelper 13 for substitutions

gpgme1.0 (1.15.1-3) unstable; urgency=medium

  * move back to unstable
  * Standards-Version: bump to 4.6.0 (no changes needed)

gpgme1.0 (1.15.1-2) experimental; urgency=medium

  * Avoid sending --with-keygrip unconditionally (Closes: #984594)

gpgme1.0 (1.15.1-1) experimental; urgency=medium

  * new upstream release
  * update upstream signing key for Werner Koch
  * Standards-Version: bump to 4.5.1 (no changes needed)
  * refresh patches
  * avoid shipping experimental feature GPGME_EXPORTMODE_NOUID
  * update gpg-error dependency to require 1.36
  * refresh lintian overrides
  * update exported symbols to include new expiration and revocation
  * note that patches are forwarded upstream
  * drop directives for missing package python-gpg
  * python3-gpg: ship howto/ folder of examples
  * ship all python example scripts with python3 shebang
  * move to packaging branch debian/experimental

 -- Graham Inggs <email address hidden>  Fri, 10 Dec 2021 12:38:30 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gpgme1.0_1.16.0.orig.tar.bz2 1.6 MiB 6c8cc4aedb10d5d4c905894ba1d850544619ee765606ac43df7405865de29ed0
gpgme1.0_1.16.0.orig.tar.bz2.asc 228 bytes d362c79f9a352eb5119b94820306b27de89afbb0a6a223910e873bf86215616a
gpgme1.0_1.16.0-1.2ubuntu1.debian.tar.xz 23.1 KiB 8a4ecd36342eeb2d81e86780f8f973fd1b476d734649d7a5b2ae4b5bb01cd730
gpgme1.0_1.16.0-1.2ubuntu1.dsc 3.0 KiB 3302ea5652c2382139c43b6db0c4352c8bb2b92524400caede92df28d652b29c

View changes file

Binary packages built by this source

gpgme-json: json interface to the GPGME GnuPG encryption library

 This interface allows web-browser extentions to communicate with
 gpgme from Chromium and Mozilla web-bworses. Installing this package
 should allow Mailvelope extension to work for example

gpgme-json-dbgsym: debug symbols for gpgme-json
libgpgme-dev: GPGME - GnuPG Made Easy (development files)

 GPGME is a wrapper library which provides a C API to access some of the
 GnuPG functions, such as encrypt, decrypt, sign, verify, ...
 .
 This package contains the headers and other files needed to compile
 against this library.

libgpgme-dev-dbgsym: debug symbols for libgpgme-dev
libgpgme11: GPGME - GnuPG Made Easy (library)

 GPGME is a wrapper library which provides a C API to access some of the
 GnuPG functions, such as encrypt, decrypt, sign, verify, ...
 .
 This package contains the library.

libgpgme11-dbgsym: debug symbols for libgpgme11
libgpgmepp-dev: C++ and Qt bindings for GPGME (development files)

 GpgME++ (aka GpgMEpp) is a C++ wrapper (or C++ bindings) for the
 GnuPG project's GPGME (GnuPG Made Easy) library.
 .
 QGpgME is a library that provides GPGME integration with QEventLoop
 and some Qt datatypes (e.g. QByteArray).
 .
 This package contains the headers and other files needed to compile
 against either of these libraries.

libgpgmepp-doc: C++ and Qt bindings for GPGME (documentation for developers)

 GpgME++ (aka GpgMEpp) is a C++ wrapper (or C++ bindings) for the
 GnuPG project's GPGME (GnuPG Made Easy) library.
 .
 QGpgME is a library that provides GPGME integration with QEventLoop
 and some Qt datatypes (e.g. QByteArray).
 .
 This package contains documentation for developers describing how to
 use these packages.

libgpgmepp6: C++ wrapper library for GPGME

 GpgME++ (aka GpgMEpp) is a C++ wrapper (or C++ bindings) for the
 GnuPG project's GPGME (GnuPG Made Easy) library.
 .
 This is the official upstream C++ binding for GPGME.

libgpgmepp6-dbgsym: debug symbols for libgpgmepp6
libqgpgme7: library for GPGME integration with Qt

 QGpgME is a library that provides GPGME integration with QEventLoop
 and some Qt datatypes (e.g. QByteArray).
 .
 This is the official upstream Qt binding for GPGME.

libqgpgme7-dbgsym: debug symbols for libqgpgme7
python3-gpg: Python interface to the GPGME GnuPG encryption library (Python 3)

 The "gpg" Python module is, for the most part, a direct interface to
 the C GPGME library. However, it is re-packaged in a more Pythonic
 way -- object-oriented with classes and modules. Take a look at the
 classes defined here -- they correspond directly to certain object
 types in GPGME for C.
 .
 Features:
  * Feature-rich, full implementation of the GPGME library. Supports
    all GPGME features except interactive editing (coming soon).
    Callback functions may be written in pure Python.
  * Ability to sign, encrypt, decrypt, and verify data.
  * Ability to list keys, export and import keys, and manage the keyring.
  * Fully object-oriented with convenient classes and modules.
 .
 This is the official upstream Python 3 binding for GPGME.

python3-gpg-dbgsym: debug symbols for python3-gpg