Caontrol: tags -1 +patch
The patch for this bug I found in the Ubuntu package is attached.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -pruN 2:1.4.23~svn20120406-2/debian/apache.conf 2:1.4.23~svn20120406-2ubuntu1/debian/apache.conf
--- 2:1.4.23~svn20120406-2/debian/apache.conf 2012-04-06 11:12:38.000000000 +0000
+++ 2:1.4.23~svn20120406-2ubuntu1/debian/apache.conf 2016-04-06 00:26:36.000000000 +0000
@@ -2,7 +2,7 @@ Alias /squirrelmail /usr/share/squirrelm
<Directory /usr/share/squirrelmail>
Options FollowSymLinks
- <IfModule mod_php5.c>
+ <IfModule mod_php.c>
php_flag register_globals off
</IfModule>
<IfModule mod_dir.c>
diff -pruN 2:1.4.23~svn20120406-2/debian/changelog 2:1.4.23~svn20120406-2ubuntu1/debian/changelog
--- 2:1.4.23~svn20120406-2/debian/changelog 2012-12-20 19:45:19.000000000 +0000
+++ 2:1.4.23~svn20120406-2ubuntu1/debian/changelog 2016-04-06 00:26:36.000000000 +0000
@@ -1,3 +1,9 @@
+squirrelmail (2:1.4.23~svn20120406-2ubuntu1) xenial; urgency=medium
+
+ * Update to PHP7.0 dependencies (LP: #1566587).
+
+ -- Nishanth Aravamudan <[email protected]> Tue, 05 Apr 2016 16:58:07 -0700
+
squirrelmail (2:1.4.23~svn20120406-2) unstable; urgency=medium
* Add patch from upstream to cope with changed behaviour of
diff -pruN 2:1.4.23~svn20120406-2/debian/control 2:1.4.23~svn20120406-2ubuntu1/debian/control
--- 2:1.4.23~svn20120406-2/debian/control 2012-04-06 11:20:40.000000000 +0000
+++ 2:1.4.23~svn20120406-2ubuntu1/debian/control 2016-04-06 00:26:36.000000000 +0000
@@ -1,7 +1,8 @@
Source: squirrelmail
Section: web
Priority: optional
-Maintainer: Jeroen van Wolffelaar <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Jeroen van Wolffelaar <[email protected]>
Uploaders: Thijs Kinkhorst <[email protected]>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.9.3
@@ -11,9 +12,9 @@ Vcs-Browser: http://svn.wolffelaar.nl/ws
Package: squirrelmail
Architecture: all
-Depends: apache2 | httpd, libapache2-mod-php5 | php5 | php5-cgi, perl, ${misc:Depends}
-Recommends: squirrelmail-locales, squirrelmail-viewashtml, php5-mhash, ispell | aspell | aspell-bin
-Suggests: squirrelmail-decode, php5-recode, imap-server, imapproxy, php-pear, php5-ldap
+Depends: apache2 | httpd, libapache2-mod-php | php | php-cgi, perl, ${misc:Depends}
+Recommends: squirrelmail-locales, squirrelmail-viewashtml, ispell | aspell | aspell-bin
+Suggests: squirrelmail-decode, php-recode, imap-server, imapproxy, php-pear, php-ldap
Description: Webmail for nuts
SquirrelMail is a standards-based webmail package written in PHP. It
includes built-in pure PHP support for the IMAP and SMTP protocols, and