summaryrefslogtreecommitdiff
path: root/mail/ja-squirrelmail
AgeCommit message (Collapse)AuthorFilesLines
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-3/+4
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-12-07Correct wrong usage of PKGMANDIR.taca1-2/+2
2006-12-06Update ja-squirrelmail to 1.4.9a.taca4-21/+25
pkgsrc change: * separate ja-patch into ja-patch and lite-patch. ChangLog: Version 1.4.9a - 3 December 2006 -------------------------------- - Security: Multiple IE cross site scripting issues related to the widely acceptation of the word expression and url by IE. - Security: Removing @import when sanitizing html mail. Version 1.4.9 - 2 December 2006 ------------------------------- - Drop obsolete script plugins/make_archive.pl. - Fixed Google translate form in translate plugin. Added new language pairs. - Added XMAGICTRASH extension tests in configtest utility. Removed code that handled 'inbox.trash' as special folder in courier (#1354393). - Allowed moving folders to trash in courier. - Fix misspelled constant PREG_SPLIT_NI_EMPTY in sqimap_get_message (#1543573). - Provide View Unsafe Images link on viewing a text/html attachment. - Fix variable typo in folders_create.php (#1545316). - Added Courier IMAP OUTBOX check to configtest utility. - If mailbox name starts with slash or contains ../, error message is generated. Safety check for insecure default UW IMAP setup (#1557078). - Ignore message copy errors when messages are deleted. Allows to delete messages when quota is exceeded (#614887, #646386, #1446026). - Fixed unintended literal fetching (#1562271). - Added global file based address book listing controls. Added line length configuration option for local_file address book backend (#1181561). Added address book data integrity checks in local_file address book backend. Fixed eregi and object notices in local_file and database address book backends. Added additional address book field support. - Fixed variable corruption in configtest utility. - Checked if configuration file is readable in configuration utility (#1568355). - Special mailboxes marked in special_mailbox hook are no longer listed in folder delete, rename and subscription options. - Translate plugin: prevent PHP notice when viewing empty message. - Add CEST and MEST (non-standard) timezone codes for +0200. - Add <label> to From field in message list. - Add support for parsing SpamAssassin's X-Spam-Status header (#1589520). - Fix in bodystructure parser code related to strings ending with an escape character. - Added "attachment */*" hook - Added third parameter $logout_link to logout_error hook that allows plugin control over login page URI displayed on login error page. - Security: close cross site scripting vulnerability in draft, compose and mailto functionality [CVE-2006-6142]. - Security: work around an issue in Internet Explorer that would guess the mime type of a file based on contents, not Content-Type header.
2006-11-10Use find -print | xargs rather than find -exec.tv1-4/+4
2006-08-27Sync with squirrelmail.martti2-3/+5
2006-08-19- Fix PLIST.taca2-10/+6
- Add APACHE_GROUP, APACHE_USER and VARBASE to BUILD_DEFS. Bump PKGREVISION.
2006-08-17Update ja-squirrelmail package to 1.4.8.taca5-92/+20
Changes from 1.4.7: - A security fix for CVE-2006-4019 - A collection of bugfixes Changes from 1.4.6: - Fixed URL for Read Receipts being incorrect in some cases (#1177518). - Fixed endless loop when trying to parse "From: )(" (#1517867). - Using is_file() instead of file_exists() in fortune plugin (#1499134). - Add manual page for conf.pl under contrib. - Don't allow selecting INBOX as Sent, Draft or Trash folder (#1242346). Todo: Make squirrelmail-decode and squirrelmail-locale depend on ja-squirrelmail as well as squirrelmail.
2006-06-04Add fix for security issue 2006-06-01 from SquirrelMail CVS repository.tron3-3/+63
Bump package revision.
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-4/+5
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-05-05Updated ja-squirrelmail to 1.4.6nb1martti4-6/+44
* sync with squirrelmail-1.4.6nb1
2006-05-05Update ja-squirrelmail package to 1.4.6 after talking with martti@.taca10-151/+19
Prior to this release, there are security vulnerability the same as squirrelmail 1.4.5. This update made with temporary Japanese patch based on the patch for 1.4.5.
2006-02-17Fixed warnings found by pkglint -Wall.martti1-18/+22
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-02-03s/SMDIRDIR/SMDIR/ and bump PKGREVISION.martti1-3/+3
2006-01-20Use SUBST. Use find foo -exec bar {} \; instead of find foo | xargs bar.joerg1-19/+16
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-10List ${SMDIR} and ${SMDIR}/config in REQD_DIRS instead of OWN_DIRSmartti1-2/+3
to avoid problems with bulk builds with CHECK_FILES=yes. Suggested by Johnny Lam on tech-pkg@ list.
2005-12-09Use pre-configure instead of post-patch so it's easier to (re)create patches.martti1-2/+2
2005-12-09- remove all .orig* files. Noted by Lubomir Sedlacik.martti1-4/+3
- use post-patch instead of pre-configure
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05Make this work with PHP 5.1.1martti3-3/+17
2005-12-05Updated mail/ja-squirrelmail to 1.4.5nb2martti9-10/+133
- sync with pkgsrc/mail/squirrelmail
2005-07-20Sync to squirrelmail package; some modification to MESSAGES:taca1-4/+4
* remove trailing white space. * use www.example.com as example URL.
2005-07-18Updated mail/ja-squirrelmail to 1.4.5martti3-19/+31
* lots of bug fixes * translation updates
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-2/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-13Use pre-configure instead of post-patch to remove the *.orig files.martti1-2/+2
This will help with the patch creation. Suggested by Takahiro Kambe in a private mail.
2005-07-07Updated ja-squirrelmail to 1.4.4nb1martti4-515/+83
* sync with mail/squirrelmail * use the squirrelmail-1.4.4-ja-20050616 patch
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+4
2005-01-26Make sure to change current directory to ${WRKSRC} before removing filestaca1-3/+4
like "*.orig" by find(1).
2004-12-22chmod directories and other filesmartti1-3/+4
2004-12-22chmod only filesmartti1-2/+2
2004-12-22Use ${SHAREMODE} instead of a-w with chmodmartti1-2/+2
2004-12-21As squirrelmail, use ${VARBASE} instead of hardcoding /var.taca1-2/+2
2004-12-19s,PHP4,PHP, in COMMENT - this package doesn't specifically require PHP4jdolecek1-2/+2
2004-11-16Apply XSS patch:taca2-3/+8
http://article.gmane.org/gmane.mail.squirrelmail.user/21169 Bump package revision.
2004-10-31update DEPENDS for change of php4-* packages to php-*; be optimistic andjdolecek1-3/+3
leave the DEPENDS in a form which allows PHP 5.x to match, since it should work just as well
2004-10-20Update ja-squirrelmail to 20041014 release (1.4.3a-ja-20041014).taca2-5/+6
Fix these bugs.. (1) A problem with displaying mails in Japanese unless they are specified charset to ISO-2022-JP in Content-Type header; - encoded with euc-JP or Shift_JIS - encoded with ISO-2022-JP but no Content-Type header (2) A problem with replying to a mail with HTML format. Bump package revision.
2004-06-06Importing ja-squirrelmail 1.4.3a package.taca7-0/+1038
This is SquirrelMail with Japanese localization and own patches.