notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: mail/squirrelmail/pkg-plist

Number of commits found: 44

Tuesday, 22 Aug 2017
17:25 swills search for other commits by this committer
mail/squirrelmail: Update to 20170705

While here, give maintainership to submitter

PR:		219801
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu>
MFH:		2017Q3
Security:	e1de77e8-c45e-48d7-8866-5a6f943046de
Original commitRevision:448570 
Tuesday, 24 Mar 2015
19:16 adamw search for other commits by this committer
Update squirrelmail* to 20150324, and clean up permission/owner handling in
the plists.

Also, avoid registering plugins during package build. It only makes sense to
run the registration on end-user machines, and running it during package
building
leads to a stagedir violation, as noted in [1].

PR:		198044 [1]
Submitted by:	amdmi3
Original commitRevision:382161 
Friday, 7 Nov 2014
18:04 adamw search for other commits by this committer
Update squirrelmail to 20141107.

Changes:

 * Add session variables that store information about most recent fatal IMAP
   error
 * Prevent session lock-up caused by filters plugin trying to move messages in
   an account that is over quota
Original commitRevision:372287 
Thursday, 28 Aug 2014
14:25 adamw search for other commits by this committer
Fix up permissions on the script necessary to activate plugins.
PORTREVISION bump for changed plist.
Original commitRevision:366407 
Friday, 18 Jul 2014
00:43 adamw search for other commits by this committer
Update to 20140717.

Upstream changes include:
	- Add ability to search the FROM header for a given address
	- Resumed drafts now use the correct identity
	- Lighten folder refresh - let browser cache images and whatnot
	- Make sure sender and subject are never blank
	- Make sure folder list refresh gets non-empty response
	- Remove senseless restrictions on abook nicknames

Port changes include:
	squirrelmail:
		- Improve installed permissions on all SM files
		- Introduce a pkg-help instead of a pre-everything message
		- Given the lack of pear-DB (old-style) drivers in the ports
		  tree, it may be time to retire the DATABASE option altogether?
	squirrelmail-translations:
		- Depend on squirrelmail by identical PORTVERSION to
		  prevent strings from being used with a different squirrelmail
		  revision
Original commitRevision:362167 
Thursday, 1 May 2014
16:36 adamw search for other commits by this committer
Small cleanups, let pkg-create do permissions and ownerships its own
way rather than invoking chown and chmod ourselves.
Original commitRevision:352759 
Sunday, 20 Apr 2014
19:37 adamw search for other commits by this committer
Update to SquirrelMail STABLE 2014/04/20. Also cleaning up
the Makefiles, and using @sample.

Notable changes include:

	* Add advanced control over the SSL context used when connecting to the
	  SMTP and IMAP servers over SSL/TLS (Thanks to Emmanuel Dreyfus)
	* Add ability to show login error from the IMAP server instead of
	  traditional "Unknown user or password incorrect" (thanks to Alain
	  Williams)
	* Allow SSL socket context to be specified as well
	* Make configuration tool show the SquirrelMail version
	* Better hook results testing
	* Add ability to use console.log for debugging
	* Turn off debugging by default
	* Add new attachments_top hook
Original commitRevision:351634 
Friday, 28 Feb 2014
19:28 adamw search for other commits by this committer
STAGE makes it a bit tricky to specify permissions and ownership
on directories. It looks like chown in the plist and chmod in
do-install does the right thing.

PORTREVISION bump as ownership on some folders has changed. The
chmod in the plist seems to be a NO-OP but I'm leaving them in in
case they magically work in the future.
Original commitRevision:346570 
Sunday, 29 Dec 2013
15:58 adamw search for other commits by this committer
Update to 2013/12/29.

Changes include:
	* Preserve compose action during HTML address book activity
	* Make $xtra in displayHtmlHeader() global so plugins can modify it; Add
	  some generic JavaScript libraries with mechanism that allows any page or
	  plugin to ask for them or others to be loaded; Add two new mechanisms for
	  the folder pane refresh that use JavaScript to ensure the server is
	  responding before initiating the refresh
	* Add full date and time as "title" (mouseover) text for dates shown on the
message list screen
Original commitRevision:338015 
Saturday, 26 Oct 2013
15:47 adamw search for other commits by this committer
Update to 2013/10/26

In particular:

	* Add new spacer image and allow its use for unsafe images instead of
	  the sec_remove_* image -- brings HTML emails into the modern age
	  (much more viewable)
Original commitRevision:331706 
Tuesday, 22 Oct 2013
02:50 adamw search for other commits by this committer
Fix plist referencing a non-existent directory.
PORTREVISION bump.

PR:				ports/183152
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Original commitRevision:331216 
Monday, 21 Oct 2013
00:49 adamw search for other commits by this committer
It has been 2.5 years since the last SquirrelMail release. In this
time, there have been many fixes added to the source tree, including
the PHP 5.4 and 5.5 fixes, requests for which have become the bane
of my maintainer existence.

The SM team is hard at work on the next version, but at this time it
is unclear whether the next version will ever see a full release.
As a result, this port will begin following hand-picked SVN snapshots.

So, the port officially accepts PHP 5.4 and 5.5, though if you
encounter weird errors please DTRT and report it to the SM developers
and then downgrade your PHP to 5.3.

The other major thing here is that the default location for user
preferences and attachments is being changed. Previously we used
/var/spool/squirrelmail which is really not in-line with FreeBSD's
hier(7). Now we use paths under $PREFIX, respectively
$PREFIX/www/squirrelmail/data and .../attach.

You can either copy /var/spool/squirrelmail/pref/* into
$PREFIX/www/squirrelmail/data, and /var/.../attach/* into
$PREFIX/.../attach, and then run $PREFIX/www/squirrelmail/configure,
or you can do nothing in which case that's totally fine too and
your installation won't break or anything.

Note that best practice, as recommended by the SM installation notes
and common sense, would suggest moving your user data files
to someplace outside of the $PREFIX/www/squirrelmail.
Original commitRevision:331076 
Sunday, 6 Oct 2013
03:41 adamw search for other commits by this committer
Stage support and clean up the messy Makefile a little
Original commitRevision:329527 
Monday, 8 Oct 2012
16:47 adamw search for other commits by this committer
The l10n/i18n package has been separated, and now lives
in mail/squirrelmail-translations.
Original commitRevision:305548 
Wednesday, 4 Aug 2010
20:37 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
Original commit
Monday, 31 Aug 2009
23:34 tabthorpe search for other commits by this committer
- Update locales
- Switch back to SF mirrors
- Bump PORTREVISION
Original commit
Wednesday, 17 Jun 2009
13:21 tabthorpe search for other commits by this committer
- Preserve config_local.php
- Bump PORTREVISION

PR:             ports/134771
Submitted by:   Marcin Gryszkalis <mg fork.pl>
Original commit
Wednesday, 20 May 2009
16:21 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
Original commit
Monday, 29 Sep 2008
12:25 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
Original commit
Tuesday, 3 Jun 2008
13:41 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>
Original commit
Tuesday, 23 Oct 2007
13:10 miwi search for other commits by this committer
- Update to 1.4.11

PR:             117237
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
Original commit
Monday, 21 May 2007
20:23 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
Original commit
Tuesday, 5 Dec 2006
18:29 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)
Original commit
Friday, 11 Aug 2006
16:28 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)
Original commit
Friday, 7 Jul 2006
14:06 rafan search for other commits by this committer
- Update to 1.4.7

PR:             99799
Submitted by:   maintainer
Approved by:    delphij (mentor, implicit)
Original commit
Monday, 20 Mar 2006
16:24 garga search for other commits by this committer
- Rework Makefile - portlintification
- Remove CONFLICTS since ja-squirrelmail port was removed

Approved by:    maintainer via email
Original commit
Wednesday, 1 Mar 2006
20:23 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
Original commit
Sunday, 22 Jan 2006
02:20 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)
Original commit
Tuesday, 29 Nov 2005
22:25 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>
Original commit
Thursday, 14 Jul 2005
15:12 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)
Original commit
Tuesday, 8 Feb 2005
15:35 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]
Original commit
Wednesday, 2 Jun 2004
19:37 pav search for other commits by this committer
- Update to 1.4.3

PR:             ports/67486
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
Original commit
Tuesday, 13 Jan 2004
09:14 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)
     - 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
Original commit
Monday, 6 Oct 2003
17:49 krion search for other commits by this committer
- Update to version 1.4.2

PR:             57642
Submitted by:   maintainer
Original commit
Thursday, 17 Jul 2003
04:41 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)
Original commit
Saturday, 5 Apr 2003
01:54 vanilla search for other commits by this committer
Upgrade to 1.4.0.

PR:             ports/50602
Submitted by:   maintainer.
Original commit
Friday, 14 Feb 2003
13:38 markp search for other commits by this committer
Update to 1.2.11.

PR:             48244
Submitted by:   maintainer
Original commit
Wednesday, 30 Oct 2002
20:44 pat search for other commits by this committer
Update to 1.2.9

PR:             ports/44755
Submitted by:   maintainer
Original commit
Monday, 16 Sep 2002
06:23 pat search for other commits by this committer
Update to 1.2.8

PR:             ports/42802
Submitted by:   maintainer
Original commit
Sunday, 23 Jun 2002
18:49 anders search for other commits by this committer
Update to 1.2.7.

PR:             39700
Submitted by:   maintainer
Original commit
Tuesday, 30 Apr 2002
23:22 pat search for other commits by this committer
Update to 1.2.6

PR:             37592
Submitted by:   maintainer
Original commit
Monday, 4 Mar 2002
00:35 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.    
Original commit
Friday, 22 Feb 2002
23:08 pat search for other commits by this committer
- Update to 1.2.5   - Sort pkg-plist    
Original commit
Sunday, 10 Feb 2002
00:44 anders search for other commits by this committer
Add squirrelmail, a PHP based webmail package.    
Original commit

Number of commits found: 44