Hello community,

here is the log from the commit of package gpg-offline for openSUSE:Factory 
checked in at 2014-12-09 09:13:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-06-18 
10:59:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gpg-offline.new/gpg-offline.changes     
2014-12-09 09:13:14.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 15 14:37:42 UTC 2014 - meiss...@suse.com
+
+- removed --pgp2 as the gpg 2.1 does not support it.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gpg-offline.gopts ++++++
--- /var/tmp/diff_new_pack.bLqMUr/_old  2014-12-09 09:13:15.000000000 +0100
+++ /var/tmp/diff_new_pack.bLqMUr/_new  2014-12-09 09:13:15.000000000 +0100
@@ -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 --pgp2 --no-default-keyring --keyring gpg-offline.$$ 
--import <"$KEYRING"
+               gpg --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 --pgp2 --quiet --trust-model=always 
--keyserver-options=no-auto-key-retrieve --no-default-keyring 
--keyring=gpg-offline.$$ --verify "${ARGV[@]}" ; then
+               gpg --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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to