Your message dated Sun, 27 Aug 2006 13:52:29 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#384639: fixed in vserver-debiantools 0.3.2
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: vserver-debiantools
Version: 0.3.0
Severity: minor
Hi Ola,
I noticed that in 0.3.0 you changed the pattern for validating
hostnames from:
[a-z0-9]*([a-z0-9_-])[a-z0-9]
to:
[a-z0-9]*[a-z0-9_-][a-z0-9]
That is wrong, because the former uses bash construction *() which
means zero or more occurences of characters inside the parenthesis,
while the latter * says any number of arbitrary characters, which
would allow hostmanes like a;'^%bc.
The *() construction is only available in bash after setting
shopt -s extglob, but it is set at the begining of the scripts, so why
not use it.
Next, I did mistake too, because the underscore is not valid in the
hostname, so please change the pattern to:
[a-z0-9]*([a-z0-9-])[a-z0-9]
--
Miroslav Kure
--- End Message ---
--- Begin Message ---
Source: vserver-debiantools
Source-Version: 0.3.2
We believe that the bug you reported is fixed in the latest version of
vserver-debiantools, which is due to be installed in the Debian FTP archive:
vserver-debiantools_0.3.2.dsc
to pool/main/v/vserver-debiantools/vserver-debiantools_0.3.2.dsc
vserver-debiantools_0.3.2.tar.gz
to pool/main/v/vserver-debiantools/vserver-debiantools_0.3.2.tar.gz
vserver-debiantools_0.3.2_all.deb
to pool/main/v/vserver-debiantools/vserver-debiantools_0.3.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.
Ola Lundqvist <[EMAIL PROTECTED]> (supplier of updated vserver-debiantools
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 Aug 2006 22:27:57 +0200
Source: vserver-debiantools
Binary: vserver-debiantools
Architecture: source all
Version: 0.3.2
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist <[EMAIL PROTECTED]>
Changed-By: Ola Lundqvist <[EMAIL PROTECTED]>
Description:
vserver-debiantools - Tools to manage debian virtual servers
Closes: 384639
Changes:
vserver-debiantools (0.3.2) unstable; urgency=low
.
* Ignore the lintian error about syntax error. sh -n do not honor the
shopt -s extglob call in the beginning, closes: #384639.
Files:
9865b5865d4defc6d6a2731e06cf72d2 550 utils optional
vserver-debiantools_0.3.2.dsc
c2eee07f328edc15e898d4c569f09dd5 31062 utils optional
vserver-debiantools_0.3.2.tar.gz
d5cf62db208b16e13c5d5c3381bcbe90 29670 utils optional
vserver-debiantools_0.3.2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFE8gCAGKGxzw/lPdkRAi1sAJ9P4ZzD1scKSCedzVWTAz+5zzIUrQCfSyPA
hWenZayvPOJ8oQ/1AmABY3Q=
=fbY7
-----END PGP SIGNATURE-----
--- End Message ---