Your message dated Thu, 04 Oct 2007 12:47:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#444164: fixed in grep 2.5.3~dfsg-3 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: grep Version: 2.5.3~dfsg-2 Severity: normal The problem roughly boils down to this: ====================================================================== [EMAIL PROTECTED]:~$ echo '88.77.87.16' | LANG=C LC_CTYPE="de_DE.UTF8" grep -E '(([1-9][0-9]|[0])\.){2}' [EMAIL PROTECTED]:~$ echo '88.77.87.16' | LANG=C LC_CTYPE="de_DE.UTF8" grep -E '(([1-9][0-9]|0)\.){2}' 88.77.87.16 [EMAIL PROTECTED]:~$ echo '88.77.87.16' | LANG=C LC_CTYPE="de_DE" grep -E '(([1-9][0-9]|[0])\.){2}' 88.77.87.16 [EMAIL PROTECTED]:~$ echo '88.77.87.16' | LANG=C LC_CTYPE="de_DE.UTF8" grep -E '(([1-9][0-9]|[0])\.){1}' 88.77.87.16 [EMAIL PROTECTED]:~$ echo '88.77.87.16' | LANG=C LC_CTYPE="de_DE.UTF8" grep -E '(([1-9][0-9]|[0])\.)(([1-9][0-9]|[0])\.)' 88.77.87.16 [EMAIL PROTECTED]:~$ ====================================================================== There is something wicked going on. The first regexp does not match, although it should. Removing the brackets from the 0, setting the CTYPE to non UTF-8, setting the repetition count in the braces to 1 or simply doubling the subexpression instead of using a repetition count all make the regexp match. Thanks, Jö. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages grep depends on: ii libc6 2.6.1-1+b1 GNU C Library: Shared libraries grep recommends no packages. -- no debconf information -- If you receive something that says "Send this to everyone you know," pretend you don't know me.
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: grep Source-Version: 2.5.3~dfsg-3 We believe that the bug you reported is fixed in the latest version of grep, which is due to be installed in the Debian FTP archive: grep_2.5.3~dfsg-3.diff.gz to pool/main/g/grep/grep_2.5.3~dfsg-3.diff.gz grep_2.5.3~dfsg-3.dsc to pool/main/g/grep/grep_2.5.3~dfsg-3.dsc grep_2.5.3~dfsg-3_i386.deb to pool/main/g/grep/grep_2.5.3~dfsg-3_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Anibal Monsalve Salazar <[EMAIL PROTECTED]> (supplier of updated grep 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, 04 Oct 2007 21:01:16 +1000 Source: grep Binary: grep Architecture: source i386 Version: 2.5.3~dfsg-3 Distribution: unstable Urgency: high Maintainer: Anibal Monsalve Salazar <[EMAIL PROTECTED]> Changed-By: Anibal Monsalve Salazar <[EMAIL PROTECTED]> Description: grep - GNU grep, egrep and fgrep Closes: 181378 350206 368575 429435 432636 439931 441006 442882 444164 Changes: grep (2.5.3~dfsg-3) unstable; urgency=high . * Acknowledge NMU. Closes: #181378, #442882, #439931, #368575, #350206, #432636, #441006, #444164, #429435 * debian/control: added homepage Files: 9634be6dc678db211b80a505b5fd2fdc 703 utils required grep_2.5.3~dfsg-3.dsc f38cd1e84e70ea244f6ef0ef901e2edc 16438 utils required grep_2.5.3~dfsg-3.diff.gz 55072d5f3ab1ad8d59a5355de11b53f4 277064 utils required grep_2.5.3~dfsg-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHBN0BgY5NIXPNpFURAjnRAKCNKtYgLLVuFbU59OhGzfSEoiYBrQCZAXF+ 6joAY6olWsHhkpkDJm4TkQY= =5qXC -----END PGP SIGNATURE-----
--- End Message ---

