Your message dated Wed, 28 Sep 2005 00:32:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#285995: fixed in sudo 1.6.8p9-3
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; 16 Dec 2004 20:15:33 +0000
>From [EMAIL PROTECTED] Thu Dec 16 12:15:33 2004
Return-path: <[EMAIL PROTECTED]>
Received: from f35hyatt.fairviewwireless.com (resurrexit) [64.69.75.35] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Cf229-0000BN-00; Thu, 16 Dec 2004 12:15:33 -0800
Received: from moray by resurrexit with local (Exim 4.34)
        id 1Cf21X-0002Hq-UY; Thu, 16 Dec 2004 20:14:55 +0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Moray Allan <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: sudo: Typo in insult
X-Mailer: reportbug 3.4
Date: Thu, 16 Dec 2004 12:14:55 -0800
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: sudo
Version: 1.6.8p5-1
Severity: wishlist
Tags: patch

One of the "classic" insults uses incorrect capitalisation for the word
"I".

Patch:

--- ins_classic.h.old   2004-12-16 12:08:44.581338544 -0800
+++ ins_classic.h       2004-12-16 12:08:54.915767472 -0800
@@ -32,7 +32,7 @@
     "Where did you learn to type?",
     "Are you on drugs?",
     "My pet ferret can type better than you!",
-    "You type like i drive.",
+    "You type like I drive.",
     "Do you think like you type?",
     "Your mind just hasn't been the same since the electro-shock, has it?",

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.9-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages sudo depends on:
ii  libc6                       2.3.2.ds1-19 GNU C Library: Shared libraries an
ii  libpam-modules              0.76-22      Pluggable Authentication Modules f
ii  libpam0g                    0.76-22      Pluggable Authentication Modules l

-- no debconf information

---------------------------------------
Received: (at 285995-close) by bugs.debian.org; 28 Sep 2005 07:38:07 +0000
>From [EMAIL PROTECTED] Wed Sep 28 00:38:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EKWQ9-00072k-00; Wed, 28 Sep 2005 00:32:05 -0700
From: Bdale Garbee <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#285995: fixed in sudo 1.6.8p9-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 28 Sep 2005 00:32:05 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: sudo
Source-Version: 1.6.8p9-3

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

sudo_1.6.8p9-3.diff.gz
  to pool/main/s/sudo/sudo_1.6.8p9-3.diff.gz
sudo_1.6.8p9-3.dsc
  to pool/main/s/sudo/sudo_1.6.8p9-3.dsc
sudo_1.6.8p9-3_i386.deb
  to pool/main/s/sudo/sudo_1.6.8p9-3_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.
Bdale Garbee <[EMAIL PROTECTED]> (supplier of updated sudo 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
Date: Wed, 28 Sep 2005 01:18:04 -0600
Source: sudo
Binary: sudo
Architecture: source i386
Version: 1.6.8p9-3
Distribution: unstable
Urgency: high
Maintainer: Bdale Garbee <[EMAIL PROTECTED]>
Changed-By: Bdale Garbee <[EMAIL PROTECTED]>
Description: 
 sudo       - Provide limited super user privileges to specific users
Closes: 285995 303542 311244
Changes: 
 sudo (1.6.8p9-3) unstable; urgency=high
 .
   * update debhelper compatibility level from 2 to 4
   * add man page symlink for sudoedit
   * Clean SHELLOPTS and PS4 from the environment before executing programs
     with sudo permissions [env.c, CAN-2005-2959]
   * fix typo in manpage pointed out by Moray Allen, closes: #285995
   * fix paths in sample complex sudoers file, closes: #303542
   * fix type in sudoers man page, closes: #311244
Files: 
 fe964c86fd798a6580cb0f3d58977f05 563 admin optional sudo_1.6.8p9-3.dsc
 0b9cc8d819717e88d770b17de91b8c27 27491 admin optional sudo_1.6.8p9-3.diff.gz
 8723a1858ef556127288c4fe35ec091d 159024 admin optional sudo_1.6.8p9-3_i386.deb

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

iD8DBQFDOkUvZKfAp/LPAagRAlEtAJ90lubPpixMqn2eCchCwOlvX6ptbQCeOCd2
cKoIiyiQHqWtNa46kH2P2Gw=
=sQ5Y
-----END PGP SIGNATURE-----


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

Reply via email to