[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Freeze exception for php-openid 2.2.2



Dear release team,

a new upstream release of php-openid fixes only one bug (#535479) and
even in a simple way. This happened some time ago already but I never
spotted it until now. I'd like to upload this new version to unstable
and have a freeze exception for it. A diff showing all changes between
the version in the archive (2.2.1) and the one I intend to upload is
attached.

Thanks for considering!
Hauke

-- 
 .''`.   Jan Hauke Rahm <jhr@debian.org>               www.jhr-online.de
: :'  :  Debian Developer                                 www.debian.org
`. `'`   Member of the Linux Foundation                    www.linux.com
  `-     Fellow of the Free Software Foundation Europe      www.fsfe.org
diff -Nru php-openid-2.2.1/Auth/OpenID/Parse.php php-openid-2.2.2/Auth/OpenID/Parse.php
--- php-openid-2.2.1/Auth/OpenID/Parse.php	2010-04-28 22:50:27.000000000 +0200
+++ php-openid-2.2.2/Auth/OpenID/Parse.php	2010-04-29 22:41:05.000000000 +0200
@@ -101,7 +101,7 @@
      * Starts with the tag name at a word boundary, where the tag name
      * is not a namespace
      */
-    var $_tag_expr = "<%s\b(?!:)([^>]*?)(?:\/>|>(.*?)(?:<\/?%s\s*>|\Z))";
+    var $_tag_expr = "<%s\b(?!:)([^>]*?)(?:\/>|>(.*)(?:<\/?%s\s*>|\Z))";
 
     var $_attr_find = '\b(\w+)=("[^"]*"|\'[^\']*\'|[^\'"\s\/<>]+)';
 
diff -Nru php-openid-2.2.1/Auth/OpenID.php php-openid-2.2.2/Auth/OpenID.php
--- php-openid-2.2.1/Auth/OpenID.php	2010-04-28 22:50:27.000000000 +0200
+++ php-openid-2.2.2/Auth/OpenID.php	2010-04-29 22:41:05.000000000 +0200
@@ -20,7 +20,7 @@
 /**
  * The library version string
  */
-define('Auth_OpenID_VERSION', '2.2.1');
+define('Auth_OpenID_VERSION', '2.2.2');
 
 /**
  * Require the fetcher code.
diff -Nru php-openid-2.2.1/debian/changelog php-openid-2.2.2/debian/changelog
--- php-openid-2.2.1/debian/changelog	2010-04-29 08:27:47.000000000 +0200
+++ php-openid-2.2.2/debian/changelog	2010-08-16 08:37:16.000000000 +0200
@@ -1,3 +1,12 @@
+php-openid (2.2.2-1) unstable; urgency=low
+
+  * New upstream release
+    + Fix regex in Auth/OpenID/Parse.php (Closes: #535479)
+  * debian/watch: link to correct upstream homepage
+  * Bump Standards-Version to 3.9.1
+
+ -- Jan Hauke Rahm <jhr@debian.org>  Mon, 16 Aug 2010 08:37:15 +0200
+
 php-openid (2.2.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #571803)
diff -Nru php-openid-2.2.1/debian/control php-openid-2.2.2/debian/control
--- php-openid-2.2.1/debian/control	2010-03-18 17:51:07.000000000 +0100
+++ php-openid-2.2.2/debian/control	2010-08-16 08:36:55.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Jan Hauke Rahm <jhr@debian.org>
 Build-Depends: debhelper (>= 7)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://github.com/openid/php-openid
 Vcs-Svn: http://debsvn.jhr-online.de/php-openid/trunk/
 Vcs-Browser: https://cgi.jhr-online.de/viewvc.cgi/debian/php-openid/trunk/
diff -Nru php-openid-2.2.1/debian/copyright php-openid-2.2.2/debian/copyright
--- php-openid-2.2.1/debian/copyright	2010-04-28 19:08:52.000000000 +0200
+++ php-openid-2.2.2/debian/copyright	2010-08-16 08:39:19.000000000 +0200
@@ -19,4 +19,4 @@
 Copyright: (C) 2008-2010 Jan Hauke Rahm <jhr@debian.org>
 License: GPL-2+
  On Debian systems the full text of the GNU General Public License can be found
- in the `/usr/share/common-licenses/GPL' file.
+ in the `/usr/share/common-licenses/GPL-2' file.
diff -Nru php-openid-2.2.1/debian/watch php-openid-2.2.2/debian/watch
--- php-openid-2.2.1/debian/watch	2008-11-02 18:40:48.000000000 +0100
+++ php-openid-2.2.2/debian/watch	2010-04-29 11:14:55.000000000 +0200
@@ -1,2 +1,2 @@
 version=3
-http://openidenabled.com/files/php-openid/packages/php-openid-([\d\.]*)\.tar\.bz2
+http://github.com/openid/php-openid/downloads /openid/php-openid/tarball/([\d\.]*) debian

Attachment: signature.asc
Description: Digital signature


Reply to: