summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2003-02-12 07:23:40 +0000
committermartti <martti@pkgsrc.org>2003-02-12 07:23:40 +0000
commit3e44cdea8de3a4843cf8a70ba8a0e1227fc25903 (patch)
treeb4bd43b65a2af005d5df93a3ee8044e29f82c60c /mail
parentb6db8330092f18f3c5c99bf961b8f40b3cbd9129 (diff)
downloadpkgsrc-3e44cdea8de3a4843cf8a70ba8a0e1227fc25903.tar.gz
Updated squirrelmail to 1.2.11
This release incorporates some security fixes in relation to XSS (cross site scripting) code which could allow malicious extraction of information from the client browser. There is also a fix for the SquirrelMail 1.2.10 "Double login" problem. This was related to a session issue, and has been fixed.
Diffstat (limited to 'mail')
-rw-r--r--mail/squirrelmail/Makefile4
-rw-r--r--mail/squirrelmail/PLIST17
-rw-r--r--mail/squirrelmail/distinfo6
3 files changed, 21 insertions, 6 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile
index 81bb481b448..ebbeb193f20 100644
--- a/mail/squirrelmail/Makefile
+++ b/mail/squirrelmail/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2003/01/28 22:03:40 jlam Exp $
+# $NetBSD: Makefile,v 1.31 2003/02/12 07:23:40 martti Exp $
-DISTNAME= squirrelmail-1.2.10
+DISTNAME= squirrelmail-1.2.11
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/}
EXTRACT_SUFX= .tar.bz2
diff --git a/mail/squirrelmail/PLIST b/mail/squirrelmail/PLIST
index 27b913838c8..3f078eedad6 100644
--- a/mail/squirrelmail/PLIST
+++ b/mail/squirrelmail/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2002/12/03 06:37:15 martti Exp $
+@comment $NetBSD: PLIST,v 1.10 2003/02/12 07:23:40 martti Exp $
share/examples/squirrelmail/squirrelmail.conf
share/squirrelmail/AUTHORS
share/squirrelmail/COPYING
@@ -23,6 +23,7 @@ share/squirrelmail/data/index.php
share/squirrelmail/doc/README.russian_apache
share/squirrelmail/doc/ReleaseNotes/1.2/Notes-1.2.0.txt
share/squirrelmail/doc/ReleaseNotes/1.2/Notes-1.2.1.txt
+share/squirrelmail/doc/ReleaseNotes/1.2/Notes-1.2.10.txt
share/squirrelmail/doc/ReleaseNotes/1.2/Notes-1.2.2.txt
share/squirrelmail/doc/ReleaseNotes/1.2/Notes-1.2.3.txt
share/squirrelmail/doc/ReleaseNotes/1.2/Notes-1.2.4.txt
@@ -239,6 +240,15 @@ share/squirrelmail/help/sl_SI/main_folder.hlp
share/squirrelmail/help/sl_SI/options.hlp
share/squirrelmail/help/sl_SI/read_mail.hlp
share/squirrelmail/help/sl_SI/search.hlp
+share/squirrelmail/help/sr_YU/FAQ.hlp
+share/squirrelmail/help/sr_YU/addresses.hlp
+share/squirrelmail/help/sr_YU/basic.hlp
+share/squirrelmail/help/sr_YU/compose.hlp
+share/squirrelmail/help/sr_YU/folders.hlp
+share/squirrelmail/help/sr_YU/main_folder.hlp
+share/squirrelmail/help/sr_YU/options.hlp
+share/squirrelmail/help/sr_YU/read_mail.hlp
+share/squirrelmail/help/sr_YU/search.hlp
share/squirrelmail/help/sv_SE/FAQ.hlp
share/squirrelmail/help/sv_SE/addresses.hlp
share/squirrelmail/help/sv_SE/basic.hlp
@@ -345,6 +355,8 @@ share/squirrelmail/locale/th_TH/LC_MESSAGES/squirrelmail.po
share/squirrelmail/locale/timezones.cfg
share/squirrelmail/locale/tr_TR/LC_MESSAGES/squirrelmail.mo
share/squirrelmail/locale/tr_TR/LC_MESSAGES/squirrelmail.po
+share/squirrelmail/locale/uk_UA/LC_MESSAGES/squirrelmail.mo
+share/squirrelmail/locale/uk_UA/LC_MESSAGES/squirrelmail.po
share/squirrelmail/locale/zh_CN/LC_MESSAGES/squirrelmail.mo
share/squirrelmail/locale/zh_CN/LC_MESSAGES/squirrelmail.po
share/squirrelmail/locale/zh_TW/LC_MESSAGES/squirrelmail.mo
@@ -578,6 +590,8 @@ share/squirrelmail/themes/spice_of_life_lite.php
@dirrm share/squirrelmail/locale/zh_TW
@dirrm share/squirrelmail/locale/zh_CN/LC_MESSAGES
@dirrm share/squirrelmail/locale/zh_CN
+@dirrm share/squirrelmail/locale/uk_UA/LC_MESSAGES
+@dirrm share/squirrelmail/locale/uk_UA
@dirrm share/squirrelmail/locale/tr_TR/LC_MESSAGES
@dirrm share/squirrelmail/locale/tr_TR
@dirrm share/squirrelmail/locale/th_TH/LC_MESSAGES
@@ -643,6 +657,7 @@ share/squirrelmail/themes/spice_of_life_lite.php
@dirrm share/squirrelmail/help/zh_CN
@dirrm share/squirrelmail/help/th_TH
@dirrm share/squirrelmail/help/sv_SE
+@dirrm share/squirrelmail/help/sr_YU
@dirrm share/squirrelmail/help/sl_SI
@dirrm share/squirrelmail/help/ru_RU
@dirrm share/squirrelmail/help/pt_PT
diff --git a/mail/squirrelmail/distinfo b/mail/squirrelmail/distinfo
index b8efbec1dc5..8e866d3f6e5 100644
--- a/mail/squirrelmail/distinfo
+++ b/mail/squirrelmail/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2002/12/03 06:37:15 martti Exp $
+$NetBSD: distinfo,v 1.12 2003/02/12 07:23:40 martti Exp $
-SHA1 (squirrelmail-1.2.10.tar.bz2) = 5769c878f05f558422968f31d93d50cab23740e7
-Size (squirrelmail-1.2.10.tar.bz2) = 1478107 bytes
+SHA1 (squirrelmail-1.2.11.tar.bz2) = 179e075d0f60770b1231f3ec9f89933ae85889a4
+Size (squirrelmail-1.2.11.tar.bz2) = 1425249 bytes
SHA1 (patch-aa) = 524cc3afdde8d5d0295a96104a4c0010a49dd97b