summaryrefslogtreecommitdiff
path: root/mail/imp/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-10/+10
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.
2005-06-02Bump PKGREVISION, DEPENDS changed. (hi bouyer!)salo1-1/+2
2005-06-02Move pear-Mail dependancy from www/horde to mail/imp (horde itself doesn'tbouyer1-1/+2
need it).
2005-05-09Honor PKGDIRMODE and SHAREMODE.minskim1-2/+3
2005-05-01- update imp to 3.2.8adrianp1-2/+2
- 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).
2005-01-16- Add CONFICTS for newly imported imp 4.x packagesadrianp1-1/+3
2004-11-09Changes 3.2.6:adam1-3/+3
* Security fix * Workarounds for buggy browser behaviour * Support for folder names in other charsets than iso-8859-1 * Many bug-fixes
2004-10-31update DEPENDS for change of php4-* packages to php-*; be optimistic andjdolecek1-2/+2
leave the DEPENDS in a form which allows PHP 5.x to match, since it should work just as well
2004-06-26Update imp to 3.2.4adrianp1-5/+2
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.
2004-04-12Create one directory a time. As noted on tech-pkg@ by J. Alexander Jacocks.salo1-2/+4
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2003-09-14Update to 3.2.2, based on patch from Adrian Portelli in pkg/22656bouyer1-5/+3
No changes since 3.2.2rc1.
2003-08-16Update to imp-3.2.2rc1 to fix a security issue.bouyer1-3/+5
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.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-17Update to 3.2.1bouyer1-3/+3
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
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
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>.
2002-02-01Update to 3.0, as 2.2.7 doesn't work with the new PHP.bouyer1-57/+23
"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.
2001-12-02bsd.pkg.install.mk calls the INSTALL script at the right timesjlam1-5/+1
automatically, so no need to do it ourselves.
2001-11-25PKG_SYSCONFDIR is where the configuration files for a package may be found.jlam1-6/+4
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.
2001-11-19Adapt to use shared INSTALL/DEINSTALL scripts by using the logic injlam1-22/+34
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.
2001-11-11Update to imp-2.2.7 for security problems (update recommended). Changes:bouyer1-3/+3
[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>)
2001-10-29Fix depends lines to point to correct pathsjmc1-2/+2
2001-07-31Ops, we need to install prefs.php3 !bouyer1-3/+2
2001-07-29Change maintainer to myself, per discussion with Johnny C. Lam.bouyer1-2/+2
2001-07-29Update to 1.2.6. Change since 1.2.5 is security fixes, possibly allowing remotebouyer1-6/+8
shell.
2001-07-13In package Makefiles, create FILES_SUBST instead of duplicating sedjlam1-17/+17
expression for substituting in DEINSTALL/INSTALL scripts. Use "${CMP} -s" instead of "diff -q" since the former is more portable across OSes.
2001-05-22Update imp to 2.2.5. Changes from version 2.2.4:jlam1-4/+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.
2001-04-30- Repect ${APACHE_SYSCONFDIR} settingjlam1-4/+12
- Install example imp.conf Apache config file fragment info ${PREFIX}/share/examples/imp. - Add missing directory share/doc/imp to PLIST.
2001-02-28whitespace fixeswiz1-2/+1
2001-02-23Change horde dependency to match exactly 1.2.4 on advice fromjlam1-2/+2
avsm@horde.org in private email.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-12Rename the post-patch target to make it work againjlam1-2/+2
2001-02-12IMP - Internet Messaging Programjlam1-0/+89