Page MenuHomeSolus

D3998.id9885.diff
No OneTemporary

D3998.id9885.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -16,6 +16,7 @@
libgpgme.so.11:gpgme_data_identify
libgpgme.so.11:gpgme_data_new
libgpgme.so.11:gpgme_data_new_from_cbs
+libgpgme.so.11:gpgme_data_new_from_estream
libgpgme.so.11:gpgme_data_new_from_fd
libgpgme.so.11:gpgme_data_new_from_file
libgpgme.so.11:gpgme_data_new_from_filepart
@@ -433,6 +434,7 @@
libgpgmepp.so.6:_ZN5GpgME4Data4readEPvm
libgpgmepp.so.6:_ZN5GpgME4Data4seekEli
libgpgmepp.so.6:_ZN5GpgME4Data5writeEPKvm
+libgpgmepp.so.6:_ZN5GpgME4Data6rewindEv
libgpgmepp.so.6:_ZN5GpgME4Data7PrivateD1Ev
libgpgmepp.so.6:_ZN5GpgME4Data7PrivateD2Ev
libgpgmepp.so.6:_ZN5GpgME4Data8toStringB5cxx11Ev
@@ -491,6 +493,7 @@
libgpgmepp.so.6:_ZN5GpgME7Context10importKeysERKSt6vectorINS_3KeyESaIS2_EE
libgpgmepp.so.6:_ZN5GpgME7Context10setOfflineEb
libgpgmepp.so.6:_ZN5GpgME7Context10spawnAsyncEPKcPS2_RNS_4DataES5_S5_NS0_10SpawnFlagsE
+libgpgmepp.so.6:_ZN5GpgME7Context11createKeyExEPKcS2_mmRKNS_3KeyEj
libgpgmepp.so.6:_ZN5GpgME7Context11generateKeyEPKcRNS_4DataE
libgpgmepp.so.6:_ZN5GpgME7Context11getAuditLogERNS_4DataEj
libgpgmepp.so.6:_ZN5GpgME7Context11setTextModeEb
@@ -579,6 +582,7 @@
libgpgmepp.so.6:_ZN5GpgME7Context7decryptERKNS_4DataERS1_NS0_15DecryptionFlagsE
libgpgmepp.so.6:_ZN5GpgME7Context7encryptERKSt6vectorINS_3KeyESaIS2_EERKNS_4DataERS7_NS0_15EncryptionFlagsE
libgpgmepp.so.6:_ZN5GpgME7Context7nextKeyERNS_5ErrorE
+libgpgmepp.so.6:_ZN5GpgME7Context7setFlagEPKcS2_
libgpgmepp.so.6:_ZN5GpgME7Context8cardEditERKNS_3KeyESt10unique_ptrINS_14EditInteractorESt14default_deleteIS5_EERNS_4DataE
libgpgmepp.so.6:_ZN5GpgME7Context8mountVFSEPKcS2_
libgpgmepp.so.6:_ZN5GpgME7Context8setArmorEb
@@ -752,8 +756,11 @@
libgpgmepp.so.6:_ZNK5GpgME16CreatedSignature4modeEv
libgpgmepp.so.6:_ZNK5GpgME16CreatedSignature6isNullEv
libgpgmepp.so.6:_ZNK5GpgME16DecryptionResult10recipientsEv
+libgpgmepp.so.6:_ZNK5GpgME16DecryptionResult10sessionKeyEv
+libgpgmepp.so.6:_ZNK5GpgME16DecryptionResult10symkeyAlgoEv
libgpgmepp.so.6:_ZNK5GpgME16DecryptionResult13numRecipientsEv
libgpgmepp.so.6:_ZNK5GpgME16DecryptionResult15isWrongKeyUsageEv
+libgpgmepp.so.6:_ZNK5GpgME16DecryptionResult19isLegacyCipherNoMDCEv
libgpgmepp.so.6:_ZNK5GpgME16DecryptionResult20unsupportedAlgorithmEv
libgpgmepp.so.6:_ZNK5GpgME16DecryptionResult6isDeVsEv
libgpgmepp.so.6:_ZNK5GpgME16DecryptionResult6isNullEv
@@ -943,6 +950,7 @@
libgpgmepp.so.6:_ZNK5GpgME7Context22lastCardEditInteractorEv
libgpgmepp.so.6:_ZNK5GpgME7Context28managedByEventLoopInteractorEv
libgpgmepp.so.6:_ZNK5GpgME7Context5armorEv
+libgpgmepp.so.6:_ZNK5GpgME7Context7getFlagEPKc
libgpgmepp.so.6:_ZNK5GpgME7Context7offlineEv
libgpgmepp.so.6:_ZNK5GpgME7Context8protocolEv
libgpgmepp.so.6:_ZNK5GpgME7Context8textModeEv
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : gpgme
-version : 1.11.1
-release : 12
+version : 1.12.0
+release : 13
source :
- - https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.11.1.tar.bz2 : 2d1b111774d2e3dd26dcd7c251819ce4ef774ec5e566251eb9308fa7542fbd6f
+ - https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.12.0.tar.bz2 : b4dc951c3743a60e2e120a77892e9e864fb936b2e58e7c77e8581f4d050e8cd8
license :
- GPL-3.0-or-later
- LGPL-2.1-or-later
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -22,9 +22,9 @@
<Path fileType="executable">/usr/bin/gpgme-json</Path>
<Path fileType="executable">/usr/bin/gpgme-tool</Path>
<Path fileType="library">/usr/lib64/libgpgme.so.11</Path>
- <Path fileType="library">/usr/lib64/libgpgme.so.11.20.1</Path>
+ <Path fileType="library">/usr/lib64/libgpgme.so.11.21.0</Path>
<Path fileType="library">/usr/lib64/libgpgmepp.so.6</Path>
- <Path fileType="library">/usr/lib64/libgpgmepp.so.6.7.0</Path>
+ <Path fileType="library">/usr/lib64/libgpgmepp.so.6.8.0</Path>
<Path fileType="info">/usr/share/info/gpgme.info</Path>
<Path fileType="info">/usr/share/info/gpgme.info-1</Path>
<Path fileType="info">/usr/share/info/gpgme.info-2</Path>
@@ -36,10 +36,10 @@
<Description xml:lang="en">PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt messages using the OpenPGP format.</Description>
<PartOf>programming.python</PartOf>
<RuntimeDependencies>
- <Dependency release="12">gpgme</Dependency>
+ <Dependency release="13">gpgme</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="library">/usr/lib/python2.7/site-packages/gpg-1.11.1-py2.7.egg-info</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/gpg-1.12.0-py2.7.egg-info</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/gpg/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/gpg/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/gpg/_gpgme.so</Path>
@@ -97,7 +97,7 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/gpg/util.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/gpg/version.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/gpg/version.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/gpg-1.11.1-py3.6.egg-info</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/gpg-1.12.0-py3.6.egg-info</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/gpg/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/gpg/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/gpg/__pycache__/callbacks.cpython-36.pyc</Path>
@@ -163,7 +163,7 @@
<Description xml:lang="en">GPGME (GnuPG Made Easy) is a C language library that allows to add support for cryptography to a program. It is designed to make access to public key crypto engines like GnuPG or GpgSM easier for applications. GPGME provides a high-level crypto API for encryption, decryption, signing, signature verification and key management.</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="12">gpgme</Dependency>
+ <Dependency release="13">gpgme</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/gpgme++/configuration.h</Path>
@@ -218,7 +218,7 @@
<Description xml:lang="en">Qt bindings for GPGME, the library that allows to add support for cryptography to a program.</Description>
<PartOf>security</PartOf>
<RuntimeDependencies>
- <Dependency release="12">gpgme</Dependency>
+ <Dependency release="13">gpgme</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/libqgpgme.so.7</Path>
@@ -231,8 +231,8 @@
<Description xml:lang="en">Qt bindings for GPGME, the library that allows to add support for cryptography to a program.</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="12">gpgme-qt</Dependency>
- <Dependency releaseFrom="12">gpgme-devel</Dependency>
+ <Dependency release="13">gpgme-qt</Dependency>
+ <Dependency releaseFrom="13">gpgme-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/QGpgME/AbstractImportJob</Path>
@@ -315,12 +315,12 @@
</Files>
</Package>
<History>
- <Update release="12">
- <Date>2018-08-18</Date>
- <Version>1.11.1</Version>
+ <Update release="13">
+ <Date>2018-10-11</Date>
+ <Version>1.12.0</Version>
<Comment>Packaging update</Comment>
<Name>Pierre-Yves</Name>
<Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 6 2023, 2:54 AM (9 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5794269
Default Alt Text
D3998.id9885.diff (8 KB)

Event Timeline