pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2010Q2]: pkgsrc/mail/squirrelmail Pullup ticket 3181 - request...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64f407c9a472
branches:  pkgsrc-2010Q2
changeset: 576916:64f407c9a472
user:      spz <spz%pkgsrc.org@localhost>
date:      Sun Jul 25 11:41:03 2010 +0000

description:
Pullup ticket 3181 - requested by tron
security update

Revisions pulled up:
- pkgsrc/mail/squirrelmail/Makefile     1.115
- pkgsrc/mail/squirrelmail/PLIST        1.37
- pkgsrc/mail/squirrelmail/distinfo     1.60

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Sat Jul 24 12:20:34 UTC 2010

   Modified Files:
           pkgsrc/mail/squirrelmail: Makefile PLIST distinfo

   Log Message:
   Update "squirremail" package to version 1.4.21. Changes since 1.4.20:
   - Now allow more than one plugin to control the compose form submit action.
   - When sorting by received date, the received date is now shown on the
     message list.
   - Explicitly disable browser caching for left_main and right_main pages
     (#2983134).
   - Fix error with SpamCop reporting plugin not being able to send report as
     emails (#1795310).
   - Fix typo in SpamCop plugin.
   - Reduced default time security tokens stay valid from 30 days to 2 days
     (reduces chances of session data growing too large)
   - Several speed enhancements for recent fixes regarding the display of
     encoded subjects, including a fix for messages with invalid subject
     encoding (includes #2987016 amongst several other issues reported via
     mailing list, etc.) (Many thanks to Zdenek Pytela for the untiring help
     diagnosing and testing.)
   - Fixed minor vulnerability in Mail Fetch plugin.
     [CVE-2010-1637/TEHTRI-SA-2010-009]
   - Now properly quote personal part of encoded addresses when replying.
   - Now fill in default subject when forwarding as attachment (#2936541).
   - Implement header folding that doesn't add extraneous spaces so unfolding
     is less ambiguous (#1951776).
   - Fixed issues caused by use of PostgreSQL keyword "user" in SquirrelMail's
     default preferences database schema (#2943483).
   - Fixed attachment filename decoding problems (#2994865).
   - Now default search criteria to the TO header when searching the sent fold=
   er.
   - Fixed literal processing of 8-bit usernames/passwords during login.
     [CVE-2010-2813]


   To generate a diff of this commit:
   cvs rdiff -u -r1.114 -r1.115 pkgsrc/mail/squirrelmail/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/mail/squirrelmail/PLIST
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/mail/squirrelmail/distinfo

diffstat:

 mail/squirrelmail/Makefile |  4 ++--
 mail/squirrelmail/PLIST    |  4 +++-
 mail/squirrelmail/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (53 lines):

diff -r e347d7c8f605 -r 64f407c9a472 mail/squirrelmail/Makefile
--- a/mail/squirrelmail/Makefile        Thu Jul 22 16:11:32 2010 +0000
+++ b/mail/squirrelmail/Makefile        Sun Jul 25 11:41:03 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.114 2010/03/07 03:41:49 taca Exp $
+# $NetBSD: Makefile,v 1.114.4.1 2010/07/25 11:41:03 spz Exp $
 
-DISTNAME=      squirrelmail-1.4.20
+DISTNAME=      squirrelmail-1.4.21
 CATEGORIES=    mail www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=squirrelmail/}
 EXTRACT_SUFX=  .tar.bz2
diff -r e347d7c8f605 -r 64f407c9a472 mail/squirrelmail/PLIST
--- a/mail/squirrelmail/PLIST   Thu Jul 22 16:11:32 2010 +0000
+++ b/mail/squirrelmail/PLIST   Sun Jul 25 11:41:03 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.36 2010/03/07 03:41:49 taca Exp $
+@comment $NetBSD: PLIST,v 1.36.4.1 2010/07/25 11:41:03 spz Exp $
 man/man8/squirrelmail-conf.pl.8
 share/examples/squirrelmail/data/.htaccess
 share/examples/squirrelmail/data/index.php
@@ -76,6 +76,7 @@
 share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.17.txt
 share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.18.txt
 share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.19.txt
+share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.20.txt
 share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.2.txt
 share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.20-RC2.txt
 share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.20RC1.txt
@@ -275,6 +276,7 @@
 share/squirrelmail/plugins/listcommands/setup.php
 share/squirrelmail/plugins/mail_fetch/README
 share/squirrelmail/plugins/mail_fetch/class.POP3.php
+share/squirrelmail/plugins/mail_fetch/config_example.php
 share/squirrelmail/plugins/mail_fetch/fetch.php
 share/squirrelmail/plugins/mail_fetch/functions.php
 share/squirrelmail/plugins/mail_fetch/index.php
diff -r e347d7c8f605 -r 64f407c9a472 mail/squirrelmail/distinfo
--- a/mail/squirrelmail/distinfo        Thu Jul 22 16:11:32 2010 +0000
+++ b/mail/squirrelmail/distinfo        Sun Jul 25 11:41:03 2010 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.59 2010/03/07 03:41:49 taca Exp $
+$NetBSD: distinfo,v 1.59.4.1 2010/07/25 11:41:03 spz Exp $
 
-SHA1 (squirrelmail-1.4.20.tar.bz2) = ea1f8911961685393da2872739a060e0cf1f03f3
-RMD160 (squirrelmail-1.4.20.tar.bz2) = aa4e7f97a0f9eddc207d0f390c6f25dd1e69c16a
-Size (squirrelmail-1.4.20.tar.bz2) = 521070 bytes
+SHA1 (squirrelmail-1.4.21.tar.bz2) = 8a125ceca939fd4dd957491d17263b1857ddff60
+RMD160 (squirrelmail-1.4.21.tar.bz2) = f4eeb97d85c76a037e848217d06aa13a15bfac04
+Size (squirrelmail-1.4.21.tar.bz2) = 526813 bytes
 SHA1 (patch-aa) = 4c5556c804c1b728eec87322272abb06edcfcc2a
 SHA1 (patch-ab) = 30bf68c730f20e817fbe81d18bc2a95899ee3fd0
 SHA1 (patch-ai) = 1c08904ecf074ff3ba7e6042becc0f0771388b9f



Home | Main Index | Thread Index | Old Index