pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/squirrelmail



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar 21 15:02:47 UTC 2021

Modified Files:
        pkgsrc/mail/squirrelmail: Makefile distinfo

Log Message:
mail/squirrelmail: update to 1.4.23pre14904

Update squirrelmail to 1.4.23pre14904, latest snapshot.

1.4.23pre revision 14904 (2021-03-13)

 - Added the ability to modify of the value of the global $PHP_SELF
   variable used throughout the SquirrelMail code.  The administrator
   may do so by adding the configuration settings $php_self_pattern
   and $php_self_replacement to config/config_local.php, where the
   pattern should be a full regular expression including the
   delimiters. This may be helpful when the web server sees traffic
   from a proxy so the normal $PHP_SELF does not resolve to what it
   should be for the real client.
 - Users can now mouse over the checkbox on the message list to see
   who a message is from
 - Show more accurate filesize for uploaded files and base64-encoded
   attachments (when reading a message)
 - Migrate away from create_function() as long as we have PHP 5.3+


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/mail/squirrelmail/Makefile
cvs rdiff -u -r1.71 -r1.72 pkgsrc/mail/squirrelmail/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/squirrelmail/Makefile
diff -u pkgsrc/mail/squirrelmail/Makefile:1.140 pkgsrc/mail/squirrelmail/Makefile:1.141
--- pkgsrc/mail/squirrelmail/Makefile:1.140     Mon Aug 31 18:10:09 2020
+++ pkgsrc/mail/squirrelmail/Makefile   Sun Mar 21 15:02:47 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.140 2020/08/31 18:10:09 wiz Exp $
+# $NetBSD: Makefile,v 1.141 2021/03/21 15:02:47 taca Exp $
 
-DISTNAME=      squirrelmail-webmail-1.4.23pre14832
+DISTNAME=      squirrelmail-webmail-1.4.23pre14904
 PKGNAME=       ${DISTNAME:S/-webmail//}
-PKGREVISION=   3
 CATEGORIES=    mail www
 MASTER_SITES=  ${MASTER_SITE_LOCAL}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/mail/squirrelmail/distinfo
diff -u pkgsrc/mail/squirrelmail/distinfo:1.71 pkgsrc/mail/squirrelmail/distinfo:1.72
--- pkgsrc/mail/squirrelmail/distinfo:1.71      Wed Jul 24 03:49:35 2019
+++ pkgsrc/mail/squirrelmail/distinfo   Sun Mar 21 15:02:47 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.71 2019/07/24 03:49:35 taca Exp $
+$NetBSD: distinfo,v 1.72 2021/03/21 15:02:47 taca Exp $
 
-SHA1 (squirrelmail-webmail-1.4.23pre14832.tar.xz) = 32c38a24766fb5d0364253fdab36501923d7d9cd
-RMD160 (squirrelmail-webmail-1.4.23pre14832.tar.xz) = 689831ce73482384ce90b1ccfc84f81b29ad17eb
-SHA512 (squirrelmail-webmail-1.4.23pre14832.tar.xz) = b8a380f5bb72d2fdb2793edaf10410f3a3cdd8e3f7a44a4d3775be22cb202f29b2ee7c574f33986cfcb2d066dc6085b9b8092340f526e2c3dc8be1b39ccd8d12
-Size (squirrelmail-webmail-1.4.23pre14832.tar.xz) = 519160 bytes
+SHA1 (squirrelmail-webmail-1.4.23pre14904.tar.xz) = 03c64e2a29c051f871dea13d98cbdf3f53ba749b
+RMD160 (squirrelmail-webmail-1.4.23pre14904.tar.xz) = b795c3ad935938466a2e972f97f7ebd924aed7c2
+SHA512 (squirrelmail-webmail-1.4.23pre14904.tar.xz) = 53a080703a3abf6668c7ccda3b95c08196ee46aba10fdeefdc3e9549884f39efd4c761ae6e4339e7ac259650144ca0846b0668a385523529ab67a124dd5a17f2
+Size (squirrelmail-webmail-1.4.23pre14904.tar.xz) = 521380 bytes
 SHA1 (patch-aa) = 4ba7ea0a85308816b9dc77c0af3c927359ed1275
 SHA1 (patch-ab) = 30bf68c730f20e817fbe81d18bc2a95899ee3fd0
 SHA1 (patch-ai) = e1a23673bf19bbbd88b00fb6bab3d6d1c8c11575



Home | Main Index | Thread Index | Old Index