Control: tags 763084 + pending

Dear maintainer,

I've prepared an NMU for glpi (versioned as 0.84.7+dfsg.1-2.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

David
diff -Nru glpi-0.84.7+dfsg.1/debian/changelog glpi-0.84.7+dfsg.1/debian/changelog
--- glpi-0.84.7+dfsg.1/debian/changelog	2014-08-20 12:37:18.000000000 -0400
+++ glpi-0.84.7+dfsg.1/debian/changelog	2014-10-02 21:53:16.000000000 -0400
@@ -1,3 +1,11 @@
+glpi (0.84.7+dfsg.1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Don’t rely on class.phpmailer.php to act as an autoloader
+    (Closes: #763084)
+
+ -- David Prévot <taf...@debian.org>  Thu, 02 Oct 2014 21:49:49 -0400
+
 glpi (0.84.7+dfsg.1-2) unstable; urgency=medium
 
   * Imported Upstream version 0.84.7
diff -Nru glpi-0.84.7+dfsg.1/debian/patches/20-load-smtp-class-from-phpmailer.patch glpi-0.84.7+dfsg.1/debian/patches/20-load-smtp-class-from-phpmailer.patch
--- glpi-0.84.7+dfsg.1/debian/patches/20-load-smtp-class-from-phpmailer.patch	1969-12-31 20:00:00.000000000 -0400
+++ glpi-0.84.7+dfsg.1/debian/patches/20-load-smtp-class-from-phpmailer.patch	2014-10-02 21:48:41.000000000 -0400
@@ -0,0 +1,19 @@
+Description: Don’t rely on class.phpmailer.php to act as an autoloader
+ Starting with libphp-phpmailer 5.2.9+dfsg-1, the autoloader code that
+ was present in class.phpmailer.php has been removed by upstream.
+ .
+ In order to use the SMTP features, class.smtp.php must now be loaded
+ explicitly.
+Author: David Prévot <taf...@debian.org>
+Bug-Debian: https://bugs.debian.org/763084
+Last-Update: 2014-09-27
+--- a/inc/notificationmail.class.php
++++ b/inc/notificationmail.class.php
+@@ -36,6 +36,7 @@
+ }
+ 
+ require_once(GLPI_PHPMAILER_DIR . "/class.phpmailer.php");
++require_once(GLPI_PHPMAILER_DIR . "/class.smtp.php");
+ 
+ /**
+  *  NotificationMail class extends phpmail and implements the NotificationInterface
diff -Nru glpi-0.84.7+dfsg.1/debian/patches/series glpi-0.84.7+dfsg.1/debian/patches/series
--- glpi-0.84.7+dfsg.1/debian/patches/series	2014-08-20 11:52:57.000000000 -0400
+++ glpi-0.84.7+dfsg.1/debian/patches/series	2014-10-02 21:49:22.000000000 -0400
@@ -2,3 +2,4 @@
 01-upgrade-from-0.71-fix.patch
 02-remove-code-copy-phpmailer.patch
 10-remove-comments-paypal.patch
+20-load-smtp-class-from-phpmailer.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to