Hello community,

here is the log from the commit of package gpg2 for openSUSE:Factory checked in 
at 2013-05-16 10:59:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpg2 (Old)
 and      /work/SRC/openSUSE:Factory/.gpg2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpg2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpg2/gpg2.changes        2013-03-28 
13:16:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gpg2.new/gpg2.changes   2013-05-16 
10:59:33.000000000 +0200
@@ -1,0 +2,26 @@
+Fri May 10 19:33:24 UTC 2013 - [email protected]
+
+- update to 2.0.20
+ * Decryption using smartcards keys > 3072 bit does now work.
+ * New meta option ignore-invalid-option to allow using the same
+   option file by other GnuPG versions.
+ * gpg: The hash algorithm is now printed for sig records in key listings.
+ * gpg: Skip invalid keyblock packets during import to avoid a DoS.
+ * gpg: Correctly handle ports from DNS SRV records.
+ * keyserver: Improve use of SRV records
+ * gpg-agent: Avoid tty corruption when killing pinentry.
+ * scdaemon: Improve detection of card insertion and removal.
+ * scdaemon: Rename option --disable-keypad to --disable-pinpad.
+ * scdaemon: Better support for CCID readers.  Now, the internal CCID
+   driver supports readers without the auto configuration feature.
+ * scdaemon: Add pinpad input for PC/SC, if your reader has pinpad and
+   it supports variable length PIN input, and you specify
+   --enable-pinpad-varlen option.
+ * scdaemon: New option --enable-pinpad-varlen.
+ * scdaemon: Install into libexecdir to avoid accidental execution
+   from the command line.
+ * Assorted bug fixes.
+- refresh gnupg-2.0.9-RSA_ES.patch
+- verify gpg signature of source tarball
+
+-------------------------------------------------------------------

Old:
----
  gnupg-2.0.19.tar.bz2

New:
----
  gnupg-2.0.20.tar.bz2
  gnupg-2.0.20.tar.bz2.sig
  gpg2.keyring

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gpg2.spec ++++++
--- /var/tmp/diff_new_pack.hhcZnX/_old  2013-05-16 10:59:34.000000000 +0200
+++ /var/tmp/diff_new_pack.hhcZnX/_new  2013-05-16 10:59:34.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 Name:           gpg2
-Version:        2.0.19
+Version:        2.0.20
 Release:        0
-BuildRequires:  automake
+BuildRequires:  automake >= 1.10
 BuildRequires:  expect
 BuildRequires:  fdupes
 BuildRequires:  libadns-devel
@@ -38,6 +38,9 @@
 %else
 BuildRequires:  pth >= 1.3.7
 %endif
+%if 0%{?suse_version} >= 1230
+BuildRequires:  gpg-offline
+%endif
 Url:            http://www.gnupg.org/aegypten2/
 PreReq:         %install_info_prereq
 Requires:       dirmngr
@@ -53,6 +56,7 @@
 License:        GPL-3.0+
 Group:          Productivity/Networking/Security
 Source:         ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2
+Source2:        ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2.sig
 Patch1:         gnupg-2.0.18-tmpdir.diff
 Patch2:         gnupg-2.0.4-install_tools.diff
 Patch3:         gnupg-2.0.9-RSA_ES.patch
@@ -68,6 +72,7 @@
 
 %lang_package
 %prep
+%{?gpg_verify: %gpg_verify %{S:2}}
 %setup  -q -n gnupg-%version
 %patch1 -p1
 %patch2

++++++ gnupg-2.0.19.tar.bz2 -> gnupg-2.0.20.tar.bz2 ++++++
++++ 131598 lines of diff (skipped)

++++++ gnupg-2.0.9-RSA_ES.patch ++++++
--- /var/tmp/diff_new_pack.hhcZnX/_old  2013-05-16 10:59:37.000000000 +0200
+++ /var/tmp/diff_new_pack.hhcZnX/_new  2013-05-16 10:59:37.000000000 +0200
@@ -1,9 +1,13 @@
 # adds back support for deprecated RSA_E, RSA_S algorithms
-Index: gnupg-2.0.13/g10/misc.c
+---
+# g10/misc.c |    8 ++++++++
+# 1 file changed, 8 insertions(+)
+#
+Index: gnupg-2.0.20/g10/misc.c
 ===================================================================
---- gnupg-2.0.13.orig/g10/misc.c       2009-07-16 08:22:45.000000000 +0200
-+++ gnupg-2.0.13/g10/misc.c    2009-11-13 13:19:39.000000000 +0100
-@@ -1308,6 +1308,8 @@ pubkey_get_npkey( int algo )
+--- gnupg-2.0.20.orig/g10/misc.c       2013-05-10 13:55:47.000000000 +0100
++++ gnupg-2.0.20/g10/misc.c    2013-05-10 19:57:18.000000000 +0100
+@@ -1326,6 +1326,8 @@ pubkey_get_npkey( int algo )
  
    if (algo == GCRY_PK_ELG_E)
      algo = GCRY_PK_ELG;
@@ -12,7 +16,7 @@
    if (gcry_pk_algo_info( algo, GCRYCTL_GET_ALGO_NPKEY, NULL, &n))
      n = 0;
    return n;
-@@ -1321,6 +1323,8 @@ pubkey_get_nskey( int algo )
+@@ -1339,6 +1341,8 @@ pubkey_get_nskey( int algo )
  
    if (algo == GCRY_PK_ELG_E)
      algo = GCRY_PK_ELG;
@@ -21,7 +25,7 @@
    if (gcry_pk_algo_info( algo, GCRYCTL_GET_ALGO_NSKEY, NULL, &n ))
      n = 0;
    return n;
-@@ -1334,6 +1338,8 @@ pubkey_get_nsig( int algo )
+@@ -1352,6 +1356,8 @@ pubkey_get_nsig( int algo )
  
    if (algo == GCRY_PK_ELG_E)
      algo = GCRY_PK_ELG;
@@ -30,8 +34,8 @@
    if (gcry_pk_algo_info( algo, GCRYCTL_GET_ALGO_NSIGN, NULL, &n))
      n = 0;
    return n;
-@@ -1347,6 +1353,8 @@ pubkey_get_nenc( int algo )
-   
+@@ -1365,6 +1371,8 @@ pubkey_get_nenc( int algo )
+ 
    if (algo == GCRY_PK_ELG_E)
      algo = GCRY_PK_ELG;
 +  if (algo == GCRY_PK_RSA_E || algo == GCRY_PK_RSA_S)

++++++ gpg2.keyring ++++++
++++ 939 lines (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to