summaryrefslogtreecommitdiff
path: root/mail/squirrelmail
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2016-11-17 15:10:07 +0000
committertaca <taca@pkgsrc.org>2016-11-17 15:10:07 +0000
commit096eaaa084642bcf230074fb09567e2e19b7fc24 (patch)
tree05695e57bf539e1c729c8c8c73dc08393e55252a /mail/squirrelmail
parentb47d5ecbfd023de6621efa08c93c6065512318ff (diff)
downloadpkgsrc-096eaaa084642bcf230074fb09567e2e19b7fc24.tar.gz
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 (limited to 'mail/squirrelmail')
-rw-r--r--mail/squirrelmail/Makefile5
-rw-r--r--mail/squirrelmail/distinfo11
-rw-r--r--mail/squirrelmail/patches/patch-plugins_administrator_defines.php14
3 files changed, 7 insertions, 23 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile
index d89ca7f1ba0..f0287888f0b 100644
--- a/mail/squirrelmail/Makefile
+++ b/mail/squirrelmail/Makefile
@@ -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 --git a/mail/squirrelmail/distinfo b/mail/squirrelmail/distinfo
index 14553164bdb..85ed00531fb 100644
--- a/mail/squirrelmail/distinfo
+++ b/mail/squirrelmail/distinfo
@@ -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 --git a/mail/squirrelmail/patches/patch-plugins_administrator_defines.php b/mail/squirrelmail/patches/patch-plugins_administrator_defines.php
deleted file mode 100644
index 0d22b84b9ff..00000000000
--- a/mail/squirrelmail/patches/patch-plugins_administrator_defines.php
+++ /dev/null
@@ -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"),