Your message dated Thu, 30 Aug 2007 18:47:12 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#429542: fixed in gallery2 2.2.3-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: gallery2
Severity: minor
Tags: patch

The function that checks whether an email address is valid erroneously
rejects an email address with '+'.  The attached patch fixes the
problem.

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

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

diff -Nur gallery2-2.1.2-debian/modules/core/classes/GalleryUtilities.class gallery2-2.1.2/modules/core/classes/GalleryUtilities.class
--- gallery2-2.1.2-debian/modules/core/classes/GalleryUtilities.class	2006-04-28 13:19:56.000000000 -0600
+++ gallery2-2.1.2/modules/core/classes/GalleryUtilities.class	2007-06-18 10:45:53.000000000 -0600
@@ -1314,7 +1314,7 @@
      * @return boolean true if valid format
      */
     function isValidEmailString($email) {
-	return (preg_match('/[EMAIL PROTECTED],4}$/', $email) > 0);
+	return (preg_match('/[EMAIL PROTECTED],4}$/', $email) > 0);
     }
 
     /**

--- End Message ---
--- Begin Message ---
Source: gallery2
Source-Version: 2.2.3-1

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

gallery2_2.2.3-1.diff.gz
  to pool/main/g/gallery2/gallery2_2.2.3-1.diff.gz
gallery2_2.2.3-1.dsc
  to pool/main/g/gallery2/gallery2_2.2.3-1.dsc
gallery2_2.2.3-1_all.deb
  to pool/main/g/gallery2/gallery2_2.2.3-1_all.deb
gallery2_2.2.3.orig.tar.gz
  to pool/main/g/gallery2/gallery2_2.2.3.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.
Michael C. Schultheiss <[EMAIL PROTECTED]> (supplier of updated gallery2 
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, 30 Aug 2007 16:44:46 +0000
Source: gallery2
Binary: gallery2
Architecture: source all
Version: 2.2.3-1
Distribution: unstable
Urgency: medium
Maintainer: Michael C. Schultheiss <[EMAIL PROTECTED]>
Changed-By: Michael C. Schultheiss <[EMAIL PROTECTED]>
Description: 
 gallery2   - web-based photo album written in PHP
Closes: 325104 429542 432930 440076 440189
Changes: 
 gallery2 (2.2.3-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #432930, #440189)
     + Switch to full upstream tarball rather than developer upstream tarball
       (Closes: #325104)
     + Allow + in valid email regexp (Closes: #429542)
   * Add Brazilian Portuguese translation of debconf templates.  (Thanks to
     Beraldo Leal.  Closes: #440076)
   * debian/control: prefer apache2 over apache, php5 over php4
Files: 
 23dc670ea5efa5b937559be09a330420 575 web optional gallery2_2.2.3-1.dsc
 df5c1a6ecbf0b498417ceffc66fe5f3b 11901089 web optional 
gallery2_2.2.3.orig.tar.gz
 64d40ed82383591c0668af484320e939 19612 web optional gallery2_2.2.3-1.diff.gz
 7c62657909edefb75c073a4aace3aca7 12144772 web optional gallery2_2.2.3-1_all.deb

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

iD8DBQFG1wwsyJBzD6P54w4RAsA+AJ0SpcPkvxaMPVcTodSY1WhIOHkl3gCcCbXH
Tf/lbc+C/nHyHgZZgnpR/fI=
=rxlg
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to