diff --git a/gpgme-1.5.0.tar.bz2 b/gpgme-1.5.0.tar.bz2 deleted file mode 100644 index eef369f..0000000 --- a/gpgme-1.5.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1127ed730976468255e692d91f1c25b49fe2a97aad1379fc443f2c83c683c83 -size 964134 diff --git a/gpgme-1.5.0.tar.bz2.sig b/gpgme-1.5.0.tar.bz2.sig deleted file mode 100644 index e686224..0000000 Binary files a/gpgme-1.5.0.tar.bz2.sig and /dev/null differ diff --git a/gpgme-1.5.1.tar.bz2 b/gpgme-1.5.1.tar.bz2 new file mode 100644 index 0000000..f5b4c5c --- /dev/null +++ b/gpgme-1.5.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2f3af8ceeb303277d44ec0216d9a1271701f65b91d5942264cf7cefb4a11e3 +size 964623 diff --git a/gpgme-1.5.1.tar.bz2.sig b/gpgme-1.5.1.tar.bz2.sig new file mode 100644 index 0000000..9627f03 Binary files /dev/null and b/gpgme-1.5.1.tar.bz2.sig differ diff --git a/gpgme.changes b/gpgme.changes index efe11a0..f01c69c 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Aug 3 21:44:43 UTC 2014 - andreas.stieger@gmx.de + +- gpgme 1.5.1 + - Fixed possible overflow in gpgsm and uiserver engines. + [bnc#890123] [CVE-2014-3564] + - Added support for GnuPG 2.1's --with-secret option. + - Interface changes relative to the 1.5.0 release: + GPGME_KEYLIST_MODE_WITH_SECRET NEW. + ------------------------------------------------------------------- Wed May 21 11:24:56 UTC 2014 - andreas.stieger@gmx.de diff --git a/gpgme.spec b/gpgme.spec index 03c04d3..bf5b264 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -1,7 +1,7 @@ # # spec file for package gpgme # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: gpgme -Version: 1.5.0 +Version: 1.5.1 Release: 0 Summary: A Library Designed to Give Applications Easy Access to GnuPG License: LGPL-2.1+ and GPL-3.0+ @@ -30,9 +30,6 @@ Source3: gpgme.keyring BuildRequires: gpg2 >= 2.0.10 BuildRequires: libassuan-devel >= 2.0.2 BuildRequires: libgpg-error-devel >= 1.11 -%if 0%{?suse_version} >= 1230 -BuildRequires: gpg-offline -%endif PreReq: %install_info_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -98,7 +95,6 @@ Authors of MUAs should especially consider using GPGME. Creating a set of standard widgets for common key selection tasks is even planned. %prep -%{?gpg_verify: %gpg_verify %{S:1}} %setup -q %build