Bug#445599: marked as done (logrotate: fails to restart if ssl password required)

2007-12-30 Thread Debian Bug Tracking System
Your message dated Sun, 30 Dec 2007 17:02:51 +0100
with message-id <[EMAIL PROTECTED]>
and subject line bug #445599: logrotate: fails to restart if ssl password 
required
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)

--- Begin Message ---
Package: apache2
Version: 2.2.3-4+etch1
Severity: normal


The apache2 logrotate script includes a script which restarts apache.  This
fails if an SSL password is required at startup.

Can I suggest the restart action is replaced with the copyrotate function.
facility.  This avoids the need to do a restart at all.

/var/log/apache2/*.log {
weekly
missingok
rotate 52
compress
delaycompress
notifempty
copytruncate
create 640 root adm
}

Dick


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork2.2.3-4+etch1 Traditional model for Apache HTTPD

apache2 recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
version: 2.2.3-4+etch3

Hi,

> The apache2 logrotate script includes a script which restarts
> apache.  This fails if an SSL password is required at startup.
>
> Can I suggest the restart action is replaced with the copyrotate
> function. facility.  This avoids the need to do a restart at all.

The copyrotate function can lead to log entries being lost. It is 
recommended to change the restart to reload if you have ssl keys with 
passwords. Starting with 2.2.3-4+etch3, this is now documented in 
README.Debian.

Cheers,
Stefan



--- End Message ---


Processed: found 458093 in 2.2.3-4

2007-12-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.11
> found 458093 2.2.3-4
Bug#458093: Apache2 overwrites index.html every time it is upgraded
Bug marked as found in version 2.2.3-4.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 360437

2007-12-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.11
> tags 360437 moreinfo
Bug#360437: apache2-mpm-prefork: add -F from 1.3 to 2.0
There were no tags set.
Tags added: moreinfo

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 429959, tagging 441404

2007-12-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.11
> tags 429959 moreinfo
Bug#429959: apache2: using auth_ldap make child segfault or hang silently
There were no tags set.
Tags added: moreinfo

> tags 441404 moreinfo
Bug#441404: apache2.2-common: SSLCertificateChainFile in virtual host context
There were no tags set.
Tags added: moreinfo

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: reassign 458081 to libapache2-mod-php5

2007-12-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.11
> reassign 458081 libapache2-mod-php5
Bug#458081: apache2: Dies with floating point exception
Bug reassigned from package `apache2-mpm-prefork' to `libapache2-mod-php5'.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#457339: marked as done (SetEnv vs. SetEnvif vs. php)

2008-01-01 Thread Debian Bug Tracking System
Your message dated Tue, 1 Jan 2008 13:10:03 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#457339: SetEnv vs. SetEnvif vs. php
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)

--- Begin Message ---
Package: apache2.2-common
Version: 2.2.6-3

I have discovered a bug in the Debian apache2 and/or php packages.
Consider the following .htaccess file,

#SetEnvif User-Agent . ban
#SetEnv ban
Order Allow,Deny
Allow from all
Deny from env=ban

Looking in error.log, if you uncomment the first line, all you will see
[Fri Dec 21 23:23:23 2007] [error] [client 127.0.0.1] client denied by server 
configuration: /var/lib/bla/
which is good. If instead you uncomment the second line, you get
[Fri Dec 21 23:26:24 2007] [error] [client 127.0.0.1] client denied by server 
configuration: /var/lib/bla/index.html
[Fri Dec 21 23:26:24 2007] [error] [client 127.0.0.1] client denied by server 
configuration: /var/lib/bla/index.cgi
[Fri Dec 21 23:26:24 2007] [error] [client 127.0.0.1] client denied by server 
configuration: /var/lib/bla/index.pl
meaning that somehow index.php was forgotten on the list of things to stop!

Indeed, one scratches their head about why the effect is not the same
as the first.

Or http://localhost/manual/env.html should expound further the secrets
involved.

If so please reassign to apache2-doc. Thanks.


--- End Message ---
--- Begin Message ---
On Monday 31 December 2007, [EMAIL PROTECTED] wrote:
> I see 301s 403s 200s... in my twisted homebrew mediawiki .htaccess
> mess's logs that now slip from my brain as I moved on to a
> different project...


Considering that everything seems to work correctly for me and the 
only problem is that the error messages are different (but both are 
correct), I will close this bug.

--- End Message ---


Processed: tagging 458857

2008-01-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.11
> tags 458857 pending
Bug#458857: apache2: Drop unnecessary dependencies
Tags were: patch
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#459591: marked as done (apache2.2-common: Please include NameWidth=* in default IndexOptions)

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 7 Jan 2008 18:46:53 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#459591: apache2.2-common: Please include NameWidth=* in 
default IndexOptions
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)

--- Begin Message ---
Package: apache2.2-common
Version: 2.2.6-2
Severity: wishlist


I sporadically run into web sites with directory listing enabled but
can't read large parts of the file names because the site hasn't configured
IndexOptions NameWidth=*
or some specific value for NameWidth.  The problem is particularly
severe when the directory being indexed is a download directory for
some software, offering several versions of the software, each in
several packagings (.deb, .rpm, .tar.gz, etc.); typically, all of the
package file names have the same initial part, so the directory
listing just shows lots of identical lines ending in ... and I have to
hover to get the browser to tell me each name.

Including NameWidth=* in the IndexOptions specified by the default
autoindex.conf would solve this problem (albeit slowly, as web sites
may take time to upgrade, especially sites which haven't gotten round
to fixing this problem for themselves).

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.ISO-8859-15, LC_CTYPE=en_GB.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages apache2.2-common depends on:
ii  apache2-utils   2.2.6-2  utility programs for webservers
ii  libapr1 1.2.11-1 The Apache Portable Runtime Librar
ii  libaprutil1 1.2.7+dfsg-2+b1  The Apache Portable Runtime Utilit
ii  libc6   2.7-5GNU C Library: Shared libraries
ii  libdb4.44.4.20-11Berkeley v4.4 Database Libraries [
ii  libexpat1   1.95.8-4 XML parsing C library - runtime li
ii  libldap22.1.30.dfsg-13.5 OpenLDAP libraries
ii  libmagic1   4.21-4   File type determination library us
ii  libpcre37.3-2Perl 5 Compatible Regular Expressi
ii  libpq5  8.2.5-4  PostgreSQL C client library
ii  libsqlite3-03.4.2-2  SQLite 3 shared library
ii  libssl0.9.8 0.9.8g-3 SSL shared libraries
ii  libuuid11.40.2-1 universally unique id library
ii  lsb-base3.1-24   Linux Standard Base 3.1 init scrip
ii  mime-support3.39-1   MIME files 'mime.types' & 'mailcap
ii  net-tools   1.60-19  The NET-3 networking toolkit
ii  procps  1:3.2.7-5/proc file system utilities
ii  zlib1g  1:1.2.3.3.dfsg-8 compression library - runtime

apache2.2-common recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 2.2.3-4

On Monday 07 January 2008, Edward Welbourne wrote:
> Including NameWidth=* in the IndexOptions specified by the default
> autoindex.conf would solve this problem (albeit slowly, as web
> sites may take time to upgrade, especially sites which haven't
> gotten round to fixing this problem for themselves).

The current version in Debian stable has

IndexOptions FancyIndexing VersionSort HTMLTable NameWidth=*

In testing/unstable, it is

IndexOptions FancyIndexing VersionSort HTMLTable NameWidth=* 
DescriptionWidth=*

Only the version in oldstable (sarge) misses the NameWidth=*.
So, this is already fixed.

Cheers,
Stefan

--- End Message ---


Processed: found 459591 in 2.0.54-5, notfound 459591 in 2.2.6-2

2008-01-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.12
> found 459591 2.0.54-5
Bug#459591: apache2.2-common: Please include NameWidth=* in default IndexOptions
Bug marked as found in version 2.0.54-5.

> notfound 459591 2.2.6-2
Bug#459591: apache2.2-common: Please include NameWidth=* in default IndexOptions
Bug no longer marked as found in version 2.2.6-2.
(By the way, this Bug is currently marked as done.)

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 447146, tagging 431508, tagging 422465

2008-01-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.12
> tags 447146 pending
Bug#447146: apr-util: new upstream version available
There were no tags set.
Tags added: pending

> tags 431508 pending
Bug#431508: apr-util: .diff.gz contains .svn directories
There were no tags set.
Tags added: pending

> tags 422465 pending
Bug#422465: libaprutil1-dev: please switch to libdb4.6
There were no tags set.
Bug#429025: libgnome-dev +libsvn-dev = problems
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#422465: marked as done (libaprutil1-dev: please switch to libdb4.6)

2008-01-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jan 2008 18:32:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#429025: fixed in apr-util 1.2.12+dfsg-1
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)

--- Begin Message ---
Package: libaprutil1-dev
Version: 1.2.7+dfsg-2+b1
Severity: wishlist


Hi,

libaprutil1-dev still depends on libdb4.4-dev.  Could you please make
it depend on libdb4.5-dev?  It would be a first step in really fixing
bug #421929.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libaprutil1-dev depends on:
ii  libapr1-dev  1.2.7-8.2   The Apache Portable Runtime Librar
ii  libaprutil1  1.2.7+dfsg-2+b1 The Apache Portable Runtime Utilit
ii  libdb4.4-dev 4.4.20-8Berkeley v4.4 Database Libraries [
ii  libexpat1-dev1.95.8-3.4  XML parsing C library - developmen
ii  libldap2-dev 2.1.30-13.4 OpenLDAP development libraries
ii  libpcre3-dev 6.7-1   Perl 5 Compatible Regular Expressi
ii  libpq-dev8.2.4-1 header files for libpq5 (PostgreSQ
ii  libsqlite3-dev   3.3.16-1SQLite 3 development files

libaprutil1-dev recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: apr-util
Source-Version: 1.2.12+dfsg-1

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

apr-util_1.2.12+dfsg-1.diff.gz
  to pool/main/a/apr-util/apr-util_1.2.12+dfsg-1.diff.gz
apr-util_1.2.12+dfsg-1.dsc
  to pool/main/a/apr-util/apr-util_1.2.12+dfsg-1.dsc
apr-util_1.2.12+dfsg.orig.tar.gz
  to pool/main/a/apr-util/apr-util_1.2.12+dfsg.orig.tar.gz
libaprutil1-dbg_1.2.12+dfsg-1_i386.deb
  to pool/main/a/apr-util/libaprutil1-dbg_1.2.12+dfsg-1_i386.deb
libaprutil1-dev_1.2.12+dfsg-1_i386.deb
  to pool/main/a/apr-util/libaprutil1-dev_1.2.12+dfsg-1_i386.deb
libaprutil1_1.2.12+dfsg-1_i386.deb
  to pool/main/a/apr-util/libaprutil1_1.2.12+dfsg-1_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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apr-util 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, 11 Jan 2008 18:43:17 +0100
Source: apr-util
Binary: libaprutil1 libaprutil1-dbg libaprutil1-dev
Architecture: source i386
Version: 1.2.12+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 libaprutil1 - The Apache Portable Runtime Utility Library
 libaprutil1-dbg - The Apache Portable Runtime Utility Library - Development 
Headers
 libaprutil1-dev - The Apache Portable Runtime Utility Library - Development 
Headers
Closes: 422465 429025 431508 447146
Changes: 
 apr-util (1.2.12+dfsg-1) unstable; urgency=low
 .
   [ Stefan Fritsch ]
   * New upstream version (Closes: #447146)
   * Fix debian/rules clean
   * Don't ship .svn directories. (Closes: #431508)
   * Fix some lintian warnings:
 - Use ${binary:Version} instead of ${Source-Version}.
 - Bump standards-version to 3.7.3 (no changes).
 - Remove empty /usr/share/doc/libapr1.0/.
 - Don't ignore make clean errors.
   * Add myself to Uploaders.
   * Add Vcs info and homepage to debian/control.
   * Change handling of CFLAGS in debian/rules so that they are actually used.
 Fixes DEB_BUILD_OPTIONS=debug.
 .
   [ Tollef Fog Heen ]
   * Make libaprutil1-dbg Priority: extra to match overrides.
 .
   [ Peter Samuelson ]
   * Compile with db 4.6.  (Closes: #422465, #429025)
   * Add watch file.
Files: 
 8985090fa5d02bae4d80e3c636ab40e3 1190 libs optional apr-util_1.2.12+dfsg-1.dsc
 4ef3e41037fe0cdd3a0d107335a008eb 658687 libs optional 
apr-util_1.2.12+dfsg.orig.tar.gz
 c778

Bug#429025: marked as done (libgnome-dev +libsvn-dev = problems)

2008-01-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jan 2008 18:32:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#422465: fixed in apr-util 1.2.12+dfsg-1
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)

--- Begin Message ---
Package: libsvn-dev,libgnome-dev
Severity: important
Tags: etch

It is impossible to install libsvn-dev and libgnome-dev at the same time on the 
same system due to the fact that they
depend on diffrent versions of libdb-dev.

Not sure if this applies to sid/lenny, I haven't tried.

The workaround I used is described here:
http://ramblingfoo.blogspot.com/2007/06/gnomelibsvn-development-problems.html

-- 
Regards,
EddyP
=
"Imagination is more important than knowledge" A.Einstein



signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: apr-util
Source-Version: 1.2.12+dfsg-1

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

apr-util_1.2.12+dfsg-1.diff.gz
  to pool/main/a/apr-util/apr-util_1.2.12+dfsg-1.diff.gz
apr-util_1.2.12+dfsg-1.dsc
  to pool/main/a/apr-util/apr-util_1.2.12+dfsg-1.dsc
apr-util_1.2.12+dfsg.orig.tar.gz
  to pool/main/a/apr-util/apr-util_1.2.12+dfsg.orig.tar.gz
libaprutil1-dbg_1.2.12+dfsg-1_i386.deb
  to pool/main/a/apr-util/libaprutil1-dbg_1.2.12+dfsg-1_i386.deb
libaprutil1-dev_1.2.12+dfsg-1_i386.deb
  to pool/main/a/apr-util/libaprutil1-dev_1.2.12+dfsg-1_i386.deb
libaprutil1_1.2.12+dfsg-1_i386.deb
  to pool/main/a/apr-util/libaprutil1_1.2.12+dfsg-1_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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apr-util 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, 11 Jan 2008 18:43:17 +0100
Source: apr-util
Binary: libaprutil1 libaprutil1-dbg libaprutil1-dev
Architecture: source i386
Version: 1.2.12+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 libaprutil1 - The Apache Portable Runtime Utility Library
 libaprutil1-dbg - The Apache Portable Runtime Utility Library - Development 
Headers
 libaprutil1-dev - The Apache Portable Runtime Utility Library - Development 
Headers
Closes: 422465 429025 431508 447146
Changes: 
 apr-util (1.2.12+dfsg-1) unstable; urgency=low
 .
   [ Stefan Fritsch ]
   * New upstream version (Closes: #447146)
   * Fix debian/rules clean
   * Don't ship .svn directories. (Closes: #431508)
   * Fix some lintian warnings:
 - Use ${binary:Version} instead of ${Source-Version}.
 - Bump standards-version to 3.7.3 (no changes).
 - Remove empty /usr/share/doc/libapr1.0/.
 - Don't ignore make clean errors.
   * Add myself to Uploaders.
   * Add Vcs info and homepage to debian/control.
   * Change handling of CFLAGS in debian/rules so that they are actually used.
 Fixes DEB_BUILD_OPTIONS=debug.
 .
   [ Tollef Fog Heen ]
   * Make libaprutil1-dbg Priority: extra to match overrides.
 .
   [ Peter Samuelson ]
   * Compile with db 4.6.  (Closes: #422465, #429025)
   * Add watch file.
Files: 
 8985090fa5d02bae4d80e3c636ab40e3 1190 libs optional apr-util_1.2.12+dfsg-1.dsc
 4ef3e41037fe0cdd3a0d107335a008eb 658687 libs optional 
apr-util_1.2.12+dfsg.orig.tar.gz
 c778e862585d8f316d13979058c79ed9 20469 libs optional 
apr-util_1.2.12+dfsg-1.diff.gz
 0db7244a314ec90a1df2b9f0067cc168 70134 libs optional 
libaprutil1_1.2.12+dfsg-1_i386.deb
 223c7cf4b3010d2286c8852a4364245c 118016 libdevel optional 
libaprutil1-dev_1.2.12+dfsg-1_i386.deb
 f514143f13b7068af655f326fac49888 124752 libdevel extra 
libaprutil1-dbg_1.2.12+dfsg-1_i386.deb

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

iD8DBQFHh7Fpbxelr8HyTqQRAlh0AKCgk1OlLKf0hyHk0csko5IBNGgfLgCgzbrb
oPYMIPMgVnEo5LdWyAHfJZQ=
=+eu0
-END PGP SIGNATURE-


--- End Message ---


Bug#422465: marked as done (libaprutil1-dev: please switch to libdb4.6)

2008-01-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jan 2008 18:32:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#422465: fixed in apr-util 1.2.12+dfsg-1
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)

--- Begin Message ---
Package: libaprutil1-dev
Version: 1.2.7+dfsg-2+b1
Severity: wishlist


Hi,

libaprutil1-dev still depends on libdb4.4-dev.  Could you please make
it depend on libdb4.5-dev?  It would be a first step in really fixing
bug #421929.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libaprutil1-dev depends on:
ii  libapr1-dev  1.2.7-8.2   The Apache Portable Runtime Librar
ii  libaprutil1  1.2.7+dfsg-2+b1 The Apache Portable Runtime Utilit
ii  libdb4.4-dev 4.4.20-8Berkeley v4.4 Database Libraries [
ii  libexpat1-dev1.95.8-3.4  XML parsing C library - developmen
ii  libldap2-dev 2.1.30-13.4 OpenLDAP development libraries
ii  libpcre3-dev 6.7-1   Perl 5 Compatible Regular Expressi
ii  libpq-dev8.2.4-1 header files for libpq5 (PostgreSQ
ii  libsqlite3-dev   3.3.16-1SQLite 3 development files

libaprutil1-dev recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: apr-util
Source-Version: 1.2.12+dfsg-1

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

apr-util_1.2.12+dfsg-1.diff.gz
  to pool/main/a/apr-util/apr-util_1.2.12+dfsg-1.diff.gz
apr-util_1.2.12+dfsg-1.dsc
  to pool/main/a/apr-util/apr-util_1.2.12+dfsg-1.dsc
apr-util_1.2.12+dfsg.orig.tar.gz
  to pool/main/a/apr-util/apr-util_1.2.12+dfsg.orig.tar.gz
libaprutil1-dbg_1.2.12+dfsg-1_i386.deb
  to pool/main/a/apr-util/libaprutil1-dbg_1.2.12+dfsg-1_i386.deb
libaprutil1-dev_1.2.12+dfsg-1_i386.deb
  to pool/main/a/apr-util/libaprutil1-dev_1.2.12+dfsg-1_i386.deb
libaprutil1_1.2.12+dfsg-1_i386.deb
  to pool/main/a/apr-util/libaprutil1_1.2.12+dfsg-1_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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apr-util 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, 11 Jan 2008 18:43:17 +0100
Source: apr-util
Binary: libaprutil1 libaprutil1-dbg libaprutil1-dev
Architecture: source i386
Version: 1.2.12+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 libaprutil1 - The Apache Portable Runtime Utility Library
 libaprutil1-dbg - The Apache Portable Runtime Utility Library - Development 
Headers
 libaprutil1-dev - The Apache Portable Runtime Utility Library - Development 
Headers
Closes: 422465 429025 431508 447146
Changes: 
 apr-util (1.2.12+dfsg-1) unstable; urgency=low
 .
   [ Stefan Fritsch ]
   * New upstream version (Closes: #447146)
   * Fix debian/rules clean
   * Don't ship .svn directories. (Closes: #431508)
   * Fix some lintian warnings:
 - Use ${binary:Version} instead of ${Source-Version}.
 - Bump standards-version to 3.7.3 (no changes).
 - Remove empty /usr/share/doc/libapr1.0/.
 - Don't ignore make clean errors.
   * Add myself to Uploaders.
   * Add Vcs info and homepage to debian/control.
   * Change handling of CFLAGS in debian/rules so that they are actually used.
 Fixes DEB_BUILD_OPTIONS=debug.
 .
   [ Tollef Fog Heen ]
   * Make libaprutil1-dbg Priority: extra to match overrides.
 .
   [ Peter Samuelson ]
   * Compile with db 4.6.  (Closes: #422465, #429025)
   * Add watch file.
Files: 
 8985090fa5d02bae4d80e3c636ab40e3 1190 libs optional apr-util_1.2.12+dfsg-1.dsc
 4ef3e41037fe0cdd3a0d107335a008eb 658687 libs optional 
apr-util_1.2.12+dfsg.orig.tar.gz
 c778

Bug#429025: marked as done (libgnome-dev +libsvn-dev = problems)

2008-01-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jan 2008 18:32:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#429025: fixed in apr-util 1.2.12+dfsg-1
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)

--- Begin Message ---
Package: libsvn-dev,libgnome-dev
Severity: important
Tags: etch

It is impossible to install libsvn-dev and libgnome-dev at the same time on the 
same system due to the fact that they
depend on diffrent versions of libdb-dev.

Not sure if this applies to sid/lenny, I haven't tried.

The workaround I used is described here:
http://ramblingfoo.blogspot.com/2007/06/gnomelibsvn-development-problems.html

-- 
Regards,
EddyP
=
"Imagination is more important than knowledge" A.Einstein



signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: apr-util
Source-Version: 1.2.12+dfsg-1

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

apr-util_1.2.12+dfsg-1.diff.gz
  to pool/main/a/apr-util/apr-util_1.2.12+dfsg-1.diff.gz
apr-util_1.2.12+dfsg-1.dsc
  to pool/main/a/apr-util/apr-util_1.2.12+dfsg-1.dsc
apr-util_1.2.12+dfsg.orig.tar.gz
  to pool/main/a/apr-util/apr-util_1.2.12+dfsg.orig.tar.gz
libaprutil1-dbg_1.2.12+dfsg-1_i386.deb
  to pool/main/a/apr-util/libaprutil1-dbg_1.2.12+dfsg-1_i386.deb
libaprutil1-dev_1.2.12+dfsg-1_i386.deb
  to pool/main/a/apr-util/libaprutil1-dev_1.2.12+dfsg-1_i386.deb
libaprutil1_1.2.12+dfsg-1_i386.deb
  to pool/main/a/apr-util/libaprutil1_1.2.12+dfsg-1_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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apr-util 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, 11 Jan 2008 18:43:17 +0100
Source: apr-util
Binary: libaprutil1 libaprutil1-dbg libaprutil1-dev
Architecture: source i386
Version: 1.2.12+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 libaprutil1 - The Apache Portable Runtime Utility Library
 libaprutil1-dbg - The Apache Portable Runtime Utility Library - Development 
Headers
 libaprutil1-dev - The Apache Portable Runtime Utility Library - Development 
Headers
Closes: 422465 429025 431508 447146
Changes: 
 apr-util (1.2.12+dfsg-1) unstable; urgency=low
 .
   [ Stefan Fritsch ]
   * New upstream version (Closes: #447146)
   * Fix debian/rules clean
   * Don't ship .svn directories. (Closes: #431508)
   * Fix some lintian warnings:
 - Use ${binary:Version} instead of ${Source-Version}.
 - Bump standards-version to 3.7.3 (no changes).
 - Remove empty /usr/share/doc/libapr1.0/.
 - Don't ignore make clean errors.
   * Add myself to Uploaders.
   * Add Vcs info and homepage to debian/control.
   * Change handling of CFLAGS in debian/rules so that they are actually used.
 Fixes DEB_BUILD_OPTIONS=debug.
 .
   [ Tollef Fog Heen ]
   * Make libaprutil1-dbg Priority: extra to match overrides.
 .
   [ Peter Samuelson ]
   * Compile with db 4.6.  (Closes: #422465, #429025)
   * Add watch file.
Files: 
 8985090fa5d02bae4d80e3c636ab40e3 1190 libs optional apr-util_1.2.12+dfsg-1.dsc
 4ef3e41037fe0cdd3a0d107335a008eb 658687 libs optional 
apr-util_1.2.12+dfsg.orig.tar.gz
 c778e862585d8f316d13979058c79ed9 20469 libs optional 
apr-util_1.2.12+dfsg-1.diff.gz
 0db7244a314ec90a1df2b9f0067cc168 70134 libs optional 
libaprutil1_1.2.12+dfsg-1_i386.deb
 223c7cf4b3010d2286c8852a4364245c 118016 libdevel optional 
libaprutil1-dev_1.2.12+dfsg-1_i386.deb
 f514143f13b7068af655f326fac49888 124752 libdevel extra 
libaprutil1-dbg_1.2.12+dfsg-1_i386.deb

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

iD8DBQFHh7Fpbxelr8HyTqQRAlh0AKCgk1OlLKf0hyHk0csko5IBNGgfLgCgzbrb
oPYMIPMgVnEo5LdWyAHfJZQ=
=+eu0
-END PGP SIGNATURE-


--- End Message ---


Bug#431508: marked as done (apr-util: .diff.gz contains .svn directories)

2008-01-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jan 2008 18:32:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#431508: fixed in apr-util 1.2.12+dfsg-1
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)

--- Begin Message ---
Package: apr-util
Version: 1.2.7+dfsg-2
Severity: minor

Hi,

the .diff.gz contains debian/.svn and debian/patches/.svn which
shouldn't be shipped.


Andreas

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (130, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

--- End Message ---
--- Begin Message ---
Source: apr-util
Source-Version: 1.2.12+dfsg-1

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

apr-util_1.2.12+dfsg-1.diff.gz
  to pool/main/a/apr-util/apr-util_1.2.12+dfsg-1.diff.gz
apr-util_1.2.12+dfsg-1.dsc
  to pool/main/a/apr-util/apr-util_1.2.12+dfsg-1.dsc
apr-util_1.2.12+dfsg.orig.tar.gz
  to pool/main/a/apr-util/apr-util_1.2.12+dfsg.orig.tar.gz
libaprutil1-dbg_1.2.12+dfsg-1_i386.deb
  to pool/main/a/apr-util/libaprutil1-dbg_1.2.12+dfsg-1_i386.deb
libaprutil1-dev_1.2.12+dfsg-1_i386.deb
  to pool/main/a/apr-util/libaprutil1-dev_1.2.12+dfsg-1_i386.deb
libaprutil1_1.2.12+dfsg-1_i386.deb
  to pool/main/a/apr-util/libaprutil1_1.2.12+dfsg-1_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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apr-util 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, 11 Jan 2008 18:43:17 +0100
Source: apr-util
Binary: libaprutil1 libaprutil1-dbg libaprutil1-dev
Architecture: source i386
Version: 1.2.12+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 libaprutil1 - The Apache Portable Runtime Utility Library
 libaprutil1-dbg - The Apache Portable Runtime Utility Library - Development 
Headers
 libaprutil1-dev - The Apache Portable Runtime Utility Library - Development 
Headers
Closes: 422465 429025 431508 447146
Changes: 
 apr-util (1.2.12+dfsg-1) unstable; urgency=low
 .
   [ Stefan Fritsch ]
   * New upstream version (Closes: #447146)
   * Fix debian/rules clean
   * Don't ship .svn directories. (Closes: #431508)
   * Fix some lintian warnings:
 - Use ${binary:Version} instead of ${Source-Version}.
 - Bump standards-version to 3.7.3 (no changes).
 - Remove empty /usr/share/doc/libapr1.0/.
 - Don't ignore make clean errors.
   * Add myself to Uploaders.
   * Add Vcs info and homepage to debian/control.
   * Change handling of CFLAGS in debian/rules so that they are actually used.
 Fixes DEB_BUILD_OPTIONS=debug.
 .
   [ Tollef Fog Heen ]
   * Make libaprutil1-dbg Priority: extra to match overrides.
 .
   [ Peter Samuelson ]
   * Compile with db 4.6.  (Closes: #422465, #429025)
   * Add watch file.
Files: 
 8985090fa5d02bae4d80e3c636ab40e3 1190 libs optional apr-util_1.2.12+dfsg-1.dsc
 4ef3e41037fe0cdd3a0d107335a008eb 658687 libs optional 
apr-util_1.2.12+dfsg.orig.tar.gz
 c778e862585d8f316d13979058c79ed9 20469 libs optional 
apr-util_1.2.12+dfsg-1.diff.gz
 0db7244a314ec90a1df2b9f0067cc168 70134 libs optional 
libaprutil1_1.2.12+dfsg-1_i386.deb
 223c7cf4b3010d2286c8852a4364245c 118016 libdevel optional 
libaprutil1-dev_1.2.12+dfsg-1_i386.deb
 f514143f13b7068af655f326fac49888 124752 libdevel extra 
libaprutil1-dbg_1.2.12+dfsg-1_i386.deb

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

iD8DBQFHh7Fpbxelr8HyTqQRAlh0AKCgk1OlLKf0hyHk0csko5IBNGgfLgCgzbrb
oPYMIPMgVnEo5LdWyAHfJZQ=
=+eu0
-END PGP SIGNATURE-


--- End Message ---


Bug#447146: marked as done (apr-util: new upstream version available)

2008-01-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Jan 2008 18:32:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#447146: fixed in apr-util 1.2.12+dfsg-1
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)

--- Begin Message ---


Package: libaprutil1
Version: 1.2.7+dfsg-2
Severity: wishlist

There is a new upstream version available (1.2.10).

Martin


--- End Message ---
--- Begin Message ---
Source: apr-util
Source-Version: 1.2.12+dfsg-1

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

apr-util_1.2.12+dfsg-1.diff.gz
  to pool/main/a/apr-util/apr-util_1.2.12+dfsg-1.diff.gz
apr-util_1.2.12+dfsg-1.dsc
  to pool/main/a/apr-util/apr-util_1.2.12+dfsg-1.dsc
apr-util_1.2.12+dfsg.orig.tar.gz
  to pool/main/a/apr-util/apr-util_1.2.12+dfsg.orig.tar.gz
libaprutil1-dbg_1.2.12+dfsg-1_i386.deb
  to pool/main/a/apr-util/libaprutil1-dbg_1.2.12+dfsg-1_i386.deb
libaprutil1-dev_1.2.12+dfsg-1_i386.deb
  to pool/main/a/apr-util/libaprutil1-dev_1.2.12+dfsg-1_i386.deb
libaprutil1_1.2.12+dfsg-1_i386.deb
  to pool/main/a/apr-util/libaprutil1_1.2.12+dfsg-1_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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apr-util 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, 11 Jan 2008 18:43:17 +0100
Source: apr-util
Binary: libaprutil1 libaprutil1-dbg libaprutil1-dev
Architecture: source i386
Version: 1.2.12+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 libaprutil1 - The Apache Portable Runtime Utility Library
 libaprutil1-dbg - The Apache Portable Runtime Utility Library - Development 
Headers
 libaprutil1-dev - The Apache Portable Runtime Utility Library - Development 
Headers
Closes: 422465 429025 431508 447146
Changes: 
 apr-util (1.2.12+dfsg-1) unstable; urgency=low
 .
   [ Stefan Fritsch ]
   * New upstream version (Closes: #447146)
   * Fix debian/rules clean
   * Don't ship .svn directories. (Closes: #431508)
   * Fix some lintian warnings:
 - Use ${binary:Version} instead of ${Source-Version}.
 - Bump standards-version to 3.7.3 (no changes).
 - Remove empty /usr/share/doc/libapr1.0/.
 - Don't ignore make clean errors.
   * Add myself to Uploaders.
   * Add Vcs info and homepage to debian/control.
   * Change handling of CFLAGS in debian/rules so that they are actually used.
 Fixes DEB_BUILD_OPTIONS=debug.
 .
   [ Tollef Fog Heen ]
   * Make libaprutil1-dbg Priority: extra to match overrides.
 .
   [ Peter Samuelson ]
   * Compile with db 4.6.  (Closes: #422465, #429025)
   * Add watch file.
Files: 
 8985090fa5d02bae4d80e3c636ab40e3 1190 libs optional apr-util_1.2.12+dfsg-1.dsc
 4ef3e41037fe0cdd3a0d107335a008eb 658687 libs optional 
apr-util_1.2.12+dfsg.orig.tar.gz
 c778e862585d8f316d13979058c79ed9 20469 libs optional 
apr-util_1.2.12+dfsg-1.diff.gz
 0db7244a314ec90a1df2b9f0067cc168 70134 libs optional 
libaprutil1_1.2.12+dfsg-1_i386.deb
 223c7cf4b3010d2286c8852a4364245c 118016 libdevel optional 
libaprutil1-dev_1.2.12+dfsg-1_i386.deb
 f514143f13b7068af655f326fac49888 124752 libdevel extra 
libaprutil1-dbg_1.2.12+dfsg-1_i386.deb

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

iD8DBQFHh7Fpbxelr8HyTqQRAlh0AKCgk1OlLKf0hyHk0csko5IBNGgfLgCgzbrb
oPYMIPMgVnEo5LdWyAHfJZQ=
=+eu0
-END PGP SIGNATURE-


--- End Message ---


Processed: found 459236 in 2.2.3-4

2008-01-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.13
> found 459236 2.2.3-4
Bug#459236: 'apache2ctl graceful' restarts apache, even when syntax is bad in 
apache config
Bug marked as found in version 2.2.3-4.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 436441, tagging 459236, tagging 460105, tagging 349709

2008-01-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.13
> tags 436441 pending
Bug#436441: Specify OpenDocument icon(s) in Apache 1.3, Apache2 configuration
There were no tags set.
Tags added: pending

> tags 459236 pending etch
Bug#459236: 'apache2ctl graceful' restarts apache, even when syntax is bad in 
apache config
There were no tags set.
Tags added: pending, etch

> tags 460105 pending etch
Bug#460105: /etc/init.d/apache2 greps excessively for PidFile
There were no tags set.
Tags added: pending, etch

> tags 349709 pending
Bug#349709: apache2-common: please add more flexibility to apache2ctl
Tags were: patch
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 458085

2008-01-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.13
> tags 458085 pending etch
Bug#458085: apache2.2-common: wrong permissions on /var/lock/apache2
There were no tags set.
Tags added: pending, etch

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#421557: marked as done (apache2: increasing memory usage)

2008-01-16 Thread Debian Bug Tracking System
Your message dated Wed, 16 Jan 2008 23:05:44 +0100
with message-id <[EMAIL PROTECTED]>
and subject line apache2: increasing memory usage
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)

--- Begin Message ---
Package: apache2
Version: 2.2.3-4
Severity: normal


Apache2's memory usage on a low traffic server keeps on increasing until it 
brings the
whole server the down.

Starts with:

USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
root 23865  0.1  1.6  23076  8448 ?Ss   04:44   0:00 
/usr/sbin/apache2 -k start
www-data 23870  0.5  3.4  33052 17532 ?S04:44   0:00 
/usr/sbin/apache2 -k start
www-data 23871  0.5  3.5  33040 17916 ?S04:44   0:00 
/usr/sbin/apache2 -k start
www-data 23872  0.0  1.3  23476  6860 ?S04:44   0:00 
/usr/sbin/apache2 -k start
www-data 23873  0.0  0.8  23076  4072 ?S04:44   0:00 
/usr/sbin/apache2 -k start
www-data 23874  0.0  0.8  23076  4084 ?S04:44   0:00 
/usr/sbin/apache2 -k start
www-data 23877  0.0  0.8  23076  4072 ?S04:44   0:00 
/usr/sbin/apache2 -k start

A bit later:

USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
root  1290  0.0  0.7  23076  3900 ?Ss   Apr29   0:00 
/usr/sbin/apache2 -k start
www-data  1764  0.2  8.5 183828 43596 ?SApr29   3:45 
/usr/sbin/apache2 -k start
www-data 11452  0.1  9.7 104596 49512 ?SApr29   1:42 
/usr/sbin/apache2 -k start
www-data 11453  0.2  9.2 106980 47184 ?SApr29   2:06 
/usr/sbin/apache2 -k start
www-data 11462  0.2  9.4 106444 48056 ?SApr29   1:56 
/usr/sbin/apache2 -k start
www-data 18776  0.0  5.4  42888 27500 ?SApr29   0:18 
/usr/sbin/apache2 -k start
www-data 18777  0.1  6.6  49260 33920 ?SApr29   0:24 
/usr/sbin/apache2 -k start
www-data 18778  0.0  6.1  46496 31116 ?SApr29   0:17 
/usr/sbin/apache2 -k start
www-data 18779  0.1  6.1  46780 31148 ?SApr29   0:31 
/usr/sbin/apache2 -k start
www-data 18781  0.0  6.1  46968 31532 ?SApr29   0:21 
/usr/sbin/apache2 -k start
www-data 18782  0.1  5.7  44612 29160 ?SApr29   0:21 
/usr/sbin/apache2 -k start

The installation is quite standard, with modules php5, psql auth, and webdav 
enabled.

Cheers,
Chris.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork   2.2.3-4Traditional model for Apache HTTPD

apache2 recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
version: 2.2.6-3

The patch to reduce the memory usage seems to have fixed this problem. 
Feel free to reopen the bug or file a new report if the problem 
appears again.

--- End Message ---


Bug#399776: marked as done (apache2: Apache 2.2 spawns lots of processes and freeze the box)

2008-01-16 Thread Debian Bug Tracking System
Your message dated Wed, 16 Jan 2008 23:05:44 +0100
with message-id <[EMAIL PROTECTED]>
and subject line apache2: increasing memory usage
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)

--- Begin Message ---
Package: apache2
Version: 2.2.3-3.1
Severity: critical
Justification: breaks the whole system

After a random time that goes from 5 minutes to days apache starts
forking a lot of processes, each using about 150m of VIRT and 20m
of RES memory. Most of the processes die and appear as  in
top or ps. After some tens of seconds the machine completely freeze
and should be rebooted. The console (the only time I was able to
have a look at it) has some kernel information about the oom-killer
killing apache2 but unfortunately this is happening to a remote
server and I don't have 24/24h access to it. Last time happened when
I was logged in and I was able to "killall apache2" and save the
box (this is how I understood what was happening.)

Right now I lowered the number of max clients from 150 to 25 but
this is not a definitive solution (for obvious reasons). If I can
do any test to provide better data just let me know.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork   2.2.3-3.1  Traditional model for Apache HTTPD

apache2 recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
version: 2.2.6-3

The patch to reduce the memory usage seems to have fixed this problem. 
Feel free to reopen the bug or file a new report if the problem 
appears again.

--- End Message ---


Processed: tagging 421557, tagging 399776

2008-01-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.13
> tags 421557 etch
Bug#421557: apache2: increasing memory usage
There were no tags set.
Tags added: etch

> tags 399776 etch
Bug#399776: apache2: Apache 2.2 spawns lots of processes and freeze the box
There were no tags set.
Tags added: etch

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#459236: marked as done ('apache2ctl graceful' restarts apache, even when syntax is bad in apache config)

2008-01-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Jan 2008 21:17:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#459236: fixed in apache2 2.2.8-1
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)

--- Begin Message ---
Package: apache2
Version: 2.2.3-4+etch3
Severity: important

if I have a wrong syntax in for example a vhost config,
'apache2ctl graceful' warns about the bad syntax (Syntax error on line ..) but 
then tries to restart apache2 causing a shutdown.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686-bigmem
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork2.2.3-4+etch3 Traditional model for Apache HTTPD

apache2 recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.8-1

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

apache2-dbg_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-1_i386.deb
apache2-doc_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-1_all.deb
apache2-mpm-event_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-1_i386.deb
apache2-mpm-perchild_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.8-1_all.deb
apache2-mpm-prefork_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-1_i386.deb
apache2-mpm-worker_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-1_i386.deb
apache2-prefork-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-1_i386.deb
apache2-src_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-1_all.deb
apache2-threaded-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-1_i386.deb
apache2-utils_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-1_i386.deb
apache2.2-common_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-1_i386.deb
apache2_2.2.8-1.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-1.diff.gz
apache2_2.2.8-1.dsc
  to pool/main/a/apache2/apache2_2.2.8-1.dsc
apache2_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2_2.2.8-1_all.deb
apache2_2.2.8.orig.tar.gz
  to pool/main/a/apache2/apache2_2.2.8.orig.tar.gz



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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apache2 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: Thu, 17 Jan 2008 20:27:56 +0100
Source: apache2
Binary: apache2-utils apache2-prefork-dev apache2 apache2-mpm-prefork 
apache2-doc apache2-mpm-event apache2.2-common apache2-dbg apache2-mpm-worker 
apache2-src apache2-threaded-dev apache2-mpm-perchild
Architecture: source i386 all
Version: 2.2.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-dbg - Apache debugging symbols
 apache2-doc - documentation for apache2
 apache2-mpm-event - Event driven model for Apache HTTPD
 apache2-mpm-perchild - Transitional package - please remove
 apache2-mpm-prefork - Traditional model for Apache HTTPD
 apache2-mpm-worker - High speed threaded model for Apache HTTPD
 apache2-prefork-dev - development headers for apache2
 apache2-src - Apache source code
 apache2-threaded-dev - development headers for apache2
 apache2-utils - utility programs for webservers
 apache2.2-common - Next generation, scalable, extendable web server
Closes: 311269 337325 349709 411774 436441 458085 458093 458857 459236 460105
Changes: 
 apache2 (2.2.8-1) unstable; urgency=low
 .
   * New upstream version:
 - Fixes cross-site scripting issues in
   o mod_imagemap (CVE-2007-5000)
   o mod_status (CVE-2007-6388)
   o mod_proxy_balancer's balancer manager (CVE-2007-6421

Bug#458093: marked as done (Apache2 overwrites index.html every time it is upgraded)

2008-01-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Jan 2008 21:17:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458093: fixed in apache2 2.2.8-1
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)

--- Begin Message ---

Package: apache2
Version: 2.2.3-4+etch3

I used to have /var/www/index.html as a symlink to 
/home/me/mysite/index.html


When I upgraded from apache to apache2, that no longer worked, because 
the homepage was now /var/www/apache2-default/index.html


Undaunted, I simply made that a symlink to the same file, and my 
homepage was restored.


Unfortunately, every time apache2 is upgraded, it trashes my symlink and 
installs its own default index.html (which just says "it works!").


This has happened for at least the last six upgrades. I'm afraid I can't 
remember the version of apache2 I started using.


Please could you fix it so that apache2 leaves any index.html (symlink 
or file) alone when it upgrades?


Thanks,

Chris
P.S. I run a whitelist at this email address. I have debian.org on the 
whitelist. I will also check this thread periodically and add the email 
addresses of any other respondents to the whitelist. Sorry for any 
inconvenience.



--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.8-1

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

apache2-dbg_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-1_i386.deb
apache2-doc_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-1_all.deb
apache2-mpm-event_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-1_i386.deb
apache2-mpm-perchild_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.8-1_all.deb
apache2-mpm-prefork_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-1_i386.deb
apache2-mpm-worker_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-1_i386.deb
apache2-prefork-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-1_i386.deb
apache2-src_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-1_all.deb
apache2-threaded-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-1_i386.deb
apache2-utils_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-1_i386.deb
apache2.2-common_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-1_i386.deb
apache2_2.2.8-1.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-1.diff.gz
apache2_2.2.8-1.dsc
  to pool/main/a/apache2/apache2_2.2.8-1.dsc
apache2_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2_2.2.8-1_all.deb
apache2_2.2.8.orig.tar.gz
  to pool/main/a/apache2/apache2_2.2.8.orig.tar.gz



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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apache2 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: Thu, 17 Jan 2008 20:27:56 +0100
Source: apache2
Binary: apache2-utils apache2-prefork-dev apache2 apache2-mpm-prefork 
apache2-doc apache2-mpm-event apache2.2-common apache2-dbg apache2-mpm-worker 
apache2-src apache2-threaded-dev apache2-mpm-perchild
Architecture: source i386 all
Version: 2.2.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-dbg - Apache debugging symbols
 apache2-doc - documentation for apache2
 apache2-mpm-event - Event driven model for Apache HTTPD
 apache2-mpm-perchild - Transitional package - please remove
 apache2-mpm-prefork - Traditional model for Apache HTTPD
 apache2-mpm-worker - High speed threaded model for Apache HTTPD
 apache2-prefork-dev - development headers for apache2
 apache2-src - Apache source code
 apache2-threaded-dev - development headers for apache2
 apache2-utils - utility programs for webservers
 apache2.2-common - Next generation, scalable, extendable web server
Closes: 311269 337325 349709 411774 436441 458085 458093 458857 459

Bug#458085: marked as done (apache2.2-common: wrong permissions on /var/lock/apache2)

2008-01-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Jan 2008 21:17:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458085: fixed in apache2 2.2.8-1
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)

--- Begin Message ---
Package: apache2.2-common
Version: 2.2.3-4+etch3
Severity: important


Hi,

/etc/init.d/apache2 contains an unconditional

install -d -o www-data /var/lock/apache2

If apache is configured to run under a different user than www-data (and
thus /var/lock/apache2 owned by this user), then this

- overrides permissions set by the administrator, which is IMHO
  a policy violation

- makes /var/lock/apache2 unwritable by apache

The init script must parse /etc/apache2/apache.conf and use the "User"
setting from there.

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (101, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-amd64
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages apache2.2-common depends on:
ii  apache2-utils  2.2.3-4+etch3 utility programs for webservers
ii  libmagic1  4.17-5etch3   File type determination library us
ii  lsb-base   3.1-23.2etch1 Linux Standard Base 3.1 init scrip
ii  mime-support   3.39-1MIME files 'mime.types' & 'mailcap
ii  net-tools  1.60-17   The NET-3 networking toolkit
ii  procps 1:3.2.7-3 /proc file system utilities

apache2.2-common recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.8-1

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

apache2-dbg_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-1_i386.deb
apache2-doc_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-1_all.deb
apache2-mpm-event_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-1_i386.deb
apache2-mpm-perchild_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.8-1_all.deb
apache2-mpm-prefork_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-1_i386.deb
apache2-mpm-worker_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-1_i386.deb
apache2-prefork-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-1_i386.deb
apache2-src_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-1_all.deb
apache2-threaded-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-1_i386.deb
apache2-utils_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-1_i386.deb
apache2.2-common_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-1_i386.deb
apache2_2.2.8-1.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-1.diff.gz
apache2_2.2.8-1.dsc
  to pool/main/a/apache2/apache2_2.2.8-1.dsc
apache2_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2_2.2.8-1_all.deb
apache2_2.2.8.orig.tar.gz
  to pool/main/a/apache2/apache2_2.2.8.orig.tar.gz



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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apache2 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: Thu, 17 Jan 2008 20:27:56 +0100
Source: apache2
Binary: apache2-utils apache2-prefork-dev apache2 apache2-mpm-prefork 
apache2-doc apache2-mpm-event apache2.2-common apache2-dbg apache2-mpm-worker 
apache2-src apache2-threaded-dev apache2-mpm-perchild
Architecture: source i386 all
Version: 2.2.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-dbg - Apache debugging symbols
 apache2-doc - documentation for apache2
 apache2-mpm-event - Event driven model for Apache HTTPD
 apache2-mpm-perchild - Transitional package - please remove
 apache2-m

Bug#458857: marked as done (apache2: Drop unnecessary dependencies)

2008-01-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Jan 2008 21:17:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458857: fixed in apache2 2.2.8-1
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)

--- Begin Message ---
Package: apache2
Version: 2.2.6-3
Severity: minor
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch

Hi!

The apache binaries currently depend on a lot of unnecessary packages
and libraries, for example libdb4.4.

Please consider building with -Wl,--as-needed to drop these (tested
patch attached). This will ease library transitions in the future.

apache2.2-common before:

   Depends: apache2-utils, libapr1, libaprutil1, libc6 (>= 2.7-1), libdb4.4, 
libexpat1 (>= 1.95.8), libldap2 (>= 2.1.17-1), libmagic1, libpcre3 (>= 6.0), 
libpq5, libsqlite3-0 (>= 3.4.2), libssl0.9.8 (>= 0.9.8f-1), libuuid1, lsb-base, 
mime-support, net-tools, procps, zlib1g (>= 1:1.2.3.3.dfsg-1)

... and after:

   Depends: apache2-utils, libapr1, libaprutil1, libc6 (>= 2.7-1), libmagic1, 
libssl0.9.8 (>= 0.9.8f-1), lsb-base, mime-support, net-tools, procps, zlib1g 
(>= 1:1.2.3.3.dfsg-1)

Thanks for considering,

Martin
-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org
diff -u apache2-2.2.6/debian/rules apache2-2.2.6/debian/rules
--- apache2-2.2.6/debian/rules
+++ apache2-2.2.6/debian/rules
@@ -102,7 +102,7 @@
 	dh_testdir
 	mkdir -p $(BUILD)/$*
 	cd $(BUILD)/$* ;\
-	CFLAGS="$(AP2_CONFLAGS)" $(CONFFLAGS) $(REALCURDIR)/configure --srcdir=$(REALCURDIR) $(AP2_COMMON_CONFARGS) $(AP2_CONFARGS) --with-mpm=$*  ;\
+	CFLAGS="$(AP2_CONFLAGS)" LDFLAGS="-Wl,--as-needed" $(CONFFLAGS) $(REALCURDIR)/configure --srcdir=$(REALCURDIR) $(AP2_COMMON_CONFARGS) $(AP2_CONFARGS) --with-mpm=$*  ;\
 	$(MAKE)
 	touch $@
 
diff -u apache2-2.2.6/debian/changelog apache2-2.2.6/debian/changelog
--- apache2-2.2.6/debian/changelog
+++ apache2-2.2.6/debian/changelog
@@ -1,3 +1,10 @@
+apache2 (2.2.6-3ubuntu1) hardy; urgency=low
+
+  * Build with LDFLAGS=-Wl,--as-needed to drop a lot of unnecessary
+dependencies (including db4.5).
+
+ -- Martin Pitt <[EMAIL PROTECTED]>  Thu, 03 Jan 2008 11:19:10 +0100
+
 apache2 (2.2.6-3) unstable; urgency=low
 
   * Allocate fewer bucket brigades in case of a flush bucket. This might help


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.8-1

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

apache2-dbg_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-1_i386.deb
apache2-doc_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-1_all.deb
apache2-mpm-event_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-1_i386.deb
apache2-mpm-perchild_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.8-1_all.deb
apache2-mpm-prefork_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-1_i386.deb
apache2-mpm-worker_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-1_i386.deb
apache2-prefork-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-1_i386.deb
apache2-src_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-1_all.deb
apache2-threaded-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-1_i386.deb
apache2-utils_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-1_i386.deb
apache2.2-common_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-1_i386.deb
apache2_2.2.8-1.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-1.diff.gz
apache2_2.2.8-1.dsc
  to pool/main/a/apache2/apache2_2.2.8-1.dsc
apache2_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2_2.2.8-1_all.deb
apache2_2.2.8.orig.tar.gz
  to pool/main/a/apache2/apache2_2.2.8.orig.tar.gz



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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apache2 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])

Bug#436441: marked as done (Specify OpenDocument icon(s) in Apache 1.3, Apache2 configuration)

2008-01-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Jan 2008 21:17:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#436441: fixed in apache2 2.2.8-1
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)

--- Begin Message ---
Package: apache-common
Version: 1.3.34-4.1

No error, this is an enhancement request for Apache 1.3 and Apache 2
and it recycles material from Ubuntu bug # 13086
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/130836

Debian users will be creating a lot of files in the OpenDocument format
via the packages OpenOffice.org and Koffice.  Apache should be
configured to identify these file since they are common.

There are at least three ways of meeting this goal:

a) Perhaps ideal would be specific identification of each MIME-type:
 AddIcon /icons/odf_text.gif .odt
 AddIcon /icons/odf_spreadsheet.gif .ods
 AddIcon /icons/odf_presentation.gif .odp
 AddIcon /icons/odf_drawing.gif .odg
 AddIcon /icons/odf_chart.gif .odc
 AddIcon /icons/odf_formula.gif .odf
 AddIcon /icons/odf_database.gif .odb
 AddIcon /icons/odf_image.gif .odi
 AddIcon /icons/odf_masterdocument.gif .odm

 AddIcon /icons/odf_text_template.gif .ott
 AddIcon /icons/odf_spreadsheet_template.gif .ots
 AddIcon /icons/odf_presentation_template.gif .otp
 AddIcon /icons/odf_drawing_template.gif .otg
 AddIcon /icons/odf_chart_template.gif .otc
 AddIcon /icons/odf_formula_template.gif .otf
 AddIcon /icons/odf_image_template.gif .oti
 AddIcon /icons/odf_web_page_template.gif .oth

OpenDocument's MIME-types are already registered in /etc/mime.types
which Apache2 reads.

b) Next best would be one icon each for data and templates:
 AddIcon /icons/opendocumentfile.gif .odt .ods .odp .odg .odc .odf
.odb .odi .odm
 AddIcon /icons/opendocumenttemplate.gif .ott .ots .otp .otg .otc
.otf .oti


c) The least work would be on icon to represent all the MIME-types:
AddIcon /icons/odf.gif .odt .ods .odp .odg .odc .odf .odb .odi .odm
.ott .ots .otp .otg .otc .otf .oti



At this point it doesn't matter so much which icons are used, it is
enough to have any kind of identifying icon (that fits in with the
system's themes) for the documents. If a starting suggestion is needed,
then the following images and masks might be useful in creating the icon(s):
 http://www.catnip.co.uk/opendocument/odf-master.xcf
 http://www.catnip.co.uk/opendocument/graphics/odf_master.svg
 http://www.catnip.co.uk/opendocument/graphics/odf_master_color.svg


Regards,
-Lars Noodén
http://opendocumentfellowship.org/

--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.8-1

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

apache2-dbg_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-1_i386.deb
apache2-doc_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-1_all.deb
apache2-mpm-event_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-1_i386.deb
apache2-mpm-perchild_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.8-1_all.deb
apache2-mpm-prefork_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-1_i386.deb
apache2-mpm-worker_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-1_i386.deb
apache2-prefork-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-1_i386.deb
apache2-src_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-1_all.deb
apache2-threaded-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-1_i386.deb
apache2-utils_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-1_i386.deb
apache2.2-common_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-1_i386.deb
apache2_2.2.8-1.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-1.diff.gz
apache2_2.2.8-1.dsc
  to pool/main/a/apache2/apache2_2.2.8-1.dsc
apache2_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2_2.2.8-1_all.deb
apache2_2.2.8.orig.tar.gz
  to pool/main/a/apache2/apache2_2.2.8.orig.tar.gz



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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apache2 package)

(This message was gener

Bug#349709: marked as done (apache2-common: please add more flexibility to apache2ctl)

2008-01-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Jan 2008 21:17:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#349709: fixed in apache2 2.2.8-1
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)

--- Begin Message ---
Package: apache2-common
Severity: wishlist

Hi,

apache2ctl has, for a non-conffile script, a lot of things hardcoded
without giving the local admin possibilities to interfere.

I would like to submit a patch which allows:

  * passing arguments to the actual daemon
  * overriding the HTTPD, LYNX, STATUSURL and ULIMIT_MAX_FILES
environment variables from
* the startup environment and/or
* the environment variable file
  * reading environment variables from a file different from
/etc/apache/envvars

These changes will be relatively minor, but are necessary to use
apache2ctl to invoke multiple instances of apache2, for example in
setups where different web applications get different apache2
instances for security purposes.

Please indicate whether a patch like this would have a chance to be
included into the package.

Greetings
Marc

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.8-1

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

apache2-dbg_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-1_i386.deb
apache2-doc_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-1_all.deb
apache2-mpm-event_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-1_i386.deb
apache2-mpm-perchild_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.8-1_all.deb
apache2-mpm-prefork_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-1_i386.deb
apache2-mpm-worker_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-1_i386.deb
apache2-prefork-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-1_i386.deb
apache2-src_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-1_all.deb
apache2-threaded-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-1_i386.deb
apache2-utils_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-1_i386.deb
apache2.2-common_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-1_i386.deb
apache2_2.2.8-1.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-1.diff.gz
apache2_2.2.8-1.dsc
  to pool/main/a/apache2/apache2_2.2.8-1.dsc
apache2_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2_2.2.8-1_all.deb
apache2_2.2.8.orig.tar.gz
  to pool/main/a/apache2/apache2_2.2.8.orig.tar.gz



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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apache2 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: Thu, 17 Jan 2008 20:27:56 +0100
Source: apache2
Binary: apache2-utils apache2-prefork-dev apache2 apache2-mpm-prefork 
apache2-doc apache2-mpm-event apache2.2-common apache2-dbg apache2-mpm-worker 
apache2-src apache2-threaded-dev apache2-mpm-perchild
Architecture: source i386 all
Version: 2.2.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-dbg - Apache debugging symbols
 apache2-doc - documentation for apache2
 apache2-mpm-event - Event driven model for Apache HTTPD
 apache2-mpm-perchild - Transitional package - please remove
 apache2-mpm-prefork - Traditional model for Apache HTTPD
 apache2-mpm-worker - High speed threaded model for Apache HTTPD
 apache2-prefork-dev - development headers for apache2
 apache2-src - Apache source code
 apache2-threaded-dev - development headers for apache2
 apache2-utils - util

Bug#460105: marked as done (/etc/init.d/apache2 greps excessively for PidFile)

2008-01-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Jan 2008 21:17:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#460105: fixed in apache2 2.2.8-1
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)

--- Begin Message ---
Package: Apache2 
Version: 2.2.6-3
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch

/etc/init.d/apache2 does a "grep ^PidFile /etc/apache2/* -r". 

this grep has two (and others) main disadvantages:
1. It reads an unkown number of files without reason (remember: a
dedicated host might have hundreds of files and symlinks in
sites-enabled|sites-available.
2. It would even parse a file like apache.conf.backup and check if there
is a pid to kill.

Therefore I'd only parse .conf files or better apache2.conf as this is
the place to configure the location of the PidFile. Besides this would
solve the mentioned problem.

Or ideally being more intelligent about which files to look at, e.g.
*.conf...
Originaly reported on:
https://bugs.edge.launchpad.net/ubuntu/+source/apache2/+bug/112991

Attaching patch who solves it

-- 
aka nxvl
Peruvian LoCo Team
Key fingerprint = 8104 21CE A580 7EB7 5184  8DFF 6A3A D5DA 24DC 6AF5
gpg --keyserver keyserver.ubuntu.com --recv-keys 24DC6AF5
--- apache2-2.2.6/debian/apache2.2-common.apache2.init
+++ apache2-2.2.6/debian/apache2.2-common.apache2.init
@@ -72,7 +72,7 @@
 
 PIDS2=""
 
-for PFILE in `grep ^PidFile /etc/apache2/* -r | awk '{print $2}'`; do
+for PFILE in `find /etc/apache2/ -type f -name '*.conf' -print0 | xargs -0 grep ^PidFile | awk '{print $2}'`; do
 	[ -e $PFILE ] && PIDS2="$PIDS2 `cat $PFILE`"
 done
 


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.8-1

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

apache2-dbg_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-1_i386.deb
apache2-doc_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-1_all.deb
apache2-mpm-event_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-1_i386.deb
apache2-mpm-perchild_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.8-1_all.deb
apache2-mpm-prefork_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-1_i386.deb
apache2-mpm-worker_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-1_i386.deb
apache2-prefork-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-1_i386.deb
apache2-src_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-1_all.deb
apache2-threaded-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-1_i386.deb
apache2-utils_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-1_i386.deb
apache2.2-common_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-1_i386.deb
apache2_2.2.8-1.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-1.diff.gz
apache2_2.2.8-1.dsc
  to pool/main/a/apache2/apache2_2.2.8-1.dsc
apache2_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2_2.2.8-1_all.deb
apache2_2.2.8.orig.tar.gz
  to pool/main/a/apache2/apache2_2.2.8.orig.tar.gz



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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apache2 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: Thu, 17 Jan 2008 20:27:56 +0100
Source: apache2
Binary: apache2-utils apache2-prefork-dev apache2 apache2-mpm-prefork 
apache2-doc apache2-mpm-event apache2.2-common apache2-dbg apache2-mpm-worker 
apache2-src apache2-threaded-dev apache2-mpm-perchild
Architecture: source i386 all
Version: 2.2.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-dbg - Apache debugging symbols
 apache2-doc - documentation for apache2
 apache2-mpm-event 

Bug#337325: marked as done (mod_proxy: encodes URLs in error messages wrongly)

2008-01-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Jan 2008 21:17:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#337325: fixed in apache2 2.2.8-1
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)

--- Begin Message ---
Package: apache2-common
Version: 2.0.55-3
Severity: minor

I've been getting a few error messages from mod_proxy as such:
---snip---
Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET
http://bcm-specs.sipsolutions.net/Sending?action=edit.

Reason: DNS lookup failure for: bcm-specs.sipsolutions.net
---snip---

Now I tried clicking on that URL but that made me go to the URL
http://bcm-specs.sipsolutions.net/Sending%3faction=edit

Notice how the questionmark was URL-encoded.

Looking at the source code of the error message reveals:
http://bcm-specs.sipsolutions.net/Sending%3faction=edit";>GET http://bcm-specs.sipsolutions.net/Sending?action=edit

The URL inside the href="..." shouldn't be URL-encoded, it should be HTML
encoded. In this case, no encoding is necessary at all.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-rc4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages apache2-common depends on:
ii  apache2-utils 2.0.55-3   utility programs for webservers
ii  debconf   1.4.58 Debian configuration management sy
ii  debianutils   2.15   Miscellaneous utilities specific t
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libdb4.3  4.3.29-1   Berkeley v4.3 Database Libraries [
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li
ii  libgcc1   1:4.0.2-3  GCC support library
ii  libmagic1 4.15-2 File type determination library us
ii  lsb-base  3.0-11 Linux Standard Base 3.0 init scrip
ii  mime-support  3.35-1 MIME files 'mime.types' & 'mailcap
ii  net-tools 1.60-16The NET-3 networking toolkit
ii  openssl   0.9.8a-2   Secure Socket Layer (SSL) binary a
ii  ssl-cert  1.0-11 Simple debconf wrapper for openssl

apache2-common recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.8-1

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

apache2-dbg_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-1_i386.deb
apache2-doc_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-1_all.deb
apache2-mpm-event_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-1_i386.deb
apache2-mpm-perchild_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.8-1_all.deb
apache2-mpm-prefork_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-1_i386.deb
apache2-mpm-worker_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-1_i386.deb
apache2-prefork-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-1_i386.deb
apache2-src_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-1_all.deb
apache2-threaded-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-1_i386.deb
apache2-utils_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-1_i386.deb
apache2.2-common_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-1_i386.deb
apache2_2.2.8-1.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-1.diff.gz
apache2_2.2.8-1.dsc
  to pool/main/a/apache2/apache2_2.2.8-1.dsc
apache2_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2_2.2.8-1_all.deb
apache2_2.2.8.orig.tar.gz
  to pool/main/a/apache2/apache2_2.2.8.orig.tar.gz



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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apache2 package)

(This message was generated automatically 

Bug#311269: marked as done (apache2-doc: should have a doc-base entry)

2008-01-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Jan 2008 21:17:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#311269: fixed in apache2 2.2.8-1
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)

--- Begin Message ---
Package: apache2-doc
Version: 2.0.54-4
Severity: minor

apache2-doc should have an entry in the doc-base system.

   Julian

--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.8-1

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

apache2-dbg_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-1_i386.deb
apache2-doc_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-1_all.deb
apache2-mpm-event_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-1_i386.deb
apache2-mpm-perchild_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.8-1_all.deb
apache2-mpm-prefork_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-1_i386.deb
apache2-mpm-worker_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-1_i386.deb
apache2-prefork-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-1_i386.deb
apache2-src_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-1_all.deb
apache2-threaded-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-1_i386.deb
apache2-utils_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-1_i386.deb
apache2.2-common_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-1_i386.deb
apache2_2.2.8-1.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-1.diff.gz
apache2_2.2.8-1.dsc
  to pool/main/a/apache2/apache2_2.2.8-1.dsc
apache2_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2_2.2.8-1_all.deb
apache2_2.2.8.orig.tar.gz
  to pool/main/a/apache2/apache2_2.2.8.orig.tar.gz



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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apache2 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: Thu, 17 Jan 2008 20:27:56 +0100
Source: apache2
Binary: apache2-utils apache2-prefork-dev apache2 apache2-mpm-prefork 
apache2-doc apache2-mpm-event apache2.2-common apache2-dbg apache2-mpm-worker 
apache2-src apache2-threaded-dev apache2-mpm-perchild
Architecture: source i386 all
Version: 2.2.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-dbg - Apache debugging symbols
 apache2-doc - documentation for apache2
 apache2-mpm-event - Event driven model for Apache HTTPD
 apache2-mpm-perchild - Transitional package - please remove
 apache2-mpm-prefork - Traditional model for Apache HTTPD
 apache2-mpm-worker - High speed threaded model for Apache HTTPD
 apache2-prefork-dev - development headers for apache2
 apache2-src - Apache source code
 apache2-threaded-dev - development headers for apache2
 apache2-utils - utility programs for webservers
 apache2.2-common - Next generation, scalable, extendable web server
Closes: 311269 337325 349709 411774 436441 458085 458093 458857 459236 460105
Changes: 
 apache2 (2.2.8-1) unstable; urgency=low
 .
   * New upstream version:
 - Fixes cross-site scripting issues in
   o mod_imagemap (CVE-2007-5000)
   o mod_status (CVE-2007-6388)
   o mod_proxy_balancer's balancer manager (CVE-2007-6421)
 - Fixes a denial of service issue in mod_proxy_balancer's balancer manager
   (CVE-2007-6422).
 - Fixes mod_proxy URL encoding in error messages (closes: #337325).
 - Adds explicit charset to the output of various modules to work around
   possible cross-site scripting flaws affecting web browsers that do not
   derive the response character set as required by RFC2616. For
   mod_proxy_ftp there is now the new ProxyFtpDirCharset directive to
   specify something else than ISO-8859-1 (CVE-2008-0005).
 - Adds mod_substitute which performs inl

Bug#411774: marked as done (apache2.2-common: binary deb contains files in /var/www)

2008-01-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Jan 2008 21:17:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#411774: fixed in apache2 2.2.8-1
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)

--- Begin Message ---
Package: apache2.2-common
Version: 2.2.3-3.3

It is an extremely bad idea to ship files directly in /var/www,
because if user removes them, they are re-created every time the
package is upgraded. This breaks the usual expectation that /var/www
is under the control of the system admin.

I strongly suggest that whatever thing this package wants to put
in /var/www is done only the very first time the packaqe is installed
(this may be told by looking at arguments given to postinst).

There is already a complex postinst which does a lot of things.
It would not be a lot of work to modify it so that, additionally,
it copies the required files, for example:

if [ "$1" = "configure" ] && [ "$2" = "" ]; then
  
  copy required files from /usr/share/apache2.2-common to /var/www

fi


The current scheme, where those files are re-installed over and over again
on upgrades, should not be an option.

Thanks.

--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.8-1

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

apache2-dbg_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-1_i386.deb
apache2-doc_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-1_all.deb
apache2-mpm-event_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-1_i386.deb
apache2-mpm-perchild_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.8-1_all.deb
apache2-mpm-prefork_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-1_i386.deb
apache2-mpm-worker_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-1_i386.deb
apache2-prefork-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-1_i386.deb
apache2-src_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-1_all.deb
apache2-threaded-dev_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-1_i386.deb
apache2-utils_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-1_i386.deb
apache2.2-common_2.2.8-1_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-1_i386.deb
apache2_2.2.8-1.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-1.diff.gz
apache2_2.2.8-1.dsc
  to pool/main/a/apache2/apache2_2.2.8-1.dsc
apache2_2.2.8-1_all.deb
  to pool/main/a/apache2/apache2_2.2.8-1_all.deb
apache2_2.2.8.orig.tar.gz
  to pool/main/a/apache2/apache2_2.2.8.orig.tar.gz



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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apache2 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: Thu, 17 Jan 2008 20:27:56 +0100
Source: apache2
Binary: apache2-utils apache2-prefork-dev apache2 apache2-mpm-prefork 
apache2-doc apache2-mpm-event apache2.2-common apache2-dbg apache2-mpm-worker 
apache2-src apache2-threaded-dev apache2-mpm-perchild
Architecture: source i386 all
Version: 2.2.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-dbg - Apache debugging symbols
 apache2-doc - documentation for apache2
 apache2-mpm-event - Event driven model for Apache HTTPD
 apache2-mpm-perchild - Transitional package - please remove
 apache2-mpm-prefork - Traditional model for Apache HTTPD
 apache2-mpm-worker - High speed threaded model for Apache HTTPD
 apache2-prefork-dev - development headers for apache2
 apache2-src - Apache source code
 apache2-threaded-dev - development headers for apache2
 apache2-utils - utility programs for webservers
 apache2.2-common - Next generation, scalable, extendable web server
Closes: 311269 337325 349709 411774 436441 458085 458093 458857 459236 460105
Changes: 
 ap

Processed: severity of 459236 is normal

2008-01-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.13
> severity 459236 normal
Bug#459236: 'apache2ctl graceful' restarts apache, even when syntax is bad in 
apache config
Severity set to `normal' from `important'

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: block 461917 with 462596

2008-01-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.13
> block 461917 with 462596
Bug#462596: openssl: Please include support for tls extensions / server name 
indication
Bug#461917: Apache 2.2 TLS-SNI support,Package: apache2
Was not blocked by any bugs.
Blocking bugs of 461917 added: 462596

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 461462, tagging 453630

2008-01-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.13
> tags 461462 pending
Bug#461462: apache2: README.Debian typos and broken symlink
Tags were: patch
Tags added: pending

> tags 453630 pending
Bug#453630: apache2: Major host parsing error in  section
Tags were: fixed-upstream etch
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#399776: marked as done (apache2: Apache 2.2 spawns lots of processes and freeze the box)

2008-01-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 Jan 2008 07:52:14 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#399776: fixed in apache2 2.2.3-4+etch4
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)

--- Begin Message ---
Package: apache2
Version: 2.2.3-3.1
Severity: critical
Justification: breaks the whole system

After a random time that goes from 5 minutes to days apache starts
forking a lot of processes, each using about 150m of VIRT and 20m
of RES memory. Most of the processes die and appear as  in
top or ps. After some tens of seconds the machine completely freeze
and should be rebooted. The console (the only time I was able to
have a look at it) has some kernel information about the oom-killer
killing apache2 but unfortunately this is happening to a remote
server and I don't have 24/24h access to it. Last time happened when
I was logged in and I was able to "killall apache2" and save the
box (this is how I understood what was happening.)

Right now I lowered the number of max clients from 150 to 25 but
this is not a definitive solution (for obvious reasons). If I can
do any test to provide better data just let me know.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork   2.2.3-3.1  Traditional model for Apache HTTPD

apache2 recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.3-4+etch4

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

apache2-doc_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.3-4+etch4_all.deb
apache2-mpm-event_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.3-4+etch4_i386.deb
apache2-mpm-perchild_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.3-4+etch4_all.deb
apache2-mpm-prefork_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.3-4+etch4_i386.deb
apache2-mpm-worker_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.3-4+etch4_i386.deb
apache2-prefork-dev_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.3-4+etch4_i386.deb
apache2-src_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-src_2.2.3-4+etch4_all.deb
apache2-threaded-dev_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.3-4+etch4_i386.deb
apache2-utils_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.3-4+etch4_i386.deb
apache2.2-common_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.3-4+etch4_i386.deb
apache2_2.2.3-4+etch4.diff.gz
  to pool/main/a/apache2/apache2_2.2.3-4+etch4.diff.gz
apache2_2.2.3-4+etch4.dsc
  to pool/main/a/apache2/apache2_2.2.3-4+etch4.dsc
apache2_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2_2.2.3-4+etch4_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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apache2 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: Sun, 27 Jan 2008 19:05:30 +0100
Source: apache2
Binary: apache2-utils apache2-prefork-dev apache2 apache2-mpm-prefork 
apache2-doc apache2-mpm-event apache2.2-common apache2-mpm-worker apache2-src 
apache2-threaded-dev apache2-mpm-perchild
Architecture: source all i386
Version: 2.2.3-4+etch4
Distribution: stable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-doc - documentation for apache2
 apache2-mpm-event - Event driven model for Apache HTTPD 2.1
 apache2-mpm-perchild - Transitional package - please remove
 apache2-mpm-prefork - Traditional model

Bug#453630: marked as done (apache2: Major host parsing error in section)

2008-01-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 Jan 2008 07:52:14 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#453630: fixed in apache2 2.2.3-4+etch4
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)

--- Begin Message ---
Package: apache2
Version: 2.2.3-4+etch1
Severity: important


Hi,
I encoutered a weird error using mod_proxy_balancer and multiple
 section.

Here is the config file:
---8<--

   BalancerMember  http://1.1.1.1
   BalancerMember  http://1.1.1.3


   BalancerMember  http://1.1.1.10
   BalancerMember  http://1.1.1.11
   BalancerMember  http://1.2.1.11
   BalancerMember  http://1.1.1.31

---8<--

Here is the output of balancer-manager via html2text:
---8<--

** Load Balancer Manager for bd7 **
  Server Version: Apache/2.2.3 (Debian)
  Server Built: Jun 17 2007 20:16:04
===
 LoadBalancer Status for balancer://back1 
StickySession Timeout FailoverAttempts Method
  0   2byrequests

Worker URL Route RouteRedir Factor Status
http://1.1.1.1  1  Ok
http://1.1.1.3  1  Ok
===
 LoadBalancer Status for balancer://back2 
StickySession Timeout FailoverAttempts Method
  0   3byrequests

Worker URL  Route RouteRedir Factor Status
http://1.1.1.1   1  Ok
http://1.1.1.1   1  Ok
http://1.2.1.11  1  Ok
http://1.1.1.3   1  Ok
===
 Apache/2.2.3 (Debian) Server at bd7 Port 80

---8<--


Like you could see, there an abnormal shrink of the Worker URL in the second 
balancer
status. It's kinda like when parsing the config file worker addresses are 
compared 
to previous worker but using the length() of the previous workers

And the traffic isn't sent to the configured Urls.
One way to workaround is reverse the definition of the balancer:
---8<--

   BalancerMember  http://1.1.1.10
   BalancerMember  http://1.1.1.11
   BalancerMember  http://1.2.1.11
   BalancerMember  http://1.1.1.31


   BalancerMember  http://1.1.1.1
   BalancerMember  http://1.1.1.3

---8<--

But i fear that there is more implication than just this and than this could 
affect the
entire mod_proxy module, since i've some weird result just using mod_rewrite 
and mod_proxy
with same kind of destination URLs and traffic that flow where it shouldn't.

Regards,
benoit

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.3-4+etch4

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

apache2-doc_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.3-4+etch4_all.deb
apache2-mpm-event_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.3-4+etch4_i386.deb
apache2-mpm-perchild_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.3-4+etch4_all.deb
apache2-mpm-prefork_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.3-4+etch4_i386.deb
apache2-mpm-worker_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.3-4+etch4_i386.deb
apache2-prefork-dev_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.3-4+etch4_i386.deb
apache2-src_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-src_2.2.3-4+etch4_all.deb
apache2-threaded-dev_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.3-4+etch4_i386.deb
apache2-utils_2.2

Bug#453783: marked as done (apache2: CVE-2007-4465)

2008-01-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 Jan 2008 07:52:14 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#453783: fixed in apache2 2.2.3-4+etch4
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)

--- Begin Message ---
Package: apache2
Severity: grave
Justification: user security hole

Seems to me that Debian (sarge or etch or even sid) apache packages are
not yet patched against

  http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-4465
  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4465

Seems to me that the obvious workarounds of turning Indexes off or
having an index.html everywhere, protects just fine; and wonder why
Apache does not say so.

Cheers,

Paul Szabo   [EMAIL PROTECTED]   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of SydneyAustralia


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-spm1.11
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.3-4+etch4

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

apache2-doc_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.3-4+etch4_all.deb
apache2-mpm-event_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.3-4+etch4_i386.deb
apache2-mpm-perchild_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.3-4+etch4_all.deb
apache2-mpm-prefork_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.3-4+etch4_i386.deb
apache2-mpm-worker_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.3-4+etch4_i386.deb
apache2-prefork-dev_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.3-4+etch4_i386.deb
apache2-src_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-src_2.2.3-4+etch4_all.deb
apache2-threaded-dev_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.3-4+etch4_i386.deb
apache2-utils_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.3-4+etch4_i386.deb
apache2.2-common_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.3-4+etch4_i386.deb
apache2_2.2.3-4+etch4.diff.gz
  to pool/main/a/apache2/apache2_2.2.3-4+etch4.diff.gz
apache2_2.2.3-4+etch4.dsc
  to pool/main/a/apache2/apache2_2.2.3-4+etch4.dsc
apache2_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2_2.2.3-4+etch4_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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apache2 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: Sun, 27 Jan 2008 19:05:30 +0100
Source: apache2
Binary: apache2-utils apache2-prefork-dev apache2 apache2-mpm-prefork 
apache2-doc apache2-mpm-event apache2.2-common apache2-mpm-worker apache2-src 
apache2-threaded-dev apache2-mpm-perchild
Architecture: source all i386
Version: 2.2.3-4+etch4
Distribution: stable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-doc - documentation for apache2
 apache2-mpm-event - Event driven model for Apache HTTPD 2.1
 apache2-mpm-perchild - Transitional package - please remove
 apache2-mpm-prefork - Traditional model for Apache HTTPD 2.1
 apache2-mpm-worker - High speed threaded model for Apache HTTPD 2.1
 apache2-prefork-dev - development headers for apache2
 apache2-src - Apache source code
 apache2-threaded-dev - development headers for apache2
 apache2-utils - utility programs for webservers
 apache2.2-common - Next generation, scalable, extendable web server
Closes: 399776 421557 453630 453783
Changes: 
 apache2 (2.2.3-4+etch4) stable; urgency=low
 .
   * Fix various cross site scripting vulnerabilities with browsers that do not
 conform to RFC 2616: Apache now adds explicit ContentType and Charset
 headers to the output of various modules, even if AddDefaultCharset is
 commented 

Bug#421557: marked as done (apache2: increasing memory usage)

2008-01-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 Jan 2008 07:52:14 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#421557: fixed in apache2 2.2.3-4+etch4
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)

--- Begin Message ---
Package: apache2
Version: 2.2.3-4
Severity: normal


Apache2's memory usage on a low traffic server keeps on increasing until it 
brings the
whole server the down.

Starts with:

USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
root 23865  0.1  1.6  23076  8448 ?Ss   04:44   0:00 
/usr/sbin/apache2 -k start
www-data 23870  0.5  3.4  33052 17532 ?S04:44   0:00 
/usr/sbin/apache2 -k start
www-data 23871  0.5  3.5  33040 17916 ?S04:44   0:00 
/usr/sbin/apache2 -k start
www-data 23872  0.0  1.3  23476  6860 ?S04:44   0:00 
/usr/sbin/apache2 -k start
www-data 23873  0.0  0.8  23076  4072 ?S04:44   0:00 
/usr/sbin/apache2 -k start
www-data 23874  0.0  0.8  23076  4084 ?S04:44   0:00 
/usr/sbin/apache2 -k start
www-data 23877  0.0  0.8  23076  4072 ?S04:44   0:00 
/usr/sbin/apache2 -k start

A bit later:

USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
root  1290  0.0  0.7  23076  3900 ?Ss   Apr29   0:00 
/usr/sbin/apache2 -k start
www-data  1764  0.2  8.5 183828 43596 ?SApr29   3:45 
/usr/sbin/apache2 -k start
www-data 11452  0.1  9.7 104596 49512 ?SApr29   1:42 
/usr/sbin/apache2 -k start
www-data 11453  0.2  9.2 106980 47184 ?SApr29   2:06 
/usr/sbin/apache2 -k start
www-data 11462  0.2  9.4 106444 48056 ?SApr29   1:56 
/usr/sbin/apache2 -k start
www-data 18776  0.0  5.4  42888 27500 ?SApr29   0:18 
/usr/sbin/apache2 -k start
www-data 18777  0.1  6.6  49260 33920 ?SApr29   0:24 
/usr/sbin/apache2 -k start
www-data 18778  0.0  6.1  46496 31116 ?SApr29   0:17 
/usr/sbin/apache2 -k start
www-data 18779  0.1  6.1  46780 31148 ?SApr29   0:31 
/usr/sbin/apache2 -k start
www-data 18781  0.0  6.1  46968 31532 ?SApr29   0:21 
/usr/sbin/apache2 -k start
www-data 18782  0.1  5.7  44612 29160 ?SApr29   0:21 
/usr/sbin/apache2 -k start

The installation is quite standard, with modules php5, psql auth, and webdav 
enabled.

Cheers,
Chris.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork   2.2.3-4Traditional model for Apache HTTPD

apache2 recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.3-4+etch4

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

apache2-doc_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.3-4+etch4_all.deb
apache2-mpm-event_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.3-4+etch4_i386.deb
apache2-mpm-perchild_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.3-4+etch4_all.deb
apache2-mpm-prefork_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.3-4+etch4_i386.deb
apache2-mpm-worker_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.3-4+etch4_i386.deb
apache2-prefork-dev_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.3-4+etch4_i386.deb
apache2-src_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-src_2.2.3-4+etch4_all.deb
apache2-threaded-dev_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.3-4+etch4_i386.deb
apache2-utils_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.3-4+etch4_i386.deb
apache2.2-common_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.3-4+etch4_i386.deb
apache2_2.2.3-4+etch4.diff.gz
  to pool/main/a/apache2/apache2_2.2.3-4+etch4.diff.gz
apache2_2.2.3-4+etch4.dsc
  to pool/main/a/apache2/apache2_2.2.3-4+etch4.dsc
apache2_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2_2.2.3-4+etch4_all.deb



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

Thank you for reporting the bug, whic

Bug#463278: marked as done (apache2.2-common: mod_auth_ldap doesnt work with LDAPVerifyServerCert Off)

2008-01-31 Thread Debian Bug Tracking System
Your message dated Thu, 31 Jan 2008 09:58:00 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#463278: Acknowledgement (apache2.2-common: mod_auth_ldap 
doesnt work with LDAPVerifyServerCert Off)
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)

--- Begin Message ---
Package: apache2.2-common
Version: 2.2.3-4+etch3
Severity: normal

The usage of 

LDAPVerifyServerCert Off

does normally disable the verfication of valid SSL certificates, if an
auth-rule connect to a LDAP-server with ldaps://0.0.0.0:636/

The debian package result with an entry in the slapd.log

Jan 30 18:37:25 hostname slapd[3087]: conn=3323 fd=14 ACCEPT from
IP=127.0.0.1:42555 (IP=0.0.0.0:636)
Jan 30 18:37:25 hostname slapd[3087]: conn=3323 fd=14 closed (TLS negotiation
failure)


The apache configuration is approved with other distros.
The auth-configuration works w/o SSL.
The ldapsearch-util does works with a SSL connection.



-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686-bigmem
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages apache2.2-common depends on:
ii  apache2-utils  2.2.3-4+etch3 utility programs for webservers
ii  libmagic1  4.17-5etch3   File type determination library us
ii  lsb-base   3.1-23.2etch1 Linux Standard Base 3.1 init scrip
ii  mime-support   3.39-1MIME files 'mime.types' & 'mailcap
ii  net-tools  1.60-17   The NET-3 networking toolkit
ii  procps 1:3.2.7-3 /proc file system utilities

apache2.2-common recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Hi,

Apache 2.2 required a restart or clearing of other internal (SSL?) caching 
algorithm.

It works (but not with a simple reload of the configuration).

regards
Hagen

--- End Message ---


Bug#446640: marked as done ([INTL:fi] Finnish translation of the debconf templates)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#446640: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Severity: wishlist
Tags: l10n patch

Please include attached translation fi.po to the package.

Regards,
Esko Arajärvi
msgid ""
msgstr ""
"Project-Id-Version: ssl-cert\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-11 07:45+0200\n"
"PO-Revision-Date: 2007-10-14 19:28+0200\n"
"Last-Translator: Esko Arajärvi <[EMAIL PROTECTED]>\n"
"Language-Team: Finnish <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Finnish\n"
"X-Poedit-Country: FINLAND\n"

#. Type: string
#. DefaultChoice
#: ../templates:2001
msgid "GB"
msgstr "FI"

#. Type: string
#. Description
#: ../templates:2002
msgid "Country code:"
msgstr "Maakoodi:"

#. Type: string
#. Description
#: ../templates:2002
msgid "Please enter the two-letter ISO-3166 code to use in the SSL certificate."
msgstr "Valitse SSL-sertifikaatissa käytettävä kaksikirjaiminen ISO-3166-koodi."

#. Type: string
#. Description
#: ../templates:2002
msgid "It will become the 'countryName' field of the generated SSL certificate."
msgstr "Tämä tulee luodun SSL-sertifikaatin kenttään ”countryName”."

#. Type: string
#. DefaultChoice
#: ../templates:3001
msgid "Scotland"
msgstr "Etelä-Suomen lääni"

#. Type: string
#. Description
#: ../templates:3002
msgid "State or province name:"
msgstr "Osavaltion, läänin tai maakunnan nimi:"

#. Type: string
#. Description
#: ../templates:3002
msgid "Please enter the name of the administrative subdivision to use in the SSL certificate."
msgstr "Anna SSL-sertifikaatissa käytettävän hallinnollisen alueen nimi."

#. Type: string
#. Description
#: ../templates:3002
msgid "It will become the 'stateOrProvinceName' field of the generated SSL certificate."
msgstr "Tämä tulee luodun SSL-sertifikaatin kenttään ”stateOrProvinceName”."

#. Type: string
#. DefaultChoice
#: ../templates:4001
msgid "Edinburgh"
msgstr "Helsinki"

#. Type: string
#. Description
#: ../templates:4002
msgid "Locality name:"
msgstr "Paikkakunnan nimi:"

#. Type: string
#. Description
#: ../templates:4002
msgid "Please enter the name of the city or town to use in the SSL certificate."
msgstr "Anna SSL-sertifikaatissa käytettävä kaupungin tai kunnan nimi."

#. Type: string
#. Description
#: ../templates:4002
msgid "It will become the 'localityName' field of the generated SSL certificate."
msgstr "Tämä tulee luodun SSL-sertifikaatin kenttään ”localityName”."

#. Type: string
#. DefaultChoice
#: ../templates:5001
msgid "Example Inc."
msgstr "Esimerkki Oy."

#. Type: string
#. Description
#: ../templates:5002
msgid "Organization name:"
msgstr "Järjestön nimi:"

#. Type: string
#. Description
#: ../templates:5002
msgid "Please enter the name of the company or organization to use in the SSL certificate."
msgstr "Anna SSL-sertifikaatissa käytettävä yrityksen tai järjestön nimi."

#. Type: string
#. Description
#: ../templates:5002
msgid "It will become the 'organisationName' field of the generated SSL certificate."
msgstr "Tämä tulee luodun SSL-sertifikaatin kenttään ”organisationName”."

#. Type: string
#. DefaultChoice
#: ../templates:6001
msgid "Dept. of Examplification"
msgstr "Esimerkkiosasto"

#. Type: string
#. Description
#: ../templates:6002
msgid "Organizational unit name:"
msgstr "Osaston nimi:"

#. Type: string
#. Description
#: ../templates:6002
msgid "Please enter the name of the division or section of the organization to use in the SSL certificate."
msgstr "Anna SSL-sertifikaatissa käytettävä osaston tai jaoston nimi."

#. Type: string
#. Description
#: ../templates:6002
msgid "It will become the 'organisationalUnitName' field of the generated SSL certificate."
msgstr "Tämä tulee luodun SSL-sertifika

Bug#384595: marked as done (make-ssl-cert fails when $HOME not set)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#384595: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Version: 1.0.13
Severity: minor

As the default openssl config specifies the use of $HOME, when this is 
not set the openssl call within make-ssl-cert fails.

In the template "/usr/share/ssl-cert/ssleay.cnf" $HOME is used to set 
RANDFILE, but this is also set by make-ssl-cert before the openssl call, 
so perhaps the line in the template can simply be removed.

Otherwise perhaps HOME=/tmp could be added to the template before 
the RANDFILE line as a fallback.

-- 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.15-26-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ssl-cert depends on:
ii  adduser   3.95   Add and remove users and groups
ii  debconf [debconf-2.0] 1.5.2  Debian configuration management sy
ii  openssl   0.9.8b-2   Secure Socket Layer (SSL) binary a

ssl-cert recommends no packages.

-- debconf information excluded

--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.15

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

ssl-cert_1.0.15.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.dsc
ssl-cert_1.0.15.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.tar.gz
ssl-cert_1.0.15_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.15_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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: Sun, 10 Feb 2008 20:22:54 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.15
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 230391 287692 292157 293821 384591 384595 444902 445589 446210 446311 
446488 446640 446640 446670 446679 446878 446900 447138 447441 447900 447909 
447921 448226 464930
Changes: 
 ssl-cert (1.0.15) unstable; urgency=low
 .
   * Use 'hostname -f' for the snakeoil CN instead of 'hostname', since
 relative hostnames are subject to namespace collisions that could be
 exploited (and also because OpenLDAP doesn't care for them when
 connecting to localhost).  Thanks to Steve Langasek for the patch.
 Closes: 464930
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #445589
   * [Debconf translation updates]
   * Bulgarian. Closes: #446210
   * Galician. Closes: #446488
   * Spanish; Castilian. Closes: #446311
   * Finnish. Closes: #446640
   * Czech. Closes: #446670
   * Portuguese. Closes: #446679
   * Finnish. Closes: #446640
   * Turkish. Closes: #446878
   * Vietnamese. Closes: #446900
   * Basque. Closes: #447138
   * Italian. Closes: #447441
   * Russian. Closes: #447900
   * Slovak. Closes: #447909
   * German. Closes: #447921
   * French. Closes: #448226
   * Do getent group rather than getent passwd in postinst.  Closes: 444902
   * Make the default SSL cert have a lifetime of 10 years rather than 30
 days.  Closes: 293821
   * Add set -e to postinst and postrm.  Closes: 384591
   * Make default openssl config pull RANDFILE from the environment.
 Closes: 384595.
   * Only ask for hostname, drop questions about country, organisation and
 such.  Closes: 230391, 287692.
   * Handle relative output file paths correctly by using basename when
 symlinking to the hash file.  Closes: 292157.
   * Fix lintian warnings (clean-should-be-satisfied-by-build-dep

Bug#384591: marked as done (ssl-cert: policy violation: postinst doesn't use set -e)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#384591: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Version: 1.0.13
Severity: minor

The postinst script of ssl-cert doesn't use set -e as debian policy 
(section 6.1) indicates it should.

-- 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.15-26-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ssl-cert depends on:
ii  adduser   3.95   Add and remove users and groups
ii  debconf [debconf-2.0] 1.5.2  Debian configuration management sy
ii  openssl   0.9.8b-2   Secure Socket Layer (SSL) binary a

ssl-cert recommends no packages.

-- debconf information excluded

--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.15

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

ssl-cert_1.0.15.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.dsc
ssl-cert_1.0.15.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.tar.gz
ssl-cert_1.0.15_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.15_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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: Sun, 10 Feb 2008 20:22:54 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.15
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 230391 287692 292157 293821 384591 384595 444902 445589 446210 446311 
446488 446640 446640 446670 446679 446878 446900 447138 447441 447900 447909 
447921 448226 464930
Changes: 
 ssl-cert (1.0.15) unstable; urgency=low
 .
   * Use 'hostname -f' for the snakeoil CN instead of 'hostname', since
 relative hostnames are subject to namespace collisions that could be
 exploited (and also because OpenLDAP doesn't care for them when
 connecting to localhost).  Thanks to Steve Langasek for the patch.
 Closes: 464930
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #445589
   * [Debconf translation updates]
   * Bulgarian. Closes: #446210
   * Galician. Closes: #446488
   * Spanish; Castilian. Closes: #446311
   * Finnish. Closes: #446640
   * Czech. Closes: #446670
   * Portuguese. Closes: #446679
   * Finnish. Closes: #446640
   * Turkish. Closes: #446878
   * Vietnamese. Closes: #446900
   * Basque. Closes: #447138
   * Italian. Closes: #447441
   * Russian. Closes: #447900
   * Slovak. Closes: #447909
   * German. Closes: #447921
   * French. Closes: #448226
   * Do getent group rather than getent passwd in postinst.  Closes: 444902
   * Make the default SSL cert have a lifetime of 10 years rather than 30
 days.  Closes: 293821
   * Add set -e to postinst and postrm.  Closes: 384591
   * Make default openssl config pull RANDFILE from the environment.
 Closes: 384595.
   * Only ask for hostname, drop questions about country, organisation and
 such.  Closes: 230391, 287692.
   * Handle relative output file paths correctly by using basename when
 symlinking to the hash file.  Closes: 292157.
   * Fix lintian warnings (clean-should-be-satisfied-by-build-depends
 debhelper and newer-debconf-templates).
   * Add buid-dependency on po-debconf.
Files: 
 2a62363c956540ab4f58d6c57da6a005 683 utils optional ssl-cert_1.0.15.dsc
 5dded65992ee4c562baedcd556d1f20f 18311 utils optional ssl-cert_1.0.15.tar.gz
 280b6896d694ce1fb88fe6ca7cbe64df 7938 utils optional ssl-cert_1.0.15_all.deb


Bug#447441: marked as done (ssl-cert: [INTL:it] Italian debconf templates translation)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#447441: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Severity: wishlist
Tags: l10n, patch

Hello,
please add the Italian debconf templates translation (attached).

Regards,
 Luca

it.po
Description: Binary data
--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.15

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

ssl-cert_1.0.15.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.dsc
ssl-cert_1.0.15.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.tar.gz
ssl-cert_1.0.15_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.15_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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: Sun, 10 Feb 2008 20:22:54 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.15
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 230391 287692 292157 293821 384591 384595 444902 445589 446210 446311 
446488 446640 446640 446670 446679 446878 446900 447138 447441 447900 447909 
447921 448226 464930
Changes: 
 ssl-cert (1.0.15) unstable; urgency=low
 .
   * Use 'hostname -f' for the snakeoil CN instead of 'hostname', since
 relative hostnames are subject to namespace collisions that could be
 exploited (and also because OpenLDAP doesn't care for them when
 connecting to localhost).  Thanks to Steve Langasek for the patch.
 Closes: 464930
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #445589
   * [Debconf translation updates]
   * Bulgarian. Closes: #446210
   * Galician. Closes: #446488
   * Spanish; Castilian. Closes: #446311
   * Finnish. Closes: #446640
   * Czech. Closes: #446670
   * Portuguese. Closes: #446679
   * Finnish. Closes: #446640
   * Turkish. Closes: #446878
   * Vietnamese. Closes: #446900
   * Basque. Closes: #447138
   * Italian. Closes: #447441
   * Russian. Closes: #447900
   * Slovak. Closes: #447909
   * German. Closes: #447921
   * French. Closes: #448226
   * Do getent group rather than getent passwd in postinst.  Closes: 444902
   * Make the default SSL cert have a lifetime of 10 years rather than 30
 days.  Closes: 293821
   * Add set -e to postinst and postrm.  Closes: 384591
   * Make default openssl config pull RANDFILE from the environment.
 Closes: 384595.
   * Only ask for hostname, drop questions about country, organisation and
 such.  Closes: 230391, 287692.
   * Handle relative output file paths correctly by using basename when
 symlinking to the hash file.  Closes: 292157.
   * Fix lintian warnings (clean-should-be-satisfied-by-build-depends
 debhelper and newer-debconf-templates).
   * Add buid-dependency on po-debconf.
Files: 
 2a62363c956540ab4f58d6c57da6a005 683 utils optional ssl-cert_1.0.15.dsc
 5dded65992ee4c562baedcd556d1f20f 18311 utils optional ssl-cert_1.0.15.tar.gz
 280b6896d694ce1fb88fe6ca7cbe64df 7938 utils optional ssl-cert_1.0.15_all.deb

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

iD8DBQFHr3EPQSseMYF6mWoRAjeFAJ9HrV6Tmzzrsaq1ssA1OPO3Qffg3QCgurKt
Pa/pMnaT07HCZGsPM10ZyJw=
=YgL1
-END PGP SIGNATURE-


--- End Message ---


Bug#447138: marked as done (ssl-cert: [INTL:eu] Basque translation of the debconf templates)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#447138: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Version: 1.0.14
Severity: wishlist
Tags: patch l10n

Attached ssl-cert debconf templates basque translation, please commit it.

thx


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21
Locale: LANG=eu_ES.UTF-8, LC_CTYPE=eu_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ssl-cert depends on:
ii  adduser   3.105  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.14 Debian configuration management sy
ii  openssl   0.9.8f-1   Secure Socket Layer (SSL) binary a

ssl-cert recommends no packages.

-- debconf information excluded
# translation of ssl-cert-eu.po to Euskara
#  ssl-cert debconf templates basque translation
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Piarres Beobide <[EMAIL PROTECTED]>, 2007.
msgid ""
msgstr ""
"Project-Id-Version: ssl-cert-eu\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-11 07:45+0200\n"
"PO-Revision-Date: 2007-10-18 12:21+0200\n"
"Last-Translator: Piarres Beobide <[EMAIL PROTECTED]>\n"
"Language-Team: Euskara <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"

#. Type: string
#. DefaultChoice
#: ../templates:2001
msgid "GB"
msgstr "ES"

#. Type: string
#. Description
#: ../templates:2002
msgid "Country code:"
msgstr "Nazio kodea:"

#. Type: string
#. Description
#: ../templates:2002
msgid "Please enter the two-letter ISO-3166 code to use in the SSL certificate."
msgstr "Mesedez idatzi SSL ziurtagirian erabiliko den bi letratako ISO-3166 
kodea."

#. Type: string
#. Description
#: ../templates:2002
msgid "It will become the 'countryName' field of the generated SSL certificate."
msgstr "Berau sortutako SSL ziurtagiriko 'countryName' eremuan erabiliko da."

#. Type: string
#. DefaultChoice
#: ../templates:3001
msgid "Scotland"
msgstr "Gipuzkoa"

#. Type: string
#. Description
#: ../templates:3002
msgid "State or province name:"
msgstr "Nazio edo probintzia izena:"

#. Type: string
#. Description
#: ../templates:3002
msgid ""
"Please enter the name of the administrative subdivision to use in the SSL "
"certificate."
msgstr ""
"Mesedez idatzi SSL ziurtagirian erabiliko den azpiatal administratiboaren "
"izena."

#. Type: string
#. Description
#: ../templates:3002
msgid ""
"It will become the 'stateOrProvinceName' field of the generated SSL "
"certificate."
msgstr "Berau sortutako SSL ziurtagiriko 'stateOrProvinceName' eremuan 
erabiliko da."

#. Type: string
#. DefaultChoice
#: ../templates:4001
msgid "Edinburgh"
msgstr "Tolosa"

#. Type: string
#. Description
#: ../templates:4002
msgid "Locality name:"
msgstr "Herri izena:"

#. Type: string
#. Description
#: ../templates:4002
msgid "Please enter the name of the city or town to use in the SSL certificate."
msgstr "Mesedez idatzi SSL ziurtagirian erabiliko den herri edo hiri izena."

#. Type: string
#. Description
#: ../templates:4002
msgid "It will become the 'localityName' field of the generated SSL 
certificate."
msgstr "Berau sortutako ziurtagiriko 'localityName' eremuan erabiliko da."

#. Type: string
#. DefaultChoice
#: ../templates:5001
msgid "Example Inc."
msgstr "Adibide SL."

#. Type: string
#. Description
#: ../templates:5002
msgid "Organization name:"
msgstr "Erakunde izena:"

#. Type: string
#. Description
#: ../templates:5002
msgid ""
"Please enter the name of the company or or

Bug#446488: marked as done ([INTL:gl] Galician debconf template translation for ssl-cert)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#446488: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Severity: wishlist
Tags: l10n patch

 It is attached to this report.
# Galician translation of ssl-cert's debconf templates
# This file is distributed under the same license as the ssl-cert package.
# Jacobo Tarrio <[EMAIL PROTECTED]>, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: ssl-cert\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-11 07:45+0200\n"
"PO-Revision-Date: 2007-10-13 13:39+0100\n"
"Last-Translator: Jacobo Tarrio <[EMAIL PROTECTED]>\n"
"Language-Team: Galician <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: string
#. DefaultChoice
#: ../templates:2001
msgid "GB"
msgstr "ES"

#. Type: string
#. Description
#: ../templates:2002
msgid "Country code:"
msgstr "Código do país:"

#. Type: string
#. Description
#: ../templates:2002
msgid ""
"Please enter the two-letter ISO-3166 code to use in the SSL certificate."
msgstr ""
"Introduza o código ISO-3166 de dúas letras a empregar no certificado SSL."

#. Type: string
#. Description
#: ../templates:2002
msgid ""
"It will become the 'countryName' field of the generated SSL certificate."
msgstr "Ha ser o campo \"countryName\" do certificado SSL xerado."

#. Type: string
#. DefaultChoice
#: ../templates:3001
msgid "Scotland"
msgstr "Galiza"

#. Type: string
#. Description
#: ../templates:3002
msgid "State or province name:"
msgstr "Nome do estado ou da provincia:"

#. Type: string
#. Description
#: ../templates:3002
msgid ""
"Please enter the name of the administrative subdivision to use in the SSL "
"certificate."
msgstr ""
"Introduza o nome da división administrativa a empregar no certificado SSL."

#. Type: string
#. Description
#: ../templates:3002
msgid ""
"It will become the 'stateOrProvinceName' field of the generated SSL "
"certificate."
msgstr "Ha ser o campo \"stateOrProvinceName\" do certificado SSL xerado."

#. Type: string
#. DefaultChoice
#: ../templates:4001
msgid "Edinburgh"
msgstr "Santiago de Compostela"

#. Type: string
#. Description
#: ../templates:4002
msgid "Locality name:"
msgstr "Nome da localidade:"

#. Type: string
#. Description
#: ../templates:4002
msgid ""
"Please enter the name of the city or town to use in the SSL certificate."
msgstr "Introduza o nome da vila ou municipio a empregar no certificado SSL."

#. Type: string
#. Description
#: ../templates:4002
msgid ""
"It will become the 'localityName' field of the generated SSL certificate."
msgstr "Ha ser o campo \"localityName\" do certificado SSL xerado."

#. Type: string
#. DefaultChoice
#: ../templates:5001
msgid "Example Inc."
msgstr "Exemplo, S.A."

#. Type: string
#. Description
#: ../templates:5002
msgid "Organization name:"
msgstr "Nome da organización:"

#. Type: string
#. Description
#: ../templates:5002
msgid ""
"Please enter the name of the company or organization to use in the SSL "
"certificate."
msgstr ""
"Introduza o nome da empresa ou organización a empregar no certificado SSL."

#. Type: string
#. Description
#: ../templates:5002
msgid ""
"It will become the 'organisationName' field of the generated SSL certificate."
msgstr "Ha ser o campo \"organisationName\" do certificado SSL xerado."

#. Type: string
#. DefaultChoice
#: ../templates:6001
msgid "Dept. of Examplification"
msgstr "Departamento de Exemplos"

#. Type: string
#. Description
#: ../templates:6002
msgid "Organizational unit name:"
msgstr "Nome da unidade organizativa:"

#. Type: string
#. Description
#: ../templates:6002
msgid ""
"Please enter the name of the division or section of t

Bug#447921: marked as done ([INTL:de] German translation for ssl-cert (debconf))

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#447921: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Priority: wishlist
Tags: l10n,patch

Please find attached the updated german debconf translation 
for ssl-cert.


Kindly regards,

Erik


-- 
 www.ErikSchanze.de *
 Bitte keine HTML-E-Mails! No HTML mails, please! Limit: 100 kB *
- Linux-Info-Tag in Dresden, 3. November 2007   *
 Info: http://www.linux-info-tag.de/*


ssl-cert_1.0-15_de.po
Description: application/gettext
--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.15

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

ssl-cert_1.0.15.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.dsc
ssl-cert_1.0.15.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.tar.gz
ssl-cert_1.0.15_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.15_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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: Sun, 10 Feb 2008 20:22:54 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.15
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 230391 287692 292157 293821 384591 384595 444902 445589 446210 446311 
446488 446640 446640 446670 446679 446878 446900 447138 447441 447900 447909 
447921 448226 464930
Changes: 
 ssl-cert (1.0.15) unstable; urgency=low
 .
   * Use 'hostname -f' for the snakeoil CN instead of 'hostname', since
 relative hostnames are subject to namespace collisions that could be
 exploited (and also because OpenLDAP doesn't care for them when
 connecting to localhost).  Thanks to Steve Langasek for the patch.
 Closes: 464930
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #445589
   * [Debconf translation updates]
   * Bulgarian. Closes: #446210
   * Galician. Closes: #446488
   * Spanish; Castilian. Closes: #446311
   * Finnish. Closes: #446640
   * Czech. Closes: #446670
   * Portuguese. Closes: #446679
   * Finnish. Closes: #446640
   * Turkish. Closes: #446878
   * Vietnamese. Closes: #446900
   * Basque. Closes: #447138
   * Italian. Closes: #447441
   * Russian. Closes: #447900
   * Slovak. Closes: #447909
   * German. Closes: #447921
   * French. Closes: #448226
   * Do getent group rather than getent passwd in postinst.  Closes: 444902
   * Make the default SSL cert have a lifetime of 10 years rather than 30
 days.  Closes: 293821
   * Add set -e to postinst and postrm.  Closes: 384591
   * Make default openssl config pull RANDFILE from the environment.
 Closes: 384595.
   * Only ask for hostname, drop questions about country, organisation and
 such.  Closes: 230391, 287692.
   * Handle relative output file paths correctly by using basename when
 symlinking to the hash file.  Closes: 292157.
   * Fix lintian warnings (clean-should-be-satisfied-by-build-depends
 debhelper and newer-debconf-templates).
   * Add buid-dependency on po-debconf.
Files: 
 2a62363c956540ab4f58d6c57da6a005 683 utils optional ssl-cert_1.0.15.dsc
 5dded65992ee4c562baedcd556d1f20f 18311 utils optional ssl-cert_1.0.15.tar.gz
 280b6896d694ce1fb88fe6ca7cbe64df 7938 utils optional ssl-cert_1.0.15_all.deb

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

iD8DBQFHr3EPQSseMYF6mWoRAjeFAJ9HrV6Tmzzrsaq1ssA1OPO3Qffg3QCgurKt
Pa/pMnaT07HCZGsPM10ZyJw=
=YgL1
-END PGP SIGNATURE-


--- End Message ---


Bug#464930: marked as done (ssl-cert: please use 'hostname -f' in /usr/sbin/make-ssl-cert)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#464930: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Version: 1.0.14
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: ubuntu-patch origin-ubuntu hardy

make-ssl-cert currently uses 'hostname' to set the cn of the default snake
oil certificate.  This results in a cn set to a relative hostname, not an
FQDN (which would be given by 'hostname -f').  This yields a suboptimal
certificate: OpenLDAP, for instance, will map 'localhost' to the fqdn when
verifying certificates, which will properly fail to match the relative
hostname in most cases, and there's also the issue that having a certificate
that only works with the relative hostname ensures that users will only
/connect/ using the relative hostname, opening a subtle attack vector in the
form of hostname collisions in the domain search list.

The attached patch implements this change in the most trivial fashion.
However, it's probably also reasonable to have the unqualified hostname as
an alternative name in the certificate for convenience; in that case, it
makes sense to add a subjectAlternativeName to the snakeoil cert as well,
including the value of $(hostname).  If you prefer, I can look at
implementing this.

Incidentally, is this package actually maintained today?  I notice that the
maintainer is listed as "Debian Apache Maintainers", and that none of the
uploaders listed have been active in Apache maintenance for some time...

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED]
diff -Nru ssl-cert-1.0.14/debian/changelog ssl-cert-1.0.14/debian/changelog
--- ssl-cert-1.0.14/debian/changelog	2007-02-02 22:47:27.0 -0800
+++ ssl-cert-1.0.14/debian/changelog	2008-02-09 14:15:27.0 -0800
@@ -1,3 +1,13 @@
+ssl-cert (1.0.14-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use 'hostname -f' for the snakeoil CN instead of 'hostname', since
+relative hostnames are subject to namespace collisions that could be
+exploited (and also because OpenLDAP doesn't care for them when
+connecting to localhost).
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Sat, 09 Feb 2008 22:13:25 +
+
 ssl-cert (1.0.14) unstable; urgency=low
 
   * Non-maintainer upload to fix pending l10n issues.
diff -Nru /tmp/jDzpFqLCPH/ssl-cert-1.0.14/make-ssl-cert /tmp/rrqcQpBL77/ssl-cert-1.0.14/make-ssl-cert
--- ssl-cert-1.0.14/make-ssl-cert	2006-05-18 05:02:20.0 -0700
+++ ssl-cert-1.0.14/make-ssl-cert	2008-02-09 14:15:45.0 -0800
@@ -56,7 +56,7 @@
  LocalityName="Everywhere"
  OrganisationName="OCOSA"
  OUName="Office for Complication of Otherwise Simple Affairs"
- HostName="$(hostname)"
+ HostName="$(hostname -f)"
  Email="[EMAIL PROTECTED]"
 }
 
--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.15

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

ssl-cert_1.0.15.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.dsc
ssl-cert_1.0.15.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.tar.gz
ssl-cert_1.0.15_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.15_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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: Sun, 10 Feb 2008 20:22:54 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.15
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Mainta

Bug#445589: marked as done (ssl-cert: [debconf_rewrite] Debconf templates and debian/control review)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#445589: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Wednesday, September 19, 2007, I notified you of the beginning of a review 
process
concerning debconf templates for ssl-cert.

The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.

Please review the suggested changes are suggested, and if you have any
objections, let me know in the next 3 days.

Please try to avoid uploading ssl-cert with these changes right now.

The second phase of this process will begin on Wednesday, October 10, 2007, 
when I will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
about Wednesday, October 31, 2007. Please avoid uploading a package with fixed 
or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.

Around , I will contact you again and will send a final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- ssl-cert.old/debian/templates   2007-09-16 22:51:16.004883799 +0200
+++ ssl-cert/debian/templates   2007-10-07 08:41:21.264097409 +0200
@@ -1,48 +1,75 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# [EMAIL PROTECTED] for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: make-ssl-cert/countryname
 Type: string
-_Default: GB
-_Description: Country Name
- The two letter code for your Country. (e.g. GB) (countryName)
+_DefaultChoice: GB
+_Description: Country code:
+ Please enter the two-letter ISO-3166 code to use in the SSL certificate.
+ .
+ It will become the 'countryName' field of the generated SSL certificate.
 
 Template: make-ssl-cert/statename
 Type: string
-_Default: Some-State
-_Description: State or Province Name
- Your state, county or province. (stateOrProvinceName)
+_DefaultChoice: Scotland
+_Description: State or province name:
+ Please enter the name of the administrative subdivision to use in the SSL
+ certificate.
+ .
+ It will become the 'stateOrProvinceName' field of the generated SSL
+ certificate.
 
 Template: make-ssl-cert/localityname
 Type: string
-_Default: Some-Locality
-_Description: Locality Name
- The name of the city or town that you live in. (localityName)
+_DefaultChoice: Edinburgh
+_Description: Locality name:
+ Please enter the name of the city or town to use in the SSL
+ certificate.
+ .
+ It will become the 'localityName' field of the generated SSL certificate.
 
 Template: make-ssl-cert/organisationname
 Type: string
-_Default: One Organization
-_Description: Organisation Name
- The name of the company or organisation the certificate is for.
- (organisationName)
+_DefaultChoice: Example Inc.
+_Description: Organization name:
+ Please enter the name of the company or organization to use in the SSL
+ certificate.
+ .
+ It will become the 'organisationName' field of the generated SSL certificate.
 
 Template: make-ssl-cert/ouname
 Type: string
-_Default: One Organization Unit
-_Description: Organisational Unit Name
- 

Bug#447900: marked as done (ssl-cert: [INTL:ru] Russian debconf templates translation update)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#447900: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation update is attached.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-1-amd64
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ru_RU.UTF-8)
# translation of ru.po to Russian
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Yuri Kozlov <[EMAIL PROTECTED]>, 2006, 2007.
msgid ""
msgstr ""
"Project-Id-Version: 1.0.15\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-11 07:45+0200\n"
"PO-Revision-Date: 2007-10-15 21:24+0400\n"
"Last-Translator: Yuri Kozlov <[EMAIL PROTECTED]>\n"
"Language-Team: Russian <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && 
n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"

#. Type: string
#. DefaultChoice
#: ../templates:2001
msgid "GB"
msgstr "RU"

#. Type: string
#. Description
#: ../templates:2002
#| msgid "Country Name"
msgid "Country code:"
msgstr "Код страны:"

#. Type: string
#. Description
#: ../templates:2002
msgid "Please enter the two-letter ISO-3166 code to use in the SSL certificate."
msgstr ""
"Введите двухсимвольный код страны согласно ISO-3166, который будет использован 
в "
"сертификате SSL."

#. Type: string
#. Description
#: ../templates:2002
msgid "It will become the 'countryName' field of the generated SSL certificate."
msgstr "Он будет указан в поле 'countryName' сгенерированного сертификата SSL."

#. Type: string
#. DefaultChoice
#: ../templates:3001
msgid "Scotland"
msgstr "Moscow region"

#. Type: string
#. Description
#: ../templates:3002
#| msgid "State or Province Name"
msgid "State or province name:"
msgstr "Область или округ:"

#. Type: string
#. Description
#: ../templates:3002
msgid ""
"Please enter the name of the administrative subdivision to use in the SSL "
"certificate."
msgstr ""
"Укажите административное название территории, которое будет использовано "
"в сертификате SSL."

#. Type: string
#. Description
#: ../templates:3002
msgid ""
"It will become the 'stateOrProvinceName' field of the generated SSL "
"certificate."
msgstr "Оно будет указано в поле 'stateOrProvinceName' сгенерированного 
сертификата SSL."

#. Type: string
#. DefaultChoice
#: ../templates:4001
msgid "Edinburgh"
msgstr "Sergiev Posad"

#. Type: string
#. Description
#: ../templates:4002
#| msgid "Locality Name"
msgid "Locality name:"
msgstr "Местоположение:"

#. Type: string
#. Description
#: ../templates:4002
#| msgid "The name of the city or town that you live in. (localityName)"
msgid "Please enter the name of the city or town to use in the SSL certificate."
msgstr ""
"Укажите название города или населённого пункта, который будет использован в "
"сертификате SSL."

#. Type: string
#. Description
#: ../templates:4002
msgid "It will become the 'localityName' field of the generated SSL 
certificate."
msgstr "Оно будет указано в поле 'localityName' сгенерированного сертификата 
SSL."

#. Type: string
#. DefaultChoice
#: ../templates:5001
msgid "Example Inc."
msgstr "ZAO Pupkin and son"

#. Type: string
#. Description
#: ../templates:5002
#| msgid "Organisation Name"
msgid "Organization name:"
msgstr "Название организации:"

#. Type: string
#. Description
#: ../templates:5002
#| msgid &q

Bug#230391: marked as done (ssl-cert: Configuration confusing)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#230391: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Version: 1.0-7
Severity: normal

The Debconf templates for ssl-cert don't mention what is being
configured or otherwise provide context when prompting for information.
This makes them rather more confusing than they need to be - sudden
questions about things that may not have immediately obvious values
appear.

Things would probably be a lot more comprehensible if the templates were
changed to say something along the lines of 'Which X should be used by
default to generate SSL certificates'.  

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux shenandoah 2.4.23-1-k7 #1 Mon Dec 1 00:05:09 EST 2003 i686
Locale: LANG=en_GB, LC_CTYPE=en_GB (ignored: LC_ALL set to en_GB)

Versions of packages ssl-cert depends on:
ii  debconf   1.4.7  Debian configuration management sy

-- debconf information excluded


--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.15

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

ssl-cert_1.0.15.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.dsc
ssl-cert_1.0.15.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.tar.gz
ssl-cert_1.0.15_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.15_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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: Sun, 10 Feb 2008 20:22:54 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.15
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 230391 287692 292157 293821 384591 384595 444902 445589 446210 446311 
446488 446640 446640 446670 446679 446878 446900 447138 447441 447900 447909 
447921 448226 464930
Changes: 
 ssl-cert (1.0.15) unstable; urgency=low
 .
   * Use 'hostname -f' for the snakeoil CN instead of 'hostname', since
 relative hostnames are subject to namespace collisions that could be
 exploited (and also because OpenLDAP doesn't care for them when
 connecting to localhost).  Thanks to Steve Langasek for the patch.
 Closes: 464930
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #445589
   * [Debconf translation updates]
   * Bulgarian. Closes: #446210
   * Galician. Closes: #446488
   * Spanish; Castilian. Closes: #446311
   * Finnish. Closes: #446640
   * Czech. Closes: #446670
   * Portuguese. Closes: #446679
   * Finnish. Closes: #446640
   * Turkish. Closes: #446878
   * Vietnamese. Closes: #446900
   * Basque. Closes: #447138
   * Italian. Closes: #447441
   * Russian. Closes: #447900
   * Slovak. Closes: #447909
   * German. Closes: #447921
   * French. Closes: #448226
   * Do getent group rather than getent passwd in postinst.  Closes: 444902
   * Make the default SSL cert have a lifetime of 10 years rather than 30
 days.  Closes: 293821
   * Add set -e to postinst and postrm.  Closes: 384591
   * Make default openssl config pull RANDFILE from the environment.
 Closes: 384595.
   * Only ask for hostname, drop questions about country, organisation and
 such.  Closes: 230391, 287692.
   * Handle relative output file paths correctly by using basename when
 symlinking to the hash file.  Closes: 292157.
   * Fix lintian warnings (clean-should-be-satisfied-by-build-depends
 debhelper and newer-debconf-templates).
   * Add buid-dependency on po-debconf.
Files: 
 2a62363c956540ab4f58d6c57da6a005 683 utils optional ssl-cert_1.0.15.dsc
 5dded65992ee4c562b

Bug#446900: marked as done (ssl-cert: [INTL:vi] Vietnamese debconf templates translation update)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#446900: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---

Package: ssl-cert
Version: 1.0.15
Severity: minor
Tags: l10n, wishlist

The updated Vietnamese translation for the debconf file: ssl-cert

translated and submitted by:

Clytie Siddall (vi-VN, Vietnamese free-software translation team /  
nhóm Việt hóa phần mềm tự do)

vi.po.gz
Description: GNU Zip compressed data


PGP.sig
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.15

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

ssl-cert_1.0.15.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.dsc
ssl-cert_1.0.15.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.tar.gz
ssl-cert_1.0.15_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.15_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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: Sun, 10 Feb 2008 20:22:54 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.15
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 230391 287692 292157 293821 384591 384595 444902 445589 446210 446311 
446488 446640 446640 446670 446679 446878 446900 447138 447441 447900 447909 
447921 448226 464930
Changes: 
 ssl-cert (1.0.15) unstable; urgency=low
 .
   * Use 'hostname -f' for the snakeoil CN instead of 'hostname', since
 relative hostnames are subject to namespace collisions that could be
 exploited (and also because OpenLDAP doesn't care for them when
 connecting to localhost).  Thanks to Steve Langasek for the patch.
 Closes: 464930
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #445589
   * [Debconf translation updates]
   * Bulgarian. Closes: #446210
   * Galician. Closes: #446488
   * Spanish; Castilian. Closes: #446311
   * Finnish. Closes: #446640
   * Czech. Closes: #446670
   * Portuguese. Closes: #446679
   * Finnish. Closes: #446640
   * Turkish. Closes: #446878
   * Vietnamese. Closes: #446900
   * Basque. Closes: #447138
   * Italian. Closes: #447441
   * Russian. Closes: #447900
   * Slovak. Closes: #447909
   * German. Closes: #447921
   * French. Closes: #448226
   * Do getent group rather than getent passwd in postinst.  Closes: 444902
   * Make the default SSL cert have a lifetime of 10 years rather than 30
 days.  Closes: 293821
   * Add set -e to postinst and postrm.  Closes: 384591
   * Make default openssl config pull RANDFILE from the environment.
 Closes: 384595.
   * Only ask for hostname, drop questions about country, organisation and
 such.  Closes: 230391, 287692.
   * Handle relative output file paths correctly by using basename when
 symlinking to the hash file.  Closes: 292157.
   * Fix lintian warnings (clean-should-be-satisfied-by-build-depends
 debhelper and newer-debconf-templates).
   * Add buid-dependency on po-debconf.
Files: 
 2a62363c956540ab4f58d6c57da6a005 683 utils optional ssl-cert_1.0.15.dsc
 5dded65992ee4c562baedcd556d1f20f 18311 utils optional ssl-cert_1.0.15.tar.gz
 280b6896d694ce1fb88fe6ca7cbe64df 7938 utils optional ssl-cert_1.0.15_all.deb

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

iD8DBQFHr3EPQSseMYF6mWoRAjeFAJ9HrV6Tmzzrsaq1ssA1OPO3Qffg3QCgurKt
Pa/pMnaT07HCZGsPM10ZyJw=
=YgL1
-END PGP SIGNATURE-


--- End Message ---


Bug#446670: marked as done ([l10n] Updated Czech translation of ssl-cert debconf messages)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#446670: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Severity: wishlist
Tags: l10n, patch

Hi,

in attachement there is updated Czech (cs.po) translation of
ssl-cert debconf messages. Please include it with the package.

Thanks
-- 
Miroslav Kure
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid ""
msgstr ""
"Project-Id-Version: ssl-cert\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-11 07:45+0200\n"
"PO-Revision-Date: 2007-10-14 16:54+0200\n"
"Last-Translator: Miroslav Kure <[EMAIL PROTECTED]>\n"
"Language-Team: Czech <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: string
#. DefaultChoice
#: ../templates:2001
msgid "GB"
msgstr "CZ"

#. Type: string
#. Description
#: ../templates:2002
#| msgid "Country Name"
msgid "Country code:"
msgstr "Kód země:"

#. Type: string
#. Description
#: ../templates:2002
msgid ""
"Please enter the two-letter ISO-3166 code to use in the SSL certificate."
msgstr ""
"Zadejte prosím dvoupísmenný kód země podle ISO-3166, který se má použít v SSL "
"certifikátu."

#. Type: string
#. Description
#: ../templates:2002
msgid ""
"It will become the 'countryName' field of the generated SSL certificate."
msgstr "V certifikátu se tato informace zapíše do pole „countryName“."

#. Type: string
#. DefaultChoice
#: ../templates:3001
msgid "Scotland"
msgstr "Morava"

#. Type: string
#. Description
#: ../templates:3002
#| msgid "State or Province Name"
msgid "State or province name:"
msgstr "Jméno území nebo provincie:"

#. Type: string
#. Description
#: ../templates:3002
msgid ""
"Please enter the name of the administrative subdivision to use in the SSL "
"certificate."
msgstr ""
"Zadejte prosím jméno administrativní části území, které se má použít v SSL "
"certifikátu."

#. Type: string
#. Description
#: ../templates:3002
msgid ""
"It will become the 'stateOrProvinceName' field of the generated SSL "
"certificate."
msgstr "V certifikátu se tato informace zapíše do pole „stateOrProvinceName“."

#. Type: string
#. DefaultChoice
#: ../templates:4001
msgid "Edinburgh"
msgstr "Olomouc"

#. Type: string
#. Description
#: ../templates:4002
#| msgid "Locality Name"
msgid "Locality name:"
msgstr "Jméno místa:"

#. Type: string
#. Description
#: ../templates:4002
#| msgid "The name of the city or town that you live in. (localityName)"
msgid ""
"Please enter the name of the city or town to use in the SSL certificate."
msgstr ""
"Zadejte prosím jméno města nebo vesnice, které se má použít v SSL certifikátu."

#. Type: string
#. Description
#: ../templates:4002
msgid ""
"It will become the 'localityName' field of the generated SSL certificate."
msgstr "V certifikátu se tato informace zapíše do pole „localityName“."

#. Type: string
#. DefaultChoice
#: ../templates:5001
msgid "Example Inc."
msgstr "Příklad s r.o."

#. Type: string
#. Description
#: ../templates:5002
#| msgid "Organisation Name"
msgid "Organization name:"
msgstr "Jméno organizace:"

#. Type: string
#. Description
#: ../templates:5002
#| msgid ""
#| "The name of the company or organisation the certificate is for. "
#| "(organisationName)"
msgid ""
"Please enter the name of 

Bug#446311: marked as done (ssl-cert: [INTL:es] Updated po-debconf translation)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#446311: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---

Package: ssl-cert
Version: 2.1.37
Priority: wishlist
Tags: l10n patch

Please find attached the updated po-debconf translation of this package into
Spanish, as requested by Christian Perrier.

Thanks for including it in your next package upload,

Javier


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.15

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

ssl-cert_1.0.15.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.dsc
ssl-cert_1.0.15.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.tar.gz
ssl-cert_1.0.15_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.15_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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: Sun, 10 Feb 2008 20:22:54 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.15
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 230391 287692 292157 293821 384591 384595 444902 445589 446210 446311 
446488 446640 446640 446670 446679 446878 446900 447138 447441 447900 447909 
447921 448226 464930
Changes: 
 ssl-cert (1.0.15) unstable; urgency=low
 .
   * Use 'hostname -f' for the snakeoil CN instead of 'hostname', since
 relative hostnames are subject to namespace collisions that could be
 exploited (and also because OpenLDAP doesn't care for them when
 connecting to localhost).  Thanks to Steve Langasek for the patch.
 Closes: 464930
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #445589
   * [Debconf translation updates]
   * Bulgarian. Closes: #446210
   * Galician. Closes: #446488
   * Spanish; Castilian. Closes: #446311
   * Finnish. Closes: #446640
   * Czech. Closes: #446670
   * Portuguese. Closes: #446679
   * Finnish. Closes: #446640
   * Turkish. Closes: #446878
   * Vietnamese. Closes: #446900
   * Basque. Closes: #447138
   * Italian. Closes: #447441
   * Russian. Closes: #447900
   * Slovak. Closes: #447909
   * German. Closes: #447921
   * French. Closes: #448226
   * Do getent group rather than getent passwd in postinst.  Closes: 444902
   * Make the default SSL cert have a lifetime of 10 years rather than 30
 days.  Closes: 293821
   * Add set -e to postinst and postrm.  Closes: 384591
   * Make default openssl config pull RANDFILE from the environment.
 Closes: 384595.
   * Only ask for hostname, drop questions about country, organisation and
 such.  Closes: 230391, 287692.
   * Handle relative output file paths correctly by using basename when
 symlinking to the hash file.  Closes: 292157.
   * Fix lintian warnings (clean-should-be-satisfied-by-build-depends
 debhelper and newer-debconf-templates).
   * Add buid-dependency on po-debconf.
Files: 
 2a62363c956540ab4f58d6c57da6a005 683 utils optional ssl-cert_1.0.15.dsc
 5dded65992ee4c562baedcd556d1f20f 18311 utils optional ssl-cert_1.0.15.tar.gz
 280b6896d694ce1fb88fe6ca7cbe64df 7938 utils optional ssl-cert_1.0.15_all.deb

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

iD8DBQFHr3EPQSseMYF6mWoRAjeFAJ9HrV6Tmzzrsaq1ssA1OPO3Qffg3QCgurKt
Pa/pMnaT07HCZGsPM10ZyJw=
=YgL1
-END PGP SIGNATURE-


--- End Message ---


Bug#447909: marked as done (ssl-cert: [INTL:sk] Slovak po-debconf translation)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#447909: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Version:
Priority: wishlist
Tags: l10n patch

.po attached

~~helix84


ssl-cert.sk.po.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.15

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

ssl-cert_1.0.15.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.dsc
ssl-cert_1.0.15.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.tar.gz
ssl-cert_1.0.15_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.15_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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: Sun, 10 Feb 2008 20:22:54 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.15
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 230391 287692 292157 293821 384591 384595 444902 445589 446210 446311 
446488 446640 446640 446670 446679 446878 446900 447138 447441 447900 447909 
447921 448226 464930
Changes: 
 ssl-cert (1.0.15) unstable; urgency=low
 .
   * Use 'hostname -f' for the snakeoil CN instead of 'hostname', since
 relative hostnames are subject to namespace collisions that could be
 exploited (and also because OpenLDAP doesn't care for them when
 connecting to localhost).  Thanks to Steve Langasek for the patch.
 Closes: 464930
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #445589
   * [Debconf translation updates]
   * Bulgarian. Closes: #446210
   * Galician. Closes: #446488
   * Spanish; Castilian. Closes: #446311
   * Finnish. Closes: #446640
   * Czech. Closes: #446670
   * Portuguese. Closes: #446679
   * Finnish. Closes: #446640
   * Turkish. Closes: #446878
   * Vietnamese. Closes: #446900
   * Basque. Closes: #447138
   * Italian. Closes: #447441
   * Russian. Closes: #447900
   * Slovak. Closes: #447909
   * German. Closes: #447921
   * French. Closes: #448226
   * Do getent group rather than getent passwd in postinst.  Closes: 444902
   * Make the default SSL cert have a lifetime of 10 years rather than 30
 days.  Closes: 293821
   * Add set -e to postinst and postrm.  Closes: 384591
   * Make default openssl config pull RANDFILE from the environment.
 Closes: 384595.
   * Only ask for hostname, drop questions about country, organisation and
 such.  Closes: 230391, 287692.
   * Handle relative output file paths correctly by using basename when
 symlinking to the hash file.  Closes: 292157.
   * Fix lintian warnings (clean-should-be-satisfied-by-build-depends
 debhelper and newer-debconf-templates).
   * Add buid-dependency on po-debconf.
Files: 
 2a62363c956540ab4f58d6c57da6a005 683 utils optional ssl-cert_1.0.15.dsc
 5dded65992ee4c562baedcd556d1f20f 18311 utils optional ssl-cert_1.0.15.tar.gz
 280b6896d694ce1fb88fe6ca7cbe64df 7938 utils optional ssl-cert_1.0.15_all.deb

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

iD8DBQFHr3EPQSseMYF6mWoRAjeFAJ9HrV6Tmzzrsaq1ssA1OPO3Qffg3QCgurKt
Pa/pMnaT07HCZGsPM10ZyJw=
=YgL1
-END PGP SIGNATURE-


--- End Message ---


Bug#446210: marked as done ([INTL:bg] Bulgarian debconf translation)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#446210: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Version: 1.0.14
Severity: wishlist
Tags: patch l10n

Hi,

Please find attached Bulgarian translation of ssl-cert's debconf
templates.

Thanks,
dam
# translation of bg.po to Bulgarian
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Damyan Ivanov <[EMAIL PROTECTED]>, 2007.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-11 07:45+0200\n"
"PO-Revision-Date: 2007-10-11 10:45+0300\n"
"Last-Translator: Damyan Ivanov <[EMAIL PROTECTED]>\n"
"Language-Team: Bulgarian <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"

#. Type: string
#. DefaultChoice
#: ../templates:2001
msgid "GB"
msgstr "GB"

#. Type: string
#. Description
#: ../templates:2002
msgid "Country code:"
msgstr "Код на страната:"

#. Type: string
#. Description
#: ../templates:2002
msgid "Please enter the two-letter ISO-3166 code to use in the SSL certificate."
msgstr "Въведете двубуквеният код на страната според ISO-3166, който да се 
използва в сертификата за SSL."

#. Type: string
#. Description
#: ../templates:2002
msgid "It will become the 'countryName' field of the generated SSL certificate."
msgstr "Стойността ще се използва за полето „countryName“ в генерирания 
сертификат."

#. Type: string
#. DefaultChoice
#: ../templates:3001
msgid "Scotland"
msgstr "Scotland"

#. Type: string
#. Description
#: ../templates:3002
msgid "State or province name:"
msgstr "Име на щат или провинция:"

#. Type: string
#. Description
#: ../templates:3002
msgid ""
"Please enter the name of the administrative subdivision to use in the SSL "
"certificate."
msgstr "Въведете името на административното подразделение."

#. Type: string
#. Description
#: ../templates:3002
msgid ""
"It will become the 'stateOrProvinceName' field of the generated SSL "
"certificate."
msgstr "Стойността ще се използва в полето „stateOrProvinceName“ на 
генерираният сертификат."

#. Type: string
#. DefaultChoice
#: ../templates:4001
msgid "Edinburgh"
msgstr "Edinburgh"

#. Type: string
#. Description
#: ../templates:4002
msgid "Locality name:"
msgstr "Населено място:"

#. Type: string
#. Description
#: ../templates:4002
msgid "Please enter the name of the city or town to use in the SSL certificate."
msgstr "Въведете името на населеното място."

#. Type: string
#. Description
#: ../templates:4002
msgid "It will become the 'localityName' field of the generated SSL 
certificate."
msgstr "Стойността ще се използва в полето „localityName“ на генерирания 
сертификат."

#. Type: string
#. DefaultChoice
#: ../templates:5001
msgid "Example Inc."
msgstr "Example Inc."

#. Type: string
#. Description
#: ../templates:5002
msgid "Organization name:"
msgstr "Организация:"

#. Type: string
#. Description
#: ../templates:5002
msgid ""
"Please enter the name of the company or organization to use in the SSL "
"certificate."
msgstr "Въведете името на организацията."

#. Type: string
#. Description
#: ../templates:5002
msgid "It will become the 'organisationName' field of the generated SSL 
certificate."
msgstr "Стойността ще се използва за полето „organisationName“ на генерирания 
сертификат."

#. Type: string
#. DefaultChoice
#: ../templates:6001
msgid "Dept. of Examplification"
msgstr "Dept. of Examplification"

#. Type: string
#. Description
#: ../templates:6002
msgid "Organizational unit name:"
msgstr "Подразделение:"

#. Type: string
#. Description
#: ../templates:6002
msgid ""
"Please enter the name of the division or section of the organ

Bug#446878: marked as done ([INTL:tr] Turkish po-debconf translation)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#446878: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Version: 1.0.15
Severity: wishlist
Tags: patch l10n


Please find attached the Turkish po-debconf translation.
Regards,


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: Lang=tr_TR, LC_CTYPE=tr_TR (charmap=ISO-8859-9)



tr_ssl-cert-1.0.15.po
Description: tr_ssl-cert-1.0.15.po
--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.15

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

ssl-cert_1.0.15.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.dsc
ssl-cert_1.0.15.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.tar.gz
ssl-cert_1.0.15_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.15_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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: Sun, 10 Feb 2008 20:22:54 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.15
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 230391 287692 292157 293821 384591 384595 444902 445589 446210 446311 
446488 446640 446640 446670 446679 446878 446900 447138 447441 447900 447909 
447921 448226 464930
Changes: 
 ssl-cert (1.0.15) unstable; urgency=low
 .
   * Use 'hostname -f' for the snakeoil CN instead of 'hostname', since
 relative hostnames are subject to namespace collisions that could be
 exploited (and also because OpenLDAP doesn't care for them when
 connecting to localhost).  Thanks to Steve Langasek for the patch.
 Closes: 464930
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #445589
   * [Debconf translation updates]
   * Bulgarian. Closes: #446210
   * Galician. Closes: #446488
   * Spanish; Castilian. Closes: #446311
   * Finnish. Closes: #446640
   * Czech. Closes: #446670
   * Portuguese. Closes: #446679
   * Finnish. Closes: #446640
   * Turkish. Closes: #446878
   * Vietnamese. Closes: #446900
   * Basque. Closes: #447138
   * Italian. Closes: #447441
   * Russian. Closes: #447900
   * Slovak. Closes: #447909
   * German. Closes: #447921
   * French. Closes: #448226
   * Do getent group rather than getent passwd in postinst.  Closes: 444902
   * Make the default SSL cert have a lifetime of 10 years rather than 30
 days.  Closes: 293821
   * Add set -e to postinst and postrm.  Closes: 384591
   * Make default openssl config pull RANDFILE from the environment.
 Closes: 384595.
   * Only ask for hostname, drop questions about country, organisation and
 such.  Closes: 230391, 287692.
   * Handle relative output file paths correctly by using basename when
 symlinking to the hash file.  Closes: 292157.
   * Fix lintian warnings (clean-should-be-satisfied-by-build-depends
 debhelper and newer-debconf-templates).
   * Add buid-dependency on po-debconf.
Files: 
 2a62363c956540ab4f58d6c57da6a005 683 utils optional ssl-cert_1.0.15.dsc
 5dded65992ee4c562baedcd556d1f20f 18311 utils optional ssl-cert_1.0.15.tar.gz
 280b6896d694ce1fb88fe6ca7cbe64df 7938 utils optional ssl-cert_1.0.15_all.deb

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

iD8DBQFHr3EPQSseMYF6mWoRAjeFAJ9HrV6Tmzzrsaq1ssA1OPO3Qffg3QCgurKt
Pa/pMnaT07HCZGsPM10ZyJw=
=YgL1
-END PGP SIGNATURE-


--- End Message ---


Bug#448226: marked as done (French po-debconf translation update)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#448226: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Version: 1.0.15
Severity: normal
Tags: l10n patch

--- Please enter the report below this line. ---

Regards

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-3-686

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.fr.debian.org 
  500 testing ftp.fr.debian.org 
  500 stable  ftp.fr.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
debconf  (>= 0.5)  | 1.5.16
 OR debconf-2.0| 
openssl| 0.9.8g-1
adduser| 3.105


-- 
  .~.Nicolas Bertolissio
  /V\[EMAIL PROTECTED]
 // \\
/(   )\
 ^`~'^  Debian GNU/Linux
# Translation of ssl-cert debconf templates to French
# Copyright (C) 2001-2007 Nicolas Bertolissio <[EMAIL PROTECTED]>
# This file is distributed under the same license as the ssl-cert package.
#
msgid ""
msgstr ""
"Project-Id-Version: ssl-cert 1.0.15\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-11 07:45+0200\n"
"PO-Revision-Date: 2007-10-11 18:27+0200\n"
"Last-Translator: Nicolas Bertolissio <[EMAIL PROTECTED]>\n"
"Language-Team: French <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: string
#. DefaultChoice
#: ../templates:2001
msgid "GB"
msgstr "FR"

#. Type: string
#. Description
#: ../templates:2002
msgid "Country code:"
msgstr "Code du pays :"

#. Type: string
#. Description
#: ../templates:2002
msgid ""
"Please enter the two-letter ISO-3166 code to use in the SSL certificate."
msgstr ""
"Veuillez indiquer le code ISO-3166 à deux lettres à utiliser dans le "
"certificat SSL."

#. Type: string
#. Description
#: ../templates:2002
msgid ""
"It will become the 'countryName' field of the generated SSL certificate."
msgstr "Ce sera le contenu du champ « countryName » du certificat SSL créé."

#. Type: string
#. DefaultChoice
#: ../templates:3001
msgid "Scotland"
msgstr "Valais"

#. Type: string
#. Description
#: ../templates:3002
msgid "State or province name:"
msgstr "Département, territoire, canton ou province :"

#. Type: string
#. Description
#: ../templates:3002
msgid ""
"Please enter the name of the administrative subdivision to use in the SSL "
"certificate."
msgstr ""
"Veuillez indiquer le nom de la subdivision administrative à utiliser dans le "
"certificat SSL."

#. Type: string
#. Description
#: ../templates:3002
msgid ""
"It will become the 'stateOrProvinceName' field of the generated SSL "
"certificate."
msgstr ""
"Ce sera le contenu du champ « stateOrProvinceName » du certificat SSL créé."

#. Type: string
#. DefaultChoice
#: ../templates:4001
msgid "Edinburgh"
msgstr "Montréal"

#. Type: string
#. Description
#: ../templates:4002
msgid "Locality name:"
msgstr "Localité :"

#. Type: string
#. Description
#: ../templates:4002
msgid ""
"Please enter the name of the city or town to use in the SSL certificate."
msgstr ""
"Veuillez indiquer la ville ou l'agglomération à utiliser dans le certificat "
"SSL."

#. Type: string
#. Description
#: ../templates:4002
msgid ""
"It will become the 'localityName' field of the generated SSL certificate."
msgstr "Ce sera le contenu du champ « localityName » du certificat SSL créé."

#. Type: string
#. DefaultChoice
#: ../templates:5001
msgid "Example Inc."
msgstr "Ministère de la Culture du Mali"

#. Type: string
#. Description
#: ../templates:5002
msgid "Organization name:"
msgstr "Organisme :"

#. Type: string
#. Description
#: ../templates:5002
msgid ""
"Please enter the name of the company or organization to use in t

Bug#293821: marked as done (ssl-cert: default cert life rather short)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#293821: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Version: 1.0-10
Severity: minor

The default SSL certificate generated is only valid for a mere 30 days.
This seems rather short and the script doesn't provide a readily obvious
means of creating a certificate for a longer timeframe.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i586)
Kernel: Linux 2.4.18-bf2.4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ssl-cert depends on:
ii  debconf [debconf-2.0] 1.4.30.11  Debian configuration management sy

-- debconf information excluded

--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.15

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

ssl-cert_1.0.15.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.dsc
ssl-cert_1.0.15.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.tar.gz
ssl-cert_1.0.15_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.15_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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: Sun, 10 Feb 2008 20:22:54 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.15
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 230391 287692 292157 293821 384591 384595 444902 445589 446210 446311 
446488 446640 446640 446670 446679 446878 446900 447138 447441 447900 447909 
447921 448226 464930
Changes: 
 ssl-cert (1.0.15) unstable; urgency=low
 .
   * Use 'hostname -f' for the snakeoil CN instead of 'hostname', since
 relative hostnames are subject to namespace collisions that could be
 exploited (and also because OpenLDAP doesn't care for them when
 connecting to localhost).  Thanks to Steve Langasek for the patch.
 Closes: 464930
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #445589
   * [Debconf translation updates]
   * Bulgarian. Closes: #446210
   * Galician. Closes: #446488
   * Spanish; Castilian. Closes: #446311
   * Finnish. Closes: #446640
   * Czech. Closes: #446670
   * Portuguese. Closes: #446679
   * Finnish. Closes: #446640
   * Turkish. Closes: #446878
   * Vietnamese. Closes: #446900
   * Basque. Closes: #447138
   * Italian. Closes: #447441
   * Russian. Closes: #447900
   * Slovak. Closes: #447909
   * German. Closes: #447921
   * French. Closes: #448226
   * Do getent group rather than getent passwd in postinst.  Closes: 444902
   * Make the default SSL cert have a lifetime of 10 years rather than 30
 days.  Closes: 293821
   * Add set -e to postinst and postrm.  Closes: 384591
   * Make default openssl config pull RANDFILE from the environment.
 Closes: 384595.
   * Only ask for hostname, drop questions about country, organisation and
 such.  Closes: 230391, 287692.
   * Handle relative output file paths correctly by using basename when
 symlinking to the hash file.  Closes: 292157.
   * Fix lintian warnings (clean-should-be-satisfied-by-build-depends
 debhelper and newer-debconf-templates).
   * Add buid-dependency on po-debconf.
Files: 
 2a62363c956540ab4f58d6c57da6a005 683 utils optional ssl-cert_1.0.15.dsc
 5dded65992ee4c562baedcd556d1f20f 18311 utils optional ssl-cert_1.0.15.tar.gz
 280b6896d694ce1fb88fe6ca7cbe64df 7938 utils optional ssl-cert_1.0.15_all.deb

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

iD8DBQFHr3EPQSseMYF6mWoRAjeFAJ9HrV6Tmzzrsaq1ssA1OP

Bug#287692: marked as done (insists on having all fields filled in)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287692: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Version: 1.0-10
Severity: normal

I happen to be in Germany, a country which has states ("Laender"), but
where the fact in which state a locality is in is completely
unimportant for addressing purposes.

Despite of this, I am forced to enter a state or province name.

ssl-cert should accept empty fields.

Greetings
Marc

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-vash
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages ssl-cert depends on:
ii  debconf [debconf-2.0] 1.4.41 Debian configuration management sy

-- debconf information excluded

--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.15

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

ssl-cert_1.0.15.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.dsc
ssl-cert_1.0.15.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.tar.gz
ssl-cert_1.0.15_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.15_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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: Sun, 10 Feb 2008 20:22:54 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.15
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 230391 287692 292157 293821 384591 384595 444902 445589 446210 446311 
446488 446640 446640 446670 446679 446878 446900 447138 447441 447900 447909 
447921 448226 464930
Changes: 
 ssl-cert (1.0.15) unstable; urgency=low
 .
   * Use 'hostname -f' for the snakeoil CN instead of 'hostname', since
 relative hostnames are subject to namespace collisions that could be
 exploited (and also because OpenLDAP doesn't care for them when
 connecting to localhost).  Thanks to Steve Langasek for the patch.
 Closes: 464930
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #445589
   * [Debconf translation updates]
   * Bulgarian. Closes: #446210
   * Galician. Closes: #446488
   * Spanish; Castilian. Closes: #446311
   * Finnish. Closes: #446640
   * Czech. Closes: #446670
   * Portuguese. Closes: #446679
   * Finnish. Closes: #446640
   * Turkish. Closes: #446878
   * Vietnamese. Closes: #446900
   * Basque. Closes: #447138
   * Italian. Closes: #447441
   * Russian. Closes: #447900
   * Slovak. Closes: #447909
   * German. Closes: #447921
   * French. Closes: #448226
   * Do getent group rather than getent passwd in postinst.  Closes: 444902
   * Make the default SSL cert have a lifetime of 10 years rather than 30
 days.  Closes: 293821
   * Add set -e to postinst and postrm.  Closes: 384591
   * Make default openssl config pull RANDFILE from the environment.
 Closes: 384595.
   * Only ask for hostname, drop questions about country, organisation and
 such.  Closes: 230391, 287692.
   * Handle relative output file paths correctly by using basename when
 symlinking to the hash file.  Closes: 292157.
   * Fix lintian warnings (clean-should-be-satisfied-by-build-depends
 debhelper and newer-debconf-templates).
   * Add buid-dependency on po-debconf.
Files: 
 2a62363c956540ab4f58d6c57da6a005 683 utils optional ssl-cert_1.0.15.dsc
 5dded65992ee4c562baedcd556d1f20f 18311 utils optional ssl-cert_1.0.15.tar.gz
 280b6896d694ce1fb88fe6ca7cbe64df 7938 utils optional ssl-cert_1.0.15_all.deb

Bug#444902: marked as done (ssl-cert: incorrect group check)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#444902: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Version: 1.0.14

ssl-cert's postinst checks for a ssl-cert entry in passwd (using
getent which is good), and then adds ssl-cert group.

It should do a group check really (getent group).

Adrian
-- 
Email: [EMAIL PROTECTED]  -*-  GPG key available on public key servers
Debian GNU/Linux - the maintainable distribution   -*-  www.debian.org


--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.15

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

ssl-cert_1.0.15.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.dsc
ssl-cert_1.0.15.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.tar.gz
ssl-cert_1.0.15_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.15_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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: Sun, 10 Feb 2008 20:22:54 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.15
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 230391 287692 292157 293821 384591 384595 444902 445589 446210 446311 
446488 446640 446640 446670 446679 446878 446900 447138 447441 447900 447909 
447921 448226 464930
Changes: 
 ssl-cert (1.0.15) unstable; urgency=low
 .
   * Use 'hostname -f' for the snakeoil CN instead of 'hostname', since
 relative hostnames are subject to namespace collisions that could be
 exploited (and also because OpenLDAP doesn't care for them when
 connecting to localhost).  Thanks to Steve Langasek for the patch.
 Closes: 464930
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #445589
   * [Debconf translation updates]
   * Bulgarian. Closes: #446210
   * Galician. Closes: #446488
   * Spanish; Castilian. Closes: #446311
   * Finnish. Closes: #446640
   * Czech. Closes: #446670
   * Portuguese. Closes: #446679
   * Finnish. Closes: #446640
   * Turkish. Closes: #446878
   * Vietnamese. Closes: #446900
   * Basque. Closes: #447138
   * Italian. Closes: #447441
   * Russian. Closes: #447900
   * Slovak. Closes: #447909
   * German. Closes: #447921
   * French. Closes: #448226
   * Do getent group rather than getent passwd in postinst.  Closes: 444902
   * Make the default SSL cert have a lifetime of 10 years rather than 30
 days.  Closes: 293821
   * Add set -e to postinst and postrm.  Closes: 384591
   * Make default openssl config pull RANDFILE from the environment.
 Closes: 384595.
   * Only ask for hostname, drop questions about country, organisation and
 such.  Closes: 230391, 287692.
   * Handle relative output file paths correctly by using basename when
 symlinking to the hash file.  Closes: 292157.
   * Fix lintian warnings (clean-should-be-satisfied-by-build-depends
 debhelper and newer-debconf-templates).
   * Add buid-dependency on po-debconf.
Files: 
 2a62363c956540ab4f58d6c57da6a005 683 utils optional ssl-cert_1.0.15.dsc
 5dded65992ee4c562baedcd556d1f20f 18311 utils optional ssl-cert_1.0.15.tar.gz
 280b6896d694ce1fb88fe6ca7cbe64df 7938 utils optional ssl-cert_1.0.15_all.deb

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

iD8DBQFHr3EPQSseMYF6mWoRAjeFAJ9HrV6Tmzzrsaq1ssA1OPO3Qffg3QCgurKt
Pa/pMnaT07HCZGsPM10ZyJw=
=YgL1
-END PGP SIGNATURE-


--- End Message ---


Bug#292157: marked as done (ssl-cert: fails if output file is a relative path)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#292157: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Version: 1.0-11
Severity: normal


the proble is with the hash symlink part. It first cd's into the
directory part of the output file, then links it with the generated
hash file, which takes as input the output file. It works as long as
$output is a full path, not a relative one.

This patch solves it:

--- make-ssl-cert~  2005-01-07 17:17:34.0 +0100
+++ make-ssl-cert   2005-01-25 13:49:11.0 +0100
@@ -93,7 +93,8 @@
 
 # hash symlink
 cd `dirname $output`
-ln -sf `basename $output` `openssl x509 -hash -noout -in $output`
+certfile=`basename $output`
+ln -sf $certfile `openssl x509 -hash -noout -in $certfile`
 
 rm -f $TMPFILE
 



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages ssl-cert depends on:
ii  debconf [debconf-2.0] 1.4.42 Debian configuration management sy
ii  openssl   0.9.7e-3   Secure Socket Layer (SSL) binary a

-- debconf information excluded

--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.15

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

ssl-cert_1.0.15.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.dsc
ssl-cert_1.0.15.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.tar.gz
ssl-cert_1.0.15_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.15_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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: Sun, 10 Feb 2008 20:22:54 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.15
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 230391 287692 292157 293821 384591 384595 444902 445589 446210 446311 
446488 446640 446640 446670 446679 446878 446900 447138 447441 447900 447909 
447921 448226 464930
Changes: 
 ssl-cert (1.0.15) unstable; urgency=low
 .
   * Use 'hostname -f' for the snakeoil CN instead of 'hostname', since
 relative hostnames are subject to namespace collisions that could be
 exploited (and also because OpenLDAP doesn't care for them when
 connecting to localhost).  Thanks to Steve Langasek for the patch.
 Closes: 464930
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #445589
   * [Debconf translation updates]
   * Bulgarian. Closes: #446210
   * Galician. Closes: #446488
   * Spanish; Castilian. Closes: #446311
   * Finnish. Closes: #446640
   * Czech. Closes: #446670
   * Portuguese. Closes: #446679
   * Finnish. Closes: #446640
   * Turkish. Closes: #446878
   * Vietnamese. Closes: #446900
   * Basque. Closes: #447138
   * Italian. Closes: #447441
   * Russian. Closes: #447900
   * Slovak. Closes: #447909
   * German. Closes: #447921
   * French. Closes: #448226
   * Do getent group rather than getent passwd in postinst.  Closes: 444902
   * Make the default SSL cert have a lifetime of 10 years rather than 30
 days.  Closes: 293821
   * Add set -e to postinst and postrm.  Closes: 384591
   * Make default openssl config pull RANDFILE from the environment.
 Closes: 384595.
   * Only ask for hostname, drop questions about country, organisation and
 such.  Closes: 230391, 287692.
   * Handle relative output file paths correctly by using basename when
 symlinking to the hash file.  Closes: 292157.
   * Fix lintian warnings 

Bug#446679: marked as done (ssl-cert: [INTL:pt] Updated Portuguese translation for debconf messages)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:02:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#446679: fixed in ssl-cert 1.0.15
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)

--- Begin Message ---
Package: ssl-cert
Version: n/a
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for ssl-cert's debconf messages.
Translator: Ricardo Silva <[EMAIL PROTECTED]>
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


-- 
Best regards,

Miguel Figueiredo
"Traduz" - Portuguese Translation Team
http://www.DebianPT.org



---

-- 

Com os melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org


pt.po
Description: application/gettext
--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.15

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

ssl-cert_1.0.15.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.dsc
ssl-cert_1.0.15.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.15.tar.gz
ssl-cert_1.0.15_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.15_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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: Sun, 10 Feb 2008 20:22:54 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.15
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 230391 287692 292157 293821 384591 384595 444902 445589 446210 446311 
446488 446640 446640 446670 446679 446878 446900 447138 447441 447900 447909 
447921 448226 464930
Changes: 
 ssl-cert (1.0.15) unstable; urgency=low
 .
   * Use 'hostname -f' for the snakeoil CN instead of 'hostname', since
 relative hostnames are subject to namespace collisions that could be
 exploited (and also because OpenLDAP doesn't care for them when
 connecting to localhost).  Thanks to Steve Langasek for the patch.
 Closes: 464930
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #445589
   * [Debconf translation updates]
   * Bulgarian. Closes: #446210
   * Galician. Closes: #446488
   * Spanish; Castilian. Closes: #446311
   * Finnish. Closes: #446640
   * Czech. Closes: #446670
   * Portuguese. Closes: #446679
   * Finnish. Closes: #446640
   * Turkish. Closes: #446878
   * Vietnamese. Closes: #446900
   * Basque. Closes: #447138
   * Italian. Closes: #447441
   * Russian. Closes: #447900
   * Slovak. Closes: #447909
   * German. Closes: #447921
   * French. Closes: #448226
   * Do getent group rather than getent passwd in postinst.  Closes: 444902
   * Make the default SSL cert have a lifetime of 10 years rather than 30
 days.  Closes: 293821
   * Add set -e to postinst and postrm.  Closes: 384591
   * Make default openssl config pull RANDFILE from the environment.
 Closes: 384595.
   * Only ask for hostname, drop questions about country, organisation and
 such.  Closes: 230391, 287692.
   * Handle relative output file paths correctly by using basename when
 symlinking to the hash file.  Closes: 292157.
   * Fix lintian warnings (clean-should-be-satisfied-by-build-depends
 debhelper and newer-debconf-templates).
   * Add buid-dependency on po-debconf.
Files: 
 2a62363c956540ab4f58d6c57da6a005 683 utils optional ssl-cert_1.0.15.dsc
 5dded65992ee4c562baedcd556d1f20f 18311 utils optional ssl-cert_1.0.15.tar.gz
 280b6896d694ce1fb88fe6ca7cbe64df 7938 utils optional ssl-cert_1.0.15_all.deb

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

iD8DBQFHr3EPQSseMYF6mWoRAjeFAJ9HrV6Tmzzrsaq1ssA1OPO3Qffg3QCgurKt
Pa/pMnaT07HCZGsPM10ZyJw=
=YgL1
-END PGP SIGNATURE-


--- End Message ---


Bug#421557: marked as done (apache2: increasing memory usage)

2008-02-16 Thread Debian Bug Tracking System

Your message dated Sat, 16 Feb 2008 12:17:00 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#421557: fixed in apache2 2.2.3-4+etch4
has caused the Debian Bug report #421557,
regarding apache2: increasing memory usage
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
421557: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=421557
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: apache2
Version: 2.2.3-4
Severity: normal


Apache2's memory usage on a low traffic server keeps on increasing until it 
brings the
whole server the down.

Starts with:

USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
root 23865  0.1  1.6  23076  8448 ?Ss   04:44   0:00 
/usr/sbin/apache2 -k start
www-data 23870  0.5  3.4  33052 17532 ?S04:44   0:00 
/usr/sbin/apache2 -k start
www-data 23871  0.5  3.5  33040 17916 ?S04:44   0:00 
/usr/sbin/apache2 -k start
www-data 23872  0.0  1.3  23476  6860 ?S04:44   0:00 
/usr/sbin/apache2 -k start
www-data 23873  0.0  0.8  23076  4072 ?S04:44   0:00 
/usr/sbin/apache2 -k start
www-data 23874  0.0  0.8  23076  4084 ?S04:44   0:00 
/usr/sbin/apache2 -k start
www-data 23877  0.0  0.8  23076  4072 ?S04:44   0:00 
/usr/sbin/apache2 -k start

A bit later:

USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
root  1290  0.0  0.7  23076  3900 ?Ss   Apr29   0:00 
/usr/sbin/apache2 -k start
www-data  1764  0.2  8.5 183828 43596 ?SApr29   3:45 
/usr/sbin/apache2 -k start
www-data 11452  0.1  9.7 104596 49512 ?SApr29   1:42 
/usr/sbin/apache2 -k start
www-data 11453  0.2  9.2 106980 47184 ?SApr29   2:06 
/usr/sbin/apache2 -k start
www-data 11462  0.2  9.4 106444 48056 ?SApr29   1:56 
/usr/sbin/apache2 -k start
www-data 18776  0.0  5.4  42888 27500 ?SApr29   0:18 
/usr/sbin/apache2 -k start
www-data 18777  0.1  6.6  49260 33920 ?SApr29   0:24 
/usr/sbin/apache2 -k start
www-data 18778  0.0  6.1  46496 31116 ?SApr29   0:17 
/usr/sbin/apache2 -k start
www-data 18779  0.1  6.1  46780 31148 ?SApr29   0:31 
/usr/sbin/apache2 -k start
www-data 18781  0.0  6.1  46968 31532 ?SApr29   0:21 
/usr/sbin/apache2 -k start
www-data 18782  0.1  5.7  44612 29160 ?SApr29   0:21 
/usr/sbin/apache2 -k start

The installation is quite standard, with modules php5, psql auth, and webdav 
enabled.

Cheers,
Chris.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork   2.2.3-4Traditional model for Apache HTTPD

apache2 recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.3-4+etch4

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

apache2-doc_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.3-4+etch4_all.deb
apache2-mpm-event_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.3-4+etch4_i386.deb
apache2-mpm-perchild_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.3-4+etch4_all.deb
apache2-mpm-prefork_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.3-4+etch4_i386.deb
apache2-mpm-worker_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.3-4+etch4_i386.deb
apache2-prefork-dev_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.3-4+etch4_i386.deb
apache2-src_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-src_2.2.3-4+etch4_all.deb
apache2-threaded-dev_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.3-4+etch4_i386.deb
apache2-utils_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.3-4+etch4_i386.deb
apache2.2-common_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.3-4+etch4_i386.deb
apache2_2.2.3-4+etch4.diff.gz
  to pool/main/a/apache2/apache2_2.2.3-4+etch4.diff.gz
apache2_2.2.3-4+etch4.dsc
  to pool/main/a/apache2/apache2_2.2.3-4+etch4.dsc
apache2_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2_2.2.3-

Bug#453630: marked as done (apache2: Major host parsing error in section)

2008-02-16 Thread Debian Bug Tracking System

Your message dated Sat, 16 Feb 2008 12:17:00 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#453630: fixed in apache2 2.2.3-4+etch4
has caused the Debian Bug report #453630,
regarding apache2: Major host parsing error in  section
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
453630: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=453630
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: apache2
Version: 2.2.3-4+etch1
Severity: important


Hi,
I encoutered a weird error using mod_proxy_balancer and multiple
 section.

Here is the config file:
---8<--

   BalancerMember  http://1.1.1.1
   BalancerMember  http://1.1.1.3


   BalancerMember  http://1.1.1.10
   BalancerMember  http://1.1.1.11
   BalancerMember  http://1.2.1.11
   BalancerMember  http://1.1.1.31

---8<--

Here is the output of balancer-manager via html2text:
---8<--

** Load Balancer Manager for bd7 **
  Server Version: Apache/2.2.3 (Debian)
  Server Built: Jun 17 2007 20:16:04
===
 LoadBalancer Status for balancer://back1 
StickySession Timeout FailoverAttempts Method
  0   2byrequests

Worker URL Route RouteRedir Factor Status
http://1.1.1.1  1  Ok
http://1.1.1.3  1  Ok
===
 LoadBalancer Status for balancer://back2 
StickySession Timeout FailoverAttempts Method
  0   3byrequests

Worker URL  Route RouteRedir Factor Status
http://1.1.1.1   1  Ok
http://1.1.1.1   1  Ok
http://1.2.1.11  1  Ok
http://1.1.1.3   1  Ok
===
 Apache/2.2.3 (Debian) Server at bd7 Port 80

---8<--


Like you could see, there an abnormal shrink of the Worker URL in the second 
balancer
status. It's kinda like when parsing the config file worker addresses are 
compared 
to previous worker but using the length() of the previous workers

And the traffic isn't sent to the configured Urls.
One way to workaround is reverse the definition of the balancer:
---8<--

   BalancerMember  http://1.1.1.10
   BalancerMember  http://1.1.1.11
   BalancerMember  http://1.2.1.11
   BalancerMember  http://1.1.1.31


   BalancerMember  http://1.1.1.1
   BalancerMember  http://1.1.1.3

---8<--

But i fear that there is more implication than just this and than this could 
affect the
entire mod_proxy module, since i've some weird result just using mod_rewrite 
and mod_proxy
with same kind of destination URLs and traffic that flow where it shouldn't.

Regards,
benoit

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.3-4+etch4

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

apache2-doc_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.3-4+etch4_all.deb
apache2-mpm-event_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.3-4+etch4_i386.deb
apache2-mpm-perchild_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.3-4+etch4_all.deb
apache2-mpm-prefork_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.3-4+etch4_i386.deb
apache2-mpm-worker_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.3-4+etch4_i386.deb
apache2-prefork-dev_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.3-4+etch4_i386.deb
apache2-src_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-src_2

Bug#399776: marked as done (apache2: Apache 2.2 spawns lots of processes and freeze the box)

2008-02-16 Thread Debian Bug Tracking System

Your message dated Sat, 16 Feb 2008 12:17:00 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#399776: fixed in apache2 2.2.3-4+etch4
has caused the Debian Bug report #399776,
regarding apache2: Apache 2.2 spawns lots of processes and freeze the box
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
399776: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399776
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: apache2
Version: 2.2.3-3.1
Severity: critical
Justification: breaks the whole system

After a random time that goes from 5 minutes to days apache starts
forking a lot of processes, each using about 150m of VIRT and 20m
of RES memory. Most of the processes die and appear as  in
top or ps. After some tens of seconds the machine completely freeze
and should be rebooted. The console (the only time I was able to
have a look at it) has some kernel information about the oom-killer
killing apache2 but unfortunately this is happening to a remote
server and I don't have 24/24h access to it. Last time happened when
I was logged in and I was able to "killall apache2" and save the
box (this is how I understood what was happening.)

Right now I lowered the number of max clients from 150 to 25 but
this is not a definitive solution (for obvious reasons). If I can
do any test to provide better data just let me know.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork   2.2.3-3.1  Traditional model for Apache HTTPD

apache2 recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.3-4+etch4

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

apache2-doc_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.3-4+etch4_all.deb
apache2-mpm-event_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.3-4+etch4_i386.deb
apache2-mpm-perchild_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.3-4+etch4_all.deb
apache2-mpm-prefork_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.3-4+etch4_i386.deb
apache2-mpm-worker_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.3-4+etch4_i386.deb
apache2-prefork-dev_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.3-4+etch4_i386.deb
apache2-src_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-src_2.2.3-4+etch4_all.deb
apache2-threaded-dev_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.3-4+etch4_i386.deb
apache2-utils_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.3-4+etch4_i386.deb
apache2.2-common_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.3-4+etch4_i386.deb
apache2_2.2.3-4+etch4.diff.gz
  to pool/main/a/apache2/apache2_2.2.3-4+etch4.diff.gz
apache2_2.2.3-4+etch4.dsc
  to pool/main/a/apache2/apache2_2.2.3-4+etch4.dsc
apache2_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2_2.2.3-4+etch4_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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apache2 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: Sun, 27 Jan 2008 19:05:30 +0100
Source: apache2
Binary: apache2-utils apache2-prefork-dev apache2 apache2-mpm-prefork 
apache2-doc apache2-mpm-event apache2.2-common apache2-mpm-worker apache2-src 
apache2-threaded-dev apache2-mpm-perchild
Architecture: source all i386
Version: 2.2.3-4+etch4
Distribution: stable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-doc - documentation for a

Bug#453783: marked as done (apache2: CVE-2007-4465)

2008-02-16 Thread Debian Bug Tracking System

Your message dated Sat, 16 Feb 2008 12:17:00 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#453783: fixed in apache2 2.2.3-4+etch4
has caused the Debian Bug report #453783,
regarding apache2: CVE-2007-4465
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
453783: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=453783
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: apache2
Severity: grave
Justification: user security hole

Seems to me that Debian (sarge or etch or even sid) apache packages are
not yet patched against

  http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-4465
  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4465

Seems to me that the obvious workarounds of turning Indexes off or
having an index.html everywhere, protects just fine; and wonder why
Apache does not say so.

Cheers,

Paul Szabo   [EMAIL PROTECTED]   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of SydneyAustralia


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-spm1.11
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.3-4+etch4

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

apache2-doc_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.3-4+etch4_all.deb
apache2-mpm-event_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.3-4+etch4_i386.deb
apache2-mpm-perchild_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.3-4+etch4_all.deb
apache2-mpm-prefork_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.3-4+etch4_i386.deb
apache2-mpm-worker_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.3-4+etch4_i386.deb
apache2-prefork-dev_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.3-4+etch4_i386.deb
apache2-src_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2-src_2.2.3-4+etch4_all.deb
apache2-threaded-dev_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.3-4+etch4_i386.deb
apache2-utils_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.3-4+etch4_i386.deb
apache2.2-common_2.2.3-4+etch4_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.3-4+etch4_i386.deb
apache2_2.2.3-4+etch4.diff.gz
  to pool/main/a/apache2/apache2_2.2.3-4+etch4.diff.gz
apache2_2.2.3-4+etch4.dsc
  to pool/main/a/apache2/apache2_2.2.3-4+etch4.dsc
apache2_2.2.3-4+etch4_all.deb
  to pool/main/a/apache2/apache2_2.2.3-4+etch4_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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apache2 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: Sun, 27 Jan 2008 19:05:30 +0100
Source: apache2
Binary: apache2-utils apache2-prefork-dev apache2 apache2-mpm-prefork 
apache2-doc apache2-mpm-event apache2.2-common apache2-mpm-worker apache2-src 
apache2-threaded-dev apache2-mpm-perchild
Architecture: source all i386
Version: 2.2.3-4+etch4
Distribution: stable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-doc - documentation for apache2
 apache2-mpm-event - Event driven model for Apache HTTPD 2.1
 apache2-mpm-perchild - Transitional package - please remove
 apache2-mpm-prefork - Traditional model for Apache HTTPD 2.1
 apache2-mpm-worker - High speed threaded model for Apache HTTPD 2.1
 apache2-prefork-dev - development headers for apache2
 apache2-src - Apache source code
 apache2-threaded-dev - development headers for apache2
 apache2-utils - utility programs for webservers
 apache2.2-common - Next generation, scalable, extendable web server
Closes: 399776 421557 453630 453783
Changes: 
 apache2 (2.2.3-4+etch4) stable; urgency=low
 .
   * Fix various cross site scripting vulnerabilities with browsers that do not
 conform to RFC 2616: Apache

Processed: forcibly merging 410334 466531, forcibly merging 465279 465860 465865

2008-02-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.16
> forcemerge 410334 466531
Bug#410334: apache2: misleading error message: lists line number but not 
affected file
Bug#466531: apache2: config file error message does not specify config file 
containing the error
Forcibly Merged 410334 466531.

> forcemerge 465279 465860 465865
Bug#465279: ssl-cert: /var/lib/dpkg/info/ssl-cert.postinst of version 1.0.15 
hangs inside chroot
Bug#465860: ssl-cert : version 1.0.15 hanging when upgrade
Bug#465865: ssl-cert: Please warn that it will take ages to run
Forcibly Merged 465279 465860 465865.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: bug 465283 is forwarded to http://issues.apache.org/bugzilla/show_bug.cgi?id=29404

2008-02-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.16
> forwarded 465283 http://issues.apache.org/bugzilla/show_bug.cgi?id=29404
Bug#465283: apache2: ProxySourceAddress directive to select source address of 
outgoing connections from mod_proxy
Noted your statement that Bug has been forwarded to 
http://issues.apache.org/bugzilla/show_bug.cgi?id=29404.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 466531, tagging 313430, severity of 410334 is wishlist

2008-02-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.16
> tags 466531 pending
Bug#466531: apache2: config file error message does not specify config file 
containing the error
There were no tags set.
Bug#410334: apache2: misleading error message: lists line number but not 
affected file
Tags added: pending

> tags 313430 pending
Bug#313430: better vhost logging
There were no tags set.
Tags added: pending

> severity 410334 wishlist
Bug#410334: apache2: misleading error message: lists line number but not 
affected file
Bug#466531: apache2: config file error message does not specify config file 
containing the error
Severity set to `wishlist' from `normal'

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: merging 465279 465860 465865

2008-02-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.11ubuntu3
> merge 465279 465860 465865
Bug#465279: ssl-cert: /var/lib/dpkg/info/ssl-cert.postinst of version 1.0.15 
hangs inside chroot
Bug#465860: ssl-cert : version 1.0.15 hanging when upgrade
Bug#465865: ssl-cert: Please warn that it will take ages to run
Merged 465279 465860 465865.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#465865: marked as done (ssl-cert: Please warn that it will take ages to run)

2008-02-20 Thread Debian Bug Tracking System

Your message dated Wed, 20 Feb 2008 22:02:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#465279: fixed in ssl-cert 1.0.16
has caused the Debian Bug report #465279,
regarding ssl-cert: Please warn that it will take ages to run
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
465279: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465279
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ssl-cert
Version: 1.0.15
Severity: normal

Installing on unstable ssl-cert takes more than 10 minutes in the setup
phase due to reading a moderate amount of data from /dev/random.

I am not sure that it needs to do this (the package only got installed
because of dependencies - I have no plans to use SSL on the machine in
question).  Also if it is going to do this it should at least warn the user
that the operation may take some time.


--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.16

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

ssl-cert_1.0.16.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.16.dsc
ssl-cert_1.0.16.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.16.tar.gz
ssl-cert_1.0.16_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.16_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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, 20 Feb 2008 13:27:11 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.16
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 446258 448511 465279 465679
Changes: 
 ssl-cert (1.0.16) unstable; urgency=low
 .
   * Get rid of RANDFILE and just use /dev/urandom instead.  Closes: #465279
   * Update Swedish translation.  Closes: #446258
   * Update Brazilian translation.  Closes: #448511
   * Add Japanese translation.  Closes: #465679
Files: 
 9618651347e1d49c7cb97ce2133c7ecb 683 utils optional ssl-cert_1.0.16.dsc
 c1327de69adb818324fd31a9edc2cb60 39692 utils optional ssl-cert_1.0.16.tar.gz
 fdc596bdc1c8340f096e3844e86880e4 8296 utils optional ssl-cert_1.0.16_all.deb

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

iD8DBQFHvKBRQSseMYF6mWoRAsQkAKCp/FnAG+C+cvBYJkxKBa6QdNvfxgCcCMMX
tvStnPHPma3Bt3aaji9Zldk=
=wq8p
-END PGP SIGNATURE-


--- End Message ---


Bug#446258: marked as done (ssl-cert: [INTL:sv] Swedish debconf templates translation )

2008-02-20 Thread Debian Bug Tracking System

Your message dated Wed, 20 Feb 2008 22:02:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#446258: fixed in ssl-cert 1.0.16
has caused the Debian Bug report #446258,
regarding ssl-cert: [INTL:sv] Swedish debconf templates translation 
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
446258: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446258
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ssl-cert
Severity: wishlist
Tags: patch l10n


Here is the updated Swedish debconf translation for ssl-cert

Regards,
Daniel

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.17.4
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=UTF-8) (ignored: LC_ALL set to 
sv_SE)
Shell: /bin/sh linked to /bin/bash

Versions of packages ssl-cert depends on:
ii  adduser   3.105  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.14 Debian configuration management sy
ii  openssl   0.9.8e-9   Secure Socket Layer (SSL) binary a

ssl-cert recommends no packages.

-- debconf information excluded
# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
# Developers do not need to manually edit POT or PO files.
# , fuzzy
#
#
msgid ""
msgstr ""
"Project-Id-Version: ssl-cert\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-11 07:45+0200\n"
"PO-Revision-Date: 2007-10-11 15:39+0100\n"
"Last-Translator: Daniel Nylander <[EMAIL PROTECTED]>\n"
"Language-Team: Swedish <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: string
#. DefaultChoice
#: ../templates:2001
msgid "GB"
msgstr "SE"

#. Type: string
#. Description
#: ../templates:2002
#| msgid "Country Name"
msgid "Country code:"
msgstr "Landskod:"

#. Type: string
#. Description
#: ../templates:2002
msgid "Please enter the two-letter ISO-3166 code to use in the SSL certificate."
msgstr "Ange tvåbokstavskoden enligt ISO-3166 som ska användas i 
SSL-certifikatet."

#. Type: string
#. Description
#: ../templates:2002
msgid "It will become the 'countryName' field of the generated SSL certificate."
msgstr "Det kommer att bli \"countryName\"-fältet i det genererade 
SSL-certifikatet."

#. Type: string
#. DefaultChoice
#: ../templates:3001
msgid "Scotland"
msgstr "Götaland"

#. Type: string
#. Description
#: ../templates:3002
#| msgid "State or Province Name"
msgid "State or province name:"
msgstr "Kommun, län eller provins:"

#. Type: string
#. Description
#: ../templates:3002
msgid "Please enter the name of the administrative subdivision to use in the 
SSL certificate."
msgstr "Ange namnet på den administrativa avdelningen som ska användas i 
SSL-certifikatet."

#. Type: string
#. Description
#: ../templates:3002
msgid "It will become the 'stateOrProvinceName' field of the generated SSL 
certificate."
msgstr "Det kommer att bli \"stateOrProvinceName\"-fältet i det genererade 
SSL-certifikatet."

#. Type: string
#. DefaultChoice
#: ../templates:4001
msgid "Edinburgh"
msgstr "Grönköping"

#. Type: string
#. Description
#: ../templates:4002
#| msgid "Locality Name"
msgid "Locality name:"
msgstr "Plats:"

#. Type: string
#. Description
#: ../templates:4002
#| msgid "The name of the city or town that you live in. (localityName)"
msgid "Please enter the name of the city or town to use in the SSL certificate."
msgstr "Ange namnet på den stad som ska användas i SSL-certifikatet."

#. Type: string
#. Description
#: ../templates:4002
msgid "It will become the 'localityName' field of the generated SSL 
certificate."
msgstr "Det kommer att bli \"localityName\"-fä

Bug#448511: marked as done (ssl-cert: [INTL:pt_BR] Brazilian Portuguese debconf templates translation)

2008-02-20 Thread Debian Bug Tracking System

Your message dated Wed, 20 Feb 2008 22:02:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#448511: fixed in ssl-cert 1.0.16
has caused the Debian Bug report #448511,
regarding ssl-cert: [INTL:pt_BR] Brazilian Portuguese debconf templates 
translation
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
448511: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448511
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: ssl-cert
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
tested with msgfmt and podebconf-display-po.

I'm sorry for the delay, I hope pt_BR can still get included
in the next upload

Kind regards,

- --
Eder L. Marques

   .''`.  ** Debian GNU/Linux **
  : :' :  http://www.debian.org/
  `. `'   http://www.debianbrasil.org/
`-http://www.debian-ce.org/

Get Counted! http://www.linuxcounter.org/
Duvidas sobre o Debian? Visite o Rau-Tu: http://rautu.cipsga.org.br/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iQIVAwUBRyYUJj9tnxvLkedtAQJxGQ//V9iB89zOzbb8ACLh+4x+jtGDjzu6JbpV
9hVPkjS4BflmgIJXxzlCC93jkH8wT02xzQLQbxP/TT/GLGTxr9ydL82V1P8KLvo4
JMzGU4Jj6p9SpOOVA1H0a8fcxiO5+CnICbrHWAoTEx92U8dA/r109W/4WRYOGH46
EdEHDU3YFPxaeb55UAVOkEXPBmqq0Tz0phrRQ43i1PoO5Q+zYNnsJUxZ/CpJM1a1
0pGhUDeuirlrVfNwq2yOydj2+A2ZwI4hcdpvf/z4C7T6U1/mlI8+wqOkhaHatR9D
wRjxpLr8uTJrAe+Ei4raO6zz/3ZbtkfsRAUL+Ptt9XQoVXyQLr1INO/wfktU9Kwe
VMB9Q3S4b0Fx6l5J6jQQXJ6FOSQhwko+P3ZEA9PEOKBW6tE8vNwF4E/OUR1Ifa/w
9iQDI0qVCqZhT3qXB0SNDjB+DrkWnrK8PFDBRUAvNtA0yWjllZbHwvgGKgL5CLKe
8yjbkT0iMipwaeBAvzy1wYttkwOqXxQ9JFvsdBZGaKhC5eLuyzsifQraV5opVCHC
tkd0aja7Ig2drUjbzMK3S11/UtImrUXTPsbYtIi/H1hfJqfYwn+LYmDYchuP10J9
/Tcjy10ux2drBbbhXBfSpisiK0iiPx9D87YBNb9udmmzC89QP9umYElBTqKcz+Mz
MSjf846QLZs=
=uMnp
-END PGP SIGNATURE-
# ssl-cert Brazilian Portuguese translation
# Copyright (c) 2007 ssl-cert's COPYRIGHT HOLDER
# This file is distributed under the same license as the ssl-cert package.
# Eder L. Marques <[EMAIL PROTECTED]>, 2007.
#
msgid ""
msgstr "pt_BR utf-8\n"
"Project-Id-Version: ssl-cert 1.0.15\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-11 07:45+0200\n"
"PO-Revision-Date: 2007-10-16 22:14-0300\n"
"Last-Translator: Eder L. Marques <[EMAIL PROTECTED]>\n"
"Language-Team: l10n Portuguese <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"

#. Type: string
#. DefaultChoice
#: ../templates:2001
msgid "GB"
msgstr "BR"

#. Type: string
#. Description
#: ../templates:2002
#| msgid "Country Name"
msgid "Country code:"
msgstr "Código do país:"

#. Type: string
#. Description
#: ../templates:2002
msgid "Please enter the two-letter ISO-3166 code to use in the SSL certificate."
msgstr ""
"Por favor, informe o código de duas letras ISO-3166 para uso no certificado "
"SSL."

#. Type: string
#. Description
#: ../templates:2002
msgid "It will become the 'countryName' field of the generated SSL certificate."
msgstr "Ele se tornará o campo 'countryName' do certificado SSL gerado."

#. Type: string
#. DefaultChoice
#: ../templates:3001
msgid "Scotland"
msgstr "Ceará"

#. Type: string
#. Description
#: ../templates:3002
#| msgid "State or Province Name"
msgid "State or province name:"
msgstr "Estado ou nome da província:"

#. Type: string
#. Description
#: ../templates:3002
msgid ""
"Please enter the name of the administrative subdivision to use in the SSL "
"certificate."
msgstr ""
"Por favo, informe o nome da subdivisão administrativa para uso no "
"certificado SSL."

#. Type: string
#. Description
#: ../templates:3002
msgid ""
"It will become the 'stateOrProvinceName' field of the generated SSL "
"certificate."
msgstr "Ele se tornará o campo 'stateOrProvinceName' do certificado SSL gerado."

#. Type: string
#. DefaultChoice
#: ../templates:4001
msgid "Edinburgh"
msgstr "Fortaleza"

#. Type: string
#. Description
#: ..

Bug#465860: marked as done (ssl-cert : version 1.0.15 hanging when upgrade)

2008-02-20 Thread Debian Bug Tracking System

Your message dated Wed, 20 Feb 2008 22:02:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#465279: fixed in ssl-cert 1.0.16
has caused the Debian Bug report #465279,
regarding ssl-cert : version 1.0.15 hanging when upgrade
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
465279: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465279
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ssl-cert
Version : 1.0.15
Severity: grave

Hi,

ssl-cert is hanging when i am upgrading from stable to unstable
/testing. it takes more then a hour with no-respond.

I have install stable version 4.0 after that i am upgrading to
unstable/testing .my sources.list has two mirror.

deb http://ftp.iitm.ac.in/debian unstable main contrib non-free
deb http://ftp.iitm.ac.in/debian testing main contrib non-free

and command which  i have given
#apt-get update
#apt-get install ssh
it hangs at ss-cert .
No response from long then i pressed CTRL + C it says some
dependencies problem (cupsys is depends >=1.0.11) like.


--
Deepak Tripathi
E3 71V3 8Y C063 (We Live By Code)
http://deepkatripathi.blogspot.com


--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.16

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

ssl-cert_1.0.16.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.16.dsc
ssl-cert_1.0.16.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.16.tar.gz
ssl-cert_1.0.16_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.16_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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, 20 Feb 2008 13:27:11 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.16
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 446258 448511 465279 465679
Changes: 
 ssl-cert (1.0.16) unstable; urgency=low
 .
   * Get rid of RANDFILE and just use /dev/urandom instead.  Closes: #465279
   * Update Swedish translation.  Closes: #446258
   * Update Brazilian translation.  Closes: #448511
   * Add Japanese translation.  Closes: #465679
Files: 
 9618651347e1d49c7cb97ce2133c7ecb 683 utils optional ssl-cert_1.0.16.dsc
 c1327de69adb818324fd31a9edc2cb60 39692 utils optional ssl-cert_1.0.16.tar.gz
 fdc596bdc1c8340f096e3844e86880e4 8296 utils optional ssl-cert_1.0.16_all.deb

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

iD8DBQFHvKBRQSseMYF6mWoRAsQkAKCp/FnAG+C+cvBYJkxKBa6QdNvfxgCcCMMX
tvStnPHPma3Bt3aaji9Zldk=
=wq8p
-END PGP SIGNATURE-


--- End Message ---


Bug#465679: marked as done (ssl-cert: [INTL:ja] Japanese po-debconf template translation (ja.po))

2008-02-20 Thread Debian Bug Tracking System

Your message dated Wed, 20 Feb 2008 22:02:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#465679: fixed in ssl-cert 1.0.16
has caused the Debian Bug report #465679,
regarding ssl-cert: [INTL:ja] Japanese po-debconf template translation (ja.po)
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
465679: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465679
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ssl-cert
Version: 1.0.15
Severity: wishlist
Tags: patch l10n

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear maintainer,

 Here's updated Japanese po-debconf template (ja.po) file.
 Could you apply it, please?

- --
Regards,

 Hideki Yamane henrich @ debian.or.jp

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

iD8DBQFHs38PIu0hy8THJksRAlIrAJ9eisED2HWm05yjvGqvrbqYzX59lQCgmHJC
/W6PR2uKAzqhjfSkYjTVf14=
=llda
-END PGP SIGNATURE-
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
#
msgid ""
msgstr ""
"Project-Id-Version: ssl-cert 1.0.15\n"
"Report-Msgid-Bugs-To: Source: [EMAIL PROTECTED]"
"POT-Creation-Date: 2008-02-10 22:33+0100\n"
"PO-Revision-Date: 2006-02-11 22:02+0900\n"
"Last-Translator: Hideki Yamane (Debian-JP) <[EMAIL PROTECTED]>\n"
"Language-Team: Japanese <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: string
#. Description
#: ../templates:2001
#| msgid "Host Name"
msgid "Host name:"
msgstr "ホスト名:"

#. Type: string
#. Description
#: ../templates:2001
msgid "Please enter the host name to use in the SSL certificate."
msgstr "SSL 証明書で使うホスト名を入力してください。"

#. Type: string
#. Description
#: ../templates:2001
msgid "It will become the 'commonName' field of the generated SSL certificate."
msgstr "これは生成される SSL 証明書内での「commonName」になります。"

#. Type: title
#. Description
#: ../templates:3001
#| msgid "Configure an SSL Certificate."
msgid "Configure an SSL Certificate."
msgstr "SSL 証明書を設定します。"

--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.16

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

ssl-cert_1.0.16.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.16.dsc
ssl-cert_1.0.16.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.16.tar.gz
ssl-cert_1.0.16_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.16_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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, 20 Feb 2008 13:27:11 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.16
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 446258 448511 465279 465679
Changes: 
 ssl-cert (1.0.16) unstable; urgency=low
 .
   * Get rid of RANDFILE and just use /dev/urandom instead.  Closes: #465279
   * Update Swedish translation.  Closes: #446258
   * Update Brazilian translation.  Closes: #448511
   * Add Japanese translation.  Closes: #465679
Files: 
 9618651347e1d49c7cb97ce2133c7ecb 683 utils optional ssl-cert_1.0.16.dsc
 c1327de69adb818324fd31a9edc2cb60 39692 utils optional ssl-cert_1.0.16.tar.gz
 fdc596bdc1c8340f096e3844e86880e4 8296 utils optional ssl-cert_1.0.16_all.deb

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

iD8DBQFHvKBRQSseMYF6mWoRAsQkAKCp/FnAG+C+cvBYJkxKBa6QdNvfxgCcCMMX
tvStnPHPma3Bt3aaji9Zldk=
=wq8p
-END PGP SIGNATURE-


--- End Message ---


Bug#465279: marked as done (ssl-cert: /var/lib/dpkg/info/ssl-cert.postinst of version 1.0.15 hangs inside chroot)

2008-02-20 Thread Debian Bug Tracking System

Your message dated Wed, 20 Feb 2008 22:02:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#465279: fixed in ssl-cert 1.0.16
has caused the Debian Bug report #465279,
regarding ssl-cert: /var/lib/dpkg/info/ssl-cert.postinst of version 1.0.15 
hangs inside chroot
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
465279: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465279
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ssl-cert
Version: 1.0.15
Severity: important


Bootstrapping using a FAI based system the current ssl-cert version
1.0.15 hangs during installation:

% ps auxwww
[...]
root 17080  0.1  0.6  10620  8812 ttyp0S+   16:05   0:00 /usr/bin/perl 
-w /usr/share/debconf/frontend /var/lib/dpkg/info/ssl-cert.postinst configure
root 17082  0.0  0.0   2724  1288 ttyp0S+   16:05   0:00 /bin/sh -e 
/var/lib/dpkg/info/ssl-cert.postinst configure
root 17089  0.0  0.1   2740  1356 ttyp0S+   16:05   0:00 /bin/bash -e 
/usr/sbin/make-ssl-cert generate-default-snakeoil
root 17093  0.0  0.1   3792  1452 ttyp0S+   16:05   0:00 openssl req 
-config /tmp/tmp.ZkYAg17091 -new -x509 -days 3650 -nodes -out 
/etc/ssl/certs/ssl-cert-snakeoil.pem -keyout 
/etc/ssl/private/ssl-cert-snakeoil.key
[...]


Running the openssl command manually brings up:

17145:error:0E065068:configuration file routines:STR_COPY:variable has no 
value:conf_def.c:629:line 5


The content of /tmp/tmp.ZkYAg17091 is:

#
# SSLeay example configuration file.
#

RANDFILE= $ENV::RANDFILE

[ req ]
default_bits= 1024
default_keyfile = privkey.pem
distinguished_name  = req_distinguished_name
prompt  = no
policy  = policy_anything

[ req_distinguished_name ]
commonName  = randomname.grml.org


My chroot system (where ssl-cert can't be installed) is named "grml"
using /etc/hostname (but /etc/init.d/hostname.sh doesn't seem to be
executed), which is different from the outer system being
randomname.grml.org (where I'm bootstrapping from and what seems to
be the output of 'hostname -f'). Until now my setup always worked
just fine. Am I doing something wrong and it worked fine until now
just because of random luck or is the "hostname -f" change of
ssl-cert causing unwanted problems? :)

regards,
-mika-


--- End Message ---
--- Begin Message ---
Source: ssl-cert
Source-Version: 1.0.16

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

ssl-cert_1.0.16.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.16.dsc
ssl-cert_1.0.16.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.16.tar.gz
ssl-cert_1.0.16_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.16_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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated ssl-cert 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, 20 Feb 2008 13:27:11 +0100
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.16
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 446258 448511 465279 465679
Changes: 
 ssl-cert (1.0.16) unstable; urgency=low
 .
   * Get rid of RANDFILE and just use /dev/urandom instead.  Closes: #465279
   * Update Swedish translation.  Closes: #446258
   * Update Brazilian translation.  Closes: #448511
   * Add Japanese translation.  Closes: #465679
Files: 
 9618651347e1d49c7cb97ce2133c7ecb 683 utils optional ssl-cert_1.0.16.dsc
 c1327de69adb818324fd31a9edc2cb60 39692 utils optional ssl-cert_1.0.16.tar.gz
 fdc596bdc1c8340f096e3844e86880e4 8296 utils optional ssl-cert_1.0.16_all.deb

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

iD8DBQFHvKBRQSseMYF6mWoRAsQkAKCp/FnAG+C+cvBYJkxKBa6QdNvfxgCcCMMX
tvStnPHPma3Bt3aaji9Zldk=
=wq8p
-END PGP SIGNATURE-


--- End Message ---


Processed: tagging 466367, tagging 466531

2008-02-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.16
> tags 466367 pending
Bug#466367: apache2.2-common: conffile question during upgrade
There were no tags set.
Tags added: pending

> tags 466531 - pending
Bug#466531: apache2: config file error message does not specify config file 
containing the error
Tags were: pending
Bug#410334: apache2: misleading error message: lists line number but not 
affected file
Tags removed: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 410334

2008-02-23 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.16
> tags 410334 pending
Bug#410334: apache2: misleading error message: lists line number but not 
affected file
There were no tags set.
Bug#466531: apache2: config file error message does not specify config file 
containing the error
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 464342, tagging 225136, tagging 466369

2008-02-23 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.16
> tags 464342 moreinfo
Bug#464342: apache2-mpm-prefork: Segmentation faults after upgrading
There were no tags set.
Tags added: moreinfo

> tags 225136 moreinfo
Bug#225136: apache2: FTBFS with experimental libtool 1.6-0+1.5a-1
Tags were: experimental
Tags added: moreinfo

> tags 466369 moreinfo
Bug#466369: apache2: apr_sock_info_get() failed for domain.
There were no tags set.
Tags added: moreinfo

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: (forw) Re: Bug#467167: Package: installation-reports

2008-02-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> forcemerge 467254 467167
Bug#467254: installation-reports: Hangs when parametering ssl-cert
Bug#467167: Package: installation-reports
Forcibly Merged 467167 467254.

> reassign 467254 ssl-cert
Bug#467254: installation-reports: Hangs when parametering ssl-cert
Bug#467167: Package: installation-reports
Bug reassigned from package `installation-reports' to `ssl-cert'.

> forcemerge 465860 467254
Bug#465860: ssl-cert : version 1.0.15 hanging when upgrade
Bug#467254: installation-reports: Hangs when parametering ssl-cert
Bug#465279: ssl-cert: /var/lib/dpkg/info/ssl-cert.postinst of version 1.0.15 
hangs inside chroot
Bug#465865: ssl-cert: Please warn that it will take ages to run
Bug#467167: Package: installation-reports
Forcibly Merged 465279 465860 465865 467167 467254.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#468138: marked as done (Lenny 64-bit netinstall hangs when configuring ssl-cert)

2008-02-27 Thread Debian Bug Tracking System

Your message dated Wed, 27 Feb 2008 12:59:35 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#468138: Lenny 64-bit netinstall hangs when configuring 
ssl-cert
has caused the Debian Bug report #468138,
regarding Lenny 64-bit netinstall hangs when configuring ssl-cert
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
468138: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468138
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ssl-cert
Version: 1.0.15
Severity: grave
Justification: renders package unusable


The network installation of Lenny 64-bit hangs when configuring 
ssl-cert. In addition, if you install Etch 64-bit and then try to 
upgrade to Lenny the upgrading process also hangs while configuring 
ssl-cert. This happens with different mirrors.  


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ssl-cert depends on:
ii  adduser   3.105  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.19 Debian configuration management sy
ii  openssl   0.9.8g-4   Secure Socket Layer (SSL) binary a

ssl-cert recommends no packages.

-- debconf information excluded


--- End Message ---
--- Begin Message ---
Version: 1.0.16

| Package: ssl-cert
| Version: 1.0.15

Please always test with the latest version or at least check bugs
which have been fixed in the latest upload.

| The network installation of Lenny 64-bit hangs when configuring 
| ssl-cert. In addition, if you install Etch 64-bit and then try to 
| upgrade to Lenny the upgrading process also hangs while configuring 
| ssl-cert. This happens with different mirrors.  

No, it doesn't, it just takes a while.  And it has been fixed in the
latest package.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are

--- End Message ---


Processed: forcibly merging 461462 468171

2008-02-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.16
> forcemerge 461462 468171
Bug#461462: apache2: README.Debian typos and broken symlink
Bug#468171: /usr/share/doc/apache2/README.Debian is a dangling symlink
Forcibly Merged 461462 468171.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#468332: marked as done (global CustomLog overwritten by virtual one)

2008-02-28 Thread Debian Bug Tracking System

Your message dated Thu, 28 Feb 2008 15:28:18 +0100 (CET)
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#468332: global CustomLog overwritten by virtual one
has caused the Debian Bug report #468332,
regarding global CustomLog overwritten by virtual one
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
468332: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468332
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: apache2
Version: 2.2.3-4+etch3
Severity: normal

I can have multiple CustomLog directives for a single vhost, and
that creates multiple files. However, if I have a CustomLog inside
a vhost and one in the global namespace, the vhost log overwrites
the global one, causing it to be ignored. This is neither documented
nor wanted.

Then again, implementing/fixing this might make #313430 harder...

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
 .''`.   martin f. krafft <[EMAIL PROTECTED]>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)
--- End Message ---
--- Begin Message ---
> I can have multiple CustomLog directives for a single vhost, and
> that creates multiple files. However, if I have a CustomLog inside
> a vhost and one in the global namespace, the vhost log overwrites
> the global one, causing it to be ignored. This is neither documented
> nor wanted.

This is documented at

http://httpd.apache.org/docs/2.2/en/logs.html#virtualhost

Since this works as intended by upstream, I am closing the bug.

Cheers,
Stefan



--- End Message ---


Processed: tagging 468289

2008-02-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.16
> tags 468289 pending
Bug#468289: apache2.2-common: Segfault when checking BalancerMember status via 
handler balancer-manager
There were no tags set.
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed (with 1 errors): Re: Bug#454548: unarchive request

2008-02-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> unarchive 454548
Unarchived Bug 454548

> reopen 454548
Bug#454548: apache2-doc: All index pages are invalid (index.html) Thus are not 
matched against correct lang (index.html.LANG-ENC
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
Bug reopened, originator not changed.

> submitter tom <[EMAIL PROTECTED]>
Unknown command or malformed arguments to command.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed (with 1 errors): Re: Processed (with 1 errors): Re: Bug#454548: unarchive request

2008-02-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> submitter 454548 tom <[EMAIL PROTECTED]>
Bug#454548: apache2-doc: All index pages are invalid (index.html) Thus are not 
matched against correct lang (index.html.LANG-ENC
Changed Bug submitter from chrish <[EMAIL PROTECTED]> to tom <[EMAIL 
PROTECTED]>.

> Don Armstrong
Unknown command or malformed arguments to command.

> --
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#468789: marked as done (ssl-cert configuration hangs)

2008-03-01 Thread Debian Bug Tracking System

Your message dated Sat, 1 Mar 2008 14:46:42 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#468789: ssl-cert configuration hangs
has caused the Debian Bug report #468789,
regarding ssl-cert configuration hangs
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
468789: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468789
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ssl-cert
Version: 1.0.15
Severity: normal


I did "apt-get install ssl-cert" and it hanged after:

[EMAIL PROTECTED]:~$ sudo apt-get install ssl-cert
Reading package lists... Done
Building dependency tree
Reading state information... Done
ssl-cert is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up ssl-cert (1.0.15) ...

I did:

ps awuxf and got:

root  1773  0.0  0.3   5304  1016 ?Ss   14:00   0:00 /usr/sbin/sshd
root  2163  0.0  0.9   8064  2512 ?Ss   14:01   0:00  \_ sshd: 
jozef [priv]
jozef 2165  0.0  0.6   8208  1656 ?S14:01   0:00  |   \_ sshd: 
[EMAIL PROTECTED]/0
jozef 2166  0.0  1.2   5892  3104 pts/0Ss   14:01   0:00  |   \_ 
-bash
root  2330 11.0  5.1  16964 13164 pts/0S+   14:08   0:00  |   
\_ apt-get install ssl-cert
root  2334  0.5  1.2   5800  3280 pts/2Ss+  14:08   0:00  | 
  \_ /usr/bin/dpkg --status-fd 19
--configure ssl-ce
root  2335  5.0  3.2  11316  8220 pts/2S+   14:08   0:00  | 
  \_ /usr/bin/perl -w
/usr/share/debconf/fronten
root  2341  0.2  0.4   3928  1188 pts/2S+   14:08   0:00  | 
  \_ /bin/sh -e
/var/lib/dpkg/info/ssl-cert.
root  2343  0.0  0.4   3948  1276 pts/2S+   14:08   0:00  | 
  \_ /bin/bash -e
/usr/sbin/make-ssl-cer
root  2347  0.0  0.5   3776  1440 pts/2S+   14:08   0:00  | 
  \_ openssl req
-config /tmp/tmp.dT

The command on which it was hangig was:

 openssl req -config /tmp/tmp.INrPef2390 -new -x509 -days 3650 -nodes -out 
/etc/ssl/certs/ssl-cert-snakeoil.pem
-keyout /etc/ssl/private/ssl-cert-snakeoil.key

I have executed it by hand and i got this output:

2410:error:0E065068:configuration file routines:STR_COPY:variable has no 
value:conf_def.c:629:line 5

On the line 5 there was:

RANDFILE= $ENV::RANDFILE

After i did:

export RANDFILE=/dev/urandom

and executed:

 openssl req -config /tmp/tmp.INrPef2390 -new -x509 -days 3650 -nodes -out 
/etc/ssl/certs/ssl-cert-snakeoil.pem
-keyout /etc/ssl/private/ssl-cert-snakeoil.key

the instalation :

apt-get install ssl-cert

succeded without hanging (because the certificate was already generated)



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ssl-cert depends on:
ii  adduser   3.105  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.19 Debian configuration management sy
ii  openssl   0.9.8g-4   Secure Socket Layer (SSL) binary a

ssl-cert recommends no packages.

-- debconf information:
  make-ssl-cert/title:
  make-ssl-cert/hostname: localhost


--- End Message ---
--- Begin Message ---
Version: 1.0.16

On Saturday 01 March 2008, Jozef Kutej wrote:
> I did "apt-get install ssl-cert" and it hanged after:


> Setting up ssl-cert (1.0.15) ...

This is fixed in 1.0.16, which is in testing since yesterday.

--- End Message ---


Processed: fixed 454548 in 2.2.3-4+etch3

2008-03-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.18.1
> fixed 454548 2.2.3-4+etch3
Bug#454548: apache2-doc: All index pages are invalid (index.html) Thus are not 
matched against correct lang (index.html.LANG-ENC
Bug marked as fixed in version 2.2.3-4+etch3.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: severity of 468690 is wishlist

2008-03-02 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.18.1
> severity 468690 wishlist
Bug#468690: apache2: Apache is not always intented to be run as system-wide 
server
Severity set to `wishlist' from `important'

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: block 405773 with 469081, block 395959 with 469081

2008-03-02 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.18.1
> block 405773 with 469081
Bug#469081: Please link against libmysqlclient_r instead of libmysqlclient
Bug#405773: apache2.2-common: mod_authn_dbd does not include the mysql driver
Was blocked by: 395959 403541 406202 450535
Blocking bugs of 405773 added: 469081

> block 395959 with 469081
Bug#469081: Please link against libmysqlclient_r instead of libmysqlclient
Bug#395959: apache2: Auth dbd with MySQL driver doesn't work
Was blocked by: 450535
Bug#403541: mysql driver missing - closing of #395959 was inappropriate
Bug#406202: no mysql support
Blocking bugs of 395959 added: 469081

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: setting package to apache2-doc apache2-mpm-perchild apache2 apache2-mpm-event apache2.2-common apache2-utils apache2-threaded-dev apache2-prefork-dev apache2-src apache2-mpm-prefork apache2

2008-03-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.18.1
> #
> # apache2 (2.2.8-2) UNRELEASED; urgency=low
> #
> #  * Don't ship empty /var/www/apache2-default in apache2-doc.
> #(Closes: #469145)
> #  * mod_autoindex: Use the bomb icon only for the name 'core', not for
> #'*core'. (Closes: #467480)
> #
> package apache2-doc apache2-mpm-perchild apache2 apache2-mpm-event 
> apache2.2-common apache2-utils apache2-threaded-dev apache2-prefork-dev 
> apache2-src apache2-mpm-prefork apache2-dbg apache2-mpm-worker
Ignoring bugs not assigned to: apache2-mpm-perchild apache2-doc apache2 
apache2-mpm-event apache2.2-common apache2-utils apache2-threaded-dev 
apache2-prefork-dev apache2-src apache2-mpm-prefork apache2-mpm-worker 
apache2-dbg

> tags 467480 + pending
Bug#467480: apache2: default autoindex.conf uses bomb icon for file called score
Tags were: patch
Tags added: pending

> tags 469145 + pending
Bug#469145: apache2-doc: ships empty /var/www/apache2-default
There were no tags set.
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: found 469271 in 2.0.54-5

2008-03-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.18.1
> found 469271 2.0.54-5
Bug#469271: apache2-utils: htpasswd salt generation weakness
Bug marked as found in version 2.0.54-5.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 469271

2008-03-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.18.1
> tags 469271 pending etch
Bug#469271: apache2-utils: htpasswd salt generation weakness
There were no tags set.
Tags added: pending, etch

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#469145: marked as done (apache2-doc: ships empty /var/www/apache2-default)

2008-03-08 Thread Debian Bug Tracking System

Your message dated Sat, 08 Mar 2008 12:17:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469145: fixed in apache2 2.2.8-2
has caused the Debian Bug report #469145,
regarding apache2-doc: ships empty /var/www/apache2-default
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
469145: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469145
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: apache2-doc
Version: 2.2.8-1
Severity: minor

The apache2-doc package still seems to ship an empty
/var/www/apache2-default directory.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (520, 'testing'), (510, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.8-2

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

apache2-dbg_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-2_i386.deb
apache2-doc_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-2_all.deb
apache2-mpm-event_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-2_i386.deb
apache2-mpm-perchild_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.8-2_all.deb
apache2-mpm-prefork_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-2_i386.deb
apache2-mpm-worker_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-2_i386.deb
apache2-prefork-dev_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-2_i386.deb
apache2-src_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-2_all.deb
apache2-threaded-dev_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-2_i386.deb
apache2-utils_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-2_i386.deb
apache2.2-common_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-2_i386.deb
apache2_2.2.8-2.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-2.diff.gz
apache2_2.2.8-2.dsc
  to pool/main/a/apache2/apache2_2.2.8-2.dsc
apache2_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2_2.2.8-2_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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apache2 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: Sat, 08 Mar 2008 12:28:14 +0100
Source: apache2
Binary: apache2.2-common apache2-mpm-worker apache2-mpm-prefork 
apache2-mpm-event apache2-mpm-perchild apache2-utils apache2 apache2-doc 
apache2-prefork-dev apache2-threaded-dev apache2-src apache2-dbg
Architecture: source i386 all
Version: 2.2.8-2
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-dbg - Apache debugging symbols
 apache2-doc - documentation for apache2
 apache2-mpm-event - Event driven model for Apache HTTPD
 apache2-mpm-perchild - Transitional package - please remove
 apache2-mpm-prefork - Traditional model for Apache HTTPD
 apache2-mpm-worker - High speed threaded model for Apache HTTPD
 apache2-prefork-dev - development headers for apache2
 apache2-src - Apache source code
 apache2-threaded-dev - development headers for apache2
 apache2-utils - utility programs for webservers
 apache2.2-common - Next generation, scalable, extendable web server
Closes: 313430 410334 461341 461462 466367 467480 469145 469271
Changes: 
 apache2 (2.2.8-2) unstable; urgency=low
 .
   * Provide a fallback access log (other_vhosts_access.log) and a suitable
 LogFormat (vhost_combined) for VirtualHosts that don't define their own
 log file. (Closes: #313430)
   * Fix broken symlink to README.Debian.gz and typos in the file
 (closes: #461462).
   * Improve generation of password salts in htpasswd (closes: #46

Bug#461462: marked as done (apache2: README.Debian typos and broken symlink)

2008-03-08 Thread Debian Bug Tracking System

Your message dated Sat, 08 Mar 2008 12:17:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#461462: fixed in apache2 2.2.8-2
has caused the Debian Bug report #461462,
regarding apache2: README.Debian typos and broken symlink
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
461462: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461462
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: apache2
Version: 2.2.8-1
Severity: minor
Tags: patch
File: /usr/share/doc/apache2.2-common/README.Debian.gz

Due to a missing ".gz" extension in the link target:
$ file /usr/share/doc/apache2/README.Debian 
/usr/share/doc/apache2/README.Debian: broken symbolic link to 
`../apache2.2-common/README.Debian'

WRT the content of the file:

--- /usr/share/doc/apache2.2-common/README.Debian.gz
+++ -   2008-01-18 14:15:17.953180479 -0500
@@ -15,7 +15,7 @@
 
 Debian's default Apache2 installation attempts to make adding and
 removing modules, virtual hosts, and extra configuration directives as
-flexible is possible, in order to make automating the changes and
+flexible as possible, in order to make automating the changes and
 administering the server as easy as possible.
 
 Please be aware that this layout is quite different from the standard
@@ -126,7 +126,7 @@
 
 To ensure that the disk cache does not grow indefinitely, htcacheclean is
 started when mod_disk_cache is enabled. Both daemon and cron (daily) mode
-are supported. The configuration (run mode, cache size, ...) in
+are supported. The configuration (run mode, cache size, ...) is in
 /etc/default/apache2 .
 
 Normally, htcacheclean is automatically started and stopped by

--- /usr/share/doc/apache2.2-common/README.Debian.gz
+++ -   2008-01-18 14:15:17.953180479 -0500
@@ -15,7 +15,7 @@
 
 Debian's default Apache2 installation attempts to make adding and
 removing modules, virtual hosts, and extra configuration directives as
-flexible is possible, in order to make automating the changes and
+flexible as possible, in order to make automating the changes and
 administering the server as easy as possible.
 
 Please be aware that this layout is quite different from the standard
@@ -126,7 +126,7 @@
 
 To ensure that the disk cache does not grow indefinitely, htcacheclean is
 started when mod_disk_cache is enabled. Both daemon and cron (daily) mode
-are supported. The configuration (run mode, cache size, ...) in
+are supported. The configuration (run mode, cache size, ...) is in
 /etc/default/apache2 .
 
 Normally, htcacheclean is automatically started and stopped by
--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.8-2

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

apache2-dbg_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-2_i386.deb
apache2-doc_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-2_all.deb
apache2-mpm-event_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-2_i386.deb
apache2-mpm-perchild_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.8-2_all.deb
apache2-mpm-prefork_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-2_i386.deb
apache2-mpm-worker_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-2_i386.deb
apache2-prefork-dev_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-2_i386.deb
apache2-src_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-2_all.deb
apache2-threaded-dev_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-2_i386.deb
apache2-utils_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-2_i386.deb
apache2.2-common_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-2_i386.deb
apache2_2.2.8-2.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-2.diff.gz
apache2_2.2.8-2.dsc
  to pool/main/a/apache2/apache2_2.2.8-2.dsc
apache2_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2_2.2.8-2_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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apache2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the arc

Bug#469271: marked as done (apache2-utils: htpasswd salt generation weakness)

2008-03-08 Thread Debian Bug Tracking System

Your message dated Sat, 08 Mar 2008 12:17:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469271: fixed in apache2 2.2.8-2
has caused the Debian Bug report #469271,
regarding apache2-utils: htpasswd salt generation weakness
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
469271: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469271
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: apache2-utils
Version: 2.2.3-4+etch4
Severity: normal

According to 

https://issues.apache.org/bugzilla/show_bug.cgi?id=31440

and

http://www.heise.de/newsticker/meldung/103666/
(sorry german only, but does contain example how to reproduce the
problem)

htpasswd does weak password salt generation.

I was able to reproduce this in apache2-utils from etch as stated above
and apache2-utils 2.2.8-1 from lenny. It looks like this:

[EMAIL PROTECTED]> htpasswd -nbm user1 pass1; htpasswd -nbm user2 pass2;  
htpasswd -nbm user3 pass2   
   ~
user1:$apr1$FdloI/..$ZD62Y2byC.oAk4AtzmYSY1

user2:$apr1$FdloI/..$HHJ6g9cEnxWFLUV1Rr/W6/

user3:$apr1$FdloI/..$HHJ6g9cEnxWFLUV1Rr/W6/

The password salt, according to the heise newsticker article, that 
"FdloI/.." in above example is same in all three cases.

There is a patch available in above apache bug report.

IMHO this should be fixed for unstable and etch.

I am not sure about the severity of the report. Since it doesn't
introduce a security hole just by installing the package and it
doesn't introduce a security hole to get access to POSIX accounts,
but it does intruduce some sort of security issue, I marked it as
serious. Feel free to change severity as you think is approbiate.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (1, 'testing')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-3-amd64
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages apache2-utils depends on:
ii  lib 1.2.7-8.2The Apache Portable Runtime Librar
ii  lib 1.2.7+dfsg-2 The Apache Portable Runtime Utilit
ii  lib 2.3.6.ds1-13etch5GNU C Library: Shared libraries
ii  lib 4.4.20-8 Berkeley v4.4 Database Libraries [
ii  lib 1.95.8-3.4   XML parsing C library - runtime li
ii  lib 2.1.30-13.3  OpenLDAP libraries
ii  lib 6.7+7.4-3Perl 5 Compatible Regular Expressi
ii  lib 8.1.11-0etch1PostgreSQL C client library
ii  lib 3.3.8-1.1SQLite 3 shared library
ii  lib 0.9.8c-4etch1SSL shared libraries
ii  lib 1.39+1.40-WIP-2006.11.14+dfsg-2etch1 universally unique id library

apache2-utils recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.8-2

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

apache2-dbg_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-2_i386.deb
apache2-doc_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-2_all.deb
apache2-mpm-event_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-2_i386.deb
apache2-mpm-perchild_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.8-2_all.deb
apache2-mpm-prefork_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-2_i386.deb
apache2-mpm-worker_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-2_i386.deb
apache2-prefork-dev_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-2_i386.deb
apache2-src_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-2_all.deb
apache2-threaded-dev_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-2_i386.deb
apache2-utils_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-2_i386.deb
apache2.2-common_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-2_i386.deb
apache2_2.2.8-2.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-2.diff.gz
apache2_2.2.8-2.dsc
  to pool/main/a/apache2/apache2_2.2.8-2.dsc
apache2_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2_2.2.8-2_all.deb



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

Thank you for reporting the bug, which 

Bug#461341: marked as done (apache2.2-common: include module name in a2enmod errors)

2008-03-08 Thread Debian Bug Tracking System

Your message dated Sat, 08 Mar 2008 12:17:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#461341: fixed in apache2 2.2.8-2
has caused the Debian Bug report #461341,
regarding apache2.2-common: include module name in a2enmod errors
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
461341: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461341
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: apache2.2-common
Version: 2.2.6-3
Severity: minor

In the following code in a2enmod:

if [ -e $SYSCONFDIR/mods-enabled/$MODNAME.load ]; then
echo "This module is already enabled!"
exit 0 
fi

if ! [ -e $SYSCONFDIR/mods-available/$MODNAME.load ]; then
echo "This module does not exist!" >&2
exit 1
fi

could you please include the module name in the error message?  Right now,
it's hard to track down problems with enabling modules in packages that
enable multiple modules.

Thanks!

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apache2.2-common depends on:
ii  apache2-utils   2.2.6-3  utility programs for webservers
ii  libapr1 1.2.11-1 The Apache Portable Runtime Librar
ii  libaprutil1 1.2.7+dfsg-2+b1  The Apache Portable Runtime Utilit
ii  libc6   2.7-5GNU C Library: Shared libraries
ii  libdb4.44.4.20-11Berkeley v4.4 Database Libraries [
ii  libexpat1   1.95.8-4 XML parsing C library - runtime li
ii  libldap22.1.30.dfsg-13.5 OpenLDAP libraries
ii  libmagic1   4.21-4   File type determination library us
ii  libpcre37.3-2Perl 5 Compatible Regular Expressi
ii  libpq5  8.2.6-1  PostgreSQL C client library
ii  libsqlite3-03.4.2-2  SQLite 3 shared library
ii  libssl0.9.8 0.9.8g-3 SSL shared libraries
ii  libuuid11.40.3-1 universally unique id library
ii  lsb-base3.1-24   Linux Standard Base 3.1 init scrip
ii  mime-support3.39-1   MIME files 'mime.types' & 'mailcap
ii  net-tools   1.60-19  The NET-3 networking toolkit
ii  procps  1:3.2.7-5/proc file system utilities
ii  zlib1g  1:1.2.3.3.dfsg-8 compression library - runtime

apache2.2-common recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.8-2

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

apache2-dbg_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-2_i386.deb
apache2-doc_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-2_all.deb
apache2-mpm-event_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-2_i386.deb
apache2-mpm-perchild_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.8-2_all.deb
apache2-mpm-prefork_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-2_i386.deb
apache2-mpm-worker_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-2_i386.deb
apache2-prefork-dev_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-2_i386.deb
apache2-src_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-2_all.deb
apache2-threaded-dev_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-2_i386.deb
apache2-utils_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-2_i386.deb
apache2.2-common_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-2_i386.deb
apache2_2.2.8-2.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-2.diff.gz
apache2_2.2.8-2.dsc
  to pool/main/a/apache2/apache2_2.2.8-2.dsc
apache2_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2_2.2.8-2_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 maintenan

Bug#467480: marked as done (apache2: default autoindex.conf uses bomb icon for file called score)

2008-03-08 Thread Debian Bug Tracking System

Your message dated Sat, 08 Mar 2008 12:17:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#467480: fixed in apache2 2.2.8-2
has caused the Debian Bug report #467480,
regarding apache2: default autoindex.conf uses bomb icon for file called score
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
467480: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467480
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: apache2
Version: 2.2.8-1
Severity: minor
Tags: patch


I saw occasional files and directories showing up with a bomb icon; I
guessed they were broken symlinks or some such glitch, but closer
investigation revealed no problem.  Eventually, I noticed their names
all ended in "core" and guessed what was happening.  Sure enough,
AddIcon is tested as a wild-card or a suffix of the name, so deems
(for example) score to be a match for core, so displays it as a bomb.
Likewise dual-core, quad-core and so on.



--- /etc/apache2/mods-available/autoindex.conf.orig 2008-01-17 
21:13:45.0 +0100
+++ /etc/apache2/mods-available/autoindex.conf  2008-02-25 20:19:01.0 
+0100
@@ -36,7 +36,8 @@
 AddIcon /icons/uuencoded.gif .uu
 AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
 AddIcon /icons/tex.gif .tex
-AddIcon /icons/bomb.gif core
+# It's a suffix rule, so simply matching "core" matches "score" as well !
+AddIcon /icons/bomb.gif /core
 AddIcon (SND,/icons/sound2.gif) .ogg
 AddIcon (VID,/icons/movie.gif) .ogm
 


To my mild surprise, I found that matching isn't only done on the name
of the file (relative to its directory); it includes enough of the
path that /core does indeed match a file called simply "core".
So it proved easy enough to fix the problem :-)

The documentation at
/doc/apache2-doc/manual/en/mod/mod_autoindex.html#addicon
is also, consequently, mildly inaccurate when it ends the list of
things that name can be with "or a complete filename."  It's always
matched against suffixes, so the only way to make it *only* match as a
complete filename is to include a leading / (and I don't know whether
there are any limitations on that).

Ideally, there'd be some way to ensure the AddIcon rule for the bomb
would only match a *file* named (exactly) core; a directory of the
same name should just be displayed as a directory.  However, I
couldn't immediately see how to fix that and don't happen to have any
directories with this name in my local webspace, so didn't look
harder.

-- Package-specific info:
Config file syntax check failed.
List of /etc/apache2/mods-enabled/*.load:
  alias auth_basic authn_file authnz_ldap authz_default authz_host
  authz_user autoindex cgid dir* env ldap mime negotiation perl
  setenvif ssl status userdir
  (A * means that the .conf file for that module is not enabled in
   /etc/apache2/mods-enabled/)

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.ISO-8859-15, LC_CTYPE=en_GB.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages apache2 depends on:
ii  apache2-mpm-worker2.2.8-1High speed threaded model for Apac

apache2 recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.8-2

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

apache2-dbg_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-2_i386.deb
apache2-doc_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-2_all.deb
apache2-mpm-event_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-2_i386.deb
apache2-mpm-perchild_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.8-2_all.deb
apache2-mpm-prefork_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-2_i386.deb
apache2-mpm-worker_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-2_i386.deb
apache2-prefork-dev_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-2_i386.deb
apache2-src_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-2_all.deb
apache2-threaded-dev_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-2_i386.deb
apache2-utils_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-2_i386.deb
apache2.2-

Bug#313430: marked as done (better vhost logging)

2008-03-08 Thread Debian Bug Tracking System

Your message dated Sat, 08 Mar 2008 12:17:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#313430: fixed in apache2 2.2.8-2
has caused the Debian Bug report #313430,
regarding better vhost logging
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
313430: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=313430
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: apache2
Version: 2.0.54-4
Severity: wishlist

Since apache2 configures logging in 000-default, new virtual hosts
are not logged unless configured. This can be a problem (it was in
my case).

May I suggest that you adopt one of the following two solutions?

  a. provide a catch-all log file for all virtual hosts, ideally one
 that is only used unless a vhost overrides it (not sure if this
 is possible).

  b. make a2ensite warn the user in the absence of *Log directives.

Thanks,

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (600, 'testing'), (98, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-cirrus
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages apache2 depends on:
ii  apache2-mpm-worker2.0.54-4   high speed threaded model for Apac

-- no debconf information

-- 
 .''`. martin f. krafft <[EMAIL PROTECTED]>
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
 
"i hate vulgar realism in literature. the man who could call a spade
 a spade should be compelled to use one. it is the only thing he is
 fit for."
-- oscar wilde


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.8-2

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

apache2-dbg_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.8-2_i386.deb
apache2-doc_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.8-2_all.deb
apache2-mpm-event_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.8-2_i386.deb
apache2-mpm-perchild_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.2.8-2_all.deb
apache2-mpm-prefork_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.8-2_i386.deb
apache2-mpm-worker_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.8-2_i386.deb
apache2-prefork-dev_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.8-2_i386.deb
apache2-src_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2-src_2.2.8-2_all.deb
apache2-threaded-dev_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.8-2_i386.deb
apache2-utils_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.8-2_i386.deb
apache2.2-common_2.2.8-2_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.8-2_i386.deb
apache2_2.2.8-2.diff.gz
  to pool/main/a/apache2/apache2_2.2.8-2.diff.gz
apache2_2.2.8-2.dsc
  to pool/main/a/apache2/apache2_2.2.8-2.dsc
apache2_2.2.8-2_all.deb
  to pool/main/a/apache2/apache2_2.2.8-2_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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apache2 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: Sat, 08 Mar 2008 12:28:14 +0100
Source: apache2
Binary: apache2.2-common apache2-mpm-worker apache2-mpm-prefork 
apache2-mpm-event apache2-mpm-perchild apache2-utils apache2 apache2-doc 
apache2-prefork-dev apache2-threaded-dev apache2-src apache2-dbg
Architecture: source i386 all
Version: 2.2.8-2
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers 
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-dbg - Apache debugging symbols
 apache2-doc - documentation for apache2
 apache2-mpm-event - Event

<    1   2   3   4   5   6   7   8   9   10   >