pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/squirrelmail Update squirrelmail to 1.4.23pre1460...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50e127a501d7
branches:  trunk
changeset: 354999:50e127a501d7
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Nov 17 15:10:07 2016 +0000

description:
Update squirrelmail to 1.4.23pre14605, latest snapshot.
PHP 7.0 support should be improved, too.

  - Added new "smtp_helo_override" hook; allows plugins to override
    the HELO host sent to the SMTP server when sending messages
  - Added STARTTLS support for both IMAP and SMTP connections
  - Added PDO support for database connections, so no external
    database module needs to be installed

diffstat:

 mail/squirrelmail/Makefile                                        |   5 +--
 mail/squirrelmail/distinfo                                        |  11 +++----
 mail/squirrelmail/patches/patch-plugins_administrator_defines.php |  14 ----------
 3 files changed, 7 insertions(+), 23 deletions(-)

diffs (52 lines):

diff -r 933763eee0e7 -r 50e127a501d7 mail/squirrelmail/Makefile
--- a/mail/squirrelmail/Makefile        Thu Nov 17 14:41:00 2016 +0000
+++ b/mail/squirrelmail/Makefile        Thu Nov 17 15:10:07 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.130 2016/09/30 14:21:23 manu Exp $
+# $NetBSD: Makefile,v 1.131 2016/11/17 15:10:07 taca Exp $
 
-DISTNAME=      squirrelmail-webmail-1.4.23pre14523
+DISTNAME=      squirrelmail-webmail-1.4.23pre14605
 PKGNAME=       ${DISTNAME:S/-webmail//}
-PKGREVISION=   3
 CATEGORIES=    mail www
 MASTER_SITES=  ${MASTER_SITE_LOCAL}
 EXTRACT_SUFX=  .tar.bz2
diff -r 933763eee0e7 -r 50e127a501d7 mail/squirrelmail/distinfo
--- a/mail/squirrelmail/distinfo        Thu Nov 17 14:41:00 2016 +0000
+++ b/mail/squirrelmail/distinfo        Thu Nov 17 15:10:07 2016 +0000
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.66 2016/09/30 14:21:23 manu Exp $
+$NetBSD: distinfo,v 1.67 2016/11/17 15:10:07 taca Exp $
 
-SHA1 (squirrelmail-webmail-1.4.23pre14523.tar.bz2) = bce5a25233d65cb2260770c4513f284d52084383
-RMD160 (squirrelmail-webmail-1.4.23pre14523.tar.bz2) = 774395fe79ffc49d11df01c3e0ad054803e86a2d
-SHA512 (squirrelmail-webmail-1.4.23pre14523.tar.bz2) = 481958bc5e0a2ca1a22d49515d492ea5ba6ec16c5aa2d177d279f240b4ebfd4b13db0c0038014af56f9fcec3b00eefa33c59e830c281ef76694501142d98ea61
-Size (squirrelmail-webmail-1.4.23pre14523.tar.bz2) = 553216 bytes
+SHA1 (squirrelmail-webmail-1.4.23pre14605.tar.bz2) = b0301f777ac5e71b08cd8d718358ce0f3417a21d
+RMD160 (squirrelmail-webmail-1.4.23pre14605.tar.bz2) = ee9c4d6bd6975f0134797cfc383821368a140542
+SHA512 (squirrelmail-webmail-1.4.23pre14605.tar.bz2) = f884e324c4f89469ef92e0edb16e83930bdcb73d17df659425972a786cd1449531ab40bf4ea5a17fdc97bcfd8a4c26fc80ca68bad2ae54502236dc5b0456967b
+Size (squirrelmail-webmail-1.4.23pre14605.tar.bz2) = 558045 bytes
 SHA1 (patch-aa) = 4ba7ea0a85308816b9dc77c0af3c927359ed1275
 SHA1 (patch-ab) = 30bf68c730f20e817fbe81d18bc2a95899ee3fd0
 SHA1 (patch-ai) = 1c08904ecf074ff3ba7e6042becc0f0771388b9f
 SHA1 (patch-ca) = d2e41316b8ecd97b49842eff548219e40e9b163a
-SHA1 (patch-plugins_administrator_defines.php) = d06f6a9efb6f096b96fa088f388037a7095357f7
diff -r 933763eee0e7 -r 50e127a501d7 mail/squirrelmail/patches/patch-plugins_administrator_defines.php
--- a/mail/squirrelmail/patches/patch-plugins_administrator_defines.php Thu Nov 17 14:41:00 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-plugins_administrator_defines.php,v 1.1 2016/09/27 12:11:11 manu Exp $
-
-Fix syntax error, form Jean-Jacques Puig 
-
---- plugins/administrator/defines.php.orig
-+++ plugins/administrator/defines.php
-@@ -243,6 +243,7 @@
-                  '$edit_identity' => array( 'name' => _("Allow editing of identities"),
-                                             'type' => SMOPT_TYPE_BOOLEAN ),
-                  '$edit_name' => array( 'name' => _("Allow editing of full name"),
-+                                            'type' => SMOPT_TYPE_BOOLEAN ),
-                  '$edit_reply_to' => array( 'name' => _("Allow editing of reply-to address"),
-                                         'type' => SMOPT_TYPE_BOOLEAN ),
-                  '$hide_auth_header' => array( 'name' => _("Remove username from headers"),



Home | Main Index | Thread Index | Old Index