gpgme1.0 1.18.0-3ubuntu1 source package in Ubuntu
Changelog
gpgme1.0 (1.18.0-3ubuntu1) lunar; urgency=low * Merge from Debian unstable. Remaining changes: - Enable gpgme-json LP: #1872474 - Add integration with Google Chrome. - Reinstate build-dependency on dh-exec gpgme1.0 (1.18.0-3) unstable; urgency=medium * Acknowledge NMU. Thanks very much to Andreas Metzler! * Refresh patches gpgme1.0 (1.18.0-2.1) unstable; urgency=medium * Non-maintainer upload. * Cherrypicked from upstream GIT: + 0015-build-Prefer-gpgrt-config-when-available.patch, 0016-gpgme.m4-Include-_AM_PATH_GPGRT_CONFIG-implementatio.patch: Update gpgme.m4 to prefer gpgrt-config even if gpgme-config was available and to find gpgrt-config when AM_PATH_GPG_ERROR was not used. + 0017-doc-Update-documentation-for-gpgme.pc-and-pkg-config.patch: Document pkg-config instead of gpgme-config in manual. gpgme1.0 (1.18.0-2) unstable; urgency=medium [ Andreas Metzler ] * Fix FTBFS after removal of gpg-error-config (Closes: #1022348) * gpgme-config not installed anymore [ Jelmer Vernooij ] * debian/upstream/metadata: Set Repository and Repository-Browse. [ Daniel Kahn Gillmor ] * d/upstream/metadata: add upstream bug reporting details gpgme1.0 (1.18.0-1) unstable; urgency=medium * new upstream version (acknowledge NMU -- thanks, Paul and Alexandre!) * d/upstream/signing-key.asc: add gniibe's key (working around #1010955) * drop patch already upstream * refresh patches * Standards-Version: bump to 4.6.1 (no changes needed) * update lintian overrides -- Gianfranco Costamagna <email address hidden> Wed, 23 Nov 2022 14:51:00 +0100
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- libdevel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
gpgme1.0_1.18.0.orig.tar.bz2 | 1.7 MiB | 361d4eae47ce925dba0ea569af40e7b52c645c4ae2e65e5621bf1b6cdd8b0e9e |
gpgme1.0_1.18.0.orig.tar.bz2.asc | 390 bytes | 61efa5372ea178285b3ebf8be8c26edac2ac883a9cd6085e4ad608b6c2f772b6 |
gpgme1.0_1.18.0-3ubuntu1.debian.tar.xz | 28.0 KiB | d9671dad2cd7bebbdf38b1db222f506dc8e5844c8a03e680d8c0adf1d77255af |
gpgme1.0_1.18.0-3ubuntu1.dsc | 3.0 KiB | 5169d55e447bca0a61474136d9a365620d856aa8fc1777396fb2363d92d5442d |
Available diffs
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
- libqgpgme15: 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.
- libqgpgme15-dbgsym: debug symbols for libqgpgme15
- 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