Hello community,

here is the log from the commit of package gpg-offline for openSUSE:Factory 
checked in at 2014-06-18 10:59:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpg-offline (Old)
 and      /work/SRC/openSUSE:Factory/.gpg-offline.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpg-offline"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpg-offline/gpg-offline.changes  2013-09-13 
14:43:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gpg-offline.new/gpg-offline.changes     
2014-06-18 10:59:24.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jun  4 18:42:30 UTC 2014 - [email protected]
+
+- Use --pgp2 for newer gpg2 that don't like older MD5 using keys.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gpg-offline.spec ++++++
--- /var/tmp/diff_new_pack.xmTwTG/_old  2014-06-18 10:59:25.000000000 +0200
+++ /var/tmp/diff_new_pack.xmTwTG/_new  2014-06-18 10:59:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpg-offline
 #
-# 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

++++++ gpg-offline.gopts ++++++
--- /var/tmp/diff_new_pack.xmTwTG/_old  2014-06-18 10:59:25.000000000 +0200
+++ /var/tmp/diff_new_pack.xmTwTG/_new  2014-06-18 10:59:25.000000000 +0200
@@ -251,10 +251,10 @@
        rm -rf ~/.gnupg/gpg-offline.$$*
        trap "rm -rf ~/.gnupg/gpg-offline.$$*" EXIT
        vvrun "Import armored $KEYRING to the temporary keyring:"\
-               gpg --no-default-keyring --keyring gpg-offline.$$ --import 
<"$KEYRING"
+               gpg --pgp2 --no-default-keyring --keyring gpg-offline.$$ 
--import <"$KEYRING"
        # "--trust-model=always" always generates warning "Using untrusted 
key!". "--quiet" suppresses it.
        if ! vvrun "Verifying $SIGNATURE against the temporary keyring only:"\
-               gpg --quiet --trust-model=always 
--keyserver-options=no-auto-key-retrieve --no-default-keyring 
--keyring=gpg-offline.$$ --verify "${ARGV[@]}" ; then
+               gpg --pgp2 --quiet --trust-model=always 
--keyserver-options=no-auto-key-retrieve --no-default-keyring 
--keyring=gpg-offline.$$ --verify "${ARGV[@]}" ; then
                exit 1
        fi
        exit 0

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

Reply via email to