Your message dated Sun, 11 Dec 2005 03:47:06 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336480: fixed in gnupg2 1.9.19-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 30 Oct 2005 16:12:47 +0000
>From [EMAIL PROTECTED] Sun Oct 30 08:12:47 2005
Return-path: <[EMAIL PROTECTED]>
Received: from wumpus.mythic-beasts.com [212.69.37.9] (Debian-exim)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EWFnb-0004e7-00; Sun, 30 Oct 2005 08:12:47 -0800
Received: from sphinx.mythic-beasts.com ([212.69.37.6])
        by wumpus.mythic-beasts.com with esmtp (Exim 4.44)
        id 1EWFnZ-0007SU-Jf
        for [EMAIL PROTECTED]; Sun, 30 Oct 2005 16:12:45 +0000
Received: from localhost.idnet.net ([127.0.0.1] helo=sphinx.mythic-beasts.com)
        by sphinx.mythic-beasts.com with esmtp (Exim 4.51)
        id 1EWFnY-0000Lc-6i
        for [EMAIL PROTECTED]; Sun, 30 Oct 2005 16:12:45 +0000
Date: Sun, 30 Oct 2005 16:12:33 +0000
From: Simon McVittie <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: gnupg-agent: Xsession script shouldn't run gpg-agent if one is already 
running
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="VrqPEDrXMn8OVzN4"
Content-Disposition: inline
X-Reportbug-Version: 3.17
User-Agent: Mutt/1.5.11
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--VrqPEDrXMn8OVzN4
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: gnupg-agent
Version: 1.9.15-6
Severity: wishlist
Tags: patch

The attached patch prevents the 90gpg-agent Xsession script from running
a new gpg-agent if there's already one set up in the environment from a
script run at a time earlier than 90; this is similar to the behaviour
of 90x11-common_ssh-agent from the x11-common package.

I've prepared an Xsession.d script to integrate the Gentoo keychain script
into the X session (I'll send this as a wishlist bug against keychain), which
starts a gpg-agent and an ssh-agent at time 80 - for this to work correctly
for GPG, this or a similar patch is required.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (101, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)

Versions of packages gnupg-agent depends on:
ii  libc6                         2.3.5-6    GNU C Library: Shared libraries an
ii  libgcrypt11                   1.2.1-4    LGPL Crypto library - runtime libr
ii  libgpg-error0                 1.1-4      library for common error values an
ii  libpth2                       2.0.1-2.1  The GNU Portable Threads
ii  zlib1g                        1:1.2.3-4  compression library - runtime

Versions of packages gnupg-agent recommends:
ii  gnupg                         1.4.1-1    GNU privacy guard - a free PGP rep
ii  gpgsm                         1.9.15-6   GNU privacy guard - password agent
ii  pinentry-gtk2 [pinentry]      0.7.2-2    GTK+-2-based PIN or pass-phrase en

-- no debconf information

--VrqPEDrXMn8OVzN4
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; 
filename="debian-gnupg2-no-redundant-agent.diff"

--- debian/gnupg-agent.xsession.orig    2005-08-25 00:21:52.000000000 +0100
+++ debian/gnupg-agent.xsession 2005-08-25 00:22:08.000000000 +0100
@@ -1,11 +1,15 @@
-
 : ${GNUPGHOME=$HOME/.gnupg}
 
 GPGAGENT=/usr/bin/gpg-agent
 PID_FILE="$GNUPGHOME/gpg-agent-info"
 
+# Autorun a gpg-agent if:
+# - the user has use-agent enabled
+# - gpg-agent is executable
+# - GPG_AGENT_INFO is not set, or is set but points to a dead gpg-agent
 if grep -qs ^use-agent "$GNUPGHOME/gpg.conf" "$GNUPGHOME/options" &&
-   test -x $GPGAGENT; then
+   test -x $GPGAGENT &&
+   { test -z "$GPG_AGENT_INFO" || ! $GPGAGENT 2>/dev/null; }; then
 
    if [ -r "$PID_FILE" ]; then
        . "$PID_FILE"

--VrqPEDrXMn8OVzN4--

---------------------------------------
Received: (at 336480-close) by bugs.debian.org; 11 Dec 2005 11:51:07 +0000
>From [EMAIL PROTECTED] Sun Dec 11 03:51:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1ElPfW-0007OC-G5; Sun, 11 Dec 2005 03:47:06 -0800
From: Matthias Urlichs <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#336480: fixed in gnupg2 1.9.19-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 11 Dec 2005 03:47:06 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 6

Source: gnupg2
Source-Version: 1.9.19-2

We believe that the bug you reported is fixed in the latest version of
gnupg2, which is due to be installed in the Debian FTP archive:

gnupg-agent_1.9.19-2_i386.deb
  to pool/main/g/gnupg2/gnupg-agent_1.9.19-2_i386.deb
gnupg2_1.9.19-2.diff.gz
  to pool/main/g/gnupg2/gnupg2_1.9.19-2.diff.gz
gnupg2_1.9.19-2.dsc
  to pool/main/g/gnupg2/gnupg2_1.9.19-2.dsc
gnupg2_1.9.19-2_i386.deb
  to pool/main/g/gnupg2/gnupg2_1.9.19-2_i386.deb
gpgsm_1.9.19-2_i386.deb
  to pool/main/g/gnupg2/gpgsm_1.9.19-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Urlichs <[EMAIL PROTECTED]> (supplier of updated gnupg2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Changed-By: Matthias Urlichs <[EMAIL PROTECTED]>
Date: Thu,  8 Dec 2005 22:13:21 +0100
Version: 1.9.19-2
Distribution: unstable
Source: gnupg2
Urgency: low
Maintainer: Matthias Urlichs <[EMAIL PROTECTED]>
Binary: gnupg-agent gnupg2 gpgsm
Architecture: i386 source
Closes: 299842 304355 308516 312717 335066 336480
Changes:
 gnupg2 (1.9.19-2) unstable; urgency=low
 .
   * Convert debian/changelog to UTF-8.
   * Put gnupg-agent and gpgsm lintian overrides in the respectively
     right package.  Closes: #335066
   * Added debhelper tokens to maintainer scripts.
   * xsession fixes:
     o Added host name to gpg-agent PID file name.  Closes: #312717
     o Fixed xsession script to be able to run under zsh.  Closes: #308516
     o Don't run gpg-agent if one is already running.  Closes: #336480
   * debian/control:
     o Fixed package description of gpgsm package.  Closes: #299842
     o Added mention of gpg-agent to description of gnupg-agent package.
       Closes: #304355
   * Thanks to Peter Eisentraut <[EMAIL PROTECTED]> for all of the above.
Description:
 gpgsm      - GNU privacy guard - S/MIME version
 gnupg-agent - GNU privacy guard - password agent
 gnupg2     - GNU privacy guard - a free PGP replacement
Files:
 e2b47abaf3123608fb2cf92f98695668 168268 utils optional 
gnupg-agent_1.9.19-2_i386.deb
 5bbc4f70d58963d4e03eef0a531c2cad 726628 utils extra gnupg2_1.9.19-2_i386.deb
 d50ab966811709759f296ec5266274c3 333981 utils optional gnupg2_1.9.19-2.diff.gz
 e0e1bd6498bc390cbaf94e291eadd9e4 287876 utils optional gpgsm_1.9.19-2_i386.deb
 2d862ac037dae6a9ad0c07269e6922e7 857 utils optional gnupg2_1.9.19-2.dsc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDnA3c8+hUANcKr/kRAqAAAKCX4+QK8/Ut5VEoRvuYc5FGqil8uACdFfVq
k0V24mU38iFlj1E+4oh1wdY=
=NrgG
-----END PGP SIGNATURE-----


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

Reply via email to