Package: gnupg-agent
Version: 1.9.15-6
Severity: normal

        grep -qs ^use-agent "$GNUPGHOME/gpg.conf"

in file: /etc/X11/Xsession.d/90gpg-agent
should be replaced with something like this:

        grep -qs '^[[:space:]]*use-agent' "$GNUPGHOME/gpg.conf"

because
-- cut $GNUPGHOME/gpg.conf --
#
 use-agent
#
-- cut $GNUPGHOME/gpg.conf --
is also a valid string in $GNUPGHOME/gpg.conf.

grep -qs ^use-agent "$GNUPGHOME/gpg.conf" ignores
a valid user-agent line
if it contains spaces at the beginning of the line.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages gnupg-agent depends on:
ii  libc6                  2.3.2.ds1-22      GNU C Library: Shared libraries an
ii  libgcrypt11            1.2.0-11.1        LGPL Crypto library - runtime libr
ii  libgpg-error0          1.0-1             library for common error values an
ii  libpth2                2.0.1-2           The GNU Portable Threads
ii  zlib1g                 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to