Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-08-27 | Sync with squirrelmail. | martti | 2 | -3/+5 | |
2006-08-19 | - Fix PLIST. | taca | 2 | -10/+6 | |
- Add APACHE_GROUP, APACHE_USER and VARBASE to BUILD_DEFS. Bump PKGREVISION. | |||||
2006-08-17 | Update ja-squirrelmail package to 1.4.8. | taca | 5 | -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-04 | Add fix for security issue 2006-06-01 from SquirrelMail CVS repository. | tron | 3 | -3/+63 | |
Bump package revision. | |||||
2006-06-02 | Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, | joerg | 1 | -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-05 | Updated ja-squirrelmail to 1.4.6nb1 | martti | 4 | -6/+44 | |
* sync with squirrelmail-1.4.6nb1 | |||||
2006-05-05 | Update ja-squirrelmail package to 1.4.6 after talking with martti@. | taca | 10 | -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-17 | Fixed warnings found by pkglint -Wall. | martti | 1 | -18/+22 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-02-03 | s/SMDIRDIR/SMDIR/ and bump PKGREVISION. | martti | 1 | -3/+3 | |
2006-01-20 | Use SUBST. Use find foo -exec bar {} \; instead of find foo | xargs bar. | joerg | 1 | -19/+16 | |
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-10 | List ${SMDIR} and ${SMDIR}/config in REQD_DIRS instead of OWN_DIRS | martti | 1 | -2/+3 | |
to avoid problems with bulk builds with CHECK_FILES=yes. Suggested by Johnny Lam on tech-pkg@ list. | |||||
2005-12-09 | Use pre-configure instead of post-patch so it's easier to (re)create patches. | martti | 1 | -2/+2 | |
2005-12-09 | - remove all .orig* files. Noted by Lubomir Sedlacik. | martti | 1 | -4/+3 | |
- use post-patch instead of pre-configure | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -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-05 | Make this work with PHP 5.1.1 | martti | 3 | -3/+17 | |
2005-12-05 | Updated mail/ja-squirrelmail to 1.4.5nb2 | martti | 9 | -10/+133 | |
- sync with pkgsrc/mail/squirrelmail | |||||
2005-07-20 | Sync to squirrelmail package; some modification to MESSAGES: | taca | 1 | -4/+4 | |
* remove trailing white space. * use www.example.com as example URL. | |||||
2005-07-18 | Updated mail/ja-squirrelmail to 1.4.5 | martti | 3 | -19/+31 | |
* lots of bug fixes * translation updates | |||||
2005-07-16 | Remove some unnecessarily strong dependencies on perl that resulted | jlam | 1 | -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-13 | Use pre-configure instead of post-patch to remove the *.orig files. | martti | 1 | -2/+2 | |
This will help with the patch creation. Suggested by Takahiro Kambe in a private mail. | |||||
2005-07-07 | Updated ja-squirrelmail to 1.4.4nb1 | martti | 4 | -515/+83 | |
* sync with mail/squirrelmail * use the squirrelmail-1.4.4-ja-20050616 patch | |||||
2005-05-23 | Removed trailing white-space. | rillig | 1 | -1/+1 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+4 | |
2005-01-26 | Make sure to change current directory to ${WRKSRC} before removing files | taca | 1 | -3/+4 | |
like "*.orig" by find(1). | |||||
2004-12-22 | chmod directories and other files | martti | 1 | -3/+4 | |
2004-12-22 | chmod only files | martti | 1 | -2/+2 | |
2004-12-22 | Use ${SHAREMODE} instead of a-w with chmod | martti | 1 | -2/+2 | |
2004-12-21 | As squirrelmail, use ${VARBASE} instead of hardcoding /var. | taca | 1 | -2/+2 | |
2004-12-19 | s,PHP4,PHP, in COMMENT - this package doesn't specifically require PHP4 | jdolecek | 1 | -2/+2 | |
2004-11-16 | Apply XSS patch: | taca | 2 | -3/+8 | |
http://article.gmane.org/gmane.mail.squirrelmail.user/21169 Bump package revision. | |||||
2004-10-31 | update DEPENDS for change of php4-* packages to php-*; be optimistic and | jdolecek | 1 | -3/+3 | |
leave the DEPENDS in a form which allows PHP 5.x to match, since it should work just as well | |||||
2004-10-20 | Update ja-squirrelmail to 20041014 release (1.4.3a-ja-20041014). | taca | 2 | -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-06 | Importing ja-squirrelmail 1.4.3a package. | taca | 7 | -0/+1038 | |
This is SquirrelMail with Japanese localization and own patches. |