[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#78123: marked as done (mangles subject "[PATCH] foo" -> "PATCH] foo")



Your message dated Mon, 18 Nov 2002 22:02:09 -0500
with message-id <E18DyeP-0008L9-00@auric.debian.org>
and subject line Bug#78123: fixed in debbugs 2.4
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; 27 Nov 2000 15:33:41 +0000
>From tv@hq.yok.utu.fi Mon Nov 27 09:33:41 2000
Return-path: <tv@hq.yok.utu.fi>
Received: from hq.yok.utu.fi [130.232.128.220] ([ncreZX3GxpbWy2ZpGQc+IJji1/dFHwQZ])
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 140QHk-0008Eh-00; Mon, 27 Nov 2000 09:33:41 -0600
Received: by hq.yok.utu.fi (Postfix, from userid 1000)
	id 9825D37DB; Mon, 27 Nov 2000 17:33:38 +0200 (EET)
Date: Mon, 27 Nov 2000 17:33:38 +0200
From: Tommi Virtanen <tv-nospam-2aea01@debian.org>
To: submit@bugs.debian.org
Subject: [cphipps@doomworld.com: Re: Bug#75291: [PATCH] unsafe creation of fshd socket dir]
Message-ID: <20001127173338.A11653@hq.yok.utu.fi>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="9jxsPFA5p3P2qPhR"
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Delivered-To: submit@bugs.debian.org


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

Package: debbugs

Look at the enclosed mails. The other is delivered directly to me,
the other went through the BTS. Why is the BTS-filtered subject
missing a "["?

-- 
tv@{{hq.yok.utu,havoc,gaeshido}.fi,{debian,wanderer}.org,stonesoft.com}
unix, linux, debian, networks, security, | Chaos reigns within.
kernel, TCP/IP, C, perl, free software,  | Reflect, repent, and reboot.
mail, www, sw devel, unix admin, hacks.  | Order shall return.

--9jxsPFA5p3P2qPhR
Content-Type: message/rfc822
Content-Disposition: inline

Return-Path: <cphipps@doomworld.com>
Delivered-To: tv-personal.tv-debian_org@hq.yok.utu.fi
Received: from mailrelay (mailrelay.utu.fi [130.232.1.4])
	by hq.yok.utu.fi (Postfix) with ESMTP id 287B537D1
	for <tv-personal.tv-debian_org@hq.yok.utu.fi>; Mon, 27 Nov 2000 16:39:58 +0200 (EET)
Received: from master.debian.org ([216.234.231.5]:2255 "EHLO master.debian.org") by mailrelay.utu.fi with ESMTP id <120327-230>; Mon, 27 Nov 2000 16:39:42 +0200
Received: from (openbsd.bgs.bristol.sch.uk) [194.207.214.10] (cph)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 140PRI-0004ij-00; Mon, 27 Nov 2000 08:39:29 -0600
Received: (from cph@localhost)
	by openbsd.bgs.bristol.sch.uk (8.9.3/8.9.3) id OAA19671;
	Mon, 27 Nov 2000 14:53:23 GMT
X-Authentication-Warning: openbsd.bgs.bristol.sch.uk: cph set sender to cphipps@doomworld.com using -f
From: Colin Phipps <cphipps@doomworld.com>
To: Tommi Virtanen <tv-nospam-2aea01@debian.org>,
	75291-maintonly@bugs.debian.org
Subject: Re: Bug#75291: [PATCH] unsafe creation of fshd socket dir
Message-ID: <20001127145322.A10459@openbsd.bgs.bristol.sch.uk>
References: <13mzpQ-0gL-00@cph.fbw.cc> <20001127145952.A6283@hq.yok.utu.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.4i
In-Reply-To: <20001127145952.A6283@hq.yok.utu.fi>; from tv-nospam-2aea01@debian.org on Mon, Nov 27, 2000 at 02:59:52PM +0200
Sender: <cphipps@doomworld.com>
Delivered-To: tv-nospam-2aea01@debian.org
Date:	Mon, 27 Nov 2000 16:39:42 +0200

On Mon, Nov 27, 2000 at 02:59:52PM +0200, Tommi Virtanen wrote:
> 	I'm currently pondering on a patch that looks like
> 
> diff -ur fsh-1.0.post.2/fshd.py patched/fshd.py
> --- fsh-1.0.post.2/fshd.py      Sun Nov 12 00:47:11 2000
> +++ patched/fshd.py     Mon Nov 27 14:31:12 2000
> @@ -24,6 +24,8 @@
>  import string
>  import sys
>  
> +from stat import *
> +
>  import fshlib
>  
>  class remote:
> @@ -181,7 +183,7 @@
>          try:
>              os.mkdir(sockdir, 0700)
>          except os.error, (eno, emsg):
> -            if eno == errno.EEXIST:
> +            if eno == errno.EEXIST && os.lstat(dir)[ST_UID] == os.getuid():
>                  os.chmod(sockdir, 0700)
>              else:
>                  raise

Yes, that looks like a better fix.

Colin


--9jxsPFA5p3P2qPhR
Content-Type: message/rfc822
Content-Disposition: inline

Return-Path: <owner@bugs.debian.org>
Delivered-To: tv-personal.tv-debian_org@hq.yok.utu.fi
Received: from mailrelay (mailrelay.utu.fi [130.232.1.4])
	by hq.yok.utu.fi (Postfix) with ESMTP id C00E837D1
	for <tv-personal.tv-debian_org@hq.yok.utu.fi>; Mon, 27 Nov 2000 17:06:18 +0200 (EET)
Received: from master.debian.org ([216.234.231.5]:3163 "EHLO master.debian.org") by mailrelay.utu.fi with ESMTP id <120353-230>; Mon, 27 Nov 2000 17:06:05 +0200
Received: from gecko by master.debian.org with local (Exim 3.12 1 (Debian))
	id 140Pqx-0006tH-00; Mon, 27 Nov 2000 09:05:59 -0600
Subject: Bug#75291: PATCH] unsafe creation of fshd socket dir
Reply-To: Colin Phipps <cphipps@doomworld.com>,
	75291-maintonly@bugs.debian.org
Resent-From: Colin Phipps <cphipps@doomworld.com>
Orignal-Sender: <cphipps@doomworld.com>
Resent-To: Tommi Virtanen <tv@debian.org>
Resent-Message-ID: <handler.75291.M75291.97533597018639@bugs.debian.org>
Resent-Sender: owner@bugs.debian.org
X-Debian-PR-Message: report 75291
X-Debian-PR-Package: fsh
X-Debian-PR-Keywords: security
X-Loop: owner@bugs.debian.org
Received: via spool by 75291-maintonly@bugs.debian.org id=M75291.97533597018639
          (code M ref 75291); Mon, 27 Nov 2000 15:05:58 GMT
X-Authentication-Warning: openbsd.bgs.bristol.sch.uk: cph set sender to cphipps@doomworld.com using -f
From: Colin Phipps <cphipps@doomworld.com>
To: Tommi Virtanen <tv-nospam-2aea01@debian.org>,
	75291-maintonly@bugs.debian.org
Message-ID: <20001127145322.A10459@openbsd.bgs.bristol.sch.uk>
References: <13mzpQ-0gL-00@cph.fbw.cc> <20001127145952.A6283@hq.yok.utu.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.4i
In-Reply-To: <20001127145952.A6283@hq.yok.utu.fi>; from tv-nospam-2aea01@debian.org on Mon, Nov 27, 2000 at 02:59:52PM +0200
Sender: <cphipps@doomworld.com>
Delivered-To: 75291-maintonly@bugs.debian.org
Resent-Date: Mon, 27 Nov 2000 17:06:05 +0200

On Mon, Nov 27, 2000 at 02:59:52PM +0200, Tommi Virtanen wrote:
> 	I'm currently pondering on a patch that looks like
> 
> diff -ur fsh-1.0.post.2/fshd.py patched/fshd.py
> --- fsh-1.0.post.2/fshd.py      Sun Nov 12 00:47:11 2000
> +++ patched/fshd.py     Mon Nov 27 14:31:12 2000
> @@ -24,6 +24,8 @@
>  import string
>  import sys
>  
> +from stat import *
> +
>  import fshlib
>  
>  class remote:
> @@ -181,7 +183,7 @@
>          try:
>              os.mkdir(sockdir, 0700)
>          except os.error, (eno, emsg):
> -            if eno == errno.EEXIST:
> +            if eno == errno.EEXIST && os.lstat(dir)[ST_UID] == os.getuid():
>                  os.chmod(sockdir, 0700)
>              else:
>                  raise

Yes, that looks like a better fix.

Colin



--9jxsPFA5p3P2qPhR--

---------------------------------------
Received: (at 78123-close) by bugs.debian.org; 19 Nov 2002 03:08:35 +0000
>From katie@auric.debian.org Mon Nov 18 21:08:35 2002
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18Dykd-0000AQ-00; Mon, 18 Nov 2002 21:08:35 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 18DyeP-0008L9-00; Mon, 18 Nov 2002 22:02:09 -0500
From: Colin Watson <cjwatson@debian.org>
To: 78123-close@bugs.debian.org
X-Katie: $Revision: 1.28 $
Subject: Bug#78123: fixed in debbugs 2.4
Message-Id: <E18DyeP-0008L9-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Mon, 18 Nov 2002 22:02:09 -0500
Delivered-To: 78123-close@bugs.debian.org

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

debbugs_2.4.dsc
  to pool/main/d/debbugs/debbugs_2.4.dsc
debbugs_2.4.tar.gz
  to pool/main/d/debbugs/debbugs_2.4.tar.gz
debbugs_2.4_all.deb
  to pool/main/d/debbugs/debbugs_2.4_all.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 78123@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <cjwatson@debian.org> (supplier of updated debbugs 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Sun, 17 Nov 2002 17:54:49 +0000
Source: debbugs
Binary: debbugs
Architecture: source all
Version: 2.4
Distribution: experimental
Urgency: low
Maintainer: Debbugs developers <debian-debbugs@lists.debian.org>
Changed-By: Colin Watson <cjwatson@debian.org>
Description: 
 debbugs    - The bug tracking system based on the active Debian BTS
Closes: 36813 78123 78688 86922 87176 93433 96164 113028 113514 121082 124537 146484 146745 152751
Changes: 
 debbugs (2.4) experimental; urgency=low
 .
   * Updating the package with what's in CVS, even though this might
     completely break things for people who've been using the previous also
     broken package. <shrug> :) Upped the minor version since the changes
     are noticeable, and uploaded to experimental, just in case.
   * Applied speedup patch, that uses references, instead of copies.
     Thanks to Thomas Smith. Closes: #87176. [Adam]
   * Reverted some parts of the speedup patch because it breaks the API.
     [Anthony]
   * Bugs that are tagged fixed are now listed in a separate section in the
     web pages. Patch from Colin Watson. Closes: #86922. [Adam]
   * Added support for an additional Maintainers.override file, which is read
     after the normal one. This allows the normal one to be externally
     updated, but still have local overrides. [Adam]
   * Put <title> and </title> on the same line as the title since some lame
     browsers don't seem to like it otherwise. [Josip]
   * Include a mailto: URI in the header for a bug report. [Adam]
   * Added support for filtering on subject with include=subj:foo (exact
     match, case sensitive). [Anthony]
   * Added a missing http://, thanks to Julian Gilbey. [Anthony]
   * Use by-*.idx indices to speed up pkgreport.cgi. [Anthony]
   * Support "maint=" in pkgreport to give packages without a maintainer.
     [Anthony]
   * Updated Postfix documentation. [Darren]
   * Use two variables in order to reduce the amount of path hard-coding.
   * Added support for storing the files in a hashed directory (db-h), with
     the same hash layout as archive/. [Adam]
   * Added support for tracing of bug state changes. This date is in
     $gSpoolDir/debbugs.trace. It is locked (as debbugs.trace.lock) while
     accessed, and appended to. Currently, nothing uses this trace file and
     it isn't even cleaned up, which can be easily fixed with a simple cron
     job. [Adam]
   * Tell sendmail to queue outgoing mail for later delivery, instead of
     immediate delivery. [Adam]
   * Added a keywords header to outgoing email responses. [Adam]
   * Use Resent-From: if From: doesn't exist. [Adam]
   * Added appropriate Reply-To: lines for the ACK messages that could use
     them. [Josip]
   * Add $gUnknownMaintainerEmail to the list of maintainers to mail in case
     an package with no maintainer is referenced. [Adam]
   * processall locks 'incoming-cleaner' before starting, so we don't have
     multiple copies of it running at the same time. [Adam]
   * Sort bugs tagged 'pending' as 'pending upload', between 'forwarded' and
     'fixed'. [Adam]
   * Add support for searching by source package.  pkgreport.cgi takes src=,
     and both pkgreport.cgi and bugreport.cgi have enhanced HTML headers now.
     [Adam]
   * Add support in the CGIs for:
     * 'raw' sorting. This does no grouping based on status or severity, and
       just lists bugs in number order.
     * reversing the order that bugs are displayed. This does not affect
       severity or status ordering.
     * inclusions/exclusions of status and severity. Also, support reverse
       sorting of the above.
   * Make it possible to ban people from control@bugs. [Anthony]
   * Don't lie about missing Subject:s being an RFC822 violation, because
     they aren't. [Anthony, Josip]
   * Added preliminary support for ###-request. [Adam]
   * Added preliminary fast indexing support. [Adam/Anthony (?)]
   * Added preliminary support for CC:ing <src>@packages.qa.debian.org.
     [Anthony]
   * Added preliminary cloning support. [Anthony]
   * Link to submitter's web page, patch from Matt Kraai. [Josip]
   * The autoconfig thing in the description is gone, closes: #124537.
   * Fix viewing archived bugs by source package, closes: #121082, #146484.
     [Colin]
   * Depends: libmailtools-perl rather than mailtools, closes: #113028.
   * Add MIME support to process and service, and depend on libmime-perl as a
     result, closes: #36813. [Colin]
   * Trim Bug#12345: from the Subject:, not "Bug#12345: [", closes: #78123.
     [Anthony]
   * Be more careful about loop detection, closes: #113514. [Adam, Colin]
   * Relax the syntax for 'tags' slightly, since people seem to use it that
     way accidentally a lot, closes: #96164. [Colin]
   * Give better feedback from pkgreport.cgi when querying a non-existent
     package name, closes: #93433. [Colin]
   * Remove support for -fixed address from receive, since nothing else
     supports it. [Colin]
   * Prevent people from reading the first line of arbitrary files through
     bugreport.cgi, thanks to Max <rusmir@tula.net>. [Colin]
   * Add working-for-me instructions for exim setup on non-dedicated sites,
     together with Chad Miller's suggestions, closes: #78688. [Colin]
   * Fix a few typos, closes: #146745, #152751.
   * Update the copyright file with the current list of maintainers and a
     pointer to ViewCVS.
   * Remove lynx-cfg, and use 'lynx -cfg=/dev/null' instead. [Colin]
   * Various other things, not worth mentioning here.
Files: 
 7ba22b1f545909aab56ff10afbf6b87d 681 misc optional debbugs_2.4.dsc
 9a005b52d95a91caa44c838ea22d2dd8 106528 misc optional debbugs_2.4.tar.gz
 964090007a7897b4c544869e0842b711 82204 misc optional debbugs_2.4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Colin Watson <cjwatson@debian.org> -- Debian developer

iD8DBQE92aJm9t0zAhD6TNERAuoHAJ94iNvCHOlWF8aNPA0ajSPrPYmpLQCggVO7
uJR+9m+UXelFyeQ0ichcoIA=
=qts9
-----END PGP SIGNATURE-----



Reply to: