Commit graph

29 commits

Author SHA1 Message Date
Thomas Abthorpe
e7e0db674c - Update locales
- Switch back to SF mirrors
- Bump PORTREVISION
2009-08-31 23:34:47 +00:00
Thomas Abthorpe
3ddcf3a2ce - Preserve config_local.php
- Bump PORTREVISION

PR:		ports/134771
Submitted by:	Marcin Gryszkalis <mg fork.pl>
2009-06-17 13:21:59 +00:00
Thomas Abthorpe
feea6b4060 - Update to 1.4.18
- Fix Subject/filename/non-ascii filename issue [1]

PR:		ports/133652 [1]
Submitted by:	Kazuo Dohzono <dohzono gmail.com> [1]
Security:	CVE-2009-1581 CVE-2009-1578 CVE-2009-1579 CVE-2009-1580
2009-05-20 16:21:01 +00:00
Thomas Abthorpe
dcbe138102 - Update to 1.4.16
- Document plugin behaviour in pkg-message [1]

Prompted by:	Petr Rehor [1]
Security:	http://www.vuxml.org/freebsd/a0afb4b9-89a1-11dd-a65b-00163e000016.html
2008-09-29 12:25:08 +00:00
Thomas Abthorpe
b396a1698f - Update to 1.4.15
- Assume maintainership
- Add bsd.squirrelmail.mk, a common include framework for plugins
- Thanks to Simon for his maintainership
- Thanks to jadawin@, miwi@, itetcu@ and Neil Darlow for testing and
  feedback on bsd.squirrelmail.mk

PR:		ports/124027
Submitted by:	Simon Dick <simond irrelevant.org>
2008-06-03 13:41:29 +00:00
Martin Wilke
cda1a0be94 - Update to 1.4.11
PR:		117237
Submitted by:	Simon Dick <simond@irrelevant.org> (maintainer)
2007-10-23 13:10:09 +00:00
Martin Wilke
663be9585a - Update port to 1.4.10:
* Some security fixes (see below)
   * Small enhancements
   * A collection of bugfixes and stability enhancements

PR:		112548
Submitted by:	Simon Dick <simond@irrelevant.org> (maintainer)
Approved by:	portmgr (marcus)
Security:	http://www.vuxml.org/freebsd/0e575ed3-0764-11dc-a80b-0016179b2dd5.html
2007-05-21 20:23:57 +00:00
Frank J. Laszlo
36b2d886a9 Update port to 1.4.9a fixing CVE-2006-6142 amongst other additions
PR:		ports/106301
Submitted by:	Simon Dick <simond@irrelevant.org> (maintainer)
2006-12-05 18:29:03 +00:00
Cheng-Lung Sung
271d4d2ba7 - Update mail/squirrelmail to 1.4.8 to fix some security problems:
http://www.squirrelmail.org/security/issue/2006-08-11
  CVE-2006-4019

PR:		ports/101824
Submitted by:	maintainer (Simon Dick)
2006-08-11 16:28:19 +00:00
Rong-En Fan
4836832449 - Update to 1.4.7
PR:		99799
Submitted by:	maintainer
Approved by:	delphij (mentor, implicit)
2006-07-07 14:06:31 +00:00
Renato Botelho
3bd9a9476d - Rework Makefile - portlintification
- Remove CONFLICTS since ja-squirrelmail port was removed

Approved by:	maintainer via email
2006-03-20 16:24:34 +00:00
Renato Botelho
66bb357d64 - Update to 1.46 -- Fixes multiply vulnerabilities
PR:		ports/93774
Submitted by:	Thomas Vogt <thomas@bsdunix.ch>
Reworked by:	maintainer
Approved by:	portmgr (linimon), maintainer
Security:	CVE-2006-0195
		CVE-2006-0377
		CVE-2006-0188
		CVE-2005-1769
		CVE-2005-2095
2006-03-01 20:23:17 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Edwin Groothuis
102b0f9851 [PATCH] mail/squirrelmail: install new all_locales
- install new all_locales (20050904)
	- sort pkg-plist
	- bump PORTREVISION

PR:		ports/89480
Submitted by:	Yen-Ming Lee <leeym@freebsd.org>
Approved by:	Simon Dick <simond@irrelevant.org>
2005-11-29 22:25:27 +00:00
Renato Botelho
b80a820073 Update to 1.4.5
PR:		ports/83443
Submitted by:	Simon Dick <simond@irrelevant.org> (maintainer)
Approved by:	flz (mentor)
2005-07-14 15:12:29 +00:00
Norikatsu Shigemura
d02b8823ae Update to 1.4.4.
PR:		ports/76886[1], ports/76584[2]
Submitted by:	Simon Dick <simond@irrelevant.org> (maintainer) [1]
		Joseph Scott <joseph@randomnetworks.com> [2]
2005-02-08 15:35:37 +00:00
Pav Lucistnik
fe3f03d8e1 - Update to 1.4.3
PR:		ports/67486
Submitted by:	Simon Dick <simond@irrelevant.org> (maintainer)
2004-06-02 19:37:29 +00:00
Edwin Groothuis
5140d21c9d mail/squirrelmail - Port Docs in wrong location
Installation of mail/squirrelmail places the ports documentation
	in PREFIX/squirrelmail, and you are not able to not install
	the documentation with NOPORTDOCS.

    - installs all documentation to the DOCSDIR directory
     - fixes security of the port by moving the attachment
       and user preferences out of the web servers document
       root (moves default data_dir & attachment_dir from
       SQUIRRELDIR/data to sub-directorys under
       /var/spool/squirrelmail) as recommended on the
       SquirrelMail web site.
     - adds a periodic/daily script to clean the attachment
       directory of abandoned files (disabled by default)
     - location of squirrelmail can be set by either defining
       SQUIRRELDIR or WITHOUT_WWWDIR when patching and installing
       the port.
     - BENTO FIX: The /var/spool/squirrelmail directory is
       created by pkg-install, but it wasn't being uninstalled.
       Connditionalized the creation of this directory depending
       on how the BATCH variable is set. A message in pkg-deinstall
       advises the port user to remove it if no longer needed.

PR:		ports/50840
Submitted by:	Scot W. Hetzel <hetzels@westbend.net>
Approved by:	Maintainer timeout
2004-01-13 09:14:24 +00:00
Kirill Ponomarev
dd46765e81 - Update to version 1.4.2
PR:		57642
Submitted by:	maintainer
2003-10-06 17:49:00 +00:00
Daichi GOTO
12bc7a502c update mail/squirrelmail: 1.4.0 -> 1.4.1
PR:		54533
Submitted by:	Simon Dick <simond@irrelevant.org> (maintainer)
2003-07-17 04:40:59 +00:00
Vanilla I. Shu
d996514372 Upgrade to 1.4.0.
PR:		ports/50602
Submitted by:	maintainer.
2003-04-05 01:54:19 +00:00
Mark Pulford
25e63cfaec Update to 1.2.11.
PR:		48244
Submitted by:	maintainer
2003-02-14 13:38:42 +00:00
Patrick Li
7126d07aca Update to 1.2.9
PR:		ports/44755
Submitted by:	maintainer
2002-10-30 20:44:58 +00:00
Patrick Li
3e647be4c8 Update to 1.2.8
PR:		ports/42802
Submitted by:	maintainer
2002-09-16 06:23:50 +00:00
Anders Nordby
40a3e0a077 Update to 1.2.7.
PR:		39700
Submitted by:	maintainer
2002-06-23 18:49:32 +00:00
Patrick Li
445cbfd502 Update to 1.2.6
PR:		37592
Submitted by:	maintainer
2002-04-30 23:22:52 +00:00
Patrick Li
6cf20ecdaf Install .htaccess file in user prefs directory by default so people cannot
see the configuration. Bump PORTREVISION.

PR:		35507
Submitted by:	maintainer
2002-03-04 00:35:36 +00:00
Patrick Li
792fa51980 - Update to 1.2.5
- Sort pkg-plist

PR:		35208
Submitted by:	maintainer
2002-02-22 23:08:24 +00:00
Anders Nordby
02b233041b Add squirrelmail, a PHP based webmail package.
Submitted by:	Simon Dick <simond@irrelevant.org>
2002-02-10 00:44:59 +00:00