2b087 FreshPorts -- mail/squirrelmail
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
squirrelmail 1.4.22_3 mail on this many watch lists=180 search for ports that depend on this port An older version of this port was marked as vulnerable.
A webmail system which accesses mail over IMAP
Maintained by: adamw@FreeBSD.org search for ports maintained by this maintainer
Port Added: 09 Feb 2002 21:44:59
Also Listed In: www
License: not specified in port


SquirrelMail is a standards-based webmail package written in PHP.
It includes built-in pure PHP support for the IMAP and SMTP protocols,
and all pages render in pure HTML 4.0 (with no Javascript required) for
maximum compatibility across browsers. It has very few requirements
and is very easy to configure and install. SquirrelMail has a all
the functionality you would want from an email client, including
strong MIME support, address books, and folder manipulation

WWW: http://www.squirrelmail.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Run:
  1. lang/php53
  2. www/php53-session
  3. security/php53-hash
  4. devel/php53-gettext
  5. converters/php53-mbstring
  6. security/php53-openssl
  7. textproc/php53-xml
Required Libraries:
  1. devel/gettext

This port is required by:

for Run

To install the port: cd /usr/ports/mail/squirrelmail/ && make install clean
To add the package: pkg_add -r squirrelmail


Configuration Options
===> The following configuration options are available for squirrelmail-1.4.22_3:
     DATABASE=off: PEAR database support (must also intall a driver)
     LDAP=off: LDAP support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/squirrelmail/
  2. http://aarnet.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  3. http://freefr.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  4. http://garr.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  5. http://heanet.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  6. http://hivelocity.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  7. http://ignum.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  8. http://internode.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  9. http://iweb.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  10. http://jaist.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  11. http://kaz.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  12. http://kent.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  13. http://master.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  14. http://nchc.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  15. http://ncu.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  16. http://netcologne.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  17. http://sunet.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  18. http://superb-dca3.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  19. http://switch.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  20. http://tenet.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  21. http://ufpr.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
  22. http://waix.dl.sourceforge.net/project/squirrelmail/stable/1.4.22/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2012-10-08
    Affects: users of mail/squirrelmail
    Author: adamw@FreeBSD.org
    Reason: 
      The locale data, including translations and associated help files,
      have been moved to mail/squirrelmail-translations. If you or your
      users are using Squirrelmail in anything other than en_US, you should
      install that port.
    
    
Port Moves

Number of commits found: 100

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
24 Apr 2013 18:10:32
Original commit files touched by this commit  1.4.22_3
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
16 Nov 2012 21:24:54
Original commit files touched by this commit  1.4.22_3
adamw search for other commits by this committer
Use the php54-safe sqsession_unregister() instead of the deprecated
and removed session_unregister(). This is solely a php-5.4 fix.

PORTREVISION bump, but since this port does not officially support
php-5.4 I have no plans to merge this patch to RELENG_9_1_0.

Feature safe:	yes
08 Nov 2012 16:27:01
Original commit files touched by this commit  1.4.22_2
adamw search for other commits by this committer
Prevent PREFIX from making its way into the plist for plugins.
This broke package builds of squirrelmail plugins.

Feature safe:	yes
05 Nov 2012 21:51:04
Original commit files touched by this commit  1.4.22_2
adamw search for other commits by this committer
Make sure plugins use the same php version as the main squirrelmail
port. This is an issue for packages, where dependencies are computed
before other dependencies are installed.

While we're at it, remove the vestigial WITHOUT_WWWDIR thing. I'm
just assuming noone uses it, and if you do, then you can set
SQUIRRELDIR= as noted in the file---this is the same setting used in
the main squirrelmail port.

Feature safe:	yes
02 Nov 2012 01:55:14
Original commit files touched by this commit  1.4.22_2
adamw search for other commits by this committer
I know that the error for php-5.4 incompatibility confusingly says
that squirrelmail is incompatible with php-5 entirely, but it is just
php-5.4 that it is incompatible with. I'm adding some more verbose and
setting the default to 5.3 if php isn't installed, but there's not a
lot else I can do.

There is an open PR to make the error message more clear, but at the end
of the day php-5.4 compatibility is waiting only on the SM team to
make another release.

Feature safe:	yes
16 Oct 2012 09:32:52
Original commit files touched by this commit  1.4.22_2
adamw search for other commits by this committer
Rather than using cp -R and warning about umask values, use cpio.
As a result, this picks up an .htaccess in DOCSDIR that we were missing
before.
Also, prevent a patch remnant from getting installed.
PORTREVISION bumped for plist change.

Feature safe:	yes
08 Oct 2012 16:47:09
Original commit files touched by this commit  1.4.22_1
adamw search for other commits by this committer
The l10n/i18n package has been separated, and now lives
in mail/squirrelmail-translations.
09 Sep 2012 16:49:43
Original commit files touched by this commit  1.4.22
adamw search for other commits by this committer
Use language from WWW to clarify that JS is supported, but not
required.
09 Sep 2012 16:41:30
Original commit files touched by this commit  1.4.22
adamw search for other commits by this committer
Don't clobber php54's hex2bin(). This resolves a compatability issue
between squirrelmail and php54, though others remain.

This patch was adapted from the squirrelmail SVN repo.
09 Sep 2012 16:29:31
Original commit files touched by this commit  1.4.22
adamw search for other commits by this committer
Let bsd.port.mk create users and groups rather than doing it
ourselves. Introduces SMUSER/SMGROUP tunables.
09 Sep 2012 15:49:18
Original commit files touched by this commit  1.4.22
adamw search for other commits by this committer
Remove WITHOUT_WWWDIR. This was a tunable to install into a nonstandard
location. It came with a pre-everything message warning you of the change.
This happened 8.5 years ago, so I am hoping people have converted over by
now. If not, just set SQUIRRELDIR to whatever path you please. This is
noted also in the Makefile.
09 Sep 2012 15:44:26
Original commit files touched by this commit  1.4.22
adamw search for other commits by this committer
Convert the WITH_DATABASE and WITH_LDAP tunables to optionsNG.

PR:	ports/171092
09 Sep 2012 03:32:37
Original commit files touched by this commit  1.4.22
tabthorpe search for other commits by this committer
- Pass maintainership to new maintainer
07 Sep 2012 18:16:58
Original commit files touched by this commit  1.4.22
tabthorpe search for other commits by this committer
- Mark IGNORE_WITH_PHP=5
- There is a known compatibility issue with php-5.4, use php-5.3 instead

PR:		ports/171094
Submitted by:	adamw
07 Jun 2012 15:03:15
Original commit files touched by this commit  1.4.22
tabthorpe search for other commits by this committer
- Mark CONFLICTS with squirreloutlook

Submitted by:   ketasbot
24 Oct 2011 04:17:38
Original commit files touched by this commit  1.4.22
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
08 Sep 2011 16:55:21
Original commit files touched by this commit  1.4.22
tabthorpe search for other commits by this committer
- Update to 1.4.22

Security:       CVE-2010-4554
Security:       CVE-2010-4555
Security:       CVE-2011-2023
25 Dec 2010 16:55:41
Original commit files touched by this commit  1.4.21
sunpoet search for other commits by this committer
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:             ports/152844
Submitted by:   sunpoet (myself)
Approved by:    miwi (with portmgr hat)
04 Aug 2010 20:37:13
Original commit files touched by this commit  1.4.21
tabthorpe search for other commits by this committer
- Update to 1.4.21

PR:             ports/149063 (based on)
Submitted by:   Daniel Bond <db nsn.no>
Security:       CVE-2010-1637 and CVE-2010-2813
02 Jun 2010 18:31:53
Original commit files touched by this commit  1.4.20_2
tabthorpe search for other commits by this committer
- Really add patch this time
02 Jun 2010 18:31:09
Original commit files touched by this commit  1.4.20_2
tabthorpe search for other commits by this committer
- Restore i18n patch for Japanese filenames

PR:             ports/147203
Submitted by:   Kazuo Dohzono <dohzono axion-software.com>
31 May 2010 02:01:56
Original commit files touched by this commit  1.4.20_1
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
22 May 2010 19:16:54
Original commit files touched by this commit  1.4.20
itetcu search for other commits by this committer
Allow pre-everything, do-install and post-install targets to be redefined by
the ports that use this framework.
09 Mar 2010 15:38:58
Original commit files touched by this commit  1.4.20
tabthorpe search for other commits by this committer
- Update to 1.4.20
02 Feb 2010 03:25:57
Original commit files touched by this commit  1.4.20.r2_4
tabthorpe search for other commits by this committer
- Set USE_PHP?= yes, so selected PHP modules can override setting

PR:             ports/143447
Submitted by:   Darren Pilgrim <darren.pilgrim gmail.com>
04 Jan 2010 21:12:48
Original commit files touched by this commit  1.4.20.r2_4
tabthorpe search for other commits by this committer
- Really fix IMAP search
- Bump PORTREVISION

PR:             ports/141736
Submitted by:   Yuri Pankov <yuri.pankov gmail.com>
10 Nov 2009 19:23:07
Original commit files touched by this commit  1.4.20.r2_3
tabthorpe search for other commits by this committer
- Use USE_PERL5_RUN instead of USE_PERL5_BUILD
- Move perl dependency before <bsd.port.pre.mk>
- Adopt mail/squirrelmail-login_notes-plugin while I am here
- There is no bump as the same functionality is maintained

Requested by:   linimon
Approved by:    portmgr (linimon)
10 Nov 2009 04:10:37
Original commit files touched by this commit  1.4.20.r2_3
tabthorpe search for other commits by this committer
- Fix imap search [1]
- Really fix Japanese text corruption [2]
- Bump PORTREVISION

Submitted by:   Carlos Fernando Assis Paniago via Simon Dick [1]
Submitted by:   Kazuo Dohzono [2]
Obtained from:  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550763 [1]
29 Oct 2009 18:44:24
Original commit files touched by this commit  1.4.20.r2_2
tabthorpe search for other commits by this committer
- Fix Japanese (and possibly other) text corruption on forward/reply
- Bump PORTREVISION

PR:             ports/139360
Submitted by:   Kazuo Dohzono <dohzono axion-software.com>
31 Aug 2009 23:34:47
Original commit files touched by this commit  1.4.20.r2_1
tabthorpe search for other commits by this committer
- Update locales
- Switch back to SF mirrors
- Bump PORTREVISION
30 Aug 2009 04:49:26
Original commit files touched by this commit  1.4.20.r2
tabthorpe search for other commits by this committer
- Update to 1.4.20.r2

Notified by:    jadawin
Security:       CVE-2009-2964
22 Aug 2009 15:37:32
Original commit files touched by this commit  1.4.19_1
tabthorpe search for other commits by this committer
- Use FreeBSD ftp servers
- SF garr mirror seems to have corrupt distro
22 Aug 2009 00:45:38
Original commit files touched by this commit  1.4.19_1
amdmi3 search for other commits by this committer
- Fix fetch
22 Aug 2009 00:28:34
Original commit files touched by this commit  1.4.19_1
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
21 Aug 2009 13:44:56
Original commit files touched by this commit  1.4.19_1
tabthorpe search for other commits by this committer
- Host distfiles on FreeBSD ftp servers

PR:             ports/137965 (based on)
Submitted by:   Martin Schweizer <schweizer.martin gmail.com>
17 Jun 2009 13:21:59
Original commit files touched by this commit  1.4.19_1
tabthorpe search for other commits by this committer
- Preserve config_local.php
- Bump PORTREVISION

PR:             ports/134771
Submitted by:   Marcin Gryszkalis <mg fork.pl>
22 May 2009 02:32:28
Original commit files touched by this commit  1.4.19
tabthorpe search for other commits by this committer
- Update to 1.4.19

Security:       CVE-2009-1381 CVE-2009-1579
21 May 2009 05:29:05
Original commit files touched by this commit  1.4.18_1
tabthorpe search for other commits by this committer
- Fix Deliver.class.php patch
- Bump PORTREVISION

Submitted by:   Marcin Gryszkalis <mg fork.pl> via private email
20 May 2009 16:21:01
Original commit files touched by this commit  1.4.18
tabthorpe search for other commits by this committer
- 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
11 Feb 2009 18:51:14
Original commit files touched by this commit  1.4.17
itetcu search for other commits by this committer
Enhance bsd.squirrelmail.mk:
- default SQUIRREL_PLUGIN_NAME to PORTNAME only if not already deifned
- provide default values for:
  CATEGORIES, MASTER_SITES, PKGNAMEPREFIX, PKGNAMESUFFIX
- if ${FILESDIR}/pkg-message.in exists, add it to SUB_FILES and set
  SQUIRREL_PLUGIN_NAME to the right value in SUB_LIST
- introduce USE_SM_COMPAT;
  if defined, RUN_DEPEND on mail/squirrelmail-compatibility-plugin
  for the old (v1) compat plugin you still need to depends by hand (since it's
  expected to go away shortly)
- bug-fix: install in the right place even if the install dir exists.

Approved by:    maintainer (on IRC)
05 Dec 2008 04:10:33
Original commit files touched by this commit  1.4.17
tabthorpe search for other commits by this committer
- Update to 1.4.17

Security:      
http://www.vuxml.org/freebsd/d1ce8a4f-c235-11dd-8cbc-00163e000016.html
29 Sep 2008 12:25:08
Original commit files touched by this commit  1.4.16
 This port version is marked as vulnerable.
tabthorpe search for other commits by this committer
- 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
02 Sep 2008 18:22:12
Original commit files touched by this commit  1.4.15_1
 This port version is marked as vulnerable.
tabthorpe search for other commits by this committer
- Fix common include
- This is a no-op on the build cluster, no bump required

PR:             ports/126901
Submitted by:   Petr Rehor <prehor gmail.com>
20 Jun 2008 05:18:47
Original commit files touched by this commit  1.4.15_1
 This port version is marked as vulnerable.
tabthorpe search for other commits by this committer
- Fix builtin fortune plugin for FreeBSD
- Bump PORTREVISION

PR:             ports/124630
06 Jun 2008 13:43:09
Original commit files touched by this commit  1.4.15_1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
03 Jun 2008 15:30:53
Original commit files touched by this commit  1.4.15
 This port version is marked as vulnerable.
tabthorpe search for other commits by this committer
- Change config check, otherwise there is leftovers in plugins

Notified by:    ionbot
03 Jun 2008 13:41:29
Original commit files touched by this commit  1.4.15
 This port version is marked as vulnerable.
tabthorpe search for other commits by this committer
- 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>
18 Dec 2007 16:03:29
Original commit files touched by this commit  1.4.13
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 1.4.13

PR:             118781
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
Security:       http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-6348
23 Oct 2007 13:10:09
Original commit files touched by this commit  1.4.11
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 1.4.11

PR:             117237
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
21 May 2007 20:23:57
Original commit files touched by this commit  1.4.10a
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- 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
05 Dec 2006 18:29:03
Original commit files touched by this commit  1.4.9a
 This port version is marked as vulnerable.
laszlof search for other commits by this committer
Update port to 1.4.9a fixing CVE-2006-6142 amongst other additions

PR:             ports/106301
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
11 Aug 2006 16:28:19
Original commit files touched by this commit  1.4.8
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- 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)
07 Jul 2006 14:06:31
Original commit files touched by this commit  1.4.7
 This port version is marked as vulnerable.
rafan search for other commits by this committer
- Update to 1.4.7

PR:             99799
Submitted by:   maintainer
Approved by:    delphij (mentor, implicit)
03 Jul 2006 00:21:02
Original commit files touched by this commit  1.4.6_1
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- WANT_PHP_PEAR was removed since verion 1.21 of bsd.php.mk

PR:             ports/99717
Submitted by:   clsung
Approved by:    portmgr (erwin)
06 Jun 2006 10:30:47
Original commit files touched by this commit  1.4.6_1
 This port version is marked as vulnerable.
itetcu search for other commits by this committer
Security fix for remote user able to access local files on the server without
requiring login.

PR:             ports/98588
Submitted by:   maintainer
Approved by:    lawrance (mentor, implicit)
Security:      
http://vuxml.FreeBSD.org/00784d6e-f4ce-11da-87a1-000c6ec775d9.html
20 Mar 2006 16:24:34
Original commit files touched by this commit  1.4.6
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Rework Makefile - portlintification
- Remove CONFLICTS since ja-squirrelmail port was removed

Approved by:    maintainer via email
01 Mar 2006 20:23:17
Original commit files touched by this commit  1.4.6
 This port version is marked as vulnerable.
garga search for other commits by this committer
- 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
09 Feb 2006 13:33:18
Original commit files touched by this commit  1.4.5_3
 This port version is marked as vulnerable.
lawrance search for other commits by this committer
Update to work with PHP5.

PR:             ports/92892
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
22 Jan 2006 02:20:05
Original commit files touched by this commit  1.4.5_2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
29 Nov 2005 22:25:27
Original commit files touched by this commit  1.4.5_2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
[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>
09 Sep 2005 15:58:08
Original commit files touched by this commit  1.4.5_1
 This port version is marked as vulnerable.
garga search for other commits by this committer
Update squirrelmail port to work under PHP5+ until the next
release comes out with the fix already in.

PR:             ports/85909
Submitted by:   maintainer
14 Jul 2005 15:12:29
Original commit files touched by this commit  1.4.5
 This port version is marked as vulnerable.
garga search for other commits by this committer
Update to 1.4.5

PR:             ports/83443
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
Approved by:    flz (mentor)
21 Jun 2005 20:47:30
Original commit files touched by this commit  1.4.4_1
 This port version is marked as vulnerable.
nik search for other commits by this committer
Use a vendor-provided patch for a XSS vulnerability until 1.4.5 is
released.  Bump PORT_REVISION accordingly.

See http://www.squirrelmail.org/security/issue/2005-06-15 for details
of the vulnerabilities.
05 Apr 2005 18:58:28
Original commit files touched by this commit  1.4.4
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Remove apparently redundant definition of MASTERDIR.  Without these lines
both this port and ja-squirrelmail seem to install fine.

Approved by:    maintainer
08 Feb 2005 15:35:37
Original commit files touched by this commit  1.4.4
 This port version is marked as vulnerable.
nork search for other commits by this committer
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]
19 Dec 2004 20:38:22
Original commit files touched by this commit  1.4.3a_5
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Whitespace fix

Approved by: seanc
19 Dec 2004 20:37:19
Original commit files touched by this commit  1.4.3a_5
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Bad dependency line for pear-DB

Reported by: Evren Yurtesen
Approved by: ade (mentor)
10 Dec 2004 21:31:40
Original commit files touched by this commit  1.4.3a_4
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Put full path to ispell so spell checking works
  Submitted by Harold Paulson <haroldp@internal.org>

- Add dependeny on pear-DB if database support is enabled
  Submitted by Andryan <andryan@makeworld.net>

PR:             ports/74850
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
08 Nov 2004 17:17:43
Original commit files touched by this commit  1.4.3a_3
 This port version is marked as vulnerable.
nork search for other commits by this committer
Fix for XSS scripting flaw.

PR:             ports/73667
Submitted by:   Simon Dick <simond@home.irrelevant.org> (maintainer)
04 Nov 2004 14:53:09
Original commit files touched by this commit  1.4.3a_2
 This port version is marked as vulnerable.
nork search for other commits by this committer
Add dependency on PHP XML module.

PR:             ports/73446
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
28 Oct 2004 16:20:42
Original commit files touched by this commit  1.4.3a_1
 This port version is marked as vulnerable.
nork search for other commits by this committer
Adopt for slave port(japanese/squirrelmail).

Submitted by:   nobutaka
05 Aug 2004 13:37:53
Original commit files touched by this commit  1.4.3a_1
 This port version is marked as vulnerable.
leeym search for other commits by this committer
- bump PORTREVISION
  (it seems that the maintainer forgot to do it in ports/69754)

PR:             70027
Submitted by:   Simon Dick <simond@irrelevant.org>
29 Jul 2004 18:06:01
Original commit files touched by this commit  1.4.3a
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Looks like his need even more php extensions

PR:             ports/69754
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
23 Jul 2004 19:07:58
Original commit files touched by this commit  1.4.3a
 This port version is marked as vulnerable.
sem search for other commits by this committer
Fix USE_PHP

PR:             ports/69501
Submitted by:   maintainer
22 Jul 2004 02:00:11
Original commit files touched by this commit  1.4.3a
 This port version is marked as vulnerable.
ijliao search for other commits by this committer
utilize new PHP framework

PR:             69346
Submitted by:   maintainer
03 Jun 2004 14:14:23
Original commit files touched by this commit  1.4.3a
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 1.4.3a
  Users of 1.4.3 are urged to upgrade, as this fix nasty memory exhaustion
  bug in 1.4.3

PR:             ports/67526
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
02 Jun 2004 19:37:29
Original commit files touched by this commit  1.4.3
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 1.4.3

PR:             ports/67486
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
09 Feb 2004 11:43:38
Original commit files touched by this commit  1.4.2_1
 This port version is marked as vulnerable.
ale search for other commits by this committer
Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to
use Mk/bsd.php.mk.

Approved by:    nork (mentor/implicitly)
14 Jan 2004 14:01:56
Original commit files touched by this commit  1.4.2_1
 This port version is marked as vulnerable.
ale search for other commits by this committer
Use bsd.php.mk.

PR:             ports/61359
Submitted by:   Xin LI
Reviewed by:    Simon Dick (maintainer)
Approved by:    nork (mentor/implicitly)
13 Jan 2004 15:59:50
Original commit files touched by this commit  1.4.2_1
 This port version is marked as vulnerable.
clement search for other commits by this committer
- fix *squirrelmail ports.
- add slaveport-target
- fix INDEX build
- add forgotten file

Approved by:    erwin (mentor)
13 Jan 2004 10:47:21
Original commit files touched by this commit  1.4.2_1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
remove old comment which was needed while testing the port.
13 Jan 2004 09:14:24
Original commit files touched by this commit  1.4.2_1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
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)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
21 Nov 2003 02:56:07
Original commit files touched by this commit  1.4.2
 This port version is marked as vulnerable.
eik search for other commits by this committer
new port japanese/squirrelmail
- modified port mail/squirrelmail to allow a slave port
- added CONFLICTS for mail/squirrelmail and japanese/squirrelmail

PR:             58280
Submitted by:   Masafumi Otsune <info@otsune.com>
Approved by:    marcus (mentor)
19 Oct 2003 09:36:08
Original commit files touched by this commit  1.4.2
 This port version is marked as vulnerable.
roam search for other commits by this committer
Use ${PKGINSTALL} instead of pkg-install.

PR:             57878
Submitted by:   Fumihiko Kimura <jfkimura@yahoo.co.jp>
06 Oct 2003 17:49:00
Original commit files touched by this commit  1.4.2
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Update to version 1.4.2

PR:             57642
Submitted by:   maintainer
17 Jul 2003 04:41:00
Original commit files touched by this commit  1.4.1
 This port version is marked as vulnerable.
daichi search for other commits by this committer
update mail/squirrelmail: 1.4.0 -> 1.4.1

PR:             54533
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
05 Apr 2003 01:54:19
Original commit files touched by this commit  1.4.0
 This port version is marked as vulnerable.
vanilla search for other commits by this committer
Upgrade to 1.4.0.

PR:             ports/50602
Submitted by:   maintainer.
21 Feb 2003 12:42:26
Original commit files touched by this commit  1.2.11
 This port version is marked as vulnerable.
knu search for other commits by this committer
De-pkg-comment.
14 Feb 2003 13:38:43
Original commit files touched by this commit  1.2.11
 This port version is marked as vulnerable.
markp search for other commits by this committer
Update to 1.2.11.

PR:             48244
Submitted by:   maintainer
30 Oct 2002 20:44:58
Original commit files touched by this commit  1.2.9
 This port version is marked as vulnerable.
pat search for other commits by this committer
Update to 1.2.9

PR:             ports/44755
Submitted by:   maintainer
28 Oct 2002 23:21:45
Original commit files touched by this commit  1.2.8
 This port version is marked as vulnerable.
pat search for other commits by this committer
Fix depends with apache2 installed.

PR:             ports/43227, ports/44466
Submitted by:   Jason Li <delphij@frontfree.net>, maintainer
16 Sep 2002 06:23:50
Original commit files touched by this commit  1.2.8
 This port version is marked as vulnerable.
pat search for other commits by this committer
Update to 1.2.8

PR:             ports/42802
Submitted by:   maintainer
20 Jul 2002 19:00:54
Original commit files touched by this commit  1.2.7
 This port version is marked as vulnerable.
pat search for other commits by this committer
Remove unintended entries in pkg-message

PR:             ports/40815
Submitted by:   maintainer
16 Jul 2002 04:18:05
Original commit files touched by this commit  1.2.7
 This port version is marked as vulnerable.
pat search for other commits by this committer
Mention a problem which seems to happen with some php
installations.

PR:             ports/40615
Submitted by:   maintainer
23 Jun 2002 18:49:32
Original commit files touched by this commit  1.2.7
 This port version is marked as vulnerable.
anders search for other commits by this committer
Update to 1.2.7.

PR:             39700
Submitted by:   maintainer
24 May 2002 22:48:59
Original commit files touched by this commit  1.2.6
 This port version is marked as vulnerable.
anders search for other commits by this committer
Add PHP configuration tips that are relevant/required for squirrelmail.

Submitted by:   maintainer
30 Apr 2002 23:22:52
Original commit files touched by this commit  1.2.6
 This port version is marked as vulnerable.
pat search for other commits by this committer
Update to 1.2.6

PR:             37592
Submitted by:   maintainer
04 Mar 2002 00:35:36
files touched by this commit
pat search for other commits by this committer
Install .htaccess file in user prefs directory by default so people cannot   see
the configuration. Bump PORTREVISION.    
22 Feb 2002 23:08:24
files touched by this commit
pat search for other commits by this committer
- Update to 1.2.5   - Sort pkg-plist    
10 Feb 2002 00:44:59
files touched by this commit
anders search for other commits by this committer
Add squirrelmail, a PHP based webmail package.    

Number of commits found: 100

2865
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24537
Broken 218
Deprecated 474
Ignore 633
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 512
Interactive 33
new 24 hours 4
new 48 hours8
new 7 days32
new fortnight63
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0