./security/gpgme, GnuPG Made Easy

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q2, Version: 1.13.0, Package name: gpgme-1.13.0, Maintainer: pkgsrc-users

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.


Required to run:
[security/libgpg-error] [security/libassuan2] [security/gnupg2]

Required to build:
[pkgtools/cwrappers]

Package options: gnupg2

Master sites:

SHA1: 4653b273fd2820ba4d5f382474b3e79a9367beb9
RMD160: 3c687ff1545043da3f15e4a94390288008c90c0d
Filesize: 1777.836 KB

Version history: (Expand)


CVS history: (Expand)


   2019-09-20 21:23:17 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #6055 - requested by maya
security/gpgme: build fix

Revisions pulled up:
- security/gpgme/Makefile                                       1.95

---
   Module Name:	pkgsrc
   Committed By:	maya
   Date:		Mon Sep  9 11:19:33 UTC 2019

   Modified Files:
   	pkgsrc/security/gpgme: Makefile

   Log message:
   gpgme: fix for older GCC.

   Remove unrecognized flag (GCC 4.8.5), default to -std=gnu99, since we have
   loop initial declarations.

   tested on SmartOS and CentOS 7.