Package: glpi / 0.84.8+dfsg.1-1

Metadata

Package Version Patches format
glpi 0.84.8+dfsg.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00 fix css typo.patch | (download)

inc/toolbox.class.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
01 upgrade from 0.71 fix.patch | (download)

install/update_0713_072.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
02 remove code copy phpmailer.patch | (download)

config/based_config.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
10 remove comments paypal.patch | (download)

lib/extrajs/datetime.js | 10 1 + 9 - 0 !
1 file changed, 1 insertion(+), 9 deletions(-)

 remove comments containing paypal link to suppress lintian error
20 load smtp class from phpmailer.patch | (download)

inc/notificationmail.class.php | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 dont 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.