~ubuntu-branches/debian/squeeze/spip/squeeze

« back to all changes in this revision

Viewing changes to debian/patches/use_safehtml_packaged_class.patch

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2010-09-18 15:08:53 UTC
  • mfrom: (11.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100918150853-2g8yh71duum53p5s
Added patch to fix int overflow
in articles' published date.
Thanks to David Prévot for reporting.
Closes: #597026 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: spip-2.1/extensions/safehtml/inc/safehtml.php
 
1
Index: spip-2.1.1/extensions/safehtml/inc/safehtml.php
2
2
===================================================================
3
 
--- spip-2.1.orig/extensions/safehtml/inc/safehtml.php  2010-06-05 22:24:28.000000000 -0500
4
 
+++ spip-2.1/extensions/safehtml/inc/safehtml.php       2010-06-05 22:24:39.000000000 -0500
 
3
--- spip-2.1.1.orig/extensions/safehtml/inc/safehtml.php        2010-07-29 16:33:29.000000000 -0500
 
4
+++ spip-2.1.1/extensions/safehtml/inc/safehtml.php     2010-08-03 15:30:21.000000000 -0500
5
5
@@ -24,7 +24,7 @@
6
6
                if ($f = find_in_path('lib/safehtml/classes')) {
7
7
                        define('XML_HTMLSAX3', $f.'/');