Accepting request 195623 from home:AndreasStieger:branches:Base:System

update to 2.0.21

OBS-URL: https://build.opensuse.org/request/show/195623
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=61
This commit is contained in:
Vítězslav Čížek 2013-08-20 12:21:25 +00:00 committed by Git OBS Bridge
parent f442cf1eab
commit ccf09f118d
8 changed files with 30 additions and 31 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e949b7f062cab8a3cf0910f91ecf04cabaad458c0aeeec66298651b8b04b79a
size 4286191

Binary file not shown.

3
gnupg-2.0.21.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00df8902c7cef4d2440d36ca2a45985853eb36c34a4163bc995c3578030eeef5
size 4300604

BIN
gnupg-2.0.21.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,11 +1,15 @@
# fix [bnc#305725] - non latin characters displayed incorrectly by pinentry
Index: jnlib/utf8conv.c
---
# jnlib/utf8conv.c | 1 +
# 1 file changed, 1 insertion(+)
#
Index: gnupg-2.0.21/jnlib/utf8conv.c
===================================================================
--- jnlib/utf8conv.c.orig 2008-11-04 15:39:06.000000000 +0100
+++ jnlib/utf8conv.c 2009-06-18 11:42:36.000000000 +0200
@@ -203,6 +203,7 @@ set_native_charset (const char *newset)
--- gnupg-2.0.21.orig/jnlib/utf8conv.c 2013-08-19 09:55:30.000000000 +0100
+++ gnupg-2.0.21/jnlib/utf8conv.c 2013-08-19 18:53:22.000000000 +0100
@@ -148,6 +148,7 @@ set_native_charset (const char *newset)
#else /*!HAVE_W32_SYSTEM*/
#ifdef HAVE_LANGINFO_CODESET
+ setlocale(LC_ALL, "");
newset = nl_langinfo (CODESET);

View File

@ -1,18 +0,0 @@
diff --git a/m4/libcurl.m4 b/m4/libcurl.m4
index 7d1dbd3..92cf801 100644
--- a/m4/libcurl.m4
+++ b/m4/libcurl.m4
@@ -68,13 +68,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG],
_libcurl_try_link=yes
- if test -d "$_libcurl_with" ; then
- LIBCURL_CPPFLAGS="-I$withval/include"
- _libcurl_ldflags="-L$withval/lib"
- AC_PATH_PROG([_libcurl_config],["$withval/bin/curl-config"])
- else
AC_PATH_PROG([_libcurl_config],[curl-config])
- fi
if test x$_libcurl_config != "x" ; then
AC_CACHE_CHECK([for the version of libcurl],

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Aug 19 17:59:48 UTC 2013 - andreas.stieger@gmx.de
- update to 2.0.21
* gpg-agent: By default the users are now asked via the Pinentry
whether they trust an X.509 root key. To prohibit interactive
marking of such keys, the new option --no-allow-mark-trusted may
be used.
* gpg-agent: The command KEYINFO has options to add info from
sshcontrol.
* The included ssh agent does now support ECDSA keys.
- now requires libgpg-error 1.11
- update gnupg-2.0.9-langinfo.patch for upstream whitespace changes
- drop gnupg-broken-curl-test.patch, no longer required
-------------------------------------------------------------------
Mon Jun 17 12:48:24 UTC 2013 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: gpg2
Version: 2.0.20
Version: 2.0.21
Release: 0
BuildRequires: automake >= 1.10
BuildRequires: expect
@ -27,7 +27,7 @@ BuildRequires: libassuan-devel >= 2.0.0
BuildRequires: libbz2-devel
BuildRequires: libcurl-devel >= 7.10
BuildRequires: libgcrypt-devel >= 1.4.0
BuildRequires: libgpg-error-devel >= 1.7
BuildRequires: libgpg-error-devel >= 1.11
BuildRequires: libksba-devel >= 1.0.7
BuildRequires: libusb-devel
BuildRequires: openldap2-devel
@ -60,7 +60,6 @@ Patch3: gnupg-2.0.9-RSA_ES.patch
Patch4: gnupg-2.0.9-langinfo.patch
Patch5: gnupg-2.0.18-files-are-digests.patch
Patch6: gnupg-dont-fail-with-seahorse-agent.patch
Patch7: gnupg-broken-curl-test.patch
Patch8: gnupg-set_umask_before_open_outfile.patch
Patch9: gnupg-detect_FIPS_mode.patch
# PATCH-FIX-OPENSUSE coolo@suse.de -- automake 1.13 already includes $SHELL
@ -78,10 +77,9 @@ gpg-agent, and a keybox library.
%patch1 -p1
%patch2
%patch3 -p1
%patch4
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1