Your message dated Sat, 10 Sep 2005 11:06:28 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#248388: fixed in am-utils 6.1.1-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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 10 May 2004 21:23:11 +0000
>From [EMAIL PROTECTED] Mon May 10 14:23:11 2004
Return-path: <[EMAIL PROTECTED]>
Received: from port555.ds1-noe.adsl.cybercity.dk (osrl.dk) [217.157.177.186] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BNIEv-0000xF-00; Mon, 10 May 2004 14:23:10 -0700
Received: from puffin.osrl.dk (puffin.osrl.dk [192.168.160.112])
        by osrl.dk (8.9.3/8.9.3) with ESMTP id XAA02822;
        Mon, 10 May 2004 23:22:37 +0200
Received: from puffin.osrl.dk (puffin [127.0.0.1])
        by puffin.osrl.dk (8.12.11/8.12.11/Debian-3) with ESMTP id 
i4ALMbCC017999;
        Mon, 10 May 2004 23:22:37 +0200
Received: (from [EMAIL PROTECTED])
        by puffin.osrl.dk (8.12.11/8.12.11/Debian-3) id i4ALMbbS017997;
        Mon, 10 May 2004 23:22:37 +0200
Message-Id: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Dennis Henriksen <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: am-utils: The cache:=regexp doesnt work properly in conjunction w. NIS
X-Mailer: reportbug 2.58
Date: Mon, 10 May 2004 23:22:37 +0200
X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED]
  using "From" header
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

Package: am-utils
Version: 6.0.9-3
Severity: normal
Tags: patch

Please consider including the following patch, which ensures that
the maps with regular expressions work as intended ( and described
in the cookbook).

--- am-utils-6.0.9/amd/mapc.c   2002-12-28 15:49:01.000000000 +0100
+++ am-utils-6.0.9-OSRL/amd/mapc.c      2004-05-10 19:58:23.000000000 +0200
@@ -399,7 +399,7 @@
      * Make sure the string is bound to the start and end
      */
     sprintf(pattern, "^%s$", key);
-    retval = regcomp(&re, pattern, REG_ICASE);
+    retval = regcomp(&re, pattern, REG_ICASE|REG_EXTENDED);
     if (retval != 0) {
       char errstr[256];
 


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.21-o04
Locale: LANG=C, LC_CTYPE=C

Versions of packages am-utils depends on:
ii  debconf                     1.4.22       Debian configuration management sy
ii  libamu2                     6.0.9-3      Support library for amd the 4.4BSD
ii  libc6                       2.3.2.ds1-12 GNU C Library: Shared libraries an
ii  libgdbm3                    1.8.3-2      GNU dbm database routines (runtime
ii  libhesiod0                  3.0.2-15     Libraries for hesiod, a service na
ii  libwrap0                    7.6.dbs-3    Wietse Venema's TCP wrappers libra
ii  perl                        5.8.3-3      Larry Wall's Practical Extraction 
ii  portmap                     5-3          The RPC portmapper

-- debconf information:
  am-utils/import-amd-failed: 
* am-utils/nis-master-map: amd.master
  am-utils/config-reimport: import
  am-utils/nis-key: default
* am-utils/done: yes
  am-utils/map-others: 
* am-utils/nis-master-map-key-style: onekey
  am-utils/config-md5sum: c1310ce689024856b9a13333bafe3521
  am-utils/map-net: true
  am-utils/config-reimport-failed: 
  am-utils/reconfigure: 
* am-utils/use-nis: true
  am-utils/nis-custom: echo "/amd-is-misconfigured /usr/share/am-utils/amd.net"
  am-utils/import-amd-conf-done: false
  am-utils/import-amd-conf: false
  am-utils/map-home: false
  am-utils/log-to-file: 

---------------------------------------
Received: (at 248388-close) by bugs.debian.org; 10 Sep 2005 18:08:10 +0000
>From [EMAIL PROTECTED] Sat Sep 10 11:08:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EE9kC-0006lp-00; Sat, 10 Sep 2005 11:06:28 -0700
From: Tim Cutts <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#248388: fixed in am-utils 6.1.1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Joerg Jaspert <[EMAIL PROTECTED]>
Date: Sat, 10 Sep 2005 11:06:28 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: am-utils
Source-Version: 6.1.1-1

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

am-utils-doc_6.1.1-1_all.deb
  to pool/main/a/am-utils/am-utils-doc_6.1.1-1_all.deb
am-utils_6.1.1-1.diff.gz
  to pool/main/a/am-utils/am-utils_6.1.1-1.diff.gz
am-utils_6.1.1-1.dsc
  to pool/main/a/am-utils/am-utils_6.1.1-1.dsc
am-utils_6.1.1-1_alpha.deb
  to pool/main/a/am-utils/am-utils_6.1.1-1_alpha.deb
am-utils_6.1.1.orig.tar.gz
  to pool/main/a/am-utils/am-utils_6.1.1.orig.tar.gz
libamu-dev_6.1.1-1_alpha.deb
  to pool/main/a/am-utils/libamu-dev_6.1.1-1_alpha.deb
libamu4_6.1.1-1_alpha.deb
  to pool/main/a/am-utils/libamu4_6.1.1-1_alpha.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.
Tim Cutts <[EMAIL PROTECTED]> (supplier of updated am-utils 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,  1 Sep 2005 15:34:06 +0100
Source: am-utils
Binary: am-utils libamu-dev libamu4 am-utils-doc
Architecture: source all alpha
Version: 6.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Tim Cutts <[EMAIL PROTECTED]>
Changed-By: Tim Cutts <[EMAIL PROTECTED]>
Description: 
 am-utils   - automounter utilities from 4.4BSD (includes amd)
 am-utils-doc - automounter utilities documentation
 libamu-dev - Support library for amd the 4.4BSD automounter (development)
 libamu4    - Support library for amd the 4.4BSD automounter (runtime)
Closes: 89029 248388 276559 318521
Changes: 
 am-utils (6.1.1-1) unstable; urgency=low
 .
   * New upstream version (Closes: #318521)
   * Added ldap support (Closes: #276559)
   * Cookbook modified to reflect the lack of extended regexps (Closes:
     #248388)
   * mtab / mounts discrepancies believed fixed upstream (Closes: #89029)
   * Moved libamu.la into -dev package in accordance with policy section 10.2
Files: 
 69a74b47d26881e7d1a2a0fe1998b5eb 1010 net extra am-utils_6.1.1-1.dsc
 d80262aff0f66cac815d963556526257 1871009 net extra am-utils_6.1.1.orig.tar.gz
 64d06930103e2e9f571e6656553878dd 58053 net extra am-utils_6.1.1-1.diff.gz
 c29394b1570130c37668437823ee37f0 647904 doc extra am-utils-doc_6.1.1-1_all.deb
 2ec9bd0ff9ea49e9ca2c1a76ed4188ce 415314 net extra am-utils_6.1.1-1_alpha.deb
 663bc2108f021618de61522b6648cef5 158954 libs extra libamu4_6.1.1-1_alpha.deb
 cf5901c7006f7d07f546b0046955523c 59126 libdevel extra 
libamu-dev_6.1.1-1_alpha.deb

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

iQEVAwUBQyGq6BypeFo2odvPAQIFFQf+NZpgyzl5J+gu2E7NGShCgQjMA+7K1OzJ
MWwkocTHxB96ItwH3e8T6Hq2ry3JI0b2S2tmAVB8WdqYDDLiF/aNbDnrqLM+H77B
q0rLr/PIs2u1ZxuE9cPijGWhhysyvJGJai0gAaaLaJ1XDGJ8HKCcxwIBadUA0/fD
/YyL0ypdNzFfCvofvuHNRD4VhvF7GL8sGrjOUVqlgXW/IqOPykQlOejM6nUnz8wH
0/Tb7+fHllvZ98+C5w5EpCTs4aPUjOUUjhzKfhRaw0rHeVhUh9kUjyoRdr0a5bEI
P+0Kx1TxTdHiTDMDzgr14a8BwxJopooDZj25kl8ZlSbAnuMevutMvQ==
=lbXg
-----END PGP SIGNATURE-----


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

Reply via email to