update to gpgme-1.15.1
This commit is contained in:
parent
ac14524f7b
commit
ebcd80681d
@ -1,19 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.58 2020/10/05 19:46:18 jca Exp $
|
||||
# $OpenBSD: Makefile,v 1.59 2021/02/06 18:39:11 sthen Exp $
|
||||
|
||||
COMMENT-main = GnuPG Made Easy
|
||||
COMMENT-qt = Qt bindings for GPGme
|
||||
|
||||
VERSION = 1.14.0
|
||||
REVISION = 0
|
||||
VERSION = 1.15.1
|
||||
DISTNAME = gpgme-${VERSION}
|
||||
PKGNAME-main = gpgme-${VERSION}
|
||||
PKGNAME-qt = gpgme-qt-${VERSION}
|
||||
|
||||
CATEGORIES = security devel
|
||||
|
||||
SHARED_LIBS += gpgme 22.0 # 33.1
|
||||
SHARED_LIBS += gpgmepp 0.0 # 16.0
|
||||
SHARED_LIBS += qgpgme 0.0 # 10.4
|
||||
SHARED_LIBS += gpgme 22.1 # 35.1
|
||||
SHARED_LIBS += gpgmepp 0.0 # 18.1
|
||||
SHARED_LIBS += qgpgme 0.0 # 12.1
|
||||
|
||||
HOMEPAGE = https://www.gnupg.org/software/gpgme/index.html
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gpgme-1.14.0.tar.bz2) = zvH3EKaw0o9bRCQnE603NwLRRm3L5RLrTnVNfzXNQwc=
|
||||
SIZE (gpgme-1.14.0.tar.bz2) = 1678910
|
||||
SHA256 (gpgme-1.15.1.tar.bz2) = 7rw8GyfxyJeYlv82G6m7R3i1CLJJbC/BDjd1pAsd4a0=
|
||||
SIZE (gpgme-1.15.1.tar.bz2) = 1699349
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-qt,v 1.2 2020/08/24 16:28:30 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-qt,v 1.3 2021/02/06 18:39:11 sthen Exp $
|
||||
include/QGpgME/
|
||||
include/QGpgME/AbstractImportJob
|
||||
include/QGpgME/AddUserIDJob
|
||||
@ -8,6 +8,7 @@ include/QGpgME/ChangePasswdJob
|
||||
include/QGpgME/CryptoConfig
|
||||
include/QGpgME/DN
|
||||
include/QGpgME/DataProvider
|
||||
include/QGpgME/Debug
|
||||
include/QGpgME/DecryptJob
|
||||
include/QGpgME/DecryptVerifyJob
|
||||
include/QGpgME/DefaultKeyGenerationJob
|
||||
@ -65,6 +66,7 @@ include/gpgme++/interfaces/assuantransaction.h
|
||||
include/gpgme++/interfaces/dataprovider.h
|
||||
include/gpgme++/interfaces/passphraseprovider.h
|
||||
include/gpgme++/interfaces/progressprovider.h
|
||||
include/gpgme++/interfaces/statusconsumer.h
|
||||
include/gpgme++/key.h
|
||||
include/gpgme++/keygenerationresult.h
|
||||
include/gpgme++/keylistresult.h
|
||||
@ -72,6 +74,7 @@ include/gpgme++/notation.h
|
||||
include/gpgme++/result.h
|
||||
include/gpgme++/scdgetinfoassuantransaction.h
|
||||
include/gpgme++/signingresult.h
|
||||
include/gpgme++/statusconsumerassuantransaction.h
|
||||
include/gpgme++/swdbresult.h
|
||||
include/gpgme++/tofuinfo.h
|
||||
include/gpgme++/trustitem.h
|
||||
@ -85,6 +88,7 @@ include/qgpgme/changeownertrustjob.h
|
||||
include/qgpgme/changepasswdjob.h
|
||||
include/qgpgme/cryptoconfig.h
|
||||
include/qgpgme/dataprovider.h
|
||||
include/qgpgme/debug.h
|
||||
include/qgpgme/decryptjob.h
|
||||
include/qgpgme/decryptverifyjob.h
|
||||
include/qgpgme/defaultkeygenerationjob.h
|
||||
|
Loading…
Reference in New Issue
Block a user