Your message dated Thu, 17 Nov 2005 16:02:10 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#338862: fixed in postgresql-common 32
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; 13 Nov 2005 12:23:52 +0000
>From [EMAIL PROTECTED] Sun Nov 13 04:23:52 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtp.sws.net.au ([61.95.69.6])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EbGtk-0005J8-CL
for [EMAIL PROTECTED]; Sun, 13 Nov 2005 04:23:52 -0800
Received: from localhost (localhost [127.0.0.1])
by smtp.sws.net.au (Postfix) with ESMTP id 10F6E61B01;
Sun, 13 Nov 2005 23:23:44 +1100 (EST)
Received: from smtp.sws.net.au ([127.0.0.1])
by localhost (smtp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
id 20467-06; Sun, 13 Nov 2005 23:23:43 +1100 (EST)
Received: from lyta.coker.com.au (localhost [127.0.0.1])
by smtp.sws.net.au (Postfix) with ESMTP id AF6A961AF9;
Sun, 13 Nov 2005 23:23:43 +1100 (EST)
Received: by lyta.coker.com.au (Postfix, from userid 1001)
id 290AEB592D; Sun, 13 Nov 2005 23:23:58 +1100 (EST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Russell Coker <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: postgresql-8.1: Should disassociate from controlling tty via setsid()
during
daemon startup
X-Mailer: reportbug 3.17
Date: Sun, 13 Nov 2005 23:23:57 +1100
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at sws.net.au
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
Package: postgresql-8.1
Severity: normal
When started from an administrator terminal the postgresql daemon inherits the
administrator's terminal as the controlling tty. This means that the daemon if
compromised could be used to attack the administrator by injecting terminal
input.
To prevent this the daemon should call setsid() as part of the startup process.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.1-se
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
---------------------------------------
Received: (at 338862-close) by bugs.debian.org; 18 Nov 2005 00:11:46 +0000
>From [EMAIL PROTECTED] Thu Nov 17 16:11:46 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1Ecthi-0001Zo-A2; Thu, 17 Nov 2005 16:02:10 -0800
From: Martin Pitt <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#338862: fixed in postgresql-common 32
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 17 Nov 2005 16:02:10 -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: 3
Source: postgresql-common
Source-Version: 32
We believe that the bug you reported is fixed in the latest version of
postgresql-common, which is due to be installed in the Debian FTP archive:
postgresql-common_32.dsc
to pool/main/p/postgresql-common/postgresql-common_32.dsc
postgresql-common_32.tar.gz
to pool/main/p/postgresql-common/postgresql-common_32.tar.gz
postgresql-common_32_all.deb
to pool/main/p/postgresql-common/postgresql-common_32_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Martin Pitt <[EMAIL PROTECTED]> (supplier of updated postgresql-common 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: Fri, 18 Nov 2005 00:42:48 +0100
Source: postgresql-common
Binary: postgresql-common
Architecture: source all
Version: 32
Distribution: unstable
Urgency: low
Maintainer: Martin Pitt <[EMAIL PROTECTED]>
Changed-By: Martin Pitt <[EMAIL PROTECTED]>
Description:
postgresql-common - manager for PostgreSQL database clusters
Closes: 338862 339392 339457
Changes:
postgresql-common (32) unstable; urgency=low
.
* debian/postgresql-common.config: Fix stderr redirection when checking for
installed packages. Closes: #339457
* pg_createcluster: Add a POD stanza about cluster names and their purpose.
* Explained why and how to delete the main cluster of the new version before
upgrading the old main cluster. Closes: #339392
* pg_ctlcluster: Call setsid() to unbind from controlling terminal before
starting the daemon. Closes: #338862
* t/020_create_sql_remove.t: Add selftest for associated terminal (bug
#338862).
* debian/control: Version dependency on debconf to (>= 0.5.00) to make
lintian happy.
Files:
a7a005f4a41c758e62bcd478267469b1 578 misc optional postgresql-common_32.dsc
68fbaa9129b4d5f95b72fd8b57f2202f 54898 misc optional
postgresql-common_32.tar.gz
f73d8f933949062975693bb7782fba94 76838 misc optional
postgresql-common_32_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDfRXyDecnbV4Fd/IRAhTKAKCkdwi/u7URs3XnXZ1DvviTfb9xkQCg5WSD
ll1sIorfpHYmW38k6Gh9brE=
=M+Fq
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]