Version: 1.17.1, Package name: gpgme-1.17.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description-main GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management. Currently it uses GnuPG as it's backend but the API isn't restricted to this engine; in fact it is planned to add other backends to it. Description-qt Qt and C++ bindings for GnuPG Made Easy (GPGME). |
Filesize: 1706.73 KB |
Version History (View Complete History) |
|
2021-07-07 03:53:17 by Stuart Henderson | Files touched by this commit (1) |
Log message: drop CXXFLAGS, suggested by jca |
2021-07-07 03:33:06 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to gpgme-1.16.0, good clue about c++17 from jca |
2021-02-06 11:39:11 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to gpgme-1.15.1 |
2020-10-05 13:46:18 by Jeremie Courreges-Anglas | Files touched by this commit (44) |
Log message: Remove gnupg-1.4 and replace it with gnupg-2 gnupg-1.4 is not developed actively anymore, and new software expects a modern "gpg" executable, which leads to pointless patches in the ports tree. Move the various users of security/gnupg2 to security/gnupg and zap patches that forced the use of "gpg2". Crusade started by edd@ (security/gnupg maintainer), gnupg->gnupg2 test reports from semarie@, giovanni@ and solene@, input and bulk build by sthen@. ok sthen@ edd@ (maintainer) |
2020-08-24 10:28:30 by Stuart Henderson | Files touched by this commit (8) |
Log message: update to gpgme-1.14.0 |
2019-08-15 12:20:21 by Peter Hessler | Files touched by this commit (2) |
Log message: remove hardcoded dependency on libstdc++, as it may not exist everywhere OK jca@ |
2019-08-02 09:12:07 by Stuart Henderson | Files touched by this commit (1) |
Log message: drop bogus rmdir in post-install, I was trying to stop a dir from being added to the main PLIST, actually it's used in the -qt subpackage. |
2019-08-01 06:47:41 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to gpgme-1.13.1, from Stefan Hagen with small tweaks by me |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-06-24 14:56:46 by Stuart Henderson | Files touched by this commit (24) |
Log message: bump REVISION for ports using x11/qt5 MODULES and containing .la files in their PLIST, following the addition of patch-qmake_generators_unix_unixmake2_cpp to x11/qt5/qtbase/patches which adds a missing newline. |
2019-05-20 16:15:31 by Christian Weisgerber | Files touched by this commit (488) |
Log message: Update gettext to 0.20.1. Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle |
2019-05-09 10:45:43 by Stuart Henderson | Files touched by this commit (1) |
Log message: change COMPILER=base-clang ports-clang ports-gcc -> base-clang ports-gcc |
2019-03-30 09:27:45 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Build the Qt5 bindings on sparc64 |
2019-03-08 13:00:57 by Charlene Wendling | Files touched by this commit (344) |
Log message: qt5.port.mk: change COMPILER Move it to "base-clang ports-gcc" and bump REVISION accordingly. This unbreaks Qt5-related binaries runtime on macppc. OK sthen@ |
2019-02-19 09:04:43 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to gpgme-1.12.0 all dependent ports build tested, some also run tested |
2019-02-04 06:49:07 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Stop hardcoding -lstdc++ to unbreak on aarch64 Spotted in http://build-failures.rhaalovely.net/aarch64/2019-01-24/security/gpgme.log |
2018-10-09 07:40:51 by Rafael Sadowski | Files touched by this commit (2) |
Log message: fix pkg update process, add @pkgpath to security/gpgme After dividing gpgme into -main and -qt I forgot to set @pkgpath in the -main PLIST. Issue noticed by Markus Lude. Thanks! ok espie@ |
2018-07-19 11:04:45 by Stuart Henderson | Files touched by this commit (1) |
Log message: fix LIB_DEPENDS-main on ports-gcc/ports-clang arches, reported by landry@ |
2018-04-24 02:50:18 by Stuart Henderson | Files touched by this commit (1) |
Log message: set NOT_FOR_ARCHS-qt instead of .if mess, pointed out by espie |
2018-04-24 02:38:27 by Stuart Henderson | Files touched by this commit (1) |
Log message: set default flavour to no_qt on arches where qt5 is known not to package to avoid knocking out packages with gpgme dependency on those arches |
2018-04-23 15:05:54 by Stuart Henderson | Files touched by this commit (1) |
Log message: fix LIB_DEPENDS-main, it was inheriting from LIB_DEPENDS which was populated by the qt5 module so there was a bogus dep for -main in the port. (It doesn't actually make it to the package as there's no associated entry in WANTLIB-main). |
2018-04-14 03:56:20 by Rafael Sadowski | Files touched by this commit (8) |
Log message: Update gpgme to 1.10.0 Simple update to the latest stable version 1.10.0. In addition new multi-package -qt: Qt and C++ bindings for GnuPG Made Easy (GPGME). Notable port changes: - Add --enable-languages='cpp qt' - remove all duplicated stuff with gpgme in post-install. - QGpgME is GPLv2 and not LGPL - Add security/gpgme=${VERSION} so keep in snyc with gpgme. Survived a bulk, Thanks landry@ |
2018-01-30 08:06:37 by Jeremie Courreges-Anglas | Files touched by this commit (7) |
Log message: Tweak the HOMEPAGE of gnupg.org ports - move to https - use the per-project canonical homepage (reachable thru the main - homepage; pinentry doesn't seem to have such homepage) ok pea@ ajacoutot@ |
2017-05-10 18:29:50 by Marc Espie | Files touched by this commit (1) |
Log message: no tls without pthread |
2016-10-01 07:56:26 by Christian Weisgerber | Files touched by this commit (10) |
Log message: rename MASTER_SITES_GNUPG to MASTER_SITE_GNUPG, like all the others |
2016-09-28 13:33:37 by Jeremie Courreges-Anglas | Files touched by this commit (6) |
Log message: Drop the gettext module from gnupg.org ports |
2016-09-19 11:13:55 by Edd Barrett | Files touched by this commit (4) |
Log message: Update gpgme to 1.6.0. OK jca@ |
2016-03-11 12:59:18 by Christian Weisgerber | Files touched by this commit (178) |
Log message: garbage collect CONFIGURE_SHARED |
2015-04-21 12:19:27 by Stuart Henderson | Files touched by this commit (20) |
Log message: add some missing pthread to WANTLIB (using modified portbump, thanks zhuk@) |
2015-01-20 13:43:38 by Stuart Henderson | Files touched by this commit (1) |
Log message: Fix gpgme BUILD_DEPENDS to explicitly request gnupg 2.x (otherwise it also matches 1.x). Fix RUN_DEPENDS to allow either gnupg 1.x or 2.x (gpgme can use either version). OK aja |
2014-11-01 03:34:40 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to gpgme 1.5.1 |
2010-11-26 00:51:00 by Marc Espie | Files touched by this commit (15) |
Log message: make use of PKGSPEC to simplify depends, requires most recent security/gnupg to compile correctly |
2010-11-20 10:22:46 by Marc Espie | Files touched by this commit (296) |
Log message: new depends |
2010-11-11 11:34:59 by Marc Espie | Files touched by this commit (19) |
Log message: more WANTLIB |
2010-08-25 00:34:51 by Antoine Jacoutot | Files touched by this commit (16) |
Log message: Force dependency on gnupg1 since gnupg2 has the same PKGNAME, it can create some depency mess. The long term solution is to update+merge gnupg2 into gnupg1 but for now at least we have a clean dependency chain. looks ok to jasper@ and pea@ |
2009-03-16 16:44:19 by Stuart Henderson | Files touched by this commit (4) |
Log message: fix depends |
2007-12-16 15:20:52 by Simon Bertrang | Files touched by this commit (4) |
Log message: update to version 1.1.5 and remove MODGNU_SHARED_LIBS stuff while here ok sthen@ |
2007-09-15 17:30:01 by Michael Erdely | Files touched by this commit (170) |
Log message: Remove surrounding quotes in NO_REGRESS/COMMENT*/PERMIT_* From Darrin Chandler |
2007-04-05 11:26:27 by Marc Espie | Files touched by this commit (815) |
Log message: more base64 checksums |
2005-12-24 15:32:53 by Nikolay Sturm | Files touched by this commit (11) |
Log message: SHARED_LIBS USE_LIBTOOL where applicable |
2005-11-26 03:03:13 by Nikolay Sturm | Files touched by this commit (3) |
Log message: update to gpgme 1.1.0 from Jasper Lievisse Adriaanse <jasper at nedbsd.nl> |
2005-07-10 09:10:17 by Damien Couderc | Files touched by this commit (1) |
Log message: drop maintainership. |
2005-03-13 06:01:26 by Aleksander Piotrowski | Files touched by this commit (1) |
Log message: - MODULES=devel/gettext is needed here - Add WANTLIB marker - Bump PKGNAME |
2005-02-14 15:14:26 by Damien Couderc | Files touched by this commit (5) |
Log message: update to 1.0.2 |
2005-01-26 09:41:04 by Christian Weisgerber | Files touched by this commit (12) |
Log message: Now that @info transparently picks up all .info-* files, don't go through extra steps to rebuild with --no-split. |
2005-01-05 10:26:49 by Christian Weisgerber | Files touched by this commit (129) |
Log message: SIZE |
2004-09-15 12:36:03 by Marc Espie | Files touched by this commit (133) |
Log message: new plists. gnutls depends on lzo. |
2004-06-26 01:35:11 by Xavier Santolaria | Files touched by this commit (79) |
Log message: set BUILD_DEPENDS= ${RUN_DEPENDS} not the opposite .. for obvious reasons... okay pvalchev@. |
2003-12-15 14:55:58 by Christian Weisgerber | Files touched by this commit (479) |
Log message: remove WWW lines |
2003-05-27 08:16:48 by Damien Couderc | Files touched by this commit (4) |
Log message: update to 0.3.15 |
2003-02-11 05:03:20 by Damien Couderc | Files touched by this commit (1) |
2002-12-15 07:48:09 by Damien Couderc | Files touched by this commit (3) |
2002-09-06 06:42:45 by Damien Couderc | Files touched by this commit (4) |