The NetBSD Project

CVS log for pkgsrc/mail/imp/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / mail / imp

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.69: download - view: text, markup, annotated - select for diffs
Sat Feb 8 03:44:46 2025 UTC (6 weeks, 4 days ago) by taca
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -3 lines
multiple PHP support

* Use PHP_BASE_VERS in DEPENDS if required.
* Use REPLACE_PHP.

Bump PKGREVISION.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri May 14 13:49:28 2021 UTC (3 years, 10 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
imp: use exact path to pax

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sat Apr 24 11:37:29 2021 UTC (3 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -3 lines
*: remove dead download links

Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu May 23 19:23:06 2019 UTC (5 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2 lines
all: replace SUBST_SED with the simpler SUBST_VARS

pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Aug 16 20:21:10 2017 UTC (7 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2 lines
Follow some http redirects.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Jan 19 18:52:16 2017 UTC (8 years, 2 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -3 lines
Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Dec 1 14:48:02 2016 UTC (8 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
Fix weird CONFLICTS line.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sun Sep 11 17:03:26 2016 UTC (8 years, 6 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
Drop "55" (php55) from PHP_VERSIONS_ACCEPTED.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue May 17 10:32:07 2016 UTC (8 years, 10 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +10 -10 lines
Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUP
for all pkgsrc dir/file ownership rules. Fixes unprivileged
user/group names from leaking into binary packages, manifest as
non-fatal chown/chgrp failure messages at pkg_add time.

Bump respective packages' PKGREVISION.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat Dec 19 14:27:14 2015 UTC (9 years, 3 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -1 lines
Restrict PHP_VERSIONS_ACCEPTED to 55 and 56.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Mar 16 07:21:20 2013 UTC (12 years ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -1 lines
Bump PKGREVISION from default PHP version change to 5.4.

Revision 1.57.4.1: download - view: text, markup, annotated - select for diffs
Tue Mar 6 10:08:21 2012 UTC (13 years ago) by tron
Branches: pkgsrc-2011Q4
Diff to: previous 1.57: preferred, colored; next MAIN 1.58: preferred, colored
Changes since revision 1.57: +3 -3 lines
Pullup ticket #3696 - requested by obache
mail/imp: security update

Revisions pulled up:
- mail/imp/Makefile                                             1.58
- mail/imp/distinfo                                             1.26

---
   Module Name:	pkgsrc
   Committed By:	obache
   Date:		Thu Feb 23 11:04:09 UTC 2012

   Modified Files:
   	pkgsrc/mail/imp: Makefile distinfo

   Log Message:
   Update imp to 4.3.11.
   (while here, set LICENSE=gnu-gpl-v2.)

   -------
   v4.3.11
   -------

   [mms] SECURITY: Fix XSS vulnerabilities on the compose page, the contacts popup
          window, and with certain IMAP mailbox names.

   -------
   v4.3.10
   -------

   [jan] Don't submit the action form when reloading messages with iTip
          attachments (Bug #9502).

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Feb 23 11:04:09 2012 UTC (13 years, 1 month ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -3 lines
Update imp to 4.3.11.
(while here, set LICENSE=gnu-gpl-v2.)

-------
v4.3.11
-------

[mms] SECURITY: Fix XSS vulnerabilities on the compose page, the contacts popup
      window, and with certain IMAP mailbox names.


-------
v4.3.10
-------

[jan] Don't submit the action form when reloading messages with iTip
      attachments (Bug #9502).

Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Sep 16 05:46:24 2011 UTC (13 years, 6 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Branch point for: pkgsrc-2011Q4
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
Bump PKGREVISION from PHP_VERSION_DEFAULT changes.

Revision 1.54.10.1: download - view: text, markup, annotated - select for diffs
Sun Dec 5 19:49:25 2010 UTC (14 years, 3 months ago) by tron
Branches: pkgsrc-2010Q3
Diff to: previous 1.54: preferred, colored; next MAIN 1.55: preferred, colored
Changes since revision 1.54: +3 -1 lines
Pullup ticket #3293 - requested by bouyer
mail/imp: dependence fix

Revisions pulled up:
- mail/imp/Makefile			1.56
---
Module Name:	pkgsrc
Committed By:	bouyer
Date:		Sun Nov 14 21:17:47 UTC 2010

Modified Files:
	pkgsrc/mail/imp: Makefile

Log Message:
php5-pear-Mail_mimeDecode is required to properly display certain
mail (especially ones with a smime.p7s signature).
Bump PKGREVISION

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sun Nov 14 21:17:46 2010 UTC (14 years, 4 months ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +3 -1 lines
php5-pear-Mail_mimeDecode is required to properly display certain
mail (especially ones with a smime.p7s signature).
Bump PKGREVISION

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Nov 10 12:48:31 2010 UTC (14 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +8 -11 lines
Changes 4.3.9:
* Fix error if user's account only contains an INBOX

Changes 4.3.8:
* SECURITY: Properly escape user input in Fetchmail configuration.
* Fix updating POP3 indices when using mailbox caching
* Include "anyone" user when listing users in the ACL screen
* Turn DNS prefetching off when displaying untrusted message content

Changes 4.3.7:
* Fix spellcheck-on-send when using fckeditor and no errors exist
* Fix authenticate API call and synchronization when using realms
* Optimize folder tree initialization
* Add command line fetchmail script
* Workaround broken PHP number formatting with some locales

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Jul 17 18:00:16 2009 UTC (15 years, 8 months ago) by adrianp
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Branch point for: pkgsrc-2010Q3
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
Give up MAINTAINER

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Apr 13 22:25:25 2009 UTC (15 years, 11 months ago) by adrianp
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -3 lines
The major changes compared to IMP version H3 (4.3.3) are:
    * Don't cache local PGP public keys retrieved from the address book.
    * Fixed some URL escaping issue for certain links introduced with the
      security fixes from 4.3.3.
    * Fixed updating POP3 indices when deleting in mailbox view.
    * Fixed some folder creation issues occasionally seen, most often during
      maintenance tasks.
    * Other minor bugfixes.

The full list of changes (from version H3 (4.3.3)) can be viewed here:

http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.376&r2=1.699.2.389&ty=h

Revision 1.51.2.1: download - view: text, markup, annotated - select for diffs
Wed Feb 4 21:39:16 2009 UTC (16 years, 1 month ago) by tron
Branches: pkgsrc-2008Q4
Diff to: previous 1.51: preferred, colored; next MAIN 1.52: preferred, colored
Changes since revision 1.51: +3 -2 lines
Pullup ticket #2684 - requested by adrianp
imp: security update

Revisions pulled up:
- mail/imp/Makefile		1.52
- mail/imp/distinfo		1.23
---
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Fri Jan 30 22:23:09 UTC 2009

Modified Files:
	pkgsrc/mail/imp: Makefile distinfo

Log Message:
The major changes compared to IMP version H3 (4.3.2) are:
    * SECURITY: Escape output in message.php, pgp.php and smime.php
    * Several bugfixes and minor improvements

The full list of changes (from version 4.3.2) can be viewed here:

http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.367&r2=1.699.2.376&ty=h

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Jan 30 22:23:09 2009 UTC (16 years, 1 month ago) by adrianp
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -2 lines
The major changes compared to IMP version H3 (4.3.2) are:
    * SECURITY: Escape output in message.php, pgp.php and smime.php
    * Several bugfixes and minor improvements

The full list of changes (from version 4.3.2) can be viewed here:

http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.367&r2=1.699.2.376&ty=h

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Dec 15 23:13:44 2008 UTC (16 years, 3 months ago) by adrianp
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base
Branch point for: pkgsrc-2008Q4
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
Update to 4.3.2
------
v4.3.2
------

[mms] Fix prototypejs regression on IE (Bug #6590).


------
v4.3.1
------

[jan] SECURITY: Escape output in test.php.
[mms] Don't include Virtual Folder information in when tracking folder
      tree changes (Bug #7739).
[mms] Marked stripped parts as 'attachment', not 'inline' (Request #4664).
[mms] Fix linking from addresses in mailbox to compose screen (Bug #7432).
[jan] Use mailer configuration when sending iTip replies (Bug #7388).
[jan] Always display multipart/appledouble attachments.
[mms] Upgrade prototype.js to v1.6.0.3.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Oct 12 12:03:12 2008 UTC (16 years, 5 months ago) by adrianp
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -3 lines
Update to 4.3

----
v4.3
----

[jan] Add compose token to redirect view (bug 7383).
[jan] Don't resize window if not composing messages in a popup.


--------
v4.3-RC2
--------

[mms] Fix loading of print stylesheets when printing a message (bug 7310).
[mjr] Fix redirect loop when conf[server][change_server] is true (bug 6978).
[mms] Fix message caching and optimize storage.
[mms] Fix autocomplete address positioning on IE (bug 7074).
[cjh] When the selected view doesn't match the type of browser's default view
      (IMP or DIMP for a mobile browser, MIMP or DIMP for a desktop browser),
      explicitly redirect to that view and disable the frameset (bug 6332).
[jan] Add support for updating exsting events and cancelled recurring event
      instances to iTip viewer (bug 6636).
[mms] Fix uploaded compose attachment names if magic quoting is on (bug 7215).
[mms] Cache results of address formatting.
[jan] Show name and email address in the address book popup (Request 6937).
[mms] Messages from lists can now have large quotes automatically hidden.


---------------------------------
v4.3-RC1 (released as v4.2.1-RC1)
---------------------------------

[mms] Fix incorrect autocomplete replacement in certain cases (bug 6819).
[mms] Use optimized autocomplete javascript library.
[mms] Handle ';' to delimit addresses when composing.
[jan] Don't allow adding private PGP keys as public keys (bug 7080).
[jan] Add Basque translation (Euskal Herriko Unibertsitatea EHU/UPV
      <xabier.arrieta@ehu.es>).
[mms] Search by size now displayed in KB (Request 6921).
[jan] Add option to attach personal vCard to message (requires Turba 2.2.2).
[jan] Fix maildir quota driver (bug 7014).
[jan] Add configuration for quota message format.
[mms] Maintain original header encoding on redirect (bug 7006).
[cjh] Add CSRF tokens to the Compose screen (Kris Steinhoff
      <steinhof@umich.edu>).
[jan] Fix adding vhost specific trailer.txt.
[jan] Add more flexible placeholders to SQL quota driver.
[jan] Fix passing passwords to quota drivers.
[mms] Improved folder list generation (bug 6972).
[cjh] Allow hiding quota messages when quota is unlimited
      (Thomas Jarosch <thomas.jarosch@intra2net.com>, Request 6934).
[jan] Add mailto: handler for Firefox 3+.
[mms] Fix address MIME encoding issues when saving a draft (bug 6986).
[cjh] Include a hint about fixing invalid From addresses in the error message
      (steinhof@umich.edu, bug 6941).
[cjh] Fix overwriting $params in _imp_adminDo API call (bug 6955).
[mms] Never wrap flowed lines in text/plain messages.
[mms] Fix broken spellcheck when using fckeditor on Safari 3 (bug 6909).
[mms] Fix unescaping URL parameters passed to popup windows (bug 6834).
[jan] Fix logging of forwarded messages.
[mms] Fix creation of subfolders in certain namespaces
      (thomas.jarosch@intra2net.com, bug 6827).
[mms] Improve search page by moving flags into search criteria section
      (Request 6825).
[mms] If using imagemagick, allow creation of PDF thumbnails.
[mms] Strip quotation marks and backslashes from displayed addresses.
[mms] Fix spellcheck in HTML mode when using Xinha on IE (bug 6799).
[mms] Fix rare case when spellchecking HTML input could result in the HTML
      tags being recognized as misspelled words.
[jan] Fix parsing for Token System configuration parameters.
[mms] Add ability to search by size.

Revision 1.48.4.1: download - view: text, markup, annotated - select for diffs
Tue Aug 19 01:27:09 2008 UTC (16 years, 7 months ago) by rtr
Branches: pkgsrc-2008Q2
Diff to: previous 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48: +3 -2 lines
pullup ticket #2491 - requested by adrianp
imp: fix package plist

revisions pulled up:
pkgsrc/mail/imp/Makefile	1.49
pkgsrc/mail/imp/PLIST		1.12

   Module Name:    pkgsrc
   Committed By:   adrianp
   Date:           Thu Jul 31 19:48:20 UTC 2008

   Modified Files:
           pkgsrc/mail/imp: Makefile PLIST

   Log Message:
   Add js directory which should fix PR 39253
   PKGREVISION++

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Jul 31 19:48:20 2008 UTC (16 years, 7 months ago) by adrianp
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -2 lines
Add js directory which should fix PR 39253
PKGREVISION++

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon May 26 12:55:02 2008 UTC (16 years, 10 months ago) by adrianp
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base, cwrapper
Branch point for: pkgsrc-2008Q2
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +10 -4 lines
IMP version H3 (4.2) is a major upgrade in the 4.x release series, including
these enhancements:
* Message and mailbox caching on the server side, resulting in much
  increased performance and much less web server and IMAP server load.
* Rewrite of much of IMP's core libraries, resulting in more efficient
  memory usage, more efficient IMAP queries, smaller session sizes, and
  increased performance.
* WCAG 1.0 Priority 2/Section 508 accessibility guidelines compliance.
* Javascript auto-complete contact list searching.
* Can now have multiple browser windows open without destroying the
  open session.
* Logging of sent messages.
* Add protection against CSRF attacks.
* Improve WYSIWYG editors to support more browsers and offer more choices.
* Server configuration to limit maximum number of recipients per message
  and maximum number of sent messages over a certain period of time.
* Improved templating of output code to ease local customization.
* Additional maintenance tasks to clean old messages from mailboxes.
* Sorting is now saved per mailbox rather than across all mailboxes.
* On IE and Firefox, warn users before closing popup compose window.
* Add support for symmetric PGP encryption.
* Preference added to dictate default cursor location in compose textarea.
* Preference added to only verify PGP & S/MIME signed messages on
  user request.
* Forward messages as RFC 822 parts by default; provide more options for
  forwarding messages; and be smarter about what part to use as body
  text depending on current editor (text vs. html).
* Javascript code now uses the prototype js library, resulting in more
  robust code and more available functionality - for example, non-modal
  newmail popups.
* Add server configuration to limit the maximum size of MIME message
  data that can be displayed inline.
* Use tidy extension (if available) to clean up display of HTML messages
  and clean up HTML composed messages.
* Add RSS/Atom feed for mailboxes.
* More/improved display options for the folder lists and better handling
  of non-private namespaces.
* Improvements/cleanups to the imap quota drivers.
* Add additional hooks after certain actions (i.e. post-login,
  post-compose).
* Add support for sending e-mails with Internationalized Domain Names
  (IDN).
* Fetch public PGP keys from keyserver if not available in address book.
* Add configuration for folders that may not be modified.
* and much, much, much more.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon May 26 02:13:22 2008 UTC (16 years, 10 months ago) by joerg
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +4 -2 lines
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Mar 4 17:57:18 2008 UTC (17 years ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +22 -18 lines
Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Jan 9 21:49:48 2008 UTC (17 years, 2 months ago) by adrianp
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -3 lines
Major changes compared to the IMP H3 (4.1.5) version are:
* Small bug fixes and improvements.
* Updated Japanese translation.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Dec 1 23:15:11 2007 UTC (17 years, 3 months ago) by adrianp
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +4 -3 lines
s/header.txt/header.php/g
++PKGREVISION

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Nov 15 22:18:42 2007 UTC (17 years, 4 months ago) by adrianp
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -2 lines
------
v4.1.5
------

[cjh] Lower memory usage when downloading folders (Andrew Morgan
<morgan@orst.edu>).
[mms] Fix detection of default namespace information when no namespaces are
defined on the server (Bug 5538).
[mms] Don't lose message bodies when moving messages to trash when over quota
(Bug 5470).
[cjh] Remove unused defaults in Fetchmail_imap (Bug 2799).
[jan] Fix empty folder name appearing on Cyrus and servers with similar
namespaces (Bug 5138).
[jan] Only show reply options in iCalendar viewer if a reply is requested.
[cjh] Remove non-responsive www.keyserver.net and wwwkeys.pgp.net from
PGP options (Bug 5323).
[jan] Fix moving messages when over quota on Dovecot servers (Bug 5270).
[jan] Fix parsing of certain distribution lists (Bug 5134).
[mms] Fix rare occurrence where an action perfomed on the mailbox screen would
instead be performed on the INBOX (Bug 5202).
[mms] Don't show save attachments prompt in compose screen if configured to
automatically link all attachments (Request 5189).

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Jul 4 20:54:44 2007 UTC (17 years, 8 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -2 lines
Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Mar 18 12:15:48 2007 UTC (18 years ago) by adrianp
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Update to 4.1.4
[jan] SECURITY: Fix XSS vulnerabilities in the search screen and thread view.
[jan] Improve displaying of PGP messages (requires Horde 3.1.4 partially).
[mms] Make sure we pass a read/write IMAP stream to the filters API (Bug
      5054).
[mms] Do not allow move to trash unless trash folder is defined (Bug 5012).
[jan] Fix an encoding issue with the address book popup (Bug 5050).

Revision 1.38.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 20 19:30:44 2006 UTC (18 years, 7 months ago) by ghen
Branches: pkgsrc-2006Q2
Diff to: previous 1.38: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38: +4 -4 lines
Pullup ticket 1798 - requested by adrianp
security update for imp

Revisions pulled up:
- pkgsrc/mail/imp/Makefile				1.39-1.40
- pkgsrc/mail/imp/distinfo				1.15-1.16

   Module Name:	pkgsrc
   Committed By:	adrianp
   Date:		Thu Jul 13 20:56:55 UTC 2006

   Modified Files:
	pkgsrc/mail/imp: Makefile distinfo

   Log Message:
   Update to 4.1.2

   Major changes compared to the IMP H3 (4.1.1) version are:
   * Allow to toggle off the Virtual Inbox.
   * Display quota for current folder on Cyrus servers.
   * Updated German, Italian and Spanish translations.
   * Several small bugfixes and improvements.

   The full list of changes (from version H3 (4.1.1)) can be viewed here:
   http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.184&r2=1.699.2.194&ty=h
---
   Module Name:	pkgsrc
   Committed By:	adrianp
   Date:		Thu Aug 17 20:17:12 UTC 2006

   Modified Files:
	pkgsrc/mail/imp: Makefile distinfo

   Log Message:
   Update to 4.1.3

   Major changes compared to the IMP H3 (4.1.2) version are:
   * Added server configuration option to limit numer of login tries.
   * Added link to view attached S/MIME key details.
   * Fixed escaping of folder names.
   * Updated Catalan, German and Slovenian translations.
   * Several small bugfixes and improvements.

   The full list of changes (from version H3 (4.1.2)) can be viewed here:
   http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.194&r2=1.699.2.206&ty=h

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Aug 17 20:17:12 2006 UTC (18 years, 7 months ago) by adrianp
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +4 -3 lines
Update to 4.1.3

Major changes compared to the IMP H3 (4.1.2) version are:
* Added server configuration option to limit numer of login tries.
* Added link to view attached S/MIME key details.
* Fixed escaping of folder names.
* Updated Catalan, German and Slovenian translations.
* Several small bugfixes and improvements.

The full list of changes (from version H3 (4.1.2)) can be viewed here:
http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.194&r2=1.699.2.206&ty=h

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Jul 13 20:56:55 2006 UTC (18 years, 8 months ago) by adrianp
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -3 lines
Update to 4.1.2

Major changes compared to the IMP H3 (4.1.1) version are:
* Allow to toggle off the Virtual Inbox.
* Display quota for current folder on Cyrus servers.
* Updated German, Italian and Spanish translations.
* Several small bugfixes and improvements.

The full list of changes (from version H3 (4.1.1)) can be viewed here:
http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.184&r2=1.699.2.194&ty=h

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Jun 16 09:24:36 2006 UTC (18 years, 9 months ago) by adrianp
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base
Branch point for: pkgsrc-2006Q2
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +70 -43 lines
The old mail/imp4 package is now mail/imp
The 3.x tree has been retired from pkgsrc

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Jun 2 18:27:56 2006 UTC (18 years, 9 months ago) by joerg
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +5 -4 lines
Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
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@.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:09:55 2006 UTC (19 years, 1 month ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Dec 29 06:21:50 2005 UTC (19 years, 3 months ago) by jlam
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -2 lines
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Sep 28 14:31:07 2005 UTC (19 years, 6 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Removed trailing white-space.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Aug 19 18:12:37 2005 UTC (19 years, 7 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +10 -10 lines
Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS
as the INSTALL and DEINSTALL scripts no longer distinguish between
the two types of files.  Drop SUPPORT_FILES{,_PERMS} and modify the
packages in pkgsrc accordingly.

Revision 1.28.2.2: download - view: text, markup, annotated - select for diffs
Thu Jun 2 23:35:17 2005 UTC (19 years, 9 months ago) by salo
Branches: pkgsrc-2005Q1
Diff to: previous 1.28.2.1: preferred, colored; branchpoint 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28.2.1: +3 -1 lines
Pullup ticket 535 - requested by Manuel Bouyer
dependencies updates for horde and imp

Revisions pulled up:
- pkgsrc/www/horde/Makefile	1.36-1.38
- pkgsrc/mail/imp/Makefile	1.31-1.32

   Module Name:		pkgsrc
   Committed By:	bouyer
   Date:		Thu Jun  2 09:03:27 UTC 2005

   Modified Files:
   	pkgsrc/www/horde: Makefile

   Log Message:
   Add dependancy to pear-DB and pear-Mail, now that these
   aren't included in php any more.
   While here, change -* to -[0-9]* for the pear-Log dependancy.
---
   Module Name:		pkgsrc
   Committed By:	bouyer
   Date:		Thu Jun  2 09:13:44 UTC 2005

   Modified Files:
   	pkgsrc/mail/imp: Makefile
   	pkgsrc/www/horde: Makefile

   Log Message:
   Move pear-Mail dependancy from www/horde to mail/imp
   (horde itself doesn't need it).
---
   Module Name:		pkgsrc
   Committed By:	salo
   Date:		Thu Jun  2 23:26:41 UTC 2005

   Modified Files:
   	pkgsrc/www/horde: Makefile

   Log Message:
   Bump PKGREVISION, DEPENDS changed. (hi bouyer!)
---
   Module Name:		pkgsrc
   Committed By:	salo
   Date:		Thu Jun  2 23:28:11 UTC 2005

   Modified Files:
   	pkgsrc/mail/imp: Makefile

   Log Message:
   Bump PKGREVISION, DEPENDS changed. (hi bouyer!)

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Jun 2 23:28:11 2005 UTC (19 years, 9 months ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
Bump PKGREVISION, DEPENDS changed. (hi bouyer!)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Jun 2 09:13:44 2005 UTC (19 years, 9 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
Move pear-Mail dependancy from www/horde to mail/imp (horde itself doesn't
need it).

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon May 9 16:15:06 2005 UTC (19 years, 10 months ago) by minskim
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -2 lines
Honor PKGDIRMODE and SHAREMODE.

Revision 1.28.2.1: download - view: text, markup, annotated - select for diffs
Sun May 1 22:18:28 2005 UTC (19 years, 10 months ago) by salo
Branches: pkgsrc-2005Q1
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Pullup ticket 476 - requested by Adrian Portelli
security update for imp

Revisions pulled up:
- pkgsrc/mail/imp/Makefile	1.29
- pkgsrc/mail/imp/distinfo	1.13

   Module Name:		pkgsrc
   Committed By:	adrianp
   Date:		Sun May  1 17:36:26 UTC 2005

   Modified Files:
   	pkgsrc/mail/imp: Makefile distinfo

   Log Message:
   - update imp to 3.2.8
   - From the ChangeLog:
   > ------
   > v3.2.8
   > ------
   >
   > [jan] Close XSS when setting the parent frame's page title by
   >       javascript (cjh).
   > [mms] Fix display of MIME parts less than 1K when local number
   >       format uses ',' as the decimal separator.
   > [jan] Don't use trash folder on POP3 servers under certain
   >       circumstances (Bug 1373).
   > [jan] Fix "Save as" link to save message sources (Bug 1233).
   >
   >
   > ------
   > v3.2.7
   > ------
   >
   > [mms] Determine the default IMAP delimiter according to RFC 3501.
   > [mms] Fix the folders screen hanging if there was only one folder
   >       (Bug 504).
   > [jan] Correctly cancel messages composition in all cases (Rich
   >       Bartell <rwb@bartellonline.com).
   > [mms] Don't convert colons in user-defined headers to underscores
   >       (Bug 676).
   > [jan] Don't blacklist already blacklisted addresses again (Bug 530).

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun May 1 17:36:26 2005 UTC (19 years, 10 months ago) by adrianp
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
- update imp to 3.2.8
- From the ChangeLog:
> ------
> v3.2.8
> ------
>
> [jan] Close XSS when setting the parent frame's page title by javascript (cjh).
> [mms] Fix display of MIME parts less than 1K when local number format uses
>       ',' as the decimal separator.
> [jan] Don't use trash folder on POP3 servers under certain circumstances
>       (Bug 1373).
> [jan] Fix "Save as" link to save message sources (Bug 1233).
>
>
> ------
> v3.2.7
> ------
>
> [mms] Determine the default IMAP delimiter according to RFC 3501.
> [mms] Fix the folders screen hanging if there was only one folder (Bug 504).
> [jan] Correctly cancel messages composition in all cases (Rich Bartell
>       <rwb@bartellonline.com).
> [mms] Don't convert colons in user-defined headers to underscores (Bug 676).
> [jan] Don't blacklist already blacklisted addresses again (Bug 530).

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Jan 16 21:46:05 2005 UTC (20 years, 2 months ago) by adrianp
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base
Branch point for: pkgsrc-2005Q1
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -1 lines
- Add CONFICTS for newly imported imp 4.x packages

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Nov 9 16:38:07 2004 UTC (20 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
Changes 3.2.6:
* Security fix
* Workarounds for buggy browser behaviour
* Support for folder names in other charsets than iso-8859-1
* Many bug-fixes

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Oct 31 23:47:33 2004 UTC (20 years, 4 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
update DEPENDS for change of php4-* packages to php-*; be optimistic and
leave the DEPENDS in a form which allows PHP 5.x to match, since it should
work just as well

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Jun 26 20:35:48 2004 UTC (20 years, 9 months ago) by adrianp
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -5 lines
Update imp to 3.2.4

Ok'ed wiz@/snj@/bouyer@

From the CHANGELOG:

------
v3.2.4
------

[cjh] SECURITY: Close an XSS hole exploited via the Content-type header
      of malicious emails.
[jan] Fix conversion of folder names in some non-ascii charsets with buggy
      iconv implementations (Wenzhuo Zhang <wenzhuo@zhmail.com>).
[jan] Filter out <base> tags when viewing HTML messages (Bug #10).
[mms] Encode subject when saving as draft (Tero Matinlassi
      <tero.matinlassi@edu.vantaa.fi>).

------
v3.2.3
------

[jan] Fix the 'undefined index direct_access' error still occuring in obscure
      cases.
[jan] Add Indonesian language (Slamin <slamin@unej.ac.id>).
[jan] <style> and <link> tags get commented out in HTML messages to not
      allow them breaking the page layout.
[jan] Add Galician translation (Rafael Varela Pet <srrafa@usc.es>, Guillermo
      Mendez <guille@usc.es>).
[jan] Remove HTML tags showing up in some error messages.
[mms] The spell check feature now keeps lines wrapped and correctly handles
      apostrophes in words on all architectures.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Apr 12 03:35:38 2004 UTC (20 years, 11 months ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -2 lines
Create one directory a time.  As noted on tech-pkg@ by J. Alexander Jacocks.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Mar 26 02:27:44 2004 UTC (21 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.

Revision 1.18.2.2: download - view: text, markup, annotated - select for diffs
Thu Oct 23 02:50:46 2003 UTC (21 years, 5 months ago) by jmc
Branches: netbsd-1-6-1
Diff to: previous 1.18.2.1: preferred, colored; branchpoint 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18.2.1: +3 -5 lines
Pullup rev 1.22 (requested by bouyer in ticket #1468)

Update to 3.2.2, based on patch from Adrian Portelli in PR#22656

Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Wed Oct 22 23:00:34 2003 UTC (21 years, 5 months ago) by jmc
Branches: netbsd-1-6-1
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -4 lines
Pullup rev 1.21 (via patch) (requested by bouyer in ticket #1419)

Update horde to 2.2.4rc1 and imp to 3.2.2rc1, for the "session fixation" security problem.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Sep 14 21:27:44 2003 UTC (21 years, 6 months ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -5 lines
Update to 3.2.2, based on patch from Adrian Portelli in pkg/22656
No changes since 3.2.2rc1.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Aug 16 21:11:20 2003 UTC (21 years, 7 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +5 -3 lines
Update to imp-3.2.2rc1 to fix a security issue.
Changes since 3.2.1:
[mms] SECURITY: XSS vulnerabilities in the HTML viewer fixed (Ulf Harnhammar
      <ulf@update.uu.se>).
[mms] SECURITY: If Horde 2.2.4 is available, additional code is used to
      protect against session fixation issues.
[jan] Add Arabic (Syria) translation (Platinum Development Team
      <devteam@platinum-sy.net>).
[jan] Add Arabic (Oman) translation (Said Al-Hosni <admin@wabhosting.com>).
[jan] Add Macedonian translation (Stojan Pesov <ssp@eureka.com.mk>).
[jon] Allow the spam reporting system to also use an external program.
[jan] Add IMP::rfc822WriteAddress() as a replacement for the buggy
      imap_rfc822_write_address() function.
[jan] Add Thai translation (Surasak Srisawan <surasak@rirc.ac.th>).
[bjn] Add blacklist/whitelist hooks to Ingo.
[jan] Add Icelandic translation (Bjorn Davidsson <bjossi@snerpa.is>).
[mms] Correct display of filter rules with "special" HTML characters.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:46:16 2003 UTC (21 years, 8 months ago) by grant
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Mar 17 18:05:27 2003 UTC (22 years ago) by bouyer
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
Update to 3.2.1

Main changes from 3.0:
Add various translations
Check for invalid 8bit characters in email addresses
Updates for various browsers quirks
Do not allow the '\' character in full names (see RFC 2822 [3.2.5]).
Close several small XSS vulnerabilities
Show timeout warning if session is about to expire
Added images MIME_Viewer
Protect against modified login forms
Escape login data correctly
Various bug fixes and interface improvements.

For details see share/doc/imp/CHANGES

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jan 28 22:03:33 2003 UTC (22 years, 2 months ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-6-1-base
Branch point for: netbsd-1-6-1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Feb 1 22:44:27 2002 UTC (23 years, 1 month ago) by bouyer
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +23 -57 lines
Update to 3.0, as 2.2.7 doesn't work with the new PHP.

"IMP 3.0 is now available! This major release delivers a brand-new, cleaner
user interface, improved internationalization, mail filtering, identities,
and much more, the result of over two years of feedback and experience
based on the successful IMP 2.2.x releases."

Note that the database format has changed, use
${PREFIX}share/horde/imp/scripts/imp2horde.pl
to convert to the new format.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Dec 2 06:56:41 2001 UTC (23 years, 3 months ago) by jlam
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -5 lines
bsd.pkg.install.mk calls the INSTALL script at the right times
automatically, so no need to do it ourselves.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Nov 25 18:59:46 2001 UTC (23 years, 4 months ago) by jlam
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -6 lines
PKG_SYSCONFDIR is where the configuration files for a package may be found.
This value may be customized in various ways:

PKG_SYSCONFBASE is the main config directory under which all package
	configuration files are to be found.

PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the
	configuration files for a particular package may be found.

PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a
	particular package.

Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the
default location of ${PREFIX}/etc.

This obsoletes the use of CONFDIR, which was active for only 6 days, so no
need to have a workaround to still accept old CONFDIR settings.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Nov 19 16:23:10 2001 UTC (23 years, 4 months ago) by jlam
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +34 -22 lines
Adapt to use shared INSTALL/DEINSTALL scripts by using the logic in
bsd.pkg.install.mk:

	* Remove old DEINSTALL/INSTALL scripts.
	* Move some text printed at POST-INSTALL time into the MESSAGE file.
	* Adjust rc.d scripts to respect rc.conf settings, so that the
	  script may be directly copied into /etc/rc.d.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Nov 11 19:29:10 2001 UTC (23 years, 4 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
Update to imp-2.2.7 for security problems (update recommended). Changes:
[cjh] SECURITY: Prevent CSS by not letting let <tags> through in $message
[bjn] Simplified Chinese (zh) locale.  (He Kun <hek@mail.cbi.pku.edu.cn>)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Oct 29 05:43:48 2001 UTC (23 years, 5 months ago) by jmc
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Fix depends lines to point to correct paths

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jul 31 12:50:12 2001 UTC (23 years, 8 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -3 lines
Ops, we need to install prefs.php3 !

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jul 29 14:34:38 2001 UTC (23 years, 8 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Change maintainer to myself, per discussion with Johnny C. Lam.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jul 29 14:25:05 2001 UTC (23 years, 8 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +8 -6 lines
Update to 1.2.6. Change since 1.2.5 is security fixes, possibly allowing remote
shell.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jul 13 07:09:17 2001 UTC (23 years, 8 months ago) by jlam
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +17 -17 lines
In package Makefiles, create FILES_SUBST instead of duplicating sed
expression for substituting in DEINSTALL/INSTALL scripts.  Use "${CMP} -s"
instead of "diff -q" since the former is more portable across OSes.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue May 22 21:12:20 2001 UTC (23 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
Update imp to 2.2.5.  Changes from version 2.2.4:

[bjn] SECURITY: Use is_uploaded_file() function to validate all attachment
      uploads (prevent spoofing).
[bjn] SECURITY: Fix attachment upload to use tempnam().  (Jarno Huuskonen
      <Jarno.Huuskonen@uku.fi>)
[cjh] SECURITY: Fix attachment viewers to use tempnam().
[cjh] Fix mysql warning with php 4.0.7.
[max] Move all JavaScript URLs to the onclick event handler to prevent
      breaking IE SSL in certain circumstances.
[cjh] Add addslashes() to mysql db library.
[bjn] Bug 577: umask fixes to prevent world-writable /tmp files.
      (<andreas@conectiva.com.br>)
[bjn] Bug 517: Fixes for LDAP searching--bogus LDAP filters when some
      drop-downs were switched away from default values.  (Robert Marchand
      <robert.marchand@UMontreal.CA>)
[cjh] Allow '+' to terminate URLs.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Apr 30 06:11:09 2001 UTC (23 years, 11 months ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +12 -4 lines
- Repect ${APACHE_SYSCONFDIR} setting
- Install example imp.conf Apache config file fragment info
  ${PREFIX}/share/examples/imp.
- Add missing directory share/doc/imp to PLIST.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Feb 28 10:33:53 2001 UTC (24 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
whitespace fixes

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Feb 23 14:29:25 2001 UTC (24 years, 1 month ago) by jlam
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Change horde dependency to match exactly 1.2.4 on advice from
avsm@horde.org in private email.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Feb 17 18:24:49 2001 UTC (24 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Feb 12 16:13:07 2001 UTC (24 years, 1 month ago) by jlam
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Rename the post-patch target to make it work again

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Feb 12 15:27:41 2001 UTC (24 years, 1 month ago) by jlam
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
IMP - Internet Messaging Program

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 12 15:27:41 2001 UTC (24 years, 1 month ago) by jlam
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>